Bundle release of Gramps 5.1.4.
This commit is contained in:
parent
9352f0c438
commit
358a6b118b
@ -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.3-1, (C) 1997-2020 The Gramps Team http://www.gramps-project.org</string>
|
<string>Gramps-5.1.4-1, (C) 1997-2021 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,13 +17,13 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>Gramps-5.1.3-1</string>
|
<string>Gramps-5.1.4-1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>Gramps-5.1.3-1</string>
|
<string>Gramps-5.1.4-1</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 1997 - 2020 The Gramps Team, GNU General Public License.</string>
|
<string>Copyright 1997 - 2021 The Gramps Team, GNU General Public License.</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.9</string>
|
<string>10.9</string>
|
||||||
<key>GtkOSXLaunchScriptFile</key>
|
<key>GtkOSXLaunchScriptFile</key>
|
||||||
|
@ -96,6 +96,10 @@
|
|||||||
${prefix}/lib/libgeocode-glib.dylib
|
${prefix}/lib/libgeocode-glib.dylib
|
||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
|
<binary>
|
||||||
|
${prefix}/lib/gio/modules/libgiognutls.so
|
||||||
|
</binary>
|
||||||
|
|
||||||
<gir>
|
<gir>
|
||||||
${prefix}/share/gir-1.0/*.gir
|
${prefix}/share/gir-1.0/*.gir
|
||||||
</gir>
|
</gir>
|
||||||
|
@ -55,9 +55,9 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
</distutils>
|
</distutils>
|
||||||
|
|
||||||
<distutils id="gramps" supports-non-srcdir-builds="no">
|
<distutils id="gramps" supports-non-srcdir-builds="no">
|
||||||
<branch module="gramps-project/gramps/archive/v5.1.3.tar.gz"
|
<branch module="gramps-project/gramps/archive/v5.1.4.tar.gz"
|
||||||
repo="github-tarball" version="5.1.3"
|
repo="github-tarball" version="5.1.4"
|
||||||
checkoutdir="gramps-gramps-5.1.3"/>
|
checkoutdir="gramps-gramps-5.1.4"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="meta-gramps-modules"/>
|
<dep package="meta-gramps-modules"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -145,7 +145,7 @@ https://files.pythonhosted.org/packages/
|
|||||||
<branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
|
<branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
|
||||||
repo="oracle"
|
repo="oracle"
|
||||||
hash="sha256:12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef" >
|
hash="sha256:12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef" >
|
||||||
<patch file="https://raw.githubusercontent.com/gramps-project/gramps/master/mac/patches/berkeleydb-4.8-atomic.patch" strip='1'/>
|
<patch file="berkeleydb-4.8-atomic.patch" strip='1'/>
|
||||||
</branch>
|
</branch>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
@ -161,7 +161,7 @@ https://files.pythonhosted.org/packages/
|
|||||||
<branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
|
<branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
|
||||||
repo="oracle"
|
repo="oracle"
|
||||||
hash="sha256:12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef">
|
hash="sha256:12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef">
|
||||||
<patch file="https://raw.githubusercontent.com/gramps-project/gramps/maintenance/gramps51/mac/patches/berkeleydb-4.8-atomic.patch" strip='1'/>
|
<patch file="berkeleydb-4.8-atomic.patch" strip='1'/>
|
||||||
</branch>
|
</branch>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
@ -184,7 +184,6 @@ https://files.pythonhosted.org/packages/
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="python3"/>
|
<dep package="python3"/>
|
||||||
<dep package="meta-gtk-osx-gtk3"/>
|
<dep package="meta-gtk-osx-gtk3"/>
|
||||||
<dep package="meta-gtk-osx-gtk3-core-themes"/>
|
|
||||||
<dep package="goocanvas2"/>
|
<dep package="goocanvas2"/>
|
||||||
<dep package="librsvg"/>
|
<dep package="librsvg"/>
|
||||||
<dep package="shared-mime-info"/>
|
<dep package="shared-mime-info"/>
|
||||||
|
@ -24,6 +24,7 @@ environ['GTK_PATH'] = bundle_res
|
|||||||
environ['PANGO_RC_FILE'] = join(bundle_etc, 'pango', 'pangorc')
|
environ['PANGO_RC_FILE'] = join(bundle_etc, 'pango', 'pangorc')
|
||||||
environ['PANGO_SYSCONFDIR'] = bundle_etc
|
environ['PANGO_SYSCONFDIR'] = bundle_etc
|
||||||
environ['PANGO_LIBDIR'] = bundle_lib
|
environ['PANGO_LIBDIR'] = bundle_lib
|
||||||
|
environ['GIO_MODULE_DIR'] = join(bundle_lib, 'gio', 'modules')
|
||||||
environ['GDK_PIXBUF_MODULE_FILE'] = join(bundle_lib, 'gdk-pixbuf-2.0',
|
environ['GDK_PIXBUF_MODULE_FILE'] = join(bundle_lib, 'gdk-pixbuf-2.0',
|
||||||
'2.10.0', 'loaders.cache')
|
'2.10.0', 'loaders.cache')
|
||||||
environ['GI_TYPELIB_PATH'] = join(bundle_lib, 'girepository-1.0')
|
environ['GI_TYPELIB_PATH'] = join(bundle_lib, 'girepository-1.0')
|
||||||
|
Loading…
Reference in New Issue
Block a user