blob: fa7dcbd25f2606780487c3d4ccceaadcc0ec8873 (
plain) (
tree)
|
|
# Copyright 2016 Adélie Linux Team
# Distributed under the terms of the NCSA License
EAPI=6
DESCRIPTION="Graphic and photography software from the KDE Software Collection"
HOMEPAGE="https://www.kde.org/applications/graphics/"
SRC_URI="mirror://foxkit/meta/${P}.tar.xz"
LICENSE=""
SLOT="0"
KEYWORDS="arm ppc ppc64 x86 x86_64"
IUSE=""
DEPEND="
>=media-gfx/digikam-5.3.0
>=kde-apps/gwenview-${PV}
>=kde-apps/kcolorchooser-${PV}
>=kde-apps/kolourpaint-${PV}
>=media-gfx/kphotoalbum-5.1
>=media-gfx/krita-3.0
>=kde-apps/kruler-${PV}
>=media-gfx/kxstitch-2.0
>=kde-apps/okular-${PV}
>=kde-misc/skanlite-2.0
>=kde-apps/spectacle-${PV}
>=media-gfx/symboleditor-2.0
"
RDEPEND="${DEPEND}
x11-misc/xdg-utils
"
src_install() {
dodir /usr/share/applications
insinto /usr/share/applications
doins org.adelie-linux.about-graphics.desktop
}
|