惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
G
Google Developers Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
J
Java Code Geeks
U
Unit 42
云风的 BLOG
云风的 BLOG
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
Docker
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
V
V2EX
T
Tailwind CSS Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - firefox-beta-bin-all-localizations
2026-05-30 · via AUR Newest Packages

bittin commented on 2023-05-17 05:07 (UTC)

The building of 114 Beta 5 is having some problems on the Mozilla side, will package it up when they have fixed it

berlo commented on 2022-06-17 15:57 (UTC) (edited on 2022-06-17 16:04 (UTC) by berlo)

bittin commented on 2021-09-03 06:36 (UTC)

93 Beta 1 comes out on Monday

bittin commented on 2020-10-12 16:34 (UTC)

The checksums and archives for 82 RC1 is being generated now, so will be uploaded later tonight

symen commented on 2020-04-25 16:37 (UTC)

@TheGoliath How a meta package would help? Users don't need to install a group of packages together?

Do you mean a split package? This would help building a package for each language with the same PKGBUILD. However we would have to declare one source per language and users would have to download/verify every archive before building their package (unless I am missing something).

rains commented on 2018-01-24 06:46 (UTC) (edited on 2018-01-24 06:52 (UTC) by rains)

diff --git a/PKGBUILD b/PKGBUILD
index [`30c7c0f`](https://aur.archlinux.org/cgit/aur.git/commit/?h=firefox-beta-bin-all-localizations&id=30c7c0f)..3a62072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ package() {
ln -Ts /usr/share/hyphen "${pkgdir}/usr/lib/${_mypkgn}/hyphenation"

install -m644 firefox-beta-bin.desktop ${pkgdir}/usr/share/applications/
-  install -m644 ${srcdir}/firefox/browser/icons/mozicon128.png ${pkgdir}/usr/share/pixmaps/${_mypkgn}.png
+  install -m644 ${srcdir}/firefox/browser/chrome/icons/default/default128.png ${pkgdir}/usr/share/pixmaps/${_mypkgn}.png
}
md5sums=('4c0ca11a8034b53c0c5b7b9830442cd7'
        'b4d5afd97c8ac229f6027d7853c73c0c'

symen commented on 2017-10-13 20:57 (UTC)

@bjo This should work now. I (wrongly) assumed the "dictionaries" folder to be there for every language.

bjo commented on 2017-10-13 19:43 (UTC)

Something is broken: :: "firefox-57.0b8.tar.bz2" already present in the filesystem, skip download :: "firefox-57.0b8-SHA512SUMS" already present in the filesystem, skip download :: verifying sha512 checksum ... DONE ==> Entering fakeroot environment... ==> Starting package()... rm: cannot remove '/home/bjo/Sync/arch/firefox-beta-bin-all-localizations/pkg/firefox-beta-bin-all-localizations/usr/lib/firefox-beta/dictionaries': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

symen commented on 2017-09-29 14:07 (UTC)

@jgottlander Good call, I set firefox-beta-bin as a conflicting package.