diff options
author | ormorph <[email protected]> | 2021-11-15 22:06:35 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2021-11-16 00:22:50 +0300 |
commit | 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch) | |
tree | dbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/kkbswitch | |
parent | ffbff856abb47b6fb62cdd430211c67f67478c5b (diff) | |
download | tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip |
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kkbswitch')
-rw-r--r-- | trinity-apps/kkbswitch/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kkbswitch/kkbswitch-14.0.11.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/trinity-apps/kkbswitch/Manifest b/trinity-apps/kkbswitch/Manifest new file mode 100644 index 00000000..2be80da9 --- /dev/null +++ b/trinity-apps/kkbswitch/Manifest @@ -0,0 +1 @@ +DIST kkbswitch-trinity-14.0.11.tar.xz 78780 BLAKE2B 1ef8a06c233f4df5b654d3cbc97635ce28e3e0b9853d2c8d32a7d3cb9226b0ca27e9f7ab95b19ea1f7480ae15cdb7a4767bf805f44aa442298017ed03401ba0a SHA512 2b3e1e25580ad1c9e49cf8a6f60f8b156c4f746ef246bad0a5ac0c9714792ca125615ecbe82dc8bf3e47d08fe8245f687f4e8270647c09eab63c0b2296f55b1e diff --git a/trinity-apps/kkbswitch/kkbswitch-14.0.11.ebuild b/trinity-apps/kkbswitch/kkbswitch-14.0.11.ebuild new file mode 100644 index 00000000..292da976 --- /dev/null +++ b/trinity-apps/kkbswitch/kkbswitch-14.0.11.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/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 ~x86" +fi + +DEPEND=" + virtual/acl + net-dns/libidn + dev-libs/openssl + x11-libs/libxkbfile +" +RDEPEND="${DEPEND}" |