Mac bundle for Gramps 4.1.0
This commit is contained in:
parent
3b5eb5adf3
commit
6f7f30f547
@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Gramps</string>
|
<string>Gramps</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<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>
|
<key>CFBundleIconFile</key>
|
||||||
<string>gramps.icns</string>
|
<string>gramps.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
@ -17,14 +17,16 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>Trunk</string>
|
<string>4.1.0-1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>Trunk</string>
|
<string>4.1.0-1</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<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>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.5</string>
|
<string>10.5</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -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="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"/-->
|
<!--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">
|
<distutils id="gramps-git" supports-non-srcdir-builds="no">
|
||||||
<branch module="source" repo="gramps"
|
<branch module="source" repo="gramps"
|
||||||
checkoutdir="gramps-git"/>
|
checkoutdir="gramps-git"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user