From de64ea43ff15d0e1cdf6d5459db55600fe6e95ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 5 Aug 2014 21:44:03 -0300 Subject: icedove-libre{,-nonprism}-1:31.0.deb1-1: updating version --- libre/icedove-libre/PKGBUILD | 20 ++++++++++---------- libre/icedove-libre/mozconfig | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'libre/icedove-libre') diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index 61fb92709..04e11b5a3 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -3,8 +3,8 @@ # We're getting this from Debian Sid _debname=icedove -_debver=24.5.0 -_debrel=deb2 +_debver=31.0 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -18,7 +18,7 @@ arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') url="http://packages.debian.org/sid/${_pkgname}" depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification') -makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt' 'jquery-ui') +makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse' 'autoconf2.13' 'quilt' 'jquery-ui') optdepends=('libcanberra: for sound support') replaces=('thunderbird') conflicts=('thunderbird') @@ -30,14 +30,14 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.xz" vendor.js ${_pkgname}.desktop) options=(!emptydirs) -md5sums=('f5fdb857b1da3e7419acbd5922b4966d' - '051ee07e7ca1f28b114e60524a7f72d2' - 'c46cf2a671c8fdefcabd4c87e38f3d40' +md5sums=('1ea1f4340b1ab29a29aed74f4d6197bd' + '95d95340ba614657a22298dea97886b6' + '5f2297712c3dab7b15d7d5c8a6fa22d2' '5a53179d14ae9631b7afe5e4d0fc0b25' 'e785e0c267f4435ae1a9aa0b03bcacfb') prepare() { - export DEBIAN_BUILD="comm-esr24" + export DEBIAN_BUILD="comm-esr31" export QUILT_PATCHES=debian/patches export QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index' @@ -99,7 +99,7 @@ prepare() { } build() { - export DEBIAN_BUILD="comm-esr24" + export DEBIAN_BUILD="comm-esr31" cd "${srcdir}/${DEBIAN_BUILD}" @@ -110,7 +110,7 @@ build() { } package() { - export DEBIAN_BUILD="comm-esr24" + export DEBIAN_BUILD="comm-esr31" cd "${srcdir}/${DEBIAN_BUILD}" @@ -132,5 +132,5 @@ package() { ln -sf /usr/lib/mozilla/searchplugins "${pkgdir}/usr/lib/${_pkgname}/searchplugins" # We don't want the development stuff - rm -r "${pkgdir}"/usr/{include,lib/${_pkgname}-devel,share/idl} + rm -r "${pkgdir}"/usr/{include,lib/${_pkgname}-devel-*,share/idl} } diff --git a/libre/icedove-libre/mozconfig b/libre/icedove-libre/mozconfig index 57c02368a..3987c2c5a 100644 --- a/libre/icedove-libre/mozconfig +++ b/libre/icedove-libre/mozconfig @@ -35,6 +35,7 @@ ac_add_options --disable-updater ac_add_options --disable-tests ac_add_options --disable-mochitest ac_add_options --disable-installer +ac_add_options --disable-debug-symbols # Optimization ac_add_options --enable-optimize -- cgit v1.2.3-2-g168b