|
@ -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. |
|
|
# 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 |
|
|
name=Pale-Moon |
|
|
version=27.7.2 |
|
|
version=27.8.0 |
|
|
version_gcc=4.9.4 |
|
|
version_gcc=4.9.4 |
|
|
version_autoconf=2.13 |
|
|
version_autoconf=2.13 |
|
|
update_url="https://github.com/MoonchildProductions/$name/releases" |
|
|
update_url="https://github.com/MoonchildProductions/$name/releases" |
|
|
update_names="/archive/${version}_Release.tar.gz" |
|
|
update_names="/archive/${version}_Release.tar.gz" |
|
|
|
|
|
|
|
|
dlextract "https://github.com/MoonchildProductions/$name/archive/${version}_Release/$name-${version}_Release.tar.gz" \ |
|
|
dlextract "https://github.com/MoonchildProductions/$name/archive/${version}_Release/$name-${version}_Release.tar.gz" \ |
|
|
'0d795ab10157c77b54dd836d58cdc2b7' |
|
|
'9745e8e1c1ed57ffd47acb2d6aff3804' |
|
|
extrafile 'palemoon.desktop' |
|
|
extrafile 'palemoon.desktop' |
|
|
|
|
|
|
|
|
( name=gcc version="$version_gcc" |
|
|
( 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) |
|
|
# Use system libraries (autoconf-2.13 && ./configure --help | grep system) |
|
|
ac_add_options --with-system-nspr |
|
|
ac_add_options --with-system-nspr |
|
|
ac_add_options --with-system-libevent |
|
|
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-jpeg |
|
|
ac_add_options --with-system-zlib |
|
|
ac_add_options --with-system-zlib |
|
|
ac_add_options --with-system-bz2 |
|
|
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) |
|
|
$(pkg-config --atleast-version=1.4.0 hunspell && echo ac_add_options --enable-system-hunspell) |
|
|
ac_add_options --enable-system-ffi |
|
|
ac_add_options --enable-system-ffi |
|
|
ac_add_options --with-system-libvpx |
|
|
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-cairo |
|
|
ac_add_options --enable-system-pixman |
|
|
ac_add_options --enable-system-pixman |
|
|
ac_add_options --with-system-icu |
|
|
ac_add_options --with-system-icu |
|
|