Inlude fontconfig's etc/fonts in macOS app bundle.

Graphviz now uses fontconfig to find its fonts.
Fixes #12370
This commit is contained in:
John Ralls 2021-07-29 15:13:45 -07:00
parent 358a6b118b
commit ae7a2500de
2 changed files with 8 additions and 3 deletions

View File

@ -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.4-1, (C) 1997-2021 The Gramps Team http://www.gramps-project.org</string> <string>Gramps-5.1.4-2, (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,11 +17,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>Gramps-5.1.4-1</string> <string>Gramps-5.1.4-2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>Gramps-5.1.4-1</string> <string>Gramps-5.1.4-2</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2021 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>

View File

@ -141,6 +141,10 @@
${project}/gramps_launcher.py ${project}/gramps_launcher.py
</data> </data>
<data>
${prefix}/etc/fonts
</data>
<data> <data>
${prefix}/share/glib-2.0/schemas ${prefix}/share/glib-2.0/schemas
</data> </data>
@ -209,6 +213,7 @@
<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