Package Details: slimerjs 0.9.3-1

Package Base: slimerjs
Description: A PhantomJS-like tool running Gecko
Upstream URL: http://slimerjs.org/
Category: daemons
Licenses: custom:MPL2.0
Submitter: L42y
Maintainer: sirajul147
Last Packager: sirajul147
Votes: 2
First Submitted: 2013-07-10 15:07
Last Updated: 2014-11-14 08:42

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by L42y

2015-01-28 07:27

please update to 0.9.5: https://gist.github.com/L42y/61a90337f203cbe237c6

Comment by sirajul147

2014-11-14 08:44

SlimerJS has been updated to latest version 0.9.3

Comment by cbjohnson

2014-08-13 22:55

0.9.2 is out.
https://github.com/charlesbjohnson/slimerjs-aur

Comment by cbjohnson

2014-05-05 19:09

0.9.1 is out.
I've got an updated pkgbuild on github, fwiw.
https://github.com/charlesbjohnson/slimerjs-aur

Comment by milouse

2013-12-10 17:18

The 0.8.5 works without problems. You just have to fix by yourself the xulrunner requirements in the /usr/lib/slimmerjs/application.ini file. For exemple by putting the max version in the Gecko section to:

MaxVersion=26.*

Comment by sinisterstuf

2013-11-27 15:10

Btw md5sum for 0.8.5's zip is 06b537fc95d0f0fc582bdc776334efb5 and actually neither 0.8.4 nor 0.8.5 run after installing (at least on my system) because:

(process:20502): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Error: Platform version '25.0.1' is not compatible with
minVersion >= 17.0.0
maxVersion <= 24.*

In case it's xulrunner, I have version 23.0.1-1.

Any clues?

Comment by sinisterstuf

2013-11-27 15:02

The download URL now seems to be major/minor/file, so the source variable should be changed from
source=(http://download.$pkgname.org/v0.8/$pkgname-$pkgver.zip)
to
source=(http://download.$pkgname.org/v0.8/$pkgver/$pkgname-$pkgver.zip)

And probably also pkgver should be changed from 0.8.4 to 0.8.5, assuming we don't want 0.9.0rc1.

Comment by L42y

2013-08-18 11:16

@djmattyg007 fixed, thanks!

Comment by djmattyg007

2013-07-22 10:32

There are two errors in the PKGBUILD file.
The 'arch' variable has an unnecessary comma in the array declaration.
The second-last line of the script should read as follows:
ln -s /usr/lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname