summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-08 17:23:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-08 17:35:11 +0200
commit22d9e68109e55894ba4eccc77b309f7e5789b644 (patch)
treedb6abe173bf2dcf3834ab69257b397429920adb0 /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: 6.2.0 version bump (diff)
downloadgentoo-22d9e68109e55894ba4eccc77b309f7e5789b644.tar.gz
gentoo-22d9e68109e55894ba4eccc77b309f7e5789b644.tar.bz2
gentoo-22d9e68109e55894ba4eccc77b309f7e5789b644.zip
kde-plasma/kdecoration: 6.2.0 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-6.2.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 003aa6ec0e8f..79ce7c01bf85 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1 +1,2 @@
DIST kdecoration-6.1.5.tar.xz 55360 BLAKE2B 82e0dbbd5458d3831b9d72265888c1ff9092eeebf88b37827de85673afea3ee898d134142c59448964597e4b16d54649f4ae6a911f3937392d6e7e18176e2fc8 SHA512 e2ece8c9f87b6b910590f92f6fe41f4819dad61b3390ae7b9e9e05d1c2a9a0ff6f506bcbbc88a7965f3979762d5e1ca7dad30cf9167e5c262ba0d5ab29939804
+DIST kdecoration-6.2.0.tar.xz 55164 BLAKE2B 654e47d9d4ae5dad067c89f928490dc088a297da758794885c92a37333631ba63eb9999570140424d7a687389c0ff250b28801cfdf3bbdb50678072c19643ac9 SHA512 26f9b2619cd8fcb7d664cda1755d1f1006832c6be7ffcc302514019c2e5c5d53a15cd0b35ada6c2df0839fc2e55e73529773544a6467278a3af141ec26aa3545
diff --git a/kde-plasma/kdecoration/kdecoration-6.2.0.ebuild b/kde-plasma/kdecoration/kdecoration-6.2.0.ebuild
new file mode 100644
index 000000000000..6f5db39c0d90
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-6.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=6.6.0
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Plugin based library to create window decorations"
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"