Add a UXP browser.

This commit is contained in:
Mid Favila 2021-07-30 12:14:58 +00:00
parent cc0f16bfd8
commit c068c019f6
10 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,5 @@
8fbb36e032a6fbb9eb813c9baef3262ca80f8bbd4ae75bac607e70e549a31f2f
4bf732b952a121baedc79b07eb54ba6f37a146e8c497be73fb71ca34aeb90860
f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
be4c9f8b55542f160126bfaa1a18d69de629ad9ad1807db09764cdcab1ad5089
578146940874f8884f5ec69da948538dbd428de9405717ca24e6d5d80c7eb381
38276bb1033dea54837c05a25f8e219d151b960044e6b192873ae902bb0c4b2e
4686f8abc3600b7431cf024511dd4bdbd3bad43f8b69c46643455e01c4ef2673

View File

@ -7,7 +7,7 @@ mk_add_options MOZ_OBJDIR="%SRCDIR%/objdir"
_BUILD_64=1
# Set GTK Version to 2 or 3
_GTK_VERSION=3
_GTK_VERSION=2
# Build options
ac_add_options --enable-application=palemoon

View File

@ -3,4 +3,4 @@ https://repo.palemoon.org/MoonchildProductions/UXP/archive/RELBASE_20210608.tar.
https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz autoconf2.13/
files/mozconfig.in
patches/gcc11-fix.patch
patches/no-gtk2.patch

View File

@ -36,6 +36,9 @@ cat << EOF > "$1/usr/share/emacs/site-lisp/site-start.el"
(defun startup/reset-gc () (setq gc-cons-threshold startup/gc-cons-threshold))
(add-hook 'emacs-startup-hook 'startup/reset-gc)
;; Native-compile packages.
(setq package-native-compile t)
EOF