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