summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-04-25 13:01:54 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-04-27 17:38:58 -0400
commit0273c7bdb6f8e3ddfaa8221ef0a99f6110e5bea8 (patch)
treedd67c4b2fdff1d02547056b2454a8143925c7c3a
parent6b4897570e674a033035faf15fc150c3e953b84f (diff)
[icecat]: upgrade to v78.10.0
-rw-r--r--libre/icecat/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index 5b730e19f..d19e52d62 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -15,10 +15,10 @@
# Contributor: grizzlyuser <grizzlyuser@protonmail.com>
-# NOTE: icecat (60.7 < V <= 78.9) are not upstream releases
+# NOTE: icecat (60.7 < V <= 78.10) are not upstream releases
# upstream releases would normally have '-gnu' appended to $_upstream_ver
# this build is based on gnuzilla VCS developement sources
-# rev: 8b54aee6bd0c39f043bbba7a654870e032a910bc
+# rev: b72c22186cf381d7b1f93be550c9da30865d03b4
# NOTE: this PKGBUILD is a temporary WIP
# it is based on the AUR PKGBUILD, which also runs makeicecat at build-time
@@ -30,17 +30,14 @@
# TODO: this PKGBUILD has several issues:
# - it is adapted only for x86_64
# - it has branding issues eg: missing "topsites", serach-engines, previous parabola patching
-# - it has two switchable implememtations (per '_make_srcball' - both work);
-# but preparing the upstream source-ball requires network access,
-# and the source-ball is only necessary becuase gnuzilla has not published one for v78
pkgname=icecat
-_upstream_ver=78.9.0-pre # -gnu
+_upstream_ver=78.10.0-pre # -gnu
_mozilla_ver=${_upstream_ver%-*}
pkgver=${_upstream_ver//-/_}
-pkgrel=2
-_commit=8b54aee6bd0c39f043bbba7a654870e032a910bc
+pkgrel=1
+_commit=b72c22186cf381d7b1f93be550c9da30865d03b4
pkgdesc="The GNU web browser, based on Mozilla Firefox ESR"
arch=(x86_64)
url="http://www.gnu.org/software/gnuzilla/"
@@ -49,7 +46,7 @@ license=('GPL' 'MPL' 'LGPL')
depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
makedepends=(m4 unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2
- python nodejs python2-psutil cbindgen nasm lld perl-file-rename)
+ python nodejs python2-psutil cbindgen nasm lld)
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'