Search Criteria
Package Details: browservice 0.9.6.4-1
Package Actions
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 |
Upstream URL: | https://github.com/ttalvitie/browservice |
Licenses: | MIT |
Submitter: | Dylan14 |
Maintainer: | Dylan14 |
Last Packager: | Dylan14 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-14 01:04 (UTC) |
Last Updated: | 2023-03-27 20:14 (UTC) |
Dependencies (22)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- at-spi2-atk (at-spi2-atk-git, at-spi2-core)
- cmake (cmake-git)
- fuse2
- fuse3 (fuse3-git)
- gtkglext (gtkglext-pangox)
- libcups (libcups-noudev, libcups-nosystemd-minimal-git, libcups-git, libcups-gssapi)
- libjpeg-turbo (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libx11 (libx11-git, libx11-firefox-fix)
- libxcb (libxcb-git)
- libxcomposite
- libxcursor (libxcursor-git)
- libxkbcommon (libxkbcommon-git)
- libxss
- nss (nss-hg)
- pango (pango-minimal-git, pango-git, gtk4-git)
- poco (poco-git)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- ttf-ms-fonts (fake-ms-fonts, ttf-win7-fonts, ttf-ms-win8, ttf-ms-win8-arabic, ttf-ms-win8-hebrew, ttf-ms-win8-sea, ttf-ms-win8-indic, ttf-ms-win8-japanese, ttf-ms-win8-korean, ttf-ms-win8-zh_cn, ttf-ms-win8-zh_tw, ttf-ms-win8-thai, ttf-ms-win8-other, ttf-ms-win10, ttf-ms-win10-auto, ttf-ms-win10-cdn, ttf-ms-win11-auto, ttf-ms-win11)
- wget (wget-git, wget-xdg, wget-xdg-bin)
- Show 2 more dependencies...
Latest Comments
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 frompackage()
.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.