Mac bundle for Gramps 4.1.0

This commit is contained in:
John Ralls 2014-06-16 08:12:50 -07:00
parent 3b5eb5adf3
commit 6f7f30f547
2 changed files with 26 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Gramps</string>
<key>CFBundleGetInfoString</key>
<string>Trunk, (C) 1997-2012 The Gramps Team http://www.gramps-project.org</string>
<string>4.1.0, (C) 1997-2014 The Gramps Team http://www.gramps-project.org</string>
<key>CFBundleIconFile</key>
<string>gramps.icns</string>
<key>CFBundleIdentifier</key>
@ -17,14 +17,16 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Trunk</string>
<string>4.1.0-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>Trunk</string>
<string>4.1.0-1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2012 The Gramps Team, GNU General Public License.</string>
<string>Copyright 1997 - 2014 The Gramps Team, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View File

@ -59,6 +59,26 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<include href="http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules"/>
<!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
<distutils id="gramps" autogen-sh="configure">
<branch module="gramps/gramps-4.1.0.tar.gz" version="4.1.0"
repo="sourceforge">
</branch>
<dependencies>
<dep package="meta-gtk-osx-python-gtk3"/>
<dep package="meta-gtk-osx-gtk3-core-themes"/>
<dep package="goocanvas2"/>
<dep package="librsvg"/>
<dep package="shared-mime-info"/>
<dep package="hunspell"/>
<dep package="gtkspell3"/>
<dep package="osmgpsmap"/>
<dep package="graphviz"/>
<dep package="pil"/>
<dep package='pyicu'/>
<dep package="gexiv2"/>
</dependencies>
</distutils>
<distutils id="gramps-git" supports-non-srcdir-builds="no">
<branch module="source" repo="gramps"
checkoutdir="gramps-git"/>