summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 16:27:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 18:29:28 +0200
commitdd40deccd8b408b61c8e115d102488c112040fa8 (patch)
tree0a96488a3c5a47afccd1c0c13b494e1b5bcf02e5 /kde-plasma/kwayland-integration
parentmedia-gfx/digikam: Drop obsolete 7.0.0_beta3-qt-5.15.patch (diff)
downloadgentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.gz
gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.bz2
gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.zip
kde-plasma: Add KDE Plasma 5.19.1
Closes: https://bugs.gentoo.org/727760 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.19.1.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 5a307b2df69c..c22be6657cce 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.18.5.tar.xz 20496 BLAKE2B 74d2396b475a462710fe28f1ee710935a927579e852bd7105785159309ba745acddf527b4ee335ef0e233fd4a43404778af88cbc50e0413d393896d9eed2d299 SHA512 65d87f1e9e9c957e9e9e73dc04da65e23d0c12cb93eb52c86912f4b15a360d6848cc26edbb97be3444c9a5d7a16ade1aebf2d241d4d1a1530aaa5523d1e9f9b1
DIST kwayland-integration-5.19.0.tar.xz 21268 BLAKE2B 2ad7116971d9ed2f557bdd1ba4b3b637f9bd5b6bf5517496460e92a2c0309267c14d196c1f5c86774b656dc261653d6666c0e67aa6a2522a24346cb1756607bb SHA512 9a1a5ff92d9122734fdb4ee76340b201dbc32166d9734d6ed6898ec16341fc186e9163079a373f0d5abc3112b3cf13ecc8b18403c98a8f5edc907d99820df564
+DIST kwayland-integration-5.19.1.tar.xz 21284 BLAKE2B 3c6c10d35fc13fbc97de1471f62f3bb0221fefc0dce7a058beb0fb098d7e1f14893aa62ad530321f3453fdd2afb0c15ea68470a172da3f15cce25f9ed81eb903 SHA512 03f69f3d47e916d31ad4abaeb76c1738fe1612fa974a0e0de0bfc1a7bd5b3f8832f0eed059d9c7d1bededf410fac627636b44c51442ba3ec261251707d4050b0
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.19.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.19.1.ebuild
new file mode 100644
index 000000000000..f0bbc9d0b2ac
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.19.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.70.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"
+HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+IUSE=""
+
+DEPEND="
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/kidletime-${KFMIN}:5
+ >=kde-frameworks/kwayland-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # bug 668872