summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-qtcurve
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-qtcurve
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-qtcurve')
-rw-r--r--trinity-apps/tde-style-qtcurve/Manifest1
-rw-r--r--trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.11.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-qtcurve/Manifest b/trinity-apps/tde-style-qtcurve/Manifest
index 9e87c86f..273d8bb2 100644
--- a/trinity-apps/tde-style-qtcurve/Manifest
+++ b/trinity-apps/tde-style-qtcurve/Manifest
@@ -1 +1,2 @@
+DIST tde-style-qtcurve-trinity-14.0.11.tar.xz 383728 BLAKE2B 1c3e2a5268ce78bf2aa4d27edd0f0fb057f036447468970bbfde94b1ffd7a54727ba3050c3a56d29eb5b394f8b8bf38965627cff0a555014eebf3b6fc027cdd2 SHA512 52592a30a299faef1543e8845a6742676098921b7e5bb2d6227cb6acc99dfa6662a47999f19de6cb4e150facf6184b6af002cb7c57b0d24b2aaa1a68b37819a0
DIST tde-style-qtcurve-trinity-14.0.8.tar.xz 402548 BLAKE2B 39f287c185d185597fcb34402edee6a411a72891b76ff7e95729b4ea7c40a56e904829009bc165e6704837478a38df62f28e941d5093690a817cf6f60e590794 SHA512 bbe346a5f9b64c698397ec8c03a34ebe328f47598e15586de09b45159f586af114950c2f7bffacbae148d9e51a8199de780319fa5b416fa3e97f4fbaa419e3ea
diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.11.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.11.ebuild
new file mode 100644
index 00000000..68b5d7fd
--- /dev/null
+++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-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 tr"
+
+TRINITY_MODULE_TYPE="applications/themes"
+inherit trinity-base-2
+
+DESCRIPTION="QtCurve 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
+}