summaryrefslogtreecommitdiffstats
path: root/trinity-apps/gtk-qt-engine
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-03-29 17:01:43 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-03-30 12:07:05 +0000
commit8271e6336e6748a5b9819871d0734c2f632343b8 (patch)
tree27767c80b997765521bae7bfaf7aa2a9f6804cce /trinity-apps/gtk-qt-engine
parent4a70fc14bfaa79ebdf590d902771b2dcea26fda7 (diff)
downloadtde-packaging-gentoo-8271e6336e6748a5b9819871d0734c2f632343b8.tar.gz
tde-packaging-gentoo-8271e6336e6748a5b9819871d0734c2f632343b8.zip
Live ebuilds: Add preliminary `GTK-QT-Engine` ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-apps/gtk-qt-engine')
-rw-r--r--trinity-apps/gtk-qt-engine/gtk-qt-engine-9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/trinity-apps/gtk-qt-engine/gtk-qt-engine-9999.ebuild b/trinity-apps/gtk-qt-engine/gtk-qt-engine-9999.ebuild
new file mode 100644
index 00000000..98ad0bab
--- /dev/null
+++ b/trinity-apps/gtk-qt-engine/gtk-qt-engine-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+TRINITY_MODULE_TYPE="applications"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="bg de es fr it nl nn ru sv tr"
+
+inherit trinity-base-2
+
+DESCRIPTION="Theme engine using TQt for GTK+2"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+RDEPEND="x11-libs/gtk+:2"
+
+SLOT="${TRINITY_VER}"