diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-24 08:30:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-24 10:24:59 +0200 |
commit | d297001c791e361bad368d46c8205ddaf58d6f10 (patch) | |
tree | 8fa377c058b63631b75f34a792bdb74727a2a1a0 /dev-libs/plasma-wayland-protocols | |
parent | dev-perl/Date-Leapyear: -r bump for EAPI7 (diff) | |
download | gentoo-d297001c791e361bad368d46c8205ddaf58d6f10.tar.gz gentoo-d297001c791e361bad368d46c8205ddaf58d6f10.tar.bz2 gentoo-d297001c791e361bad368d46c8205ddaf58d6f10.zip |
dev-libs/plasma-wayland-protocols: 1.1.0 version bump
Package-Manager: Portage-3.0.0, Repoman-2.3.23
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.1.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 1bce29d00caa..3f043247ee97 100644 --- a/dev-libs/plasma-wayland-protocols/Manifest +++ b/dev-libs/plasma-wayland-protocols/Manifest @@ -1 +1,2 @@ DIST plasma-wayland-protocols-1.0.tar.xz 38020 BLAKE2B 8064a526d3e3e4b36f7c612744285181ba96bdf4c0992ba7d164ea98e629b3456c7efedd2e3dbbf76a3cbd42664d91eea3e485bd67303e1db02964c7fc6158db SHA512 30ecbf9fbf9de7ee1d323fb43b0f4a05586e0f7d2c4d510e2300828e7a6a16e8907d8d2a835d4ecbb2d4d532641ea722ff6572403f767e0ac878b7fdb0897b08 +DIST plasma-wayland-protocols-1.1.0.tar.xz 38376 BLAKE2B 3d9c3b0923932d12598b893ae0584a3a7afe11a9b64a31c3793c57708a85951494dcadb7eae563ad1b250952f083bac2523857db8dab044023808c5f3cf82fba SHA512 e60167780b2d89b9829b38685a0d2cf3bca9f15efa8d683c8070302389a90528da5bd9b905676b462ea36c951941485dfd134ed131766d34c692a1c7c1bd6af0 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.1.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.1.0.ebuild new file mode 100644 index 000000000000..d5505ca30efe --- /dev/null +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_NONGUI=true +KFMIN=5.69.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}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="0" |