diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-12 16:01:34 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-12 16:01:34 -0500 |
commit | b453854f5cbc46a46f1a35fb853e252e18951885 (patch) | |
tree | 1386ffd34eac9453301d008b19a733756110e8ad /libre/icecat/PKGBUILD | |
parent | 07d1af1bca9525df579a3805d46d6819d23cb242 (diff) | |
download | abslibre-b453854f5cbc46a46f1a35fb853e252e18951885.tar.gz abslibre-b453854f5cbc46a46f1a35fb853e252e18951885.tar.bz2 abslibre-b453854f5cbc46a46f1a35fb853e252e18951885.zip |
libre/{icecat,iceweasel-libre}: run through moz-normalize-*
Diffstat (limited to 'libre/icecat/PKGBUILD')
-rw-r--r-- | libre/icecat/PKGBUILD | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index cc5889c7a..9f901f3b6 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -8,7 +8,7 @@ # Contributor (Arch): Jakub Schmidtke <sjakub@gmail.com> # Thank you very much to the older contributors: # Contributor: evr <evanroman at gmail> -# Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com> +# Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com> # If you are updating this package, don't forget to update the version number in # the value for 'browser.dictionaries.download.url' in 'libre.patch' @@ -17,9 +17,18 @@ _pgo=false pkgname=icecat pkgver=17.0.1 pkgrel=1 +if [[ -z $pkgbase ]]; then pkgbase=$pkgname; fi pkgdesc='The GNUzilla web browser, based on Mozilla Firefox. SafeBrowsing and other Google services disabled!' -arch=(i686 x86_64 mips64el) -license=(GPL2 MPL LGPL) +arch=( + i686 + mips64el + x86_64 +) +license=( + GPL2 + LGPL + MPL +) depends=( alsa-lib dbus-glib |