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: Thu, 29 Sep 2022 12:52:48
Message-Id: 1664455952.743a151b51eb6f67c114ae7122b93acd82fcb4fc.asturm@gentoo
1 commit: 743a151b51eb6f67c114ae7122b93acd82fcb4fc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 11:02:01 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 12:52:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743a151b
7
8 dev-libs/plasma-wayland-protocols: add 1.9.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-libs/plasma-wayland-protocols/Manifest | 1 +
13 .../plasma-wayland-protocols-1.9.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest
17 index ccf1691c32a3..c1be38a339e8 100644
18 --- a/dev-libs/plasma-wayland-protocols/Manifest
19 +++ b/dev-libs/plasma-wayland-protocols/Manifest
20 @@ -1,2 +1,3 @@
21 DIST plasma-wayland-protocols-1.7.0.tar.xz 42000 BLAKE2B 581d6c375e7f17abd346ccc9482da46238fcf52a84c04d991ccdcb95bd4472dc6b2c2c612382ffd7cebdb669da00be05df9b0f5e58cc6767fcb7183b0e8ae459 SHA512 1ed01ce6af375c4012b3367377cea172446f2a7f1bef01c2e56dc2482c378955f9507e4e3bbb2ab316ba116ec181beaf9287f5b81199a02d5fd9eefb658bcb9c
22 DIST plasma-wayland-protocols-1.8.0.tar.xz 42916 BLAKE2B 6999bfc9ab4e4c9428c29337a4d8055d138d1a08c3488150e155a076b1ccae8bc01d9372eee46720b9a26e0a96de57edc15e8c48987e7cff07f9a702db80dcc4 SHA512 7a3cf064adcbfbe9f48aaab9f6a1b9bbc4907856732da5e55d50d1ddd2dc50ad03d841a786f0771f0546d9d44a4c791421f57ca9587f6e79b3db06855b4e71d8
23 +DIST plasma-wayland-protocols-1.9.0.tar.xz 42920 BLAKE2B cdf277f0fad842b018bdc05cfcb7834b81750784d395fc24ef1c906d828d178268f524af5e3383d0f2f799a73aad44d78a82c4fa333f420cdf89674ed98d373b SHA512 96157622e22b19da9b2b842a9996595d75b792c179127e617347429d01bc8236d44cc12a5c34dd2ed903d4b43791ffaedc44cf773b82da9b60a06f711353a68c
24
25 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.9.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.9.0.ebuild
26 new file mode 100644
27 index 000000000000..6ec8b9afd1c5
28 --- /dev/null
29 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.9.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 ~loong ~ppc64 ~riscv ~x86"
46 +fi
47 +
48 +LICENSE="LGPL-2.1"
49 +SLOT="0"