[Goodies-commits] r5812 - xfbib/branches/gobject

David Gustafsson tssj at xfce.org
Sun Oct 26 01:33:26 CEST 2008


Author: tssj
Date: 2008-10-25 23:33:26 +0000 (Sat, 25 Oct 2008)
New Revision: 5812

Added:
   xfbib/branches/gobject/xfbib.desktop.in
Modified:
   xfbib/branches/gobject/Makefile.am
Log:
Add a .desktop file.


Modified: xfbib/branches/gobject/Makefile.am
===================================================================
--- xfbib/branches/gobject/Makefile.am	2008-10-25 23:31:28 UTC (rev 5811)
+++ xfbib/branches/gobject/Makefile.am	2008-10-25 23:33:26 UTC (rev 5812)
@@ -5,9 +5,30 @@
 	icons \
 	pixmaps
 
+desktopdir = $(datadir)/applications
+desktop_in_files = xfbib.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ at INTLTOOL_DESKTOP_RULE@
+
 AUTOMAKE_OPTIONS = \
 	1.8 \
 	dist-bzip2
 
+EXTRA_DIST = \
+	autogen.sh \
+	intltool-extract.in \
+	intltool-merge.in \
+	intltool-update.in \
+	$(desktop_in_files) \
+	$(pixmaps_DATA)
+
+DISTCLEANFILES = \
+	intltool-extract \
+	intltool-merge \
+	intltool-update \
+	$(desktop_DATA)
+
+
+
 distclean-local:
 	-rm -rf *.cache *~

Added: xfbib/branches/gobject/xfbib.desktop.in
===================================================================
--- xfbib/branches/gobject/xfbib.desktop.in	                        (rev 0)
+++ xfbib/branches/gobject/xfbib.desktop.in	2008-10-25 23:33:26 UTC (rev 5812)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+_Name=Xfbib
+_Comment=A BibTeX editor for xfce
+_GenericName=BibTeX Editor
+Exec=xfbib %f
+Icon=xfbib
+Terminal=false
+MimeType=text/x-bibtex;
+Categories=X-XFCE;Office;GTK;
+StartupNotify=false




More information about the Goodies-commits mailing list