Commit 420470b4 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

net-im/ktp-contact-runner: Remove expired port

2023-09-30 net-im/ktp-contact-runner: Will not be part of KDE Gear 23.08 in August
parent 38a09172
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7892,3 +7892,4 @@ net-im/ktp-accounts-kcm||2023-09-30|Has expired: Will not be part of KDE Gear 23
net-im/ktp-approver||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
net-im/ktp-auth-handler||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
net-im/ktp-call-ui||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
net-im/ktp-contact-runner||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
    SUBDIR += kopete
    SUBDIR += ktp-common-internals
    SUBDIR += ktp-contact-list
    SUBDIR += ktp-contact-runner
    SUBDIR += ktp-desktop-applets
    SUBDIR += ktp-filetransfer-handler
    SUBDIR += ktp-kded-module
+0 −29
Original line number Diff line number Diff line
PORTNAME=	ktp-contact-runner
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	net-im kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KRunner integration module for KDE Telepathy
WWW=		https://community.kde.org/KTp

LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt \
		libKTpCommonInternals.so:net-im/ktp-common-internals

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Will not be part of KDE Gear 23.08 in August
EXPIRATION_DATE=	2023-09-30
KDE_APPLICATIONS_VERSION=	23.04.3

USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
USE_KDE=	config coreaddons i18n package plasma-framework runner \
		service wallet \
		ecm:build
USE_QT=		core dbus gui network widgets xml\
		buildtools:build qmake:build

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1688809760
SHA256 (KDE/release-service/23.04.3/ktp-contact-runner-23.04.3.tar.xz) = 0bdfb381dcb37a58a77b3d8b4e5a10a9cb9fb23fd65d30c0fd9b4815b948d243
SIZE (KDE/release-service/23.04.3/ktp-contact-runner-23.04.3.tar.xz) = 45740
+0 −5
Original line number Diff line number Diff line
The KDE Telepathy project aims to integrate real time communication
deeply into KDE Workspaces, and to provide an infrastructure to aid
development of collaborative features for KDE Applications.

This module makes KRunner capable of showing contacts.
Loading