diff options
Diffstat (limited to 'trinity-base/tdeartwork-sounds/tdeartwork-sounds-9999.ebuild')
-rw-r--r-- | trinity-base/tdeartwork-sounds/tdeartwork-sounds-9999.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/trinity-base/tdeartwork-sounds/tdeartwork-sounds-9999.ebuild b/trinity-base/tdeartwork-sounds/tdeartwork-sounds-9999.ebuild index 57fbe1f6..f492b136 100644 --- a/trinity-base/tdeartwork-sounds/tdeartwork-sounds-9999.ebuild +++ b/trinity-base/tdeartwork-sounds/tdeartwork-sounds-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" @@ -11,3 +11,11 @@ DESCRIPTION="Extra sound themes for Trinity" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~x86" fi + +src_configure() { + local mycmakeargs=( + -DBUILD_ALL=OFF + ) + + trinity-meta-2_src_configure +} |