Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=69dba2210fbb42b8624151fd2fc3701f505f5f4b

commit 69dba2210fbb42b8624151fd2fc3701f505f5f4b
Author: VÖRÖSKŐI András <voros...@frugalware.org>
Date:   Fri Jul 2 08:01:58 2010 +0200

dillo-2.2-2-i686

version bump
rebuilt with new fltk2
removed outdated README.Frugalware
dropped unused inbuf.patch
use openssl>=1.0.0

diff --git a/source/xapps-extra/dillo/FrugalBuild 
b/source/xapps-extra/dillo/FrugalBuild
index e61c9bd..6cdae61 100644
--- a/source/xapps-extra/dillo/FrugalBuild
+++ b/source/xapps-extra/dillo/FrugalBuild
@@ -2,20 +2,21 @@
# Maintainer: pete <p...@teamlupus.hu>

pkgname=dillo
-pkgver=2.1.1
-pkgrel=1
+pkgver=2.2
+pkgrel=2
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>=r6786' 'libpng')
+depends=('openssl>=1.0.0' 'libjpeg' 'fltk2>=r7513' '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 
dillo-inbuf.patch)
-signatures=($source.asc '')
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
+signatures=($source.asc)

build() {
Fbuild --sysconfdir=/etc/ --disable-dlgui
Fdeststrip /etc/dillo/dpidrc
+       Fmv /usr/share/doc/${pkgname}{,-${pkgver}}
}

# optimization OK
diff --git a/source/xapps-extra/dillo/README.Frugalware 
b/source/xapps-extra/dillo/README.Frugalware
deleted file mode 100644
index 4852067..0000000
--- a/source/xapps-extra/dillo/README.Frugalware
+++ /dev/null
@@ -1,8 +0,0 @@
-Dillo is moving to FLTK2. As of 2006-04-29 it is unstable
-(both unreleased and has some random erratic bugs, but upstream
-is working on it), and some KDE stuff has fltk dep, so not a good idea
-to mess with.
-
-Dillo is now "crippled" by removing the new FLTK based download GUI, as it
-is only this needs FLTK2, but for the next release more FLTK2 expected.
-
diff --git a/source/xapps-extra/dillo/dillo-inbuf.patch 
b/source/xapps-extra/dillo/dillo-inbuf.patch
deleted file mode 100644
index 1720aa6..0000000
--- a/source/xapps-extra/dillo/dillo-inbuf.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-=== 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
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to