diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-21 00:05:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-21 00:05:52 +0200 |
commit | 2f8c0d762d4d9ed661d85aa7460f89143f687f37 (patch) | |
tree | b2990ae41a907b1a673dd691bf1d7838c1e49f87 /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: 5.27.6 version bump (diff) | |
download | gentoo-2f8c0d762d4d9ed661d85aa7460f89143f687f37.tar.gz gentoo-2f8c0d762d4d9ed661d85aa7460f89143f687f37.tar.bz2 gentoo-2f8c0d762d4d9ed661d85aa7460f89143f687f37.zip |
kde-plasma/kdecoration: 5.27.6 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.27.6.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 260f75aef22a..27baac06c6c3 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1 +1,2 @@ DIST kdecoration-5.27.5.tar.xz 52700 BLAKE2B 17db0a0ecdf66d1e7c73a56edc3c186f40e6d76974faa711bb76e476769b2710a85d9415a85636532e1f70b104377c89f9d0e80d33a090ac1c7d4d86a844ede7 SHA512 3532bf99f081fef029731dbf87310091945922caba2d44d8626e3ee22f2b39df1177f3122553b6d83a7e02bcc960ce50a50770e524cf3e6b011143d3646f66b0 +DIST kdecoration-5.27.6.tar.xz 52900 BLAKE2B 55026fd92bb71bfd4025c7b80efc746fdd93934baaee6b71215f210816a941c3ee57fff1ffd74131bebffc3d69cb0fbe83bd2a9bcbb489cbb454d67e448daea3 SHA512 d8420cda855cfc8c3dde3fddeb5515fc6f60d83a495aaa3e16f1a9155a2c62aed6324bba7848f63a80d76d0e34eca873132b18867ac75c157ff59a702725bed6 diff --git a/kde-plasma/kdecoration/kdecoration-5.27.6.ebuild b/kde-plasma/kdecoration/kdecoration-5.27.6.ebuild new file mode 100644 index 000000000000..f533e3347d0c --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.27.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=5.106.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.9 +inherit ecm plasma.kde.org + +DESCRIPTION="Plugin based library to create window decorations" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |