Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/plasma-wayland-protocols/
Date: Fri, 14 Jan 2022 19:10:53
Message-Id: 1642187420.39a882d464f22c2059f7cc85b12a525bcbb9c1f3.asturm@gentoo
1 commit: 39a882d464f22c2059f7cc85b12a525bcbb9c1f3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 15:45:27 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 19:10:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a882d4
7
8 dev-libs/plasma-wayland-protocols: 1.6.0 version bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/plasma-wayland-protocols/Manifest | 1 +
14 .../plasma-wayland-protocols-1.6.0.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest
18 index e0caa1542d6b..f58ca9a45b03 100644
19 --- a/dev-libs/plasma-wayland-protocols/Manifest
20 +++ b/dev-libs/plasma-wayland-protocols/Manifest
21 @@ -1 +1,2 @@
22 DIST plasma-wayland-protocols-1.5.0.tar.xz 41488 BLAKE2B 1235506ffb69fdbabd2d8a0b6c9b477a50c83431571b000a10907caa16b178ddbe628d63b4fdf2c98905fdb8a8fdd0699ca13dc3b718ab672b08719f9f434ea3 SHA512 bec83ee401e71fff3c5a38768034b0dfc1dd191af634b9ffa765bf86d9c14143abc2c5abd743dc53cc6c0aac1dbbf79104683c9ff5c6d880b03e71399806a6d7
23 +DIST plasma-wayland-protocols-1.6.0.tar.xz 41752 BLAKE2B 63f733b63e6e707a340cfbfa0f0a774833e119ba53b8754ef6c05e09b42413284642740b9bcd6abfd7a06f1b651faf3807ee11121aa82b6ff9b1b20894f831cd SHA512 a9306d30032c46e8046ffbc8713e1afab732ee48a43922d0091cff25f0aaf407bee6fd08c333d9a83d064b903ebd1699d7d0ceadfe8b939ffd4d5e2129c22cf8
24
25 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild
26 new file mode 100644
27 index 000000000000..1b2528ddee83
28 --- /dev/null
29 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +ECM_NONGUI=true
37 +KFMIN=5.82.0
38 +inherit ecm kde.org
39 +
40 +DESCRIPTION="Plasma Specific Protocols for Wayland"
41 +HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
42 +
43 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
44 + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
45 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
46 +fi
47 +
48 +LICENSE="LGPL-2.1"
49 +SLOT="0"