[Pkg-owncloud-commits] [owncloud-client] 35/89: Adjust Windows and Mac binaries package names
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 31989d23a69db5fe0cdb7a02f86e3e456f48861b
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Mon Dec 9 17:41:41 2013 +0100
Adjust Windows and Mac binaries package names
---
OwnCloudCPack.cmake | 2 +-
cmake/modules/MacOSXBundleInfo.plist.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/OwnCloudCPack.cmake b/OwnCloudCPack.cmake
index d2c4c4a..fb51b72 100644
--- a/OwnCloudCPack.cmake
+++ b/OwnCloudCPack.cmake
@@ -13,7 +13,7 @@ set( CPACK_PACKAGE_VERSION_MAJOR ${MIRALL_VERSION_MAJOR} )
set( CPACK_PACKAGE_VERSION_MINOR ${MIRALL_VERSION_MINOR} )
set( CPACK_PACKAGE_VERSION_PATCH ${MIRALL_VERSION_PATCH} )
set( CPACK_PACKAGE_VERSION_BUILD ${MIRALL_VERSION_BUILD} )
-set( CPACK_PACKAGE_VERSION ${MIRALL_VERSION_FULL} )
+set( CPACK_PACKAGE_VERSION ${MIRALL_VERSION_FULL}${MIRALL_VERSION_SUFFIX} )
if(APPLE)
set( CPACK_GENERATOR "DragNDrop" )
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index e31f21e..ab61529 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -17,7 +17,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>@APPLICATION_NAME@ @MIRALL_VERSION_FULL@</string>
+ <string>@APPLICATION_NAME@ @MIRALL_VERSION_STRING@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list