summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-16 21:09:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-16 21:50:22 +0200
commit2c5caff20a4eadc3bd1ec6e3bc31f6e11faa335e (patch)
tree1f467cdc536dcaa0ae1c0ddbfd497c20bfafb6cb /kde-plasma/kdecoration
parentkde-plasma/kde-cli-tools: add 6.0.4 (diff)
downloadgentoo-2c5caff20a4eadc3bd1ec6e3bc31f6e11faa335e.tar.gz
gentoo-2c5caff20a4eadc3bd1ec6e3bc31f6e11faa335e.tar.bz2
gentoo-2c5caff20a4eadc3bd1ec6e3bc31f6e11faa335e.zip
kde-plasma/kdecoration: add 6.0.4
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.0.4.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 42244c8fb9a4..e54a494eece5 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1,3 @@
DIST kdecoration-5.27.11.tar.xz 52748 BLAKE2B 8d3e7bd7e27dddd3b1f6ceb728291235fe1ae58c39d5eb242643aa27553c942062cf85d5f638c6a47fc45ad93f7a9ec8609dd1815c1b70ca7ebd246d32270966 SHA512 dd687d9925a56630df9b9e7b1ac58c1536efea97307a75b3f0fc43357d2f118c8727ed425cf4267ffee13fc9ec96c0f592d94b77835ce819b576dba00bb25037
DIST kdecoration-6.0.3.tar.xz 54512 BLAKE2B cb9e0ba847ac604b425ccd2718764ea2fb5ad712679e1bfbe138f5c651459dd340a4a159e5c8e4db7f910f4aad7d441f8737865ac31bddfc05032474cdafddc6 SHA512 955f943384ad551cf77af1e1848fb732e9612dafb104f5c4f14c8d54ae3ac7a17327c811053d4e741cd71cf4387145721585f45721c3faaeb354eecd1e60dae3
+DIST kdecoration-6.0.4.tar.xz 54564 BLAKE2B 353aaca4a7eb11ef76a67a82c506bf09c0b1aa0a36c01eee3f811960ff7b56763b50955c0f62bf94df25de4d60ed79cb1031264ed121a1c9f0b8ad7f4e6b1f35 SHA512 a27f97b5bdec32702e9aee66b81d11da340dcd12048a1a193f35419e45032bffbffc5e49bd65648314db6b0513e041b29c18941bf117474c72698fd45a60fbfc
diff --git a/kde-plasma/kdecoration/kdecoration-6.0.4.ebuild b/kde-plasma/kdecoration/kdecoration-6.0.4.ebuild
new file mode 100644
index 000000000000..67c2a06f36d6
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-6.0.4.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.0
+QTMIN=6.6.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Plugin based library to create window decorations"
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"