summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-lipstik
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-11-15 22:06:35 +0300
committerormorph <roma251078@mail.ru>2021-11-16 00:22:50 +0300
commit9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch)
treedbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/tde-style-lipstik
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 <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tde-style-lipstik')
-rw-r--r--trinity-apps/tde-style-lipstik/Manifest1
-rw-r--r--trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-lipstik/Manifest b/trinity-apps/tde-style-lipstik/Manifest
index 5f97529c..518ef7ac 100644
--- a/trinity-apps/tde-style-lipstik/Manifest
+++ b/trinity-apps/tde-style-lipstik/Manifest
@@ -1 +1,2 @@
+DIST tde-style-lipstik-trinity-14.0.11.tar.xz 48732 BLAKE2B 8ede3f1a8e00082fd9269616220ffbb6d6d255db2c9f5fa475456976e7ca60b76dda834f50d1cfb09915f4195b0a7aa8622e67cae57f364ac1919513a044a048 SHA512 c82aba9ca0db18bfe56615dccb8e10001e44486b7f50f5f924583f9b34a7c27d96e7109ef413ced5b30e0dc30c701310ef1140fe8f00c28e6ff063fb47438273
DIST tde-style-lipstik-trinity-14.0.8.tar.xz 292980 BLAKE2B 9a28e87a5cccfb92bea1af94f28fab50c83d95025054030a70a16f3722bbe6b7c2a5bb7d29dfe2db6c1df8f26f1bac40908e56ba855c672cbe84e855df2bb6f5 SHA512 990847f3124117784e9cb22c58d26b324f95d04a2ef624fc1e4844058135c1926861de87bef72cf137984a13285bcf18c2eb37e461caa49d95d70f3e81a6b195
diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild
new file mode 100644
index 00000000..242565de
--- /dev/null
+++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# 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="de"
+
+TRINITY_MODULE_TYPE="applications/themes"
+inherit trinity-base-2
+
+DESCRIPTION="Lipstik widget style for TDE"
+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
+}