[frogr] Generate the Info-frogr.plist file based on current @VERSION@



commit f6a3de9d55854c9bc75749c728c254a251f88b47
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Dec 18 21:42:58 2012 +0100

    Generate the Info-frogr.plist file based on current @VERSION@

 configure.ac                                     |    1 +
 macosx/{Info-frogr.plist => Info-frogr.plist.in} |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ab77f66..f57d71f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,6 +146,7 @@ AC_CONFIG_FILES([
         src/examples/Makefile
         po/Makefile.in
         help/Makefile
+        macosx/Info-frogr.plist
 ])
 AC_OUTPUT
 
diff --git a/macosx/Info-frogr.plist b/macosx/Info-frogr.plist.in
similarity index 86%
rename from macosx/Info-frogr.plist
rename to macosx/Info-frogr.plist.in
index cc2e1ca..9ba0236 100644
--- a/macosx/Info-frogr.plist
+++ b/macosx/Info-frogr.plist.in
@@ -7,7 +7,7 @@
     <key>CFBundleExecutable</key>
     <string>frogr</string>
     <key>CFBundleGetInfoString</key>
-    <string>0.8, (c) 2009-2012 Mario Sanchez Prada, http://live.gnome.org/Frogr</string>
+    <string>@VERSION@, (c) 2009-2012 Mario Sanchez Prada, http://live.gnome.org/Frogr</string>
     <key>CFBundleIconFile</key>
     <string>frogr.icns</string>
     <key>CFBundleIdentifier</key>
@@ -17,9 +17,9 @@
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleShortVersionString</key>
-    <string>0.8</string>
+    <string>@VERSION@</string>
     <key>CFBundleVersion</key>
-    <string>0.8</string>
+    <string>@VERSION@</string>
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>NSHumanReadableCopyright</key>



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