KDE Plasma 5.24.5, Bugfix Release for May Tuesday, 3 May 2022. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.24.5. Plasma 5.24 was released in February 2022 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: * Discover Flatpak backend: Improve stability of different sources integration. * Plasma Audio Volume Control: SpeakerTest: Fix subwoofer test. * xdg-desktop-portal-kde: Fix saving file dialog view options. Full Changelog: https://kde.org/announcements/changelogs/plasma/5/5.24.4-5.24.5
22 lines
649 B
Makefile
22 lines
649 B
Makefile
PORTNAME= plasma-pa
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= audio kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Plasma pulse audio mixer
|
|
|
|
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
|
libpulse.so:audio/pulseaudio
|
|
|
|
USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
|
|
shebangfix tar:xz
|
|
USE_GNOME= gconf2
|
|
USE_KDE= config configwidgets coreaddons ecm globalaccel i18n \
|
|
kdeclarative notifications package plasma-framework \
|
|
doctools_build
|
|
USE_QT= core dbus declarative gui network widgets \
|
|
buildtools_build qmake_build
|
|
|
|
SHEBANG_FILES= data/plasmaVolumeDisableKMixAutostart.pl
|
|
|
|
.include <bsd.port.mk>
|