[arch-commits] CVS update of arch/build/network/links (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Sun Aug 12 08:35:19 UTC 2007
Date: Sunday, August 12, 2007 @ 04:35:19
Author: aaron
Path: /home/cvs-arch/arch/build/network/links
Modified: PKGBUILD (1.29 -> 1.30)
upgpkg: links 2.1pre29-1
----------+
PKGBUILD | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
Index: arch/build/network/links/PKGBUILD
diff -u arch/build/network/links/PKGBUILD:1.29 arch/build/network/links/PKGBUILD:1.30
--- arch/build/network/links/PKGBUILD:1.29 Tue Apr 17 10:20:04 2007
+++ arch/build/network/links/PKGBUILD Sun Aug 12 04:35:19 2007
@@ -1,20 +1,26 @@
-# $Id: PKGBUILD,v 1.29 2007/04/17 14:20:04 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.30 2007/08/12 08:35:19 aaron Exp $
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
pkgname=links
-pkgver=2.1pre28
+pkgver=2.1pre29
pkgrel=1
pkgdesc="A text WWW browser, similar to Lynx"
arch=(i686 x86_64)
+license=('GPL')
url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
-depends=('bzip2' 'zlib' 'openssl' 'gpm' 'pcre')
+depends=(bzip2 zlib openssl gpm)
makedepends=('pkgconfig')
-source=(http://links.twibright.com/download/$pkgname-$pkgver.tar.bz2 links-2.1pre22-utf8.diff.bz2)
-md5sums=('815afe558dd548258eeb03b01cce01ce' '1f59217d4906622693eb3e1532871a72')
+source=(http://links.twibright.com/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('db906aafc81ff5a04897e3f58fa56837')
+
+# It is totally unclear what this patch does, so I do not know if it is worth
+# the trouble to adjust. Apparently it's utf8 related, but links has inherantly
+# poor utf8 support. The general concensus is to use lynx or w3m instead
+# patch -Np1 -i ../links-2.1pre22-utf8.diff || return 1
build() {
cd $startdir/src/$pkgname-$pkgver
- patch -Np1 -i ../links-2.1pre22-utf8.diff || return 1
cd "intl" && ./gen-intl && cd .. || return 1
./configure --prefix=/usr --enable-javascript --disable-graphics --without-x
make || return 1
More information about the arch-commits
mailing list