2ce903b3bc
Tuesday, 30 July 2019. Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.16.4. Plasma 5.16 was released in June with many feature refinements and new modules to complete the desktop experience. This release adds three week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: Changelog: https://kde.org/announcements/plasma-5.16.3-5.16.4-changelog.php
18 lines
410 B
Makefile
18 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdecoration
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-wm kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 library to create window decorations
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_KDE= ecm i18n
|
|
USE_QT= core gui testlib buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|