summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-06-11 12:43:45 +0300
committerormorph <roma251078@mail.ru>2021-06-11 12:43:45 +0300
commit233a6972d13c9055cf3b9f5f3b2a8d7aff775aca (patch)
treeb19d04049bf7dc7b619d62e383589b4750609a79
parentddf733348883fa577bb76d951f7365c1e0cc0d1b (diff)
downloadtde-packaging-gentoo-233a6972.tar.gz
tde-packaging-gentoo-233a6972.zip
Add trinity-apps/kkbswitch
Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r--trinity-apps/kkbswitch/kkbswitch-9999.ebuild26
-rw-r--r--trinity-apps/kkbswitch/metadata.xml8
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/kkbswitch/kkbswitch-9999.ebuild b/trinity-apps/kkbswitch/kkbswitch-9999.ebuild
new file mode 100644
index 00000000..e7c2ba86
--- /dev/null
+++ b/trinity-apps/kkbswitch/kkbswitch-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Copyright 2021 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TRINITY_HANDBOOK="optional"
+TRINITY_MODULE_TYPE="applications"
+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 ~x86"
+fi
+
+DEPEND="
+ virtual/acl
+ net-dns/libidn
+ dev-libs/openssl
+ x11-libs/libxkbfile
+"
+RDEPEND="${DEPEND}"
diff --git a/trinity-apps/kkbswitch/metadata.xml b/trinity-apps/kkbswitch/metadata.xml
new file mode 100644
index 00000000..689e1534
--- /dev/null
+++ b/trinity-apps/kkbswitch/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>team-gentoo@trinitydesktop.org</email>
+ <name>Trinity Gentoo ebuilds project</name>
+ </maintainer>
+</pkgmetadata>