freebsd-ports/net-im/kde-telepathy/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

37 lines
1.5 KiB
Makefile

PORTNAME= kde-telepathy
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 2
CATEGORIES= net-im kde
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE integrated instant messaging framework
WWW= https://community.kde.org/KTp
DEPRECATED= Will not be part of KDE Gear 23.08 in August
EXPIRATION_DATE= 2023-09-30
KDE_APPLICATIONS_VERSION= 23.04.3
RUN_DEPENDS= ktp-accounts-kcm>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-accounts-kcm \
ktp-approver>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-approver \
ktp-auth-handler>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-auth-handler \
ktp-contact-list>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-contact-list \
ktp-contact-runner>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-contact-runner \
ktp-filetransfer-handler>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-filetransfer-handler \
ktp-kded-module>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-kded-module \
ktp-text-ui>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-text-ui
USES= metaport kde:5
OPTIONS_DEFINE= CALL_UI PLASMA SEND_FILE
OPTIONS_DEFAULT= PLASMA SEND_FILE
CALL_UI_DESC= Voice/Video Call UI for Telepathy
CALL_UI_RUN_DEPENDS= ktp-call-ui>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-call-ui
PLASMA_DESC= Applets for KDE Plasma Desktop integration
PLASMA_RUN_DEPENDS= ktp-desktop-applets>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-desktop-applets
SEND_FILE_DESC= Context menu plugin for sending files
SEND_FILE_RUN_DEPENDS= ktp-send-file>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-send-file
.include <bsd.port.mk>