Skip to content

Commit

Permalink
kde-plasma/kwrited: 5.20.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 13, 2020
1 parent a7c8417 commit 6029130
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/kwrited/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kwrited-5.19.5.tar.xz 20208 BLAKE2B 76a5ddb2c9e4e3e47f1deb65c077634715dd1853a879573ce6be259d5cfcfb9ce7bd68b5967fa006e84f34dafdaf82ee18c9154ab28bcf49d152edc6816e7b10 SHA512 c5beb32da7ea08d944d603db9f5af6356b7742be9408f8d5e540d2e782c54d0642f93a784420a931ce807f980fc6aed0135d54e8cb03f88831ac7c0404dc7136
DIST kwrited-5.20.0.tar.xz 20164 BLAKE2B f57ca3cd8fd9432be6c0517c39e6fc45d14aed46c5fd3046626e632d39f6603f995b8934b9408422a8ca448e4fbcb04e78f427e09c6f20d0776dee82535aea24 SHA512 3bc33d0e1747042e3d2ab6c438b0fdf01e50073798b217f106e6d00d2b534322572f8263ef6b687c8f3d819b143431b59eaa473b17073dfb19d46e483d9174fb
26 changes: 26 additions & 0 deletions kde-plasma/kwrited/kwrited-5.20.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KFMIN=5.74.0
PVCUT=$(ver_cut 1-3)
QTMIN=5.15.1
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}"

0 comments on commit 6029130

Please sign in to comment.