Skip to content

Commit

Permalink
Package release of Gramps-5.2.0-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Aug 3, 2023
1 parent 7507736 commit 6f98fa0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
8 changes: 4 additions & 4 deletions mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Gramps</string>
<key>CFBundleGetInfoString</key>
<string>Gramps-5.1.5-2, (C) 1997-2022 The Gramps Team http://www.gramps-project.org</string>
<string>Gramps-5.2.0-beta1-1, (C) 1997-2023 The Gramps Team http://www.gramps-project.org</string>
<key>CFBundleIconFile</key>
<string>gramps.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Gramps-5.1.5-2</string>
<string>Gramps-5.2.0-beta1-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>Gramps-5.1.5-2</string>
<string>Gramps-5.2.0-beta1-1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2022 The Gramps Team, GNU General Public License.</string>
<string>Copyright 1997 - 2023 The Gramps Team, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>GtkOSXLaunchScriptFile</key>
Expand Down
19 changes: 6 additions & 13 deletions mac/gramps.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</binary>

<binary recurse="True">
${prefix}/lib/python3.10/*.so
${prefix}/lib/python3.11/*.so
</binary>

<binary>
Expand Down Expand Up @@ -78,7 +78,7 @@
</binary>

<binary>
${prefix}/lib/libtiff.5.dylib
${prefix}/lib/libtiff.6.dylib
</binary>

<binary dest="${bundle}/Contents/MacOS/">
Expand Down Expand Up @@ -153,19 +153,15 @@
<!-- We have to pull in the python modules, which are mixed python
and loadable modules. -->
<data recurse="True">
${prefix}/lib/python3.10/*.py
${prefix}/lib/python3.11/*.py
</data>

<data>
${prefix}/lib/python3.10/config-3.10-darwin/
${prefix}/lib/python3.11/config-3.11-darwin/
</data>

<data>
${prefix}/lib/python3.10/site-packages/gramps/gen/utils/resource-path
</data>

<data>
${prefix}/include/python3.10/pyconfig.h
${prefix}/include/python3.11/pyconfig.h
</data>


Expand All @@ -182,7 +178,7 @@
</data>

<data recurse="True">
${prefix}/lib/python3.10/site-packages/gramps/*.glade
${prefix}/lib/python3.11/site-packages/gramps/*.glade
</data>

<data>
Expand All @@ -197,9 +193,6 @@
${prefix}/share/gramps/images/splash.jpg
</data>

<data>
${prefix}/share/mime-info/
</data>
<!-- Note that you must run `dot -c` to create this file -->
<data>
${prefix}/lib/graphviz/config6
Expand Down
10 changes: 4 additions & 6 deletions mac/gramps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<dep package="meta-gramps-modules"/>
</dependencies>
</distutils>

<distutils id="gramps" supports-non-srcdir-builds="no">
<branch module="gramps-project/gramps/archive/v5.1.5.tar.gz"
repo="github-tarball" version="5.1.5"
checkoutdir="gramps-gramps-5.1.5">
<patch file="gramps-berkeleydb.patch" strip="1"/>
<branch module="gramps-project/gramps/archive/v5.2.0-beta1.tar.gz"
repo="github-tarball" version="5.2.0-beta1"
checkoutdir="gramps-gramps-5.2.0-beta1" />
<dependencies>
<dep package="meta-gramps-modules"/>
</dependencies>
Expand Down Expand Up @@ -209,12 +207,12 @@ https://files.pythonhosted.org/packages/
<dep package="osmgpsmap"/>
<dep package="graphviz"/>
<dep package="gexiv2"/>
<dep package="berkeleydb"/>
<dep package="gtk-mac-integration-python"/>
<dep package="pycairo"/>
<dep package="pygobject3"/>
<dep package='pyicu'/>
<dep package="pillow"/>
<dep package="pybsddb"/>
</dependencies>
</metamodule>

Expand Down

0 comments on commit 6f98fa0

Please sign in to comment.