1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/konsole/Makefile
Tobias C. Berner 6f5850a014 KDE: Update KDE Gear to 21.08.1
Thursday, 2 September 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

  *  konsole: Fix KXmlGUI toolbars and Konsole MainWindow size.
  *  elisa: Fix the “Files” view.
  *  skanlite: Fix image saving when preview is not shown.

Full announcement:
	https://kde.org/announcements/gear/21.08.1/

Full Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.1/
2021-09-02 16:52:51 +02:00

30 lines
985 B
Makefile

PORTNAME= konsole
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= x11 kde kde-applications # kde kde-applications-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE terminal emulator
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
RUN_DEPENDS= keditbookmarks:deskutils/keditbookmarks
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \
qt:5 tar:xz
USE_KDE= auth attica bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons emoticons globalaccel guiaddons i18n \
iconthemes init itemmodels jobwidgets kio \
newstuff notifications notifyconfig parts pty service solid sonnet \
textwidgets widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= concurrent core dbus gui network printsupport script scripttools sql \
widgets xml \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>