net-im/neochat:

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2022-03-22 11:01:13 +01:00
parent 57b4d88304
commit 599677eb49
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
KFMIN=5.77.0
KFMIN=5.88.0
QTMIN=5.15.2
inherit ecm kde.org
@ -35,6 +35,7 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
media-libs/kquickimageeditor:5
>=net-libs/libquotient-0.6
"
@ -45,3 +46,9 @@ RDEPEND="${DEPEND}
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
"
BDEPEND="virtual/pkgconfig"
src_unpack() {
default
mv "${WORKDIR}/${PN}-v${PV}"* ${S} || die
}