diff options
author | ormorph <[email protected]> | 2024-04-28 17:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2024-04-28 22:35:54 +0300 |
commit | 30335515923be5f5ee02981121d2cdb6ad89978d (patch) | |
tree | d4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/kommando | |
parent | 929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff) | |
download | tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip |
Add new TDE-14.1.2
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kommando')
-rw-r--r-- | trinity-apps/kommando/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kommando/kommando-14.1.2.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/trinity-apps/kommando/Manifest b/trinity-apps/kommando/Manifest index 2141d834..96c0e19d 100644 --- a/trinity-apps/kommando/Manifest +++ b/trinity-apps/kommando/Manifest @@ -1 +1,2 @@ DIST kommando-trinity-14.1.1.tar.xz 42476 BLAKE2B a9338d4df5a230293e38671a8cd5d68ce340db6320753ce2e0c58d17f757bf8d874795c72800cc01b1b35fae3e7dbc9269e5df858205ec501a5c602458cbe170 SHA512 a1a17300427df39386df046c32efc31f281480c2880fad4eeeba93dd98822a1c6c7397cc14c72d034146b9c85948112c07ccd933465c8990d2758fc2e42dd77a +DIST kommando-trinity-14.1.2.tar.xz 42812 BLAKE2B 9766c28f9da353a2a09376c106fd5827c9278a9d28e5006da8dde1acef2fa959e1972e3e73edc27fee42e90a16fc67bfcd6819868e8b7d79d901d640423b3521 SHA512 b33b72bebb4fb9a0e8296962c5625dbc7a685c7520c3c2d9a2f92baba9a99ce312780280932eb0de5f71a7f0455dd7c76afab787053ca551323a2e393c4f1d59 diff --git a/trinity-apps/kommando/kommando-14.1.2.ebuild b/trinity-apps/kommando/kommando-14.1.2.ebuild new file mode 100644 index 00000000..54d52869 --- /dev/null +++ b/trinity-apps/kommando/kommando-14.1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de it" +TRINITY_MODULE_TYPE="applications/utilities" +inherit trinity-base-2 + +DESCRIPTION="Neverwinter Nights-like wheelmenu for TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} |