[arch-commits] Commit in firefox/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Apr 17 17:59:07 UTC 2017


    Date: Monday, April 17, 2017 @ 17:59:06
  Author: heftig
Revision: 293058

Switch to mozilla-unified repository

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-17 16:31:29 UTC (rev 293057)
+++ PKGBUILD	2017-04-17 17:59:06 UTC (rev 293058)
@@ -18,7 +18,7 @@
             'libnotify: Notification integration'
             'speech-dispatcher: Text-to-Speech')
 options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/releases/mozilla-release
+_repo=https://hg.mozilla.org/mozilla-unified
 source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
         firefox.desktop firefox-symbolic.svg
         firefox-install-dir.patch rust-i686.patch fix-wifi-scanner.diff)
@@ -45,7 +45,7 @@
   mkdir path
   ln -s /usr/bin/python2 path/python
 
-  cd mozilla-release
+  cd mozilla-unified
   patch -Np1 -i ../firefox-install-dir.patch
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
@@ -105,7 +105,7 @@
 }
 
 build() {
-  cd mozilla-release
+  cd mozilla-unified
 
   # _FORTIFY_SOURCE causes configure failures
   CPPFLAGS+=" -O2"
@@ -122,7 +122,7 @@
 }
 
 package() {
-  cd mozilla-release
+  cd mozilla-unified
   make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
 
   _vendorjs="$pkgdir/usr/lib/firefox/browser/defaults/preferences/vendor.js"



More information about the arch-commits mailing list