From b7d7d016654a2ba06219c3f1d31ea946c9bf7603 Mon Sep 17 00:00:00 2001 From: ormorph Date: Fri, 15 Jul 2022 19:49:48 +0200 Subject: Added handbook assembly in subpackages for the tdeaccessibility metapackage Signed-off-by: ormorph --- trinity-base/kmag/kmag-9999.ebuild | 3 ++- trinity-base/kmousetool/kmousetool-9999.ebuild | 3 ++- trinity-base/kmouth/kmouth-9999.ebuild | 3 ++- trinity-base/ksayit/ksayit-9999.ebuild | 3 ++- trinity-base/kttsd/kttsd-9999.ebuild | 3 ++- .../tdeaccessibility-doc-9999.ebuild | 28 ---------------------- .../tdeaccessibility-meta-9999.ebuild | 3 +-- 7 files changed, 11 insertions(+), 35 deletions(-) delete mode 100644 trinity-base/tdeaccessibility-doc/tdeaccessibility-doc-9999.ebuild diff --git a/trinity-base/kmag/kmag-9999.ebuild b/trinity-base/kmag/kmag-9999.ebuild index 536f8783..cddee70b 100644 --- a/trinity-base/kmag/kmag-9999.ebuild +++ b/trinity-base/kmag/kmag-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 2021 The Trinity Desktop Project +# Copyright 2022 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" TSM_EXTRACT_ALSO="translations" inherit trinity-meta-2 diff --git a/trinity-base/kmousetool/kmousetool-9999.ebuild b/trinity-base/kmousetool/kmousetool-9999.ebuild index 17c8fd27..96d595e9 100644 --- a/trinity-base/kmousetool/kmousetool-9999.ebuild +++ b/trinity-base/kmousetool/kmousetool-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 2021 The Trinity Desktop Project +# Copyright 2022 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" TSM_EXTRACT_ALSO="translations" inherit trinity-meta-2 diff --git a/trinity-base/kmouth/kmouth-9999.ebuild b/trinity-base/kmouth/kmouth-9999.ebuild index 3a2b8b67..21a624ae 100644 --- a/trinity-base/kmouth/kmouth-9999.ebuild +++ b/trinity-base/kmouth/kmouth-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 2021 The Trinity Desktop Project +# Copyright 2022 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" TSM_EXTRACT_ALSO="translations" inherit trinity-meta-2 diff --git a/trinity-base/ksayit/ksayit-9999.ebuild b/trinity-base/ksayit/ksayit-9999.ebuild index 7fc4b609..92c89ed4 100644 --- a/trinity-base/ksayit/ksayit-9999.ebuild +++ b/trinity-base/ksayit/ksayit-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 2021 The Trinity Desktop Project +# Copyright 2022 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" TSM_EXTRACT_ALSO="kspeechsink translations" TRINITY_NEED_ARTS="yes" inherit trinity-meta-2 diff --git a/trinity-base/kttsd/kttsd-9999.ebuild b/trinity-base/kttsd/kttsd-9999.ebuild index 0f3ffb58..2cf83a76 100644 --- a/trinity-base/kttsd/kttsd-9999.ebuild +++ b/trinity-base/kttsd/kttsd-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 2021 The Trinity Desktop Project +# Copyright 2022 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" TSM_EXTRACT_ALSO="kspeechsink translations" inherit trinity-meta-2 diff --git a/trinity-base/tdeaccessibility-doc/tdeaccessibility-doc-9999.ebuild b/trinity-base/tdeaccessibility-doc/tdeaccessibility-doc-9999.ebuild deleted file mode 100644 index 4e01bf50..00000000 --- a/trinity-base/tdeaccessibility-doc/tdeaccessibility-doc-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2021 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" -inherit trinity-meta-2 - -DESCRIPTION="Documentaion for tdeaccessibility-derived packages" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~x86" -fi - -RDEPEND="~trinity-base/khelpcenter-${PV}" - -src_prepare() { - echo "tde_auto_add_subdirectories()" >"${S}/doc/CMakeLists.txt" - trinity-meta-2_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DWITH_ARTS=OFF - ) - - trinity-meta-2_src_configure -} diff --git a/trinity-base/tdeaccessibility-meta/tdeaccessibility-meta-9999.ebuild b/trinity-base/tdeaccessibility-meta/tdeaccessibility-meta-9999.ebuild index 2d42befb..14434ad0 100644 --- a/trinity-base/tdeaccessibility-meta/tdeaccessibility-meta-9999.ebuild +++ b/trinity-base/tdeaccessibility-meta/tdeaccessibility-meta-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 The Trinity Desktop Project +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -22,5 +22,4 @@ RDEPEND=" ~trinity-base/kmousetool-${PV} arts? ( ~trinity-base/ksayit-${PV} ) ~trinity-base/tdeaccessibility-iconthemes-${PV} - ~trinity-base/tdeaccessibility-doc-${PV} " -- cgit v1.2.1