summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-6.1.90.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
new file mode 100644
index 00000000000..21d0d0c7a04
--- /dev/null
+++ b/kde-plasma/kdecoration/Manifest
@@ -0,0 +1 @@
+DIST kdecoration-6.1.90.tar.xz 55168 BLAKE2B 7d5c7e17346882191e90da322570f37422d3d9b803214e0f8f142aef20865458be6d1ae0a73edc04fb290e4cd7bd84a0030e6903f46ea6948753bba7aa5d2149 SHA512 ac942b1b01d847fe4a1cd9124b84e251c22dfa79ef76da1dd38fc9ac0fb56b104a7c82d3c43945ed986e5d05d082303d25dcb10ca1a91794e81cba28fd097f63
diff --git a/kde-plasma/kdecoration/kdecoration-6.1.90.ebuild b/kde-plasma/kdecoration/kdecoration-6.1.90.ebuild
new file mode 100644
index 00000000000..6f5db39c0d9
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-6.1.90.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}"