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>
|
||||
<string>Gramps</string>
|
||||
<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>
|
||||
<string>gramps.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.2.3</string>
|
||||
<string>4.2.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>Gramps-4.2.3-1</string>
|
||||
<string>Gramps-4.2.4-1</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 1997 - 2016 The Gramps Team, GNU General Public License.</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
@ -100,6 +100,11 @@
|
||||
${prefix}/lib/libgexiv2.dylib
|
||||
</binary>
|
||||
|
||||
<gir>
|
||||
${prefix}/share/gir-1.0/*.gir
|
||||
</gir>
|
||||
|
||||
|
||||
<!-- Translation filenames, one for each program or library that you
|
||||
want to copy in to the bundle. The "dest" attribute is
|
||||
optional, as usual. Bundler will find all translations of that
|
||||
@ -159,9 +164,9 @@
|
||||
${prefix}/include/python3.4m/pyconfig.h
|
||||
</data>
|
||||
|
||||
<data>
|
||||
<!--data>
|
||||
${prefix}/lib/girepository-1.0/
|
||||
</data>
|
||||
</data-->
|
||||
|
||||
<!--data>
|
||||
${prefix}/share/webkit-1.0/
|
||||
@ -175,6 +180,10 @@
|
||||
${prefix}/share/mime/
|
||||
</data>
|
||||
|
||||
<data>
|
||||
${prefix}/share/xml/iso-codes
|
||||
</data>
|
||||
|
||||
<data recurse="True">
|
||||
${prefix}/lib/python3.4/site-packages/gramps/*.glade
|
||||
</data>
|
||||
|
@ -67,9 +67,9 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
||||
</distutils>
|
||||
|
||||
<distutils id="gramps" supports-non-srcdir-builds="no">
|
||||
<branch module="gramps-project/gramps/archive/v4.2.3.tar.gz"
|
||||
repo="github-tarball" version="4.2.3"
|
||||
checkoutdir="gramps-gramps-4.2.3"/>
|
||||
<branch module="gramps-project/gramps/archive/v4.2.4.tar.gz"
|
||||
repo="github-tarball" version="4.2.4"
|
||||
checkoutdir="gramps-gramps-4.2.4"/>
|
||||
<dependencies>
|
||||
<dep package="meta-python2-modules"/>
|
||||
<dep package="meta-python3-modules"/>
|
||||
|
Loading…
Reference in New Issue
Block a user