~alpine/devel

3 2

[alpine-devel] [PATCH] main/mutt: upgrade to 1.5.21

Bartłomiej Piotrowski <b@bpiotrowski.pl>
Details
Message ID
<4F7B0F4D.6000803@bpiotrowski.pl>
Sender timestamp
1333464909
DKIM signature
missing
Download raw message
---
 main/mutt/APKBUILD |   41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 69ab253..8a0a268 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -1,39 +1,36 @@
-# Contributor: Andrew Manison<amanison@anselsystems.com>
-# Maintainer:  Andrew Manison<amanison@anselsystems.com>
+# Maintainer:  Andrew Manison <amanison@anselsystems.com>
+# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
 pkgname=mutt
-pkgver=1.4.2.3
-pkgrel=5
-pkgdesc="a small but very powerful text-mode email client"
+pkgver=1.5.21
+pkgrel=0
+pkgdesc="Small but very powerful text-mode email client"
 url="http://www.mutt.org"
 arch="all"
 license="GPL"
-depends=
-makedepends="openssl-dev ncurses-dev libiconv-dev gettext-dev"
-install=
+makedepends="cyrus-sasl-dev db-dev gettext-dev gpgme-dev libiconv-dev
libidn-dev ncurses-dev openssl-dev perl"
 subpackages="$pkgname-doc $pkgname-lang"
-source="ftp://ftp.mutt.org/$pkgname/$pkgname-$pkgver.tar.gz"
+source="ftp://ftp.gnupg.org/$pkgname/devel/$pkgname-$pkgver.tar.gz"

 _builddir="$srcdir"/$pkgname-$pkgver

-prepare() {
-	cd "$_builddir"
-	# apply patches here
-}
-
 build() {
 	cd "$_builddir"
-	./configure --prefix=/usr \
+
+	./configure \
+	    --prefix=/usr \
 		--sysconfdir=/etc \
-		--mandir=/usr/share/man \
-		--infodir=/usr/share/info \
+		--enable-gpgme \
+		--enable-hcache \
 		--enable-imap \
 		--enable-pop \
 		--enable-smtp \
-		--with-curses \
+		--with-curses=/usr \
+		--with-idn \
 		--with-mailpath=/var/spool/mail \
-		--with-docdir=/usr/share/doc/mutt \
-		--without-included-gettext \
-		--with-ssl
+		--with-regex \
+		--with-ssl \
+		--with-sasl
+
 	make || return 1
 }

@@ -42,4 +39,4 @@ package() {
 	make DESTDIR="$pkgdir" install
 }

-md5sums="dcb94661827dd090fa813e73e122ea0c  mutt-1.4.2.3.tar.gz"
+md5sums="a29db8f1d51e2f10c070bf88e8a553fd  mutt-1.5.21.tar.gz"
-- 
1.7.9.5


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Bartłomiej Piotrowski <b@bpiotrowski.pl>
Details
Message ID
<4F7B0FF2.6010804@bpiotrowski.pl>
In-Reply-To
<4F7B0F4D.6000803@bpiotrowski.pl> (view parent)
Sender timestamp
1333465074
DKIM signature
missing
Download raw message
I'm not sure if package shouldn't hit testing first. It's quite big
upgrade with new features.

-- 
Bartłomiej Piotrowski
http://bpiotrowski.pl/


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Bartłomiej Piotrowski <b@bpiotrowski.pl>
Details
Message ID
<4F893B86.600@bpiotrowski.pl>
In-Reply-To
<4F7B0F4D.6000803@bpiotrowski.pl> (view parent)
Sender timestamp
1334393734
DKIM signature
missing
Download raw message
Bump.

-- 
Bartłomiej Piotrowski
http://bpiotrowski.pl/


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20120418200857.12f4f366@alpinelinux.org>
In-Reply-To
<4F893B86.600@bpiotrowski.pl> (view parent)
Sender timestamp
1334772537
DKIM signature
missing
Download raw message
On Sat, 14 Apr 2012 10:55:34 +0200
Bartłomiej Piotrowski <b@bpiotrowski.pl> wrote:

> Bump.
> 

I pushed a slightly differnet version that actually enables gpgme, adds
gpg and colors to default config + a /etc/Muttrc.local (like fedora
does). I think it might also have a working spellchecker if hunspell is
installed.

Please test how it works.

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)