diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-12-06 16:11:21 -0500 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2021-02-17 16:47:41 +0000 |
commit | f0575f757d3a116ae806b578b37ae4b375a8caf5 (patch) | |
tree | 9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/kvkbd | |
parent | 32f776ede66c742cd2dceecb3739b083ac41d92b (diff) | |
download | tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.tar.gz tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.zip |
14.0.8 ebuilds for everything in trinity-apps that I could make build back in June.
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-apps/kvkbd')
-rw-r--r-- | trinity-apps/kvkbd/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/kvkbd/kvkbd-14.0.8.ebuild | 32 |
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/kvkbd/Manifest b/trinity-apps/kvkbd/Manifest new file mode 100644 index 00000000..93d29805 --- /dev/null +++ b/trinity-apps/kvkbd/Manifest @@ -0,0 +1,2 @@ +DIST kvkbd-trinity-14.0.7.tar.xz 311116 BLAKE2B 9896c9589c3b709fd8d360012829d65d69522e3f2992a5a42c22e069dd895ed721661d67933e29f056832e569722632847b61c7d686a28322a4f6de7008cfe73 SHA512 57f61ce06e0dccd16bee2d069b7714939a75dd0b448117c2b0042f88221f78b1913fb077a6cf9384500bec324072c880da3bdbc2b35ce3a4061cc118945a2d5d +DIST kvkbd-trinity-14.0.8.tar.xz 63460 BLAKE2B ba8e9c84cd53ff23312bad0d7cd1acf553c2b5c5ca781facc6b4f582f0d61716f7ca5223c7a428ba4369b981b78d19dbffc729cbfa412458931b36a75fcd57d5 SHA512 bf342e3a0f6cca94e4dca2a29752eeaee6eef06bfd2b0d065e8023bdbc5bb47cf66f5cdf5140289ff7fd5a7cd87819d267213752f82ec9eeb431b4b001a24f03 diff --git a/trinity-apps/kvkbd/kvkbd-14.0.8.ebuild b/trinity-apps/kvkbd/kvkbd-14.0.8.ebuild new file mode 100644 index 00000000..1d97902b --- /dev/null +++ b/trinity-apps/kvkbd/kvkbd-14.0.8.ebuild @@ -0,0 +1,32 @@ +# 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="de" + +inherit trinity-base-2 + +DESCRIPTION="A virtual keyboard for TDE" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +DEPEND+=" x11-libs/libXtst" +RDEPEND+=" ${DEPEND}" + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} |