summary refs log tree commit diff stats
path: root/share
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2013-08-28 10:21:37 -0700
committerTingPing <TingPing@users.noreply.github.com>2013-08-28 10:21:37 -0700
commit012b9c478e7d69de83fc5b1b756a6ccb564ff6d5 (patch)
treedaa0e34832d482bc724b561f541c363479e28e2d /share
parent36b84c9af321effa39a06a2b137f094ab8c50bd8 (diff)
parent5d35ecfaa9eae70a14218eada1b1cf695d789f3a (diff)
Merge pull request #730 from hasufell/mono
BUILD: add --with-theme-manager configure option
Diffstat (limited to 'share')
-rw-r--r--share/misc/Makefile.am16
-rw-r--r--share/misc/htm.desktop2
2 files changed, 17 insertions, 1 deletions
diff --git a/share/misc/Makefile.am b/share/misc/Makefile.am
index eec37250..32206a34 100644
--- a/share/misc/Makefile.am
+++ b/share/misc/Makefile.am
@@ -1,3 +1,19 @@
 util_DATA = hexchat.desktop
 utildir = $(datadir)/applications
 
+if WITH_TM
+util_DATA += htm.desktop
+mime_DATA = htm-mime.xml
+mimedir = $(datadir)/mime/packages
+
+UPDATE_MIME_DATABASE = update-mime-database "$(datadir)/mime" || :
+UPDATE_DESKTOP_DATABASE = update-desktop-database -q "$(datadir)/applications" || :
+
+install-data-hook:
+	$(UPDATE_MIME_DATABASE);
+	$(UPDATE_DESKTOP_DATABASE);
+
+uninstall-hook:
+	$(UPDATE_MIME_DATABASE);
+	$(UPDATE_DESKTOP_DATABASE);
+endif
diff --git a/share/misc/htm.desktop b/share/misc/htm.desktop
index 535b7f4c..53cac289 100644
--- a/share/misc/htm.desktop
+++ b/share/misc/htm.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=HexChat Theme Manager
-Exec=mono /usr/bin/thememan %f
+Exec=thememan %f
 Icon=hexchat
 Terminal=false
 Type=Application