diff options
Diffstat (limited to 'trinity-base/kmag/kmag-14.1.2.ebuild')
-rw-r--r-- | trinity-base/kmag/kmag-14.1.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/trinity-base/kmag/kmag-14.1.2.ebuild b/trinity-base/kmag/kmag-14.1.2.ebuild new file mode 100644 index 00000000..aed5ccd4 --- /dev/null +++ b/trinity-base/kmag/kmag-14.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_NAME="tdeaccessibility" +TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" +inherit trinity-meta-2 + +DESCRIPTION="TDE screen magnifier" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DWITH_ARTS=OFF + ) + + trinity-meta-2_src_configure +} |