diff options
Diffstat (limited to 'meta')
4 files changed, 15 insertions, 2 deletions
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb index 890c08bf4a..8dc4ceb399 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb | |||
@@ -13,6 +13,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb1ef92b6909969a472a6ea3c4e99cb7" | |||
13 | inherit gnomebase meson allarch fontcache pkgconfig | 13 | inherit gnomebase meson allarch fontcache pkgconfig |
14 | SRC_URI[archive.sha256sum] = "3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83" | 14 | SRC_URI[archive.sha256sum] = "3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83" |
15 | 15 | ||
16 | # remove at next version upgrade or when output changes | ||
17 | PR = "r1" | ||
18 | HASHEQUIV_HASH_VERSION .= ".2" | ||
19 | |||
16 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" | 20 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" |
17 | 21 | ||
18 | FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig" | 22 | FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig" |
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb index f5df9efa3b..abc216f434 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb | |||
@@ -10,6 +10,10 @@ LICENSE = "OFL-1.1" | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f96db970a9a46c5369142b99f530366b" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f96db970a9a46c5369142b99f530366b" |
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | # remove at next version upgrade or when output changes | ||
14 | PR = "r1" | ||
15 | HASHEQUIV_HASH_VERSION .= ".2" | ||
16 | |||
13 | inherit allarch fontcache | 17 | inherit allarch fontcache |
14 | 18 | ||
15 | FONT_PACKAGES = "${PN}" | 19 | FONT_PACKAGES = "${PN}" |
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index 3e1ba196b5..50c79b3bf0 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | |||
@@ -7,10 +7,13 @@ but is visibly different than normal and bold, and reasonably pleasing." | |||
7 | SECTION = "x11/fonts" | 7 | SECTION = "x11/fonts" |
8 | LICENSE = "BitstreamVera" | 8 | LICENSE = "BitstreamVera" |
9 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" | 9 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" |
10 | PR = "r7" | 10 | PR = "r8" |
11 | 11 | ||
12 | inherit allarch fontcache | 12 | inherit allarch fontcache |
13 | 13 | ||
14 | # remove at next version upgrade or when output changes | ||
15 | HASHEQUIV_HASH_VERSION .= ".1" | ||
16 | |||
14 | FONT_PACKAGES = "${PN}" | 17 | FONT_PACKAGES = "${PN}" |
15 | 18 | ||
16 | SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" | 19 | SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" |
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb index 6a91582068..f0c77f33bd 100644 --- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb +++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | |||
@@ -13,7 +13,9 @@ SRC_URI = "file://misc" | |||
13 | SOURCE_DATE_EPOCH = "1613559011" | 13 | SOURCE_DATE_EPOCH = "1613559011" |
14 | 14 | ||
15 | PE = "1" | 15 | PE = "1" |
16 | PR = "r3" | 16 | PR = "r4" |
17 | # remove at next version upgrade or when output changes | ||
18 | HASHEQUIV_HASH_VERSION .= ".1" | ||
17 | 19 | ||
18 | inherit allarch features_check | 20 | inherit allarch features_check |
19 | 21 | ||