diff options
author | ormorph <roma251078@mail.ru> | 2023-11-05 20:45:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-11-05 20:45:47 +0300 |
commit | e1a4445e7691d1e541d4f03bb235c1a71d37d911 (patch) | |
tree | 4898e5e01bacc4e0f8a67c79820ac4020cec262a /trinity-apps/kommando | |
parent | 09c45f2ef3b79c2e0abc65dbf5f586d187e9178c (diff) | |
download | tde-packaging-gentoo-e1a4445e7691d1e541d4f03bb235c1a71d37d911.tar.gz tde-packaging-gentoo-e1a4445e7691d1e541d4f03bb235c1a71d37d911.zip |
Added trinity-apps/kommando ebuilds
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kommando')
-rw-r--r-- | trinity-apps/kommando/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kommando/kommando-14.1.1.ebuild | 29 | ||||
-rw-r--r-- | trinity-apps/kommando/kommando-9999.ebuild | 29 | ||||
-rw-r--r-- | trinity-apps/kommando/metadata.xml | 8 |
4 files changed, 67 insertions, 0 deletions
diff --git a/trinity-apps/kommando/Manifest b/trinity-apps/kommando/Manifest new file mode 100644 index 00000000..2141d834 --- /dev/null +++ b/trinity-apps/kommando/Manifest @@ -0,0 +1 @@ +DIST kommando-trinity-14.1.1.tar.xz 42476 BLAKE2B a9338d4df5a230293e38671a8cd5d68ce340db6320753ce2e0c58d17f757bf8d874795c72800cc01b1b35fae3e7dbc9269e5df858205ec501a5c602458cbe170 SHA512 a1a17300427df39386df046c32efc31f281480c2880fad4eeeba93dd98822a1c6c7397cc14c72d034146b9c85948112c07ccd933465c8990d2758fc2e42dd77a diff --git a/trinity-apps/kommando/kommando-14.1.1.ebuild b/trinity-apps/kommando/kommando-14.1.1.ebuild new file mode 100644 index 00000000..149bf7c7 --- /dev/null +++ b/trinity-apps/kommando/kommando-14.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2023 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 +IUSE="" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} diff --git a/trinity-apps/kommando/kommando-9999.ebuild b/trinity-apps/kommando/kommando-9999.ebuild new file mode 100644 index 00000000..1b9f2769 --- /dev/null +++ b/trinity-apps/kommando/kommando-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2023 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 ~x86" +fi +IUSE="" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} diff --git a/trinity-apps/kommando/metadata.xml b/trinity-apps/kommando/metadata.xml new file mode 100644 index 00000000..689e1534 --- /dev/null +++ b/trinity-apps/kommando/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> |