From 005a14f92ef5d35e4c47d970cb7e69367a835958 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Sep 2012 01:37:39 -0700 Subject: Thu Sep 20 01:37:13 PDT 2012 --- community/qupzilla/PKGBUILD | 10 +++++----- community/qupzilla/qupzilla.install | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'community/qupzilla') diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD index 6439f0a8c..680aa3393 100644 --- a/community/qupzilla/PKGBUILD +++ b/community/qupzilla/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 73955 2012-07-17 13:02:36Z speps $ +# $Id: PKGBUILD 76491 2012-09-19 13:21:07Z speps $ # Maintainer: speps _name=QupZilla pkgname=qupzilla -pkgver=1.3.1 -pkgrel=1 +pkgver=1.3.5 +pkgrel=2 pkgdesc="Cross-platform QtWebKit browser" arch=(i686 x86_64) url="http://www.qupzilla.com/" license=('GPL3') -depends=('qtwebkit' 'gtk-update-icon-cache') +depends=('qtwebkit') install="$pkgname.install" source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver") -md5sums=('7b035f028a6ff4b20310fee4b1c3264f') +md5sums=('95d19c0e22c6dbf605b760125a4b7ef3') build() { cd "$srcdir/$_name-$pkgname-"* diff --git a/community/qupzilla/qupzilla.install b/community/qupzilla/qupzilla.install index bce670aff..029294d67 100644 --- a/community/qupzilla/qupzilla.install +++ b/community/qupzilla/qupzilla.install @@ -1,5 +1,5 @@ post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null update-desktop-database -q } -- cgit v1.2.3-54-g00ecf