|
@ -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.8.0 |
|
|
version=27.8.3 |
|
|
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" \ |
|
|
'9745e8e1c1ed57ffd47acb2d6aff3804' |
|
|
'0a9beb55dcce7f3cce9acc30309fe1fe' |
|
|
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 |
|
|
$(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-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 |
|
@ -88,6 +88,7 @@ ac_add_options --with-system-icu |
|
|
# Make pulseaudio support optional |
|
|
# Make pulseaudio support optional |
|
|
$(pkg-config --exists libpulse || echo ac_add_options --disable-pulseaudio) |
|
|
$(pkg-config --exists libpulse || echo ac_add_options --disable-pulseaudio) |
|
|
EOF |
|
|
EOF |
|
|
|
|
|
#$(pkg-config --atleast-version="$(sed -ne 's/^ AM_PATH_NSS(\([^,]*\),.*/\1/p' configure.in)" nss && echo ac_add_options --with-system-nss) |
|
|
|
|
|
|
|
|
# This program is about as picky about compiler flags as it is about the compiler version. |
|
|
# This program is about as picky about compiler flags as it is about the compiler version. |
|
|
# Sigh... |
|
|
# Sigh... |
|
|