[arch-commits] Commit in mutt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon May 16 19:51:04 UTC 2022


    Date: Monday, May 16, 2022 @ 19:51:03
  Author: dvzrv
Revision: 445885

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
    (from rev 445884, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 19:50:52 UTC (rev 445884)
+++ PKGBUILD	2022-05-16 19:51:03 UTC (rev 445885)
@@ -1,62 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: tobias [tobias [at] archlinux.org]
-
-pkgname=mutt
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="Small but very powerful text-based mail client"
-arch=(x86_64)
-url="http://www.mutt.org/"
-license=(GPL2)
-depends=(glibc libgpg-error openssl libsasl mime-types sqlite zlib)
-makedepends=(docbook-xml docbook-xsl elinks gdbm git gpgme krb5 libidn2 libxslt
-lynx ncurses)
-optdepends=(
-  'perl: for smime_keys'
-  'python: for experimental mutt_oath2.py'
-  'smtp-forwarder: to send mail'
-)
-backup=(etc/Muttrc)
-options=(debug)
-source=(git+https://gitlab.com/muttmua/$pkgname.git#tag=$pkgname-${pkgver//./-}-rel?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy <kevin at 8t8.us>
-
-prepare() {
-  cd $pkgname
-  autoreconf -fiv
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --enable-debug \
-              --enable-gpgme \
-              --enable-pop \
-              --enable-imap \
-              --enable-smtp \
-              --enable-hcache \
-              --enable-sidebar \
-              --enable-autocrypt \
-              --with-curses=/usr \
-              --with-gss=/usr \
-              --with-ssl=/usr \
-              --with-sqlite3 \
-              --with-sasl \
-              --with-idn2
-  make
-}
-
-package() {
-  depends+=(libgdbm.so libgpgme.so libgssapi_krb5.so libidn2.so libncursesw.so)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 contrib/gpg.rc "$pkgdir/etc/Muttrc.gpg.dist"
-
-  # /etc/mime.types is provided by mailcap
-  rm "$pkgdir/etc/mime.types"{,.dist}
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 445884, mutt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 19:51:03 UTC (rev 445885)
@@ -0,0 +1,62 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: tobias [tobias [at] archlinux.org]
+
+pkgname=mutt
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="Small but very powerful text-based mail client"
+arch=(x86_64)
+url="http://www.mutt.org/"
+license=(GPL2)
+depends=(glibc libgpg-error openssl libsasl mime-types sqlite zlib)
+makedepends=(docbook-xml docbook-xsl elinks gdbm git gpgme krb5 libidn2 libxslt
+lynx ncurses)
+optdepends=(
+  'perl: for smime_keys'
+  'python: for experimental mutt_oath2.py'
+  'smtp-forwarder: to send mail'
+)
+backup=(etc/Muttrc)
+options=(debug)
+source=(git+https://gitlab.com/muttmua/$pkgname.git#tag=$pkgname-${pkgver//./-}-rel?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy <kevin at 8t8.us>
+
+prepare() {
+  cd $pkgname
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --enable-debug \
+              --enable-gpgme \
+              --enable-pop \
+              --enable-imap \
+              --enable-smtp \
+              --enable-hcache \
+              --enable-sidebar \
+              --enable-autocrypt \
+              --with-curses=/usr \
+              --with-gss=/usr \
+              --with-ssl=/usr \
+              --with-sqlite3 \
+              --with-sasl \
+              --with-idn2
+  make
+}
+
+package() {
+  depends+=(libgdbm.so libgpgme.so libgssapi_krb5.so libidn2.so libncursesw.so)
+
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 contrib/gpg.rc "$pkgdir/etc/Muttrc.gpg.dist"
+
+  # /etc/mime.types is provided by mailcap
+  rm "$pkgdir/etc/mime.types"{,.dist}
+}



More information about the arch-commits mailing list