From 2c2afcfce2930faf469dba7b9cf2cd1faf4f32aa Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 25 Dec 2011 15:47:05 -0500 Subject: update ~lukeshu/iceweasel-libre-current for Parabola --- ~lukeshu/iceweasel-libre-current/PKGBUILD | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to '~lukeshu') 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 - +# Contributor: Luke Shumaker 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" -- cgit v1.2.3-54-g00ecf