From 868d88ecfcb70f0e865715272371d5e3efe20771 Mon Sep 17 00:00:00 2001 From: ormorph Date: Tue, 9 Nov 2021 00:39:45 +0300 Subject: Added tdeedu meta package Signed-off-by: ormorph --- trinity-base/keduca/keduca-9999.ebuild | 20 ++++++++++++++++++++ trinity-base/keduca/metadata.xml | 8 ++++++++ 2 files changed, 28 insertions(+) create mode 100644 trinity-base/keduca/keduca-9999.ebuild create mode 100644 trinity-base/keduca/metadata.xml (limited to 'trinity-base/keduca') diff --git a/trinity-base/keduca/keduca-9999.ebuild b/trinity-base/keduca/keduca-9999.ebuild new file mode 100644 index 00000000..0dba14b1 --- /dev/null +++ b/trinity-base/keduca/keduca-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_MODULE_NAME="tdeedu" +TSM_EXTRACT_ALSO="translations" +TRINITY_NEED_ARTS="optional" +inherit trinity-meta-2 + +DESCRIPTION="Interactive form-based tests for Trinity" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +src_prepare() { + sed -i -e '/add_subdirectory( applnk )/d' \ + -e '/add_subdirectory( libtdeedu )/d' "${S}/CMakeLists.txt" || die + trinity-meta-2_src_prepare +} diff --git a/trinity-base/keduca/metadata.xml b/trinity-base/keduca/metadata.xml new file mode 100644 index 00000000..689e1534 --- /dev/null +++ b/trinity-base/keduca/metadata.xml @@ -0,0 +1,8 @@ + + + + + team-gentoo@trinitydesktop.org + Trinity Gentoo ebuilds project + + -- cgit v1.2.1