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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jan 9 19:44:36 UTC 2009


    Date: Friday, January 9, 2009 @ 14:44:36
  Author: andyrtr
Revision: 23401

upgpkg: libwebkit 1.0.3-0.39737
    new snapshot, revision r39737; change font backend to freetype - fixes #12664

Modified:
  libwebkit/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-09 14:35:56 UTC (rev 23400)
+++ PKGBUILD	2009-01-09 19:44:36 UTC (rev 23401)
@@ -3,7 +3,7 @@
 
 pkgname=libwebkit
 pkgver=1.0.3 # see configure.ac
-_svnver=39572 # date: 20090102
+_svnver=39737 # date: 20090109
 pkgrel=0.${_svnver}
 pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=(http://builds.nightly.webkit.org/files/trunk/src/WebKit-r${_svnver}.tar.bz2
 	buildfix_webkit_bison2.4.diff)
 options=('!libtool')
-md5sums=('828a6b11ad7ae810d45b923d3eba12be'
+md5sums=('2abdb91cf96b247bdabde58f4a4cf6dc'
          '98c8c22b290160f4de7dfcf62eef67bc')
 
 build() {
@@ -26,7 +26,7 @@
 
   ./autogen.sh --prefix=/usr \
 	--enable-video \
-	--with-font-backend=pango \
+	--with-font-backend=freetype \
 	--with-http-backend=soup \
 	--enable-jit # not yet supported on x86_64
   make || return 1




More information about the arch-commits mailing list