freebsd-ports/x11-themes/plasma5-breeze/Makefile
Tobias C. Berner af854d2032 plasma5: update to KDE Plasma Desktop to 5.22.5
Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.22.5.

Plasma 5.22 was released in June 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:

  *  KDE GTK Config: Make sure to actually commit GSettings changes.
  *  KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296
  *  [applets/digitalclock] Let long timezones list scroll.
     Fixes bug #439147

Full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/

- while here: reformat & sort the USES/USE_FOO lines consistently
2021-09-01 17:04:16 +02:00

22 lines
675 B
Makefile

PORTNAME= breeze
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11-themes kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 artwork, styles and assets for the Breeze visual style
LICENSE= GPLv2
LIB_DEPENDS= libfftw3_threads.so:math/fftw3
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
xorg
USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \
decoration ecm frameworkintegration guiaddons i18n iconthemes \
kcmutils plasma-framework service wayland widgetsaddons \
windowsystem
USE_QT= core dbus declarative gui network widgets x11extras xml \
buildtools_build qmake_build
USE_XORG= xcb
.include <bsd.port.mk>