Today is 💖 Free Software Day and what better way to celebrate than with a brand new version of Plasma! The KDE team expressing their ❤ for Free Software Plasma 5.27 brings exciting new improvements to your desktop, and the first thing you'll notice when firing up Plasma is our new Konqi-powered wizard which will guide you through setting up the desktop. Other big new features include a window tiling system, a more stylish app theme, cleaner and more usable tools, and widgets that give you more control over your machine. Additionally, Plasma 5.27 is a Long Term Support version with tons of stability work and bugfixes, so you can feel the warm and stable 💘 from the KDE community forever... Or at least until the next LTS rolls around in 2024! Announcement: https://kde.org/announcements/plasma/5/5.27.0/
27 lines
987 B
Makefile
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>
|