1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net-im/kaidan/Makefile
Tobias C. Berner 2f1ab8f854 net-im/kaidan: update to 0.8.0
Released: 2021-05-28

Features:
 * Add typing notifications (XEP-0085: Chat State Notifications) (jbb)
 * Add message history syncing (XEP-0313: Message Archive Management) (lnj)
 * Window size is restored (melvo)
 * The server's website link is displayed if account creation is disabled (melvo)
 * Use breeze theme on macOS (jbb)
 * Improved user strings & descriptions (melvo)
2021-05-29 11:17:27 +02:00

20 lines
572 B
Makefile

PORTNAME= kaidan
DISTVERSION= 0.8.0
CATEGORIES= net-im kde
MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= User-friendly XMPP client for every device
LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 \
libZXing.so:textproc/zxing-cpp
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \
pkgconfig qt:5 tar:xz
USE_KDE= ecm kirigami2 notifications qqc2-desktop-style
USE_QT= core dbus declarative gui location multimedia network \
quickcontrols2 sql svg widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>