summaryrefslogtreecommitdiff
path: root/community/qupzilla
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-28 16:32:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-28 16:32:45 +0100
commite4421c38da95569f796d29c83a54f750e5222545 (patch)
tree3b7ac69f38e8a83d0dc58b69305011d095c5ceb0 /community/qupzilla
parent3ffe7613c97fecff8c5710dfbd44a984eaae9adc (diff)
parent0fbe25a10dce8ec16455854ed6929b688f98cb36 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD community/haskell-x11-xft/PKGBUILD community/libgdamm/PKGBUILD community/luasql/PKGBUILD community/myodbc/PKGBUILD community/python2-basemap/PKGBUILD community/ruby-cairo/PKGBUILD community/ruby-gtk2/PKGBUILD community/stardict/PKGBUILD core/diffutils/PKGBUILD core/libsasl/PKGBUILD core/systemd/PKGBUILD extra/anjuta/PKGBUILD extra/ardour/PKGBUILD extra/boost/PKGBUILD extra/calligra/PKGBUILD extra/gnokii/PKGBUILD extra/icu/PKGBUILD extra/libgda/PKGBUILD extra/libmtp/PKGBUILD extra/lighttpd/PKGBUILD extra/mariadb/PKGBUILD extra/mysql/PKGBUILD extra/php/PKGBUILD extra/qt3/PKGBUILD extra/qt4/PKGBUILD extra/qt5/PKGBUILD extra/tracker/PKGBUILD extra/vlc/PKGBUILD extra/webkitgtk/PKGBUILD libre/lilo/PKGBUILD libre/psi/PKGBUILD
Diffstat (limited to 'community/qupzilla')
-rw-r--r--community/qupzilla/PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD
index 05563dbe1..e01510a80 100644
--- a/community/qupzilla/PKGBUILD
+++ b/community/qupzilla/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 86204 2013-03-13 01:33:35Z speps $
+# $Id: PKGBUILD 87097 2013-03-27 02:25:04Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
_name=QupZilla
-_commit=93d22ec # fixes https://github.com/QupZilla/qupzilla/issues/793
+_commit=953ca72 #
pkgname=qupzilla
-pkgver=1.4.0_git20130312
+pkgver=1.4.1_git20130326
pkgrel=1
pkgdesc="Cross-platform QtWebKit browser"
arch=(i686 x86_64 mips64el)
@@ -14,7 +14,7 @@ depends=('qtwebkit' 'hunspell')
optdepends=('bash-completion: bash completion support')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit")
-md5sums=('8fa69f60a26b55d68bfac2d7ec812bf8')
+md5sums=('1b1b94a53a422436975b19f9ca05f006')
build() {
cd "$srcdir/$_name-$pkgname-"*
@@ -22,9 +22,6 @@ build() {
# enable webgl support
export USE_WEBGL=true
- # manually install bash completion
- sed -i '/bashcompletion/d' src/install.pri
-
qmake-qt4 QUPZILLA_PREFIX=/usr/
make
}
@@ -33,10 +30,6 @@ package() {
cd "$srcdir/$_name-$pkgname-"*
make INSTALL_ROOT="$pkgdir/" install
- # bash completion
- install -Dm644 linux/completion/bash_completion.sh \
- "$pkgdir/usr/share/bash-completion/completions/$pkgname"
-
# zsh completion
install -Dm644 linux/completion/zsh_completion.sh \
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"