diff options
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.12.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 index 4770d24a..a046044a 100644 --- a/trinity-apps/twin-style-dekorator/Manifest +++ b/trinity-apps/twin-style-dekorator/Manifest @@ -1 +1,2 @@ DIST twin-style-dekorator-trinity-14.0.11.tar.xz 131132 BLAKE2B a00f756f07ee5cca7ba12d203697d0220525334c1f36c4c63637c70fad602bbcf80cc53796e7a773e9cf36afe2ae58c19d4019eb2af4e325696aec53ba4962d0 SHA512 f926fa4aab981c617f549659643ab287aec7e125231ca047c402ea4397a5a357f15e0c645ff183360c98e88038174ceb59ae56a633eed79fb8394c887024fab1 +DIST twin-style-dekorator-trinity-14.0.12.tar.xz 131088 BLAKE2B 70cc522963bbba2fd323592347708bcf492f1dca3a3242e36d3ffdea91457780c84073a783f06199cee3b1ee8fca857d7cf02ded076605a76e60cd475c8fbaf6 SHA512 9d91edc82deb5b654a0420b3ea02b7bf750e6698264123accba71825661d57a015c7c5afb0215654559ae9f11d47ac996cd61fb7ca815072d27a977c96f18bf8 diff --git a/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.0.12.ebuild b/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.0.12.ebuild new file mode 100644 index 00000000..03956141 --- /dev/null +++ b/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.0.12.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +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 ~arm64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |