






















93 Beta 1 comes out on Monday
The checksums and archives for 82 RC1 is being generated now, so will be uploaded later tonight
@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).
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'
@bjo This should work now. I (wrongly) assumed the "dictionaries" folder to be there for every language.
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...
@jgottlander Good call, I set firefox-beta-bin as a conflicting package.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
The building of 114 Beta 5 is having some problems on the Mozilla side, will package it up when they have fixed it