kde-apps/kdeutils-meta: Allow all kde-apps/kgpg slots
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 13 Mar 2017 19:59:20 +0000 (20:59 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 13 Mar 2017 20:30:10 +0000 (21:30 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

kde-apps/kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild [new file with mode: 0644]

diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild
new file mode 100644 (file)
index 0000000..54057f8
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
+HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org"
+KEYWORDS="~amd64 ~x86"
+IUSE="cups floppy lirc nls"
+
+[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
+
+RDEPEND="
+       $(add_kdeapps_dep ark)
+       $(add_kdeapps_dep filelight)
+       $(add_kdeapps_dep kcalc)
+       $(add_kdeapps_dep kcharselect)
+       $(add_kdeapps_dep kdebugsettings)
+       $(add_kdeapps_dep kdf)
+       kde-apps/kgpg:*
+       $(add_kdeapps_dep kteatime)
+       $(add_kdeapps_dep ktimer)
+       $(add_kdeapps_dep kwalletmanager)
+       $(add_kdeapps_dep sweeper)
+       cups? ( $(add_kdeapps_dep print-manager) )
+       floppy? ( $(add_kdeapps_dep kfloppy) )
+       lirc? ( $(add_kdeapps_dep kremotecontrol) )
+       nls? (
+               $(add_kdeapps_dep kde-l10n '' ${L10N_MINIMAL})
+               $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL})
+       )
+"