2004-02-20 14:42:15 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2004/02/20 13:42:15 jmmv Exp $
|
2003-09-02 09:32:04 +02:00
|
|
|
#
|
|
|
|
|
Update gossip to 0.7.
News in 0.7:
============
* Fixes to the chat window (URL matching, clear chat)
* New application icon from Dan Taylor
* Chat window entry autoexpands instead of using a disclosure widget
* Store state of contact list (visibility, position and size) between
sessions
* Don't show groups with no contacts
* Presence setting system greatly improved
* Edit groups support added
* Made the autoback timeout longer (30 secs)
* Better keynav support
* A couple of crash fixes
* Several smaller bugs fixed
* Updated and new translations (ca, cs, da, es, eu, it, ms, nl, no, pt,
sr@Latn, sr, sv)
2004-01-23 10:45:08 +01:00
|
|
|
DISTNAME= gossip-0.7
|
2004-02-09 19:47:36 +01:00
|
|
|
PKGREVISION= 2
|
2003-09-02 09:32:04 +02:00
|
|
|
CATEGORIES= chat
|
Update gossip to 0.7.
News in 0.7:
============
* Fixes to the chat window (URL matching, clear chat)
* New application icon from Dan Taylor
* Chat window entry autoexpands instead of using a disclosure widget
* Store state of contact list (visibility, position and size) between
sessions
* Don't show groups with no contacts
* Presence setting system greatly improved
* Edit groups support added
* Made the autoback timeout longer (30 secs)
* Better keynav support
* A couple of crash fixes
* Several smaller bugs fixed
* Updated and new translations (ca, cs, da, es, eu, it, ms, nl, no, pt,
sr@Latn, sr, sv)
2004-01-23 10:45:08 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.7/}
|
2003-09-02 09:32:04 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= GTK2 Jabber Instant Messaging client
|
|
|
|
|
2003-09-02 10:43:46 +02:00
|
|
|
DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
|
2004-01-02 11:37:30 +01:00
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
|
2003-09-02 09:32:04 +02:00
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
|
2004-02-20 14:42:15 +01:00
|
|
|
USE_BUILDLINK3= yes
|
2004-01-22 08:49:20 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2003-09-02 09:32:04 +02:00
|
|
|
USE_LIBTOOL= yes
|
2003-09-02 11:04:33 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2003-09-02 09:32:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
GCONF2_SCHEMAS= gossip.schemas
|
|
|
|
|
2004-02-20 14:42:15 +01:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2003-09-02 09:32:04 +02:00
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2004-02-20 14:42:15 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
|
|
.include "../../devel/loudmouth/buildlink3.mk"
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
2003-09-02 09:32:04 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|