diff options
Diffstat (limited to 'recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc')
-rw-r--r-- | recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc b/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc index bb47bdc73..08b6aa495 100644 --- a/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc +++ b/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc @@ -1,11 +1,11 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -DEPENDS_append = " fontforge-native" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +DEPENDS:append = " fontforge-native" # From the orginal work located at https://aur.archlinux.org/packages/ttf-dejavu-emojiless/ -SRC_URI_append = " file://cleaner.py" +SRC_URI:append = " file://cleaner.py" -do_install_prepend() { +do_install:prepend() { for TTF in ${S}/*.ttf; do fontforge -script ${WORKDIR}/cleaner.py ${TTF} done |