summaryrefslogtreecommitdiff
path: root/kde-plasma/kdecoration/kdecoration-6.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kdecoration/kdecoration-6.0.2.ebuild')
-rw-r--r--kde-plasma/kdecoration/kdecoration-6.0.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/kdecoration-6.0.2.ebuild b/kde-plasma/kdecoration/kdecoration-6.0.2.ebuild
new file mode 100644
index 000000000000..67c2a06f36d6
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-6.0.2.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}"