Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=64d3f9882d0fb5d3aba8cddf943b9e13a3d11407
commit 64d3f9882d0fb5d3aba8cddf943b9e13a3d11407 Author: bouleetbil <[email protected]> Date: Sat Jun 20 11:31:33 2009 +0200 dillo-2.1-1-i686 *version bump diff --git a/source/xapps-extra/dillo/FrugalBuild b/source/xapps-extra/dillo/FrugalBuild index 80c79d1..e889a99 100644 --- a/source/xapps-extra/dillo/FrugalBuild +++ b/source/xapps-extra/dillo/FrugalBuild @@ -2,19 +2,19 @@ # Maintainer: pete <[email protected]> pkgname=dillo -pkgver=2.0 +pkgver=2.1 pkgrel=1 pkgdesc="A multi-platform browser alternative that's small, stable, developer-friendly, usable, fast, and extensible." url="http://www.dillo.org" -depends=('openssl' 'libjpeg' 'fltk2' 'libpng') +depends=('openssl' 'libjpeg' 'fltk2>=r6140-3' 'libpng') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttarbz2 http://www.dillo.org/download/" -source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2) -signatures=($source.asc) +source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2 dillo-inbuf.patch) +signatures=($source.asc '') build() { - Fbuild --sysconfdir=/etc/dillo --disable-dlgui + Fbuild --sysconfdir=/etc/ --disable-dlgui Fdeststrip /etc/dillo/dpidrc } diff --git a/source/xapps-extra/dillo/dillo-inbuf.patch b/source/xapps-extra/dillo/dillo-inbuf.patch new file mode 100644 index 0000000..1720aa6 --- /dev/null +++ b/source/xapps-extra/dillo/dillo-inbuf.patch @@ -0,0 +1,17 @@ +=== modified file 'src/form.cc' +--- src/form.cc 2008-10-21 21:02:31 +0000 ++++ src/form.cc 2008-10-21 21:02:53 +0000 +@@ -1240,8 +1240,9 @@ + int rc = 0; + Dstr *output; + const int bufsize = 128; +- inbuf_t *inPtr; +- char *buffer, *outPtr; ++ //inbuf_t *inPtr; ++ //char *buffer, *outPtr; ++ char *buffer, *outPtr, *inPtr; + size_t inLeft, outRoom; + bool bad_chars = false; + + + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
