local mycmakeargs Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>pull/180/head
parent
0b3dc51ff6
commit
384c3b24ee
@ -1,28 +1,29 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Copyright 2020 The Trinity Desktop Project
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
|
|
||||||
TRINITY_MODULE_TYPE="applications"
|
TRINITY_MODULE_TYPE="applications"
|
||||||
|
|
||||||
TRINITY_EXTRAGEAR_PACKAGING="yes"
|
TRINITY_EXTRAGEAR_PACKAGING="yes"
|
||||||
TRINITY_HANDBOOK="optional"
|
TRINITY_HANDBOOK="optional"
|
||||||
|
|
||||||
TRINITY_LANGS="cs de nl"
|
TRINITY_LANGS="cs de nl"
|
||||||
|
|
||||||
inherit trinity-base-2
|
inherit trinity-base-2
|
||||||
|
|
||||||
DESCRIPTION="eBook reader for TDE"
|
DESCRIPTION="eBook reader for TDE"
|
||||||
HOMEPAGE="https://trinitydesktop.org/"
|
HOMEPAGE="https://trinitydesktop.org/"
|
||||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
|
||||||
|
|
||||||
need-trinity
|
need-trinity
|
||||||
|
|
||||||
|
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||||
SLOT="${TRINITY_VER}"
|
SLOT="${TRINITY_VER}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DBUILD_TRANSLATIONS=ON
|
-DBUILD_TRANSLATIONS=ON
|
||||||
)
|
)
|
||||||
|
|
||||||
trinity-base-2_src_configure
|
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