From 8d6acbe2edc1ccbbd6c6baeda2b36fa61c23cb41 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 6 Apr 2021 15:25:44 +0200 Subject: kde-plasma/kdecoration: 5.21.4 version bump Signed-off-by: Andreas Sturmlechner --- kde-plasma/kdecoration/Manifest | 1 + kde-plasma/kdecoration/kdecoration-5.21.4.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 kde-plasma/kdecoration/kdecoration-5.21.4.ebuild (limited to 'kde-plasma') diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 729b6f899571..431ad538c244 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1,3 @@ DIST kdecoration-5.20.5.tar.xz 45524 BLAKE2B 3ba5a83c51664ce45b21055ca839cd390feb206d98c8b4380895ccc81f861b741a1a01d70f0417f36020322e5e94aa58ba41e75300a2d987dd3a27f65907b5fb SHA512 020130695a865a98acc3b8ec783650877addec8beb6ee96b87bf74f7bedd63aa2d06629d3f8f59a1b76ded72b4a6c85d462d61ed6c9a37876fd2f8123af8fdfe DIST kdecoration-5.21.3.tar.xz 45916 BLAKE2B fdf1f4bb355cf5d7d82d92bc4a844c9fce3b050c243d84cae9e6068c0d2d52b9d765fbaf08e940e18a104f11eada67bea2395693c43c8c4caea27461d6b3a3ef SHA512 7580a8b698c08e713577560c95c18070be1884f9140a8bd72202de89fdf6da9aa5f4056344095a2a6c5b85cae425a9dcc0d29a3380d6d7abd16c03f86488d647 +DIST kdecoration-5.21.4.tar.xz 45892 BLAKE2B 5a953ae583ad61cb1aa896e9792c806f61a4d670a992a84ea5340c6e7d93438f3306932fc68d0df6aa905e66a3683f9b74e174100e07a76e626a7b31def211f4 SHA512 93ad6f2db554f38a116dfc56f2d6c92b3d250b9b03ec0af7f2546a02c19c1247b851aa7455b620fa595ebb8c8420591dbd008bf8f5f10f5d59972e94e4135499 diff --git a/kde-plasma/kdecoration/kdecoration-5.21.4.ebuild b/kde-plasma/kdecoration/kdecoration-5.21.4.ebuild new file mode 100644 index 000000000000..9af5da017be7 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.21.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="forceoptional" +KFMIN=5.78.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Plugin based library to create window decorations" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 +" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad