summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-28 19:52:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-28 19:52:34 +0200
commita28b6386d8840f6d34dedecf0c4543baaf1f1492 (patch)
tree847860cfc9ee7edfd55e9ac53825ee6f1fbe815c /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: 5.25.2 version bump (diff)
downloadgentoo-a28b6386d8840f6d34dedecf0c4543baaf1f1492.tar.gz
gentoo-a28b6386d8840f6d34dedecf0c4543baaf1f1492.tar.bz2
gentoo-a28b6386d8840f6d34dedecf0c4543baaf1f1492.zip
kde-plasma/kdecoration: 5.25.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.25.2.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 61047f9098d5..d59808385d6b 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1,3 @@
DIST kdecoration-5.24.5.tar.xz 48772 BLAKE2B 79ae2d1001e771388161917882206971fdae13461278ddc2ff1094b3a1f6e5666fa1fb18c18d51f1a97166b4d7cd0553b2c19983a6cd6c365586394e4aab0b69 SHA512 d523e8515868685a15c20deead4ece798369736b117b1c29b14fa4849d6fc0a409a5b2a3eaa2756694e12ae0e22440a670ed6b79aecef7197b67d591b384d11a
DIST kdecoration-5.25.1.tar.xz 49204 BLAKE2B a1c738cf7a92d799e3d69ff7ec331c6f99928c2d84a83a4d0bea10472f9345f261d928bcaf0f23d2906b698c6681f578b79ec449cc1e5bab8f2fcf097f74cc2a SHA512 93d673436c5f23413280226e2e06fc9af32a94f9d6617283ff7094cfa7b1e1033acfcedd623d5d3753a01c58dd7be67d48595f133da30a5a3e3abddde42bb828
+DIST kdecoration-5.25.2.tar.xz 49208 BLAKE2B 32cee60f39f13b3b6a78fe7653bd197756f433228ef76b8dc1be139243bea2c83f1f9dc7070874ae032e19009a3d40b228aa2fe27591382b3a68287046f6efd7 SHA512 2be02149d6da7690aa0802510107291c481106368df3da68b12c5428193cf01fb4769f853526dfd0eb9a3a3641e057c66f34ff703cd11e843271f7f4a4c09c37
diff --git a/kde-plasma/kdecoration/kdecoration-5.25.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.25.2.ebuild
new file mode 100644
index 000000000000..8eee1517f60c
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.25.2.ebuild
@@ -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}"