diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 11:02:07 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 11:02:07 -0300 |
commit | 8a3d4ee5105eefa2136eb7ae83e69d01f29864c3 (patch) | |
tree | 8be9a06d3b2d8cade4b5dba48e040c632bd33850 /extra/bitlbee | |
parent | 404b7ff94ece6bb2ce0e9df042ac1fe798137c83 (diff) | |
parent | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/zathura/PKGBUILD
extra/gnome-desktop-sharp/PKGBUILD
extra/gnome-python-desktop/PKGBUILD
extra/libdvdread/PKGBUILD
extra/mjpegtools/PKGBUILD
extra/postgresql/PKGBUILD
Diffstat (limited to 'extra/bitlbee')
-rw-r--r-- | extra/bitlbee/PKGBUILD | 13 | ||||
-rw-r--r-- | extra/bitlbee/install | 1 |
2 files changed, 5 insertions, 9 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD index d4e1c3b34..ce74ff1bb 100644 --- a/extra/bitlbee/PKGBUILD +++ b/extra/bitlbee/PKGBUILD @@ -1,4 +1,5 @@ -# $Id: PKGBUILD 142776 2011-11-15 02:49:37Z bisson $ +# $Id: PKGBUILD 144362 2011-12-05 08:15:00Z bisson $ + # Contributor: FUBAR <mrfubar@gmail.com> # Contributor: simo <simo@archlinux.org> # Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org> @@ -6,8 +7,8 @@ # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=bitlbee -pkgver=3.0.3 -pkgrel=6 +pkgver=3.0.4 +pkgrel=1 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' arch=('i686' 'x86_64' 'mips64el') url='http://www.bitlbee.org/' @@ -15,11 +16,9 @@ license=('GPL') depends=('openssl' 'glib2' 'libotr') optdepends=('xinetd: to run bitlbee through xinetd') source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz" - 'msn.patch' 'xinetd' 'rc.d') -sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff' - 'fee9dcd59ad0231ffbcae822f17b68d9a8684376' +sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4' '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17' 'be09d29af3853825778331df451f16ca9e452d03') @@ -29,8 +28,6 @@ install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../msn.patch - ./configure --prefix=/usr \ --etcdir=/etc/bitlbee \ --pidfile=/var/run/bitlbee/bitlbee.pid \ diff --git a/extra/bitlbee/install b/extra/bitlbee/install index 0e1caa93f..7b43c7885 100644 --- a/extra/bitlbee/install +++ b/extra/bitlbee/install @@ -1,5 +1,4 @@ post_install() { - echo '==> Bitlbee can run through xinetd or as a daemon for now.' getent group bitlbee &>/dev/null || groupadd -r -g 65 bitlbee >/dev/null getent passwd bitlbee &>/dev/null || useradd -r -u 65 -g bitlbee -d /var/lib/bitlbee -s /bin/false -c bitlbee bitlbee >/dev/null } |