Browse Source

Update palemoon

master
mid-kid 7 years ago
parent
commit
e6772cdc2b
  1. 4
      satellites/palemoon-greasemonkey.sat
  2. 4
      satellites/palemoon-ublock.sat
  3. 8
      satellites/palemoon.sat

4
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"

4
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"
)

8
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

Loading…
Cancel
Save