summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-qtcurve
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerormorph <roma251078@mail.ru>2024-04-28 22:35:54 +0300
commit30335515923be5f5ee02981121d2cdb6ad89978d (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/tde-style-qtcurve
parent929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff)
downloadtde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz
tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip
Add new TDE-14.1.2
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.2.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 2f132f9b..333d9bdf 100644
--- a/trinity-apps/tde-style-qtcurve/Manifest
+++ b/trinity-apps/tde-style-qtcurve/Manifest
@@ -1 +1,2 @@
DIST tde-style-qtcurve-trinity-14.1.1.tar.xz 160732 BLAKE2B a3116a00b6e72891b5e1189f67bf3de1680cb13d3f1986d9c05c61f32af0b896e9a5bf1ea855692331e0aab5f95bcc7d6d267d132aefbd1ca8677fe08e8adcf1 SHA512 1fef098d240c8db0979136d203811318257025bd6c9ba2ab23acae8254a91e4b133b55eba383d5b7721659143094222ebf908891101b113168f884bccedf5dab
+DIST tde-style-qtcurve-trinity-14.1.2.tar.xz 160900 BLAKE2B 808f50c1f81d4c94bb5d178449ef1098104caee3fac872e7f9d436dbc66951c5bdafe1960db6e8f30f0b8d1f05ade3ba79a9a0e6a9c3bea26df48bc6f8e0b072 SHA512 cdb6eb231bc54945512b15fa0dc407302bee5aa2a830669af1e36905f5beab01f59a818b906095242ba4eada35fb79c73c89812087dc9c1354ae748c16984980
diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild
new file mode 100644
index 00000000..b6363cfd
--- /dev/null
+++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2024 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
+}