Repackage Gramps 5.1.5 with Gtk updates fixing use on macOS 13 Ventura.

This commit is contained in:
John Ralls 2022-12-24 14:26:07 -08:00
parent 2ca3839904
commit 2cde1f0cdb
3 changed files with 11 additions and 12 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Gramps</string> <string>Gramps</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Gramps-5.1.5-1, (C) 1997-2022 The Gramps Team http://www.gramps-project.org</string> <string>Gramps-5.1.5-2, (C) 1997-2022 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,15 +17,15 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>Gramps-5.1.5-1</string> <string>Gramps-5.1.5-2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>Gramps-5.1.5-1</string> <string>Gramps-5.1.5-2</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2022 The Gramps Team, GNU General Public License.</string> <string>Copyright 1997 - 2022 The Gramps Team, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.12</string> <string>10.13</string>
<key>GtkOSXLaunchScriptFile</key> <key>GtkOSXLaunchScriptFile</key>
<string>gramps_launcher.py</string> <string>gramps_launcher.py</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

View File

@ -42,7 +42,7 @@
</binary> </binary>
<binary recurse="True"> <binary recurse="True">
${prefix}/lib/python3.9/*.so ${prefix}/lib/python3.10/*.so
</binary> </binary>
<binary> <binary>
@ -153,19 +153,19 @@
<!-- We have to pull in the python modules, which are mixed python <!-- We have to pull in the python modules, which are mixed python
and loadable modules. --> and loadable modules. -->
<data recurse="True"> <data recurse="True">
${prefix}/lib/python3.9/*.py ${prefix}/lib/python3.10/*.py
</data> </data>
<data> <data>
${prefix}/lib/python3.9/config-3.9-darwin/ ${prefix}/lib/python3.10/config-3.10-darwin/
</data> </data>
<data> <data>
${prefix}/lib/python3.9/site-packages/gramps/gen/utils/resource-path ${prefix}/lib/python3.10/site-packages/gramps/gen/utils/resource-path
</data> </data>
<data> <data>
${prefix}/include/python3.9/pyconfig.h ${prefix}/include/python3.10/pyconfig.h
</data> </data>
@ -182,7 +182,7 @@
</data> </data>
<data recurse="True"> <data recurse="True">
${prefix}/lib/python3.9/site-packages/gramps/*.glade ${prefix}/lib/python3.10/site-packages/gramps/*.glade
</data> </data>
<data> <data>

View File

@ -13,7 +13,7 @@
href="http://download.oracle.com/"/> href="http://download.oracle.com/"/>
<repository type="tarball" name="pymodules" <repository type="tarball" name="pymodules"
href="https://pypi.python.org/packages/"/> href="https://pypi.python.org/packages/"/>
<repository type="git" name="github" href="git://github.com/"/> <repository type="git" name="github" href="https://github.com/"/>
<repository type="tarball" name="github-tarball" href="https://github.com/"/> <repository type="tarball" name="github-tarball" href="https://github.com/"/>
<repository type="tarball" name="exiv2.org" <repository type="tarball" name="exiv2.org"
href="http://www.exiv2.org/releases/"/> href="http://www.exiv2.org/releases/"/>
@ -210,7 +210,6 @@ https://files.pythonhosted.org/packages/
<dep package="pycairo"/> <dep package="pycairo"/>
<dep package="pygobject3"/> <dep package="pygobject3"/>
<dep package='pyicu'/> <dep package='pyicu'/>
<dep package='pybsddb'/>
<dep package="pillow"/> <dep package="pillow"/>
</dependencies> </dependencies>
</metamodule> </metamodule>