[arch-commits] Commit in qtwebkit/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Oct 29 16:54:42 UTC 2011
Date: Saturday, October 29, 2011 @ 12:54:42
Author: andrea
Revision: 141348
upgpkg: qtwebkit 2.2.0-3
Enable WebGL support (FS#26619); Add conflicts with Qt 4.8
Modified:
qtwebkit/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-29 16:13:37 UTC (rev 141347)
+++ PKGBUILD 2011-10-29 16:54:42 UTC (rev 141348)
@@ -3,13 +3,14 @@
pkgname=qtwebkit
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url='http://trac.webkit.org/wiki/QtWebKit'
pkgdesc='An open source web browser engine (Qt port)'
license=('LGPL2.1' 'GPL3')
depends=('qt' 'gperf' 'bison' 'phonon' 'gstreamer0.10-base')
makedepends=('python2' 'mesa' 'chrpath')
+conflicts=('qt<4.8')
source=("http://get.qt.nokia.com/${pkgname}/QtWebKit-${pkgver}.tar.gz"
'python2-path.patch')
sha1sums=('3582f3a8b593140af004a19479f5ec19693b3df7'
@@ -24,7 +25,8 @@
./build-webkit --qt \
--prefix=/usr \
--makeargs="${MAKEFLAGS}" \
- --release
+ --release \
+ --3d-canvas
}
package() {
More information about the arch-commits
mailing list