[arch-commits] Commit in neomutt/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Dec 19 18:10:29 UTC 2017


    Date: Tuesday, December 19, 2017 @ 18:10:28
  Author: jelle
Revision: 274902

upgpkg: neomutt 20171215-1

Modified:
  neomutt/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-19 18:03:21 UTC (rev 274901)
+++ PKGBUILD	2017-12-19 18:10:28 UTC (rev 274902)
@@ -4,42 +4,37 @@
 # Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
 
 pkgname=neomutt
-pkgver=20171208
+pkgver=20171215
 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')
+depends=('mailcap' 'notmuch-runtime' 'lua')
 optdepends=('urlview: for url menu'
             'python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt')
+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=('9fdf28d73a893ad5dfc77f6d8662b599e92c73e6a7ff24c0db4673924e3dd735'
+sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
             'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon (flatcap) <rich at flatcap.org>
 
-prepare() {
-    cd "$pkgname-$pkgname-$pkgver"
-    autoreconf -i
-}
-
 build() {
     cd "$pkgname-$pkgname-$pkgver"
     ./configure \
         --prefix=/usr \
         --sysconfdir=/etc \
-        --enable-debug \
-        --enable-gpgme \
+        --libexecdir=/usr/lib \
+        --gpgme \
         --enable-lua \
-        --enable-notmuch \
-        --with-gss=/usr \
-        --with-ssl=/usr \
-        --with-sasl \
-        --with-curses=/usr \
-        --with-idn \
-        --with-gdbm
+        --notmuch \
+        --gss \
+        --ssl \
+        --sasl \
+        --with-ui=ncurses \
+        --with-idn=/usr \
+        --gdbm
     make
 }
 



More information about the arch-commits mailing list