Announcement: https://kde.org/announcements/gear/25.08.0/ Removed ports: devel/cervisia: not ported to Qt6 and excluded from KDE Gear releases databases/akonadi: - Backport upstream patch to fix account management in Merkuro devel/kdevelop: - Bump PLATFORM_VER to 6.3 - Revert now needless workaround [1] devel/kpublictranspor: - Renew USE_KDE - Explicitly disable KF6NetworkManagerQt graphics/kqtquickcharts: - Switch to Qt6/KF6 - Remove noop DOCS option math/kig: - Switch to Qt6/KF6 misc/artikulate: - Switch to Qt6/KF6 misc/kdeedu-data: - Update WWW and description misc/ktouch: - Switch to Qt6/KF6 multimedia/dragon: - Renew USE_KDE - Add dependency on ffmpeg and remove stale pkg-message multimedia/kamoso: - Switch to Qt6/KF6 net-im/neochat: - Add now mandatory dependency on devel/kunifiedpush - Add missing Qt dependencies x11-clocks/kteatime: - Renew USE_KDE PR: 287804 [1]
45 lines
1.4 KiB
Makefile
45 lines
1.4 KiB
Makefile
PORTNAME= kget
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE download manager
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
|
|
LIB_DEPENDS= libKTorrent6.so:net-p2p/libktorrent \
|
|
libassuan.so:security/libassuan \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libgmp.so:math/gmp \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme \
|
|
libgpgmepp.so:security/gpgmepp \
|
|
libqca-qt6.so:devel/qca@qt6 \
|
|
libqgpgmeqt6.so:security/qgpgme@qt6
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:6 \
|
|
qt:6 shebangfix sqlite tar:xz xorg
|
|
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons guiaddons i18n iconthemes \
|
|
itemmodels itemviews jobwidgets kcmutils kio notifications \
|
|
notifyconfig parts service solid sonnet statusnotifieritem \
|
|
textwidgets unitconversion wallet widgetsaddons windowsystem \
|
|
xmlgui \
|
|
ecm:build
|
|
USE_QT= base
|
|
USE_XORG= x11
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
|
|
CONFLICTS_INSTALL= sra-tools # bin/kget
|
|
|
|
OPTIONS_DEFINE= DOCS WORKSPACE
|
|
OPTIONS_DEFAULT= WORKSPACE
|
|
|
|
WORKSPACE_USE= KDE=plasma-workspace
|
|
WORKSPACE_DESC= Shutdown on completion support
|
|
WORKSPACE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace
|
|
|
|
.include <bsd.port.mk>
|