summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kkbswitch
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kkbswitch')
-rw-r--r--trinity-apps/kkbswitch/Manifest1
-rw-r--r--trinity-apps/kkbswitch/kkbswitch-14.0.12.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/trinity-apps/kkbswitch/Manifest b/trinity-apps/kkbswitch/Manifest
index 2be80da9..fba57d7f 100644
--- a/trinity-apps/kkbswitch/Manifest
+++ b/trinity-apps/kkbswitch/Manifest
@@ -1 +1,2 @@
DIST kkbswitch-trinity-14.0.11.tar.xz 78780 BLAKE2B 1ef8a06c233f4df5b654d3cbc97635ce28e3e0b9853d2c8d32a7d3cb9226b0ca27e9f7ab95b19ea1f7480ae15cdb7a4767bf805f44aa442298017ed03401ba0a SHA512 2b3e1e25580ad1c9e49cf8a6f60f8b156c4f746ef246bad0a5ac0c9714792ca125615ecbe82dc8bf3e47d08fe8245f687f4e8270647c09eab63c0b2296f55b1e
+DIST kkbswitch-trinity-14.0.12.tar.xz 78688 BLAKE2B 565260994fd78ed10abf2969c21e9efa7e4bb514ddc59a7ab251479db66f4522d57e835272af603255e3ddffab72a4f9e755eca18b66331b24089d2f4698471b SHA512 611cc289caee689b3c78af140164ac935da0bd6f529eab76663022cf65cd82d77b6107d0adedced614db6539f21c94d49732dcad3b289c1942280188d49c7291
diff --git a/trinity-apps/kkbswitch/kkbswitch-14.0.12.ebuild b/trinity-apps/kkbswitch/kkbswitch-14.0.12.ebuild
new file mode 100644
index 00000000..2e3b570a
--- /dev/null
+++ b/trinity-apps/kkbswitch/kkbswitch-14.0.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Copyright 2022 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_HANDBOOK="optional"
+TRINITY_MODULE_TYPE="applications/settings"
+inherit trinity-base-2
+
+DESCRIPTION="Keyboard layout indicator for TDE"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND="
+ virtual/acl
+ net-dns/libidn
+ dev-libs/openssl
+ x11-libs/libxkbfile
+"
+RDEPEND="${DEPEND}"