diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-05 02:17:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-13 07:18:33 +0200 |
commit | 8e6e7f9df0efbd15b0a570109fa936c40b5ae573 (patch) | |
tree | 99a6da05f595d1ed4a1a890588cad107059009b2 /dev-libs/plasma-wayland-protocols | |
parent | kde-plasma/plasma-desktop: Add IUSE=telemetry (diff) | |
download | gentoo-8e6e7f9df0efbd15b0a570109fa936c40b5ae573.tar.gz gentoo-8e6e7f9df0efbd15b0a570109fa936c40b5ae573.tar.bz2 gentoo-8e6e7f9df0efbd15b0a570109fa936c40b5ae573.zip |
dev-libs/plasma-wayland-protocols: 1.4.0 version bump
Package-Manager: Portage-3.0.22, 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/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest index 56dcbd8316a0..54bc943cedc0 100644 --- a/dev-libs/plasma-wayland-protocols/Manifest +++ b/dev-libs/plasma-wayland-protocols/Manifest @@ -1 +1,2 @@ DIST plasma-wayland-protocols-1.3.0.tar.xz 39052 BLAKE2B 4024ac8c31c1620eb88b027084e9219368f570719cdb53ccff30594de7ebd5e0c01c8baf580d9c19115aa4632bc960fd8e44fd6bf97919e61faf24c1a43fbfdf SHA512 4c0466bbbe07399d4c54d4f04d7bee92826a6009c61fd7e6898c04d12e906c68fce25c520583225aef18737071b71b85814070a769a4f00e2a71b709568c1695 +DIST plasma-wayland-protocols-1.4.0.tar.xz 41160 BLAKE2B 1b308c948c2a568c20c7578255d3f70ebd648b921a2ea7a9ef7c8f72f8c91a6f3c4f987b10618c7eccda2c0d0ea28abef66ff78010923c08a83ad482e9524ef7 SHA512 4f38f440943fa129527455ff26aac9fd460f59fa332becbb338847eb68c01d8e0bbcf4abd1fb6c8fee996a8260c8b19543d206cfe3534ea8f929012079ecafb0 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild new file mode 100644 index 000000000000..2f7cee93c893 --- /dev/null +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI=true +KFMIN=5.82.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 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="0" |