Add gir files to bundle.
Enables change of library paths in the typelibs to point at @executable_path by gtk-mac-bundler.
This commit is contained in:
parent
3c8cd9f7ab
commit
68f7238048
@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Gramps</string>
|
<string>Gramps</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Gramps-4.2.3, (C) 1997-2016 The Gramps Team http://www.gramps-project.org</string>
|
<string>Gramps-4.2.4, (C) 1997-2016 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,11 +17,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>4.2.3</string>
|
<string>4.2.4</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>Gramps-4.2.3-1</string>
|
<string>Gramps-4.2.4-1</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 1997 - 2016 The Gramps Team, GNU General Public License.</string>
|
<string>Copyright 1997 - 2016 The Gramps Team, GNU General Public License.</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
@ -100,6 +100,11 @@
|
|||||||
${prefix}/lib/libgexiv2.dylib
|
${prefix}/lib/libgexiv2.dylib
|
||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
|
<gir>
|
||||||
|
${prefix}/share/gir-1.0/*.gir
|
||||||
|
</gir>
|
||||||
|
|
||||||
|
|
||||||
<!-- Translation filenames, one for each program or library that you
|
<!-- Translation filenames, one for each program or library that you
|
||||||
want to copy in to the bundle. The "dest" attribute is
|
want to copy in to the bundle. The "dest" attribute is
|
||||||
optional, as usual. Bundler will find all translations of that
|
optional, as usual. Bundler will find all translations of that
|
||||||
@ -159,9 +164,9 @@
|
|||||||
${prefix}/include/python3.4m/pyconfig.h
|
${prefix}/include/python3.4m/pyconfig.h
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
<data>
|
<!--data>
|
||||||
${prefix}/lib/girepository-1.0/
|
${prefix}/lib/girepository-1.0/
|
||||||
</data>
|
</data-->
|
||||||
|
|
||||||
<!--data>
|
<!--data>
|
||||||
${prefix}/share/webkit-1.0/
|
${prefix}/share/webkit-1.0/
|
||||||
@ -175,6 +180,10 @@
|
|||||||
${prefix}/share/mime/
|
${prefix}/share/mime/
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
|
<data>
|
||||||
|
${prefix}/share/xml/iso-codes
|
||||||
|
</data>
|
||||||
|
|
||||||
<data recurse="True">
|
<data recurse="True">
|
||||||
${prefix}/lib/python3.4/site-packages/gramps/*.glade
|
${prefix}/lib/python3.4/site-packages/gramps/*.glade
|
||||||
</data>
|
</data>
|
||||||
|
@ -67,9 +67,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/v4.2.3.tar.gz"
|
<branch module="gramps-project/gramps/archive/v4.2.4.tar.gz"
|
||||||
repo="github-tarball" version="4.2.3"
|
repo="github-tarball" version="4.2.4"
|
||||||
checkoutdir="gramps-gramps-4.2.3"/>
|
checkoutdir="gramps-gramps-4.2.4"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="meta-python2-modules"/>
|
<dep package="meta-python2-modules"/>
|
||||||
<dep package="meta-python3-modules"/>
|
<dep package="meta-python3-modules"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user