diff options
Diffstat (limited to 'trinity-base/tdeartwork-icewm-themes/tdeartwork-icewm-themes-9999.ebuild')
-rw-r--r-- | trinity-base/tdeartwork-icewm-themes/tdeartwork-icewm-themes-9999.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/trinity-base/tdeartwork-icewm-themes/tdeartwork-icewm-themes-9999.ebuild b/trinity-base/tdeartwork-icewm-themes/tdeartwork-icewm-themes-9999.ebuild index 026bf1c5..38cc4bd3 100644 --- a/trinity-base/tdeartwork-icewm-themes/tdeartwork-icewm-themes-9999.ebuild +++ b/trinity-base/tdeartwork-icewm-themes/tdeartwork-icewm-themes-9999.ebuild @@ -1,5 +1,5 @@ # 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" @@ -15,6 +15,14 @@ fi RDEPEND=" ~trinity-base/tdeartwork-twin-styles-${PV}" +src_configure() { + local mycmakeargs=( + -DBUILD_ALL=OFF + ) + + trinity-meta-2_src_configure +} + pkg_postinst() { elog "For more IceWM themes, install x11-themes/icewm-extra-themes" } |