[arch-commits] Commit in notmuch/trunk (PKGBUILD)

2019-06-23 Thread Lukas Fleischer via arch-commits
Date: Sunday, June 23, 2019 @ 16:59:33
  Author: lfleischer
Revision: 483200

upgpkg: notmuch 0.29.1-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 16:56:10 UTC (rev 483199)
+++ PKGBUILD2019-06-23 16:59:33 UTC (rev 483200)
@@ -6,15 +6,15 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.28.4
+pkgver=0.29.1
 pkgrel=1
 arch=('x86_64')
 url="https://notmuchmail.org/;
 license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
+makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
 options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('138b0a512f10578298921f7f1cb2924e')
+source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d45bc3f5177a0fa63d7469bb98ee5f45')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
@@ -41,7 +41,7 @@
 
 package_notmuch-runtime(){
 pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
+depends=('xapian-core' 'gmime3' 'talloc')
 
 cd "$srcdir/$pkgbase-$pkgver"
 


[arch-commits] Commit in notmuch/repos/community-x86_64 (4 files)

2019-06-23 Thread Lukas Fleischer via arch-commits
Date: Sunday, June 23, 2019 @ 16:59:44
  Author: lfleischer
Revision: 483201

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  212 +++---
 notmuch.install |   16 ++--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 16:59:33 UTC (rev 483200)
+++ PKGBUILD2019-06-23 16:59:44 UTC (rev 483201)
@@ -1,106 +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.28.4
-pkgrel=1
-arch=('x86_64')
-url="https://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=('138b0a512f10578298921f7f1cb2924e')
-
-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 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-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
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-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 ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-# 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-x86_64/PKGBUILD (from rev 483200, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 16:59:44 UTC (rev 483201)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Danie

[arch-commits] Commit in bison/trunk (PKGBUILD)

2019-06-23 Thread Lukas Fleischer via arch-commits
Date: Sunday, June 23, 2019 @ 16:27:10
  Author: lfleischer
Revision: 356813

upgpkg: bison 3.4-1

Upstream update.

Modified:
  bison/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 15:54:35 UTC (rev 356812)
+++ PKGBUILD2019-06-23 16:27:10 UTC (rev 356813)
@@ -3,7 +3,7 @@
 # Contributor: Eric Belanger 
 
 pkgname=bison
-pkgver=3.3.2
+pkgver=3.4
 pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc' 'm4' 'sh')
 groups=('base-devel')
 source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('c9b552dee234b2f6b66e56b27e5234c9'
+md5sums=('dda1296e8a6a4819708f1173af5f2abe'
  'SKIP')
 
 validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille


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

2019-06-23 Thread Lukas Fleischer via arch-commits
Date: Sunday, June 23, 2019 @ 16:27:18
  Author: lfleischer
Revision: 356814

archrelease: copy trunk to testing-x86_64

Added:
  bison/repos/testing-x86_64/
  bison/repos/testing-x86_64/PKGBUILD
(from rev 356813, bison/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: bison/repos/testing-x86_64/PKGBUILD (from rev 356813, 
bison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-23 16:27:18 UTC (rev 356814)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+
+pkgname=bison
+pkgver=3.4
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('x86_64')
+license=('GPL3')
+url="https://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('dda1296e8a6a4819708f1173af5f2abe'
+ 'SKIP')
+
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in fcgiwrap/repos/community-x86_64 (7 files)

2019-06-20 Thread Lukas Fleischer via arch-commits
Date: Friday, June 21, 2019 @ 01:52:14
  Author: lfleischer
Revision: 482558

archrelease: copy trunk to community-x86_64

Added:
  fcgiwrap/repos/community-x86_64/LICENSE
(from rev 482557, fcgiwrap/trunk/LICENSE)
  fcgiwrap/repos/community-x86_64/PKGBUILD
(from rev 482557, fcgiwrap/trunk/PKGBUILD)
  fcgiwrap/repos/community-x86_64/dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
(from rev 482557, 
fcgiwrap/trunk/dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch)
  
fcgiwrap/repos/community-x86_64/link-with-libsystemd-instead-of-libsystemd-daemon.patch
(from rev 482557, 
fcgiwrap/trunk/link-with-libsystemd-instead-of-libsystemd-daemon.patch)
Deleted:
  fcgiwrap/repos/community-x86_64/LICENSE
  fcgiwrap/repos/community-x86_64/PKGBUILD
  
fcgiwrap/repos/community-x86_64/link-with-libsystemd-instead-of-libsystemd-daemon.patch

-+
 LICENSE |   48 +++
 PKGBUILD|   95 +++---
 dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch  |   22 +++
 link-with-libsystemd-instead-of-libsystemd-daemon.patch |   52 +++
 4 files changed, 122 insertions(+), 95 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-06-21 01:52:02 UTC (rev 482557)
+++ LICENSE 2019-06-21 01:52:14 UTC (rev 482558)
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2007-2010 Grzegorz Nosek
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */

Copied: fcgiwrap/repos/community-x86_64/LICENSE (from rev 482557, 
fcgiwrap/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-06-21 01:52:14 UTC (rev 482558)
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2007-2010 Grzegorz Nosek
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 01:52:02 UTC (rev 482557)
+++ PKGBUILD2019-06-21 01:52:14 UTC (rev 482558)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Bull Schaefer 
-# Contributor: Ron Huang 
-
-pkgname=fcgiwrap
-pkgver=1.1.0
-pkgrel=5
-pkgdesc='A simple server for running CGI applications over FastCGI.'
-arch=('x86_64')
-url='http://nginx.localdomain.pl/wiki/FcgiWrap'
-license=('MIT')
-depends=('fcgi' 'systemd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz;
-'link-with-libsystemd-instead-of-libsystemd-daemon.patch'
-'LICENSE')
-md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
- 'b2428010802d80c577553ee8c0fd8d7a'
- '5aee62c27b4308f25ab32f05da387366')
-
-prepare() {
-  cd "${srcdir}/${pk

[arch-commits] Commit in fcgiwrap/trunk (2 files)

2019-06-20 Thread Lukas Fleischer via arch-commits
Date: Friday, June 21, 2019 @ 01:52:02
  Author: lfleischer
Revision: 482557

upgpkg: fcgiwrap 1.1.0-6

Apply upstream bug fix.

Added:
  fcgiwrap/trunk/dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
Modified:
  fcgiwrap/trunk/PKGBUILD

+
 PKGBUILD   |7 ++-
 dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch |   22 ++
 2 files changed, 28 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 01:50:08 UTC (rev 482556)
+++ PKGBUILD2019-06-21 01:52:02 UTC (rev 482557)
@@ -4,7 +4,7 @@
 
 pkgname=fcgiwrap
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A simple server for running CGI applications over FastCGI.'
 arch=('x86_64')
 url='http://nginx.localdomain.pl/wiki/FcgiWrap'
@@ -12,9 +12,11 @@
 depends=('fcgi' 'systemd')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz;
 'link-with-libsystemd-instead-of-libsystemd-daemon.patch'
+'dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch'
 'LICENSE')
 md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
  'b2428010802d80c577553ee8c0fd8d7a'
+ '3d573f45fac637a1076388683bd0beaf'
  '5aee62c27b4308f25ab32f05da387366')
 
 prepare() {
@@ -23,6 +25,9 @@
   # https://github.com/gnosek/fcgiwrap/pull/37
   patch -Np1 -i ../link-with-libsystemd-instead-of-libsystemd-daemon.patch
 
+  # fix kill() parameters
+  patch -Np1 -i ../dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
+
   autoreconf -vi
 }
 

Added: dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
===
--- dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch  
(rev 0)
+++ dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch  2019-06-21 01:52:02 UTC 
(rev 482557)
@@ -0,0 +1,22 @@
+From dc0c3b14f0d7bb014a9a4c6c17eb55a123496365 Mon Sep 17 00:00:00 2001
+From: "D.pz" 
+Date: Mon, 28 Aug 2017 23:54:08 +0800
+Subject: [PATCH] 1.fix: kill() parameter sequence wrong
+
+---
+ fcgiwrap.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/fcgiwrap.c b/fcgiwrap.c
+index b44d8aa..bfd9a90 100644
+--- a/fcgiwrap.c
 b/fcgiwrap.c
+@@ -205,7 +205,7 @@ static void fcgi_finish(struct fcgi_context *fc, const 
char* msg)
+   if (fc->fd_stderr >= 0) close(fc->fd_stderr);
+ 
+   if (fc->cgi_pid)
+-  kill(SIGTERM, fc->cgi_pid);
++  kill(fc->cgi_pid, SIGTERM);
+ }
+ 
+ static const char * fcgi_pass_fd(struct fcgi_context *fc, int *fdp, FCGI_FILE 
*ffp, char *buf, size_t bufsize)


[arch-commits] Commit in calcurse/repos/community-x86_64 (4 files)

2019-06-18 Thread Lukas Fleischer via arch-commits
Date: Tuesday, June 18, 2019 @ 22:48:25
  Author: lfleischer
Revision: 482224

archrelease: copy trunk to community-x86_64

Added:
  calcurse/repos/community-x86_64/PKGBUILD
(from rev 482223, calcurse/trunk/PKGBUILD)
  calcurse/repos/community-x86_64/calcurse.install
(from rev 482223, calcurse/trunk/calcurse.install)
Deleted:
  calcurse/repos/community-x86_64/PKGBUILD
  calcurse/repos/community-x86_64/calcurse.install

--+
 PKGBUILD |   64 ++---
 calcurse.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-18 22:48:13 UTC (rev 482223)
+++ PKGBUILD2019-06-18 22:48:25 UTC (rev 482224)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse
-pkgver=4.4.0
-pkgrel=1
-pkgdesc='A text-based personal organizer.'
-arch=('x86_64')
-url='http://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=('python: for CalDAV support')
-install='calcurse.install'
-source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('222c01ec5d2ed038bfbe625ae67aba54'
- 'SKIP')
-validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: calcurse/repos/community-x86_64/PKGBUILD (from rev 482223, 
calcurse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-18 22:48:25 UTC (rev 482224)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: wain 
+
+pkgname=calcurse
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='A text-based personal organizer.'
+arch=('x86_64')
+url='https://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=('python: for CalDAV support')
+install='calcurse.install'
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('26e8c3e47a5cde45d216525b1e1e464d'
+ 'SKIP')
+validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: calcurse.install
===
--- calcurse.install2019-06-18 22:48:13 UTC (rev 482223)
+++ calcurse.install2019-06-18 22:48:25 UTC (rev 482224)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}

Copied: calcurse/repos/community-x86_64/calcurse.install (from rev 482223, 
calcurse/trunk/calcurse.install)
===
--- calcurse.install(rev 0)
+++ calcurse.install2019-06-18 22:48:25 UTC (rev 482224)
@@ -0,0 +1,8 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.0.0) < 0 )); then
+cat <<"EOF"
+==> The configuration file format has changed in calcurse 3.0.0.
+==> Run `calcurse-upgrade` to upgrade your configuration files.
+EOF
+  fi
+}


[arch-commits] Commit in calcurse/trunk (PKGBUILD)

2019-06-18 Thread Lukas Fleischer via arch-commits
Date: Tuesday, June 18, 2019 @ 22:48:13
  Author: lfleischer
Revision: 482223

upgpkg: calcurse 4.5.0-1

Upstream update.

Modified:
  calcurse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 22:08:02 UTC (rev 48)
+++ PKGBUILD2019-06-18 22:48:13 UTC (rev 482223)
@@ -3,7 +3,7 @@
 # Contributor: wain 
 
 pkgname=calcurse
