summaryrefslogtreecommitdiff
path: root/community/chmsee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r--community/chmsee/PKGBUILD21
1 files changed, 11 insertions, 10 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 703fa5616..a6b13afe9 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 <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
-pkgver=1.99.13
-pkgrel=2
+pkgver=1.99.15
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
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