KDE Plasma 5.27.9, Bugfix Release for October Tuesday, 24 October 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.9. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. This release adds six months' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Discover: Fix network cache size for first run. * GTK Config: make it compile with GLib < 2.74. * Powerdevil: Provide a default action in Suspend session config. Full changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.8-5.27.9
42 lines
1.4 KiB
Makefile
42 lines
1.4 KiB
Makefile
PORTNAME= plasma-disks
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Monitors S.M.A.R.T. capable devices for imminent failure
|
|
WWW= https://invent.kde.org/plasma/plasma-disks
|
|
|
|
# XXX license
|
|
# https://invent.kde.org/plasma/plasma-disks/-/tree/master/LICENSES
|
|
LICENSE= BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL3 # FSF KDE-GPL KDE-LGPL
|
|
LICENSE_COMB= multi
|
|
#LICENSE_NAME_KDE-GPL= LicenseRef KDE Accepted GPL
|
|
#LICENSE_NAME_KDE-LGPL= LicenseRef KDE Accepted LGPL
|
|
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSES/BSD-3-Clause.txt
|
|
LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSES/CC0-1.0.txt
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSES/GPL-2.0-only.txt
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-only.txt
|
|
LICENSE_FILE_LGPL3= ${WRKSRC}/LICENSES/LGPL-3.0-only.txt
|
|
#LICENSE_FILE_FSF= ${WRKSRC}/LICENSES/FSFAP.txt
|
|
#LICENSE_PERMS_KDE-GPL= gpl3
|
|
#LICENSE_PERMS_KDE-LGPL= gpl3
|
|
|
|
RUN_DEPENDS= smartmontools>0:sysutils/smartmontools
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
|
|
|
|
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons i18n \
|
|
kdeclarative kio ksysguard notifications service solid \
|
|
widgetsaddons windowsystem \
|
|
ecm:build
|
|
USE_QT= concurrent core dbus declarative gui network quickcontrols \
|
|
widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" \
|
|
${WRKSRC}/src/helper.cpp
|
|
|
|
.include <bsd.port.mk>
|