summaryrefslogtreecommitdiff
path: root/chat/empathy
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-59/+1
2009-04-01We need to tell configure which python binary to use.roy1-1/+2
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz3-30/+3
infrastructure supports this properly (thanks joerg!).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2009-01-13Add buildlink3.mk file.wiz1-0/+27
2008-12-24Fix build with XFree86.jmcneill3-2/+36
2008-11-16Remove MESSAGE now that dbus is fixed.wiz1-7/+0
2008-11-16Remove hicolor icon cache (created by hicolor-icon-theme automatically)wiz2-3/+3
from PLIST. Bump PKGREVISION.
2008-11-14Remove unneeded part of the comment.wiz1-4/+1
2008-11-14Initial import of empathy-2.24.1:wiz6-0/+569
Empathy consists of a rich set of reusable instant messaging widgets, and a GNOME client using those widgets. It uses Telepathy and Nokia's Mission Control, and reuses Gossip's UI. The main goal is to permit desktop integration by providing libempathy and libempathy-gtk libraries. libempathy-gtk is a set of powerful widgets that can be embeded into any GNOME application. Current features * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all supported by pidgin * Account editor (specialized UI for most protocols) * Auto away and extended away using gnome-screensaver * Auto re-connect using Network Manager * Private and group chat (with smileys, spellcheck) * Powerful theme engine for chats * Log conversations, view/search in logs and prepend logs in new chats * Adding new contacts and viewing/editing contact information * Voice and Video call using SIP and Jingle * Python bindings for libempathy and libempathy-gtk * Collaborative work using Tubes