freebsd-ports/deskutils/plasma5-xdg-desktop-portal-kde/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

27 lines
987 B
Makefile

PORTNAME= xdg-desktop-portal-kde
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= deskutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Backend implementation for xdg-desktop-portal
WWW= https://kde.org/plasma-desktop/
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \
${LOCALBASE}/include/linux/input-event-codes.h:devel/evdev-proto
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
USES= cmake gl kde:5 pkgconfig qt:5 tar:xz xorg
USE_GL= gl
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons globalaccel guiaddons i18n iconthemes itemviews \
jobwidgets kdeclarative kio kirigami2 notifications package \
plasma-framework service solid wayland widgetsaddons \
windowsystem xmlgui \
ecm:build plasma-wayland-protocols:build
USE_QT= concurrent core dbus declarative gui network printsupport \
wayland widgets xml \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>