[arch-commits] Commit in notmuch/repos (8 files)

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 15:44:59
  Author: lfleischer
Revision: 262754

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 262753, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 262753, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 262753, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 262753, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  208 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  104 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  104 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 15:44:48 UTC (rev 262753)
+++ community-i686/PKGBUILD 2017-10-14 15:44:59 UTC (rev 262754)
@@ -1,104 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.25
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ca1dff22e30b86e6dfaa1b0b4eb7e1a6')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 262753, 
notmuch/trunk/PKGBUILD)

[arch-commits] Commit in notmuch/repos (8 files)

2017-08-05 Thread Lukas Fleischer
Date: Saturday, August 5, 2017 @ 09:47:02
  Author: lfleischer
Revision: 248636

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 248635, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 248635, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 248635, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 248635, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  208 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  104 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  104 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-05 09:46:48 UTC (rev 248635)
+++ community-i686/PKGBUILD 2017-08-05 09:47:02 UTC (rev 248636)
@@ -1,104 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.24.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f3373c838f7ad998e3c6dae7f780e9e5')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 248635, 
notmuch/trunk/PKGBUILD)

[arch-commits] Commit in notmuch/repos (8 files)

2017-06-15 Thread Lukas Fleischer
Date: Thursday, June 15, 2017 @ 09:22:39
  Author: lfleischer
Revision: 237114

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 237113, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 237113, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 237113, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 237113, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  208 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  104 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  104 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-15 09:22:29 UTC (rev 237113)
+++ community-i686/PKGBUILD 2017-06-15 09:22:39 UTC (rev 237114)
@@ -1,104 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.24.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('2fdf7e64d4b933370fc1ff6905448dbc')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 237113, 
notmuch/trunk/PKGBUILD)

[arch-commits] Commit in notmuch/repos (8 files)

2017-04-11 Thread Lukas Fleischer
Date: Wednesday, April 12, 2017 @ 04:41:51
  Author: lfleischer
Revision: 222469

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 222468, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 222468, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 222468, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 222468, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  208 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  101 -
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  101 -
 community-x86_64/notmuch.install |8 -
 6 files changed, 224 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 03:35:43 UTC (rev 222468)
+++ community-i686/PKGBUILD 2017-04-12 04:41:51 UTC (rev 222469)
@@ -1,101 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.24.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('2fdf7e64d4b933370fc1ff6905448dbc')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 222468, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in notmuch/repos (8 files)

2017-04-09 Thread Lukas Fleischer
Date: Sunday, April 9, 2017 @ 19:51:16
  Author: lfleischer
Revision: 221661

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 221659, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 221659, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 221659, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 221659, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  202 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  101 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  101 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-09 19:51:12 UTC (rev 221660)
+++ community-i686/PKGBUILD 2017-04-09 19:51:16 UTC (rev 221661)
@@ -1,101 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('12ec1054a5255c8aba12f4dfa148c67c')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 221659, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in notmuch/repos (8 files)

2017-01-12 Thread Lukas Fleischer
Date: Thursday, January 12, 2017 @ 16:49:54
  Author: lfleischer
Revision: 207022

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 207021, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 207021, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 207021, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 207021, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  202 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  101 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  101 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-12 16:49:34 UTC (rev 207021)
+++ community-i686/PKGBUILD 2017-01-12 16:49:54 UTC (rev 207022)
@@ -1,101 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.3
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f7da28273789b216ecadcddbb018b5a0')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 207021, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in notmuch/repos (8 files)

2016-11-30 Thread Lukas Fleischer
Date: Wednesday, November 30, 2016 @ 20:36:13
  Author: lfleischer
Revision: 197448

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 197447, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 197447, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 197447, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 197447, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  202 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  101 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  101 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-30 20:36:03 UTC (rev 197447)
+++ community-i686/PKGBUILD 2016-11-30 20:36:13 UTC (rev 197448)
@@ -1,101 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6b8311cf271d22dbc7630d32ed0731e1')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 197447, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in notmuch/repos (8 files)

2016-11-25 Thread Lukas Fleischer
Date: Friday, November 25, 2016 @ 17:53:02
  Author: lfleischer
Revision: 196866

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 196865, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 196865, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 196865, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 196865, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  202 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  101 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  101 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 17:52:54 UTC (rev 196865)
+++ community-i686/PKGBUILD 2016-11-25 17:53:02 UTC (rev 196866)
@@ -1,101 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9517874242ea929c11f754b493bc8186')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 196865, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in notmuch/repos (8 files)

2015-12-28 Thread Evangelos Foutras
Date: Monday, December 28, 2015 @ 22:31:15
  Author: foutrelis
Revision: 154694

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

