mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
5a6318dc05
* Fix MainWindow size when there is no saved size [1] * Fix KXmlGUI toolbars; and Konsole MainWindow size [2] Upstream PR: https://bugs.kde.org/show_bug.cgi?id=436471 [1]c78edfbac4
[2]fb7f838fd3
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
PORTNAME= konsole
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 kde kde-applications # kde kde-applications-applications
|
|
|
|
PATCH_SITES= https://invent.kde.org/utilities/konsole/-/commit/
|
|
PATCHFILES= fb7f838fd3138a39aea3bcb2e91f923741587137.diff:-p1 \
|
|
c78edfbac49852cec40efd5cbe73c341bc06c5ab.diff:-p1
|
|
|
|
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>
|