Skip to content

Commit

Permalink
Merge pull request #72 from seb128/include-fonts-config
Browse files Browse the repository at this point in the history
Include the fonts configuration from a default desktop installation
  • Loading branch information
kenvandine authored Sep 1, 2022
2 parents 891e5bc + 9290ff9 commit 6f39565
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,16 @@ parts:
find . -type f,l -exec rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/{} \;
find . -type f,l -name "*.so*" -exec bash -c "rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/{}*" \;
fonts-config:
after: [ debs ]
plugin: nil
stage-packages: [ fontconfig-config, fonts-arphic-ukai, fonts-arphic-uming, fonts-beng-extra, fonts-dejavu-core, fonts-deva-extra, fonts-droid-fallback, fonts-gubbi, fonts-gujr-extra, fonts-guru-extra, fonts-khmeros-core, fonts-lohit-beng-assamese, fonts-lohit-beng-bengali, fonts-lohit-deva, fonts-lohit-gujr, fonts-lohit-guru, fonts-lohit-knda, fonts-lohit-orya, fonts-lohit-taml, fonts-lohit-taml-classical, fonts-lohit-telu, fonts-noto-cjk, fonts-opensymbol, fonts-orya-extra, fonts-pagul, fonts-smc-anjalioldlipi, fonts-smc-chilanka, fonts-smc-dyuthi, fonts-smc-karumbi, fonts-smc-keraleeyam, fonts-smc-manjari, fonts-smc-meera, fonts-smc-rachana, fonts-smc-raghumalayalamsans, fonts-smc-suruma, fonts-smc-uroob, fonts-telu-extra, fonts-tlwg-garuda, fonts-tlwg-kinnari, fonts-tlwg-laksaman, fonts-tlwg-loma, fonts-tlwg-mono, fonts-tlwg-norasi, fonts-tlwg-typist, fonts-tlwg-typo, fonts-tlwg-umpush, fonts-tlwg-waree, fonts-urw-base35 ]
stage:
- etc/fonts
- usr/share/fontconfig

caches:
after: [ debs ]
after: [ fonts-config ]
plugin: nil
build-packages:
- gtk-update-icon-cache
Expand Down

0 comments on commit 6f39565

Please sign in to comment.