diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/chmsee | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/chmsee')
-rw-r--r-- | community/chmsee/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index fc02fc811..5561ea17d 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,35 +1,35 @@ -# $Id: PKGBUILD 61658 2012-01-05 20:32:51Z lcarlier $ +# $Id: PKGBUILD 65174 2012-02-20 08:15:56Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: dionydonny <dionydonny@gmail.com> # Contributor: Ermanno <erm67@yahoo.it> pkgname=chmsee -pkgver=1.99.07 +pkgver=1.99.08 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" license=('GPL') -depends=('xulrunner>=9.0' 'chmlib' 'desktop-file-utils') +depends=('xulrunner>=10.0' 'chmlib' 'desktop-file-utils') makedepends=('python2') source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver chmsee) install=chmsee.install -md5sums=('46dc393ffde8e614b4e6e7b5926b02b1' +md5sums=('9e54b72761f8e97e683c03e52ac1ac6c' '4999362b0c89c24764cbd25173610a38') build() { - cd ${srcdir}/jungleji-chmsee-ccdf6d2/src + cd ${srcdir}/jungleji-chmsee-*/src cp Makefile.arch Makefile - sed -i -e 's/python/python2/g' common.mk -# sed -i -e 's/5.0/9.0/g' Makefile + #sed -i -e 's/python/python2/g' common.mk + #sed -i -e 's/5.0/10.0/g' Makefile make } package() { - cd ${srcdir}/jungleji-chmsee-ccdf6d2 + cd ${srcdir}/jungleji-chmsee-* install -d ${pkgdir}/usr/share/chmsee cp -a * ${pkgdir}/usr/share/chmsee |