Package Details: firefox-beta-bin-all-localizations 124.0rc1-1

Git Clone URL: https://aur.archlinux.org/firefox-beta-bin-all-localizations.git (read-only, click to copy)
Package Base: firefox-beta-bin-all-localizations
Description: Perl script for installing latest FF beta in the language of your choice
Upstream URL: https://www.mozilla.com/firefox/channel/#beta
Licenses: GPL, MPL, LGPL
Conflicts: firefox-beta-bin
Provides: firefox
Submitter: None
Maintainer: symen (bittin)
Last Packager: bittin
Votes: 33
Popularity: 0.000003
First Submitted: 2011-07-10 22:14 (UTC)
Last Updated: 2024-03-12 05:20 (UTC)

Required by (150)

Sources (4)

Latest Comments

1 2 3 4 Next › Last »

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)

There is a problem with the version number, the corresponding download address does not exist, why ".5"?

Using config file: /home/berlo/.config/ff-downloader.conf

** GET http://releases.mozilla.org/pub/firefox/releases/102.0b9.5/linux-x86_64/fr/firefox-102.0b9.5.tar.bz2 ==> 404 Not Found

when http://releases.mozilla.org/pub/firefox/releases/102.0b9/linux-x86_64/fr/firefox-102.0b9.tar.bz2 works

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.