summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 15:47:05 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 15:47:05 -0500
commit2c2afcfce2930faf469dba7b9cf2cd1faf4f32aa (patch)
treea3b4f877bfcc2096745f52e2072dfe0c7fe65ed2 /~lukeshu
parent9016fc139f2f81420ca15e20332e9b6e5e5e6a80 (diff)
update ~lukeshu/iceweasel-libre-current for Parabola
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/iceweasel-libre-current/PKGBUILD31
1 files changed, 15 insertions, 16 deletions
diff --git a/~lukeshu/iceweasel-libre-current/PKGBUILD b/~lukeshu/iceweasel-libre-current/PKGBUILD
index bf5fe5fb0..2184d9d77 100644
--- a/~lukeshu/iceweasel-libre-current/PKGBUILD
+++ b/~lukeshu/iceweasel-libre-current/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Henry Jensen <hjensen@connochaetos.org>
-
+# Contributor: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=iceweasel-libre-current
_pkgname=iceweasel
@@ -8,35 +8,34 @@ _pkgver=9.0
pkgrel=1
pkgdesc="Libre version of Iceweasel, based on the Firefox browser."
-arch=('i586' 'x86_64')
-url="http://www.connochaetos.org"
+arch=('i586' 'i686' 'x86_64')
+url="http://www.geticeweasel.org/"
license=('GPL2' 'MPL' 'LGPL')
depends=('desktop-file-utils')
makedepends=('zip' 'pkg-config' 'diffutils' 'python' 'wireless_tools' 'yasm' 'mesa')
-provides=('firefox' 'icecat' 'iceweasel')
-conflicts=('firefox' 'icecat6' 'icecat' 'iceweasel-libre-lts')
-replaces=("firefox=${pkgver}" 'icecat6' 'icecat')
+provides=("${_pkgname}")
+conflicts=('firefox' 'icecat' "${_pkgname}")
+replaces=('firefox' 'icecat')
install=iceweasel.install
source=(iceweasel-${pkgver}.tar.gz::https://repo.parabolagnulinux.org/other/iceweasel-${pkgver}-connos.tar.gz
mozconfig
mozilla-firefox-1.0-lang.patch
xulrunner-copy-stub.patch
libre.patch
-# Search engines
- arch-linux-wiki.xml
- internet-archive.xml
- jamendo-en.xml
- logless-search.xml
- scroogle-ssl-english.xml
- yacy.xml
+ # Search engines
+ arch-linux-wiki.xml
+ internet-archive.xml
+ jamendo-en.xml
+ logless-search.xml
+ scroogle-ssl-english.xml
+ yacy.xml
duck-duck-go-ssl.xml
duck-duck-go-lite.xml
-# Default options
- firefox.js
+ # Default options
+ firefox.js
region.properties)
build() {
-
msg2 "Patching some files..."
cd "${srcdir}/${_pkgname}-${pkgver}/"
patch -Np1 -i "${srcdir}/mozilla-firefox-1.0-lang.patch"