mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
firefox: update to 22.0.
This commit is contained in:
parent
2cc64696dd
commit
4366c32e84
2 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,8 @@ ac_add_options --with-system-nss
|
||||||
ac_add_options --with-system-jpeg
|
ac_add_options --with-system-jpeg
|
||||||
ac_add_options --with-system-zlib
|
ac_add_options --with-system-zlib
|
||||||
ac_add_options --with-system-bz2
|
ac_add_options --with-system-bz2
|
||||||
ac_add_options --with-system-png
|
# disable libpng for now, 1.6.2 apng patch produces some artifacts.
|
||||||
|
ac_add_options --without-system-png
|
||||||
ac_add_options --with-system-libevent
|
ac_add_options --with-system-libevent
|
||||||
ac_add_options --with-system-libvpx
|
ac_add_options --with-system-libvpx
|
||||||
ac_add_options --enable-system-pixman
|
ac_add_options --enable-system-pixman
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'firefox'.
|
# Template build file for 'firefox'.
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
version=21.0
|
version=22.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=mozilla-release
|
wrksrc=mozilla-release
|
||||||
short_desc="Lightweight gecko-based web browser"
|
short_desc="Lightweight gecko-based web browser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mozilla.org/projects/firefox"
|
homepage="http://www.mozilla.org/projects/firefox"
|
||||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||||
checksum=3909031cb5d403b12c796afb7775b4950f0347786ffd06028761852a1074d91c
|
checksum=040d4e7fb5076b6aa25f0d3851f8d98c2a2e72ef1599f4387f09f47f6096515e
|
||||||
|
|
||||||
hostmakedepends="unzip zip pkg-config perl python yasm"
|
hostmakedepends="unzip zip pkg-config perl python yasm"
|
||||||
makedepends="libjpeg-turbo-devel libpng-devel>=1.6
|
makedepends="libjpeg-turbo-devel libpng-devel>=1.6
|
||||||
|
|
Loading…
Add table
Reference in a new issue