[arch-commits] Commit in libwebkit/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Feb 13 17:19:14 UTC 2010


    Date: Saturday, February 13, 2010 @ 12:19:14
  Author: jgc
Revision: 68600

upgpkg: libwebkit 1.1.21-1
    Update to 1.1.21

Modified:
  libwebkit/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-13 17:19:12 UTC (rev 68599)
+++ PKGBUILD	2010-02-13 17:19:14 UTC (rev 68600)
@@ -2,29 +2,23 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libwebkit
-pkgver=1.1.15.4
-pkgrel=3
+pkgver=1.1.21
+pkgrel=1
 pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/"
 license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3>=3.6.22' 'gtk2>=2.18.6' 'icu>=4.2' 'gstreamer0.10-base>=0.10.25' 'libsoup>=2.28.2' 'enchant>=1.5.0')
+depends=('libxt' 'libxslt' 'sqlite3>=3.6.22' 'gtk2>=2.19.5' 'icu>=4.2' 'gstreamer0.10-base>=0.10.26' 'libsoup>=2.29.90' 'enchant>=1.5.0')
 makedepends=('gperf' 'gtk-doc>=1.11')
 provides=('webkitgtk-svn')
 conflicts=('webkitgtk-svn')
 replaces=('webkitgtk-svn')
 options=('!libtool')
-source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
-        webkitdownload-use-webkitnetworkresponse.patch
-        webkit-add-gzip.patch)
-md5sums=('47301fb7120421ac38bf714db8f5d428'
-         'a041ddf393002ebd4ea4eaec972c47c2'
-         'adf43a17499c136f35b899967b01b9f9')
+source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz)
+md5sums=('8957bcffd0a0394a75f8f7936ab270bc')
 
 build() {
   cd "${srcdir}/webkit-${pkgver}"
-  patch -Np1 -i "${srcdir}/webkitdownload-use-webkitnetworkresponse.patch" || return 1
-  patch -Np1 -i "${srcdir}/webkit-add-gzip.patch" || return 1
   ./configure --prefix=/usr \
       --enable-video \
       --with-font-backend=freetype --enable-gtk-doc \




More information about the arch-commits mailing list