|
|
|
# Copyright 1999-2020 Gentoo Authors
|
Live ebuilds: Port to EAPI7 and cleanup - Round 5.
This time: ark, kamera, kcoloredit, kdvi, kedit, kfax,
kfloppy, kgamma, kghostview, khexedit, kjots,
klaptopdaemon, kmilo, kmrml, kolourpaint,
kooka, kpdf, kpovmodeler, kregexpeditor,
kruler, ksim, ksnapshot, ksvg, ktimer,
kuickshow, kview, kviewshell, libkscan,
tdefilereplace, superkaramba,
tdegraphics-doc, tdegraphics-meta,
tdegraphics-tdefile-plugins,
tdeiconedit, tdelirc, tdeutils-doc,
tdeutils-meta and tdewallet
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
# Copyright 2020 The Trinity Desktop Project
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="8"
|
|
|
|
|
|
|
|
TRINITY_MODULE_NAME="tdegraphics"
|
|
|
|
TRINITY_MODULE_TYPE="core"
|
|
|
|
TSM_EXTRACT_ALSO="kghostview/dscparse/"
|
Live ebuilds: Port to EAPI7 and cleanup - Round 5.
This time: ark, kamera, kcoloredit, kdvi, kedit, kfax,
kfloppy, kgamma, kghostview, khexedit, kjots,
klaptopdaemon, kmilo, kmrml, kolourpaint,
kooka, kpdf, kpovmodeler, kregexpeditor,
kruler, ksim, ksnapshot, ksvg, ktimer,
kuickshow, kview, kviewshell, libkscan,
tdefilereplace, superkaramba,
tdegraphics-doc, tdegraphics-meta,
tdegraphics-tdefile-plugins,
tdeiconedit, tdelirc, tdeutils-doc,
tdeutils-meta and tdewallet
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
inherit trinity-meta-2
|
|
|
|
|
|
|
|
DESCRIPTION="tdefile plugins from tdegraphics"
|
|
|
|
if [[ ${PV} != *9999* ]] ; then
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
fi
|
|
|
|
IUSE="tiff openexr pdf"
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
tiff? ( media-libs/tiff:= )
|
Live ebuilds: Port to EAPI7 and cleanup - Round 5.
This time: ark, kamera, kcoloredit, kdvi, kedit, kfax,
kfloppy, kgamma, kghostview, khexedit, kjots,
klaptopdaemon, kmilo, kmrml, kolourpaint,
kooka, kpdf, kpovmodeler, kregexpeditor,
kruler, ksim, ksnapshot, ksvg, ktimer,
kuickshow, kview, kviewshell, libkscan,
tdefilereplace, superkaramba,
tdegraphics-doc, tdegraphics-meta,
tdegraphics-tdefile-plugins,
tdeiconedit, tdelirc, tdeutils-doc,
tdeutils-meta and tdewallet
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
openexr? ( media-libs/openexr )
|
|
|
|
pdf? ( app-text/poppler )"
|
Live ebuilds: Port to EAPI7 and cleanup - Round 5.
This time: ark, kamera, kcoloredit, kdvi, kedit, kfax,
kfloppy, kgamma, kghostview, khexedit, kjots,
klaptopdaemon, kmilo, kmrml, kolourpaint,
kooka, kpdf, kpovmodeler, kregexpeditor,
kruler, ksim, ksnapshot, ksvg, ktimer,
kuickshow, kview, kviewshell, libkscan,
tdefilereplace, superkaramba,
tdegraphics-doc, tdegraphics-meta,
tdegraphics-tdefile-plugins,
tdeiconedit, tdelirc, tdeutils-doc,
tdeutils-meta and tdewallet
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
local mycmakeargs=(
|
Live ebuilds: Port to EAPI7 and cleanup - Round 5.
This time: ark, kamera, kcoloredit, kdvi, kedit, kfax,
kfloppy, kgamma, kghostview, khexedit, kjots,
klaptopdaemon, kmilo, kmrml, kolourpaint,
kooka, kpdf, kpovmodeler, kregexpeditor,
kruler, ksim, ksnapshot, ksvg, ktimer,
kuickshow, kview, kviewshell, libkscan,
tdefilereplace, superkaramba,
tdegraphics-doc, tdegraphics-meta,
tdegraphics-tdefile-plugins,
tdeiconedit, tdelirc, tdeutils-doc,
tdeutils-meta and tdewallet
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
-DWITH_TIFF="$(usex tiff)"
|
|
|
|
-DWITH_OPENEXR="$(usex openexr)"
|
|
|
|
-DWITH_PDF="$(usex pdf)"
|
|
|
|
)
|
|
|
|
|
Live ebuilds: Port to EAPI7 and cleanup - Round 5.
This time: ark, kamera, kcoloredit, kdvi, kedit, kfax,
kfloppy, kgamma, kghostview, khexedit, kjots,
klaptopdaemon, kmilo, kmrml, kolourpaint,
kooka, kpdf, kpovmodeler, kregexpeditor,
kruler, ksim, ksnapshot, ksvg, ktimer,
kuickshow, kview, kviewshell, libkscan,
tdefilereplace, superkaramba,
tdegraphics-doc, tdegraphics-meta,
tdegraphics-tdefile-plugins,
tdeiconedit, tdelirc, tdeutils-doc,
tdeutils-meta and tdewallet
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
trinity-meta-2_src_configure
|
|
|
|
}
|