local mycmakeargs Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>pull/180/head
parent
86cf8c7b9c
commit
93d413ebc3
@ -1,28 +1,29 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# 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="de fr hu it ja"
|
||||
|
||||
inherit trinity-base-2
|
||||
|
||||
DESCRIPTION="A graphical disk usage utility for TDE"
|
||||
DESCRIPTION="Graphical disk usage utility for TDE"
|
||||
HOMEPAGE="https://trinitydesktop.org/"
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
|
||||
need-trinity
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="${TRINITY_VER}"
|
||||
|
||||
src_configure() {
|
||||
mycmakeargs=(
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TRANSLATIONS=ON
|
||||
)
|
||||
|
||||
trinity-base-2_src_configure
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
Loading…
Reference in new issue