summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD10
-rw-r--r--mozconfig.in4
2 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 829b720858c3..0b5833904d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgname=palemoon-gtk3
_pkgname=palemoon
_repo=Pale-Moon
epoch=1
-pkgver=29.4.6
+pkgver=31.0.0
# Commit can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
-_commit=f694a76857
+_commit=8440447a99
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -17,10 +17,10 @@ url="https://www.palemoon.org/"
license=('MPL' 'GPL' 'LGPL')
provides=('palemoon')
conflicts=('palemoon')
-depends=('gtk2' 'gtk3' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
+depends=('gtk3' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
'startup-notification')
makedepends=('python2' 'autoconf2.13' 'unzip' 'zip' 'yasm'
- 'libpulse' 'gcc10' 'git')
+ 'libpulse' 'gtk2' 'git')
optdepends=('libpulse: PulseAudio audio driver'
'ffmpeg: various video and audio support')
source=(git+"https://repo.palemoon.org/MoonchildProductions/${_repo}?signed#commit=${_commit}"
@@ -30,7 +30,7 @@ validpgpkeys=('3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC'
'3059E09144F56804F0FBF4E126B40624BDBFD9F3')
sha1sums=('SKIP'
'SKIP'
- '8b0c53f8975677b864ecfb04eb8611d129e1c05b')
+ 'eb839b808b98106ccd0cbeb6b00ace5b2404db0f')
prepare() {
sed 's#%SRCDIR%#'"${srcdir}"'#g' mozconfig.in > mozconfig
diff --git a/mozconfig.in b/mozconfig.in
index 3c066b40882a..65954abdd0e0 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -3,8 +3,6 @@ mk_add_options MOZ_OBJDIR=%SRCDIR%/pmbuild
ac_add_options --enable-official-branding
export MOZILLA_OFFICIAL=1
export MOZ_PKG_SPECIAL=gtk3
-export CC=/usr/bin/gcc-10
-export CXX=/usr/bin/g++-10
ac_add_options --enable-application=palemoon
ac_add_options --enable-optimize="-O2 -w"
@@ -13,8 +11,6 @@ ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
ac_add_options --enable-av1
-ac_add_options --disable-eme
-ac_add_options --disable-webrtc
ac_add_options --disable-gamepad
ac_add_options --disable-tests
ac_add_options --disable-debug