diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-31 22:43:47 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-31 22:43:47 -0200 |
commit | 640ef17c5d21c4d0a800bb2cbf03d1fcfc280a02 (patch) | |
tree | 3a69fbf79a13a18bd7295133dc27b5f3d88ec8f4 /libre/icedove-libre/PKGBUILD | |
parent | 6b481b86f32d34cf9f9b5e8934119dc343151046 (diff) | |
download | abslibre-640ef17c5d21c4d0a800bb2cbf03d1fcfc280a02.tar.gz abslibre-640ef17c5d21c4d0a800bb2cbf03d1fcfc280a02.tar.bz2 abslibre-640ef17c5d21c4d0a800bb2cbf03d1fcfc280a02.zip |
icedove-libre-16.0.2.1-2: fixing some issues
Diffstat (limited to 'libre/icedove-libre/PKGBUILD')
-rwxr-xr-x | libre/icedove-libre/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index f4f6c5c76..9eefb9c88 100755 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -11,7 +11,7 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=${_debname} pkgname=${_debname}-libre pkgver=${_debver}.${_debrel} -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Icedove, the Standalone Mail/News reader based on Mozilla Thunderbird." arch=('i586' 'i686' 'x86_64' 'mips64el') license=('GPL2' 'MPL' 'LGPL') @@ -26,17 +26,17 @@ install=$_pkgname.install source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2" "${_debrepo}/`debfile ${_debname}`_${_debver}-${_debrel}.debian.tar.gz" mozconfig - channel-prefs.js vendor.js makefile.patch + branding.patch ${_pkgname}.desktop) options=(!emptydirs) md5sums=('a3724f40d28014acf593528bb8a048f0' '53d62a4841d7989d1f6d1b04929394b4' 'd6d58d3104a44624e0a3d227cdf1c211' - '476ec205162340fb0679f522c9d31c3b' '4eecc4fc5aafaf0da651a09eadc90bee' 'c4ed43e85945e180a89cce03e45ec62c' + '126b1446212396c33220936c01d9592d' 'e785e0c267f4435ae1a9aa0b03bcacfb') build() { @@ -59,6 +59,7 @@ build() { quilt push -av patch -Np1 -i "$srcdir/makefile.patch" # small fix + patch -Np1 -i "$srcdir/branding.patch" # fixing branding cp "${srcdir}/mozconfig" .mozconfig make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" @@ -70,8 +71,6 @@ package() { make -j1 -f client.mk DESTDIR="${pkgdir}" install install -Dm644 "${srcdir}/vendor.js" "${pkgdir}/usr/lib/${_pkgname}/defaults/preferences/vendor.js" - # Recommend free addons - install -Dm644 "${srcdir}/channel-prefs.js" "${pkgdir}/usr/lib/${_pkgname}/defaults/preferences/channel-prefs.js" for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do install -Dm644 "debian/app-icons/${_pkgname}${i/x*/}.png" "${pkgdir}/usr/share/icons/hicolor/$i/apps/${_pkgname}.png" |