Added kdbg ebuild

Signed-off-by: ormorph <roma251078@mail.ru>
pull/240/head
ormorph 2 years ago
parent 72c259ee0c
commit 2eb38c699e

@ -0,0 +1 @@
DIST kdbg-trinity-14.0.11.tar.xz 218156 BLAKE2B d90955736ca01852497aff0d6ef47a2db19878741a0407a18c193a92d78deb9f9cc5609723dcc96829c9eb7a2590b5d6e737f410569e2b1f63b4b14700df0f8a SHA512 433ea136cc5d498f3866f58e6e08906e40cc4e045a8758a6f63b04ce367bdd6ea777495e97107eb1767cc968ff0020831e84f018f047a477644f48bda00806b4

@ -0,0 +1,28 @@
# Copyright 2021 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional"
TRINITY_LANGS="br ca cs da de es fi fr is no pl pt_BR pt ro ru sk sl sv"
TRINITY_MODULE_TYPE="applications/development"
inherit trinity-base-2
DESCRIPTION="Graphical debugger interface 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
}

@ -0,0 +1,28 @@
# Copyright 2021 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional"
TRINITY_LANGS="br ca cs da de es fi fr is no pl pt_BR pt ro ru sk sl sv"
TRINITY_MODULE_TYPE="applications/development"
inherit trinity-base-2
DESCRIPTION="Graphical debugger interface for TDE"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86"
fi
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…
Cancel
Save