summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild
diff options
context:
space:
mode:
authorormorph <[email protected]>2021-11-05 12:57:09 +0300
committerormorph <[email protected]>2021-11-05 12:57:09 +0300
commitfc35dc276a7c0a7e61a1c2f232c5c1eff344f871 (patch)
tree52d967deab9f002406b7e4ffc713c50d4910151d /trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild
parente69337d66b719b30789c96fb548b442038983cfd (diff)
downloadtde-packaging-gentoo-fc35dc276a7c0a7e61a1c2f232c5c1eff344f871.tar.gz
tde-packaging-gentoo-fc35dc276a7c0a7e61a1c2f232c5c1eff344f871.zip
Bug fixes for tdeartwork metapackage assembly
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild')
-rw-r--r--trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild13
1 files changed, 11 insertions, 2 deletions
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
+}