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/ksplash-engine-moodin | |
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/ksplash-engine-moodin')
-rw-r--r-- | trinity-apps/ksplash-engine-moodin/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-14.0.11.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/trinity-apps/ksplash-engine-moodin/Manifest b/trinity-apps/ksplash-engine-moodin/Manifest index c0f9a458..ad19802b 100644 --- a/trinity-apps/ksplash-engine-moodin/Manifest +++ b/trinity-apps/ksplash-engine-moodin/Manifest @@ -1 +1,2 @@ +DIST ksplash-engine-moodin-trinity-14.0.11.tar.xz 618684 BLAKE2B 43b8c20a3de8e80f0e9223bb8fbc3717dd5aac8e1c598cb3cd391d567b8a43e964d8c6af7f0fced6b8c5de732932a2d84570d3b9ac78e76aa9c4679b3909f555 SHA512 70ed4eb944c59c8568187dc2385b3f0be870807fe44527dfc285166e9aabe098ae81d92437d572dbbd1a0cb116af7587a558135c742760648419fdbd2d804275 DIST ksplash-engine-moodin-trinity-14.0.8.tar.xz 638272 BLAKE2B 4afa76c5bdb5d271bd9be09e312e2c4dbd6e751b55e50714f9058e22096a774c796c2a2c2557a9039f700941b020145bd16d6c7f920da21fc61bf55c2fdb2d7f SHA512 8ca5b335630e1a55692fda2c520061b9eb2cc22ce1c0374749660c53ebd826d956869719f668d19c14f0801d0b7801de9dd2a05d06a6744a98d2fc2b03d43ab6 diff --git a/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-14.0.11.ebuild b/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-14.0.11.ebuild new file mode 100644 index 00000000..e6f9d244 --- /dev/null +++ b/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-14.0.11.ebuild @@ -0,0 +1,17 @@ +# 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_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="KSplash engine Moodin" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi |