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

Alad Wenter alad at archlinux.org
Sat Mar 2 17:03:19 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-03-02 17:03:05 UTC (rev 437403)
+++ PKGBUILD	2019-03-02 17:03:16 UTC (rev 437404)
@@ -1,53 +0,0 @@
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Chris Salzberg <chris at dejimata.com>
-# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
-
-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) <rich at flatcap.org>
-
-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)
+++ PKGBUILD	2019-03-02 17:03:16 UTC (rev 437404)
@@ -0,0 +1,55 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Chris Salzberg <chris at dejimata.com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
+
+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) <rich at flatcap.org>
+
+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
+}



More information about the arch-commits mailing list