Search Criteria
Package Details: zen-browser-i18n-ja 1.7.6b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zen-browser.git (read-only, click to copy) |
---|---|
Package Base: | zen-browser |
Description: | Language pack for Zen Browser (ja) |
Upstream URL: | https://zen-browser.app/ |
Licenses: | MPL-2.0 |
Submitter: | everyx |
Maintainer: | everyx (lilac) |
Last Packager: | lilac |
Votes: | 7 |
Popularity: | 4.31 |
First Submitted: | 2024-11-19 05:44 (UTC) |
Last Updated: | 2025-02-08 12:57 (UTC) |
Dependencies (24)
- zen-browserAUR (zen-browserAUR, zen-browser-binAUR)
- cbindgen (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- diffutils (make)
- git (git-gitAUR, git-glAUR) (make)
- imake (make)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber) (make)
- nasm (nasm-gitAUR) (make)
- nodejs-lts-iron (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- wasi-compiler-rt (make)
- wasi-libc (wasi-libc-gitAUR) (make)
- wasi-libc++ (make)
- Show 4 more dependencies...
Required by (0)
Sources (7)
- 0001-fix-desktop.zen.patch
- 0002-download-lang-packs-withou-git-clone.zen.patch
- 0003-do-not-disable-system-extensions.zen.patch
- 0004-fix-package-json.zen.patch
- git+https://github.com/mozilla-l10n/firefox-l10n
- git+https://github.com/zen-browser/desktop.git#tag=1.7.6b
- https://archive.mozilla.org/pub/firefox/releases/135.0/source/firefox-135.0.source.tar.xz
Latest Comments
grail69 commented on 2025-02-21 17:00 (UTC)
Is anyone looking into the issue posted by kreijstal as I have the same error?
vieled-seraph commented on 2025-02-21 10:06 (UTC)
@shanoaice , for me It was the fact that the git url had taken itself 30 minutes to load with all of its things and the degit / there was this other project called git-get which did it in under a minute , I am definitely sure that there is a room for improvement.
That being said , I got so fed up that yes I am now on zen-browser-bin
shanoaice commented on 2025-02-21 08:38 (UTC) (edited on 2025-02-21 08:38 (UTC) by shanoaice)
@vieled-seraph Building Firefox from source has always been a very slow process especially when you machine is not powerful enough. I do think that a replacing the Git URL with a GitHub Tag tarball could help the initial work, any further building progress that requires git action cannot be pulled by degit. They are hard-coded in the build script and swapping them out could cause great issues.
Additionally I believe that the most time consuming process would be C++/Rust compilation. If you didn't finish the whole process and you feel resolving delta is slow enough, your machine might just be way to weak for compiling browser from source. Use
zen-browser-bin
for the pre-built binary instead.vieled-seraph commented on 2025-02-20 10:51 (UTC) (edited on 2025-02-20 10:51 (UTC) by vieled-seraph)
Hey this project takes an insanely long time to build in which most of the time is spent in the git and delta.
Could you please take a look at https://github.com/Rich-Harris/degit since pnpm is already installed , it would be much more trivial to install degit and also degit works with the specific sub folders within git of github / other git providers as well.
It took me 30 minutes / one hour and still building.
Also the node-lts part is a little frustrating because I had node installed and node-lts wanted node to be removed.
Could you please fix that as well please ?
kreijstal commented on 2025-02-13 08:14 (UTC)
doesn't build
Evrenos commented on 2025-02-08 11:17 (UTC)
This is a git build of release 1.7.4b, right?
match0x0 commented on 2025-02-01 18:26 (UTC)
Any update on v1.7.4b?