diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 01:44:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 15:19:37 +0200 |
commit | 2b0c23a768634c470e32f0f5445663b2d7bb8c76 (patch) | |
tree | b2bc1f7e06c44a927798609648e4e3d9c02094df /dev-libs/plasma-wayland-protocols | |
parent | kde-plasma/discover: Fix CVE-2021-28117 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch | 24 | ||||
-rw-r--r-- | dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild | 21 |
2 files changed, 45 insertions, 0 deletions
diff --git a/dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch b/dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch new file mode 100644 index 000000000000..1901c02b1e97 --- /dev/null +++ b/dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch @@ -0,0 +1,24 @@ +From e4bc4e0d60484507d2808a8d271b7e0b3675f098 Mon Sep 17 00:00:00 2001 +From: Aleix Pol <aleixpol@kde.org> +Date: Sat, 27 Mar 2021 12:29:14 +0100 +Subject: [PATCH] Bump version to 1.2.0 + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 32534c5c..0228c329 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,6 +1,6 @@ + cmake_minimum_required(VERSION 3.5) + +-project(PlasmaWaylandProtocols VERSION 1.1.1) ++project(PlasmaWaylandProtocols VERSION 1.2.0) + + include(FeatureSummary) + include(CMakePackageConfigHelpers) +-- +GitLab + 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" ) |