diff options
author | 2021-02-23 22:09:15 +0100 | |
---|---|---|
committer | 2021-02-23 22:18:22 +0100 | |
commit | 11d34629e90bee31705c513ba22aed129ef9af07 (patch) | |
tree | b3ca7bea890843c562e83353e15572129a7b9aad /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: 5.21.1 version bump (diff) | |
download | gentoo-11d34629e90bee31705c513ba22aed129ef9af07.tar.gz gentoo-11d34629e90bee31705c513ba22aed129ef9af07.tar.bz2 gentoo-11d34629e90bee31705c513ba22aed129ef9af07.zip |
kde-plasma/kwayland-integration: 5.21.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.21.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index b129fee62747..eb38c3e92e4e 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.20.5.tar.xz 21372 BLAKE2B 31fdacff1225d61332c8b9ffa7365a191d55dc1d698f3b0f0386adff0fc9dc2a31e7de8f182de96bdd6def85927cc02b8ab9819e3f82fddc499897785f55e562 SHA512 46b8b799082c02c045155f3cdea3defbcd2684b1f39ee851d46075cea89c78e55172a7f5c5584d6e50c0af75640c120a6d35b3d4be6feead86df17efb30d581d DIST kwayland-integration-5.21.0.tar.xz 23272 BLAKE2B 4bbc5058349386f6865f7020f08d9d84543f7c188c4728a7be25f5a68576b3c12a2be826130f54b51abf078a5bf172d39c73eb027fcddccae4bf3f49dfbfc3ec SHA512 28d7da74102a8146c8c41df882fa12761c19e2adaff384b529c826fed723f862279077cd33ceba37993329e78dd20c7e9ae738f2f74169b1ac9308eb32134cd9 +DIST kwayland-integration-5.21.1.tar.xz 23284 BLAKE2B 894c14c380101b8dee1cc5bedcef8f4afbda3906969973931d96d8975ee758c113da92b5a8bd65a39054bfed5bb9b94abe8735b39108eadc2e00c6e2687f57cb SHA512 164f5e5f04b4caf2348b88f3a6d674a441a4baf14a973c0cdb2183f3f0639a268439c9f9951e42a2b1fc58b77b1863082dce8d102d5507e542bd79b865697d2a diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.21.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.21.1.ebuild new file mode 100644 index 000000000000..42cfe4a36751 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.21.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.78.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.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 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +RESTRICT+=" test" # bug 668872 + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/kidletime-${KFMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |