aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.22.90.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
new file mode 100644
index 0000000000..e28062d89f
--- /dev/null
+++ b/kde-plasma/kdecoration/Manifest
@@ -0,0 +1 @@
+DIST kdecoration-5.22.90.tar.xz 47344 BLAKE2B 1e306c4b264faefb12b7ef18e484d7cb9b62dfed568bc8aa1bf892045bb0acdd049b1b532f3b6b5d9996bb8f70574c4798fd9683cd75b83285f720eb44af1ccf SHA512 785f56faaf752cf0c1cfcb78796875c15a3aa0fa58e816350dbd31877cf96f87528bda3317990d82e750dd0adf999941ea18918225a0a75e4e786c4f4be18354
diff --git a/kde-plasma/kdecoration/kdecoration-5.22.90.ebuild b/kde-plasma/kdecoration/kdecoration-5.22.90.ebuild
new file mode 100644
index 0000000000..be4395b9d9
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.22.90.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+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/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"