Package Details: browservice 0.9.11.0-1

Git Clone URL: https://aur.archlinux.org/browservice.git (read-only, click to copy)
Package Base: browservice
Description: Browse the modern web on historical browsers - source build
Upstream URL: https://github.com/ttalvitie/browservice
Licenses: MIT
Conflicts: browservice-bin
Submitter: Dylan14
Maintainer: Dylan14
Last Packager: Dylan14
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-14 01:04 (UTC)
Last Updated: 2025-01-25 23:55 (UTC)

Latest Comments

micwoj92 commented on 2025-01-27 19:51 (UTC)

  1. in that case gtk3 needs to be added to (make)deps.

  2. after adding still fails with same error.

Dylan14 commented on 2025-01-27 14:52 (UTC)

@micwoj92 - Interesting, because it isn't failing on my end. I do have two suggestions: 1. try installing the gtk3 package (as there are a few notes about gtk+-3.0.pc not existing on the system through pkg-config) 2. in the setup_cef.sh file try adding "CFLAGS='-Wno-error'" before libcef_dll_wrapper in the line reading make -j2 libcef_dll_wrapper.

micwoj92 commented on 2025-01-27 11:05 (UTC)

Build fails, here log: https://gist.github.com/micwoj92/e155a42c504bfec33c3efe02fd91bb3b

micwoj92 commented on 2025-01-25 19:30 (UTC)

Please either switch to build from source (as it was in beginning) or reupload as browservice-bin

Dylan14 commented on 2022-10-15 23:28 (UTC)

@nyanpasu64 - The checksum you got is the same I get on a fresh download. I will fix the checksum in the PKGBUILD.

nyanpasu64 commented on 2022-10-15 14:36 (UTC)

The sha256sum fails to verify, on my machine I'm getting f1f6daa28fff4080bdff4b19348696f6d022787746a6d89ad1071bbfe0b7f5b0 instead of your PKGBUILD's e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855. Did they change the appimage or am I being hacked?

Dylan14 commented on 2021-09-17 19:37 (UTC)

New version of browservice posted, now uses the precompiled appimages instead of building from source.

SelfRef commented on 2021-03-18 22:56 (UTC) (edited on 2021-03-18 22:57 (UTC) by SelfRef)

Line install -Dm755 release/bin/retrojsvice.so "${pkgdir}/usr/lib/retrojsvice.so" is missing from package().

Dylan14 commented on 2021-01-17 14:25 (UTC)

Updated the pkgbuild to limit the number of compilation processes to the number of cores available, see https://github.com/ttalvitie/browservice/issues/8#issuecomment-761758648 for details.