af854d2032
Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.5. Plasma 5.22 was released in June 2021 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: * KDE GTK Config: Make sure to actually commit GSettings changes. * KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296 * [applets/digitalclock] Let long timezones list scroll. Fixes bug #439147 Full changelog: https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/ - while here: reformat & sort the USES/USE_FOO lines consistently
38 lines
1.3 KiB
Makefile
38 lines
1.3 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
|
|
|
|
# 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
|
|
|
|
USE_KDE= activities auth codecs config configwidgets coreaddons \
|
|
dbusaddons ecm i18n kdeclarative kio ksysguard notifications \
|
|
plasma-framework service solid widgetsaddons windowsystem
|
|
USE_QT= concurrent core dbus declarative gui network quickcontrols \
|
|
widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" \
|
|
${WRKSRC}/src/helper.cpp
|
|
|
|
.include <bsd.port.mk>
|