gnome-bluetooth r386 - in trunk: . applet properties



Author: hadess
Date: Fri Feb 27 11:51:17 2009
New Revision: 386
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=386&view=rev

Log:
Add Bugzilla info to the desktop files

Automated! Bug! Reporting!

Added:
   trunk/applet/bluetooth-applet.desktop.in.in
   trunk/properties/bluetooth-properties.desktop.in.in
Removed:
   trunk/applet/bluetooth-applet.desktop.in
   trunk/properties/bluetooth-properties.desktop.in
Modified:
   trunk/applet/Makefile.am
   trunk/configure.ac
   trunk/properties/Makefile.am

Modified: trunk/applet/Makefile.am
==============================================================================
--- trunk/applet/Makefile.am	(original)
+++ trunk/applet/Makefile.am	Fri Feb 27 11:51:17 2009
@@ -19,6 +19,7 @@
 
 autostartdir = $(sysconfdir)/xdg/autostart
 
+autostart_in_in_files = bluetooth-applet.desktop.in.in
 autostart_in_files = bluetooth-applet.desktop.in
 
 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
@@ -27,6 +28,6 @@
 
 CLEANFILES = $(autostart_DATA)
 
-EXTRA_DIST = $(man_MANS) $(autostart_in_files)
+EXTRA_DIST = $(man_MANS) $(autostart_in_in_files)
 
 MAINTAINERCLEANFILES = Makefile.in

Added: trunk/applet/bluetooth-applet.desktop.in.in
==============================================================================
--- (empty file)
+++ trunk/applet/bluetooth-applet.desktop.in.in	Fri Feb 27 11:51:17 2009
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Bluetooth Manager
+_Comment=Bluetooth Manager applet
+Icon=bluetooth
+Exec=bluetooth-applet
+Terminal=false
+Type=Application
+Categories=
+OnlyShowIn=GNOME;XFCE;
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-bluetooth
+X-GNOME-Bugzilla-Component=applet
+X-GNOME-Bugzilla-Version= VERSION@

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Feb 27 11:51:17 2009
@@ -115,7 +115,9 @@
 	  icons/Makefile
 	  common/Makefile
 	  applet/Makefile
+	  applet/bluetooth-applet.desktop.in
 	  properties/Makefile
+	  properties/bluetooth-properties.desktop.in
 	  wizard/Makefile
 	  sendto/Makefile
 	  docs/Makefile

Modified: trunk/properties/Makefile.am
==============================================================================
--- trunk/properties/Makefile.am	(original)
+++ trunk/properties/Makefile.am	Fri Feb 27 11:51:17 2009
@@ -14,6 +14,7 @@
 
 desktopdir = $(datadir)/applications
 
+desktop_in_in_files = bluetooth-properties.desktop.in.in
 desktop_in_files = bluetooth-properties.desktop.in
 
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -30,7 +31,7 @@
 
 CLEANFILES = $(desktop_DATA) $(schema_DATA)
 
-EXTRA_DIST = $(man_MANS) $(desktop_in_files) $(schema_in_files)
+EXTRA_DIST = $(man_MANS) $(desktop_in_in_files) $(schema_in_files)
 
 MAINTAINERCLEANFILES = Makefile.in
 

Added: trunk/properties/bluetooth-properties.desktop.in.in
==============================================================================
--- (empty file)
+++ trunk/properties/bluetooth-properties.desktop.in.in	Fri Feb 27 11:51:17 2009
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Bluetooth
+_Comment=Configure Bluetooth settings
+Icon=bluetooth
+Exec=bluetooth-properties
+Terminal=false
+Type=Application
+Categories=GTK;GNOME;Settings;HardwareSettings;
+OnlyShowIn=GNOME;XFCE;
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-bluetooth
+X-GNOME-Bugzilla-Component=properties
+X-GNOME-Bugzilla-Version= VERSION@
+X-GNOME-Bugzilla-OtherBinaries=bluetooth-sendto;bluetooth-wizard;
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]