[arch-commits] Commit in mu/repos (6 files)

Pierre Neidhardt ambrevar at archlinux.org
Thu Jul 20 21:02:01 UTC 2017


    Date: Thursday, July 20, 2017 @ 21:02:00
  Author: ambrevar
Revision: 245865

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mu/repos/community-i686/
  mu/repos/community-i686/PKGBUILD
    (from rev 245864, mu/trunk/PKGBUILD)
  mu/repos/community-i686/mu.install
    (from rev 245864, mu/trunk/mu.install)
  mu/repos/community-x86_64/
  mu/repos/community-x86_64/PKGBUILD
    (from rev 245864, mu/trunk/PKGBUILD)
  mu/repos/community-x86_64/mu.install
    (from rev 245864, mu/trunk/mu.install)

-----------------------------+
 community-i686/PKGBUILD     |   28 ++++++++++++++++++++++++++++
 community-i686/mu.install   |   14 ++++++++++++++
 community-x86_64/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/mu.install |   14 ++++++++++++++
 4 files changed, 84 insertions(+)

Copied: mu/repos/community-i686/PKGBUILD (from rev 245864, mu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: csllbr; Popsch <popsch at gmx.net>
+
+pkgname=mu
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
+arch=("i686" "x86_64")
+url="http://www.djcbsoftware.nl/code/mu"
+license=("GPL")
+depends=("gmime" "xapian-core")
+makedepends=("emacs")
+optdepends=("guile: guile support"
+	"emacs: mu4e support")
+install="$pkgname.install"
+source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz")
+md5sums=('3b0f9ae97432f589d166afa93204545d')
+
+build() {
+	cd "$pkgname-$pkgver"
+	autoreconf -i
+	./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}

Copied: mu/repos/community-i686/mu.install (from rev 245864, mu/trunk/mu.install)
===================================================================
--- community-i686/mu.install	                        (rev 0)
+++ community-i686/mu.install	2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,14 @@
+post_install() {
+	cat << EOF
+==> In order to use mu4e, add the following lines to your ~/.emacs file:
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
+(require 'mu4e)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+	post_install $1
+}

Copied: mu/repos/community-x86_64/PKGBUILD (from rev 245864, mu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: csllbr; Popsch <popsch at gmx.net>
+
+pkgname=mu
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
+arch=("i686" "x86_64")
+url="http://www.djcbsoftware.nl/code/mu"
+license=("GPL")
+depends=("gmime" "xapian-core")
+makedepends=("emacs")
+optdepends=("guile: guile support"
+	"emacs: mu4e support")
+install="$pkgname.install"
+source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz")
+md5sums=('3b0f9ae97432f589d166afa93204545d')
+
+build() {
+	cd "$pkgname-$pkgver"
+	autoreconf -i
+	./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}

Copied: mu/repos/community-x86_64/mu.install (from rev 245864, mu/trunk/mu.install)
===================================================================
--- community-x86_64/mu.install	                        (rev 0)
+++ community-x86_64/mu.install	2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,14 @@
+post_install() {
+	cat << EOF
+==> In order to use mu4e, add the following lines to your ~/.emacs file:
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
+(require 'mu4e)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+	post_install $1
+}



More information about the arch-commits mailing list