commit c3eb74cbe65cc0a8f6c799327d433c8ec39823e4 Author: github-actions[bot] Date: Tue Oct 1 18:11:04 2024 +0000 update to 133.0a1.20240930.215150 diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000000000..ed8b20f4a5ea1 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = firefox-nightly-i18n-gl + pkgdesc = Galician 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-gl.xpi + source = firefox-nightly-i18n-gl.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.gl.langpack.xpi + sha256sums = e65c3726e995b9123b587e4930242e13a05f0812b1229a3f02dc7ad8d3fe5094 + +pkgname = firefox-nightly-i18n-gl diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000000000..067558773212b --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,33 @@ +# Contributor: Felix Golatofski +# Contributor: Swift Geek +# Maintainer: Sving1024 + +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="Galician" +_language_short=gl +_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=('e65c3726e995b9123b587e4930242e13a05f0812b1229a3f02dc7ad8d3fe5094') + +package() { + install -Dm644 "${_pkgname_base}-${_language_short}.xpi" \ + "$pkgdir/opt/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi" +}