|
|
@ -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 |
|
|
|