Skip to content

Commit

Permalink
kde-plasma/kdecoration: 5.25.1 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jun 21, 2022
1 parent fab02ed commit 09e3f85
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/kdecoration/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kdecoration-5.24.5.tar.xz 48772 BLAKE2B 79ae2d1001e771388161917882206971fdae13461278ddc2ff1094b3a1f6e5666fa1fb18c18d51f1a97166b4d7cd0553b2c19983a6cd6c365586394e4aab0b69 SHA512 d523e8515868685a15c20deead4ece798369736b117b1c29b14fa4849d6fc0a409a5b2a3eaa2756694e12ae0e22440a670ed6b79aecef7197b67d591b384d11a
DIST kdecoration-5.25.0.tar.xz 49156 BLAKE2B 8cb438472cccdabb479484d64a827e4cb4c708b2b8cdbad7ffc18edd50fe0f1002836e16c71d778ba5b6ac26ec19ce390279f11b25e5d7c9f6505150b64430d0 SHA512 2d3a2efd099d77ca5d3b763c59f4fc4fa704124e79b768e3c4934ea7459e91b7e91f49cff61c240a3a53cf9b138f5ea1411a160f1fce7c185b3b52f442670658
DIST kdecoration-5.25.1.tar.xz 49204 BLAKE2B a1c738cf7a92d799e3d69ff7ec331c6f99928c2d84a83a4d0bea10472f9345f261d928bcaf0f23d2906b698c6681f578b79ec449cc1e5bab8f2fcf097f74cc2a SHA512 93d673436c5f23413280226e2e06fc9af32a94f9d6617283ff7094cfa7b1e1033acfcedd623d5d3753a01c58dd7be67d48595f133da30a5a3e3abddde42bb828
25 changes: 25 additions & 0 deletions kde-plasma/kdecoration/kdecoration-5.25.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_TEST="forceoptional"
KFMIN=5.94.0
PVCUT=$(ver_cut 1-3)
QTMIN=5.15.4
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/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
"
RDEPEND="${DEPEND}"

0 comments on commit 09e3f85

Please sign in to comment.