summaryrefslogtreecommitdiffstats
path: root/trinity-apps/twin-style-suse2
diff options
context:
space:
mode:
authorormorph <[email protected]>2021-11-15 22:06:35 +0300
committerormorph <[email protected]>2021-11-16 00:22:50 +0300
commit9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch)
treedbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/twin-style-suse2
parentffbff856abb47b6fb62cdd430211c67f67478c5b (diff)
downloadtde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz
tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/twin-style-suse2')
-rw-r--r--trinity-apps/twin-style-suse2/Manifest1
-rw-r--r--trinity-apps/twin-style-suse2/twin-style-suse2-14.0.11.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/twin-style-suse2/Manifest b/trinity-apps/twin-style-suse2/Manifest
new file mode 100644
index 00000000..a1c32906
--- /dev/null
+++ b/trinity-apps/twin-style-suse2/Manifest
@@ -0,0 +1 @@
+DIST twin-style-suse2-trinity-14.0.11.tar.xz 77760 BLAKE2B 7fa53a207356112b84d9fc43305b4b6640e20e7f3c76f541c91ba04600e85ccbb919913db96d23548a582b591e82dd25a869e03900050870a62c4ac0765ae80f SHA512 0dcb31b5a3e7929b7de0e87c315bcdba7cd2d9d32ac1f948cae886041a7d37377f28d62e4341b604a59fb624dc5d4644f0cc3293eccc70a5baf7269ee96758ea
diff --git a/trinity-apps/twin-style-suse2/twin-style-suse2-14.0.11.ebuild b/trinity-apps/twin-style-suse2/twin-style-suse2-14.0.11.ebuild
new file mode 100644
index 00000000..31f59229
--- /dev/null
+++ b/trinity-apps/twin-style-suse2/twin-style-suse2-14.0.11.ebuild
@@ -0,0 +1,30 @@
+# 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="bg bs cs cy da de el en_GB en_US es et fi fr
+ he hi hr hu id it ja km ko lo lt nb nl pa pl
+ pt_BR pt ro ru sk sl sr sv ta tr uk zh_CN zh_TW"
+
+TRINITY_MODULE_TYPE="applications/themes"
+inherit trinity-base-2
+
+DESCRIPTION="TWin decoration theme from SUSE 9.3/10.0/10.1"
+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
+}