forked from Lainports/freebsd-ports
Thursday, 8 September 2022
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:
* kmail: Searching for messages does work again (Commit, fixes bugs
#458202 and #458245).
* kate: Fix a crash when there are no search results (Commit)
* krdc: Access dates are displayed properly now (Commit, fixes bug
#458587)
Announcement: https://kde.org/announcements/gear/22.08.1/
30 lines
939 B
Makefile
30 lines
939 B
Makefile
PORTNAME= kdev-python
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= devel kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python support for KDevelop
|
|
WWW= https://www.kdevelop.org/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt
|
|
LIB_DEPENDS= libKDevPlatformInterfaces.so:devel/kdevelop
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 python:3.7+ qt:5 tar:xz xorg
|
|
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|
ecm i18n itemmodels jobwidgets kio newstuff parts service \
|
|
solid sonnet syntaxhighlighting texteditor textwidgets \
|
|
threadweaver widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= x11
|
|
|
|
# Versioning values, to reduce plist churn (match with devel/kdevelop)
|
|
PLATFORM_VER= 37
|
|
PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER}
|
|
|
|
# Does not build with jobs.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|