# Description: GTK+ based IRC client # URL: http://www.xchat.org/ # Maintainer: M0E-lnx # Optimized to include support for gettext, and to disable the old textfe, also added patch # Depends on: openssl, gtk, perl name=xchat version=2.8.4 release=2 source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 http://www.xchat.org/files/source/2.8/patches/xc284-scrollbmkdir.diff) build() { cd $name-$version patch -p1 -i $SRC/xc284-scrollbmkdir.diff --verbose ./configure --prefix=/usr \ --enable-openssl \ --enable-perl \ --enable-ipv6 \ --disable-gnome \ --enable-gtkfe \ --disable-textfe \ --disable-python \ --disable-tcl \ --with-included-gettext make make DESTDIR=$PKG install rm -rf $PKG/usr/{etc,share} install -D $name.desktop $PKG/usr/share/applications/$name.desktop install -D $name.png $PKG/usr/share/pixmaps/$name.png }