From 69d24275e4d5296a5f02e4c4d0fc438a80d159b8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Dec 2011 23:14:55 +0000 Subject: Wed Dec 21 23:14:54 UTC 2011 --- community/kchmviewer/PKGBUILD | 10 +++++----- community/kchmviewer/kchmviewer.changelog | 3 +++ community/kchmviewer/kchmviewer.install | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'community/kchmviewer') 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 # Contributor: Alexander Bogdanov 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 + * kchmviewer 6.0-1 + 2011-01-15 Jaroslav Lichtblau * 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() { -- cgit v1.2.3-54-g00ecf