summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJasper Huijsmans <jbhuijsmans@home.nl>2008-01-05 14:11:33 +0000
committerJasper Huijsmans <jbhuijsmans@home.nl>2008-01-05 14:11:33 +0000
commita803294d2ffdf0092ee9c15f77adc2cd95eb195f (patch)
treea43b0b7f08904a91c7c133149b621ca7ea12f50c /data
parentfba4a838e1e0a1bfd0943d837295ce816b3d1de5 (diff)
downloadxfce4-appfinder-a803294d2ffdf0092ee9c15f77adc2cd95eb195f.tar.gz
Complete rewrite of xfce4-appfinder using libxfce4menu and exo-open.
(Old svn revision: 26537)
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am25
-rw-r--r--data/xfce4-appfinder.desktop.in11
-rw-r--r--data/xfce4-appfinder.pngbin0 -> 4003 bytes
3 files changed, 36 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..523195b
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,25 @@
+appsdir = $(datadir)/applications
+apps_in_files = xfce4-appfinder.desktop.in
+apps_DATA = $(apps_in_files:.desktop.in=.desktop)
+@INTLTOOL_DESKTOP_RULE@
+
+icondir = $(datadir)/icons/hicolor/48x48/apps
+icon_DATA = xfce4-appfinder.png
+
+EXTRA_DIST = $(icon_DATA) $(apps_in_files)
+DISTCLEANFILES = $(apps_DATA)
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. Remember to run:"; \
+ echo "***"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ echo "***"; \
+ fi
+
+# vi:set ts=8 sw=8 noet ai nocindent:
diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
new file mode 100644
index 0000000..ff8b8ee
--- /dev/null
+++ b/data/xfce4-appfinder.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+_Name=Application Finder
+_Comment=Find applications installed on the system.
+Exec=xfce4-appfinder
+Icon=xfce4-appfinder
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=X-XFCE;Utility;
diff --git a/data/xfce4-appfinder.png b/data/xfce4-appfinder.png
new file mode 100644
index 0000000..07a4da7
--- /dev/null
+++ b/data/xfce4-appfinder.png
Binary files differ