From 76c50b69056fcc6ed1ee518f353d8e91e4da99ab Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 15 May 2007 19:05:19 +0000 Subject: Set bugzilla information in desktop file and add it to POTFILES.in 2006-05-15 Xavier Claessens * configure.ac: * data/empathy.desktop.in: * data/Makefile.am: * data/empathy.desktop.in.in: * po/POTFILES.in: Set bugzilla information in desktop file and add it to POTFILES.in svn path=/trunk/; revision=68 --- data/Makefile.am | 6 ++++-- data/empathy.desktop.in | 11 ----------- data/empathy.desktop.in.in | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 data/empathy.desktop.in create mode 100644 data/empathy.desktop.in.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 093565c87..eca5bf4a2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -43,11 +43,13 @@ endif EXTRA_DIST = \ $(image_DATA) \ - $(autostart_DATA) \ $(profile_DATA) \ + $(autostart_in_files) \ + $(autostart_DATA) \ $(schemas_in_files) \ $(schemas_DATA) -DISTCLEANFILES = \ +DISTCLEANFILES = \ + $(autostart_DATA) \ $(schemas_DATA) diff --git a/data/empathy.desktop.in b/data/empathy.desktop.in deleted file mode 100644 index 1729f427e..000000000 --- a/data/empathy.desktop.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -_Name=Empathy -_Comment=Gnome Instant Messaging Client -Icon=empathy -Exec=empathy -Terminal=false -Type=Application -Categories=GNOME;GTK;Network;InstantMessaging; -OnlyShowIn=GNOME - diff --git a/data/empathy.desktop.in.in b/data/empathy.desktop.in.in new file mode 100644 index 000000000..9dcaf0d6d --- /dev/null +++ b/data/empathy.desktop.in.in @@ -0,0 +1,15 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +_Name=Empathy Instant Messenger +_Comment=Instant Messenger +Exec=empathy +Icon=empathy +StartupNotify=false +Terminal=false +Type=Application +Categories=GNOME;GTK;Network;InstantMessaging; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=empathy +X-GNOME-Bugzilla-Component=@BUGZILLA_COMPONENT@ +X-GNOME-Bugzilla-Version=@VERSION@ -- cgit v1.2.3