Skip to content

Commit

Permalink
gnome-themes-extra: build with gtk+3
Browse files Browse the repository at this point in the history
- disable gtk2
- update dependencies

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
MarkusVolk authored and kraj committed Mar 23, 2024
1 parent 45105cb commit 8db5548
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"

GNOMEBASEBUILDCLASS = "autotools"
GTKIC_VERSION = '3'
inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check

ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"

DEPENDS += "intltool-native gtk+"
DEPENDS += "intltool-native gtk+3 librsvg"

# PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right.
SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"

EXTRA_OECONF = "--disable-gtk3-engine"
EXTRA_OECONF = "--disable-gtk2-engine"

do_install:append() {
# Only building Adwaita, remove highcontrast files
Expand Down

0 comments on commit 8db5548

Please sign in to comment.