diff options
author | root <root@rshg054.dnsready.net> | 2012-11-29 02:32:15 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-29 02:32:15 -0800 |
commit | fd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (patch) | |
tree | 5635460ffbb1eefba5dd2d0af61c5c7eb08e9dbd /community/qupzilla/PKGBUILD | |
parent | 5c5e1e3a998a54db424b8261fac042ab41745d99 (diff) |
Thu Nov 29 02:28:50 PST 2012
Diffstat (limited to 'community/qupzilla/PKGBUILD')
-rw-r--r-- | community/qupzilla/PKGBUILD | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD index 680aa3393..8d0e09399 100644 --- a/community/qupzilla/PKGBUILD +++ b/community/qupzilla/PKGBUILD @@ -1,22 +1,30 @@ -# $Id: PKGBUILD 76491 2012-09-19 13:21:07Z speps $ +# $Id: PKGBUILD 80685 2012-11-29 04:01:25Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> _name=QupZilla pkgname=qupzilla pkgver=1.3.5 -pkgrel=2 +pkgrel=3 pkgdesc="Cross-platform QtWebKit browser" arch=(i686 x86_64) url="http://www.qupzilla.com/" license=('GPL3') depends=('qtwebkit') install="$pkgname.install" -source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver") -md5sums=('95d19c0e22c6dbf605b760125a4b7ef3') +source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver" + "https://github.com/QupZilla/qupzilla/commit/37da53731c6c92b4ece0bdb6e264472adf2f6d9.patch" + "https://github.com/QupZilla/qupzilla/commit/7a1bbd993d6f54d01b88a8d1f05bcfe0dec1c2b5.patch") +md5sums=('95d19c0e22c6dbf605b760125a4b7ef3' + 'c40fbec4f2d6877b6536834c45ec6323' + 'ace1933025c3fba757911336560b00d0') build() { cd "$srcdir/$_name-$pkgname-"* + # FS#32840 + patch -p1 -i "$srcdir/${source[1]##*/}" #624 - Don't crash on adblock menu when adblock is disabled. + patch -p1 -i "$srcdir/${source[2]##*/}" #652 - Infinite loop on bookmarking a page while history is empty + # enable webgl support export USE_WEBGL=true |