summaryrefslogtreecommitdiffstats
path: root/trinity-apps/gtk-qt-engine
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-04-30 20:47:27 +0300
committerSlávek Banko <slavek.banko@axis.cz>2022-05-01 16:23:29 +0200
commit336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 (patch)
tree920bb9b62e96c92b2a5a7e99352e68afb2783ce8 /trinity-apps/gtk-qt-engine
parent1c8d53512742aab368c0f7e9973604eaa54b43ba (diff)
downloadtde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.tar.gz
tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.zip
Added version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/gtk-qt-engine')
-rw-r--r--trinity-apps/gtk-qt-engine/Manifest1
-rw-r--r--trinity-apps/gtk-qt-engine/gtk-qt-engine-14.0.12.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/gtk-qt-engine/Manifest b/trinity-apps/gtk-qt-engine/Manifest
index e1a0c2c1..f45e10b6 100644
--- a/trinity-apps/gtk-qt-engine/Manifest
+++ b/trinity-apps/gtk-qt-engine/Manifest
@@ -1 +1,2 @@
DIST gtk-qt-engine-trinity-14.0.11.tar.xz 286972 BLAKE2B a64df145beb1b17067f10d11ac77674f7e36e2092102e42819e46e199c777331ee26055c778a66ecc3a023026e64045f902189baefa421473c4acd966f409671 SHA512 d335f885b9a14341cd4dc67a9b8b9dfb1634796ce33ce985ef56d66995fcf72b4d30d1fc6ef5449269841678c3181d88258b48bd8898856ea0a1047e90f16e38
+DIST gtk-qt-engine-trinity-14.0.12.tar.xz 288364 BLAKE2B 29d3b138627823a1922908ad609fb61daacdaa402a928c25404f24de2c476b65fb4a89e6839d0e4e24e1268b6155c3c00467d85ec7148756f17ed7af1a1dbb38 SHA512 7079e7c326ef353627fa6b77f1ab63d92d421dd395cc8ec4a7c8e5279ea9657c59025e90e7e2315e5866caa052361cf5dde7d99f533c46de6ecdd7153efd5930
diff --git a/trinity-apps/gtk-qt-engine/gtk-qt-engine-14.0.12.ebuild b/trinity-apps/gtk-qt-engine/gtk-qt-engine-14.0.12.ebuild
new file mode 100644
index 00000000..0d05ffed
--- /dev/null
+++ b/trinity-apps/gtk-qt-engine/gtk-qt-engine-14.0.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022 Gentoo Authors
+# Copyright 2022 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="bg de es fr it nl nn ru sv tr"
+
+TRINITY_MODULE_TYPE="applications/themes"
+inherit trinity-base-2
+
+DESCRIPTION="Theme engine using TQt for GTK+2"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+RDEPEND="x11-libs/gtk+:2"