From d25c1ec4e6fd8e4a553fe0e7a4358d8497f81aeb Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 8 Jun 2024 15:44:10 +0200 Subject: x11-themes/gnome-themes-standard: update EAPI 7 -> 8 Signed-off-by: David Seifert --- .../gnome-themes-standard-3.28-r1.ebuild | 42 +++++++++++++++++++++ .../gnome-themes-standard-3.28.ebuild | 43 ---------------------- 2 files changed, 42 insertions(+), 43 deletions(-) create mode 100644 x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild delete mode 100644 x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild (limited to 'x11-themes') diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild new file mode 100644 index 000000000000..1b9459172ac3 --- /dev/null +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +GNOME_ORG_MODULE="gnome-themes-extra" +inherit autotools gnome.org xdg + +DESCRIPTION="Standard Themes for GNOME Applications" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" + +# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose +# their default background image +RDEPEND=" + >=gnome-base/gsettings-desktop-schemas-3.4 +" +BDEPEND=" + >=dev-util/intltool-0.40 + sys-devel/gettext + virtual/pkgconfig +" + +PATCHES=( + # Leave build of gtk+:2 engine to x11-themes/gtk-engines-adwaita + "${FILESDIR}"/${PN}-3.22.2-exclude-engine.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + --disable-gtk2-engine \ + --disable-gtk3-engine \ + GTK_UPDATE_ICON_CACHE=$(type -P true) +} diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild deleted file mode 100644 index 39b921674d3a..000000000000 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GNOME_ORG_MODULE="gnome-themes-extra" - -inherit autotools gnome.org xdg - -DESCRIPTION="Standard Themes for GNOME Applications" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" - -# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose -# their default background image -RDEPEND=" - >=gnome-base/gsettings-desktop-schemas-3.4 -" -BDEPEND=" - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - # Leave build of gtk+:2 engine to x11-themes/gtk-engines-adwaita - "${FILESDIR}"/${PN}-3.22.2-exclude-engine.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - --disable-gtk2-engine \ - --disable-gtk3-engine \ - GTK_UPDATE_ICON_CACHE=$(type -P true) -} -- cgit v1.2.3-65-gdbad