From 3980cc8060dce8b00674df0170dae16ba9b755d2 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 14 Jun 2011 10:30:32 -0300 Subject: xchat-libre-2.8.8-7 --- libre/xchat-libre/PKGBUILD | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'libre/xchat-libre/PKGBUILD') diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD index 0c0c0b6b1..f04ec2f47 100644 --- a/libre/xchat-libre/PKGBUILD +++ b/libre/xchat-libre/PKGBUILD @@ -4,7 +4,7 @@ pkgbasename=xchat pkgname=xchat-libre pkgver=2.8.8 -pkgrel=3.1 +pkgrel=7 pkgdesc="A GTK+ based IRC client without non-free browser reference" arch=('i686' 'x86_64') url="http://www.xchat.org/" @@ -12,20 +12,27 @@ provides=("xchat=$pkgver") replaces=('xchat') conflicts=('xchat') license=('GPL') -depends=('gtk2' 'openssl' 'dbus-glib') +depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify') makedepends=('tcl' 'perl' 'python2') -optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin' \ +optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin' 'python2: for python plugin') options=('!libtool') changelog=ChangeLog source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgbasename}-${pkgver}.tar.xz + xchat-2.8.8-libnotify07.patch + xchat-2.8.8-link-against-libnotify.patch remove-non-free-suggestion.patch no-firefox.patch) build() { cd "${srcdir}/${pkgbasename}-${pkgver}" - patch -p1 < ../remove-non-free-suggestion.patch - patch -p1 < ../no-firefox.patch + patch -Np1 -i ${srcdir}/remove-non-free-suggestion.patch + patch -Np1 -i ${srcdir}/no-firefox.patch + patch -Np1 -i ${srcdir}/xchat-2.8.8-libnotify07.patch + patch -Np1 -i ${srcdir}/xchat-2.8.8-link-against-libnotify.patch + autoconf + autoheader + ./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-dbus \ --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static make @@ -37,8 +44,7 @@ package() { } md5sums=('9a11f13121ff0af787bba3b014378e58' - '47c665961f11a803e9a12007811a04c9' + '8f0ba48dc3d151cd9b4fbef3255e8c95' + '805893e0d8f7c9713d703f34b6bb4b89' + 'd0968310982fa9e30d43dd43536b7387' 'ba11c3e889509d1b46307d6ebf74509c') -sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532' - '05e673aa44813ddac8aabb251d5f0124efde91a2' - '3a1c115c4436bdfb1882bcf93dedbe0d40dad9ae') -- cgit v1.2.3