diff options
author | ormorph <roma251078@mail.ru> | 2021-11-15 22:06:35 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-16 00:22:50 +0300 |
commit | 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch) | |
tree | dbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-base/tdegraphics-doc | |
parent | ffbff856abb47b6fb62cdd430211c67f67478c5b (diff) | |
download | tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip |
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdegraphics-doc')
-rw-r--r-- | trinity-base/tdegraphics-doc/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/tdegraphics-doc/tdegraphics-doc-14.0.11.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/trinity-base/tdegraphics-doc/Manifest b/trinity-base/tdegraphics-doc/Manifest new file mode 100644 index 00000000..a69742b8 --- /dev/null +++ b/trinity-base/tdegraphics-doc/Manifest @@ -0,0 +1 @@ +DIST tdegraphics-trinity-14.0.11.tar.xz 5806172 BLAKE2B 74de0c533bb95fe61b0575b5cf0ddf1f0050e8e22c69e116b0371b9c89109f856cd2e35e5c7256ad6d8f5ec3bd3b6c30aa038fdc8e2af63322dbf5969bbaaec9 SHA512 1a55a9b2968151af0c3c0982b766fe82e589dcceca6795947a01d30c878613a00614f54a1bbd1d5daa921012e6a1d952da7d52e77c7eb12b640ee69874f6c6ff diff --git a/trinity-base/tdegraphics-doc/tdegraphics-doc-14.0.11.ebuild b/trinity-base/tdegraphics-doc/tdegraphics-doc-14.0.11.ebuild new file mode 100644 index 00000000..c1a48ea9 --- /dev/null +++ b/trinity-base/tdegraphics-doc/tdegraphics-doc-14.0.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_MODULE_NAME="tdegraphics" +TRINITY_MODULE_TYPE="core" +inherit trinity-meta-2 + +DESCRIPTION="Documentaion for tdegraphics-derived packages" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +RDEPEND=" + ~trinity-base/khelpcenter-${PV}" + |