mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
net-im/kaidan: Add missing KDE deps
Add a metric ton of missing KDE dependencies. I know a few deps slip though the cracks when kdelibs are updated and that's understandable, but I really don't know what to say here. Just surprised it ever built. Update WWW. Add LICENSE and LICENSE_FILE. Convert BUILD/LIB_DEPENDS=foo to USES_KDE=kirigami-addons. Pet portlint(1) and portclippy(1).
This commit is contained in:
parent
cca8f3b4d4
commit
a739d7507b
@ -1,26 +1,31 @@
|
||||
PORTNAME= kaidan
|
||||
DISTVERSION= 0.9.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-im kde
|
||||
MASTER_SITES= KDE/unstable/${PORTNAME}
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= User-friendly XMPP client for every device
|
||||
WWW= https://www.kaidan.im/
|
||||
WWW= https://apps.kde.org/kaidan/
|
||||
|
||||
BUILD_DEPENDS= kquickimageeditor>0:graphics/kquickimageeditor \
|
||||
kirigami-addons>0:x11-toolkits/kirigami-addons
|
||||
RUN_DEPENDS= kquickimageeditor>0:graphics/kquickimageeditor \
|
||||
kirigami-addons>0:x11-toolkits/kirigami-addons
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/doc/licenses/gpl-3.0.txt
|
||||
|
||||
BUILD_DEPENDS= kquickimageeditor>0:graphics/kquickimageeditor
|
||||
LIB_DEPENDS= libQXmppQt5.so:net-im/qxmpp@qt5 \
|
||||
libZXing.so:textproc/zxing-cpp
|
||||
RUN_DEPENDS= kquickimageeditor>0:graphics/kquickimageeditor
|
||||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig \
|
||||
qt:5 tar:xz
|
||||
USE_KDE= kio kirigami2 notifications qqc2-desktop-style \
|
||||
qt:5 tar:xz xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons itemviews jobwidgets kio kirigami-addons kirigami2 \
|
||||
notifications qqc2-desktop-style service solid widgetsaddons \
|
||||
windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= core dbus declarative gui location multimedia network \
|
||||
USE_QT= concurrent core dbus declarative gui location multimedia network \
|
||||
quickcontrols2 sql svg widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user