diff options
author | TingPing <tingping@tingping.se> | 2013-09-26 03:06:01 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-26 03:06:01 -0400 |
commit | 6f013e807c0e4f93f360dd9d589554ee280ea5fd (patch) | |
tree | 07fde2123a855e7c251e572562b8c86f9851b9df /src | |
parent | d18a95fda6449fc9bc3c64b7b7f0582d2b767957 (diff) |
Remove whats left of gconf
Diffstat (limited to 'src')
-rw-r--r-- | src/common/dbus/Makefile.am | 15 | ||||
-rw-r--r-- | src/common/dbus/apps_hexchat_url_handler.schemas | 37 |
2 files changed, 0 insertions, 52 deletions
diff --git a/src/common/dbus/Makefile.am b/src/common/dbus/Makefile.am index c4b38fbd..39976107 100644 --- a/src/common/dbus/Makefile.am +++ b/src/common/dbus/Makefile.am @@ -7,7 +7,6 @@ libhexchatdbus_a_SOURCES = \ EXTRA_DIST = \ remote-object.xml \ - apps_hexchat_url_handler.schemas \ marshallers.list \ example.py \ org.hexchat.service.service.in \ @@ -40,17 +39,3 @@ service_DATA = $(service_in_files:.service.in=.service) $(service_DATA): $(service_in_files) Makefile @sed -e "s|\@bindir\@|$(bindir)|" $< > $@ -#if DO_GCONF -#GCONF_SCHEMA_CONFIG_SOURCE = `$(GCONFTOOL) --get-default-source` -#GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas -#schemadir = $(GCONF_SCHEMA_FILE_DIR) -#schema_DATA = apps_hexchat_url_handler.schemas -#install-data-local: -# if test -z "$(DESTDIR)" ; then \ -# for p in $(schema_DATA) ; do \ -# GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \ -# done \ -# fi -#else -install-data-local: -#endif diff --git a/src/common/dbus/apps_hexchat_url_handler.schemas b/src/common/dbus/apps_hexchat_url_handler.schemas deleted file mode 100644 index 7a91657b..00000000 --- a/src/common/dbus/apps_hexchat_url_handler.schemas +++ /dev/null @@ -1,37 +0,0 @@ -<gconfschemafile> - <schemalist> - <schema> - <key>/schemas/desktop/gnome/url-handlers/irc/command</key> - <applyto>/desktop/gnome/url-handlers/irc/command</applyto> - <owner>hexchat</owner> - <type>string</type> - <default>hexchat --existing --url=%u</default> - <locale name="C"> - <short>The handler for "irc://" URLs</short> - </locale> - </schema> - - <schema> - <key>/schemas/desktop/gnome/url-handlers/irc/enabled</key> - <applyto>/desktop/gnome/url-handlers/irc/enabled</applyto> - <owner>hexchat</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Set it at TRUE if you want it activated</short> - </locale> - </schema> - - <schema> - <key>/schemas/desktop/gnome/url-handlers/irc/needs_terminal</key> - <applyto>/desktop/gnome/url-handlers/irc/needs_terminal</applyto> - <owner>hexchat</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Run hexchat in a terminal?</short> - </locale> - </schema> - - </schemalist> -</gconfschemafile> |