summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-07-28 22:38:13 +0100
committerWorMzy Tykashi2016-07-28 22:38:13 +0100
commit3bcf7386ec458c1210bff0b597377fcd4f4b52f6 (patch)
tree8e18d8877252ab0650e97743d0451c1a78d6f41a
parentfadd4190d86c98a3635284b66f7da25b6725fb8d (diff)
downloadaur-3bcf7386ec458c1210bff0b597377fcd4f4b52f6.tar.gz
Disabled safe-browisng
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--mozconfig.in2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3734d1dcd801..bd7b5b482a4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
pkgver = 26.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.palemoon.org/
arch = i686
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = palemoon
source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=26.3.3_Release
source = mozconfig.in
md5sums = SKIP
- md5sums = ff85a559cb8104a18e77cb84247f6687
+ md5sums = f678e46b4607052eada69385ae34254f
pkgname = palemoon
diff --git a/PKGBUILD b/PKGBUILD
index 5718a3416b9e..699aa0a65600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: American_Jesus
pkgname=palemoon
pkgver=26.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
url="http://www.palemoon.org/"
@@ -20,7 +20,7 @@ optdepends=('libpulse: PulseAudio audio driver'
source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
mozconfig.in)
md5sums=('SKIP'
- 'ff85a559cb8104a18e77cb84247f6687')
+ 'f678e46b4607052eada69385ae34254f')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig
@@ -29,7 +29,7 @@ prepare() {
chmod -R +x build/autoconf/* python/*
find . -name '*.sh' -exec chmod +x {} \;
}
-
+
build() {
cd Pale-Moon
diff --git a/mozconfig.in b/mozconfig.in
index ab4d9aac30c6..b7486ad223d5 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -27,6 +27,7 @@ ac_add_options --disable-metro
ac_add_options --disable-maintenance-service
ac_add_options --disable-necko-wifi
ac_add_options --disable-parental-controls
+ac_add_options --disable-safe-browsing
ac_add_options --disable-updater
ac_add_options --disable-webrtc
ac_add_options --disable-websms-backend
@@ -43,7 +44,6 @@ ac_add_options --disable-debug-symbols
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-gstreamer=1.0
ac_add_options --enable-pulseaudio
-ac_add_options --enable-safe-browsing
ac_add_options --enable-startup-notification
ac_add_options --enable-url-classifier
ac_add_options --enable-jemalloc