e28cfeb282
KDE Gear 23.08.2 Thursday, 12 October 2023 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: * kdeconnect: Avoid adding duplicate devices to Dolphin's side panel (Commit, fixes bug #461872) * merkuro: Fix shifting of date by one day/month (Commit, fixes bug #473866) * kdenlive: Fix multiple audio streams broken by MLT's new astream property (Commit, fixes bug #474895) Full changelog: https://kde.org/announcements/changelogs/gear/23.08.2/
30 lines
941 B
Makefile
30 lines
941 B
Makefile
PORTNAME= kipi-plugins
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plugin architecture for image applications
|
|
WWW= https://github.com/kde/kipi-plugins
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
|
|
qt:5 tar:xz xorg
|
|
USE_KDE= kio libkipi solid archive auth bookmarks codecs completion \
|
|
config configwidgets coreaddons i18n itemviews jobwidgets \
|
|
service widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= concurrent core dbus gui network printsupport widgets xml xmlpatterns \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS MEDIAWIKI
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|
OPTIONS_SUB= yes
|
|
|
|
MEDIAWIKI_DESC= MediaWiki Plugin
|
|
MEDIAWIKI_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5MediaWiki
|
|
MEDIAWIKI_LIB_DEPENDS= libKF5MediaWiki.so:net/libmediawiki
|
|
|
|
.include <bsd.port.mk>
|