[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-30 Thread Maxim Baz via arch-commits
Date: Saturday, November 30, 2019 @ 16:35:01
  Author: maximbaz
Revision: 534594

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 534593, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-30 16:34:57 UTC (rev 534593)
+++ PKGBUILD2019-11-30 16:35:01 UTC (rev 534594)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-pkgname=neomutt
-pkgver=2019
-pkgrel=1
-pkgdesc='A version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
-sha256sums=('29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 534593, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-30 16:35:01 UTC (rev 534594)
@@ -0,0 +1,49 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=20191129
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+sha256sums=('c339e17b676d0a9a8db6dd1c9acac3db4b217c6b19050e5a1eec99b1b0b59a2f'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-11 Thread Alad Wenter via arch-commits
Date: Monday, November 11, 2019 @ 16:44:03
  Author: alad
Revision: 526769

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 526768, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-11 16:43:35 UTC (rev 526768)
+++ PKGBUILD2019-11-11 16:44:03 UTC (rev 526769)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-pkgname=neomutt
-pkgver=20191102
-pkgrel=1
-pkgdesc='A version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
-sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 526768, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-11 16:44:03 UTC (rev 526769)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=2019
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+sha256sums=('29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-02 Thread Alad Wenter via arch-commits
Date: Saturday, November 2, 2019 @ 10:31:07
  Author: alad
Revision: 522149

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 522148, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 10:26:23 UTC (rev 522148)
+++ PKGBUILD2019-11-02 10:31:07 UTC (rev 522149)
@@ -1,49 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-pkgname=neomutt
-pkgver=20191025
-pkgrel=1
-pkgdesc='A version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
-_github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
-sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$_datever"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$_datever"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 522148, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 10:31:07 UTC (rev 522149)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=20191102
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-25 Thread Alad Wenter via arch-commits
Date: Friday, October 25, 2019 @ 19:06:28
  Author: alad
Revision: 519586

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 519585, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  105 -
 1 file changed, 49 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-25 19:06:13 UTC (rev 519585)
+++ PKGBUILD2019-10-25 19:06:28 UTC (rev 519586)
@@ -1,56 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=8
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
-'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 519585, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-25 19:06:28 UTC (rev 519586)
@@ -0,0 +1,49 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=20191025
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
+sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$_datever"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$_datever"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:31:07
  Author: alad
Revision: 495637

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 495636, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  111 ++---
 1 file changed, 56 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:30:38 UTC (rev 495636)
+++ PKGBUILD2019-07-31 16:31:07 UTC (rev 495637)
@@ -1,55 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=7
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 495636, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:31:07 UTC (rev 495637)
@@ -0,0 +1,56 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=8
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-02 Thread Alad Wenter via arch-commits
Date: Saturday, March 2, 2019 @ 17:03:16
  Author: alad
Revision: 437404

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 437403, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 +++--
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 17:03:05 UTC (rev 437403)
+++ PKGBUILD2019-03-02 17:03:16 UTC (rev 437404)
@@ -1,53 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=6
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 437403, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 17:03:16 UTC (rev 437404)
@@ -0,0 +1,55 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=7
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-21 Thread Jelle van der Waa via arch-commits
Date: Monday, January 21, 2019 @ 18:51:44
  Author: jelle
Revision: 426298

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 426296, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-21 18:51:42 UTC (rev 426297)
+++ PKGBUILD2019-01-21 18:51:44 UTC (rev 426298)
@@ -1,53 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=5
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 426296, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-21 18:51:44 UTC (rev 426298)
@@ -0,0 +1,53 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=6
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 14:59:37
  Author: jelle
Revision: 416374

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 416373, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 -
 1 file changed, 53 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 14:59:29 UTC (rev 416373)
+++ PKGBUILD2018-12-15 14:59:37 UTC (rev 416374)
@@ -1,45 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=4
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 416373, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 14:59:37 UTC (rev 416374)
@@ -0,0 +1,53 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=5
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-21 Thread Jelle van der Waa via arch-commits
Date: Friday, September 21, 2018 @ 21:19:41
  Author: jelle
Revision: 383965

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 383964, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-21 21:19:27 UTC (rev 383964)
+++ PKGBUILD2018-09-21 21:19:41 UTC (rev 383965)
@@ -1,45 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=3
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 383964, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-21 21:19:41 UTC (rev 383965)
@@ -0,0 +1,45 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=4
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Jelle van der Waa via arch-commits
Date: Monday, September 17, 2018 @ 19:18:28
  Author: jelle
Revision: 382740

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 382739, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   89 ++---
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-17 19:18:15 UTC (rev 382739)
+++ PKGBUILD2018-09-17 19:18:28 UTC (rev 382740)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=2
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 382739, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-17 19:18:28 UTC (rev 382740)
@@ -0,0 +1,45 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=3
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-16 Thread Jelle van der Waa via arch-commits
Date: Monday, July 16, 2018 @ 19:16:49
  Author: jelle
Revision: 360152

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 360151, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-16 19:16:38 UTC (rev 360151)
+++ PKGBUILD2018-07-16 19:16:49 UTC (rev 360152)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180622
-pkgrel=2
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('9289ef61668c4eee39a85fb593f4afcb520a90d7840609fd922444b05dedf399'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 360151, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-16 19:16:49 UTC (rev 360152)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-22 Thread Jelle van der Waa via arch-commits
Date: Friday, June 22, 2018 @ 19:43:00
  Author: jelle
Revision: 344650

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 344649, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 19:42:51 UTC (rev 344649)
+++ PKGBUILD2018-06-22 19:43:00 UTC (rev 344650)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180512
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 344649, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 19:43:00 UTC (rev 344650)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180622
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('9289ef61668c4eee39a85fb593f4afcb520a90d7840609fd922444b05dedf399'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-15 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 15, 2018 @ 18:34:22
  Author: jelle
Revision: 322471

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 322470, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-15 18:34:02 UTC (rev 322470)
+++ PKGBUILD2018-05-15 18:34:22 UTC (rev 322471)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180512
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='https://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 322470, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-15 18:34:22 UTC (rev 322471)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180512
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-15 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 15, 2018 @ 18:32:45
  Author: jelle
Revision: 322469

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 322468, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-15 18:32:21 UTC (rev 322468)
+++ PKGBUILD2018-05-15 18:32:45 UTC (rev 322469)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180323
-pkgrel=2
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 322468, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-15 18:32:45 UTC (rev 322469)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180512
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='https://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 4, 2018 @ 06:51:47
  Author: bpiotrowski
Revision: 314073

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 314072, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-04 06:51:42 UTC (rev 314072)
+++ PKGBUILD2018-04-04 06:51:47 UTC (rev 314073)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180323
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 314072, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-04 06:51:47 UTC (rev 314073)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180323
+pkgrel=2
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-23 Thread Jelle van der Waa via arch-commits
Date: Friday, March 23, 2018 @ 20:44:12
  Author: jelle
Revision: 311654

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 311653, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-23 20:43:59 UTC (rev 311653)
+++ PKGBUILD2018-03-23 20:44:12 UTC (rev 311654)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180223
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('10ba010017cf7db6bb5ac3e2116d6defad56d34be0dceea9d70a66d8510927bb'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 311653, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-23 20:44:12 UTC (rev 311654)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180323
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-09 Thread Jelle van der Waa via arch-commits
Date: Friday, March 9, 2018 @ 17:26:11
  Author: jelle
Revision: 305486

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 305485, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-09 17:26:00 UTC (rev 305485)
+++ PKGBUILD2018-03-09 17:26:11 UTC (rev 305486)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20171215
-pkgrel=3
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 305485, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-09 17:26:11 UTC (rev 305486)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180223
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('10ba010017cf7db6bb5ac3e2116d6defad56d34be0dceea9d70a66d8510927bb'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-08 Thread Alad Wenter via arch-commits
Date: Thursday, February 8, 2018 @ 18:58:17
  Author: alad
Revision: 290329

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 290328, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 18:58:11 UTC (rev 290328)
+++ PKGBUILD2018-02-08 18:58:17 UTC (rev 290329)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20171215
-pkgrel=2
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('mailcap' 'notmuch-runtime' 'lua')
-optdepends=('urlview: for url menu'
-'python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 290328, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 18:58:17 UTC (rev 290329)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20171215
+pkgrel=3
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 19, 2017 @ 18:10:43
  Author: jelle
Revision: 274903

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 274902, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   93 -
 1 file changed, 44 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-19 18:10:28 UTC (rev 274902)
+++ PKGBUILD2017-12-19 18:10:43 UTC (rev 274903)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20171208
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('mime-types' 'notmuch-runtime' 'lua')
-optdepends=('urlview: for url menu'
-'python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('9fdf28d73a893ad5dfc77f6d8662b599e92c73e6a7ff24c0db4673924e3dd735'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-autoreconf -i
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-debug \
---enable-gpgme \
---enable-lua \
---enable-notmuch \
---with-gss=/usr \
---with-ssl=/usr \
---with-sasl \
---with-curses=/usr \
---with-idn \
---with-gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 274902, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-19 18:10:43 UTC (rev 274903)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20171215
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('mailcap' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-12 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 12, 2017 @ 19:26:16
  Author: jelle
Revision: 274011

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 274010, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-12 19:26:05 UTC (rev 274010)
+++ PKGBUILD2017-12-12 19:26:16 UTC (rev 274011)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20171013
-pkgrel=2
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('mime-types' 'notmuch-runtime' 'lua')
-optdepends=('urlview: for url menu'
-'python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-autoreconf -i
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-debug \
---enable-gpgme \
---enable-lua \
---enable-notmuch \
---with-gss=/usr \
---with-ssl=/usr \
---with-sasl \
---with-curses=/usr \
---with-idn \
---with-gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 274010, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-12 19:26:16 UTC (rev 274011)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20171208
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('mime-types' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('9fdf28d73a893ad5dfc77f6d8662b599e92c73e6a7ff24c0db4673924e3dd735'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+autoreconf -i
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-debug \
+--enable-gpgme \
+--enable-lua \
+--enable-notmuch \
+--with-gss=/usr \
+--with-ssl=/usr \
+--with-sasl \
+--with-curses=/usr \
+--with-idn \
+--with-gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}