-pkgver=4.4.0
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('python: for CalDAV support')
 install='calcurse.install'
 source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('222c01ec5d2ed038bfbe625ae67aba54'
+md5sums=('26e8c3e47a5cde45d216525b1e1e464d'
  'SKIP')
 validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
 


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

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:12:03
  Author: lfleischer
Revision: 478202

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 478201, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-07 17:11:57 UTC (rev 478201)
+++ PKGBUILD2019-06-07 17:12:03 UTC (rev 478202)
@@ -1,46 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.18.2
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
-makedepends=('python2-setuptools')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'python2-requests-oauthlib: OneDrive backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('a5d16cc0a95f0fd2bb309cd0b8015945'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 478201, 
duplicity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2019-06-07 17:12:03 UTC (rev 478202)
@@ -0,0 +1,46 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.7.19
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('x86_64')
+url='https://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
+makedepends=('python2-setuptools')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'python2-requests-oauthlib: OneDrive backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('b4decdb60275c87b4fafab55c31dc5ce'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}


[arch-commits] Commit in duplicity/trunk (PKGBUILD)

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:11:57
  Author: lfleischer
Revision: 478201

upgpkg: duplicity 0.7.19-1

Upstream update.

Modified:
  duplicity/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 17:11:50 UTC (rev 478200)
+++ PKGBUILD2019-06-07 17:11:57 UTC (rev 478201)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.18.2
+pkgver=0.7.19
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'python2-requests-oauthlib: OneDrive backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('a5d16cc0a95f0fd2bb309cd0b8015945'
+md5sums=('b4decdb60275c87b4fafab55c31dc5ce'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


[arch-commits] Commit in tor/repos/community-x86_64 (10 files)

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:10:40
  Author: lfleischer
Revision: 478196

archrelease: copy trunk to community-x86_64

Added:
  tor/repos/community-x86_64/PKGBUILD
(from rev 478195, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.service
(from rev 478195, tor/trunk/tor.service)
  tor/repos/community-x86_64/tor.sysusers
(from rev 478195, tor/trunk/tor.sysusers)
  tor/repos/community-x86_64/tor.tmpfiles
(from rev 478195, tor/trunk/tor.tmpfiles)
  tor/repos/community-x86_64/torrc
(from rev 478195, tor/trunk/torrc)
Deleted:
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/tor.sysusers
  tor/repos/community-x86_64/tor.tmpfiles
  tor/repos/community-x86_64/torrc

--+
 PKGBUILD |  102 +++
 tor.service  |   30 ++--
 tor.sysusers |2 
 tor.tmpfiles |2 
 torrc|  378 -
 5 files changed, 257 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-07 17:10:28 UTC (rev 478195)
+++ PKGBUILD2019-06-07 17:10:40 UTC (rev 478196)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.3.5.8
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('x86_64')
-url='https://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service'
-'tor.sysusers'
-'tor.tmpfiles')
-md5sums=('e4b0feca80cc221ab235c9544851b146'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74'
- '5de6b0aff2a152a03d8eb7a473edc5ff'
- '30e307d882c818cb44bcb2d6b81789a3')
-validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
-  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-  install -Dm0644 "${srcdir}/tor.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/tor.conf"
-  install -Dm0644 "${srcdir}/tor.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/tor.conf"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-x86_64/PKGBUILD (from rev 478195, 
tor/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-07 17:10:40 UTC (rev 478196)
@@ -0,0 +1,51 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.4.0.5
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('x86_64')
+url='https://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service'
+'tor.sysusers'
+'tor.tmpfiles')
+md5sums=('23278fc58d0014db22b428cdae3ea966'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74'
+ '5de6b0aff2a152a03d8eb7a473edc5ff'
+ '30e307d882c818cb44bcb2d6b81789a3')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
+  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
+  install -Dm0644 &quo

[arch-commits] Commit in tor/trunk (PKGBUILD)

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:10:28
  Author: lfleischer
Revision: 478195

upgpkg: tor 0.4.0.5-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 17:10:10 UTC (rev 478194)
+++ PKGBUILD2019-06-07 17:10:28 UTC (rev 478195)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.3.5.8
+pkgver=0.4.0.5
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'tor.service'
 'tor.sysusers'
 'tor.tmpfiles')
-md5sums=('e4b0feca80cc221ab235c9544851b146'
+md5sums=('23278fc58d0014db22b428cdae3ea966'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74'


[arch-commits] Commit in tcsh/trunk (PKGBUILD)

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:08:48
  Author: lfleischer
Revision: 478189

upgpkg: tcsh 6.21.00-1

Upstream update.

Modified:
  tcsh/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 17:06:43 UTC (rev 478188)
+++ PKGBUILD2019-06-07 17:08:48 UTC (rev 478189)
@@ -3,11 +3,11 @@
 # Contributor: Judd Vinet 
 
 pkgname=tcsh
-pkgver=6.20.00
-pkgrel=2
+pkgver=6.21.00
+pkgrel=1
 pkgdesc='Enhanced version of the Berkeley C shell.'
 arch=('x86_64')
-url='http://www.tcsh.org/Welcome'
+url='https://www.tcsh.org/'
 license=('BSD')
 depends=('ncurses')
 backup=('etc/csh.cshrc'
@@ -16,7 +16,7 @@
 source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'csh.cshrc'
 'csh.login')
-md5sums=('59d40ef40a68e790d95e182069431834'
+md5sums=('5bd5f11515cc5cca92fa92f9d4b9'
  '7ca0fe6d1a1b9a0093f632499d4fb112'
  '4869b9da87c79854e2cc97241f125853')
 


[arch-commits] Commit in tcsh/repos/community-x86_64 (8 files)

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:08:57
  Author: lfleischer
Revision: 478190

archrelease: copy trunk to community-x86_64

Added:
  tcsh/repos/community-x86_64/PKGBUILD
(from rev 478189, tcsh/trunk/PKGBUILD)
  tcsh/repos/community-x86_64/csh.cshrc
(from rev 478189, tcsh/trunk/csh.cshrc)
  tcsh/repos/community-x86_64/csh.login
(from rev 478189, tcsh/trunk/csh.login)
  tcsh/repos/community-x86_64/tcsh.install
(from rev 478189, tcsh/trunk/tcsh.install)
Deleted:
  tcsh/repos/community-x86_64/PKGBUILD
  tcsh/repos/community-x86_64/csh.cshrc
  tcsh/repos/community-x86_64/csh.login
  tcsh/repos/community-x86_64/tcsh.install

--+
 PKGBUILD |   80 +++
 csh.cshrc|  192 -
 csh.login|  142 +-
 tcsh.install |   26 +++
 4 files changed, 220 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-07 17:08:48 UTC (rev 478189)
+++ PKGBUILD2019-06-07 17:08:57 UTC (rev 478190)
@@ -1,40 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Eric Belanger 
-# Contributor: Judd Vinet 
-
-pkgname=tcsh
-pkgver=6.20.00
-pkgrel=2
-pkgdesc='Enhanced version of the Berkeley C shell.'
-arch=('x86_64')
-url='http://www.tcsh.org/Welcome'
-license=('BSD')
-depends=('ncurses')
-backup=('etc/csh.cshrc'
-'etc/csh.login')
-install='tcsh.install'
-source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'csh.cshrc'
-'csh.login')
-md5sums=('59d40ef40a68e790d95e182069431834'
- '7ca0fe6d1a1b9a0093f632499d4fb112'
- '4869b9da87c79854e2cc97241f125853')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" mandir=/usr/share/man install install.man
-
-  install -Dm0644 "${srcdir}/csh.cshrc" "${pkgdir}/etc/csh.cshrc"
-  install -Dm0644 "${srcdir}/csh.login" "${pkgdir}/etc/csh.login"
-  install -Dm0644 Copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  ln -s tcsh "${pkgdir}/usr/bin/csh"
-  ln -s tcsh.1 "${pkgdir}/usr/share/man/man1/csh.1"
-}

Copied: tcsh/repos/community-x86_64/PKGBUILD (from rev 478189, 
tcsh/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-06-07 17:08:57 UTC (rev 478190)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Eric Belanger 
+# Contributor: Judd Vinet 
+
+pkgname=tcsh
+pkgver=6.21.00
+pkgrel=1
+pkgdesc='Enhanced version of the Berkeley C shell.'
+arch=('x86_64')
+url='https://www.tcsh.org/'
+license=('BSD')
+depends=('ncurses')
+backup=('etc/csh.cshrc'
+'etc/csh.login')
+install='tcsh.install'
+source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'csh.cshrc'
+'csh.login')
+md5sums=('5bd5f11515cc5cca92fa92f9d4b9'
+ '7ca0fe6d1a1b9a0093f632499d4fb112'
+ '4869b9da87c79854e2cc97241f125853')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" mandir=/usr/share/man install install.man
+
+  install -Dm0644 "${srcdir}/csh.cshrc" "${pkgdir}/etc/csh.cshrc"
+  install -Dm0644 "${srcdir}/csh.login" "${pkgdir}/etc/csh.login"
+  install -Dm0644 Copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  ln -s tcsh "${pkgdir}/usr/bin/csh"
+  ln -s tcsh.1 "${pkgdir}/usr/share/man/man1/csh.1"
+}

Deleted: csh.cshrc
===
--- csh.cshrc   2019-06-07 17:08:48 UTC (rev 478189)
+++ csh.cshrc   2019-06-07 17:08:57 UTC (rev 478190)
@@ -1,96 +0,0 @@
-#
-##
-## Gentoo's csh.cshrc
-##
-## Based on the TCSH package (http://tcshrc.sourceforge.net)
-## 
-## .tcshrc 2Sep2001, Simos Xenitellis (si...@hellug.gr)
-##
-## 2003-01-13  --  Alain Penders (al...@gentoo.org)
-## Renamed to /etc/csh.cshrc, basic cleanup work.
-##
-## 2003-01-24  --  Alain Penders (al...@gentoo.org)
-## Improved config file handling.
-##
-onintr -
-##
-
-##
-## Load the environment defaults.
-##
-if ( -r /etc/csh.env ) then
-source /etc/csh.env
-endif
-
-
-##
-## Make sure our path includes the basic stuff for root and normal users.
-##
-if ($LOGNAME == "root") then
-set -f path = ( $path /sbin )
-set -f path = ( $path /usr/sbin )
-set -f path = ( $path /usr/local/s

[arch-commits] Commit in stunnel/repos/community-x86_64 (8 files)

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:06:43
  Author: lfleischer
Revision: 478188

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 478187, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 478187, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
(from rev 478187, stunnel/trunk/stunnel.sysusers.conf)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 478187, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

---+
 Makefile.patch|   24 +-
 PKGBUILD  |  108 
 stunnel.sysusers.conf |2 
 stunnel.tmpfiles.conf |2 
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2019-06-07 17:06:28 UTC (rev 478187)
+++ Makefile.patch  2019-06-07 17:06:43 UTC (rev 478188)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 478187, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2019-06-07 17:06:43 UTC (rev 478188)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-07 17:06:28 UTC (rev 478187)
+++ PKGBUILD2019-06-07 17:06:43 UTC (rev 478188)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.52
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl' 'libnsl')
-makedepends=('systemd')
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.sysusers.conf'
-'stunnel.tmpfiles.conf')
-sha512sums=('fc635fabe836437c620b1f578593245953dde51ca28d1334a916b75cbddae8a16710141fb7b3a6203a56af5da2952f44e510a480cb6fa0ad5ebef7244eb012a3'
-'SKIP'
-
'2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404caaf22cf40055d557d8b37a6aea20a228699721b79db1'
-
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-  -e "s:no\(body\|group\):stunnel:g" \
-  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 478187, 
stunnel/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-07 17:06:43 UTC (rev 478188)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer 
+# Contributor

[arch-commits] Commit in stunnel/trunk (PKGBUILD)

2019-06-07 Thread Lukas Fleischer via arch-commits
Date: Friday, June 7, 2019 @ 17:06:28
  Author: lfleischer
Revision: 478187

upgpkg: stunnel 5.54-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 16:41:21 UTC (rev 478186)
+++ PKGBUILD2019-06-07 17:06:28 UTC (rev 478187)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.52
+pkgver=5.54
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'Makefile.patch'
 'stunnel.sysusers.conf'
 'stunnel.tmpfiles.conf')
-sha512sums=('fc635fabe836437c620b1f578593245953dde51ca28d1334a916b75cbddae8a16710141fb7b3a6203a56af5da2952f44e510a480cb6fa0ad5ebef7244eb012a3'
+sha512sums=('3c8f782c48fbe2dc4909e8d4c5db6491cd9c58fe0763107546d8420b8b49a02a4a1258e88282d07b31e784111c7f167d66c7c2af92f347685b393d443a653cd9'
 'SKIP'
 
'2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404caaf22cf40055d557d8b37a6aea20a228699721b79db1'
 
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:50:30
  Author: lfleischer
Revision: 476556

upgpkg: maim 5.5.3-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:46:46 UTC (rev 476555)
+++ PKGBUILD2019-06-01 21:50:30 UTC (rev 476556)
@@ -3,8 +3,8 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.5.2
-pkgrel=4
+pkgver=5.5.3
+pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('72cebb63ca6f57be5ca5e52a4e10a05e')
+md5sums=('ca877cdcf454f454076c6bf7a6d85890')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:50:36
  Author: lfleischer
Revision: 476557

archrelease: copy trunk to community-x86_64

Added:
  maim/repos/community-x86_64/PKGBUILD
(from rev 476556, maim/trunk/PKGBUILD)
Deleted:
  maim/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:50:30 UTC (rev 476556)
+++ PKGBUILD2019-06-01 21:50:36 UTC (rev 476557)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=5.5.2
-pkgrel=4
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
-makedepends=('cmake' 'glm')
-source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('72cebb63ca6f57be5ca5e52a4e10a05e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 476556, 
maim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 21:50:36 UTC (rev 476557)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=5.5.3
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('ca877cdcf454f454076c6bf7a6d85890')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in notmuch/repos/community-x86_64 (4 files)

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:46:46
  Author: lfleischer
Revision: 476555

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  212 +++---
 notmuch.install |   16 ++--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:46:39 UTC (rev 476554)
+++ PKGBUILD2019-06-01 21:46:46 UTC (rev 476555)
@@ -1,106 +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.28.3
-pkgrel=1
-arch=('x86_64')
-url="https://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=('ec0cc9e2782b82db2fbc107b52142d70')
-
-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 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-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
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-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 ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-# 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-x86_64/PKGBUILD (from rev 476554, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 21:46:46 UTC (rev 476555)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Danie

[arch-commits] Commit in notmuch/trunk (PKGBUILD)

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:46:39
  Author: lfleischer
Revision: 476554

upgpkg: notmuch 0.28.4-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:44:48 UTC (rev 476553)
+++ PKGBUILD2019-06-01 21:46:39 UTC (rev 476554)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.28.3
+pkgver=0.28.4
 pkgrel=1
 arch=('x86_64')
 url="https://notmuchmail.org/;
@@ -14,7 +14,7 @@
 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=('ec0cc9e2782b82db2fbc107b52142d70')
+md5sums=('138b0a512f10578298921f7f1cb2924e')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


[arch-commits] Commit in mpop/repos/community-x86_64 (4 files)

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:44:48
  Author: lfleischer
Revision: 476553

archrelease: copy trunk to community-x86_64

Added:
  mpop/repos/community-x86_64/PKGBUILD
(from rev 476552, mpop/trunk/PKGBUILD)
  mpop/repos/community-x86_64/mpop.install
(from rev 476552, mpop/trunk/mpop.install)
Deleted:
  mpop/repos/community-x86_64/PKGBUILD
  mpop/repos/community-x86_64/mpop.install

--+
 PKGBUILD |   64 -
 mpop.install |   16 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:44:41 UTC (rev 476552)
+++ PKGBUILD2019-06-01 21:44:48 UTC (rev 476553)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('x86_64')
-url="https://marlam.de/mpop/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('0ec54ee4456e91c5f968158e5eb5ecbd'
- 'SKIP')
-validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
-  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-x86_64/PKGBUILD (from rev 476552, 
mpop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2019-06-01 21:44:48 UTC (rev 476553)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('x86_64')
+url="https://marlam.de/mpop/;
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
+md5sums=('0895e7c0a9d7d540634054ee6bb08537'
+ 'SKIP')
+validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
+  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
+}

Deleted: mpop.install
===
--- mpop.install2019-06-01 21:44:41 UTC (rev 476552)
+++ mpop.install2019-06-01 21:44:48 UTC (rev 476553)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: mpop/repos/community-x86_64/mpop.install (from rev 476552, 
mpop/trunk/mpop.install)
===
--- mpop.install(rev 0)
+++ mpop.install2019-06-01 21:44:48 UTC (rev 476553)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in mpop/trunk (PKGBUILD)

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:44:41
  Author: lfleischer
Revision: 476552

upgpkg: mpop 1.4.4-1

Upstream update.

Modified:
  mpop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:44:00 UTC (rev 476551)
+++ PKGBUILD2019-06-01 21:44:41 UTC (rev 476552)
@@ -3,7 +3,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=mpop
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gnutls' 'libidn')
 install=mpop.install
 source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('0ec54ee4456e91c5f968158e5eb5ecbd'
+md5sums=('0895e7c0a9d7d540634054ee6bb08537'
  'SKIP')
 validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
 


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:44:00
  Author: lfleischer
Revision: 476551

archrelease: copy trunk to community-x86_64

Added:
  ledger/repos/community-x86_64/PKGBUILD
(from rev 476550, ledger/trunk/PKGBUILD)
Deleted:
  ledger/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:42:55 UTC (rev 476550)
+++ PKGBUILD2019-06-01 21:44:00 UTC (rev 476551)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Abdelhakim Qbaich 
-# Contributor: korjjj 
-# Contributor: TDY 
-# Contributor: Adam Ehlers Nyholm Thomsen 
-# Contributor: Nathan Jones 
-
-pkgname=ledger
-pkgver=3.1.2
-pkgrel=2
-pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
-arch=('i686' 'x86_64')
-url='http://ledger-cli.org'
-license=('BSD')
-depends=('python2' 'boost' 'libedit')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('3ecebe00e8135246e5437e4364bb7a38869fad7c3250b849cf8c18ca2628182e')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--DUSE_PYTHON:BOOL=TRUE \
--DDISABLE_ASSERTS:BOOL=TRUE \
--DBUILD_EMACSLISP:BOOL=TRUE
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ledger/repos/community-x86_64/PKGBUILD (from rev 476550, 
ledger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 21:44:00 UTC (rev 476551)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Abdelhakim Qbaich 
+# Contributor: korjjj 
+# Contributor: TDY 
+# Contributor: Adam Ehlers Nyholm Thomsen 
+# Contributor: Nathan Jones 
+
+pkgname=ledger
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
+arch=('i686' 'x86_64')
+url='http://ledger-cli.org'
+license=('BSD')
+depends=('python2' 'boost' 'libedit')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-DUSE_PYTHON:BOOL=TRUE \
+-DDISABLE_ASSERTS:BOOL=TRUE \
+-DBUILD_EMACSLISP:BOOL=TRUE
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in ledger/trunk (PKGBUILD)

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:42:55
  Author: lfleischer
Revision: 476550

upgpkg: ledger 3.1.3-1

Upstream update.

Modified:
  ledger/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 17:46:37 UTC (rev 476549)
+++ PKGBUILD2019-06-01 21:42:55 UTC (rev 476550)
@@ -6,8 +6,8 @@
 # Contributor: Nathan Jones 
 
 pkgname=ledger
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.3
+pkgrel=1
 pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
 arch=('i686' 'x86_64')
 url='http://ledger-cli.org'
@@ -15,7 +15,7 @@
 depends=('python2' 'boost' 'libedit')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('3ecebe00e8135246e5437e4364bb7a38869fad7c3250b849cf8c18ca2628182e')
+sha256sums=('b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in ntp/repos/extra-x86_64 (10 files)

2019-03-13 Thread Lukas Fleischer via arch-commits
Date: Wednesday, March 13, 2019 @ 17:12:09
  Author: lfleischer
Revision: 347837

archrelease: copy trunk to extra-x86_64

Added:
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 347836, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 347836, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntp.sysusers
(from rev 347836, ntp/trunk/ntp.sysusers)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 347836, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 347836, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntp.sysusers
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate.service

-+
 PKGBUILD|   96 +++---
 ntp.conf|   48 +--
 ntp.sysusers|4 +-
 ntpd.service|   26 +++---
 ntpdate.service |   24 ++---
 5 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-13 17:12:00 UTC (rev 347836)
+++ PKGBUILD2019-03-13 17:12:09 UTC (rev 347837)
@@ -1,48 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Gaetan Bisson 
-# Contributor: kevin 
-
-pkgname=ntp
-_pkgname=ntp #-dev
-_pkgver=4.2.8p12
-pkgver=${_pkgver/p/.p}
-pkgrel=2
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz;
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service'
-'ntp.sysusers')
-sha1sums=('316a0c823beb3ea12c8ce125442a0cda15c45d73'
-  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
-  '0a872385e0142888ab48d273fec0669b30a8'
-  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
-  'e8d1c895eabeb45b1a5f096fa5fc3c088eb3ee71')
-options=('!emptydirs')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-
-   ./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps 
--enable-ntp-signd
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
"${pkgdir}"/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 ../ntp.sysusers "${pkgdir}"/usr/lib/sysusers.d/ntp.conf
-   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   install -d -o 87 "${pkgdir}"/var/lib/ntp
-   echo > "${pkgdir}/var/lib/ntp/.placeholder"
-}

Copied: ntp/repos/extra-x86_64/PKGBUILD (from rev 347836, ntp/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-03-13 17:12:09 UTC (rev 347837)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p13
+pkgver=${_pkgver/p/.p}
+pkgrel=2
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service'
+'ntp.sysusers')
+sha1sums=('cff200a987d64e891fb349a22313ecb0feaea090'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+  '0a872385e0142888ab48d273fec0669b30a8'
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
+  'e8d1c895eabeb45b1a5f096fa5fc3c088eb3ee71')
+options=('!emptydirs')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   ./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps 
--enable-ntp-signd
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
+   install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
+   install -Dm644 ../ntpdate.service 
"${pkgdir}"/usr/lib/systemd/system/ntpdate.service
+   install -Dm644 ../ntp.sysusers "${pkgdir}"/usr/lib/sysusers.d/ntp.conf
+   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   install -d -o 87 "${pkgdir}"/var/lib/ntp
+   echo > "${pkgdir}/var/lib/ntp/.placeholder

[arch-commits] Commit in ntp/trunk (PKGBUILD)

2019-03-13 Thread Lukas Fleischer via arch-commits
Date: Wednesday, March 13, 2019 @ 17:12:00
  Author: lfleischer
Revision: 347836

upgpkg: ntp 4.2.8.p13-2

Upstream update.

Modified:
  ntp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 15:20:55 UTC (rev 347835)
+++ PKGBUILD2019-03-13 17:12:00 UTC (rev 347836)
@@ -4,7 +4,7 @@
 
 pkgname=ntp
 _pkgname=ntp #-dev
-_pkgver=4.2.8p12
+_pkgver=4.2.8p13
 pkgver=${_pkgver/p/.p}
 pkgrel=2
 pkgdesc='Network Time Protocol reference implementation'
@@ -18,7 +18,7 @@
 'ntpd.service'
 'ntpdate.service'
 'ntp.sysusers')
-sha1sums=('316a0c823beb3ea12c8ce125442a0cda15c45d73'
+sha1sums=('cff200a987d64e891fb349a22313ecb0feaea090'
   'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
   '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'


[arch-commits] Commit in notmuch/repos/community-x86_64 (4 files)

2019-03-13 Thread Lukas Fleischer via arch-commits
Date: Wednesday, March 13, 2019 @ 16:03:20
  Author: lfleischer
Revision: 440893

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  212 +++---
 notmuch.install |   16 ++--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-13 16:03:03 UTC (rev 440892)
+++ PKGBUILD2019-03-13 16:03:20 UTC (rev 440893)
@@ -1,106 +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.28.2
-pkgrel=1
-arch=('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=('4c2eec786802b757042da792b835d3fd')
-
-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 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-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
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-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 ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-# 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-x86_64/PKGBUILD (from rev 440892, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-13 16:03:20 UTC (rev 440893)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Danie

[arch-commits] Commit in notmuch/trunk (PKGBUILD)

2019-03-13 Thread Lukas Fleischer via arch-commits
Date: Wednesday, March 13, 2019 @ 16:03:03
  Author: lfleischer
Revision: 440892

upgpkg: notmuch 0.28.3-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 15:18:25 UTC (rev 440891)
+++ PKGBUILD2019-03-13 16:03:03 UTC (rev 440892)
@@ -6,15 +6,15 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.28.2
+pkgver=0.28.3
 pkgrel=1
 arch=('x86_64')
-url="http://notmuchmail.org/;
+url="https://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=('4c2eec786802b757042da792b835d3fd')
+md5sums=('ec0cc9e2782b82db2fbc107b52142d70')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


[arch-commits] Commit in protobuf-c/repos (3 files)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:38:01
  Author: lfleischer
Revision: 347023

archrelease: copy trunk to staging-x86_64

Added:
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 347022, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/invalid-namespace.patch
(from rev 347022, protobuf-c/trunk/invalid-namespace.patch)

-+
 PKGBUILD|   38 ++
 invalid-namespace.patch |   23 +++
 2 files changed, 61 insertions(+)

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 347022, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-03 13:38:01 UTC (rev 347023)
@@ -0,0 +1,38 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+invalid-namespace.patch)
+sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267'
+'050306bae86af55f90606613d3c362c3c93af779aa6be3e639c6a1df3c228c87')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../invalid-namespace.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/invalid-namespace.patch (from rev 
347022, protobuf-c/trunk/invalid-namespace.patch)
===
--- staging-x86_64/invalid-namespace.patch  (rev 0)
+++ staging-x86_64/invalid-namespace.patch  2019-03-03 13:38:01 UTC (rev 
347023)
@@ -0,0 +1,23 @@
+From 080724364a5aad61728f8eba57677467bf329088 Mon Sep 17 00:00:00 2001
+From: storyun 
+Date: Wed, 19 Sep 2018 11:34:48 +0900
+Subject: [PATCH] Invalid namespace
+
+google::protobuf::message::Reflaction is not exist namespace.
+---
+ t/generated-code2/cxx-generate-packed-data.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/generated-code2/cxx-generate-packed-data.cc 
b/t/generated-code2/cxx-generate-packed-data.cc
+index 4fd3e25..0865d2e 100644
+--- a/t/generated-code2/cxx-generate-packed-data.cc
 b/t/generated-code2/cxx-generate-packed-data.cc
+@@ -998,7 +998,7 @@ static void dump_test_packed_repeated_enum (void)
+ static void dump_test_unknown_fields (void)
+ {
+   EmptyMess mess;
+-  const google::protobuf::Message::Reflection *reflection = 
mess.GetReflection();
++  const google::protobuf::Reflection *reflection = mess.GetReflection();
+   google::protobuf::UnknownFieldSet *fs = 
reflection->MutableUnknownFields();
+ 
+ #if GOOGLE_PROTOBUF_VERSION >= 2001000


[arch-commits] Commit in protobuf-c/trunk (4 files)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:37:56
  Author: lfleischer
Revision: 347022

upgpkg: protobuf-c 1.3.1-2

protobuf 3.7.0 rebuild.

Added:
  protobuf-c/trunk/invalid-namespace.patch
Modified:
  protobuf-c/trunk/PKGBUILD
Deleted:
  protobuf-c/trunk/add-std-namespace-to-some-types.patch
  protobuf-c/trunk/protobuf36.patch

---+
 PKGBUILD  |   13 ++
 add-std-namespace-to-some-types.patch |  107 -
 invalid-namespace.patch   |   23 
 protobuf36.patch  |  157 
 4 files changed, 33 insertions(+), 267 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:25:30 UTC (rev 347021)
+++ PKGBUILD2019-03-03 13:37:56 UTC (rev 347022)
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Protocol Buffers implementation in C'
 arch=('x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -11,9 +11,16 @@
 license=('BSD')
 depends=('protobuf')
 provides=('libprotobuf-c.so')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+invalid-namespace.patch)
+sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267'
+'050306bae86af55f90606613d3c362c3c93af779aa6be3e639c6a1df3c228c87')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../invalid-namespace.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --disable-static

Deleted: add-std-namespace-to-some-types.patch
===
--- add-std-namespace-to-some-types.patch   2019-03-03 13:25:30 UTC (rev 
347021)
+++ add-std-namespace-to-some-types.patch   2019-03-03 13:37:56 UTC (rev 
347022)
@@ -1,107 +0,0 @@
-From 034e603d2a5e629c1c3fbac405638f8afb3ead51 Mon Sep 17 00:00:00 2001
-From: Fredrik Gustafsson 
-Date: Sun, 11 Mar 2018 08:57:46 +0100
-Subject: [PATCH] Add std:: to some types
-
-This is required for compilation to succeed on debian jessie with g++
-6.3.0.

- protoc-c/c_file.h   |  2 +-
- protoc-c/c_generator.cc |  8 
- protoc-c/c_helpers.cc   | 12 ++--
- 3 files changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/protoc-c/c_file.h b/protoc-c/c_file.h
-index ed38ce4..84df522 100644
 a/protoc-c/c_file.h
-+++ b/protoc-c/c_file.h
-@@ -104,7 +104,7 @@ class FileGenerator {
-   scoped_array > extension_generators_;
- 
-   // E.g. if the package is foo.bar, package_parts_ is {"foo", "bar"}.
--  vector package_parts_;
-+  std::vector package_parts_;
- 
-   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator);
- };
-diff --git a/protoc-c/c_generator.cc b/protoc-c/c_generator.cc
-index a0d0cb6..79a272f 100644
 a/protoc-c/c_generator.cc
-+++ b/protoc-c/c_generator.cc
-@@ -80,13 +80,13 @@ namespace c {
- //   "foo=bar,baz,qux=corge"
- // parses to the pairs:
- //   ("foo", "bar"), ("baz", ""), ("qux", "corge")
--void ParseOptions(const string& text, vector >* output) {
--  vector parts;
-+void ParseOptions(const string& text, std::vector 
>* output) {
-+  std::vector parts;
-   SplitStringUsing(text, ",", );
- 
-   for (unsigned i = 0; i < parts.size(); i++) {
- string::size_type equals_pos = parts[i].find_first_of('=');
--pair value;
-+std::pair value;
- if (equals_pos == string::npos) {
-   value.first = parts[i];
-   value.second = "";
-@@ -105,7 +105,7 @@ bool CGenerator::Generate(const FileDescriptor* file,
- const string& parameter,
- OutputDirectory* output_directory,
- string* error) const {
--  vector > options;
-+  std::vector > options;
-   ParseOptions(parameter, );
- 
-   // -
-diff --git a/protoc-c/c_helpers.cc b/protoc-c/c_helpers.cc
-index b79b5b0..71b8682 100644
 a/protoc-c/c_helpers.cc
-+++ b/protoc-c/c_helpers.cc
-@@ -177,7 +177,7 @@ string ToCamel(const string ) {
- }
- 
- string FullNameToLower(const string _name) {
--  vector pieces;
-+  std::vector pieces;
-   SplitStringUsing(full_name, ".", );
-   string rv = "";
-   for (unsigned i = 0; i < pieces.size(); i++) {
-@@ -188,7 +188,7 @@ string FullNameToLower(const string _name) {
-   return rv;
- }
- string FullNameToUpper(const string _name) {
--  vector pieces;
-+  std::vector pieces;
-   SplitStringUsing(full_name, ".", );
-   string rv = "";
-   for (unsigned i = 0; i < pieces.size(); i++) {
-@@ -199,7 +199,7 @@ string FullNameToUpper(const string _name) {
-   return rv;
- }
- string FullNameToC(const string _name) {
--  vector pieces;
-+  std::vector pieces;
-   SplitStringUsing(full_name, ".", );
-   string rv = "";
-   for (unsigned i = 0; i < 

[arch-commits] Commit in xerces-c/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:24:41
  Author: lfleischer
Revision: 347019

xerces-c: use HTTPs

Modified:
  xerces-c/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:23:01 UTC (rev 347018)
+++ PKGBUILD2019-03-03 13:24:41 UTC (rev 347019)
@@ -8,10 +8,10 @@
 pkgrel=1
 pkgdesc="A validating XML parser written in a portable subset of C++"
 arch=('x86_64')
-url="http://xerces.apache.org/xerces-c/;
+url="https://xerces.apache.org/xerces-c/;
 license=('APACHE')
 depends=('gcc-libs' 'curl' 'libnsl')
-source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+source=("https://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('7aac41029b0d7a5eadd31cc975b391c2')
 
 build() {


[arch-commits] Commit in unzip/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:23:01
  Author: lfleischer
Revision: 347018

unzip: use HTTPs

Modified:
  unzip/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:22:05 UTC (rev 347017)
+++ PKGBUILD2019-03-03 13:23:01 UTC (rev 347018)
@@ -8,11 +8,11 @@
 _pkgver=${pkgver/./}
 pkgrel=13
 pkgdesc='For extracting and viewing files in .zip archives'
-url='http://www.info-zip.org/UnZip.html'
+url='https://www.info-zip.org/UnZip.html'
 arch=('x86_64')
 license=('custom')
 depends=('bzip2' 'bash')
-source=("http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;
+source=("https://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;
 'overflow-fsize.patch'
 'cve20149636.patch'
 'test_compr_eb.patch'


[arch-commits] Commit in lirc/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:22:05
  Author: lfleischer
Revision: 347017

lirc: use HTTPs

Modified:
  lirc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:44:20 UTC (rev 347016)
+++ PKGBUILD2019-03-03 13:22:05 UTC (rev 347017)
@@ -8,7 +8,7 @@
 epoch=1
 pkgdesc="Linux Infrared Remote Control utilities"
 arch=('x86_64')
-url="http://www.lirc.org/;
+url="https://www.lirc.org/;
 license=('GPL')
 depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat')
 makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python' 
'python-setuptools')
@@ -17,7 +17,7 @@
 conflicts=('lirc-utils')
 replaces=('lirc-utils')
 backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
-source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+source=("https://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
 lirc-0.10-build-fix.patch
 lirc.logrotate
 lirc.tmpfiles)


[arch-commits] Commit in python-llfuse/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 12:24:07
  Author: lfleischer
Revision: 437452

archrelease: copy trunk to community-x86_64

Added:
  python-llfuse/repos/community-x86_64/PKGBUILD
(from rev 437451, python-llfuse/trunk/PKGBUILD)
Deleted:
  python-llfuse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 12:24:00 UTC (rev 437451)
+++ PKGBUILD2019-03-03 12:24:07 UTC (rev 437452)
@@ -1,48 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/;
-license=('LGPL')
-depends=('fuse2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'cython')
-checkdepends=('python-pytest' 'python2-pytest')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
-md5sums=('9fbb82c0db909d139f9fafa27c76781e')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  set -x
-  pythonpath=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH"-2*)
-  PYTHONPATH="${pythonpath[0]}" python -m pytest
-  PYTHONPATH="${pythonpath[1]}" python2 -m pytest
-  set +x
-}
-
-package_python-llfuse() {
-  depends+=(python)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2-contextlib2)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 437451, 
python-llfuse/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-03-03 12:24:07 UTC (rev 437452)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgname=python-llfuse
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('x86_64')
+url="https://bitbucket.org/nikratio/python-llfuse/;
+license=('LGPL')
+depends=('python' 'fuse2')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31/llfuse-$pkgver.tar.bz2;)
+md5sums=('4996674fa327c6c93174c1f71961ac6c')
+
+build() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py build_ext --inplace
+}
+
+check() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python -m pytest test/
+}
+
+package() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-llfuse/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 12:24:00
  Author: lfleischer
Revision: 437451

upgpkg: python-llfuse 1.3.6-1

* Upstream update.
* Remove Python 2 support.

Modified:
  python-llfuse/trunk/PKGBUILD

--+
 PKGBUILD |   37 ++---
 1 file changed, 10 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 12:20:30 UTC (rev 437450)
+++ PKGBUILD2019-03-03 12:24:00 UTC (rev 437451)
@@ -1,48 +1,31 @@
 # Maintainer: Lukas Fleischer 
 # Contributor: Brendan MacDonell 
 
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.5
+pkgname=python-llfuse
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('x86_64')
 url="https://bitbucket.org/nikratio/python-llfuse/;
 license=('LGPL')
-depends=('fuse2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'cython')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('python' 'fuse2')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
 options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
-md5sums=('9fbb82c0db909d139f9fafa27c76781e')
+source=("https://files.pythonhosted.org/packages/75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31/llfuse-$pkgver.tar.bz2;)
+md5sums=('4996674fa327c6c93174c1f71961ac6c')
 
 build() {
   cd "${srcdir}/llfuse-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
+  python setup.py build_ext --inplace
 }
 
 check() {
   cd "${srcdir}/llfuse-${pkgver}"
-
-  set -x
-  pythonpath=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH"-2*)
-  PYTHONPATH="${pythonpath[0]}" python -m pytest
-  PYTHONPATH="${pythonpath[1]}" python2 -m pytest
-  set +x
+  python -m pytest test/
 }
 
-package_python-llfuse() {
-  depends+=(python)
-
+package() {
   cd "${srcdir}/llfuse-${pkgver}"
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-llfuse() {
-  depends+=(python2-contextlib2)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


[arch-commits] Commit in bison/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:44:14
  Author: lfleischer
Revision: 347015

upgpkg: bison 3.3.2-1

Upstream update.

Modified:
  bison/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:32:56 UTC (rev 347014)
+++ PKGBUILD2019-03-03 11:44:14 UTC (rev 347015)
@@ -3,16 +3,16 @@
 # Contributor: Eric Belanger 
 
 pkgname=bison
-pkgver=3.2
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('x86_64')
 license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html;
+url="https://www.gnu.org/software/bison/bison.html;
 depends=('glibc' 'm4' 'sh')
 groups=('base-devel')
-source=("ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('35b07c9c7108d5aba9baff05b97cee3c'
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('c9b552dee234b2f6b66e56b27e5234c9'
  'SKIP')
 
 validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:44:20
  Author: lfleischer
Revision: 347016

archrelease: copy trunk to testing-x86_64

Added:
  bison/repos/testing-x86_64/
  bison/repos/testing-x86_64/PKGBUILD
(from rev 347015, bison/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: bison/repos/testing-x86_64/PKGBUILD (from rev 347015, 
bison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-03 11:44:20 UTC (rev 347016)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+
+pkgname=bison
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('x86_64')
+license=('GPL3')
+url="https://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('c9b552dee234b2f6b66e56b27e5234c9'
+ 'SKIP')
+
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in m4/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:32:37
  Author: lfleischer
Revision: 347013

m4: use HTTPs

Modified:
  m4/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:32:12 UTC (rev 347012)
+++ PKGBUILD2019-03-03 11:32:37 UTC (rev 347013)
@@ -6,11 +6,11 @@
 pkgrel=2
 pkgdesc="The GNU macro processor"
 arch=('x86_64')
-url="http://www.gnu.org/software/m4;
+url="https://www.gnu.org/software/m4;
 license=('GPL3')
 groups=('base-devel')
 depends=('glibc' 'bash')
-source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
+source=(https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
 m4-1.4.18-glibc-change-work-around.patch)
 md5sums=('730bb15d96fffe47e148d1e09235af82'
  'SKIP'


[arch-commits] Commit in make/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:32:56
  Author: lfleischer
Revision: 347014

make: use HTTPs

Modified:
  make/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:32:37 UTC (rev 347013)
+++ PKGBUILD2019-03-03 11:32:56 UTC (rev 347014)
@@ -6,11 +6,11 @@
 pkgrel=3
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('x86_64')
-url="http://www.gnu.org/software/make;
+url="https://www.gnu.org/software/make;
 license=('GPL3')
 groups=('base-devel')
 depends=('glibc' 'guile')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
 guile-2.2.patch
 make-4.2.1-glob1.patch
 make-4.2.1-glob2.patch


[arch-commits] Commit in autoconf/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:31:38
  Author: lfleischer
Revision: 347011

autoconf: use HTTPs

Modified:
  autoconf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:29:24 UTC (rev 347010)
+++ PKGBUILD2019-03-03 11:31:38 UTC (rev 347011)
@@ -7,12 +7,12 @@
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
-url="http://www.gnu.org/software/autoconf;
+url="https://www.gnu.org/software/autoconf;
 groups=('base-devel')
 depends=('awk' 'm4' 'diffutils' 'sh')
 makedepends=('help2man')  # needed while perl patch is present
 checkdepends=('gcc-fortran')
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 autoconf-2.69-perl-5.22-autoscan.patch
 autoconf-2.69-perl-5.28.patch
 autoconf-2.69-libtool-compatibility.patch)


[arch-commits] Commit in automake/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:32:12
  Author: lfleischer
Revision: 347012

automake: use HTTPs

Modified:
  automake/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:31:38 UTC (rev 347011)
+++ PKGBUILD2019-03-03 11:32:12 UTC (rev 347012)
@@ -8,7 +8,7 @@
 pkgdesc="A GNU tool for automatically creating Makefiles"
 arch=('any')
 license=('GPL')
-url="http://www.gnu.org/software/automake;
+url="https://www.gnu.org/software/automake;
 groups=('base-devel')
 depends=('perl' 'bash')
 makedepends=('autoconf')


[arch-commits] Commit in flex/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:29:24
  Author: lfleischer
Revision: 347010

flex: use GPG signature

Modified:
  flex/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 10:02:52 UTC (rev 347009)
+++ PKGBUILD2019-03-03 11:29:24 UTC (rev 347010)
@@ -12,10 +12,12 @@
 groups=('base-devel')
 depends=('glibc' 'm4' 'sh')
 makedepends=('help2man')
-source=("https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz;
+source=("https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz"{,.sig}
 "flex-pie.patch")
 md5sums=('2882e3179748cc9f9c23ec593d6adc8d'
+ 'SKIP'
  '0a8e8242b37c57b0bc0c6f673bceb5b7')
+validpgpkeys=('56C67868E93390AA1039AD1CE4B29C8D64885307') # Will Estes
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in python-magic/repos/community-any (PKGBUILD PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:47:33
  Author: lfleischer
Revision: 437442

archrelease: copy trunk to community-any

Added:
  python-magic/repos/community-any/PKGBUILD
(from rev 437441, python-magic/trunk/PKGBUILD)
Deleted:
  python-magic/repos/community-any/PKGBUILD

--+
 PKGBUILD |   53 ++---
 1 file changed, 22 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:47:30 UTC (rev 437441)
+++ PKGBUILD2019-03-03 09:47:33 UTC (rev 437442)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.36
-pkgrel=1
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 437441, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-03-03 09:47:33 UTC (rev 437442)
@@ -0,0 +1,22 @@
+# Maintainer: Lukas Fleischer 
+
+pkgname=python-magic
+pkgver=5.36
+pkgrel=2
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+depends=('python')
+makedepends=('python-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
+
+package_python-magic() {
+  cd "${srcdir}/file-${pkgver}/python"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in python-magic/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:47:30
  Author: lfleischer
Revision: 437441

upgpkg: python-magic 5.36-2

Drop Python 2 support.

Modified:
  python-magic/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:26:04 UTC (rev 437440)
+++ PKGBUILD2019-03-03 09:47:30 UTC (rev 437441)
@@ -1,31 +1,22 @@
 # Maintainer: Lukas Fleischer 
 
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
+pkgname=python-magic
 pkgver=5.36
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings to the magic library"
 arch=('any')
 url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 license=('custom')
 source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
 
sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
 
 package_python-magic() {
-  depends=('python')
+  cd "${srcdir}/file-${pkgver}/python"
 
-  cd "${srcdir}/file-${pkgver}/python"
   python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
 
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
   install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
 "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


[arch-commits] Commit in protobuf/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:43:37
  Author: lfleischer
Revision: 347007

archrelease: copy trunk to staging-x86_64

Added:
  protobuf/repos/staging-x86_64/
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 347006, protobuf/trunk/PKGBUILD)

--+
 PKGBUILD |   87 +
 1 file changed, 87 insertions(+)

Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 347006, 
protobuf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-03 09:43:37 UTC (rev 347007)
@@ -0,0 +1,87 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.7.0
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
+
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
+md5sums=('99ab003ca0e98c9dc40edbd60dd43633'
+ '16877098823401d1bf2ed7891d7dce36')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+
+  cp -r "$srcdir/googletest-release-${_gtestver}/googletest" 
third_party/googletest/googletest
+  cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
third_party/googletest/googlemock
+
+  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
third_party/googletest/googletest/scripts/*.py
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./autogen.sh
+
+  cd "$srcdir/$pkgbase-$pkgver/third_party/googletest/googletest"
+  autoreconf -fiv
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver/third_party/googletest/googlemock"
+  autoreconf -fiv
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C "$srcdir/$pkgbase-$pkgver" check
+}
+
+package_protobuf() {
+  replaces=('protobuf-cpp')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=('python2' 'python2-six' "protobuf=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python2 setup.py install --root="$pkgdir" --cpp_implementation
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python3 setup.py install --root="$pkgdir" --cpp_implementation
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in protobuf/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:43:34
  Author: lfleischer
Revision: 347006

upgpkg: protobuf 3.7.0-1

Upstream update.

Modified:
  protobuf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 02:51:21 UTC (rev 347005)
+++ PKGBUILD2019-03-03 09:43:34 UTC (rev 347006)
@@ -8,7 +8,7 @@
 
 pkgbase='protobuf'
 pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.6.1.3
+pkgver=3.7.0
 _gtestver=1.8.0
 pkgrel=1
 pkgdesc="Protocol Buffers - Google's data interchange format"
@@ -19,7 +19,7 @@
 makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
 
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
-md5sums=('df2b44d14d8745c06232d90f35845765'
+md5sums=('99ab003ca0e98c9dc40edbd60dd43633'
  '16877098823401d1bf2ed7891d7dce36')
 
 prepare() {


[arch-commits] Commit in nickle/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:26:00
  Author: lfleischer
Revision: 437439

upgpkg: nickle 2.84-1

Upstream update.

Modified:
  nickle/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:24:05 UTC (rev 437438)
+++ PKGBUILD2019-03-03 09:26:00 UTC (rev 437439)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=nickle
-pkgver=2.82
-pkgrel=2
+pkgver=2.84
+pkgrel=1
 pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
 arch=('x86_64')
 url="http://nickle.org;
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('readline')
 source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7a94fe60d07d7b8db7b47781929fb8d3')
+md5sums=('cf2a1e403698835a152e56b625857e07')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:26:04
  Author: lfleischer
Revision: 437440

archrelease: copy trunk to community-x86_64

Added:
  nickle/repos/community-x86_64/PKGBUILD
(from rev 437439, nickle/trunk/PKGBUILD)
Deleted:
  nickle/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:26:00 UTC (rev 437439)
+++ PKGBUILD2019-03-03 09:26:04 UTC (rev 437440)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=nickle
-pkgver=2.82
-pkgrel=2
-pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
-arch=('x86_64')
-url="http://nickle.org;
-license=('custom')
-depends=('readline')
-source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7a94fe60d07d7b8db7b47781929fb8d3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: nickle/repos/community-x86_64/PKGBUILD (from rev 437439, 
nickle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 09:26:04 UTC (rev 437440)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=nickle
+pkgver=2.84
+pkgrel=1
+pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
+arch=('x86_64')
+url="http://nickle.org;
+license=('custom')
+depends=('readline')
+source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('cf2a1e403698835a152e56b625857e07')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in python-magic/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:24:01
  Author: lfleischer
Revision: 437437

upgpkg: python-magic 5.36-1

Upstream update.

Modified:
  python-magic/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:23:20 UTC (rev 437436)
+++ PKGBUILD2019-03-03 09:24:01 UTC (rev 437437)
@@ -2,7 +2,7 @@
 
 pkgbase=python-magic
 pkgname=(python-magic python2-magic)
-pkgver=5.35
+pkgver=5.36
 pkgrel=1
 pkgdesc="Python bindings to the magic library"
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 license=('custom')
 source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('cbecc52e9209be8bc090752d0672efa181625d4e1e688e63edd1f5657b29bad69364a477fb4ed85d1fa413b8002c8578c86153d2acaaecce78446c0ca6ea9e38')
+sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
 
 package_python-magic() {
   depends=('python')


[arch-commits] Commit in python-magic/repos/community-any (PKGBUILD PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:24:05
  Author: lfleischer
Revision: 437438

archrelease: copy trunk to community-any

Added:
  python-magic/repos/community-any/PKGBUILD
(from rev 437437, python-magic/trunk/PKGBUILD)
Deleted:
  python-magic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:24:01 UTC (rev 437437)
+++ PKGBUILD2019-03-03 09:24:05 UTC (rev 437438)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.35
-pkgrel=1
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('cbecc52e9209be8bc090752d0672efa181625d4e1e688e63edd1f5657b29bad69364a477fb4ed85d1fa413b8002c8578c86153d2acaaecce78446c0ca6ea9e38')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 437437, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-03-03 09:24:05 UTC (rev 437438)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.36
+pkgrel=1
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
+
+package_python-magic() {
+  depends=('python')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in privoxy/repos/community-x86_64 (10 files)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:23:20
  Author: lfleischer
Revision: 437436

archrelease: copy trunk to community-x86_64

Added:
  privoxy/repos/community-x86_64/PKGBUILD
(from rev 437435, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-x86_64/privoxy.install
(from rev 437435, privoxy/trunk/privoxy.install)
  privoxy/repos/community-x86_64/privoxy.logrotate.d
(from rev 437435, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-x86_64/privoxy.service
(from rev 437435, privoxy/trunk/privoxy.service)
  privoxy/repos/community-x86_64/privoxy.sysusers
(from rev 437435, privoxy/trunk/privoxy.sysusers)
Deleted:
  privoxy/repos/community-x86_64/PKGBUILD
  privoxy/repos/community-x86_64/privoxy.install
  privoxy/repos/community-x86_64/privoxy.logrotate.d
  privoxy/repos/community-x86_64/privoxy.service
  privoxy/repos/community-x86_64/privoxy.sysusers

-+
 PKGBUILD|  124 +-
 privoxy.install |6 +-
 privoxy.logrotate.d |   18 +++
 privoxy.service |   24 -
 privoxy.sysusers|2 
 5 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:23:10 UTC (rev 437435)
+++ PKGBUILD2019-03-03 09:23:20 UTC (rev 437436)
@@ -1,62 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Juergen Hoetzel 
-# Contributor: basilburn (basilburn), Paul Bredbury (brebs)
-# Contributor: lolilolicon
-
-pkgname=privoxy
-pkgver=3.0.27
-pkgrel=1
-pkgdesc='A web proxy with advanced filtering capabilities.'
-arch=('x86_64')
-url='https://www.privoxy.org'
-license=('GPL2')
-depends=('pcre' 'zlib')
-makedepends=('autoconf')
-backup=('etc/privoxy/'{config,trust,match-all.action,{default,user}.{action,filter}}
-'etc/logrotate.d/privoxy')
-source=("https://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
-'privoxy.logrotate.d'
-'privoxy.sysusers'
-'privoxy.service')
-md5sums=('b8316a5908bcc681402cb9d0c4aad03d'
- 'e8196e745c765b398b3bfac68f370279'
- 'b16776164ab677282c44a8729743eca1'
- '99ecefbdab8d2260d9b217895b3adc73')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  autoheader
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
-
-  make
-  sed -i '
-s+^confdir \.+confdir /etc/privoxy+
-s+^logdir \.+logdir /var/log/privoxy+
-s+^#\?user-manual .*+user-manual /usr/share/doc/privoxy/user-manual/+' 
config
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  install -Dm644 "$srcdir/privoxy.service" 
"$pkgdir/usr/lib/systemd/system/privoxy.service"
-  install -Dm644 "$srcdir/privoxy.sysusers" 
"$pkgdir/usr/lib/sysusers.d/privoxy.conf"
-  install -Dm644 "$srcdir/privoxy.logrotate.d" 
"$pkgdir/etc/logrotate.d/privoxy"
-
-  install -Dm755 {,"$pkgdir"/usr/bin/}privoxy
-  install -Dm644 {,"$pkgdir"/usr/share/man/man1/}privoxy.1
-  install -d -o42 -g42 "$pkgdir"/var/log/privoxy
-
-  install -d "$pkgdir"/etc/privoxy/
-  install -m644 config trust *.{action,filter} "$pkgdir"/etc/privoxy/ # -m0660 
upstream
-  find templates -type f -exec install -Dm644 '{}' "$pkgdir"/etc/privoxy/'{}' 
\;
-
-  (d=$pkgdir/usr/share/doc/privoxy
-  cd doc/webserver
-  install -Dm644 {privoxy-,"$d"/}index.html
-  install -m644 p_doc.css ../../{AUTHORS,README,ChangeLog} "$d"/
-  install -Dm644 {,"$d"/user-manual/}p_doc.css
-  find user-manual developer-manual faq man-page \( -name '*.html' -o -name 
'*.jpg' \) \
--exec install -Dm644 '{}' "$d"/'{}' \;)
-}

Copied: privoxy/repos/community-x86_64/PKGBUILD (from rev 437435, 
privoxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 09:23:20 UTC (rev 437436)
@@ -0,0 +1,62 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Juergen Hoetzel 
+# Contributor: basilburn (basilburn), Paul Bredbury (brebs)
+# Contributor: lolilolicon
+
+pkgname=privoxy
+pkgver=3.0.28
+pkgrel=1
+pkgdesc='A web proxy with advanced filtering capabilities.'
+arch=('x86_64')
+url='https://www.privoxy.org'
+license=('GPL2')
+depends=('pcre' 'zlib')
+makedepends=('autoconf')
+backup=('etc/privoxy/'{config,trust,match-all.action,{default,user}.{action,filter}}
+'etc/logrotate.d/privoxy')
+source=("https://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
+'privoxy.logrotate.d'
+'privoxy.sysusers'
+'privoxy.service')
+md5sums=('c7e8900d5aff33d9a5fc37ac28154f21'
+ 'e8196e745c765b398b3bfac68f370279'
+ 'b16776164ab677282c44a8729743eca1'
+ '99ecefbdab8d2260d9b217895b3adc73')
+
+build()

[arch-commits] Commit in privoxy/trunk (PKGBUILD)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:23:10
  Author: lfleischer
Revision: 437435

upgpkg: privoxy 3.0.28-1

Upstream update.

Modified:
  privoxy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 08:51:01 UTC (rev 437434)
+++ PKGBUILD2019-03-03 09:23:10 UTC (rev 437435)
@@ -4,7 +4,7 @@
 # Contributor: lolilolicon
 
 pkgname=privoxy
-pkgver=3.0.27
+pkgver=3.0.28
 pkgrel=1
 pkgdesc='A web proxy with advanced filtering capabilities.'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'privoxy.logrotate.d'
 'privoxy.sysusers'
 'privoxy.service')
-md5sums=('b8316a5908bcc681402cb9d0c4aad03d'
+md5sums=('c7e8900d5aff33d9a5fc37ac28154f21'
  'e8196e745c765b398b3bfac68f370279'
  'b16776164ab677282c44a8729743eca1'
  '99ecefbdab8d2260d9b217895b3adc73')


[arch-commits] Commit in python-urwidtrees/repos/community-any (PKGBUILD PKGBUILD)

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:48:39
  Author: lfleischer
Revision: 435395

archrelease: copy trunk to community-any

Added:
  python-urwidtrees/repos/community-any/PKGBUILD
(from rev 435394, python-urwidtrees/trunk/PKGBUILD)
Deleted:
  python-urwidtrees/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 +
 1 file changed, 30 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-23 15:48:31 UTC (rev 435394)
+++ PKGBUILD2019-02-23 15:48:39 UTC (rev 435395)
@@ -1,42 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ian Denhardt 
-
-_pkgname=urwidtrees
-pkgbase=python-$_pkgname
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="Tree widgets for urwid."
-arch=(any)
-url="https://github.com/pazz/$_pkgname;
-license=(GPL3)
-makedepends=(python 'python-urwid>=1.1.0' python-sphinx
- python2 'python2-urwid>=1.1.0' python2-sphinx)
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz;)
-md5sums=('07699e009203486f9c1e19c2fd5ef201')
-
-build() {
-   cd "$srcdir/$_pkgname-$pkgver"
-   python setup.py build
-   make SPHINXBUILD=sphinx-build -C docs man html
-}
-
-package_python-urwidtrees() {
-   depends=(python 'python-urwid>=1.1.0')
-   cd "$srcdir/$_pkgname-$pkgver"
-
-   python setup.py install --optimize=1 --root="$pkgdir"
-
-   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-   cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
-}
-
-package_python2-urwidtrees() {
-   depends=(python2 'python2-urwid>=1.1.0')
-   cd "$srcdir/$_pkgname-$pkgver"
-
-   python2 setup.py install --optimize=1 --root="$pkgdir"
-
-   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-   cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-urwidtrees/repos/community-any/PKGBUILD (from rev 435394, 
python-urwidtrees/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-02-23 15:48:39 UTC (rev 435395)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ian Denhardt 
+
+_pkgname=urwidtrees
+pkgname=python-urwidtrees
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Tree widgets for urwid."
+arch=(any)
+url="https://github.com/pazz/$_pkgname;
+license=(GPL3)
+makedepends=(python-sphinx)
+depends=(python 'python-urwid>=1.1.0')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz;)
+md5sums=('07699e009203486f9c1e19c2fd5ef201')
+
+build() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py build
+   make SPHINXBUILD=sphinx-build -C docs man html
+}
+
+package_python-urwidtrees() {
+   cd "$srcdir/$_pkgname-$pkgver"
+
+   python setup.py install --optimize=1 --root="$pkgdir"
+
+   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+   cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
+}


[arch-commits] Commit in calcurse/trunk (PKGBUILD)

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:49:55
  Author: lfleischer
Revision: 435396

Use HTTPs in the URL field

Modified:
  calcurse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 15:48:39 UTC (rev 435395)
+++ PKGBUILD2019-02-23 15:49:55 UTC (rev 435396)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('x86_64')
-url='http://calcurse.org/'
+url='https://calcurse.org/'
 license=('BSD')
 depends=('ncurses')
 optdepends=('python: for CalDAV support')


[arch-commits] Commit in python-urwidtrees/trunk (PKGBUILD)

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:48:31
  Author: lfleischer
Revision: 435394

upgpkg: python-urwidtrees 1.0.2-3

Drop python2 support.

Modified:
  python-urwidtrees/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 15:47:26 UTC (rev 435393)
+++ PKGBUILD2019-02-23 15:48:31 UTC (rev 435394)
@@ -2,16 +2,15 @@
 # Contributor: Ian Denhardt 
 
 _pkgname=urwidtrees
-pkgbase=python-$_pkgname
-pkgname=(python-$_pkgname python2-$_pkgname)
+pkgname=python-urwidtrees
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname;
 license=(GPL3)
-makedepends=(python 'python-urwid>=1.1.0' python-sphinx
- python2 'python2-urwid>=1.1.0' python2-sphinx)
+makedepends=(python-sphinx)
+depends=(python 'python-urwid>=1.1.0')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz;)
 md5sums=('07699e009203486f9c1e19c2fd5ef201')
 
@@ -22,7 +21,6 @@
 }
 
 package_python-urwidtrees() {
-   depends=(python 'python-urwid>=1.1.0')
cd "$srcdir/$_pkgname-$pkgver"
 
python setup.py install --optimize=1 --root="$pkgdir"
@@ -30,13 +28,3 @@
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
 }
-
-package_python2-urwidtrees() {
-   depends=(python2 'python2-urwid>=1.1.0')
-   cd "$srcdir/$_pkgname-$pkgver"
-
-   python2 setup.py install --optimize=1 --root="$pkgdir"
-
-   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-   cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
-}


[arch-commits] Commit in tor/trunk (PKGBUILD)

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:44:31
  Author: lfleischer
Revision: 435388

upgpkg: tor 0.3.5.8-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 15:35:43 UTC (rev 435387)
+++ PKGBUILD2019-02-23 15:44:31 UTC (rev 435388)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.3.4.9
+pkgver=0.3.5.8
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'tor.service'
 'tor.sysusers'
 'tor.tmpfiles')
-md5sums=('8a303c7c2491cd27b1646f6efdc4a5d0'
+md5sums=('e4b0feca80cc221ab235c9544851b146'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74'


[arch-commits] Commit in tor/repos/community-x86_64 (10 files)

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:44:42
  Author: lfleischer
Revision: 435389

archrelease: copy trunk to community-x86_64

Added:
  tor/repos/community-x86_64/PKGBUILD
(from rev 435388, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.service
(from rev 435388, tor/trunk/tor.service)
  tor/repos/community-x86_64/tor.sysusers
(from rev 435388, tor/trunk/tor.sysusers)
  tor/repos/community-x86_64/tor.tmpfiles
(from rev 435388, tor/trunk/tor.tmpfiles)
  tor/repos/community-x86_64/torrc
(from rev 435388, tor/trunk/torrc)
Deleted:
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/tor.sysusers
  tor/repos/community-x86_64/tor.tmpfiles
  tor/repos/community-x86_64/torrc

--+
 PKGBUILD |  102 +++
 tor.service  |   30 ++--
 tor.sysusers |2 
 tor.tmpfiles |2 
 torrc|  378 -
 5 files changed, 257 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-23 15:44:31 UTC (rev 435388)
+++ PKGBUILD2019-02-23 15:44:42 UTC (rev 435389)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.3.4.9
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('x86_64')
-url='https://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service'
-'tor.sysusers'
-'tor.tmpfiles')
-md5sums=('8a303c7c2491cd27b1646f6efdc4a5d0'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74'
- '5de6b0aff2a152a03d8eb7a473edc5ff'
- '30e307d882c818cb44bcb2d6b81789a3')
-validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
-  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-  install -Dm0644 "${srcdir}/tor.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/tor.conf"
-  install -Dm0644 "${srcdir}/tor.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/tor.conf"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-x86_64/PKGBUILD (from rev 435388, 
tor/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-23 15:44:42 UTC (rev 435389)
@@ -0,0 +1,51 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.3.5.8
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('x86_64')
+url='https://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service'
+'tor.sysusers'
+'tor.tmpfiles')
+md5sums=('e4b0feca80cc221ab235c9544851b146'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74'
+ '5de6b0aff2a152a03d8eb7a473edc5ff'
+ '30e307d882c818cb44bcb2d6b81789a3')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
+  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
+  install -Dm0644 &quo

[arch-commits] Commit in jhead/trunk (PKGBUILD)

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:35:34
  Author: lfleischer
Revision: 435386

upgpkg: jhead 3.03-1

Upstream update.

Modified:
  jhead/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 11:29:26 UTC (rev 435385)
+++ PKGBUILD2019-02-23 15:35:34 UTC (rev 435386)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=jhead
-pkgver=3.00
-pkgrel=3
+pkgver=3.03
+pkgrel=1
 pkgdesc='EXIF JPEG info parser and thumbnail remover'
 url="http://www.sentex.net/~mwandel/jhead/;
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('libjpeg: to up-right images according to rotation tag')
 source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 LICENSE)
-md5sums=('86cc05ad59d049c35963c7c1a5296801'
+md5sums=('de7d95def278331c040ea10116457921'
  '1f0db611d2642a981719f45252762a45')
 
 build() {


[arch-commits] Commit in jhead/repos/community-x86_64 (4 files)

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:35:43
  Author: lfleischer
Revision: 435387

archrelease: copy trunk to community-x86_64

Added:
  jhead/repos/community-x86_64/LICENSE
(from rev 435386, jhead/trunk/LICENSE)
  jhead/repos/community-x86_64/PKGBUILD
(from rev 435386, jhead/trunk/PKGBUILD)
Deleted:
  jhead/repos/community-x86_64/LICENSE
  jhead/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   24 
 PKGBUILD |   60 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-02-23 15:35:34 UTC (rev 435386)
+++ LICENSE 2019-02-23 15:35:43 UTC (rev 435387)
@@ -1,12 +0,0 @@
-License:
-
-Jhead is public domain software - that is, you can do whatever you want
-with it, and include it software that is licensesed under the GNU or the 
-BSD license, or whatever other licence you chose, including proprietary
-closed source licenses.  Although not part of the liscense, I do expect
-common courtesy, please.
-
-If you do integrate the code into some software of yours, I'd appreciate
-knowing about it though. 
-
-Matthias Wandel

Copied: jhead/repos/community-x86_64/LICENSE (from rev 435386, 
jhead/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-02-23 15:35:43 UTC (rev 435387)
@@ -0,0 +1,12 @@
+License:
+
+Jhead is public domain software - that is, you can do whatever you want
+with it, and include it software that is licensesed under the GNU or the 
+BSD license, or whatever other licence you chose, including proprietary
+closed source licenses.  Although not part of the liscense, I do expect
+common courtesy, please.
+
+If you do integrate the code into some software of yours, I'd appreciate
+knowing about it though. 
+
+Matthias Wandel

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-23 15:35:34 UTC (rev 435386)
+++ PKGBUILD2019-02-23 15:35:43 UTC (rev 435387)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: François Charette 
-# Contributor: Giovanni Scafora 
-
-pkgname=jhead
-pkgver=3.00
-pkgrel=3
-pkgdesc='EXIF JPEG info parser and thumbnail remover'
-url="http://www.sentex.net/~mwandel/jhead/;
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('libjpeg: to up-right images according to rotation tag')
-source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-LICENSE)
-md5sums=('86cc05ad59d049c35963c7c1a5296801'
- '1f0db611d2642a981719f45252762a45')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
-  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
-  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: jhead/repos/community-x86_64/PKGBUILD (from rev 435386, 
jhead/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2019-02-23 15:35:43 UTC (rev 435387)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: François Charette 
+# Contributor: Giovanni Scafora 
+
+pkgname=jhead
+pkgver=3.03
+pkgrel=1
+pkgdesc='EXIF JPEG info parser and thumbnail remover'
+url="http://www.sentex.net/~mwandel/jhead/;
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+optdepends=('libjpeg: to up-right images according to rotation tag')
+source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+LICENSE)
+md5sums=('de7d95def278331c040ea10116457921'
+ '1f0db611d2642a981719f45252762a45')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
+  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
+  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 18:24:47
  Author: lfleischer
Revision: 435274

archrelease: copy trunk to community-x86_64

Added:
  ledger/repos/community-x86_64/PKGBUILD
(from rev 435273, ledger/trunk/PKGBUILD)
Deleted:
  ledger/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 37 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-22 18:24:40 UTC (rev 435273)
+++ PKGBUILD2019-02-22 18:24:47 UTC (rev 435274)
@@ -1,49 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Abdelhakim Qbaich 
-# Contributor: korjjj 
-# Contributor: TDY 
-# Contributor: Adam Ehlers Nyholm Thomsen 
-# Contributor: Nathan Jones 
-
-pkgname=ledger
-pkgver=3.1.1
-pkgrel=10
-pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
-arch=('i686' 'x86_64')
-url='http://ledger-cli.org'
-license=('BSD')
-depends=('python2' 'boost' 'libedit')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;
-
"$pkgname-boost-1.61.patch::https://github.com/ledger/$pkgname/commit/1856b8c4902498843f4da37a7aaeb2ce85acc1d3.patch;
-
"$pkgname-boost-1.68.patch::https://github.com/ledger/$pkgname/commit/c18a55f9ef9969b38e5cf7f0f319b8ec5df34809.patch;)
-sha256sums=('90f06561ab692b192d46d67bc106158da9c6c6813cc3848b503243a9dfd8548a'
-'3fe6750973d1ac10c822735759b35f362a68afb3dfa9887aaa7d83839a9e99eb'
-'8d8e646cb872203ad8a304f2d3993f4334c65179e32134964267931357ab')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i '/enable_testing()\|add_subdirectory(test)/d' CMakeLists.txt
-  patch -p1 -i "$srcdir/$pkgname-boost-1.61.patch"
-  patch -p1 -i "$srcdir/$pkgname-boost-1.68.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--DUSE_PYTHON:BOOL=TRUE \
--DDISABLE_ASSERTS:BOOL=TRUE \
--DBUILD_EMACSLISP:BOOL=TRUE
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ledger/repos/community-x86_64/PKGBUILD (from rev 435273, 
ledger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2019-02-22 18:24:47 UTC (rev 435274)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Abdelhakim Qbaich 
+# Contributor: korjjj 
+# Contributor: TDY 
+# Contributor: Adam Ehlers Nyholm Thomsen 
+# Contributor: Nathan Jones 
+
+pkgname=ledger
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
+arch=('i686' 'x86_64')
+url='http://ledger-cli.org'
+license=('BSD')
+depends=('python2' 'boost' 'libedit')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('3ecebe00e8135246e5437e4364bb7a38869fad7c3250b849cf8c18ca2628182e')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-DUSE_PYTHON:BOOL=TRUE \
+-DDISABLE_ASSERTS:BOOL=TRUE \
+-DBUILD_EMACSLISP:BOOL=TRUE
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in ledger/trunk (PKGBUILD)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 18:24:40
  Author: lfleischer
Revision: 435273

upgpkg: ledger 3.1.2-1

Upstream update.

Modified:
  ledger/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 18:22:31 UTC (rev 435272)
+++ PKGBUILD2019-02-22 18:24:40 UTC (rev 435273)
@@ -6,8 +6,8 @@
 # Contributor: Nathan Jones 
 
 pkgname=ledger
-pkgver=3.1.1
-pkgrel=10
+pkgver=3.1.2
+pkgrel=1
 pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
 arch=('i686' 'x86_64')
 url='http://ledger-cli.org'
@@ -14,21 +14,9 @@
 license=('BSD')
 depends=('python2' 'boost' 'libedit')
 makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;
-
"$pkgname-boost-1.61.patch::https://github.com/ledger/$pkgname/commit/1856b8c4902498843f4da37a7aaeb2ce85acc1d3.patch;
-
"$pkgname-boost-1.68.patch::https://github.com/ledger/$pkgname/commit/c18a55f9ef9969b38e5cf7f0f319b8ec5df34809.patch;)
-sha256sums=('90f06561ab692b192d46d67bc106158da9c6c6813cc3848b503243a9dfd8548a'
-'3fe6750973d1ac10c822735759b35f362a68afb3dfa9887aaa7d83839a9e99eb'
-'8d8e646cb872203ad8a304f2d3993f4334c65179e32134964267931357ab')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('3ecebe00e8135246e5437e4364bb7a38869fad7c3250b849cf8c18ca2628182e')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i '/enable_testing()\|add_subdirectory(test)/d' CMakeLists.txt
-  patch -p1 -i "$srcdir/$pkgname-boost-1.61.patch"
-  patch -p1 -i "$srcdir/$pkgname-boost-1.68.patch"
-}
-
 build() {
   cd "$pkgname-$pkgver"
 


[arch-commits] Commit in notmuch/repos/community-x86_64 (4 files)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 15:40:55
  Author: lfleischer
Revision: 435207

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  212 +++---
 notmuch.install |   16 ++--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-22 15:40:49 UTC (rev 435206)
+++ PKGBUILD2019-02-22 15:40:55 UTC (rev 435207)
@@ -1,106 +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.28
-pkgrel=2
-arch=('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=('3170cf7984afaf0b36127fc5493a6fc7')
-
-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 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-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
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-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 ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-# 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-x86_64/PKGBUILD (from rev 435206, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-22 15:40:55 UTC (rev 435207)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Dani

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

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 15:38:51
  Author: lfleischer
Revision: 435205

archrelease: copy trunk to community-x86_64

Added:
  sxiv/repos/community-x86_64/PKGBUILD
(from rev 435204, sxiv/trunk/PKGBUILD)
Deleted:
  sxiv/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-22 15:38:45 UTC (rev 435204)
+++ PKGBUILD2019-02-22 15:38:51 UTC (rev 435205)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich 
-# Contributor: Brad Fanella 
-
-pkgname=sxiv
-pkgver=24
-pkgrel=1
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 
'libexif' 'libxft')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz;)
-md5sums=('a929f8ae19f947a23594fdce2b3cf38d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  ln -s config.def.h config.h
-}
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-x86_64/PKGBUILD (from rev 435204, 
sxiv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-22 15:38:51 UTC (rev 435205)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Bert Muennich 
+# Contributor: Brad Fanella 
+
+pkgname=sxiv
+pkgver=25
+pkgrel=1
+pkgdesc='Simple X Image Viewer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 
'libexif' 'libxft')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz;)
+md5sums=('2c1c64a5714c6c876e7bfd8cd405b2a0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  ln -s config.def.h config.h
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
+}


[arch-commits] Commit in notmuch/trunk (PKGBUILD)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 15:40:49
  Author: lfleischer
Revision: 435206

upgpkg: notmuch 0.28.2-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 15:38:51 UTC (rev 435205)
+++ PKGBUILD2019-02-22 15:40:49 UTC (rev 435206)
@@ -6,8 +6,8 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.28
-pkgrel=2
+pkgver=0.28.2
+pkgrel=1
 arch=('x86_64')
 url="http://notmuchmail.org/;
 license=('GPL3')
@@ -14,7 +14,7 @@
 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=('3170cf7984afaf0b36127fc5493a6fc7')
+md5sums=('4c2eec786802b757042da792b835d3fd')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


[arch-commits] Commit in mpop/repos/community-x86_64 (4 files)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 15:38:23
  Author: lfleischer
Revision: 435203

archrelease: copy trunk to community-x86_64

Added:
  mpop/repos/community-x86_64/PKGBUILD
(from rev 435202, mpop/trunk/PKGBUILD)
  mpop/repos/community-x86_64/mpop.install
(from rev 435202, mpop/trunk/mpop.install)
Deleted:
  mpop/repos/community-x86_64/PKGBUILD
  mpop/repos/community-x86_64/mpop.install

--+
 PKGBUILD |   64 -
 mpop.install |   16 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-22 15:38:16 UTC (rev 435202)
+++ PKGBUILD2019-02-22 15:38:23 UTC (rev 435203)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('x86_64')
-url="https://marlam.de/mpop/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('f8b6fbe5e21790cd6ce4d1efe5648063'
- 'SKIP')
-validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
-  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-x86_64/PKGBUILD (from rev 435202, 
mpop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2019-02-22 15:38:23 UTC (rev 435203)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('x86_64')
+url="https://marlam.de/mpop/;
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
+md5sums=('0ec54ee4456e91c5f968158e5eb5ecbd'
+ 'SKIP')
+validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
+  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
+}

Deleted: mpop.install
===
--- mpop.install2019-02-22 15:38:16 UTC (rev 435202)
+++ mpop.install2019-02-22 15:38:23 UTC (rev 435203)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: mpop/repos/community-x86_64/mpop.install (from rev 435202, 
mpop/trunk/mpop.install)
===
--- mpop.install(rev 0)
+++ mpop.install2019-02-22 15:38:23 UTC (rev 435203)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in sxiv/trunk (PKGBUILD)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 15:38:45
  Author: lfleischer
Revision: 435204

upgpkg: sxiv 25-1

Upstream update.

Modified:
  sxiv/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 15:38:23 UTC (rev 435203)
+++ PKGBUILD2019-02-22 15:38:45 UTC (rev 435204)
@@ -5,7 +5,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=sxiv
-pkgver=24
+pkgver=25
 pkgrel=1
 pkgdesc='Simple X Image Viewer'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 url='https://github.com/muennich/sxiv'
 depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 
'libexif' 'libxft')
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz;)
-md5sums=('a929f8ae19f947a23594fdce2b3cf38d')
+md5sums=('2c1c64a5714c6c876e7bfd8cd405b2a0')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in mpop/trunk (PKGBUILD)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 15:38:16
  Author: lfleischer
Revision: 435202

upgpkg: mpop 1.4.3-1

Upstream update.

Modified:
  mpop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 15:37:35 UTC (rev 435201)
+++ PKGBUILD2019-02-22 15:38:16 UTC (rev 435202)
@@ -3,7 +3,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=mpop
-pkgver=1.4.0
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gnutls' 'libidn')
 install=mpop.install
 source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('f8b6fbe5e21790cd6ce4d1efe5648063'
+md5sums=('0ec54ee4456e91c5f968158e5eb5ecbd'
  'SKIP')
 validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
 


[arch-commits] Commit in calcurse/trunk (PKGBUILD)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 10:05:07
  Author: lfleischer
Revision: 435174

upgpkg: calcurse 4.4.0-1

Upstream update.

Modified:
  calcurse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 09:02:38 UTC (rev 435173)
+++ PKGBUILD2019-02-22 10:05:07 UTC (rev 435174)
@@ -3,7 +3,7 @@
 # Contributor: wain 
 
 pkgname=calcurse
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('ncurses')
 optdepends=('python: for CalDAV support')
 install='calcurse.install'
-source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('1a16b7bdf948529856df14a240c79f71'
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('222c01ec5d2ed038bfbe625ae67aba54'
  'SKIP')
 validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
 


[arch-commits] Commit in calcurse/repos/community-x86_64 (4 files)

2019-02-22 Thread Lukas Fleischer via arch-commits
Date: Friday, February 22, 2019 @ 10:05:13
  Author: lfleischer
Revision: 435175

archrelease: copy trunk to community-x86_64

Added:
  calcurse/repos/community-x86_64/PKGBUILD
(from rev 435174, calcurse/trunk/PKGBUILD)
  calcurse/repos/community-x86_64/calcurse.install
(from rev 435174, calcurse/trunk/calcurse.install)
Deleted:
  calcurse/repos/community-x86_64/PKGBUILD
  calcurse/repos/community-x86_64/calcurse.install

--+
 PKGBUILD |   64 ++---
 calcurse.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-22 10:05:07 UTC (rev 435174)
+++ PKGBUILD2019-02-22 10:05:13 UTC (rev 435175)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='A text-based personal organizer.'
-arch=('i686' 'x86_64')
-url='http://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=('python: for CalDAV support')
-install='calcurse.install'
-source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('1a16b7bdf948529856df14a240c79f71'
- 'SKIP')
-validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: calcurse/repos/community-x86_64/PKGBUILD (from rev 435174, 
calcurse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-22 10:05:13 UTC (rev 435175)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: wain 
+
+pkgname=calcurse
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='A text-based personal organizer.'
+arch=('x86_64')
+url='http://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=('python: for CalDAV support')
+install='calcurse.install'
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('222c01ec5d2ed038bfbe625ae67aba54'
+ 'SKIP')
+validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: calcurse.install
===
--- calcurse.install2019-02-22 10:05:07 UTC (rev 435174)
+++ calcurse.install2019-02-22 10:05:13 UTC (rev 435175)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}

Copied: calcurse/repos/community-x86_64/calcurse.install (from rev 435174, 
calcurse/trunk/calcurse.install)
===
--- calcurse.install(rev 0)
+++ calcurse.install2019-02-22 10:05:13 UTC (rev 435175)
@@ -0,0 +1,8 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.0.0) < 0 )); then
+cat <<"EOF"
+==> The configuration file format has changed in calcurse 3.0.0.
+==> Run `calcurse-upgrade` to upgrade your configuration files.
+EOF
+  fi
+}


[arch-commits] Commit in notmuch/repos/community-x86_64 (4 files)

2018-11-04 Thread Lukas Fleischer via arch-commits
Date: Sunday, November 4, 2018 @ 08:57:31
  Author: lfleischer
Revision: 401454

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  212 +++---
 notmuch.install |   16 ++--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 08:57:24 UTC (rev 401453)
+++ PKGBUILD2018-11-04 08:57:31 UTC (rev 401454)
@@ -1,106 +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.27
-pkgrel=2
-arch=('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=('a9748134780faf35c5537eb57a13a251')
-
-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 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-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
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-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 ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-# 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-x86_64/PKGBUILD (from rev 401453, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 08:57:31 UTC (rev 401454)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wal

[arch-commits] Commit in notmuch/trunk (PKGBUILD)

2018-11-04 Thread Lukas Fleischer via arch-commits
Date: Sunday, November 4, 2018 @ 08:57:24
  Author: lfleischer
Revision: 401453

upgpkg: notmuch 0.28-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 05:45:33 UTC (rev 401452)
+++ PKGBUILD2018-11-04 08:57:24 UTC (rev 401453)
@@ -6,8 +6,8 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.27
-pkgrel=2
+pkgver=0.28
+pkgrel=1
 arch=('x86_64')
 url="http://notmuchmail.org/;
 license=('GPL3')
@@ -14,7 +14,7 @@
 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=('a9748134780faf35c5537eb57a13a251')
+md5sums=('3170cf7984afaf0b36127fc5493a6fc7')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


[arch-commits] Commit in tor/repos/community-x86_64 (10 files)

2018-11-04 Thread Lukas Fleischer via arch-commits
Date: Sunday, November 4, 2018 @ 09:02:50
  Author: lfleischer
Revision: 401458

archrelease: copy trunk to community-x86_64

Added:
  tor/repos/community-x86_64/PKGBUILD
(from rev 401457, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.service
(from rev 401457, tor/trunk/tor.service)
  tor/repos/community-x86_64/tor.sysusers
(from rev 401457, tor/trunk/tor.sysusers)
  tor/repos/community-x86_64/tor.tmpfiles
(from rev 401457, tor/trunk/tor.tmpfiles)
  tor/repos/community-x86_64/torrc
(from rev 401457, tor/trunk/torrc)
Deleted:
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/tor.sysusers
  tor/repos/community-x86_64/tor.tmpfiles
  tor/repos/community-x86_64/torrc

--+
 PKGBUILD |  102 +++
 tor.service  |   30 ++--
 tor.sysusers |2 
 tor.tmpfiles |2 
 torrc|  378 -
 5 files changed, 257 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 09:02:46 UTC (rev 401457)
+++ PKGBUILD2018-11-04 09:02:50 UTC (rev 401458)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.3.4.8
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('x86_64')
-url='https://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service'
-'tor.sysusers'
-'tor.tmpfiles')
-md5sums=('84497a248f49ed42c344612501bae934'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74'
- '5de6b0aff2a152a03d8eb7a473edc5ff'
- '30e307d882c818cb44bcb2d6b81789a3')
-validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
-  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-  install -Dm0644 "${srcdir}/tor.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/tor.conf"
-  install -Dm0644 "${srcdir}/tor.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/tor.conf"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-x86_64/PKGBUILD (from rev 401457, 
tor/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 09:02:50 UTC (rev 401458)
@@ -0,0 +1,51 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.3.4.9
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('x86_64')
+url='https://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service'
+'tor.sysusers'
+'tor.tmpfiles')
+md5sums=('8a303c7c2491cd27b1646f6efdc4a5d0'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74'
+ '5de6b0aff2a152a03d8eb7a473edc5ff'
+ '30e307d882c818cb44bcb2d6b81789a3')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
+  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
+  install -Dm0644 &quo

[arch-commits] Commit in tor/trunk (PKGBUILD)

2018-11-04 Thread Lukas Fleischer via arch-commits
Date: Sunday, November 4, 2018 @ 09:02:46
  Author: lfleischer
Revision: 401457

upgpkg: tor 0.3.4.9-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 09:00:11 UTC (rev 401456)
+++ PKGBUILD2018-11-04 09:02:46 UTC (rev 401457)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.3.4.8
+pkgver=0.3.4.9
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'tor.service'
 'tor.sysusers'
 'tor.tmpfiles')
-md5sums=('84497a248f49ed42c344612501bae934'
+md5sums=('8a303c7c2491cd27b1646f6efdc4a5d0'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74'


[arch-commits] Commit in duplicity/trunk (PKGBUILD)

2018-11-04 Thread Lukas Fleischer via arch-commits
Date: Sunday, November 4, 2018 @ 09:00:07
  Author: lfleischer
Revision: 401455

upgpkg: duplicity 0.7.18.2-1

Upstream update.

Modified:
  duplicity/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 08:57:31 UTC (rev 401454)
+++ PKGBUILD2018-11-04 09:00:07 UTC (rev 401455)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.18.1
+pkgver=0.7.18.2
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'python2-requests-oauthlib: OneDrive backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('2d24aa1091d4909281e3f4386aa6b84b'
+md5sums=('a5d16cc0a95f0fd2bb309cd0b8015945'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


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

2018-11-04 Thread Lukas Fleischer via arch-commits
Date: Sunday, November 4, 2018 @ 09:00:11
  Author: lfleischer
Revision: 401456

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 401455, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 09:00:07 UTC (rev 401455)
+++ PKGBUILD2018-11-04 09:00:11 UTC (rev 401456)
@@ -1,46 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.18.1
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
-makedepends=('python2-setuptools')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'python2-requests-oauthlib: OneDrive backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('2d24aa1091d4909281e3f4386aa6b84b'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 401455, 
duplicity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2018-11-04 09:00:11 UTC (rev 401456)
@@ -0,0 +1,46 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.7.18.2
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
+makedepends=('python2-setuptools')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'python2-requests-oauthlib: OneDrive backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('a5d16cc0a95f0fd2bb309cd0b8015945'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}


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

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 17:01:55
  Author: lfleischer
Revision: 336431

archrelease: copy trunk to extra-x86_64

Added:
  libgit2/repos/extra-x86_64/PKGBUILD
(from rev 336430, libgit2/trunk/PKGBUILD)
Deleted:
  libgit2/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-12 17:01:52 UTC (rev 336430)
+++ PKGBUILD2018-10-12 17:01:55 UTC (rev 336431)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.27.4
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2 curl)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('0b7ca31cb959ff1b22afa0da8621782afe61f99242bf716c403802ffbdb21d51')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-x86_64/PKGBUILD (from rev 336430, 
libgit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-12 17:01:55 UTC (rev 336431)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.27.5
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2 curl)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('15f2775f4f325951d9139ed906502b6c71fee6787cada9b045f5994072ccbd33')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libgit2/trunk (PKGBUILD)

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 17:01:52
  Author: lfleischer
Revision: 336430

upgpkg: libgit2 1:0.27.5-1

Upstream update.

Modified:
  libgit2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 15:41:56 UTC (rev 336429)
+++ PKGBUILD2018-10-12 17:01:52 UTC (rev 336430)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=libgit2
-pkgver=0.27.4
+pkgver=0.27.5
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -13,7 +13,7 @@
 makedepends=(cmake python)
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('0b7ca31cb959ff1b22afa0da8621782afe61f99242bf716c403802ffbdb21d51')
+sha256sums=('15f2775f4f325951d9139ed906502b6c71fee6787cada9b045f5994072ccbd33')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in nickle/trunk (PKGBUILD)

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 16:46:01
  Author: lfleischer
Revision: 393257

upgpkg: nickle 2.82-1

Upstream update.

Modified:
  nickle/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 16:43:55 UTC (rev 393256)
+++ PKGBUILD2018-10-12 16:46:01 UTC (rev 393257)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=nickle
-pkgver=2.81
+pkgver=2.82
 pkgrel=1
 pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('readline')
 source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('50994a2bdfdb0fb2717a0d27d861b2a2')
+md5sums=('7a94fe60d07d7b8db7b47781929fb8d3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 16:46:05
  Author: lfleischer
Revision: 393258

archrelease: copy trunk to community-x86_64

Added:
  nickle/repos/community-x86_64/PKGBUILD
(from rev 393257, nickle/trunk/PKGBUILD)
Deleted:
  nickle/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-12 16:46:01 UTC (rev 393257)
+++ PKGBUILD2018-10-12 16:46:05 UTC (rev 393258)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=nickle
-pkgver=2.81
-pkgrel=1
-pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
-arch=('x86_64')
-url="http://nickle.org;
-license=('custom')
-depends=('readline')
-source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('50994a2bdfdb0fb2717a0d27d861b2a2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: nickle/repos/community-x86_64/PKGBUILD (from rev 393257, 
nickle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-12 16:46:05 UTC (rev 393258)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=nickle
+pkgver=2.82
+pkgrel=1
+pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
+arch=('x86_64')
+url="http://nickle.org;
+license=('custom')
+depends=('readline')
+source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7a94fe60d07d7b8db7b47781929fb8d3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in duplicity/trunk (PKGBUILD)

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 16:43:52
  Author: lfleischer
Revision: 393255

upgpkg: duplicity 0.7.18.1-1

Upstream update.

Modified:
  duplicity/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 16:41:01 UTC (rev 393254)
+++ PKGBUILD2018-10-12 16:43:52 UTC (rev 393255)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.18
+pkgver=0.7.18.1
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'python2-requests-oauthlib: OneDrive backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('3aa6ed367e92315263afb92e58016dbb'
+md5sums=('2d24aa1091d4909281e3f4386aa6b84b'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


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

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 16:43:55
  Author: lfleischer
Revision: 393256

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 393255, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-12 16:43:52 UTC (rev 393255)
+++ PKGBUILD2018-10-12 16:43:55 UTC (rev 393256)
@@ -1,46 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.18
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
-makedepends=('python2-setuptools')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'python2-requests-oauthlib: OneDrive backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('3aa6ed367e92315263afb92e58016dbb'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 393255, 
duplicity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2018-10-12 16:43:55 UTC (rev 393256)
@@ -0,0 +1,46 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.7.18.1
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
+makedepends=('python2-setuptools')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'python2-requests-oauthlib: OneDrive backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('2d24aa1091d4909281e3f4386aa6b84b'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}


[arch-commits] Commit in qutebrowser/repos (community-x86_64)

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 16:41:01
  Author: lfleischer
Revision: 393254

Removed community-x86_64 for qutebrowser

Deleted:
  qutebrowser/repos/community-x86_64/


[arch-commits] Commit in qutebrowser/trunk (PKGBUILD)

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 16:40:47
  Author: lfleischer
Revision: 393252

upgpkg: qutebrowser 1.5.1-1

Upstream update.

Modified:
  qutebrowser/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 16:37:26 UTC (rev 393251)
+++ PKGBUILD2018-10-12 16:40:47 UTC (rev 393252)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -23,7 +23,7 @@
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('179b5d0e05159a77097dffc1469eec7955a1569d9fe65870c35c1c783e6d5d1f'
+sha256sums=('d81d6f816b0ef67d8db18fe3a893c08700fb5e6566728d4ab40448a65f40c1fa'
 'SKIP')
 
 build() {


[arch-commits] Commit in qutebrowser/repos/community-any (PKGBUILD PKGBUILD)

2018-10-12 Thread Lukas Fleischer via arch-commits
Date: Friday, October 12, 2018 @ 16:40:55
  Author: lfleischer
Revision: 393253

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 393252, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-12 16:40:47 UTC (rev 393252)
+++ PKGBUILD2018-10-12 16:40:55 UTC (rev 393253)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
-   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: displaying PDF in-browser"
-   "qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('179b5d0e05159a77097dffc1469eec7955a1569d9fe65870c35c1c783e6d5d1f'
-'SKIP')
-
-build() {
-   cd "$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 393252, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-12 16:40:55 UTC (rev 393253)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: displaying PDF in-browser"
+   "qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('d81d6f816b0ef67d8db18fe3a893c08700fb5e6566728d4ab40448a65f40c1fa'
+'SKIP')
+
+build() {
+   cd "$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


[arch-commits] Commit in python-magic/repos/community-any (PKGBUILD PKGBUILD)

2018-10-03 Thread Lukas Fleischer via arch-commits
Date: Wednesday, October 3, 2018 @ 06:57:29
  Author: lfleischer
Revision: 389115

archrelease: copy trunk to community-any

Added:
  python-magic/repos/community-any/PKGBUILD
(from rev 389114, python-magic/trunk/PKGBUILD)
Deleted:
  python-magic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 06:57:26 UTC (rev 389114)
+++ PKGBUILD2018-10-03 06:57:29 UTC (rev 389115)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.30
-pkgrel=2
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('473ee57517b449bae0832c17c9db914162c2404f0c669951f13a53f44ae288e6075907bac44fcfa8915f3d9313981a8bc15ea7e9851f584f95988bc76b2f20fc')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 389114, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2018-10-03 06:57:29 UTC (rev 389115)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.34
+pkgrel=1
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+sha512sums=('57849f8496fd356a66e5559804fdd907059dc2e2f75ede470a25c65b1c499481aad3d7978454b15a15e94c07c9d6795864e8705304a2281dacf1c4e31501bed8')
+
+package_python-magic() {
+  depends=('python')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in python-magic/trunk (PKGBUILD)

2018-10-03 Thread Lukas Fleischer via arch-commits
Date: Wednesday, October 3, 2018 @ 06:57:26
  Author: lfleischer
Revision: 389114

upgpkg: python-magic 5.34-1

Upstream update.

Modified:
  python-magic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 06:56:14 UTC (rev 389113)
+++ PKGBUILD2018-10-03 06:57:26 UTC (rev 389114)
@@ -2,8 +2,8 @@
 
 pkgbase=python-magic
 pkgname=(python-magic python2-magic)
-pkgver=5.30
-pkgrel=2
+pkgver=5.34
+pkgrel=1
 pkgdesc="Python bindings to the magic library"
 arch=('any')
 url='http://darwinsys.com/file/'
@@ -10,7 +10,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 license=('custom')
 source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('473ee57517b449bae0832c17c9db914162c2404f0c669951f13a53f44ae288e6075907bac44fcfa8915f3d9313981a8bc15ea7e9851f584f95988bc76b2f20fc')
+sha512sums=('57849f8496fd356a66e5559804fdd907059dc2e2f75ede470a25c65b1c499481aad3d7978454b15a15e94c07c9d6795864e8705304a2281dacf1c4e31501bed8')
 
 package_python-magic() {
   depends=('python')


[arch-commits] Commit in python-llfuse/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Lukas Fleischer via arch-commits
Date: Wednesday, October 3, 2018 @ 06:56:14
  Author: lfleischer
Revision: 389113

archrelease: copy trunk to community-x86_64

Added:
  python-llfuse/repos/community-x86_64/PKGBUILD
(from rev 389112, python-llfuse/trunk/PKGBUILD)
Deleted:
  python-llfuse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 06:56:04 UTC (rev 389112)
+++ PKGBUILD2018-10-03 06:56:14 UTC (rev 389113)
@@ -1,62 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.4
-pkgrel=3
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/;
-license=('LGPL')
-depends=('fuse2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'cython')
-checkdepends=('python-pytest' 'python2-pytest')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;
-
"https://github.com/python-llfuse/python-llfuse/commit/dfb7d2ba3db8131cd348800c8d91df11bf930324.patch;
-
"llfuse-xattr-2.4.48.patch::https://github.com/python-llfuse/python-llfuse/pull/3.patch;)
-md5sums=('43a123c46d5438f15cd6bcafa16a0094'
- '398b6c1b73427454d8839788426de7a9'
- 'aba45413f7426ae8e93b654ebbfb9dc0')
-
-prepare() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  patch -p1 -i ../llfuse-xattr-2.4.48.patch
-  # don't use -Werror
-  patch -p1 -i ../dfb7d2ba3db8131cd348800c8d91df11bf930324.patch
-
-  python setup.py build_cython
-}
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  set -x
-  pythonpath=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH"-2*)
-  PYTHONPATH="${pythonpath[0]}" python -m pytest
-  PYTHONPATH="${pythonpath[1]}" python2 -m pytest
-  set +x
-}
-
-package_python-llfuse() {
-  depends+=(python)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2-contextlib2)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 389112, 
python-llfuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 06:56:14 UTC (rev 389113)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('x86_64')
+url="https://bitbucket.org/nikratio/python-llfuse/;
+license=('LGPL')
+depends=('fuse2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'cython')
+checkdepends=('python-pytest' 'python2-pytest')
+options=(!emptydirs)
+source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
+md5sums=('9fbb82c0db909d139f9fafa27c76781e')
+
+build() {
+  cd "${srcdir}/llfuse-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/llfuse-${pkgver}"
+
+  set -x
+  pythonpath=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH"-2*)
+  PYTHONPATH="${pythonpath[0]}" python -m pytest
+  PYTHONPATH="${pythonpath[1]}" python2 -m pytest
+  set +x
+}
+
+package_python-llfuse() {
+  depends+=(python)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-llfuse() {
+  depends+=(python2-contextlib2)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-llfuse/trunk (PKGBUILD)

2018-10-03 Thread Lukas Fleischer via arch-commits
Date: Wednesday, October 3, 2018 @ 06:56:04
  Author: lfleischer
Revision: 389112

upgpkg: python-llfuse 1.3.5-1

Upstream update.

Modified:
  python-llfuse/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 06:46:22 UTC (rev 389111)
+++ PKGBUILD2018-10-03 06:56:04 UTC (rev 389112)
@@ -3,8 +3,8 @@
 
 pkgbase=python-llfuse
 pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.4
-pkgrel=3
+pkgver=1.3.5
+pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('x86_64')
 url="https://bitbucket.org/nikratio/python-llfuse/;
@@ -13,23 +13,9 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'cython')
 checkdepends=('python-pytest' 'python2-pytest')
 options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;
-
"https://github.com/python-llfuse/python-llfuse/commit/dfb7d2ba3db8131cd348800c8d91df11bf930324.patch;
-
"llfuse-xattr-2.4.48.patch::https://github.com/python-llfuse/python-llfuse/pull/3.patch;)
-md5sums=('43a123c46d5438f15cd6bcafa16a0094'
- '398b6c1b73427454d8839788426de7a9'
- 'aba45413f7426ae8e93b654ebbfb9dc0')
+source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
+md5sums=('9fbb82c0db909d139f9fafa27c76781e')
 
-prepare() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  patch -p1 -i ../llfuse-xattr-2.4.48.patch
-  # don't use -Werror
-  patch -p1 -i ../dfb7d2ba3db8131cd348800c8d91df11bf930324.patch
-
-  python setup.py build_cython
-}
-
 build() {
   cd "${srcdir}/llfuse-${pkgver}"
 


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

2018-10-02 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 18:45:25
  Author: lfleischer
Revision: 389063

archrelease: copy trunk to community-x86_64

Added:
  mixxx/repos/community-x86_64/PKGBUILD
(from rev 389062, mixxx/trunk/PKGBUILD)
Deleted:
  mixxx/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 18:45:19 UTC (rev 389062)
+++ PKGBUILD2018-10-02 18:45:25 UTC (rev 389063)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ali H. Caliskan 
-# Contributor: Ryan Coyner 
-# Contributor: Stefan Husmann 
-
-pkgname=mixxx
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="Free, open source software for digital DJ'ing."
-arch=('x86_64')
-url='https://www.mixxx.org'
-license=('GPL')
-depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
- 'taglib' 'qt4' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2'
- 'rubberband' 'chromaprint' 'sqlite' 'opus' 'opusfile' 'upower')
-makedepends=('mesa' 'scons' 'libshout' 'glu')
-source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;)
-md5sums=('237ffa407bfec0cb36c2ed88564fd550')
-
-build() {
-  cd "${srcdir}/${pkgname}-release-${pkgver}"
-  export SCONSFLAGS="-j $(nproc)"
-  scons build=release optimize=portable virtualize=0 localecompare=1 
qt_sqlite_plugin=0 opus=1 \
-qtdir=/usr/lib/qt4 prefix=/usr faad=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-release-${pkgver}"
-  scons qtdir=/usr/lib/qt4 prefix=/usr install_root="${pkgdir}/usr" install
-}

Copied: mixxx/repos/community-x86_64/PKGBUILD (from rev 389062, 
mixxx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-02 18:45:25 UTC (rev 389063)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('x86_64')
+url='https://www.mixxx.org'
+license=('GPL')
+depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
+ 'taglib' 'qt4' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2'
+ 'rubberband' 'chromaprint' 'sqlite' 'opus' 'opusfile' 'upower')
+makedepends=('mesa' 'scons' 'libshout' 'glu')
+source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;)
+md5sums=('305dfb0dde73b9062d1d48f8ae07a370')
+
+build() {
+  cd "${srcdir}/${pkgname}-release-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
+  scons build=release optimize=portable virtualize=0 localecompare=1 
qt_sqlite_plugin=0 opus=1 \
+qtdir=/usr/lib/qt4 prefix=/usr faad=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-release-${pkgver}"
+  scons qtdir=/usr/lib/qt4 prefix=/usr install_root="${pkgdir}/usr" install
+}


[arch-commits] Commit in mixxx/trunk (PKGBUILD)

2018-10-02 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 18:45:19
  Author: lfleischer
Revision: 389062

upgpkg: mixxx 2.1.4-1

Upstream update.

Modified:
  mixxx/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 18:37:54 UTC (rev 389061)
+++ PKGBUILD2018-10-02 18:45:19 UTC (rev 389062)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=mixxx
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'rubberband' 'chromaprint' 'sqlite' 'opus' 'opusfile' 'upower')
 makedepends=('mesa' 'scons' 'libshout' 'glu')
 
source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;)
-md5sums=('237ffa407bfec0cb36c2ed88564fd550')
+md5sums=('305dfb0dde73b9062d1d48f8ae07a370')
 
 build() {
   cd "${srcdir}/${pkgname}-release-${pkgver}"


[arch-commits] Commit in upx/trunk (PKGBUILD)

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:13:45
  Author: lfleischer
Revision: 388955

upgpkg: upx 3.95-1

Upstream update.

Modified:
  upx/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 05:12:13 UTC (rev 388954)
+++ PKGBUILD2018-10-02 05:13:45 UTC (rev 388955)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=upx
-pkgver=3.94
+pkgver=3.95
 pkgrel=1
 pkgdesc='Ultimate executable compressor.'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('zlib' 'ucl')
 
source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
-md5sums=('19e898edc41bde3f21e997d237156731')
+md5sums=('fa95336d9ddcaac3b494a1b6ae9d3557')
 
 build() {
   cd "${pkgname}-${pkgver}-src"


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

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:13:48
  Author: lfleischer
Revision: 388956

archrelease: copy trunk to community-x86_64

Added:
  upx/repos/community-x86_64/PKGBUILD
(from rev 388955, upx/trunk/PKGBUILD)
Deleted:
  upx/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 05:13:45 UTC (rev 388955)
+++ PKGBUILD2018-10-02 05:13:48 UTC (rev 388956)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: bekks 
-# Contributor: Daniel J Griffiths 
-
-pkgname=upx
-pkgver=3.94
-pkgrel=1
-pkgdesc='Ultimate executable compressor.'
-arch=('i686' 'x86_64')
-url='http://upx.sourceforge.net/'
-license=('GPL')
-depends=('zlib' 'ucl')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
-md5sums=('19e898edc41bde3f21e997d237156731')
-
-build() {
-  cd "${pkgname}-${pkgver}-src"
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" 
CHECK_WHITESPACE=/bin/true all
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-src"
-
-  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
-  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
-}

Copied: upx/repos/community-x86_64/PKGBUILD (from rev 388955, 
upx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-02 05:13:48 UTC (rev 388956)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: bekks 
+# Contributor: Daniel J Griffiths 
+
+pkgname=upx
+pkgver=3.95
+pkgrel=1
+pkgdesc='Ultimate executable compressor.'
+arch=('x86_64')
+url='http://upx.sourceforge.net/'
+license=('GPL')
+depends=('zlib' 'ucl')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
+md5sums=('fa95336d9ddcaac3b494a1b6ae9d3557')
+
+build() {
+  cd "${pkgname}-${pkgver}-src"
+  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" 
CHECK_WHITESPACE=/bin/true all
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-src"
+
+  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
+  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
+}


[arch-commits] Commit in tinyproxy/repos/community-x86_64 (10 files)

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:12:13
  Author: lfleischer
Revision: 388954

archrelease: copy trunk to community-x86_64

Added:
  tinyproxy/repos/community-x86_64/PKGBUILD
(from rev 388953, tinyproxy/trunk/PKGBUILD)
  tinyproxy/repos/community-x86_64/config.patch
(from rev 388953, tinyproxy/trunk/config.patch)
  tinyproxy/repos/community-x86_64/tinyproxy.service
(from rev 388953, tinyproxy/trunk/tinyproxy.service)
  tinyproxy/repos/community-x86_64/tinyproxy.sysusers.conf
(from rev 388953, tinyproxy/trunk/tinyproxy.sysusers.conf)
  tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf
(from rev 388953, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
Deleted:
  tinyproxy/repos/community-x86_64/PKGBUILD
  tinyproxy/repos/community-x86_64/config.patch
  tinyproxy/repos/community-x86_64/tinyproxy.service
  tinyproxy/repos/community-x86_64/tinyproxy.sysusers.conf
  tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf

-+
 PKGBUILD|  100 +++---
 config.patch|   62 ++--
 tinyproxy.service   |   24 +--
 tinyproxy.sysusers.conf |2 
 tinyproxy.tmpfiles.conf |2 
 5 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 05:12:09 UTC (rev 388953)
+++ PKGBUILD2018-10-02 05:12:13 UTC (rev 388954)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: Andrea Zucchelli 
-
-pkgname=tinyproxy
-pkgver=1.8.4
-pkgrel=4
-pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
-arch=('x86_64')
-url='https://banu.com/tinyproxy/'
-license=('GPL')
-depends=(glibc)
-makedepends=('asciidoc')
-backup=('etc/tinyproxy/tinyproxy.conf')
-validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
-source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
-'tinyproxy.sysusers.conf'
-'tinyproxy.tmpfiles.conf'
-'tinyproxy.service'
-config.patch)
-md5sums=('7d3378ad9681be3423c491775f7d9e35'
- 'SKIP'
- 'ca7855ca22a2676061ef8b246c8bf6f4'
- 'b747d0f253ba7bb3f604e69a35a278bf'
- 'e1e9212461cec588df219c35aba78d04'
- '9739e020c40abefd6e921e9cff854f35')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i ../config.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
- --localstatedir=/var --enable-transparent
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
-  install -Dm0644 "${srcdir}/tinyproxy.sysusers.conf" 
"${pkgdir}/usr/lib/sysusers.d/tinyproxy.conf"
-
-  install -Dm0644 "${srcdir}/tinyproxy.service" \
-"${pkgdir}/usr/lib/systemd/system/tinyproxy.service"
-}

Copied: tinyproxy/repos/community-x86_64/PKGBUILD (from rev 388953, 
tinyproxy/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2018-10-02 05:12:13 UTC (rev 388954)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: Andrea Zucchelli 
+
+pkgname=tinyproxy
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
+arch=('x86_64')
+url='https://banu.com/tinyproxy/'
+license=('GPL')
+depends=(glibc)
+makedepends=('asciidoc')
+backup=('etc/tinyproxy/tinyproxy.conf')
+validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+'tinyproxy.sysusers.conf'
+'tinyproxy.tmpfiles.conf'
+'tinyproxy.service'
+config.patch)
+md5sums=('3a1321e4942abb9b6cb370e7c2a3c59e'
+ 'SKIP'
+ 'ca7855ca22a2676061ef8b246c8bf6f4'
+ 'b747d0f253ba7bb3f604e69a35a278bf'
+ 'e1e9212461cec588df219c35aba78d04'
+ '9739e020c40abefd6e921e9cff854f35')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../config.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+ --localstatedir=/var --enable-transparent
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
+  install -Dm0644 "${srcdir}/tinyproxy.sysusers.conf" 
"${pkgd

[arch-commits] Commit in tinyproxy/trunk (PKGBUILD)

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:12:09
  Author: lfleischer
Revision: 388953

upgpkg: tinyproxy 1.10.0-1

Upstream update.

Modified:
  tinyproxy/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 05:08:42 UTC (rev 388952)
+++ PKGBUILD2018-10-02 05:12:09 UTC (rev 388953)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=tinyproxy
-pkgver=1.8.4
-pkgrel=4
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
 arch=('x86_64')
 url='https://banu.com/tinyproxy/'
@@ -13,12 +13,12 @@
 makedepends=('asciidoc')
 backup=('etc/tinyproxy/tinyproxy.conf')
 validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
-source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
 'tinyproxy.sysusers.conf'
 'tinyproxy.tmpfiles.conf'
 'tinyproxy.service'
 config.patch)
-md5sums=('7d3378ad9681be3423c491775f7d9e35'
+md5sums=('3a1321e4942abb9b6cb370e7c2a3c59e'
  'SKIP'
  'ca7855ca22a2676061ef8b246c8bf6f4'
  'b747d0f253ba7bb3f604e69a35a278bf'
@@ -33,7 +33,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
  --localstatedir=/var --enable-transparent
   make
 }


[arch-commits] Commit in stunnel/repos/community-x86_64 (8 files)

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:08:42
  Author: lfleischer
Revision: 388952

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 388951, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 388951, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
(from rev 388951, stunnel/trunk/stunnel.sysusers.conf)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 388951, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

---+
 Makefile.patch|   24 +-
 PKGBUILD  |  108 
 stunnel.sysusers.conf |2 
 stunnel.tmpfiles.conf |2 
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2018-10-02 05:08:38 UTC (rev 388951)
+++ Makefile.patch  2018-10-02 05:08:42 UTC (rev 388952)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 388951, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2018-10-02 05:08:42 UTC (rev 388952)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 05:08:38 UTC (rev 388951)
+++ PKGBUILD2018-10-02 05:08:42 UTC (rev 388952)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.48
-pkgrel=2
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl' 'libnsl')
-makedepends=('systemd')
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.sysusers.conf'
-'stunnel.tmpfiles.conf')
-sha512sums=('5e6669ecd6e9b49aa6ef82b9a4dc6a2193c975eef85262aba70c7f264ef1b4d15dc287a2baa94b71be063deddcd07a20a5347ed5280f044fc6f68c61429a24fa'
-'SKIP'
-
'2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404caaf22cf40055d557d8b37a6aea20a228699721b79db1'
-
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-  -e "s:no\(body\|group\):stunnel:g" \
-  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 388951, 
stunnel/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-02 05:08:42 UTC (rev 388952)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer 
+# Contributor

[arch-commits] Commit in stunnel/trunk (PKGBUILD)

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:08:38
  Author: lfleischer
Revision: 388951

upgpkg: stunnel 5.49-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 05:07:47 UTC (rev 388950)
+++ PKGBUILD2018-10-02 05:08:38 UTC (rev 388951)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.48
-pkgrel=2
+pkgver=5.49
+pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
 url="https://www.stunnel.org/;
@@ -16,7 +16,7 @@
 'Makefile.patch'
 'stunnel.sysusers.conf'
 'stunnel.tmpfiles.conf')
-sha512sums=('5e6669ecd6e9b49aa6ef82b9a4dc6a2193c975eef85262aba70c7f264ef1b4d15dc287a2baa94b71be063deddcd07a20a5347ed5280f044fc6f68c61429a24fa'
+sha512sums=('8bfd17684ea0d6eeec278f00618c6f96af113fbe14aaafd882d43f3d834ca1e5ed27f9908dffb04224ea4a1234063846f816e3528b95234ae156b61ade6aaa16'
 'SKIP'
 
'2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404caaf22cf40055d557d8b37a6aea20a228699721b79db1'
 
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'


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

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:07:47
  Author: lfleischer
Revision: 388950

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 388949, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 05:07:44 UTC (rev 388949)
+++ PKGBUILD2018-10-02 05:07:47 UTC (rev 388950)
@@ -1,46 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.17
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
-makedepends=('python2-setuptools')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'python2-requests-oauthlib: OneDrive backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('b00ca0610ab163defe0098a65f3c361f'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 388949, 
duplicity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2018-10-02 05:07:47 UTC (rev 388950)
@@ -0,0 +1,46 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.7.18
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
+makedepends=('python2-setuptools')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'python2-requests-oauthlib: OneDrive backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('3aa6ed367e92315263afb92e58016dbb'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}


[arch-commits] Commit in duplicity/trunk (PKGBUILD)

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 05:07:44
  Author: lfleischer
Revision: 388949

upgpkg: duplicity 0.7.18-1

Upstream update.

Modified:
  duplicity/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 03:32:14 UTC (rev 388948)
+++ PKGBUILD2018-10-02 05:07:44 UTC (rev 388949)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.17
+pkgver=0.7.18
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'python2-requests-oauthlib: OneDrive backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('b00ca0610ab163defe0098a65f3c361f'
+md5sums=('3aa6ed367e92315263afb92e58016dbb'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


[arch-commits] Commit in libyaml/trunk (PKGBUILD)

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 04:49:41
  Author: lfleischer
Revision: 335641

upgpkg: libyaml 0.2.1-1

Upstream update.

Modified:
  libyaml/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 03:31:46 UTC (rev 335640)
+++ PKGBUILD2018-10-02 04:49:41 UTC (rev 335641)
@@ -3,7 +3,7 @@
 # Contributor: Michal Bozon 
 
 pkgname=libyaml
-pkgver=0.1.7
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="YAML 1.1 library"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url="http://pyyaml.org/wiki/LibYAML;
 license=('MIT')
 source=("http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz;)
-md5sums=('1abf45bd3a96374fa55ca63b32f9f2f9')
+md5sums=('72724b9736923c517e5a8fc6757ef03d')
 
 build() {
   cd "$srcdir/yaml-$pkgver"


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

2018-10-01 Thread Lukas Fleischer via arch-commits
Date: Tuesday, October 2, 2018 @ 04:49:47
  Author: lfleischer
Revision: 335642

archrelease: copy trunk to extra-x86_64

Added:
  libyaml/repos/extra-x86_64/PKGBUILD
(from rev 335641, libyaml/trunk/PKGBUILD)
Deleted:
  libyaml/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 04:49:41 UTC (rev 335641)
+++ PKGBUILD2018-10-02 04:49:47 UTC (rev 335642)
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Sergej Pupykin 
-# Contributor: Michal Bozon 
-
-pkgname=libyaml
-pkgver=0.1.7
-pkgrel=1
-pkgdesc="YAML 1.1 library"
-arch=('i686' 'x86_64')
-url="http://pyyaml.org/wiki/LibYAML;
-license=('MIT')
-source=("http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz;)
-md5sums=('1abf45bd3a96374fa55ca63b32f9f2f9')
-
-build() {
-  cd "$srcdir/yaml-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/yaml-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: libyaml/repos/extra-x86_64/PKGBUILD (from rev 335641, 
libyaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-02 04:49:47 UTC (rev 335642)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sergej Pupykin 
+# Contributor: Michal Bozon 
+
+pkgname=libyaml
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="YAML 1.1 library"
+arch=('x86_64')
+url="http://pyyaml.org/wiki/LibYAML;
+license=('MIT')
+source=("http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz;)
+md5sums=('72724b9736923c517e5a8fc6757ef03d')
+
+build() {
+  cd "$srcdir/yaml-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/yaml-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


<    3   4   5   6   7   8   9   10   11   12   >