summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-07-09 18:06:30 +0200
committerJoan Figueras2023-07-09 18:06:30 +0200
commit19c0c6c810d1db9179fde5d9dbaed97ccc1739da (patch)
treef3e35c5442721895024ed6a55045cac5a3e1c3ec
parent67ac93909fa905b6eee278f9109f7e87bb88390a (diff)
downloadaur-19c0c6c810d1db9179fde5d9dbaed97ccc1739da.tar.gz
Patch relocation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1534af0852bb..c08128a2319e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icecat
pkgdesc = GNU version of the Firefox browser.
pkgver = 102.13.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/gnuzilla/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a920e5291951..829ecf89afff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=icecat
pkgver=102.13.0
-pkgrel=1
+pkgrel=2
_commit=8c8a8ecc9322b0954e3d51f661866dbde1e6b1c3
pkgdesc="GNU version of the Firefox browser."
arch=(x86_64)
@@ -56,13 +56,14 @@ prepare() {
if [[ $_SPEED =~ [y|Y] ]]; then
msg2 "Building without all locales..."
sed -e 's/DEVEL=0/DEVEL=1/g' -i makeicecat
- # Thanks to cysp74 to report this bug
- sed -e 's;find l10n -wholename '\''\*/brand.dtd'\'' | xargs;find l10n -wholename '\''\*/brand.dtd'\'' | xargs -r;g' -i makeicecat
# Also you can choose your locale using external variable _LOCALE. By default in upstream script this locale is es-ES
[ -z "$_LOCALE" ] || sed -e "s/es-ES/$_LOCALE/g" -i makeicecat && echo "$_LOCALE" > custom-shipped-locales
rm -rf data/files-to-append/l10n/*
fi
+ # Thanks to cysp74 to report this bug
+ sed -e 's;find l10n -wholename '\''\*/brand.dtd'\'' | xargs;find l10n -wholename '\''\*/brand.dtd'\'' | xargs -r;g' -i makeicecat
+
# Produce IceCat sources
bash makeicecat
cd output/icecat-${pkgver}