From 98ba4ae196183c2d9b1cc2d61cf1ee82302863e3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Dec 2012 01:27:08 -0800 Subject: Sun Dec 2 01:26:32 PST 2012 --- community/chmsee/PKGBUILD | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'community/chmsee') diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 7f6a5d1a1..1f2ddd65c 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,34 +1,35 @@ -# $Id: PKGBUILD 78574 2012-10-21 09:16:19Z lcarlier $ +# $Id: PKGBUILD 80747 2012-12-01 21:09:55Z lcarlier $ # Maintainer : Laurent Carlier # Contributor: dionydonny # Contributor: Ermanno pkgname=chmsee -pkgver=1.99.13 -pkgrel=2 +pkgver=1.99.15 +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>=13.0' 'chmlib' 'desktop-file-utils') +depends=('xulrunner>=17.0' 'chmlib' 'desktop-file-utils') makedepends=('python2') -source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver +#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver +source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip chmsee) install=chmsee.install -md5sums=('6ea077c593bdadaafb278cce9165fba2' +md5sums=('87a7adef3a120bae2f9b963596ddb593' '242a9390bc943cc38237fa71137fb26c') build() { - cd ${srcdir}/jungleji-chmsee-*/src + cd ${srcdir}/chmsee-*/src cp Makefile.arch Makefile - sed -i -e 's/15.*/16.*/g' ../application.ini + #sed -i -e 's/15.*/17.*/g' ../application.ini - make + make -j1 } package() { - cd ${srcdir}/jungleji-chmsee-* + cd ${srcdir}/chmsee-* install -d ${pkgdir}/usr/share/chmsee cp -a * ${pkgdir}/usr/share/chmsee -- cgit v1.2.3-54-g00ecf