Add a gir element, needed for scriptless bundles.
This commit is contained in:
parent
65b058ff75
commit
2f8bc559e8
@ -96,6 +96,10 @@
|
|||||||
${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
|
||||||
@ -133,12 +137,12 @@
|
|||||||
${project}/gramps_launcher.py
|
${project}/gramps_launcher.py
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
<!-- We have to pull in the python modules, which are mixed python
|
|
||||||
and loadable modules. -->
|
|
||||||
<data>
|
<data>
|
||||||
${prefix}/share/glib-2.0/schemas
|
${prefix}/share/glib-2.0/schemas
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
|
<!-- We have to pull in the python modules, which are mixed python
|
||||||
|
and loadable modules. -->
|
||||||
<data recurse="True">
|
<data recurse="True">
|
||||||
${prefix}/lib/python3.6/*.py
|
${prefix}/lib/python3.6/*.py
|
||||||
</data>
|
</data>
|
||||||
@ -155,13 +159,10 @@
|
|||||||
${prefix}/include/python3.6m/pyconfig.h
|
${prefix}/include/python3.6m/pyconfig.h
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
<data>
|
|
||||||
${prefix}/lib/girepository-1.0/
|
|
||||||
</data>
|
|
||||||
|
|
||||||
<!--data>
|
<data>
|
||||||
${prefix}/share/webkit-1.0/
|
${prefix}/share/xml/iso-codes
|
||||||
</data-->
|
</data>
|
||||||
|
|
||||||
<data>
|
<data>
|
||||||
${prefix}/share/enchant/
|
${prefix}/share/enchant/
|
||||||
@ -204,7 +205,6 @@
|
|||||||
<data>
|
<data>
|
||||||
${prefix}/share/icons
|
${prefix}/share/icons
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
<!-- Copy icons. Note that the .icns file is an Apple format which
|
<!-- Copy icons. Note that the .icns file is an Apple format which
|
||||||
contains up to 4 sizes of icon. You can use
|
contains up to 4 sizes of icon. You can use
|
||||||
/Developer/Applications/Utilities/Icon Composer.app to import
|
/Developer/Applications/Utilities/Icon Composer.app to import
|
||||||
|
Loading…
x
Reference in New Issue
Block a user