summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e31f16342596..c8d941159225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sylpheed-beta-iconmod
pkgver=3.7.0beta1
-pkgrel=3
+pkgrel=4
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
@@ -12,6 +12,7 @@ options=('libtool')
conflicts=('sylpheed' 'sylpheed-beta')
provides=('sylpheed')
source=(http://sylpheed.sraoss.jp/sylpheed/v3.7beta/sylpheed-$pkgver.tar.bz2{,.asc}
+ ssl-sni-support.patch
Sylpheed3.0_icon-set.tar.gz)
build() {
@@ -26,6 +27,8 @@ build() {
sed -i 's:enchant/enchant.h:enchant-2/enchant.h:g' src/compose.c
sed -i 's:PKG_CONFIG --libs enchant:PKG_CONFIG --libs enchant-2:g' configure.ac
+ patch -p1 < "$srcdir/ssl-sni-support.patch"
+
autoconf
./configure --prefix=/usr --enable-ldap --enable-gpgme
make
@@ -41,4 +44,5 @@ validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
md5sums=('21826a6096cc6feb732bdaeb87435435'
'SKIP'
+ 'b05b75bb2bd46d4022f920e09e0b1923'
'f0fa7317216cf4f159f1cd1edfa1af39')