parent
09c45f2ef3
commit
e1a4445e76
@ -0,0 +1 @@
|
||||
DIST kommando-trinity-14.1.1.tar.xz 42476 BLAKE2B a9338d4df5a230293e38671a8cd5d68ce340db6320753ce2e0c58d17f757bf8d874795c72800cc01b1b35fae3e7dbc9269e5df858205ec501a5c602458cbe170 SHA512 a1a17300427df39386df046c32efc31f281480c2880fad4eeeba93dd98822a1c6c7397cc14c72d034146b9c85948112c07ccd933465c8990d2758fc2e42dd77a
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -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>
|
Loading…
Reference in new issue