summaryrefslogtreecommitdiff
path: root/extra/arora
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
commit44c10f274ec720a1512b15457b9eeffea28c6041 (patch)
tree48d27d6116dfd4fdce957af918c3d62385fd9226 /extra/arora
parent0a069ede63336b105cda051cebe136f2592847d2 (diff)
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'extra/arora')
-rw-r--r--extra/arora/PKGBUILD8
-rw-r--r--extra/arora/install4
2 files changed, 6 insertions, 6 deletions
diff --git a/extra/arora/PKGBUILD b/extra/arora/PKGBUILD
index ac4085b60..90b88109f 100644
--- a/extra/arora/PKGBUILD
+++ b/extra/arora/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 145325 2011-12-21 20:47:00Z andrea $
+# $Id: PKGBUILD 188497 2013-06-15 04:38:48Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=arora
pkgver=0.11.0
-pkgrel=3
+pkgrel=4
pkgdesc='Lightweight cross-platform Web browser'
-url='http://www.arora-browser.org/'
+url='http://code.google.com/p/arora/'
license=('GPL')
arch=('i686' 'x86_64')
depends=('qtwebkit' 'desktop-file-utils')
@@ -18,7 +18,7 @@ install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- qmake PREFIX='/usr' 'CONFIG-=debug' -r
+ qmake-qt4 PREFIX='/usr' 'CONFIG-=debug' -r
make
}
diff --git a/extra/arora/install b/extra/arora/install
index 6c87527e2..b0409600c 100644
--- a/extra/arora/install
+++ b/extra/arora/install
@@ -1,6 +1,6 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+ update-desktop-database -q || true
}
post_upgrade() {