summaryrefslogtreecommitdiff
path: root/kde-plasma/kwrited/kwrited-5.22.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
commit814f4cf860e299a046b649eaee5463427984c09c (patch)
tree74c45f097899310e599dad6b8df5b63e0f085bc0 /kde-plasma/kwrited/kwrited-5.22.3.ebuild
parent7f0ccc917c7abe6223784c703d86cd14755691fb (diff)
gentoo resync : 08.07.2021
Diffstat (limited to 'kde-plasma/kwrited/kwrited-5.22.3.ebuild')
-rw-r--r--kde-plasma/kwrited/kwrited-5.22.3.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kwrited/kwrited-5.22.3.ebuild b/kde-plasma/kwrited/kwrited-5.22.3.ebuild
new file mode 100644
index 000000000000..7e9879485783
--- /dev/null
+++ b/kde-plasma/kwrited/kwrited-5.22.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma daemon listening for wall and write messages"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kpty-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"