freebsd-ports/x11-themes/plasma5-breeze-gtk/Makefile
Tobias C. Berner ec37f68193 KDE: Update Plasma Desktop to 5.27.8
KDE Plasma 5.27.8, Bugfix Release for September

Tuesday, 12 September 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.8.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds five months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * KRunner: make debut on X11 faster.
 * Powerdevil: don't automatically suspend by default if running in a
   virtual machine.
 * System Settings: Remove soft hyphens in keywords used for searching.

Announcement:	https://kde.org/announcements/plasma/5/5.27.8/
Changelog:	https://kde.org/announcements/changelogs/plasma/5/5.27.7-5.27.8/
2023-09-13 07:16:59 +02:00

26 lines
667 B
Makefile

PORTNAME= breeze-gtk
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11-themes kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Breeze visual style for Gtk
LICENSE= LGPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
sassc:textproc/sassc
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python qt:5 \
tar:xz
USE_GNOME= gdkpixbuf2
USE_KDE= breeze \
ecm:build
USE_QT= core \
buildtools:build qmake:build
CMAKE_ARGS= -DPython3_EXECUTABLE:PATH=${PYTHON_CMD}
BINARY_ALIAS= python3=${PYTHON_CMD}
NO_ARCH= yes
.include <bsd.port.mk>