Added:
  notmuch/repos/community-staging-i686/
  notmuch/repos/community-staging-i686/PKGBUILD
(from rev 154693, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-i686/notmuch-vim.install
(from rev 154693, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-staging-i686/notmuch.install
(from rev 154693, notmuch/trunk/notmuch.install)
  notmuch/repos/community-staging-x86_64/
  notmuch/repos/community-staging-x86_64/PKGBUILD
(from rev 154693, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-x86_64/notmuch-vim.install
(from rev 154693, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-staging-x86_64/notmuch.install
(from rev 154693, notmuch/trunk/notmuch.install)

--+
 community-staging-i686/PKGBUILD  |  102 +
 community-staging-i686/notmuch-vim.install   |   21 +
 community-staging-i686/notmuch.install   |8 +
 community-staging-x86_64/PKGBUILD|  102 +
 community-staging-x86_64/notmuch-vim.install |   21 +
 community-staging-x86_64/notmuch.install |8 +
 6 files changed, 262 insertions(+)

Copied: notmuch/repos/community-staging-i686/PKGBUILD (from rev 154693, 
notmuch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-28 21:31:15 UTC (rev 154694)
@@ -0,0 +1,102 @@
+# Maintainer: Daniel Wallace 
+# Maintainer: Lukas Fleischer 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.21
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://notmuchmail.org/;
+license=('GPL3')
+makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
+options=(!distcc !makeflags)
+source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a951212b8c4624e9a2069e9d9e00222b')
+
+prepare(){
+cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
+find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
+find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
+}
+
+build() {
+cd "$srcdir/$pkgbase-$pkgver"
+
+./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
+make 
+
+make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
+
+make ruby-bindings
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python"
+python setup.py build
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
+python2 setup.py build
+}
+
+package_notmuch-runtime(){
+pkgdesc="Runtime for notmuch and notmuch-mutt"
+depends=('xapian-core' 'gmime' 'talloc')
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
+
+install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
+rm -rf "$pkgdir/usr/share"
+}
+
+
+package_notmuch-vim(){
+pkgdesc="Vim plugins for notmuch"
+depends=('notmuch-runtime')
+install=notmuch-vim.install
+
+make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
+}
+
+
+package_notmuch(){
+pkgdesc="Notmuch is not much of an email program"
+depends=('notmuch-runtime')
+optdepends=('emacs: for using the emacs interface'
+'vim: for using the vim interface'
+'python2: for using the python2 bindings'
+'ruby: for using the ruby bindings'
+'gnupg: for email encryption')
+install=notmuch.install
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+# Install emacs parts
+make DESTDIR="$pkgdir/" install-emacs
+
+# Install manpages
+make DESTDIR="$pkgdir" prefix="/usr" install-man
+
+# Install ruby bindings
+sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
+make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
+
+# Install python bindings
+cd "$srcdir/$pkgbase-$pkgver/bindings/python"
+python setup.py install --prefix=/usr --root="$pkgdir"
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+package_notmuch-mutt(){
+pkgdesc="The mail indexer"
+depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  

[arch-commits] Commit in notmuch/repos (8 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 06:09:26
  Author: bpiotrowski
Revision: 149563

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

Added:
  notmuch/repos/community-staging-i686/
  notmuch/repos/community-staging-i686/PKGBUILD
(from rev 149562, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-i686/notmuch-vim.install
(from rev 149562, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-staging-i686/notmuch.install
(from rev 149562, notmuch/trunk/notmuch.install)
  notmuch/repos/community-staging-x86_64/
  notmuch/repos/community-staging-x86_64/PKGBUILD
(from rev 149562, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-x86_64/notmuch-vim.install
(from rev 149562, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-staging-x86_64/notmuch.install
(from rev 149562, notmuch/trunk/notmuch.install)

--+
 community-staging-i686/PKGBUILD  |  102 +
 community-staging-i686/notmuch-vim.install   |   21 +
 community-staging-i686/notmuch.install   |8 +
 community-staging-x86_64/PKGBUILD|  102 +
 community-staging-x86_64/notmuch-vim.install |   21 +
 community-staging-x86_64/notmuch.install |8 +
 6 files changed, 262 insertions(+)

Copied: notmuch/repos/community-staging-i686/PKGBUILD (from rev 149562, 
notmuch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 05:09:26 UTC (rev 149563)
@@ -0,0 +1,102 @@
+# Maintainer: Daniel Wallace 
+# Maintainer: Lukas Fleischer 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.21
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://notmuchmail.org/;
+license=('GPL3')
+makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
+options=(!distcc !makeflags)
+source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a951212b8c4624e9a2069e9d9e00222b')
+
+prepare(){
+cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
+find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
+find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
+}
+
+build() {
+cd "$srcdir/$pkgbase-$pkgver"
+
+./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
+make 
+
+make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
+
+make ruby-bindings
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python"
+python setup.py build
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
+python2 setup.py build
+}
+
+package_notmuch-runtime(){
+pkgdesc="Runtime for notmuch and notmuch-mutt"
+depends=('xapian-core' 'gmime' 'talloc')
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
+
+install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
+rm -rf "$pkgdir/usr/share"
+}
+
+
+package_notmuch-vim(){
+pkgdesc="Vim plugins for notmuch"
+depends=('notmuch-runtime')
+install=notmuch-vim.install
+
+make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
+}
+
+
+package_notmuch(){
+pkgdesc="Notmuch is not much of an email program"
+depends=('notmuch-runtime')
+optdepends=('emacs: for using the emacs interface'
+'vim: for using the vim interface'
+'python2: for using the python2 bindings'
+'ruby: for using the ruby bindings'
+'gnupg: for email encryption')
+install=notmuch.install
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+# Install emacs parts
+make DESTDIR="$pkgdir/" install-emacs
+
+# Install manpages
+make DESTDIR="$pkgdir" prefix="/usr" install-man
+
+# Install ruby bindings
+sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
+make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
+
+# Install python bindings
+cd "$srcdir/$pkgbase-$pkgver/bindings/python"
+python setup.py install --prefix=/usr --root="$pkgdir"
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+package_notmuch-mutt(){
+pkgdesc="The mail indexer"
+depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ 

[arch-commits] Commit in notmuch/repos (8 files)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 17:22:05
  Author: jelle
Revision: 141296

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

Added:
  notmuch/repos/community-staging-i686/
  notmuch/repos/community-staging-i686/PKGBUILD
(from rev 141295, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-i686/notmuch-vim.install
(from rev 141295, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-staging-i686/notmuch.install
(from rev 141295, notmuch/trunk/notmuch.install)
  notmuch/repos/community-staging-x86_64/
  notmuch/repos/community-staging-x86_64/PKGBUILD
(from rev 141295, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-x86_64/notmuch-vim.install
(from rev 141295, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-staging-x86_64/notmuch.install
(from rev 141295, notmuch/trunk/notmuch.install)

--+
 community-staging-i686/PKGBUILD  |  103 +
 community-staging-i686/notmuch-vim.install   |   21 +
 community-staging-i686/notmuch.install   |8 +
 community-staging-x86_64/PKGBUILD|  103 +
 community-staging-x86_64/notmuch-vim.install |   21 +
 community-staging-x86_64/notmuch.install |8 +
 6 files changed, 264 insertions(+)

Copied: notmuch/repos/community-staging-i686/PKGBUILD (from rev 141295, 
notmuch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 15:22:05 UTC (rev 141296)
@@ -0,0 +1,103 @@
+# Maintainer: Daniel Wallace 
+# Maintainer: Lukas Fleischer 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.20.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://notmuchmail.org/;
+license=('GPL3')
+makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
+options=(!distcc !makeflags)
+source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4042de105925bb693f5f9c750bed28d1')
+
+prepare(){
+cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
+find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
+find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
+}
+
+build() {
+cd "$srcdir/$pkgbase-$pkgver"
+
+./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
+make 
+
+make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/ruby"
+ruby extconf.rb --vendor
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python"
+python setup.py build
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
+python2 setup.py build
+}
+
+package_notmuch-runtime(){
+pkgdesc="Runtime for notmuch and notmuch-mutt"
+depends=('xapian-core' 'gmime' 'talloc')
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
+
+install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
+rm -rf "$pkgdir/usr/share"
+}
+
+
+package_notmuch-vim(){
+pkgdesc="Vim plugins for notmuch"
+depends=('notmuch-runtime')
+install=notmuch-vim.install
+
+make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
+}
+
+
+package_notmuch(){
+pkgdesc="Notmuch is not much of an email program"
+depends=('notmuch-runtime')
+optdepends=('emacs: for using the emacs interface'
+'vim: for using the vim interface'
+'python2: for using the python2 bindings'
+'ruby: for using the ruby bindings'
+'gnupg: for email encryption')
+install=notmuch.install
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+# Install emacs parts
+make DESTDIR="$pkgdir/" install-emacs
+
+# Install manpages
+make DESTDIR="$pkgdir" prefix="/usr" install-man
+
+# Install ruby bindings
+sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
+make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
+
+# Install python bindings
+cd "$srcdir/$pkgbase-$pkgver/bindings/python"
+python setup.py install --prefix=/usr --root="$pkgdir"
+
+cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+package_notmuch-mutt(){
+pkgdesc="The mail indexer"
+depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
+
+cd "$srcdir/$pkgbase-$pkgver"
+
+install -Dm755 "contrib/$pkgname/$pkgname" 

[arch-commits] Commit in notmuch/repos (8 files)

2014-12-10 Thread Daniel Wallace
Date: Thursday, December 11, 2014 @ 02:24:39
  Author: dwallace
Revision: 123751

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

Added:
  notmuch/repos/community-i686/
  notmuch/repos/community-i686/PKGBUILD
(from rev 123750, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 123750, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 123750, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 123750, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/
  notmuch/repos/community-x86_64/

--+
 community-i686/PKGBUILD  |  114 +
 community-i686/notmuch.install   |   21 ++
 community-x86_64/PKGBUILD|  114 +
 community-x86_64/notmuch.install |   21 ++
 4 files changed, 270 insertions(+)

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 123750, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-11 01:24:39 UTC (rev 123751)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: fauno fauno at kiwwwi.com.ar
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+# Contributor: Richard Murri ad...@richardmurri.com
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.19
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://notmuchmail.org/;
+license=('GPL3')
+makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
+options=(!distcc !makeflags)
+source=(http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4ff0e560534dfcd48159b96233640239')
+
+prepare(){
+#cp -dpr --no-preserve=ownership $srcdir/$pkgname-$pkgver 
$srcdir/$pkgname-runtime-$pkgver
+cp -dpr --no-preserve=ownership 
$srcdir/${pkgname}-$pkgver/bindings/python{,2}
+
+find $srcdir/${pkgname}-${pkgver}/bindings/python -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
+find $srcdir/${pkgname}-${pkgver}/bindings/python2 -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
+}
+build() {
+cd $srcdir/${pkgname}-$pkgver
+
+./configure --prefix=/usr --sysconfdir=/etc \
+   --includedir=/usr/include \
+   --without-zsh-completion
+
+make 
+( pushd contrib/$pkgbase-deliver
+export CPPFLAGS=-I ../../lib
+./autogen.sh
+./configure --prefix=/usr --sysconfdir=/etc \
+   --includedir=/usr/include \
+LDFLAGS=-L$srcdir/$pkgname-$pkgver/lib \
+CPPFLAGS=-I$srcdir/$pkgname-$pkgver/lib
+make)
+make -C contrib/${pkgbase}-mutt ${pkgname}-mutt.1
+
+cd bindings/ruby
+ruby extconf.rb --vendor
+
+   cd $srcdir/${pkgname}-${pkgver}/bindings/python
+   python setup.py build
+
+   cd $srcdir/${pkgname}-${pkgver}/bindings/python2
+   python2 setup.py build
+}
+
+package_notmuch-runtime(){
+pkgdesc=Runtime for notmuch and notmuch-mutt
+depends=('xapian-core' 'gmime' 'talloc')
+cd $srcdir/${pkgbase}-$pkgver
+make DESTDIR=$pkgdir/ LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
+   install -Dm755 notmuch $pkgdir/usr/bin/notmuch
+rm -rf $pkgdir/usr/share
+}
+
+
+package_notmuch-vim(){
+   pkgdesc=Vim plugins for notmuch
+   depends=('notmuch-runtime')
+install=notmuch.install
+make -C $srcdir/$pkgbase-$pkgver/vim DESTDIR=$pkgdir 
prefix=/usr/share/vim/vimfiles install
+}
+
+
+package_notmuch(){
+pkgdesc=Notmuch is not much of an email program
+depends=('notmuch-runtime')
+optdepends=('emacs: for using the emacs interface'
+'vim: for using the vim interface'
+'python2: for using the python2 bindings'
+'ruby: for using the ruby bindings'
+'gnupg: for email encryption')
+
+cd $srcdir/${pkgname}-$pkgver
+
+# Install emacs parts
+make DESTDIR=$pkgdir/ install-emacs
+
+# Install manpages
+make DESTDIR=$pkgdir prefix=/usr install-man
+
+# Install ruby bindings
+sed -i 's:INSTALL = .*[^D]$: -D:' bindings/ruby/Makefile
+make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
+
+# Install notmuch-deliver
+make -C contrib/${pkgbase}-deliver DESTDIR=$pkgdir install
+
+# Install python bindings
+cd $srcdir/${pkgname}-${pkgver}/bindings/python2
+   python2 setup.py install --prefix=/usr --root=$pkgdir
+
+cd $srcdir/${pkgname}-${pkgver}/bindings/python
+   python setup.py install --prefix=/usr --root=$pkgdir
+
+}
+
+package_notmuch-mutt(){
+pkgdesc=The mail indexer
+depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu'