From fc35dc276a7c0a7e61a1c2f232c5c1eff344f871 Mon Sep 17 00:00:00 2001 From: ormorph Date: Fri, 5 Nov 2021 12:57:09 +0300 Subject: Bug fixes for tdeartwork metapackage assembly Signed-off-by: ormorph --- .../tdeartwork-icon-themes-9999.ebuild | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild') diff --git a/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild b/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild index ffdba3a9..d81e262a 100644 --- a/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild +++ b/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild @@ -1,14 +1,23 @@ # Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 2020-2021 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" TRINITY_MODULE_NAME="tdeartwork" -TSM_EXTRACT="IconThemes/" +TSM_EXTRACT="IconThemes" +TSM_EXTRACT_ALSO="translations/" inherit trinity-meta-2 DESCRIPTION="Icon themes for Trinity" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~x86" fi + +src_configure() { + local mycmakeargs=( + -DBUILD_ALL=OFF + ) + + trinity-meta-2_src_configure +} -- cgit v1.2.1