You are not logged in.

#1 2004-05-19 00:13:37

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Gnu Gadu (aka gg2) with libtlen and other plugins

Another messenger :-) which supports 3 protocols:
- tlen.pl (Polish IM service)
- gadugadu.pl (another Polish IM service)
- Jabber - any jabber server

This PKGBUILD is designed for compilation with almost all options enabled (I excluded support for perl only) which includes many additional plugins. Please, feel free to modify it to your needs (like removing esd and oss or arts from configure line and dependencies, etc.). All needed packages except one (libtlen - second PKGBUILD included) are already present in arch linux or trusted user repositories (tur).

pkgname=gg2
pkgver=2.0.2
pkgrel=1
pkgdesc="Gnu Gadu messenger with support for tlen.pl, gadugadu.pl and jabber"
url="http://gadu.gnu.pl"
makedepends=('automake' 'libtool')
depends=('openssl' 'gtk2' 'libtlen' 'loudmouth' 'gtkspell' 'xosd' 'arts')
source=(http://cesnet.dl.sourceforge.net/sourceforge/ggadu/$pkgname-$pkgver.tar.gz)
md5sums=('877e070dcc90006b323b645a9c6cf361')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-gui --with-gtkspell --with-gadu 
  --with-tlen --with-jabber --with-xosd --with-sms --with-remote 
  --with-docklet-system-tray --with-docklet-dockapp --with-esd 
  --with-arts --with-oss --with-external --with-update 
  --with-arts-prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/usr install
}
pkgname=libtlen
pkgver=20040518
pkgrel=1
pkgdesc="CVS snapshot of the library for messengers using tlen.pl"
url="http://www.libtlen.eu.org"
source=(http://www.libtlen.eu.org/snapshots/archive/$pkgname-$pkgver.tar.gz)
depends=('glibc')
md5sums=('05035d937b86b74cd3c4fca7f2bbfe7d')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

Board footer

Powered by FluxBB