monkey-bubble r359 - trunk
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: monkey-bubble r359 - trunk
- Date: Wed, 8 Oct 2008 21:19:19 +0000 (UTC)
Author: chpe
Date: Wed Oct 8 21:19:19 2008
New Revision: 359
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=359&view=rev
Log:
Bug 523832 â add bugzilla info to desktop file
* Makefile.am:
* monkey-bubble.desktop.in.in: Put VERSION into the desktop file.
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/monkey-bubble.desktop.in.in
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Wed Oct 8 21:19:19 2008
@@ -33,9 +33,9 @@
$(applications_in_files): $(applications_in_in_files) Makefile
if MAEMO
- sed 's# BINDIR@#$(bindir)/#' $< > $@
+ sed 's# BINDIR@#$(bindir)/#;s#\ VERSION\@#$(VERSION)#' $< > $@
else
- sed 's# BINDIR@##' $< > $@
+ sed 's# BINDIR@##;s#\ VERSION\@#$(VERSION)#' $< > $@
endif
@INTLTOOL_DESKTOP_RULE@
Modified: trunk/monkey-bubble.desktop.in.in
==============================================================================
--- trunk/monkey-bubble.desktop.in.in (original)
+++ trunk/monkey-bubble.desktop.in.in Wed Oct 8 21:19:19 2008
@@ -8,3 +8,7 @@
Type=Application
Categories=GNOME;Application;Game;
StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=monkey-bubble
+X-GNOME-Bugzilla-Component=Game Engine
+X-GNOME-Bugzilla-Version= VERSION@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]