mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Add telepathy-gabble, a jabber connection manager for the telepathy framework.
This commit is contained in:
parent
6ed2b06d80
commit
f1fb28cc0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190375
@ -122,6 +122,7 @@
|
||||
SUBDIR += sim-im
|
||||
SUBDIR += sim-im-devel
|
||||
SUBDIR += sulci
|
||||
SUBDIR += telepathy-gabble
|
||||
SUBDIR += telepathy-glib
|
||||
SUBDIR += tik
|
||||
SUBDIR += tkabber
|
||||
|
33
net-im/telepathy-gabble/Makefile
Normal file
33
net-im/telepathy-gabble/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: telepathy-gabble
|
||||
# Date created: Apr 19 2007
|
||||
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= telepathy-gabble
|
||||
PORTVERSION= 0.5.10
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
||||
|
||||
MAINTAINER= flz@FreeBSD.org
|
||||
COMMENT= Jabber Connection Manager for Telepathy Framework
|
||||
|
||||
LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
|
||||
dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
|
||||
telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
|
||||
loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth
|
||||
|
||||
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
|
||||
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
|
||||
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_PYTHON_BUILD= yes
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/telepathy-gabble/distinfo
Normal file
3
net-im/telepathy-gabble/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (telepathy-gabble-0.5.10.tar.gz) = f3ad7ac1240593033299ccbf86fbc475
|
||||
SHA256 (telepathy-gabble-0.5.10.tar.gz) = 3c4eb81c9d516937565a295beb0e98ab5c2a04864a0a5c8cef32916c63056b05
|
||||
SIZE (telepathy-gabble-0.5.10.tar.gz) = 591984
|
9
net-im/telepathy-gabble/pkg-descr
Normal file
9
net-im/telepathy-gabble/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
|
||||
currently supporting single user chats, multi user chats and voice/video
|
||||
calls. Install this package to use Telepathy instant messaging clients
|
||||
with Jabber/XMPP servers, including Google Talk.
|
||||
|
||||
WWW: http://telepathy.freedesktop.org/
|
||||
|
||||
- Florent Thoumie
|
||||
flz@FreeBSD.org
|
5
net-im/telepathy-gabble/pkg-plist
Normal file
5
net-im/telepathy-gabble/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/telepathy-gabble
|
||||
share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
|
||||
share/telepathy/managers/gabble.manager
|
||||
@dirrmtry share/telepathy/managers
|
||||
@dirrmtry share/telepathy
|
Loading…
Reference in New Issue
Block a user