67fba013d7
Tuesday, 4 May 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.21.5. Plasma 5.21 was released in February 2021 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: Fix crash when stopping PipeWire streaming. Fix crash on drag-and-drop over panel. Lockscreen: also activate lock screen windows. Platforms/drm: Fix crash in EglGbmBackend::presentOnOutput(). Full announcement: https://kde.org/announcements/plasma/5/5.21.5/
25 lines
867 B
Makefile
25 lines
867 B
Makefile
PORTNAME= kde-gtk-config
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 GTK2 and GTK3 configurator
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
|
|
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
|
|
sassc:textproc/sassc
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext gnome \
|
|
kde:5 pkgconfig qt:5 tar:xz xorg
|
|
USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons dbusaddons decoration ecm guiaddons i18n iconthemes \
|
|
jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network svg testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= xcursor
|
|
|
|
.include <bsd.port.mk>
|