summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-qtcurve
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-22 11:30:51 +0300
committerormorph <roma251078@mail.ru>2023-04-22 21:42:10 +0300
commit3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch)
tree30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/tde-style-qtcurve
parent70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff)
downloadtde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz
tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip
Adding version 14.1.0
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.1.0.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 1c37ad8f..7cd5018b 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.13.tar.xz 161508 BLAKE2B 7c3e6751dc56583f522072deec614b11b5651a86e6cada2c3b8f6816e64c5f37eeebba5a3417ea91cef1eb828e14da7b01ef9a86876f9ad19da5b3692d2e17b7 SHA512 b9198f14cb4a3598bbdd7ca1a3b181d661fb4babca83dfbfe6b9d58db1363c204def80bcb95d2ccb07a2bf1cb71c89e1de89ff867e31ceb1ff5cf975c754bc91
+DIST tde-style-qtcurve-trinity-14.1.0.tar.xz 161496 BLAKE2B 660e72d1bdaccd792daa420f92bea60d1a41b24a592a562f6933dd1df997b60d0136c5135a4d8b64b7c07b1d29d75b9c98b196daaf3574b8df63ba9927d6ce5d SHA512 664818b445fa3409bbf7837c2773be23d1bf3c6c0cb289017b581a1d9c1226576d47a1318b66eeacc654c471fe1d65c0a9ccd6124276b25739b5e15fcf9bbea3
diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.0.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.0.ebuild
new file mode 100644
index 00000000..4db0fbcd
--- /dev/null
+++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2023 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="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 ~arm64 ~x86"
+fi
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}