From 2f0d3201a754b9deea803f92ba4eabac5ba5c2d6 Mon Sep 17 00:00:00 2001 From: jaapb Date: Sun, 17 Jan 2016 15:12:45 +0000 Subject: Added chat/ktp-kded-integration-module, the KDE workspace integration module for the KDE Telepathy chat suite. --- chat/ktp-kded-integration-module/DESCR | 3 ++ chat/ktp-kded-integration-module/Makefile | 18 ++++++++++++ chat/ktp-kded-integration-module/PLIST | 47 +++++++++++++++++++++++++++++++ chat/ktp-kded-integration-module/distinfo | 5 ++++ 4 files changed, 73 insertions(+) create mode 100644 chat/ktp-kded-integration-module/DESCR create mode 100644 chat/ktp-kded-integration-module/Makefile create mode 100644 chat/ktp-kded-integration-module/PLIST create mode 100644 chat/ktp-kded-integration-module/distinfo diff --git a/chat/ktp-kded-integration-module/DESCR b/chat/ktp-kded-integration-module/DESCR new file mode 100644 index 00000000000..72b8e7a839d --- /dev/null +++ b/chat/ktp-kded-integration-module/DESCR @@ -0,0 +1,3 @@ +This is the workspace integration module for the KDE Telepathy suite. It +provides several plugins like auto-away, the infamous 'Now listening to...' +and also an error handler (important!!) diff --git a/chat/ktp-kded-integration-module/Makefile b/chat/ktp-kded-integration-module/Makefile new file mode 100644 index 00000000000..24cac96bb5f --- /dev/null +++ b/chat/ktp-kded-integration-module/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/01/17 15:12:45 jaapb Exp $ + +.include "../../meta-pkgs/kde-telepathy/Makefile.common" +DISTNAME= ktp-kded-integration-module-${KTP_VERSION} +CATEGORIES= chat kde +MASTER_SITES= ${MASTER_SITE_KDE:=kde-telepathy/${KTP_VERSION}/src/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= http://community.kde.org/KTp +COMMENT= KDE Telepathy integration into KDE workspaces +LICENSE= gnu-lgpl-v2.1 + +USE_LANGUAGES= c c++ + +.include "../../chat/ktp-common-internals/buildlink3.mk" +.include "../../meta-pkgs/kde4/kde4.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/ktp-kded-integration-module/PLIST b/chat/ktp-kded-integration-module/PLIST new file mode 100644 index 00000000000..837fc1a0b7a --- /dev/null +++ b/chat/ktp-kded-integration-module/PLIST @@ -0,0 +1,47 @@ +@comment $NetBSD: PLIST,v 1.1 2016/01/17 15:12:45 jaapb Exp $ +lib/kde4/kcm_ktp_integration_module.so +lib/kde4/kded_ktp_integration_module.so +share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule.service +share/kde4/services/kcm_ktp_integration_module.desktop +share/kde4/services/kded/kded_ktp_integration_module.desktop +share/locale/bs/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ca/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ca@valencia/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/cs/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/da/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/de/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/el/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/en_GB/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/es/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/et/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/fi/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/fr/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ga/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/gl/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/hu/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ia/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/it/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ja/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/kk/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/km/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ko/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/lt/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/mr/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/nb/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/nds/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/nl/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/pl/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/pt/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/pt_BR/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ro/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ru/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/sk/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/sl/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/sr/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/sr@latin/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/sv/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/uk/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/zh_CN/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/zh_TW/LC_MESSAGES/kded_ktp_integration_module.mo diff --git a/chat/ktp-kded-integration-module/distinfo b/chat/ktp-kded-integration-module/distinfo new file mode 100644 index 00000000000..bf30204c3c2 --- /dev/null +++ b/chat/ktp-kded-integration-module/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2016/01/17 15:12:45 jaapb Exp $ + +SHA1 (ktp-kded-integration-module-0.9.0.tar.bz2) = 8b510b58fbd49684cafc6aea629cce5f37e5e684 +RMD160 (ktp-kded-integration-module-0.9.0.tar.bz2) = 4e25f28fa74650543f74eeaceea1f5756d822fdb +Size (ktp-kded-integration-module-0.9.0.tar.bz2) = 79387 bytes -- cgit v1.2.3