summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-02 12:29:38 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-02 12:29:38 +0100
commite4dbf4a68c8fa1708c76293d66570139c7230480 (patch)
tree18abec3ac8480db92071e1a455cac011b36ef9a7 /community/chmsee
parenta401ccff8f6c40e4a7ca78b49637ad7732141811 (diff)
parent98ba4ae196183c2d9b1cc2d61cf1ee82302863e3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/mksh/PKGBUILD
Diffstat (limited to 'community/chmsee')
-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