summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 01:44:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 15:19:37 +0200
commit2b0c23a768634c470e32f0f5445663b2d7bb8c76 (patch)
treeb2bc1f7e06c44a927798609648e4e3d9c02094df /dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild
parentkde-plasma/discover: Fix CVE-2021-28117 (diff)
downloadgentoo-2b0c23a768634c470e32f0f5445663b2d7bb8c76.tar.gz
gentoo-2b0c23a768634c470e32f0f5445663b2d7bb8c76.tar.bz2
gentoo-2b0c23a768634c470e32f0f5445663b2d7bb8c76.zip
dev-libs/plasma-wayland-protocols: Fix 1.2.0 upstream version
Upstream commit e4bc4e0d60484507d2808a8d271b7e0b3675f098 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild')
-rw-r--r--dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild
new file mode 100644
index 000000000000..caf56431f3ed
--- /dev/null
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_NONGUI=true
+KFMIN=5.74.0
+inherit ecm kde.org
+
+DESCRIPTION="Plasma Specific Protocols for Wayland"
+HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+PATCHES=( "${FILESDIR}/${P}-version.patch" )