From bc6034836a77545715263cf2466008f63674fa57 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 28 Sep 2015 10:31:43 -0300 Subject: icedove-1:38.2.0.deb2-1{,.nonprism1}: updating version --- nonprism/icedove/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'nonprism') diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD index 11ff5d333..306eb61f0 100644 --- a/nonprism/icedove/PKGBUILD +++ b/nonprism/icedove/PKGBUILD @@ -3,15 +3,15 @@ # We're getting this from Debian Sid _debname=icedove -_debver=38.1.0 -_debrel=deb1 +_debver=38.2.0 +_debrel=deb2 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } pkgname=${_debname} epoch=1 pkgver=${_debver}.${_debrel} -pkgrel=2.nonprism1 +pkgrel=1.nonprism1 pkgdesc="A libre version of Debian Icedove, the standalone mail/news reader based on Mozilla Thunderbird, without support for unsafe and dangerous for privacy protocols" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') @@ -33,8 +33,8 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.xz" changing-the-default-search-engine.patch vendor.js) options=(!emptydirs !makeflags) -sha256sums=('b59c74f67d2f9684d9cf0db62b5c60d3ef155807e17a91ebf0899dd55670f6a0' - '29de44253624814ae3ce3e0a6a786ba229c62e78d8c97e36257f730d38d542f7' +sha256sums=('8788077174636db7a788cd6ebc71a207e7306ff2bcfe49e6c0d0a7917c5998c3' + '0b971d5049c4158fefe7255edc8fd147a1506356784ab4dd24a73766b1e2135c' 'e3d0f5f78fede687dfc38a2787c2c8f33c8213be286abeb9176e3dcebabb0b74' '0b0d25067c64c6b829c84e5259ffca978e3971f85acc8483f47bdbed5b0b5b6a' '9765d9bbcae82d0006766741c813840db46c56ee16f79d39b8d7d96d716ee2d7' @@ -156,6 +156,10 @@ package() { # Use system-provided searchplugins ln -vsf /usr/lib/mozilla/searchplugins ${pkgdir}/usr/lib/${pkgname}/searchplugins + # Replace duplicate binary with symlink + # https://bugzilla.mozilla.org/show_bug.cgi?id=658850 + ln -vsf ${pkgname} ${pkgdir}/usr/lib/${pkgname}/${pkgname}-bin + # Remove development stuff rm -vr ${pkgdir}/usr/{include,lib/${pkgname}-devel,share/idl} } -- cgit v1.2.3