ports/deskutils/akregator/Makefile
Max Brazhnikov 9ead4b6918 KDE: Update KDE Gear to 25.04.0
Announcement: https://kde.org/announcements/gear/25.04.0/

Ports changes:

kde.mk:
 - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize
   it for unstable branch.

devel/kopeninghours:
 - Use custom PLIST_SUB to reduce churn on updates.

editors/ghostwriter:
 - Drop upstreamed patch.

games/khangman:
 - Drop upstreamed patch.

math/kcalc:
 - Depend on math/mpc.

multimedia/kdenlive:
 - Prevent fetching during build.
 - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB.
 - Depend on OpenTimelineIO.

net/krdc:
 - Switch to freerdp3.

x11-fm/dolphin:
 - Fix abuse of PLIST_SUB.

*/*:
 - Add missing and update KF6 dependencies and Qt components.
2025-04-17 14:57:49 +03:00

37 lines
1.1 KiB
Makefile

PORTNAME= akregator
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Feed reader for KDE
WWW= https://www.kde.org/
LICENSE= LGPL21
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
libgpgmepp.so:security/gpgme-cpp \
libqgpgmeqt6.so:security/gpgme-qt@qt6
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \
tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
i18n iconthemes itemmodels jobwidgets kcmutils kio \
notifications notifyconfig parts service solid sonnet \
statusnotifieritem texteditor textwidgets userfeedback \
widgetsaddons windowsystem xmlgui \
ecm:build
# pim components
USE_KDE+= akonadi akonadimime contacts grantleetheme kontactinterface \
ktextaddons libkdepim libkleo messagelib mime pimcommon \
pimtextedit syndication
USE_QT= base
USE_XORG= x11
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>