diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-29 18:39:08 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-29 18:39:52 +0100 |
commit | 5b413a73c05d970c5c440d8ca1c86f9b55dd1c3c (patch) | |
tree | c3b0f0b2377b2cc2dcf2d93f39749c91ddf10bd3 /libre | |
parent | f03ae9dc8bdda9f03c838a0595d9855cc0799c2d (diff) | |
download | abslibre-5b413a73c05d970c5c440d8ca1c86f9b55dd1c3c.tar.gz abslibre-5b413a73c05d970c5c440d8ca1c86f9b55dd1c3c.tar.bz2 abslibre-5b413a73c05d970c5c440d8ca1c86f9b55dd1c3c.zip |
libre/iceweasel: added provides for firefox
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 63ce8c458..cea3611ae 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -20,17 +20,17 @@ # parabola changes and rationale: # - rebranded to iceweasel -# - added to makedepends: mozilla-searchplugins, quilt, libxslt, imagemagick -# - removed from makedepends: mercurial -# - using tarball instead of repository -# - added replaces and conflicts for firefox # - removed google api keys and usage +# - using tarball instead of repository +# - added makedepends: mozilla-searchplugins, quilt, libxslt, imagemagick +# - removed makedepends: mercurial +# - added replaces, conflicts and provides: firefox _pkgname=firefox pkgname=iceweasel epoch=1 pkgver=58.0 -pkgrel=3 +pkgrel=4 _bver=58.0 _brel=1 pkgdesc="Libre standalone web browser based on Mozilla Firefox" @@ -51,6 +51,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks' options=(!emptydirs !makeflags !strip) replaces=("$_pkgname") conflicts=("$_pkgname") +provides=("$_pkgname") source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz $pkgname.desktop $pkgname-install-dir.patch no-crmf.diff @@ -126,10 +127,6 @@ ac_add_options --disable-elf-hack ac_add_options --disable-stylo ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns" END - - # syscall numbers are slightly broken on our arm glibc/linux-libre-api-headers constellation - # see: https://labs.parabola.nu/issues/1626 - #sed -i 's/mmap2/mmap/' memory/build/mozjemalloc.cpp fi # perform rebranding |