diff options
author | E. Liddell <[email protected]> | 2020-12-06 16:11:21 -0500 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2021-02-17 16:47:41 +0000 |
commit | f0575f757d3a116ae806b578b37ae4b375a8caf5 (patch) | |
tree | 9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/kbfx | |
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 <[email protected]>
Diffstat (limited to 'trinity-apps/kbfx')
-rw-r--r-- | trinity-apps/kbfx/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/kbfx/kbfx-14.0.8.ebuild | 29 |
2 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/kbfx/Manifest b/trinity-apps/kbfx/Manifest new file mode 100644 index 00000000..6d6a5eff --- /dev/null +++ b/trinity-apps/kbfx/Manifest @@ -0,0 +1,2 @@ +DIST kbfx-trinity-14.0.7.tar.xz 2630436 BLAKE2B f563ac92889354d98c090ab0c7300aafc1cd4b9e5275d435199313872c841eb9a448d056799371061289d1e1fd3bccdf2e2962c19c760c56d49273fcd207cf69 SHA512 9b2720cc03d6394e8606d2c9289d2e308c8e708906e2965a7b956b01ba0e7268aa46ff79b9874113bba082d87845a5f52ebb01ada2da521d371973688aa44589 +DIST kbfx-trinity-14.0.8.tar.xz 2631072 BLAKE2B 10cb51c23752361eb82668eb285d48d5f38105899ff2326ac38ebd1c5260cccb573c05bc1ae6403fb8cd9749bd98f6d3ff1fd422a2b1264a8c699dc3059e4760 SHA512 bc7171028251dcdf59717f6d99e5a265cb4997256041ad16ca05b61044f591aa983b7d2d63ca30dd920952976b6193432b2fdf8a8ba240f80695b321a731ccea diff --git a/trinity-apps/kbfx/kbfx-14.0.8.ebuild b/trinity-apps/kbfx/kbfx-14.0.8.ebuild new file mode 100644 index 00000000..1e5d5a2a --- /dev/null +++ b/trinity-apps/kbfx/kbfx-14.0.8.ebuild @@ -0,0 +1,29 @@ +# 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 hu it nl" + +inherit trinity-base-2 + +DESCRIPTION="An alternative to the TDE-Menu" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +}
\ No newline at end of file |