[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue Dec 19 18:10:44 UTC 2017
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
===================================================================
--- PKGBUILD 2017-12-19 18:10:28 UTC (rev 274902)
+++ PKGBUILD 2017-12-19 18:10:43 UTC (rev 274903)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Chris Salzberg <chris at dejimata.com>
-# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
-
-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) <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 \
- --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)
+++ PKGBUILD 2017-12-19 18:10:43 UTC (rev 274903)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Chris Salzberg <chris at dejimata.com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
+
+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) <rich at flatcap.org>
+
+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
+}
More information about the arch-commits
mailing list