diff options
author | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
commit | d286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch) | |
tree | 0df8ee0846c9886fd41db46eba16f7877d70af93 /community/rekonq | |
parent | 8fd7bc607a8e4b26853b4263153a736767b163cd (diff) |
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'community/rekonq')
-rw-r--r-- | community/rekonq/PKGBUILD | 6 | ||||
-rw-r--r-- | community/rekonq/rekonq.install | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index 388001cf4..3cb1483ee 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44632 2011-04-09 15:53:51Z andrea $ +# $Id: PKGBUILD 56868 2011-10-15 11:22:09Z plewis $ # Maintainer: Peter Lewis <plewis@aur.archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net> pkgname=rekonq -pkgver=0.7.0 +pkgver=0.8.0 pkgrel=1 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('kdebase-keditbookmarks') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('73de712f71ea4caf2e66a92c77505da8') +md5sums=('b11003fa833317e5948aa1491e230806') build(){ cd ${srcdir} diff --git a/community/rekonq/rekonq.install b/community/rekonq/rekonq.install index e70c054ec..f80ffb217 100644 --- a/community/rekonq/rekonq.install +++ b/community/rekonq/rekonq.install @@ -1,11 +1,12 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q + xdg-icon-resource forceupdate --theme hicolor &> /dev/null } post_upgrade() { - post_install + post_install $1 } post_remove() { - post_install + post_install $1 } |