ports/deskutils/kdeconnect-kde/Makefile
Max Brazhnikov 9ead4b6918 KDE: Update KDE Gear to 25.04.0
Announcement: https://kde.org/announcements/gear/25.04.0/

Ports changes:

kde.mk:
 - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize
   it for unstable branch.

devel/kopeninghours:
 - Use custom PLIST_SUB to reduce churn on updates.

editors/ghostwriter:
 - Drop upstreamed patch.

games/khangman:
 - Drop upstreamed patch.

math/kcalc:
 - Depend on math/mpc.

multimedia/kdenlive:
 - Prevent fetching during build.
 - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB.
 - Depend on OpenTimelineIO.

net/krdc:
 - Switch to freerdp3.

x11-fm/dolphin:
 - Fix abuse of PLIST_SUB.

*/*:
 - Add missing and update KF6 dependencies and Qt components.
2025-04-17 14:57:49 +03:00

38 lines
1.3 KiB
Makefile

PORTNAME= kdeconnect-kde
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Support for KDE to interface between your phone and your computer
WWW= https://community.kde.org/KDEConnect
LICENSE= GPLv2
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libfakekey.so:x11/libfakekey \
libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon \
libKF6PulseAudioQt.so:audio/pulseaudio-qt
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
wayland-protocols>=0:graphics/wayland-protocols
RUN_DEPENDS= sshpass:security/sshpass \
sshfs:filesystems/sshfs
USES= cmake compiler:c++17-lang desktop-file-utils gettext-tools \
gl kde:6 localbase:ldflags pkgconfig qt:6 ssl tar:xz xorg
USE_GL= gl opengl # GLX
USE_KDE= bookmarks colorscheme completion config configwidgets \
coreaddons crash dbusaddons doctools guiaddons i18n iconthemes \
itemviews jobwidgets kcmutils kio kirigami-addons kirigami2 \
notifications package people qqc2-desktop-style service solid \
statusnotifieritem widgetsaddons windowsystem \
ecm:build
USE_QT= base connectivity declarative multimedia wayland
USE_XORG= ice sm x11 xext xtst
USE_LDCONFIG= ${QT_QMLDIR}/org/kde/kdeconnect
OPTIONS_DEFINE= DOCS
KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_VERSION}
.include <bsd.port.mk>