Package Details: conkeror 1.0.4-6

Git Clone URL: https://aur.archlinux.org/conkeror.git (read-only, click to copy)
Package Base: conkeror
Description: A highly programmable web browser based on Mozilla XULRunner
Upstream URL: http://conkeror.org/
Keywords: browser web
Licenses: GPL, MPL, LGPL
Submitter: City-busz
Maintainer: None
Last Packager: XavRan
Votes: 11
Popularity: 0.000000
First Submitted: 2016-07-29 17:00 (UTC)
Last Updated: 2022-03-11 15:22 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

haawda commented on 2018-05-19 20:40 (UTC)

Yes, the shellscript was not checked in, sorry. Should work now.

nibbler commented on 2018-05-19 17:25 (UTC) (edited on 2018-05-19 17:44 (UTC) by nibbler)

Tried to instal the package and got the following error

Validating source files with sha256sums...
    conkeror-1.0.4.tar.gz ... Passed
    conkeror.sh ... FAILED
==> ERROR: One or more files did not pass the validity check!
:: failed to verify conkeror integrity

The issue is caused by the last commit. The shebang was not really fixed. conkeror.sh still starts with a space. But, sha256 sum was updated, as if the very first whitespace was removed.

Could you correct this ?

haawda commented on 2018-03-22 19:40 (UTC)

Wow, thanks for pointing that out.

omo commented on 2018-03-21 17:35 (UTC)

Thanks for the package!

Could you remove the very first space at the start position in source file conkeror.sh, please?

Actually Emacs does not call conkeror via function 'browse-url-conkeror' because of that space (on my machine.)

haawda commented on 2018-02-03 11:33 (UTC)

I reverted the dependency from palemoon-bin back to palemoon, as this is the correct way to handle such things. palemoon-bin provides palemoon.

Kitesurfer, there is also a PKGBUILD for webmacs-git, which is now my main browser.

hobbledehoy899 commented on 2018-02-02 19:34 (UTC) (edited on 2018-02-03 10:20 (UTC) by hobbledehoy899)

Have this depend on palemoon instead of palemoon-bin please... EDIT: Thank you...

Kitesurfer commented on 2018-01-21 20:37 (UTC) (edited on 2018-01-21 21:57 (UTC) by Kitesurfer)

Same as DeepBlue : http pages load fine, but any https link seems dead ; no error output on the console. Running conkeror-1.0.4-4 on an install with nothing to update either through pacman or yaourt, with palemoon-bin 27.7-11 installed. I went to http://bugs.conkeror.org/ but nothing new for months, which really worries me as I really dig conkeror, pretty unique and efficient, as stumpwm I'm using as well. Apparently, it doesn't look good, see https://www.freelists.org/post/conkeror/starting-a-conkeror-clone-webmacs Any help, anyone ? Thanks in advance

PS : meanwhile, I installed and tried webmacs, much better than expected, works a treat, give it a try. Just follow the instructions on https://github.com/parkouss/webmacs, and you might also need pacman -S qt5-webengine to make it work. Don't want to see conkeror die but this might be a more future-proof solution ?

haawda commented on 2018-01-07 23:26 (UTC)

Thanks. How could I missed that?

lfors3 commented on 2018-01-06 06:02 (UTC) (edited on 2018-01-06 06:03 (UTC) by lfors3)

Directory name has short commit id ("conkeror-685f24e"), not version ("conkeror-1.0.4").

diff --git a/PKGBUILD b/PKGBUILD
index 12da2c3..819d3be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,12 @@ sha256sums=('0cc13ac0415f6f8d9f1641f45b00bcd173347c45aba3b3de6d7951b1d1f03dbe'
             '83b99b57ff5f397ff97561dc82bf604a223b3fdb2e80716edf12f006ae94d88c')

 build() {
-  cd $pkgname-$pkgver*/
+  cd $pkgname-*/
   make PREFIX=/usr
 }

 package() {
-  cd $pkgname-$pkgver*/
+  cd $pkgname-*/
   make DESTDIR="$pkgdir" PREFIX=/usr install
   install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
 }

grauschnabel commented on 2017-12-12 09:43 (UTC)

It seems for the version 1.0.4-1 the sha checksums are wrong. Please update.