Sun, 03 Nov 2024 00:05:44 -0500
remove purple3-url-handler.desktop.in.in
The application that did the launching was removed long ago. Also this should
be implemented by the user interfaces and they might provide separate files to
groups schemas as well.
Testing Done:
Called in the turtles.
Reviewed at https://reviews.imfreedom.org/r/3640/
| libpurple/data/meson.build | file | annotate | diff | comparison | revisions | |
| libpurple/data/purple3-url-handler.desktop.in.in | file | annotate | diff | comparison | revisions |
--- a/libpurple/data/meson.build Sat Nov 02 03:30:59 2024 -0500 +++ b/libpurple/data/meson.build Sun Nov 03 00:05:44 2024 -0500 @@ -1,19 +1,3 @@ -if host_machine.system() != 'windows' - PURPLE3_URL_HANDLER_DESKTOP = 'purple3-url-handler.desktop' - i18n = import('i18n') - desktop_file_in = configure_file( - input : f'@PURPLE3_URL_HANDLER_DESKTOP@.in.in', - output : f'@PURPLE3_URL_HANDLER_DESKTOP@.in', - configuration : conf) - i18n.merge_file( - input : desktop_file_in, - output : PURPLE3_URL_HANDLER_DESKTOP, - po_dir : meson.project_source_root() / 'po', - type : 'desktop', - install : true, - install_dir : get_option('datadir') / 'applications') -endif - schemas_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas' settings_schemas = [ 'im.pidgin.Purple.gschema.xml',
--- a/libpurple/data/purple3-url-handler.desktop.in.in Sat Nov 02 03:30:59 2024 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -[Desktop Entry] -Name=Pidgin -GenericName=Internet Messenger -Comment=Chat over IM. Supports Jabber/XMPP, and more -Exec=purple3-url-handler %u -TryExec=purple3-url-handler -Icon=pidgin -StartupNotify=false -Terminal=false -NoDisplay=true -Type=Application -Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly; -MimeType=x-scheme-handler/gg;x-scheme-handler/irc;x-scheme-handler/sip;x-scheme-handler/xmpp; -@USES_MM_CHAT_SECTION@