01eb9ddad4
Tuesday, 3 September 2019. Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.16.5. Plasma 5.16 was released in June 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: * [weather] [envcan] Add additional current condition icon mappings. * [Notifications] Group only same origin and show it in heading. * Volume Control: Fix speaker test not showing sinks/buttons. Full changelog: https://kde.org/announcements/plasma-5.16.4-5.16.5-changelog.php
24 lines
591 B
Makefile
24 lines
591 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwallet-pam
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= security kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 KWallet PAM Integration
|
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error
|
|
|
|
USES= cmake cpe gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm wallet
|
|
USE_QT= gui \
|
|
buildtools_build qmake_build
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,socat,nc,' -e 's,/security,,' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
@${REINPLACE_CMD} 's,/usr/bin/kwalletd,${LOCALBASE}/bin/kwalletd,' \
|
|
${WRKSRC}/pam_kwallet.c
|
|
|
|
.include <bsd.port.mk>
|