diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-02 19:27:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-02 21:23:45 +0100 |
commit | 1e6a0e8cd886de2cfde61b9f2294dd06c35b3928 (patch) | |
tree | c5e9d9005dfb06fdc91e9418129c3d45d1abedb1 /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: 5.21.2 version bump (diff) | |
download | gentoo-1e6a0e8cd886de2cfde61b9f2294dd06c35b3928.tar.gz gentoo-1e6a0e8cd886de2cfde61b9f2294dd06c35b3928.tar.bz2 gentoo-1e6a0e8cd886de2cfde61b9f2294dd06c35b3928.zip |
kde-plasma/kdecoration: 5.21.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.21.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 823a99105296..d44346e32902 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.1.tar.xz 45920 BLAKE2B 45baf975f207ce3e6ed9743bd6ae055bf8dfcf20676f3c83eab40e56d489df64a4a312ac4943976d46761c1efafeb4526cc1bd54ed18a6bc3382a8e54e54cd05 SHA512 574692626c0a355b9a08f46bb6de9d45eabbabcf1e913fc4b6bfbaaa64b062b96948e9b201970997dc7d8c69a5ebf043b18b45ee89a22eefafaaf2970db6574f +DIST kdecoration-5.21.2.tar.xz 45944 BLAKE2B 9e84d6809f2e80145c4bd6c1ec0e10e921a8f18ff7b66e22239bd0b1b2902f8da9d46376752b69533b223b93ae1ac774be1f627909c875c838d764e8e55bb76e SHA512 5057dda958df37c439ea03c4ac89900e002351d4545af439e122d7cef2098711823ae315723526e3fd2885fac59bacc7a456466c8764d1efc2af957062d92afe diff --git a/kde-plasma/kdecoration/kdecoration-5.21.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.21.2.ebuild new file mode 100644 index 000000000000..9af5da017be7 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.21.2.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}" |