From e7d4cd9e2e659fe996effce964477e7c928a28ce Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 5 Mar 2018 16:38:52 +0100 Subject: [PATCH] Upgrade palemoon --- satellites/palemoon.sat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/satellites/palemoon.sat b/satellites/palemoon.sat index d0bee68..54d9622 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.7.2 +version=27.8.0 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" \ - '0d795ab10157c77b54dd836d58cdc2b7' + '9745e8e1c1ed57ffd47acb2d6aff3804' extrafile 'palemoon.desktop' ( name=gcc version="$version_gcc" @@ -71,7 +71,7 @@ ac_add_options --x-libraries="/$dir_prefix/$dir_lib" # Use system libraries (autoconf-2.13 && ./configure --help | grep system) ac_add_options --with-system-nspr ac_add_options --with-system-libevent -ac_add_options --with-system-nss +$(pkg-config --atleast-version="$(sed -ne 's/^ AM_PATH_NSS(\([^,]*\),.*/\1/p' configure.in)" nss && echo ac_add_options --with-system-nss) ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 @@ -80,7 +80,7 @@ ac_add_options --with-system-webp $(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 -$(pkg-config --atleast-version="$(grep '^SQLITE_VERSION=' configure.in | cut -d'=' -f2)" sqlite3 && echo ac_add_options --enable-system-sqlite) +$(pkg-config --atleast-version="$(sed -ne 's/^SQLITE_VERSION=\(.*\)/\1/p' configure.in)" 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