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-apps/koffice-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-apps/koffice-doc')
-rw-r--r-- | trinity-apps/koffice-doc/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/koffice-doc/koffice-doc-14.0.11.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/trinity-apps/koffice-doc/Manifest b/trinity-apps/koffice-doc/Manifest new file mode 100644 index 00000000..9867db9c --- /dev/null +++ b/trinity-apps/koffice-doc/Manifest @@ -0,0 +1 @@ +DIST koffice-trinity-14.0.11.tar.xz 49537528 BLAKE2B fa28d93a34d7668f6618dac946c93ba93bee747f5c0fedd26a46f347a17f953f875dbe51f06aa6dc913a18c33d77fd61a697ccb87757218095e707434f6e92bc SHA512 ef090554d1cdd2535e83ce201a22c04db37a5550915b7831f2a6086bb6eafac88c04f733298d04a79805ff3fa0d951de0e54da8fb75dc86a17f53afa67c764f0 diff --git a/trinity-apps/koffice-doc/koffice-doc-14.0.11.ebuild b/trinity-apps/koffice-doc/koffice-doc-14.0.11.ebuild new file mode 100644 index 00000000..7ec6180c --- /dev/null +++ b/trinity-apps/koffice-doc/koffice-doc-14.0.11.ebuild @@ -0,0 +1,22 @@ +# 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="koffice" +TRINITY_MODULE_TYPE="applications/office" +TRINITY_BUILD_ADMIN="yes" + +inherit trinity-meta-2 + +DESCRIPTION="Documentaion for koffice-derived packages" +HOMEPAGE="https://trinitydesktop.org" + +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi +IUSE="" + +RDEPEND=" + ~trinity-base/khelpcenter-${PV}" |