freebsd-ports/textproc/arianna/Makefile
Jason E. Hale 204619dca7 textproc/arianna: Update to 23.08.1
Connect to the kde-applications framework.

Note that until the update for Qt5 5.15.10 lands, the reader will
continue to render a blank page for the e-book contents just as the
previous version. After the Qt update, the e-book contents should be
rendered normally.
2023-09-21 14:54:17 -04:00

24 lines
741 B
Makefile

PORTNAME= arianna
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= textproc kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= e-book reader
WWW= https://apps.kde.org/arianna/
LICENSE= GPLv3
BUILD_DEPENDS= kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons
RUN_DEPENDS= kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons
USES= cmake desktop-file-utils gettext kde:5 qt:5 tar:xz xorg
USE_KDE= archive baloo config coreaddons dbusaddons filemetadata \
i18n kirigami2 qqc2-desktop-style windowsystem \
ecm:build
USE_QT= core dbus declarative gui location network quickcontrols2 \
sql svg webchannel webengine websockets widgets xml \
buildtools:build qmake:build
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>