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/twin-style-dekorator | |
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/twin-style-dekorator')
-rw-r--r-- | trinity-apps/twin-style-dekorator/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/twin-style-dekorator/twin-style-dekorator-14.0.11.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/trinity-apps/twin-style-dekorator/Manifest b/trinity-apps/twin-style-dekorator/Manifest new file mode 100644 index 00000000..4770d24a --- /dev/null +++ b/trinity-apps/twin-style-dekorator/Manifest @@ -0,0 +1 @@ +DIST twin-style-dekorator-trinity-14.0.11.tar.xz 131132 BLAKE2B a00f756f07ee5cca7ba12d203697d0220525334c1f36c4c63637c70fad602bbcf80cc53796e7a773e9cf36afe2ae58c19d4019eb2af4e325696aec53ba4962d0 SHA512 f926fa4aab981c617f549659643ab287aec7e125231ca047c402ea4397a5a357f15e0c645ff183360c98e88038174ceb59ae56a633eed79fb8394c887024fab1 diff --git a/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.0.11.ebuild b/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.0.11.ebuild new file mode 100644 index 00000000..90f2c17d --- /dev/null +++ b/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.0.11.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="never" + +TRINITY_LANGS="" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="DeKorator 0.3 is a pixmap-based theme engine for TWin with its own themes" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |