mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
x11-themes/gtk-engines-adwaita: EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
648a80e836
commit
1f9dad277f
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
EAPI=7
|
||||
GNOME_ORG_MODULE="gnome-themes-extra"
|
||||
|
||||
inherit gnome.org multilib-minimal
|
||||
@@ -11,16 +11,13 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra/"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
|
||||
|
||||
COMMON_DEPEND="
|
||||
DEPEND="
|
||||
>=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!<x11-themes/gnome-themes-standard-3.20.2-r1
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-util/intltool-0.40
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
@@ -40,5 +37,9 @@ multilib_src_compile() {
|
||||
|
||||
multilib_src_install() {
|
||||
emake -C themes/Adwaita/gtk-2.0 DESTDIR="${D}" install-engineLTLIBRARIES
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user