News in 0.7.8: ============== * Add support for disabling system proxy (Ross Burton) * Typo fixes (Richard) * Updated translations (sv, en_CA) News in 0.7.7: ============== * Make the groupchat input area the same as in chats (Geert-Jan) * Improved URL recognizer (Johan Hammar) * Fixed name bug when chatting with people not in your contact list (Micke) * Cut supported in chat windows (cuts from input area) (Thomas Reynolds) * Support for specifying both JID and connect server (Micke) * Support for HTTP proxy, uses desktop global settings (Micke) * Notify on updates in the contact list (Change the background on that row for 7 seconds) (Martyn) * New translations (ga) * Updated translations (cs, nl, en_GB, lt, cy, sq, ru, eu, en_CA, es, nl, pt, da)
32 lines
917 B
Makefile
32 lines
917 B
Makefile
# $NetBSD: Makefile,v 1.29 2004/09/04 14:29:13 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gossip-0.7.8
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.7/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://gossip.imendio.org/
|
|
COMMENT= GTK2 Jabber Instant Messaging client
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
GCONF2_SCHEMAS= gossip.schemas
|
|
|
|
.include "../../chat/loudmouth/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|