From e6772cdc2b49d0eef4ed290bc8f31f19a2af3502 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 28 Jan 2018 21:54:40 +0100 Subject: [PATCH] Update palemoon --- satellites/palemoon-greasemonkey.sat | 4 ++-- satellites/palemoon-ublock.sat | 4 ++-- satellites/palemoon.sat | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/satellites/palemoon-greasemonkey.sat b/satellites/palemoon-greasemonkey.sat index ee67ed2..be5d0a1 100644 --- a/satellites/palemoon-greasemonkey.sat +++ b/satellites/palemoon-greasemonkey.sat @@ -1,11 +1,11 @@ name=greasemonkey -majver=3.30rc4 +majver=3.31beta1 version=${majver}Fork update_url="https://github.com/janekptacijarabaci/$name/releases" update_names="/archive/$version.tar.gz" dlextract "https://github.com/janekptacijarabaci/$name/archive/$version/$name-$version.tar.gz" \ - '62016e89fdae10689b00cac260afdef5' + '6aa861b6c5fe5eab71a54f210881bd10' _ cd "$name-$version" diff --git a/satellites/palemoon-ublock.sat b/satellites/palemoon-ublock.sat index ac6aef9..572b63d 100644 --- a/satellites/palemoon-ublock.sat +++ b/satellites/palemoon-ublock.sat @@ -1,12 +1,12 @@ import 'vcs/git' name=uBlock -version=1.14.22 +version=1.14.24 update_url="https://github.com/gorhill/$name/releases" update_names="/archive/$version.tar.gz" dlextract "https://github.com/gorhill/$name/archive/$version/$name-$version.tar.gz" \ - '1ca266951fb3514cc73db7f4600e66f5' + '349e46d19152328acd43ec0be4f0f194' ( name=uAssets vcs_git -V "https://github.com/uBlockOrigin/uAssets" ) diff --git a/satellites/palemoon.sat b/satellites/palemoon.sat index 5be4d38..c407650 100644 --- a/satellites/palemoon.sat +++ b/satellites/palemoon.sat @@ -1,14 +1,14 @@ # The Pale Moon team recommends building with GCC 4.9. While other versions like 5.x are known to work, they're unsupported. name=Pale-Moon -version=27.6.2 +version=27.7.1 version_gcc=4.9.4 version_autoconf=2.13 update_url="https://github.com/MoonchildProductions/$name/releases" update_names="/archive/${version}_Release.tar.gz" dlextract "https://github.com/MoonchildProductions/$name/archive/${version}_Release/$name-${version}_Release.tar.gz" \ - 'efe659ea567cba140389a9e2f540641a' + 'd4aae2eb6ac8b2d1368466a561813f06' extrafile 'palemoon.desktop' ( name=gcc version="$version_gcc" @@ -77,10 +77,10 @@ ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-system-webp #ac_add_options --with-system-png - The APNG patch is not upstrean -ac_add_options --enable-system-hunspell +$(pkg-config --atleast-version=1.4.0 hunspell && echo ac_add_options --enable-system-hunspell) ac_add_options --enable-system-ffi ac_add_options --with-system-libvpx -ac_add_options --enable-system-sqlite +$(pkg-config --atleast-version="$(grep '^SQLITE_VERSION=' configure.in | cut -d'=' -f2)" sqlite3 && echo ac_add_options --enable-system-sqlite) ac_add_options --enable-system-cairo ac_add_options --enable-system-pixman ac_add_options --with-system-icu