update to 133.0a1.20240930.215150

This commit is contained in:
github-actions[bot] 2024-10-01 18:18:15 +00:00
commit 3e36d33f79
2 changed files with 49 additions and 0 deletions

16
.SRCINFO Normal file
View file

@ -0,0 +1,16 @@
pkgbase = firefox-nightly-i18n-rm
pkgdesc = Romansh language pack for Firefox Nightly
pkgver = 133.0a1.20240930.215150
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = any
groups = firefox-nightly-i18n
license = MPL
license = GPL
license = LGPL
depends = firefox-nightly-bin
noextract = firefox-nightly-i18n-rm.xpi
source = firefox-nightly-i18n-rm.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.rm.langpack.xpi
sha256sums = 01a4840b8f31c310af9d66c25d8550cbccd76d7db1b34a24a549276c4ba98a0d
pkgname = firefox-nightly-i18n-rm

33
PKGBUILD Normal file
View file

@ -0,0 +1,33 @@
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: Swift Geek <swiftgeek ɐt gmail døt com>
# Maintainer: Sving1024 <piano5432@outlook.com>
pkgrel=1
arch=('any')
license=('MPL' 'GPL' 'LGPL')
url="https://www.mozilla.org/firefox/"
_url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi
_version=133.0a1
pkgver=133.0a1.20240930.215150
depends=("firefox-nightly-bin")
_language="Romansh"
_language_short=rm
_pkgname_base=firefox-nightly-i18n
pkgname=${_pkgname_base}-${_language_short,,}
pkgdesc="${_language} language pack for Firefox Nightly"
groups=('firefox-nightly-i18n')
source=("${_pkgname_base}-${_language_short}.xpi::$_url/firefox-${_version}.${_language_short}.langpack.xpi")
# Don't extract anything
noextract=("${_pkgname_base}-${_language_short}.xpi")
sha256sums=('01a4840b8f31c310af9d66c25d8550cbccd76d7db1b34a24a549276c4ba98a0d')
package() {
install -Dm644 "${_pkgname_base}-${_language_short}.xpi" \
"$pkgdir/opt/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi"
}