Package Details: casperjs-git 20150602-3

Git Clone URL: https://aur.archlinux.org/casperjs-git.git (read-only, click to copy)
Package Base: casperjs-git
Description: Navigation scripting & testing utility for PhantomJS and SlimerJS
Upstream URL: https://github.com/n1k0/casperjs
Keywords: broken crashes eol to-be-deleted
Licenses: MIT
Conflicts: casperjs
Provides: casperjs
Submitter: bmpvieira
Maintainer: MarsSeed
Last Packager: dseg
Votes: 17
Popularity: 0.000000
First Submitted: 2012-12-23 23:38 (UTC)
Last Updated: 2015-08-17 11:21 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-11-28 14:36 (UTC) (edited on 2023-11-29 13:30 (UTC) by MarsSeed)

Not viable to keep this, as it's broken, and upstream hasn't been maintained since 5+ years ago, and is archived since 3 years ago.

Also the last comments apart from mine are from 2015 and earlier.

MarsSeed commented on 2023-11-26 18:37 (UTC) (edited on 2023-11-28 14:35 (UTC) by MarsSeed)

I've tested this. Builds, but cannot properly execute - CLI crashes with:

TypeError: Attempting to change the setter of an unconfigurable property.

Edit +1 line: Also selftest fails with tons of errors.

Seems like this is not compatible with current nodejs

dseg commented on 2015-08-17 11:23 (UTC)

@tuxflo Thank you for the comment, updated the PKGBUILD.

tuxflo commented on 2015-08-16 11:14 (UTC)

I was not able to build: => Building man pages... make: Entering directory '/tmp/yaourt-tmp-tuxflo/aur-casperjs-git/src/casperjs/docs' sphinx-build . _build make: sphinx-build: Command not found Makefile:8: recipe for target 'build' failed make: *** [build] Error 127 after installing python-sphinx (not python2-sphinx) the process finished successfully, so maybe replace python2-sphinx with python-sphinx?

dseg commented on 2015-07-27 07:22 (UTC)

@mbrown Thank you very much!

mbrown commented on 2015-07-25 22:16 (UTC)

A little bugfix below. --- Fix brace expansion (must be unquoted): diff --git a/PKGBUILD b/PKGBUILD index c78edb2..4926b4e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -49,7 +49,7 @@ package() { msg 'Installing...' install -dm 755 "$pkgdir/opt/$_pkgname" - install -dm 755 "$pkgdir/{usr/share,opt}/$_pkgname" + install -dm 755 $pkgdir/{usr/share,opt}/$_pkgname find . -mindepth 1 -maxdepth 1 -exec \ cp -dpr --no-preserve=ownership '{}' "$pkgdir/opt/$_pkgname" \;

dseg commented on 2015-07-17 14:40 (UTC)

@alexanderbauer Thanks, it isn't intentional, just forgot to update.

alexanderbauer commented on 2015-07-02 13:09 (UTC)

It looks like the PKGBUILD doesn't require phantomjs. Is this intentional?

dseg commented on 2015-06-16 06:54 (UTC)

I've upgradeded from casperjs 1.0.4 and phantomjs-1.8 (both available from AUR) to casperjs-git(this one) and phantomjs 2.0.0 (available from the official archlinux repo). All of my custom casperjs scripts works well with these versions.