summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 19:27:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 21:06:30 +0200
commit75f3bdb77de6cbe367d9f34ffc29c95e4183475c (patch)
tree46ab7edb5c7b440db31907f97bc2b86df5052685 /kde-plasma/sddm-kcm/sddm-kcm-5.16.3.ebuild
parentapp-emulation/libvirt: update live ebuild (diff)
downloadgentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.gz
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.bz2
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.zip
kde-plasma: Add KDE Plasma 5.16.3
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/sddm-kcm/sddm-kcm-5.16.3.ebuild')
-rw-r--r--kde-plasma/sddm-kcm/sddm-kcm-5.16.3.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.16.3.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.16.3.ebuild
new file mode 100644
index 000000000000..79f6fc4663dc
--- /dev/null
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.16.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="KDE Plasma control module for SDDM"
+HOMEPAGE="https://cgit.kde.org/sddm-kcm.git"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kauth)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdeclarative 'widgets')
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ x11-libs/libX11
+ x11-libs/libXcursor
+"
+DEPEND="${COMMON_DEPEND}
+ x11-libs/libXfixes
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_plasma_dep kde-cli-tools)
+ x11-misc/sddm
+"
+
+DOCS=( CONTRIBUTORS )