# Copyright 2016 Adélie Linux Team # Distributed under the terms of the NCSA License EAPI=6 DESCRIPTION="Desktop utilities from the KDE Software Collection" HOMEPAGE="https://www.kde.org/applications/utilities/" SRC_URI="mirror://foxkit/meta/${P}.tar.xz" LICENSE="" SLOT="0" KEYWORDS="arm ppc ppc64 x86 x86_64" IUSE="experimental kde4" DEPEND=" >=kde-apps/ark-${PV} >=kde-apps/kate-${PV} >=kde-apps/kcalc-${PV} >=kde-apps/kcharselect-${PV} x11-misc/kronometer:5 >=kde-apps/ktimer-${PV} >=kde-apps/kwrite-${PV} >=kde-apps/okteta-${PV} kde-misc/rsibreak:5 x11-misc/xdg-utils experimental? ( kde-apps/kfloppy:5 ) kde4? ( kde-apps/kalarm kde-apps/kfilereplace kde-apps/kfind kde-apps/kgpg kde-apps/kjots kde-apps/kleopatra kde-apps/kmag kde-apps/kmousetool kde-apps/kmouth kde-apps/knotes kde-misc/krecipes kde-apps/kremotecontrol kde-misc/krusader kde-apps/ktimetracker kde-apps/sweeper ) " RDEPEND="${DEPEND}" src_install() { dodir /usr/share/applications insinto /usr/share/applications doins org.adelie-linux.about-utilities.desktop }