mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
61a20a4763
KDE Plasma 5.27.9, Bugfix Release for October Tuesday, 24 October 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.9. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. This release adds six months' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Discover: Fix network cache size for first run. * GTK Config: make it compile with GLib < 2.74. * Powerdevil: Provide a default action in Suspend session config. Full changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.8-5.27.9
24 lines
646 B
Makefile
24 lines
646 B
Makefile
PORTNAME= oxygen
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Oxygen style
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
|
|
xorg
|
|
USE_LDCONFIG= yes
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
decoration frameworkintegration guiaddons i18n kcmutils \
|
|
service widgetsaddons windowsystem \
|
|
ecm:build
|
|
USE_QT= core dbus declarative gui network widgets x11extras xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11 xcb
|
|
|
|
.include <bsd.port.mk>
|