commit: 2b0c23a768634c470e32f0f5445663b2d7bb8c76 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 23:44:47 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 13:19:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0c23a7
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 <AT> gentoo.org> .../plasma-wayland-protocols-1.2.0-version.patch | 24 ++++++++++++++++++++++ .../plasma-wayland-protocols-1.2.0-r1.ebuild | 21 +++++++++++++++++++ 2 files changed, 45 insertions(+) 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 00000000000..1901c02b1e9 --- /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 <[email protected]> +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 00000000000..caf56431f3e --- /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" )
