freebsd-ports/deskutils/kdeconnect-kde/Makefile
Tobias C. Berner 2a6cfd50d0 KDE: Update KDE Gear to 23.08
Thursday, 24 August 2023

We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.

Read on to find out what's new in KDE Gear 23.08
	https://kde.org/announcements/gear/23.08.0
2023-08-28 21:07:39 +02:00

39 lines
1.4 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= libfakekey.so:x11/libfakekey \
libwayland-client.so:graphics/wayland \
libKF5PulseAudioQt.so:audio/pulseaudio-qt
BUILD_DEPENDS= kpeoplevcard>0:net/kpeoplevcard \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
wayland-protocols>=0:graphics/wayland-protocols
RUN_DEPENDS= sshpass:security/sshpass \
sshfs:sysutils/fusefs-sshfs \
kpeoplevcard>0:net/kpeoplevcard
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
pkgconfig qca qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dbusaddons doctools guiaddons i18n iconthemes \
itemviews jobwidgets kcmutils kio kirigami2 notifications \
people qqc2-desktop-style service solid wayland widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus declarative gui multimedia network \
quickcontrols2 testlib wayland widgets x11extras xml \
buildtools:build qmake:build
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>