please update to 0.9.5: https://gist.github.com/L42y/61a90337f203cbe237c6
Search Criteria
Package Details: slimerjs 0.9.3-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-06-21)
| Package Base: | slimerjs |
|---|---|
| Description: | A PhantomJS-like tool running Gecko |
| Upstream URL: | http://slimerjs.org/ |
| Category: | daemons |
| Licenses: | |
| 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)
- xulrunner
- xorg-server-xvfb (optional) – run slimerjs without the need of an X-Windows environment
Required by (0)
Sources
Latest Comments
Comment by L42y
Comment by sirajul147
SlimerJS has been updated to latest version 0.9.3
Comment by cbjohnson
0.9.2 is out.
https://github.com/charlesbjohnson/slimerjs-aur
Comment by cbjohnson
0.9.1 is out.
I've got an updated pkgbuild on github, fwiw.
https://github.com/charlesbjohnson/slimerjs-aur
Comment by milouse
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
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
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
@djmattyg007 fixed, thanks!
Comment by djmattyg007
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