mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7769ca437c
Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.5. Plasma 5.27 was released in February 2023 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: * Bluedevil Applet: introduce a brief animation for section height estimates. * Discover Flatpak: Do not crash if for any reason we lack a ref's source. * Info Centre About-distro: add a dump mode to print to cli. Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
22 lines
452 B
Makefile
22 lines
452 B
Makefile
PORTNAME= plasma-workspace-wallpapers
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 wallpapers
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
LICENSE= GPLv2 LGPL3
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL3
|
|
|
|
USES= cmake kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT= buildtools:build \
|
|
qmake:build
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|