mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/claws-mail to 3.8.0-1
This commit is contained in:
parent
19f50d37a4
commit
27799fbb64
1 changed files with 5 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: PKGBUILD 144878 2011-12-08 21:06:16Z andyrtr $
|
# $Id: PKGBUILD 145084 2011-12-16 15:46:53Z andyrtr $
|
||||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
@ -7,8 +7,8 @@
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=claws-mail
|
pkgname=claws-mail
|
||||||
pkgver=3.7.10
|
pkgver=3.8.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A GTK+ based e-mail client."
|
pkgdesc="A GTK+ based e-mail client."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
|
@ -24,16 +24,11 @@ replaces=('sylpheed-claws')
|
||||||
provides=('claws')
|
provides=('claws')
|
||||||
options=(!libtool)
|
options=(!libtool)
|
||||||
install=claws-mail.install
|
install=claws-mail.install
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
|
source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
|
||||||
gnutls_buildfix.patch)
|
md5sums=('df9f1657d7f34959a2205344d952c2e3')
|
||||||
md5sums=('fcf58dcff52f0908ff3bc368d820408b'
|
|
||||||
'372bf7a9da58ae49d9da50f79db69fb6')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
|
|
||||||
# fix build with latest gnutls
|
|
||||||
patch -Np1 -i ${srcdir}/gnutls_buildfix.patch
|
|
||||||
|
|
||||||
sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
|
sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue