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

Alad Wenter alad at archlinux.org
Sat Oct 14 15:22:48 UTC 2017


    Date: Saturday, October 14, 2017 @ 15:22:47
  Author: alad
Revision: 262751

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-14 15:16:29 UTC (rev 262750)
+++ PKGBUILD	2017-10-14 15:22:47 UTC (rev 262751)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Chris Salzberg <chris at dejimata.com>
-# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
-
-pkgname=neomutt
-pkgver=20171013
-pkgrel=1
-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) <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-testing-x86_64/PKGBUILD (from rev 262750, neomutt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-14 15:22:47 UTC (rev 262751)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Chris Salzberg <chris at dejimata.com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
+
+pkgname=neomutt
+pkgver=20171013
+pkgrel=1
+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) <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
+}



More information about the arch-commits mailing list