diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-04 10:14:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-04 16:19:25 +0100 |
commit | 84deacf76042551275a8870d4984cf834818ee54 (patch) | |
tree | 76f7e9cb57860b9aef49348d1177de022c6f9001 /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: 5.26.5 version bump (diff) | |
download | gentoo-84deacf76042551275a8870d4984cf834818ee54.tar.gz gentoo-84deacf76042551275a8870d4984cf834818ee54.tar.bz2 gentoo-84deacf76042551275a8870d4984cf834818ee54.zip |
kde-plasma/kdecoration: 5.26.5 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.26.5.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 8e6ac6a370eb..8ac9a68b9666 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1,3 @@ DIST kdecoration-5.25.5.tar.xz 49476 BLAKE2B 2cfc7975bc8d6c1d54022b42a62a447b9e787697fdb51693fd7d36c820886a9076314cae49c72c600c2f971fd216098f22645526d9721b74170c74742fdc65a7 SHA512 78b0aebd7f6b1242780fb51af3891df1c3dc1f7ec7d2cf6f9c76048048f19efd7b9bd95366d8f6a03ceb4a1a4616caccc3fbbba1b6972108244f6ba6baa1edec DIST kdecoration-5.26.4.tar.xz 52180 BLAKE2B 376b0a881e4d9704b3ae798a16785ff94c549392e0ba6fe440a7a73af73981765d3a446019f053186a25cdeb9a4551756759620267b4f6dddf2fda6f4a7dd2fe SHA512 bf54c72bc236e48b46c6bb64f2dfdaafd5944fb7020912a047e00fc75e40ea636ebe6dda9981a047af84d12a0f90d57ca04d6425369a28f49a1d1771115fb7b4 +DIST kdecoration-5.26.5.tar.xz 52192 BLAKE2B deda6d7678a3d416371ecf46e09d68882de688b95a0cbc4ad204a611cbbdc6759c914e4c06442b716b3d8fe0af52c7097b9dd64f862ddf93966dc33af02c8ec4 SHA512 ccc5528eafbaec688ffbbad42105e2457723062ce1556a182bd3b0573c20f9d7794ffeeed7cad927437a98648c4a432c00ebb2c013b4c40f8774d4a43a3676a4 diff --git a/kde-plasma/kdecoration/kdecoration-5.26.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.26.5.ebuild new file mode 100644 index 000000000000..815be80b1d8d --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.26.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=5.99.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +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}" |