summaryrefslogtreecommitdiff
path: root/community/kchmviewer
diff options
context:
space:
mode:
Diffstat (limited to 'community/kchmviewer')
-rw-r--r--community/kchmviewer/PKGBUILD10
-rw-r--r--community/kchmviewer/kchmviewer.changelog3
-rw-r--r--community/kchmviewer/kchmviewer.install1
3 files changed, 9 insertions, 5 deletions
diff --git a/community/kchmviewer/PKGBUILD b/community/kchmviewer/PKGBUILD
index 67a052c37..952d56834 100644
--- a/community/kchmviewer/PKGBUILD
+++ b/community/kchmviewer/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 37626 2011-01-15 20:25:41Z jlichtblau $
+# $Id: PKGBUILD 61052 2011-12-20 23:58:31Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Bogdanov <andorn@gmail.com>
pkgname=kchmviewer
-pkgver=5.3
-pkgrel=1
+pkgver=6.0
+pkgrel=2
pkgdesc="A .chm files (MS HTML help file format) viewer"
arch=('i686' 'x86_64')
url="http://kchmviewer.sourceforge.net/"
license=('GPL')
-depends=('chmlib' 'kdelibs' 'qt' 'xdg-utils')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'qt' 'xdg-utils')
makedepends=('automoc4' 'cmake')
options=('libtool')
install=$pkgname.install
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a8666e63358d20d6ead6b9f309434bdfcbd7b869ed7fb425ca8e0a2f7166af22')
+sha256sums=('81c856434a86977039c36cb10f2427cc8cb1ea29a778f24fff2285d49c717979')
build() {
cd $pkgname-$pkgver
diff --git a/community/kchmviewer/kchmviewer.changelog b/community/kchmviewer/kchmviewer.changelog
index c47ac0198..3204bc3dc 100644
--- a/community/kchmviewer/kchmviewer.changelog
+++ b/community/kchmviewer/kchmviewer.changelog
@@ -1,3 +1,6 @@
+2011-12-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * kchmviewer 6.0-1
+
2011-01-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* kchmviewer-5.3
diff --git a/community/kchmviewer/kchmviewer.install b/community/kchmviewer/kchmviewer.install
index 8de1998bf..82baa7bf0 100644
--- a/community/kchmviewer/kchmviewer.install
+++ b/community/kchmviewer/kchmviewer.install
@@ -1,5 +1,6 @@
post_install() {
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate
+ update-desktop-database -q
}
post_upgrade() {