freebsd-ports/sysutils/plasma5-discover/Makefile
Tobias C. Berner 7769ca437c KDE: KDE Plasma 5.27.5, Bugfix Release for May
Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.27.5.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Bluedevil Applet: introduce a brief animation for section height
   estimates.
 * Discover Flatpak: Do not crash if for any reason we lack a ref's
   source.
 * Info Centre About-distro: add a dump mode to print to cli.

Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
2023-05-17 07:56:59 +02:00

29 lines
984 B
Makefile

PORTNAME= discover
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 package management tools
WWW= https://www.kde.org/plasma-desktop
# TODO: update packagekit-qt5
#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5
LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt
USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \
pkgconfig qt:5 tar:xz xorg
USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons crash dbusaddons i18n iconthemes idletime \
itemmodels itemviews jobwidgets kcmutils kdeclarative kio \
kirigami2 newstuff notifications package plasma-framework \
purpose service solid textwidgets wallet widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus declarative gui network svg webview \
widgets x11extras xml \
buildtools:build qmake:build testlib:build
USE_XORG= x11
CPE_VENDOR= kde
.include <bsd.port.mk>