diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-01 08:27:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-01 08:43:34 +0200 |
commit | c4277788e82425c58efb94bed4c34b25e5afd867 (patch) | |
tree | 0237c5118c7e555e8152a87a9647e747fe7e253e /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: 5.22.90 version bump (diff) | |
download | gentoo-c4277788e82425c58efb94bed4c34b25e5afd867.tar.gz gentoo-c4277788e82425c58efb94bed4c34b25e5afd867.tar.bz2 gentoo-c4277788e82425c58efb94bed4c34b25e5afd867.zip |
kde-plasma/kdecoration: 5.22.90 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.22.90.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index a0fa63a2a456..a6a295554a31 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1 +1,2 @@ DIST kdecoration-5.22.5.tar.xz 47256 BLAKE2B 20b173e3364e0d40cd864cc985ee1d5a27ce8103cec7d2006e25117c231eedd6e6c6f42cd1144df1674bb809d334ad3b90b71ac588ec6fd2bd6e4a2641681b84 SHA512 cbb707cda299d8f2938c63a382e1ea65853754a130711ac4df16300d16b7d215a1d7150faabae04c32ac8e79218739cb9493fc481921b65a0c188ae66ebd7beb +DIST kdecoration-5.22.90.tar.xz 47344 BLAKE2B 1e306c4b264faefb12b7ef18e484d7cb9b62dfed568bc8aa1bf892045bb0acdd049b1b532f3b6b5d9996bb8f70574c4798fd9683cd75b83285f720eb44af1ccf SHA512 785f56faaf752cf0c1cfcb78796875c15a3aa0fa58e816350dbd31877cf96f87528bda3317990d82e750dd0adf999941ea18918225a0a75e4e786c4f4be18354 diff --git a/kde-plasma/kdecoration/kdecoration-5.22.90.ebuild b/kde-plasma/kdecoration/kdecoration-5.22.90.ebuild new file mode 100644 index 000000000000..be4395b9d913 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.22.90.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=5.86.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 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |