freebsd-ports/audio/plasma5-plasma-pa/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

25 lines
823 B
Makefile

PORTNAME= plasma-pa
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= audio kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Plasma pulse audio mixer
WWW= https://www.kde.org/plasma-desktop
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libpulse.so:audio/pulseaudio
RUN_DEPENDS= ${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme
USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
shebangfix tar:xz
USE_GNOME= glib20
USE_KDE= config configwidgets coreaddons globalaccel i18n kcmutils \
kdeclarative notifications package plasma-framework \
doctools:build ecm:build
USE_QT= core dbus declarative gui network widgets xml \
buildtools:build qmake:build
SHEBANG_FILES= data/plasmaVolumeDisableKMixAutostart.pl
CMAKE_OFF= USE_GCONF
.include <bsd.port.mk>