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

Antonio Rojas arojas at archlinux.org
Thu Jul 12 12:33:24 UTC 2018


    Date: Thursday, July 12, 2018 @ 12:33:24
  Author: arojas
Revision: 328309

archrelease: copy trunk to extra-x86_64

Added:
  msmtp/repos/extra-x86_64/PKGBUILD
    (from rev 328308, msmtp/trunk/PKGBUILD)
Deleted:
  msmtp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-12 12:32:59 UTC (rev 328308)
+++ PKGBUILD	2018-07-12 12:33:24 UTC (rev 328309)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgbase=msmtp
-pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.6.7
-pkgrel=1
-pkgdesc="A mini smtp client"
-arch=('x86_64')
-url="https://marlam.de/msmtp/"
-license=('GPL3')
-makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
-source=(https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz) # {,.sig} no key available
-sha256sums=('419da2ae177e95eb8fe698725d2cae43e50c77d11d5a3992ecc2739a05964357')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
-  make
-  make -C doc html pdf
-}
-
-package_msmtp() {
-  pkgdesc="A mini smtp client"
-  depends=('gsasl' 'libsecret')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install 
-  make DESTDIR="${pkgdir}" -C doc install-html install-pdf
-
-# Installing example configs and scripts to /usr/share/doc/msmtp
-# as they are not installed by default (Debian and Gentoo do it this way)
-  install -d "${pkgdir}/usr/share/doc/msmtp"
-  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} "${pkgdir}/usr/share/doc/msmtp/"
-  install -D -m644 doc/*.example "${pkgdir}/usr/share/doc/msmtp/"
-
-  install -D -m644 scripts/vim/msmtp.vim "${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
-}
-
-package_msmtp-mta() {
-  pkgdesc="A mini smtp client - the regular MTA"
-  depends=('msmtp')
-  provides=('smtp-forwarder')
-  conflicts=('smtp-forwarder')
-
-  install -d "${pkgdir}"/usr/bin
-  ln -s msmtp "${pkgdir}/usr/bin/sendmail"
-}

Copied: msmtp/repos/extra-x86_64/PKGBUILD (from rev 328308, msmtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-12 12:33:24 UTC (rev 328309)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=msmtp
+pkgname=('msmtp' 'msmtp-mta')
+pkgver=1.6.8
+pkgrel=1
+pkgdesc="A mini smtp client"
+arch=('x86_64')
+url="https://marlam.de/msmtp/"
+license=('GPL3')
+makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
+source=(https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz) # {,.sig} no key available
+sha256sums=('55ff95a304d888b56d07d9c62327ab9bfe26532c9c2a2ed6aefc43bea1b659fb')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
+  make
+  make -C doc html pdf
+}
+
+package_msmtp() {
+  pkgdesc="A mini smtp client"
+  depends=('gsasl' 'libsecret')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install 
+  make DESTDIR="${pkgdir}" -C doc install-html install-pdf
+
+# Installing example configs and scripts to /usr/share/doc/msmtp
+# as they are not installed by default (Debian and Gentoo do it this way)
+  install -d "${pkgdir}/usr/share/doc/msmtp"
+  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} "${pkgdir}/usr/share/doc/msmtp/"
+  install -D -m644 doc/*.example "${pkgdir}/usr/share/doc/msmtp/"
+
+  install -D -m644 scripts/vim/msmtp.vim "${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
+
+  chmod 755 "$pkgdir"/usr/share/doc/msmtp/{find_alias,msmtpqueue,set_sendmail}/*.sh
+  chmod 755 "$pkgdir"/usr/share/doc/msmtp/msmtpq/msmtp*
+}
+
+package_msmtp-mta() {
+  pkgdesc="A mini smtp client - the regular MTA"
+  depends=('msmtp')
+  provides=('smtp-forwarder')
+  conflicts=('smtp-forwarder')
+
+  install -d "${pkgdir}"/usr/bin
+  ln -s msmtp "${pkgdir}/usr/bin/sendmail"
+}



More information about the arch-commits mailing list