1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/plasma5-plasma-browser-integration/Makefile
Tobias C. Berner 27c5fb95cf KDE Plasma Desktop -- update to 5.17.4
Tuesday, 3 December 2019. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.17.4. Plasma 5.17 was released in October 2019 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:

   * Discover: Fwupd, don't whine when we have unsupported hardware.
   * Unbreak build with Qt 5.14.
   * Fix Cuttlefish mouse click selection in icon grid.

Changelog: https://kde.org/announcements/plasma-5.17.3-5.17.4-changelog.php
2019-12-04 17:29:42 +00:00

18 lines
561 B
Makefile

# $FreeBSD$
PORTNAME= plasma-browser-integration
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= www kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 components to integrate browsers into the desktop
USES= compiler:c++11-lang cmake kde:5 qt:5 tar:xz
USE_KDE= activities completion config coreaddons dbusaddons filemetadata i18n jobwidgets kio \
notifications package plasma-framework purpose runner service \
widgetsaddons windowsystem
USE_QT= concurrent core dbus gui network widgets \
buildtools_build qmake_build
.include <bsd.port.mk>