summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuperlex2016-04-01 21:39:43 +0200
committersuperlex2016-04-01 21:39:43 +0200
commit649097cd19273536ddf17fbad8694a1544bd2dc9 (patch)
tree960a52c86c5c048d3abea7a23152889f8b7404aa
parent472c032ca3615a48a3952d787232247cae720b32 (diff)
downloadaur-649097cd19273536ddf17fbad8694a1544bd2dc9.tar.gz
Update to 45.0.1.deb1 rel 2, fix librsvg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1edabf16d9e..e9b39a49873e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 20 16:33:42 UTC 2016
+# Fri Apr 1 19:39:43 UTC 2016
pkgbase = iceweasel
pkgdesc = Debian Browser based on Mozilla Firefox, with Parabola GNU/Linux-libre branding
pkgver = 45.0.1.deb1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.debian.org/it/Iceweasel
install = iceweasel.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = iceweasel
makedepends = inetutils
makedepends = libidl2
makedepends = libpulse
- makedepends = librsvg
+ makedepends = librsvg-stable
makedepends = libxslt
makedepends = mesa
makedepends = pkg-config
diff --git a/PKGBUILD b/PKGBUILD
index 3a6e59443be7..7b2ed7ab80b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,12 +34,12 @@ _brandingrel=2
pkgname=iceweasel
pkgver=${_debver}.deb${_debrel}
-pkgrel=1
+pkgrel=2
pkgdesc="Debian Browser based on Mozilla Firefox, with Parabola GNU/Linux-libre branding"
arch=('i686' 'x86_64')
license=('GPL' 'MPL' 'LGPL')
depends=(alsa-lib dbus-glib desktop-file-utils ffmpeg gtk2 gtk3 hicolor-icon-theme hunspell icu libevent libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font)
-makedepends=(autoconf2.13 diffutils gconf imake inetutils libidl2 libpulse librsvg libxslt mesa pkg-config python2 quilt unzip yasm zip nss imagemagick)
+makedepends=(autoconf2.13 diffutils gconf imake inetutils libidl2 libpulse librsvg-stable libxslt mesa pkg-config python2 quilt unzip yasm zip nss imagemagick)
options=(!emptydirs !makeflags debug)
if $_pgo; then
makedepends+=(xorg-server-xvfb)
@@ -113,9 +113,9 @@ prepare() {
# Fix tab loading icon (flickers with libpng 1.6)
# https://bugzilla.mozilla.org/show_bug.cgi?id=841734
cp "$srcdir/iceweasel-fixed-loading-icon.png" browser/themes/linux/tabbrowser/loading.png
-
}
+
build() {
cd "$srcdir/$_debname-$_debver"