diff options
| -rw-r--r-- | meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb index c85366894a..3456383c3a 100644 --- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb +++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | |||
| @@ -7,18 +7,19 @@ LICENSE = "LGPL-2.1-only" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 8 | 8 | ||
| 9 | GNOMEBASEBUILDCLASS = "autotools" | 9 | GNOMEBASEBUILDCLASS = "autotools" |
| 10 | GTKIC_VERSION = '3' | ||
| 10 | inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check | 11 | inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check |
| 11 | 12 | ||
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 13 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 13 | 14 | ||
| 14 | DEPENDS += "intltool-native gtk+" | 15 | DEPENDS += "intltool-native gtk+3 librsvg" |
| 15 | 16 | ||
| 16 | # PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right. | 17 | # PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right. |
| 17 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive" | 18 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive" |
| 18 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" | 19 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" |
| 19 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" | 20 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" |
| 20 | 21 | ||
| 21 | EXTRA_OECONF = "--disable-gtk3-engine" | 22 | EXTRA_OECONF = "--disable-gtk2-engine" |
| 22 | 23 | ||
| 23 | do_install:append() { | 24 | do_install:append() { |
| 24 | # Only building Adwaita, remove highcontrast files | 25 | # Only building Adwaita, remove highcontrast files |
