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

2019-01-02 Thread Kyle Keen via arch-commits
Date: Thursday, January 3, 2019 @ 04:47:42
  Author: kkeen
Revision: 420302

archrelease: copy trunk to community-x86_64

Added:
  ngspice/repos/community-x86_64/PKGBUILD
(from rev 420301, ngspice/trunk/PKGBUILD)
Deleted:
  ngspice/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 04:47:27 UTC (rev 420301)
+++ PKGBUILD2019-01-03 04:47:42 UTC (rev 420302)
@@ -1,56 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Jason Taylor 
-# Contributor: Luis Henrique 
-
-pkgname=ngspice
-pkgver=29
-pkgrel=1
-pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
-url='http://ngspice.sourceforge.net'
-license=('BSD')
-arch=('x86_64')
-depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
-source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz;
-
"http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz;)
-sha1sums=('ed2bd864475403233514122551851aae23a619fd'
-  'd627561d57a1d8c58190af9f2fa26fb155c19400')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # FS#45230, create so lib
-  # shared lib sets flags and modifies headers, needs dedicated pass
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-readline=yes \
-  --enable-xspice \
-  --enable-cider \
-  --enable-openmp \
-  --enable-oldapps \
-  --with-ngshared
-  make
-  #strip ./src/.libs/libngspice.so.0.0.0
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-readline=yes \
-  --enable-xspice \
-  --enable-cider \
-  --enable-oldapps \
-  --enable-openmp
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644  "$srcdir/$pkgname-doc-$pkgver/manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
-
-  install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
-  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"
-  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so"
-}

Copied: ngspice/repos/community-x86_64/PKGBUILD (from rev 420301, 
ngspice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 04:47:42 UTC (rev 420302)
@@ -0,0 +1,56 @@
+# Maintainer: Kyle Keen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Jason Taylor 
+# Contributor: Luis Henrique 
+
+pkgname=ngspice
+pkgver=30
+pkgrel=1
+pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
+url='http://ngspice.sourceforge.net'
+license=('BSD')
+arch=('x86_64')
+depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
+source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz;
+"http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf;)
+sha1sums=('980f02200f26083b2bf61606940412df6bdab894'
+  'f1d4de4ed652feb027aea5a96b222368096778c1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#45230, create so lib
+  # shared lib sets flags and modifies headers, needs dedicated pass
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-openmp \
+  --enable-oldapps \
+  --with-ngshared
+  make
+  #strip ./src/.libs/libngspice.so.0.0.0
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-oldapps \
+  --enable-openmp
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644  "$srcdir/ngspice-$pkgver-manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
+
+  install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so"
+}


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

2019-01-02 Thread Kyle Keen via arch-commits
Date: Thursday, January 3, 2019 @ 04:47:27
  Author: kkeen
Revision: 420301

upgpkg: ngspice 30-1

Modified:
  ngspice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 03:53:04 UTC (rev 420300)
+++ PKGBUILD2019-01-03 04:47:27 UTC (rev 420301)
@@ -4,7 +4,7 @@
 # Contributor: Luis Henrique 
 
 pkgname=ngspice
-pkgver=29
+pkgver=30
 pkgrel=1
 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
 url='http://ngspice.sourceforge.net'
@@ -12,9 +12,9 @@
 arch=('x86_64')
 depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
 
source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz;
-
"http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz;)
-sha1sums=('ed2bd864475403233514122551851aae23a619fd'
-  'd627561d57a1d8c58190af9f2fa26fb155c19400')
+"http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf;)
+sha1sums=('980f02200f26083b2bf61606940412df6bdab894'
+  'f1d4de4ed652feb027aea5a96b222368096778c1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -48,7 +48,7 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644  "$srcdir/$pkgname-doc-$pkgver/manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
+  install -D -m644  "$srcdir/ngspice-$pkgver-manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
 
   install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
   ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"


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

2019-01-02 Thread Brett Cornwall via arch-commits
Date: Thursday, January 3, 2019 @ 03:53:04
  Author: ainola
Revision: 420300

archrelease: copy trunk to community-x86_64

Added:
  scdoc/repos/community-x86_64/PKGBUILD
(from rev 420299, scdoc/trunk/PKGBUILD)
Deleted:
  scdoc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   51 ---
 1 file changed, 28 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 03:52:08 UTC (rev 420299)
+++ PKGBUILD2019-01-03 03:53:04 UTC (rev 420300)
@@ -1,23 +0,0 @@
-# Maintainer: Ainola
-# Contributor: Drew DeVault
-
-pkgname=scdoc
-pkgver=1.6.0
-pkgrel=2
-license=('MIT')
-pkgdesc='tool for generating roff manual pages'
-arch=('x86_64')
-url='https://git.sr.ht/~sircmpwn/scdoc/'
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('18dade6bb27dbe6d112478bbbc08239b384c2334f37418b94d5f5b25713697d9d854ebb08cc62ed6e68b55a01326ea207614e4f79976536ec800029cc55f8b4b')
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr DESTDIR="$pkgdir" install
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: scdoc/repos/community-x86_64/PKGBUILD (from rev 420299, 
scdoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 03:53:04 UTC (rev 420300)
@@ -0,0 +1,28 @@
+# Maintainer: Ainola 
+# Contributor: Drew DeVault
+
+pkgname=scdoc
+pkgver=1.6.0
+pkgrel=3
+license=('MIT')
+pkgdesc='Tool for generating roff manual pages'
+arch=('x86_64')
+url='https://git.sr.ht/~sircmpwn/scdoc/'
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('18dade6bb27dbe6d112478bbbc08239b384c2334f37418b94d5f5b25713697d9d854ebb08cc62ed6e68b55a01326ea207614e4f79976536ec800029cc55f8b4b')
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr LDFLAGS="$LDFLAGS"
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-01-02 Thread Brett Cornwall via arch-commits
Date: Thursday, January 3, 2019 @ 03:52:08
  Author: ainola
Revision: 420299

scdoc: bump relase

Modified:
  scdoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 03:51:37 UTC (rev 420298)
+++ PKGBUILD2019-01-03 03:52:08 UTC (rev 420299)
@@ -3,7 +3,7 @@
 
 pkgname=scdoc
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 license=('MIT')
 pkgdesc='Tool for generating roff manual pages'
 arch=('x86_64')


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

2019-01-02 Thread Brett Cornwall via arch-commits
Date: Thursday, January 3, 2019 @ 03:51:37
  Author: ainola
Revision: 420298

scdoc: add LDFLAGS="$LDFLAGS" for now

Modified:
  scdoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 01:12:21 UTC (rev 420297)
+++ PKGBUILD2019-01-03 03:51:37 UTC (rev 420298)
@@ -1,4 +1,4 @@
-# Maintainer: Ainola
+# Maintainer: Ainola 
 # Contributor: Drew DeVault
 
 pkgname=scdoc
@@ -5,7 +5,7 @@
 pkgver=1.6.0
 pkgrel=2
 license=('MIT')
-pkgdesc='tool for generating roff manual pages'
+pkgdesc='Tool for generating roff manual pages'
 arch=('x86_64')
 url='https://git.sr.ht/~sircmpwn/scdoc/'
 
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
@@ -13,7 +13,7 @@
 
 build() {
 cd "$pkgname-$pkgver"
-make PREFIX=/usr
+make PREFIX=/usr LDFLAGS="$LDFLAGS"
 }
 
 check() {


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

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 3, 2019 @ 01:12:15
  Author: svenstaro
Revision: 420296

upgpkg: laszip 3.2.9-1

Modified:
  laszip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 01:03:57 UTC (rev 420295)
+++ PKGBUILD2019-01-03 01:12:15 UTC (rev 420296)
@@ -3,7 +3,7 @@
 # Contributor: Michael 
 
 pkgname=laszip
-pkgver=3.2.8
+pkgver=3.2.9
 pkgrel=1
 pkgdesc='ASPRS LAS lossless compression library'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('LGPL')
 makedepends=('cmake')
 
source=("https://github.com/LASzip/LASzip/releases/download/${pkgver}/laszip-src-${pkgver}.tar.gz;)
-sha512sums=('af35f040c44c4203667481e90e58c92469c9afaf07f30cad86d1dd9a46411913ed851b070aac0c777511fb4a8df17d8c5df90ec31917f1de9cce61d7391417f9')
+sha512sums=('13d317776dd5267d501642a4d0f240e45dfef825e23f9b3480d399e3e647cbaccfb77296a34e5c750d6b5d0772b8df4beef94635c57cedcdceebfab41db15456')
 
 build() {
   cd "${srcdir}/${pkgname}-src-${pkgver}"


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

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 3, 2019 @ 01:12:21
  Author: svenstaro
Revision: 420297

archrelease: copy trunk to community-x86_64

Added:
  laszip/repos/community-x86_64/PKGBUILD
(from rev 420296, laszip/trunk/PKGBUILD)
Deleted:
  laszip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 01:12:15 UTC (rev 420296)
+++ PKGBUILD2019-01-03 01:12:21 UTC (rev 420297)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Maciej Sieczka 
-# Contributor: Michael 
-
-pkgname=laszip
-pkgver=3.2.8
-pkgrel=1
-pkgdesc='ASPRS LAS lossless compression library'
-arch=('x86_64')
-url='https://laszip.org'
-license=('LGPL')
-makedepends=('cmake')
-source=("https://github.com/LASzip/LASzip/releases/download/${pkgver}/laszip-src-${pkgver}.tar.gz;)
-sha512sums=('af35f040c44c4203667481e90e58c92469c9afaf07f30cad86d1dd9a46411913ed851b070aac0c777511fb4a8df17d8c5df90ec31917f1de9cce61d7391417f9')
-
-build() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
-
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: laszip/repos/community-x86_64/PKGBUILD (from rev 420296, 
laszip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 01:12:21 UTC (rev 420297)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maciej Sieczka 
+# Contributor: Michael 
+
+pkgname=laszip
+pkgver=3.2.9
+pkgrel=1
+pkgdesc='ASPRS LAS lossless compression library'
+arch=('x86_64')
+url='https://laszip.org'
+license=('LGPL')
+makedepends=('cmake')
+source=("https://github.com/LASzip/LASzip/releases/download/${pkgver}/laszip-src-${pkgver}.tar.gz;)
+sha512sums=('13d317776dd5267d501642a4d0f240e45dfef825e23f9b3480d399e3e647cbaccfb77296a34e5c750d6b5d0772b8df4beef94635c57cedcdceebfab41db15456')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}/build"
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-02 Thread Sébastien Luttringer via arch-commits
Date: Thursday, January 3, 2019 @ 01:06:39
  Author: seblu
Revision: 342897

archrelease: copy trunk to testing-x86_64

Added:
  tar/repos/testing-x86_64/
  tar/repos/testing-x86_64/PKGBUILD
(from rev 342896, tar/trunk/PKGBUILD)

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

Copied: tar/repos/testing-x86_64/PKGBUILD (from rev 342896, tar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-03 01:06:39 UTC (rev 342897)
@@ -0,0 +1,49 @@
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=tar
+pkgver=1.31
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('x86_64')
+url='https://www.gnu.org/software/tar/'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('bc9a89da1185ceb2210de12552c43ce2'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in tar/trunk (3 files)

2019-01-02 Thread Sébastien Luttringer via arch-commits
Date: Thursday, January 3, 2019 @ 01:06:28
  Author: seblu
Revision: 342896

upgpkg: tar 1.31-1

Modified:
  tar/trunk/PKGBUILD
Deleted:
  tar/trunk/tar-1.30-tests-difflink.patch
  tar/trunk/tar-1.30-tests-dirrem.patch

---+
 PKGBUILD  |   21 ++---
 tar-1.30-tests-difflink.patch |   15 --
 tar-1.30-tests-dirrem.patch   |   93 
 3 files changed, 5 insertions(+), 124 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 01:04:14 UTC (rev 342895)
+++ PKGBUILD2019-01-03 01:06:28 UTC (rev 342896)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke 
 
 pkgname=tar
-pkgver=1.30
-pkgrel=2
+pkgver=1.31
+pkgrel=1
 pkgdesc='Utility used to store, backup, and transport files'
 arch=('x86_64')
 url='https://www.gnu.org/software/tar/'
@@ -13,13 +13,9 @@
 depends=('glibc' 'acl' 'attr')
 options=('!emptydirs')
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-"tar-1.30-tests-difflink.patch"
-"tar-1.30-tests-dirrem.patch")
-md5sums=('2d01c6cd1387be98f57a0ec4e6e35826'
- 'SKIP'
- '03a5a69df0dc6bfc8a5aa312f7535173'
- '4ebab6318576ada4b244690f7acb134c')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('bc9a89da1185ceb2210de12552c43ce2'
+ 'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -32,8 +28,6 @@
 fi
   done
   :
-  
-  autoreconf -if
 }
 
 build() {
@@ -44,11 +38,6 @@
 
 check() {
   cd $pkgname-$pkgver
-  
-  # need to update testsuite script after patching
-  rm tests/testsuite
-  make -C tests/ testsuite
-
   make check
 }
 

Deleted: tar-1.30-tests-difflink.patch
===
--- tar-1.30-tests-difflink.patch   2019-01-03 01:04:14 UTC (rev 342895)
+++ tar-1.30-tests-difflink.patch   2019-01-03 01:06:28 UTC (rev 342896)
@@ -1,15 +0,0 @@
-Per https://www.mail-archive.com/bug-tar@gnu.org/msg05440.html
-
-diff --git a/tests/difflink.at b/tests/difflink.at
-index eadfb08..4e01176 100644
 a/tests/difflink.at
-+++ b/tests/difflink.at
-@@ -21,7 +21,7 @@ mkdir a
- genfile -f a/x
- ln -s x a/y
- ln a/y a/z
--tar cf a.tar a
-+tar cf a.tar a/x a/y a/z
- rm a/z
- ln -s x a/z
- tar df a.tar

Deleted: tar-1.30-tests-dirrem.patch
===
--- tar-1.30-tests-dirrem.patch 2019-01-03 01:04:14 UTC (rev 342895)
+++ tar-1.30-tests-dirrem.patch 2019-01-03 01:06:28 UTC (rev 342896)
@@ -1,93 +0,0 @@
-From 298cfc4743b9cca6cc0c685b9fce5b34827bec1b Mon Sep 17 00:00:00 2001
-From: Pavel Raiskup 
-Date: Thu, 4 Jan 2018 18:21:27 +0100
-Subject: [PATCH] tests: fix race in dirrem01 and dirrem02
-
-Proposal:
-https://www.mail-archive.com/bug-tar@gnu.org/msg05451.html
-
-Previously the '--checkpoint-action=echo' was triggered after
-'--checkpoint-action=sleep=1' - so the order of events *usually*
-was (for --format='gnu'):
-
-  ...
-  1. checkpoint handler before write of 'dir/sub' member
-  2. one-second delay
-  3. stderr write: 'tar: Write checkpoint 3'
-  4. write the member 'dir/sub' into the archive
-  5. check that the member's ctime has not been changed
-  6. genfile's detecting 'Write checkpoint', doing unlink
-  ...
-
-But sometimes, the genfile was fast enough to win the race and
-unlinked the directory before the member was written into the
-archive (IOW, the order was 1-2-3-6-4-5).  This led to the
-occasional warning 'tar: dir/sub: file changed as we read it'.
-
-Swap the order of 'sleep=1' and 'echo' actions so the genfile
-utility has (hopefully) enough time to do the unlink before
-writing the file into the archive (enforce 1-2-3-6-4-5 order).
-
-* tests/dirrem01.at: Swap 'sleep=1' and 'echo' actions.
-* tests/dirrem02.at: Likewise.

- tests/dirrem01.at | 5 +++--
- tests/dirrem02.at | 7 ---
- 2 files changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/tests/dirrem01.at b/tests/dirrem01.at
-index 40344dc..dabc206 100644
 a/tests/dirrem01.at
-+++ b/tests/dirrem01.at
-@@ -47,14 +47,15 @@ gnu)   CPT=3;;
- esac
- 
- genfile --run --checkpoint=$CPT --unlink dir/sub/file2 --unlink dir/sub -- \
--   tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
--   --checkpoint-action='echo' -c -f archive.tar \
-+   tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='echo' \
-+   --checkpoint-action='sleep=1' -c -f archive.tar \
---listed-incremental db -v dir >/dev/null
- ],
- [1],
- [ignore],
- [tar: dir: Directory is new
- tar: dir/sub: Directory is new
-+tar: dir/sub: file changed as we read it
- tar: dir/sub: File removed before we read it
- ],[],[],[gnu,posix])
- 
-diff --git a/tests/dirrem02.at b/tests/dirrem02.at
-index e1cf9ef..924454f 100644
 a/tests/dirrem02.at
-+++ b/tests/dirrem02.at

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

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 3, 2019 @ 01:04:06
  Author: svenstaro
Revision: 342894

upgpkg: efl 1.21.1-2

bullet 2.88 rebuild

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 01:03:29 UTC (rev 342893)
+++ PKGBUILD2019-01-03 01:04:06 UTC (rev 342894)
@@ -4,7 +4,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org;


[arch-commits] Commit in efl/repos/extra-x86_64 (4 files)

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 3, 2019 @ 01:04:14
  Author: svenstaro
Revision: 342895

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 342894, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 342894, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  140 +--
 eina_doxygen.patch |   20 +++
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 01:04:06 UTC (rev 342894)
+++ PKGBUILD2019-01-03 01:04:14 UTC (rev 342895)
@@ -1,70 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.21.1
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
- 'mesa')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
-
-  make
-
-  cd doc
-  doxygen
-  #make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 342894, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 01:04:14 UTC (rev 342895)
@@ -0,0 +1,70 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.21.1
+pkgrel=2
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+ 'mesa')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha256sums=('44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+  --enable-liblz4 

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

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 3, 2019 @ 01:03:57
  Author: svenstaro
Revision: 420295

archrelease: copy trunk to community-x86_64

Added:
  openmw/repos/community-x86_64/PKGBUILD
(from rev 420294, openmw/trunk/PKGBUILD)
Deleted:
  openmw/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 01:03:48 UTC (rev 420294)
+++ PKGBUILD2019-01-03 01:03:57 UTC (rev 420295)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-pkgname=openmw
-pkgver=0.44.0
-pkgrel=4
-pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('x86_64')
-url="http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph34' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 
'sdl2' 'unshield' 'libxt')
-makedepends=('cmake' 'boost' 'doxygen' 'ninja')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha512sums=('1b178891274361b7821ac1d3d66976ed5d443545531499d98f7ed30823f3891172cc5dcb3f7382ba0f561774a92b9ad8805e0c9582b78d2f010e4ed661219017')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake "../$pkgname-$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DDESIRED_QT_VERSION=5 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 420294, 
openmw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 01:03:57 UTC (rev 420295)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+pkgname=openmw
+pkgver=0.44.0
+pkgrel=5
+pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph34' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 
'sdl2' 'unshield' 'libxt')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha512sums=('1b178891274361b7821ac1d3d66976ed5d443545531499d98f7ed30823f3891172cc5dcb3f7382ba0f561774a92b9ad8805e0c9582b78d2f010e4ed661219017')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake "../$pkgname-$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5 \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 3, 2019 @ 01:03:48
  Author: svenstaro
Revision: 420294

upgpkg: openmw 0.44.0-5

bullet 2.88 rebuild

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 00:47:09 UTC (rev 420293)
+++ PKGBUILD2019-01-03 01:03:48 UTC (rev 420294)
@@ -2,7 +2,7 @@
 # Contributor: Sandy Carter 
 pkgname=openmw
 pkgver=0.44.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org;


[arch-commits] Commit in (vlan)

2019-01-02 Thread Sébastien Luttringer via arch-commits
Date: Thursday, January 3, 2019 @ 00:47:09
  Author: seblu
Revision: 420293

Move vlan to aur

Deleted:
  vlan/


[arch-commits] Commit in linux-tools/repos/community-x86_64 (12 files)

2019-01-02 Thread Sébastien Luttringer via arch-commits
Date: Thursday, January 3, 2019 @ 00:38:50
  Author: seblu
Revision: 420291

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 420290, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 420290, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 420290, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 420290, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 420290, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 420290, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

--+
 PKGBUILD |  540 +++--
 cpupower.default |   58 ++---
 cpupower.install |   26 +-
 cpupower.service |   22 +-
 cpupower.systemd |   60 ++---
 usbipd.service   |   18 -
 6 files changed, 373 insertions(+), 351 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 00:38:31 UTC (rev 420290)
+++ PKGBUILD2019-01-03 00:38:50 UTC (rev 420291)
@@ -1,259 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=4.19
-pkgrel=1
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'gtk2')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-};
-#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('SKIP'
- '56883c159381ba89e50ab8ea65efec77'
- '34f5ecc19770a1abbcd0fd65bfd1f065'
- '86c4e419e4ba80835c330d49ba3f56ad'
- 'bb35634f480325a78b943f7e10165e86')
-
-prepare() {
-  cd linux
-
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-filename="${filename##*/}"
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-elif [[ "$filename" =~ ^patch- ]]; then
-  msg2 "Applying linux $filename"
-  patch -p1 -N -i "$srcdir/${filename%.*}"
-fi
-  done
-}
-
-build() {
-  msg2 'libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
-NO_SDT=1 \
-PYTHON=python \
-PYTHON_CONFIG=python-config \
-PERF_VERSION=$pkgver-$pkgrel \
-DESTDIR="$pkgdir" \
-all man
-  popd
-
-  msg2 'cpupower'
-  pushd linux/tools/power/cpupower
-  make VERSION=$pkgver-$pkgrel
-  popd
-
-  msg2 'x86_energy_perf_policy'
-  pushd linux/tools/power/x86/x86_energy_perf_policy
-  make
-  popd
-
-  msg2 'usbip'
-  pushd linux/tools/usb/usbip
-  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-  popd
-
-  msg2 'tmon'
-  pushd linux/tools/thermal/tmon
-  make
-  popd
-
-  msg2 'cgroup_event_listener'
-  pushd linux/tools/cgroup
-  make
-  popd
-
-  msg2 'turbostat'
-  pushd linux/tools/power/x86/turbostat
-  make
-  popd
-
-  msg2 'hv'
-  pushd linux/tools/hv
-  CFLAGS+=' -DKVP_SCRIPTS_PATH=/usr/lib/hyperv/kvp_scripts/' make
-  popd
-}
-
-package_linux-tools-meta() {
-  pkgdesc='Linux kernel tools meta package'
-  groups=()
-  depends=(
-'cgroup_event_listener'
-'cpupower'
-'hyperv'
-'libtraceevent'
-'perf'
-'tmon'
-'turbostat'
-'usbip'
-'x86_energy_perf_policy'
-  )
-  conflicts=(
-'acpidump'
-  )
-}
-
-package_libtraceevent() {
-  pkgdesc='Linux kernel trace event library'
-  depends=('glibc')
-
-  cd linux/tools/lib/traceevent
-  install -dm 755 "$pkgdir/usr/lib"
-  install -m 644 libtraceevent.so "$pkgdir/usr/lib"
-}
-
-package_perf() {
-  pkgdesc='Linux kernel performance auditing tool'
-  

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

2019-01-02 Thread Sébastien Luttringer via arch-commits
Date: Thursday, January 3, 2019 @ 00:38:31
  Author: seblu
Revision: 420290

upgpkg: linux-tools 4.20-1

Modified:
  linux-tools/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 23 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 00:25:06 UTC (rev 420289)
+++ PKGBUILD2019-01-03 00:38:31 UTC (rev 420290)
@@ -2,6 +2,7 @@
 
 pkgbase=linux-tools
 pkgname=(
+  'bpf'
   'cgroup_event_listener'
   'cpupower'
   'hyperv'
@@ -13,7 +14,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.19
+pkgver=4.20
 pkgrel=1
 license=('GPL2')
 arch=('x86_64')
@@ -117,6 +118,15 @@
   pushd linux/tools/hv
   CFLAGS+=' -DKVP_SCRIPTS_PATH=/usr/lib/hyperv/kvp_scripts/' make
   popd
+
+  msg2 'bpf'
+  pushd linux/tools/bpf
+  # doesn't compile when we don't first compile bpftool in its directory
+  cd bpftool
+  make
+  cd ..
+  make
+  popd
 }
 
 package_linux-tools-meta() {
@@ -123,6 +133,7 @@
   pkgdesc='Linux kernel tools meta package'
   groups=()
   depends=(
+'bpf'
 'cgroup_event_listener'
 'cpupower'
 'hyperv'
@@ -256,4 +267,15 @@
   install -dm755 "$pkgdir/usr/lib/hyperv/kvp_scripts"
 }
 
+package_bpf() {
+  pkgdesc='BPF tools'
+  depends=('glibc')
+
+  cd linux/tools/bpf
+  make install prefix=/usr DESTDIR="$pkgdir"
+  # fix bpftool hard written path
+  mv "$pkgdir"/usr/sbin/bpftool "$pkgdir"/usr/bin/bpftool
+  rmdir "$pkgdir"/usr/sbin
+}
+
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in nfoview/repos/community-any (4 files)

2019-01-02 Thread David Runge via arch-commits
Date: Thursday, January 3, 2019 @ 00:25:06
  Author: dvzrv
Revision: 420289

archrelease: copy trunk to community-any

Added:
  nfoview/repos/community-any/PKGBUILD
(from rev 420288, nfoview/trunk/PKGBUILD)
  nfoview/repos/community-any/x-nfo.desktop
(from rev 420288, nfoview/trunk/x-nfo.desktop)
Deleted:
  nfoview/repos/community-any/PKGBUILD
  nfoview/repos/community-any/x-nfo.desktop

---+
 PKGBUILD  |   85 +++-
 x-nfo.desktop |   14 -
 2 files changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 00:24:49 UTC (rev 420288)
+++ PKGBUILD2019-01-03 00:25:06 UTC (rev 420289)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Maintainer: Ray Rashif 
-# Contributor: Wes Brewer 
-# Contributor: VuDu 
-
-pkgname=nfoview
-pkgver=1.24
-pkgrel=2
-pkgdesc="Simple NFO file viewer in GTK+ 3"
-arch=('any')
-url="https://otsaloma.io/nfoview/;
-license=('GPL3')
-depends=('gtk3' 'python-gobject')
-makedepends=('python-setuptools')
-optdepends=('terminus-font: recommended font')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/otsaloma/${pkgname}/archive/${pkgver}.tar.gz;
-'x-nfo.desktop')
-sha512sums=('91ad1f9f972b7681655b429c0910475012bd2231e51c6db5659b19fb869779d1de10dadc1d6461fa7d577c051af9b74f1d463543a429e1dca438a4ff17ac2293'
-
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-
-  # docs
-  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  install -vDm 644 "${srcdir}/x-nfo.desktop" \
-"${pkgdir}/usr/share/mimelnk/text/x-nfo.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfoview/repos/community-any/PKGBUILD (from rev 420288, 
nfoview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 00:25:06 UTC (rev 420289)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Wes Brewer 
+# Contributor: VuDu 
+
+pkgname=nfoview
+pkgver=1.26
+pkgrel=1
+pkgdesc="Simple NFO file viewer in GTK+ 3"
+arch=('any')
+url="https://otsaloma.io/nfoview/;
+license=('GPL3')
+depends=('gtk3' 'python-gobject')
+makedepends=('python-setuptools')
+optdepends=('terminus-font: recommended font')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/otsaloma/${pkgname}/archive/${pkgver}.tar.gz;
+'x-nfo.desktop')
+sha512sums=('2e697e3a49aa85fe0865ad9f281ea830e692335682658061f21c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336'
+
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+
+  # docs
+  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+
+  install -vDm 644 "${srcdir}/x-nfo.desktop" \
+"${pkgdir}/usr/share/mimelnk/text/x-nfo.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: x-nfo.desktop
===
--- x-nfo.desktop   2019-01-03 00:24:49 UTC (rev 420288)
+++ x-nfo.desktop   2019-01-03 00:25:06 UTC (rev 420289)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Comment=NFO document
-DefaultApp=nfoview
-Type=MimeType
-MimeType=text/x-nfo
-Patterns=*.nfo;
-X-KDE-AutoEmbed=false
\ No newline at end of file

Copied: nfoview/repos/community-any/x-nfo.desktop (from rev 420288, 
nfoview/trunk/x-nfo.desktop)
===
--- x-nfo.desktop   (rev 0)
+++ x-nfo.desktop   2019-01-03 00:25:06 UTC (rev 420289)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=NFO document
+DefaultApp=nfoview
+Type=MimeType
+MimeType=text/x-nfo
+Patterns=*.nfo;
+X-KDE-AutoEmbed=false
\ No newline at end of file


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

2019-01-02 Thread David Runge via arch-commits
Date: Thursday, January 3, 2019 @ 00:24:49
  Author: dvzrv
Revision: 420288

upgpkg: nfoview 1.26-1

Upgrading to 1.26.

Modified:
  nfoview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 23:55:06 UTC (rev 420287)
+++ PKGBUILD2019-01-03 00:24:49 UTC (rev 420288)
@@ -1,11 +1,11 @@
 # Maintainer: David Runge 
-# Maintainer: Ray Rashif 
+# Contributor: Ray Rashif 
 # Contributor: Wes Brewer 
 # Contributor: VuDu 
 
 pkgname=nfoview
-pkgver=1.24
-pkgrel=2
+pkgver=1.26
+pkgrel=1
 pkgdesc="Simple NFO file viewer in GTK+ 3"
 arch=('any')
 url="https://otsaloma.io/nfoview/;
@@ -15,7 +15,7 @@
 optdepends=('terminus-font: recommended font')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/otsaloma/${pkgname}/archive/${pkgver}.tar.gz;
 'x-nfo.desktop')
-sha512sums=('91ad1f9f972b7681655b429c0910475012bd2231e51c6db5659b19fb869779d1de10dadc1d6461fa7d577c051af9b74f1d463543a429e1dca438a4ff17ac2293'
+sha512sums=('2e697e3a49aa85fe0865ad9f281ea830e692335682658061f21c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336'
 
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
 
 build() {


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

2019-01-02 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 2, 2019 @ 23:55:06
  Author: zorun
Revision: 420287

archrelease: copy trunk to community-any

Added:
  catch2/repos/community-any/PKGBUILD
(from rev 420286, catch2/trunk/PKGBUILD)
Deleted:
  catch2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 23:54:52 UTC (rev 420286)
+++ PKGBUILD2019-01-02 23:55:06 UTC (rev 420287)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Bart Verhagen 
-pkgname='catch2'
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="A modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD - using C++11, C++14, C++17 and later"
-arch=('any')
-url="https://github.com/catchorg/catch2;
-license=('Boost')
-makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
-source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9f3caf00749f9aa378d40db5a04019c684419457fd56cee625714de1bff45a92')
-
-build() {
-  cd "$srcdir/Catch2-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCATCH_USE_VALGRIND=OFF \
--DCATCH_BUILD_EXAMPLES=OFF \
--DCATCH_ENABLE_COVERAGE=OFF \
--DCATCH_ENABLE_WERROR=OFF \
--DBUILD_TESTING=ON
-  make
-}
-
-check() {
-  cd "$srcdir/Catch2-$pkgver/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/Catch2-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: catch2/repos/community-any/PKGBUILD (from rev 420286, 
catch2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 23:55:06 UTC (rev 420287)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Bart Verhagen 
+pkgname='catch2'
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD - using C++11, C++14, C++17 and later"
+arch=('any')
+url="https://github.com/catchorg/catch2;
+license=('Boost')
+makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
+source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('720c84d18f4dc9eb23379941df2054e7bcd5ff9c215e4d620f8533a130d128ae')
+
+build() {
+  cd "$srcdir/Catch2-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCATCH_USE_VALGRIND=OFF \
+-DCATCH_BUILD_EXAMPLES=OFF \
+-DCATCH_ENABLE_COVERAGE=OFF \
+-DCATCH_ENABLE_WERROR=OFF \
+-DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd "$srcdir/Catch2-$pkgver/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/Catch2-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-02 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 2, 2019 @ 23:54:52
  Author: zorun
Revision: 420286

upgpkg: catch2 2.5.0-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 18:50:39 UTC (rev 420285)
+++ PKGBUILD2019-01-02 23:54:52 UTC (rev 420286)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 # Contributor: Bart Verhagen 
 pkgname='catch2'
-pkgver=2.4.2
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD - using C++11, C++14, C++17 and later"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('Boost')
 makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
 
source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9f3caf00749f9aa378d40db5a04019c684419457fd56cee625714de1bff45a92')
+sha256sums=('720c84d18f4dc9eb23379941df2054e7bcd5ff9c215e4d620f8533a130d128ae')
 
 build() {
   cd "$srcdir/Catch2-$pkgver"


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

2019-01-02 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, January 2, 2019 @ 23:08:25
  Author: seblu
Revision: 342892

db-move: moved diffutils from [testing] to [core] (x86_64)

Added:
  diffutils/repos/core-x86_64/PKGBUILD
(from rev 342891, diffutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  diffutils/repos/core-x86_64/PKGBUILD
  diffutils/repos/testing-x86_64/

--+
 /PKGBUILD|   48 
 core-x86_64/PKGBUILD |   35 ---
 2 files changed, 48 insertions(+), 35 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-01-02 23:08:24 UTC (rev 342891)
+++ core-x86_64/PKGBUILD2019-01-02 23:08:25 UTC (rev 342892)
@@ -1,35 +0,0 @@
-# Mainainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=diffutils
-pkgver=3.6
-pkgrel=2
-pkgdesc='Utility programs used for creating patch files'
-arch=('x86_64')
-url='https://www.gnu.org/software/diffutils'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'bash')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('07cf286672ced26fba54cd0313bdc071'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: diffutils/repos/core-x86_64/PKGBUILD (from rev 342891, 
diffutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-01-02 23:08:25 UTC (rev 342892)
@@ -0,0 +1,48 @@
+# Mainainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=diffutils
+pkgver=3.7
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('x86_64')
+url='https://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('4824adc0e95dbbf11dfbdfaad6a1e461'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gzip/repos (4 files)

2019-01-02 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, January 2, 2019 @ 23:08:24
  Author: seblu
Revision: 342891

db-move: moved gzip from [testing] to [core] (x86_64)

Added:
  gzip/repos/core-x86_64/PKGBUILD
(from rev 342890, gzip/repos/testing-x86_64/PKGBUILD)
Deleted:
  gzip/repos/core-x86_64/PKGBUILD
  gzip/repos/core-x86_64/gnulib.patch
  gzip/repos/testing-x86_64/

--+
 /PKGBUILD|   47 +++
 core-x86_64/PKGBUILD |   49 ---
 core-x86_64/gnulib.patch |  189 -
 3 files changed, 47 insertions(+), 238 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-01-02 15:15:41 UTC (rev 342890)
+++ core-x86_64/PKGBUILD2019-01-02 23:08:24 UTC (rev 342891)
@@ -1,49 +0,0 @@
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=gzip
-pkgver=1.9
-pkgrel=2
-pkgdesc='GNU compression utility'
-arch=('x86_64')
-url='https://www.gnu.org/software/gzip/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash' 'less')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig}
-"gnulib.patch")
-md5sums=('9492c6ccb2239ff679a5475a7bb543ed'
- 'SKIP'
- '2891e00da0961ba7560041885f0fb3ac')
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gzip/repos/core-x86_64/PKGBUILD (from rev 342890, 
gzip/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-01-02 23:08:24 UTC (rev 342891)
@@ -0,0 +1,47 @@
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=gzip
+pkgver=1.10
+pkgrel=1
+pkgdesc='GNU compression utility'
+arch=('x86_64')
+url='https://www.gnu.org/software/gzip/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash' 'less')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
+md5sums=('691b1221694c3394f1c537df4eee39d3'
+ 'SKIP')
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/gnulib.patch
===
--- core-x86_64/gnulib.patch2019-01-02 15:15:41 UTC (rev 342890)
+++ core-x86_64/gnulib.patch2019-01-02 23:08:24 UTC (rev 342891)
@@ -1,189 +0,0 @@
-From 1831628c0630ae96a43586b2a25ca51cbdba3e53 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Mon, 5 Mar 2018 10:56:29 -0800
-Subject: [PATCH] fflush: adjust to glibc 2.28 libio.h removal
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Problem reported by Daniel P. Berrangé in:
-https://lists.gnu.org/r/bug-gnulib/2018-03/msg0.html
-* lib/fbufmode.c (fbufmode):
-* lib/fflush.c (clear_ungetc_buffer_preserving_position)
-(disable_seek_optimization, rpl_fflush):
-* lib/fpending.c (__fpending):
-* lib/fpurge.c (fpurge):
-* lib/freadable.c (freadable):
-* lib/freadahead.c (freadahead):
-* lib/freading.c (freading):
-* lib/freadptr.c (freadptr):
-* lib/freadseek.c (freadptrinc):
-* lib/fseeko.c (fseeko):
-* lib/fseterr.c (fseterr):
-* lib/fwritable.c (fwritable):
-* lib/fwriting.c (fwriting):
-Check _IO_EOF_SEEN instead of _IO_ftrylockfile.
-* lib/stdio-impl.h (_IO_IN_BACKUP) [_IO_EOF_SEEN]:
-Define if not already defined.

- ChangeLog| 23 +++
- lib/fbufmode.c   |  2 +-
- lib/fflush.c |  6 +++---
- lib/fpending.c   |  2 +-
- lib/fpurge.c |  2 +-
- lib/freadable.c  |  2 +-
- lib/freadahead.c |  2 +-
- lib/freading.c   |  2 +-
- lib/freadptr.c   |  2 +-
- lib/freadseek.c  |  2 +-
- lib/fseeko.c |  4 ++--
- lib/fseterr.c|  2 +-
- 

[arch-commits] Commit in dnscrypt-wrapper/repos/community-x86_64 (6 files)

2019-01-02 Thread Felix Yan via arch-commits
Date: Wednesday, January 2, 2019 @ 18:50:39
  Author: felixonmars
Revision: 420285

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-wrapper/repos/community-x86_64/PKGBUILD
(from rev 420284, dnscrypt-wrapper/trunk/PKGBUILD)
  dnscrypt-wrapper/repos/community-x86_64/dnscrypt-wrapper.install
(from rev 420284, dnscrypt-wrapper/trunk/dnscrypt-wrapper.install)
  dnscrypt-wrapper/repos/community-x86_64/dnscrypt-wrapper.sysusers
(from rev 420284, dnscrypt-wrapper/trunk/dnscrypt-wrapper.sysusers)
Deleted:
  dnscrypt-wrapper/repos/community-x86_64/PKGBUILD
  dnscrypt-wrapper/repos/community-x86_64/dnscrypt-wrapper.install
  dnscrypt-wrapper/repos/community-x86_64/dnscrypt-wrapper.sysusers

---+
 PKGBUILD  |   99 +---
 dnscrypt-wrapper.install  |8 +--
 dnscrypt-wrapper.sysusers |4 -
 3 files changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 18:50:18 UTC (rev 420284)
+++ PKGBUILD2019-01-02 18:50:39 UTC (rev 420285)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: William Grieshaber 
-
-pkgname=dnscrypt-wrapper
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A server-side dnscrypt proxy"
-url="https://dnscrypt.org/;
-arch=('x86_64')
-license=('BSD')
-depends=('libsodium' 'libevent')
-backup=('etc/default/dnscrypt-wrapper')
-install=dnscrypt-wrapper.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cofyc/dnscrypt-wrapper/archive/v$pkgver.tar.gz;
-dnscrypt-wrapper.sysusers)
-sha512sums=('64d3a06f259e876339e868809421499253849ac619b961a1a2ab52db38dc5395577892cab947858023365d3483ec3b9dae09f5b78a49bbcedc933f981dadc6cd'
-
'91dfdf0be4eb0d1f8d29bbfadfef451e09a5eed4464afdb531b67354a1c9357224d46340e4472eb37aaa6c2ba2f1dc685ccaa24dfa7666dd2cb5ac8c0a55b7db')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|/usr/sbin|/usr/bin|' debian/dnscrypt-wrapper.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make configure
-  ./configure
-  make
-}
-
-check(){
-  cd $pkgname-$pkgver/tests
-  # TODO
-  # make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make sbindir="$pkgdir"/usr/bin install
-
-  install -Dm644 debian/dnscrypt-wrapper.service 
"$pkgdir"/usr/lib/systemd/system/dnscrypt-wrapper.service
-  install -Dm644 debian/dnscrypt-wrapper.default 
"$pkgdir"/etc/default/dnscrypt-wrapper
-  install -Dm644 "$srcdir"/dnscrypt-wrapper.sysusers 
"$pkgdir/usr/lib/sysusers.d/dnscrypt-wrapper.conf"
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-  install -Dm644 debian/dnscrypt-wrapper.8 
"$pkgdir"/usr/share/man/man8/dnscrypt-wrapper.8
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dnscrypt-wrapper/repos/community-x86_64/PKGBUILD (from rev 420284, 
dnscrypt-wrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 18:50:39 UTC (rev 420285)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: William Grieshaber 
+
+pkgname=dnscrypt-wrapper
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A server-side dnscrypt proxy"
+url="https://dnscrypt.org/;
+arch=('x86_64')
+license=('BSD')
+depends=('libsodium' 'libevent')
+backup=('etc/default/dnscrypt-wrapper')
+install=dnscrypt-wrapper.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cofyc/dnscrypt-wrapper/archive/v$pkgver.tar.gz;
+dnscrypt-wrapper.sysusers)
+sha512sums=('f45afc6e0468c48ad9ded54cfd7d5314c68d49afda5faf3c7c3b6f8f41f77501565967baf3723ba735c8d7f8d98a010a4fcf215b3d76707411243400'
+
'91dfdf0be4eb0d1f8d29bbfadfef451e09a5eed4464afdb531b67354a1c9357224d46340e4472eb37aaa6c2ba2f1dc685ccaa24dfa7666dd2cb5ac8c0a55b7db')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' debian/dnscrypt-wrapper.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make configure
+  ./configure
+  make
+}
+
+check(){
+  cd $pkgname-$pkgver/tests
+  # TODO
+  # make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make sbindir="$pkgdir"/usr/bin install
+
+  install -Dm644 debian/dnscrypt-wrapper.service 
"$pkgdir"/usr/lib/systemd/system/dnscrypt-wrapper.service
+  install -Dm644 debian/dnscrypt-wrapper.default 
"$pkgdir"/etc/default/dnscrypt-wrapper
+  install -Dm644 "$srcdir"/dnscrypt-wrapper.sysusers 
"$pkgdir/usr/lib/sysusers.d/dnscrypt-wrapper.conf"
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 debian/dnscrypt-wrapper.8 
"$pkgdir"/usr/share/man/man8/dnscrypt-wrapper.8
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dnscrypt-wrapper.install
===
--- dnscrypt-wrapper.install2019-01-02 18:50:18 UTC (rev 420284)
+++ dnscrypt-wrapper.install2019-01-02 18:50:39 UTC (rev 420285)
@@ -1,4 +0,0 @@
-post_install() {
-  systemd-sysusers dnscrypt-wrapper.conf
-  [[ -d 

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

2019-01-02 Thread Felix Yan via arch-commits
Date: Wednesday, January 2, 2019 @ 18:50:18
  Author: felixonmars
Revision: 420284

upgpkg: dnscrypt-wrapper 0.4.2-1

Modified:
  dnscrypt-wrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 17:11:59 UTC (rev 420283)
+++ PKGBUILD2019-01-02 18:50:18 UTC (rev 420284)
@@ -2,7 +2,7 @@
 # Contributor: William Grieshaber 
 
 pkgname=dnscrypt-wrapper
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="A server-side dnscrypt proxy"
 url="https://dnscrypt.org/;
@@ -13,7 +13,7 @@
 install=dnscrypt-wrapper.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cofyc/dnscrypt-wrapper/archive/v$pkgver.tar.gz;
 dnscrypt-wrapper.sysusers)
-sha512sums=('64d3a06f259e876339e868809421499253849ac619b961a1a2ab52db38dc5395577892cab947858023365d3483ec3b9dae09f5b78a49bbcedc933f981dadc6cd'
+sha512sums=('f45afc6e0468c48ad9ded54cfd7d5314c68d49afda5faf3c7c3b6f8f41f77501565967baf3723ba735c8d7f8d98a010a4fcf215b3d76707411243400'
 
'91dfdf0be4eb0d1f8d29bbfadfef451e09a5eed4464afdb531b67354a1c9357224d46340e4472eb37aaa6c2ba2f1dc685ccaa24dfa7666dd2cb5ac8c0a55b7db')
 
 prepare() {


[arch-commits] Commit in tt-rss/repos (3 files)

2019-01-02 Thread Anatol Pomozov via arch-commits
Date: Wednesday, January 2, 2019 @ 17:11:59
  Author: anatolik
Revision: 420283

archrelease: copy trunk to community-testing-any

Added:
  tt-rss/repos/community-testing-any/
  tt-rss/repos/community-testing-any/PKGBUILD
(from rev 420282, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-testing-any/service
(from rev 420282, tt-rss/trunk/service)

--+
 PKGBUILD |   52 
 service  |   12 
 2 files changed, 64 insertions(+)

Copied: tt-rss/repos/community-testing-any/PKGBUILD (from rev 420282, 
tt-rss/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-01-02 17:11:59 UTC (rev 420283)
@@ -0,0 +1,52 @@
+# Maintainer:  Anatol Pomozov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Clément Démoulins 
+# Contributor: David Rosenstrauch 
+# Contributor: Erik Mank 
+
+pkgname=tt-rss
+pkgver=18.12.r442.gc66db9bde
+pkgrel=1
+epoch=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=(any)
+url='http://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php)
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+_commit=c66db9bde8996dd9dc862bee9220e71015609b9c
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
+source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
+service)
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+
+  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Copied: tt-rss/repos/community-testing-any/service (from rev 420282, 
tt-rss/trunk/service)
===
--- community-testing-any/service   (rev 0)
+++ community-testing-any/service   2019-01-02 17:11:59 UTC (rev 420283)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
+User=http
+StandardOutput=null
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target


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

2019-01-02 Thread Anatol Pomozov via arch-commits
Date: Wednesday, January 2, 2019 @ 17:11:33
  Author: anatolik
Revision: 420282

upgpkg: tt-rss 1:18.12.r442.gc66db9bde-1

Modified:
  tt-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 17:08:55 UTC (rev 420281)
+++ PKGBUILD2019-01-02 17:11:33 UTC (rev 420282)
@@ -5,7 +5,7 @@
 # Contributor: Erik Mank 
 
 pkgname=tt-rss
-pkgver=17.4.r518.g02bb26a9
+pkgver=18.12.r442.gc66db9bde
 pkgrel=1
 epoch=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
@@ -18,7 +18,7 @@
 'postgresql'
 'php-gd: for coloured feed badges')
 makedepends=('git')
-_commit=02bb26a93ff5b60e7bc3236ef3f62c818d32bd12
+_commit=c66db9bde8996dd9dc862bee9220e71015609b9c
 # periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
 source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
 service)


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

2019-01-02 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 2, 2019 @ 17:08:47
  Author: ffy00
Revision: 420279

upgpkg: python-keyring 17.1.1-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 17:08:25 UTC (rev 420278)
+++ PKGBUILD2019-01-02 17:08:47 UTC (rev 420279)
@@ -8,7 +8,7 @@
 pkgbase=python-keyring
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=17.0.0
+pkgver=17.1.1
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -20,7 +20,7 @@
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
   'python2-pytest-runner' 'python-dbus' 'python2-dbus')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('75ae3a1776b9b91b5aeb6730fb966895c9db994a5cb3f766b8925a0679bd9ffd78a3da4254914428f8d9840c0877d8ba911c0379aa85c523f82283cc58b9137f')
+sha512sums=('19fb785376db8e1e7a87917b29e8094e14d689ac60cd299047c4e8fa3ecdb029c377df0b77bd2c89a463ddaa9eae165b5355d8d7e7d758fd367dd50cd0d06f1a')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2019-01-02 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 2, 2019 @ 17:08:55
  Author: ffy00
Revision: 420281

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 17:08:54 UTC (rev 420280)
+++ PKGBUILD2019-01-02 17:08:55 UTC (rev 420281)
@@ -1,68 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=17.0.0
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://github.com/jaraco/keyring;
-license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
- 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
-  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('75ae3a1776b9b91b5aeb6730fb966895c9db994a5cb3f766b8925a0679bd9ffd78a3da4254914428f8d9840c0877d8ba911c0379aa85c523f82283cc58b9137f')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  optdepends=('python-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  optdepends=('python2-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 420279, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 17:08:55 UTC (rev 420281)
@@ -0,0 +1,68 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=17.1.1
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="https://github.com/jaraco/keyring;
+license=('PSF' 'MIT')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
+ 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
+  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('19fb785376db8e1e7a87917b29e8094e14d689ac60cd299047c4e8fa3ecdb029c377df0b77bd2c89a463ddaa9eae165b5355d8d7e7d758fd367dd50cd0d06f1a')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-keyring() {
+  depends=('python-entrypoints' 

[arch-commits] Commit in thrift/repos (2 files)

2019-01-02 Thread Anatol Pomozov via arch-commits
Date: Wednesday, January 2, 2019 @ 17:08:54
  Author: anatolik
Revision: 420280

archrelease: copy trunk to community-testing-x86_64

Added:
  thrift/repos/community-testing-x86_64/
  thrift/repos/community-testing-x86_64/PKGBUILD
(from rev 420278, thrift/trunk/PKGBUILD)

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

Copied: thrift/repos/community-testing-x86_64/PKGBUILD (from rev 420278, 
thrift/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-02 17:08:54 UTC (rev 420280)
@@ -0,0 +1,68 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark 
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(x86_64)
+url='http://thrift.apache.org'
+license=(APACHE)
+depends=(gcc-libs openssl)
+makedepends=(qt4 qt5-base boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer (Qt4) support'
+  'qt5-base: TQTcpServer (Qt5) support'
+)
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
+sha1sums=('36048534ba673d2a6531f3517eff402772d08dcc')
+
+build() {
+  cd thrift-$pkgver
+
+  ./bootstrap.sh
+  ./configure --prefix=/usr \
+ --enable-plugin \
+  --with-cpp \
+  --with-c_glib \
+ --with-qt4 \
+  --with-qt5 \
+  --with-libevent \
+  --with-csharp \
+  --without-haskell \
+  --without-php \
+  --without-ruby \
+  --without-python \
+  --without-erlang \
+  --without-perl \
+  --without-java \
+  --without-c_sharp \
+  --without-d \
+  --without-php \
+  --without-go \
+  --without-lua \
+  --without-nodejs
+  
+  make
+
+  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
+}
+
+check() {
+  cd thrift-$pkgver
+#  make check
+}
+
+package() {
+  cd thrift-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m0644 -D contrib/thrift.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/thrift.vim
+  install -m0644 -D contrib/thrift.el 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.el
+  install -m0644 -D contrib/thrift.elc 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.elc
+}


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

2019-01-02 Thread Anatol Pomozov via arch-commits
Date: Wednesday, January 2, 2019 @ 17:08:25
  Author: anatolik
Revision: 420278

upgpkg: thrift 0.12.0-1

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 17:03:13 UTC (rev 420277)
+++ PKGBUILD2019-01-02 17:08:25 UTC (rev 420278)
@@ -7,11 +7,11 @@
 # the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
 
 pkgname=thrift
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(x86_64)
-url='http://thrift.apache.org/'
+url='http://thrift.apache.org'
 license=(APACHE)
 depends=(gcc-libs openssl)
 makedepends=(qt4 qt5-base boost libevent emacs-nox)
@@ -20,7 +20,7 @@
   'qt5-base: TQTcpServer (Qt5) support'
 )
 
source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha1sums=('7acde72e72c810214d6a5c53ca8e9e0b3179470a')
+sha1sums=('36048534ba673d2a6531f3517eff402772d08dcc')
 
 build() {
   cd thrift-$pkgver


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

2019-01-02 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 2, 2019 @ 17:03:13
  Author: ffy00
Revision: 420277

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 420276, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 17:03:00 UTC (rev 420276)
+++ PKGBUILD2019-01-02 17:03:13 UTC (rev 420277)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('11ff0a689c6bf718d95eb0202fb73e06d194a71be9393685a2b444c3fc22bfac5f022ee177a73d786e6704f56173fd702f30005e7ace48fb825f3180f0dfe99a')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 420276, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 17:03:13 UTC (rev 420277)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.4.4
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('3552ace19a9f7b63b18a633a11a9c9acdb22df2954154592aeaed41dc649ac2451e7c88072e1c67a9f432cce5452e4fc4c00597a931210df49b58f959ad2e0f5')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-01-02 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 2, 2019 @ 17:03:00
  Author: ffy00
Revision: 420276

upgpkg: pulseeffects 4.4.4-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 16:53:58 UTC (rev 420275)
+++ PKGBUILD2019-01-02 17:03:00 UTC (rev 420276)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.4.1
+pkgver=4.4.4
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 'rubberband: pitch shifting'
 'mda.lv2: loudness')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('11ff0a689c6bf718d95eb0202fb73e06d194a71be9393685a2b444c3fc22bfac5f022ee177a73d786e6704f56173fd702f30005e7ace48fb825f3180f0dfe99a')
+sha512sums=('3552ace19a9f7b63b18a633a11a9c9acdb22df2954154592aeaed41dc649ac2451e7c88072e1c67a9f432cce5452e4fc4c00597a931210df49b58f959ad2e0f5')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-01-02 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 2, 2019 @ 16:53:43
  Author: ffy00
Revision: 420274

upgpkg: budgie-extras 0.7.0-1

Modified:
  budgie-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 14:48:22 UTC (rev 420273)
+++ PKGBUILD2019-01-02 16:53:43 UTC (rev 420274)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=budgie-extras
-pkgver=0.6.1
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Additional Budgie Desktop enhancements for the user experience'
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
 makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f5212a361c9acb7095cc1399a1a728c5c51a8c0a991ddb865e404b9d649d3d4d281133023674cbec234a31bbfc68e086eda59848ccfc444eeb3b3ef1d8ce974c')
+sha512sums=('d7ff4cb12e6bcaa009ab141c3bcfe059252e984be203b6f7e05675a3942ea17d9d6f9832500649358c2bfc288f5266fbc76636a275d33a2e4135dbe535f72f13')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-01-02 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 2, 2019 @ 16:53:58
  Author: ffy00
Revision: 420275

archrelease: copy trunk to community-x86_64

Added:
  budgie-extras/repos/community-x86_64/PKGBUILD
(from rev 420274, budgie-extras/trunk/PKGBUILD)
Deleted:
  budgie-extras/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 16:53:43 UTC (rev 420274)
+++ PKGBUILD2019-01-02 16:53:58 UTC (rev 420275)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=budgie-extras
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Additional Budgie Desktop enhancements for the user experience'
-arch=('x86_64')
-license=('GPL3')
-url='https://github.com/UbuntuBudgie/budgie-extras'
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
- 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
- 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f5212a361c9acb7095cc1399a1a728c5c51a8c0a991ddb865e404b9d649d3d4d281133023674cbec234a31bbfc68e086eda59848ccfc444eeb3b3ef1d8ce974c')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: budgie-extras/repos/community-x86_64/PKGBUILD (from rev 420274, 
budgie-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 16:53:58 UTC (rev 420275)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Additional Budgie Desktop enhancements for the user experience'
+arch=('x86_64')
+license=('GPL3')
+url='https://github.com/UbuntuBudgie/budgie-extras'
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('d7ff4cb12e6bcaa009ab141c3bcfe059252e984be203b6f7e05675a3942ea17d9d6f9832500649358c2bfc288f5266fbc76636a275d33a2e4135dbe535f72f13')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 2, 2019 @ 15:15:41
  Author: svenstaro
Revision: 342890

archrelease: copy trunk to staging-x86_64

Added:
  bullet/repos/staging-x86_64/
  bullet/repos/staging-x86_64/PKGBUILD
(from rev 342889, bullet/trunk/PKGBUILD)
  bullet/repos/staging-x86_64/bullet3_examplebrowser.sh
(from rev 342889, bullet/trunk/bullet3_examplebrowser.sh)

---+
 PKGBUILD  |   74 
 bullet3_examplebrowser.sh |4 ++
 2 files changed, 78 insertions(+)

Copied: bullet/repos/staging-x86_64/PKGBUILD (from rev 342889, 
bullet/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-02 15:15:41 UTC (rev 342890)
@@ -0,0 +1,74 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph Zeiler 
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+pkgver=2.88
+pkgrel=1
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
+arch=('x86_64')
+url="http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy')
+source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;
+bullet3_examplebrowser.sh)
+sha512sums=('15face1940d496c96fd19a44139d11d2cbb629526c40432be4a0eef5fa9a532c842ec7318248c0359a080f2034111bf1a3c2d3a6fd789bec675bd368fac7bd93'
+
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
+
+prepare() {
+  mkdir bullet3-${pkgver}/build
+}
+
+build() {
+  cd bullet3-${pkgver}/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DBUILD_PYBULLET=ON \
+   -DBUILD_PYBULLET_NUMPY=ON \
+   -DBUILD_OPENGL3_DEMOS=ON \
+   -DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  cd ..
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('glu: for the example browser'
+  'python: python bindings'
+  'python-numpy: python bindings'
+  'bullet-docs: documentation')
+
+  cd bullet3-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 examples/pybullet/pybullet.so.${pkgver} 
${pkgdir}/usr/lib/libpybullet.so.${pkgver}
+  install -Dm755 
examples/ExampleBrowser/libBulletExampleBrowserLib.so.${pkgver} 
${pkgdir}/usr/lib/libBulletExampleBrowserLib.so.${pkgver}
+  install -Dm755 examples/OpenGLWindow/libOpenGLWindow.so 
${pkgdir}/usr/lib/libOpenGLWindow.so
+  install -Dm755 examples/ThirdPartyLibs/Gwen/libgwen.so 
${pkgdir}/usr/lib/libgwen.so
+  install -Dm755 examples/ThirdPartyLibs/BussIK/libBussIK.so 
${pkgdir}/usr/lib/libBussIK.so
+  install -Dm755 ${srcdir}/bullet3_examplebrowser.sh 
${pkgdir}/usr/bin/bullet3_examplebrowser
+  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser 
${pkgdir}/opt/bullet/App_ExampleBrowser
+  cp -r data ${pkgdir}/opt/bullet/
+
+  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc="Documentation for bullet"
+
+  cd bullet3-${pkgver}
+
+  # install docs
+  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html
+}
+# vim: sw=2 ts=2 et:

Copied: bullet/repos/staging-x86_64/bullet3_examplebrowser.sh (from rev 342889, 
bullet/trunk/bullet3_examplebrowser.sh)
===
--- staging-x86_64/bullet3_examplebrowser.sh(rev 0)
+++ staging-x86_64/bullet3_examplebrowser.sh2019-01-02 15:15:41 UTC (rev 
342890)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+cd /opt/bullet
+./App_ExampleBrowser


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

2019-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 2, 2019 @ 15:15:33
  Author: svenstaro
Revision: 342889

upgpkg: bullet 2.88-1

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 11:09:44 UTC (rev 342888)
+++ PKGBUILD2019-01-02 15:15:33 UTC (rev 342889)
@@ -3,8 +3,8 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs')
-pkgver=2.87
-pkgrel=2
+pkgver=2.88
+pkgrel=1
 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
 arch=('x86_64')
 url="http://www.bulletphysics.com/Bullet/;
@@ -12,20 +12,16 @@
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy')
 source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;
 bullet3_examplebrowser.sh)
-sha512sums=('649e470223295666eda6f7ff59d03097637c2645b5cd951977060ae14b89f56948ce03e437e83c986d26876f187d7ee34e790bc3882d5d66da9af89a4ab81c21'
+sha512sums=('15face1940d496c96fd19a44139d11d2cbb629526c40432be4a0eef5fa9a532c842ec7318248c0359a080f2034111bf1a3c2d3a6fd789bec675bd368fac7bd93'
 
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
 
 prepare() {
-  cd bullet3-${pkgver}
-
+  mkdir bullet3-${pkgver}/build
 }
 
 build() {
-  cd bullet3-${pkgver}
+  cd bullet3-${pkgver}/build
 
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
   cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=1 \
@@ -61,13 +57,11 @@
   install -Dm755 examples/ExampleBrowser/App_ExampleBrowser 
${pkgdir}/opt/bullet/App_ExampleBrowser
   cp -r data ${pkgdir}/opt/bullet/
 
-  # install license
   install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
 }
 
 package_bullet-docs() {
   pkgdesc="Documentation for bullet"
-  depends=()
 
   cd bullet3-${pkgver}
 


[arch-commits] Commit in transmission-remote-gtk/trunk (PKGBUILD)

2019-01-02 Thread Bruno Pagani via arch-commits
Date: Wednesday, January 2, 2019 @ 14:48:06
  Author: archange
Revision: 420272

upgpkg: transmission-remote-gtk 1.4.1-1

Patch released

Modified:
  transmission-remote-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 13:35:06 UTC (rev 420271)
+++ PKGBUILD2019-01-02 14:48:06 UTC (rev 420272)
@@ -3,8 +3,8 @@
 # Contributor: Patrick Griffis 
 
 pkgname=transmission-remote-gtk
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="GTK remote control for the Transmission BitTorrent client"
 arch=('x86_64')
 url="https://github.com/transmission-remote-gtk/transmission-remote-gtk;
@@ -11,18 +11,10 @@
 license=('GPL2')
 depends=('curl' 'gtk3' 'libnotify' 'libproxy' 'geoip')
 makedepends=('intltool')
-source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc}
-
transmission-fix-409.patch::"${url}/commit/cc8b8db3b7493324d6a436a31c7db78bb0f99ad3.patch")
-sha256sums=('7e23608530bc4108ce4bc7f4209152c4e19c3dd7a2fbd1ed503249ecff655fc5'
-'SKIP'
-'ccc9b93a2bb3910f972db12b0223160535f035031bf79f0c641ed509e21c0bee')
+source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc})
+sha256sums=('59978381a558fc6d1a11091c702a88ac0be8fc7fa135ca367eec55f572a112ab' 
'SKIP')
 validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis 

 
-prepare() {
-   cd ${pkgname}-${pkgver}
-patch -p1 -i ../transmission-fix-409.patch
-}
-
 build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-desktop-database-update


[arch-commits] Commit in transmission-remote-gtk/repos/community-x86_64 (2 files)

2019-01-02 Thread Bruno Pagani via arch-commits
Date: Wednesday, January 2, 2019 @ 14:48:22
  Author: archange
Revision: 420273

archrelease: copy trunk to community-x86_64

Added:
  transmission-remote-gtk/repos/community-x86_64/PKGBUILD
(from rev 420272, transmission-remote-gtk/trunk/PKGBUILD)
Deleted:
  transmission-remote-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 14:48:06 UTC (rev 420272)
+++ PKGBUILD2019-01-02 14:48:22 UTC (rev 420273)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sébastien LEBEAU 
-# Contributor: Patrick Griffis 
-
-pkgname=transmission-remote-gtk
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="GTK remote control for the Transmission BitTorrent client"
-arch=('x86_64')
-url="https://github.com/transmission-remote-gtk/transmission-remote-gtk;
-license=('GPL2')
-depends=('curl' 'gtk3' 'libnotify' 'libproxy' 'geoip')
-makedepends=('intltool')
-source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc}
-
transmission-fix-409.patch::"${url}/commit/cc8b8db3b7493324d6a436a31c7db78bb0f99ad3.patch")
-sha256sums=('7e23608530bc4108ce4bc7f4209152c4e19c3dd7a2fbd1ed503249ecff655fc5'
-'SKIP'
-'ccc9b93a2bb3910f972db12b0223160535f035031bf79f0c641ed509e21c0bee')
-validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis 

-
-prepare() {
-   cd ${pkgname}-${pkgver}
-patch -p1 -i ../transmission-fix-409.patch
-}
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-desktop-database-update
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: transmission-remote-gtk/repos/community-x86_64/PKGBUILD (from rev 
420272, transmission-remote-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 14:48:22 UTC (rev 420273)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sébastien LEBEAU 
+# Contributor: Patrick Griffis 
+
+pkgname=transmission-remote-gtk
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="GTK remote control for the Transmission BitTorrent client"
+arch=('x86_64')
+url="https://github.com/transmission-remote-gtk/transmission-remote-gtk;
+license=('GPL2')
+depends=('curl' 'gtk3' 'libnotify' 'libproxy' 'geoip')
+makedepends=('intltool')
+source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc})
+sha256sums=('59978381a558fc6d1a11091c702a88ac0be8fc7fa135ca367eec55f572a112ab' 
'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis 

+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-desktop-database-update
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in smokeping/trunk (PKGBUILD smokeping.tmpfiles)

2019-01-02 Thread Florian Pritz via arch-commits
Date: Wednesday, January 2, 2019 @ 13:35:01
  Author: bluewind
Revision: 420270

Change /var/lib/smokeping permissions to 750

This allows to run the cgi with a different user than the smokeping user.

upgpkg: smokeping 2.7.3-2

Modified:
  smokeping/trunk/PKGBUILD
  smokeping/trunk/smokeping.tmpfiles

+
 PKGBUILD   |4 ++--
 smokeping.tmpfiles |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 12:05:22 UTC (rev 420269)
+++ PKGBUILD2019-01-02 13:35:01 UTC (rev 420270)
@@ -3,7 +3,7 @@
 
 pkgname=smokeping
 pkgver=2.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="https://oss.oetiker.ch/smokeping/;
@@ -16,7 +16,7 @@
 service)
 sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
-'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
+'afd3196804a120866e8e5f207f177c96fd64b36c974888d8287fba3c216b1583'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
 
 build() {

Modified: smokeping.tmpfiles
===
--- smokeping.tmpfiles  2019-01-02 12:05:22 UTC (rev 420269)
+++ smokeping.tmpfiles  2019-01-02 13:35:01 UTC (rev 420270)
@@ -1 +1 @@
-d /var/lib/smokeping 0700 smokeping smokeping - -
+d /var/lib/smokeping 0750 smokeping smokeping - -


[arch-commits] Commit in smokeping/repos/community-any (10 files)

2019-01-02 Thread Florian Pritz via arch-commits
Date: Wednesday, January 2, 2019 @ 13:35:06
  Author: bluewind
Revision: 420271

archrelease: copy trunk to community-any

Added:
  smokeping/repos/community-any/PKGBUILD
(from rev 420270, smokeping/trunk/PKGBUILD)
  smokeping/repos/community-any/htdocs-makefile.patch
(from rev 420270, smokeping/trunk/htdocs-makefile.patch)
  smokeping/repos/community-any/service
(from rev 420270, smokeping/trunk/service)
  smokeping/repos/community-any/smokeping.sysusers
(from rev 420270, smokeping/trunk/smokeping.sysusers)
  smokeping/repos/community-any/smokeping.tmpfiles
(from rev 420270, smokeping/trunk/smokeping.tmpfiles)
Deleted:
  smokeping/repos/community-any/PKGBUILD
  smokeping/repos/community-any/htdocs-makefile.patch
  smokeping/repos/community-any/service
  smokeping/repos/community-any/smokeping.sysusers
  smokeping/repos/community-any/smokeping.tmpfiles

---+
 PKGBUILD  |   96 
 htdocs-makefile.patch |   22 +--
 service   |   22 +--
 smokeping.sysusers|2 -
 smokeping.tmpfiles|2 -
 5 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 13:35:01 UTC (rev 420270)
+++ PKGBUILD2019-01-02 13:35:06 UTC (rev 420271)
@@ -1,48 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Christos Nouskas nous 
-
-pkgname=smokeping
-pkgver=2.7.3
-pkgrel=1
-pkgdesc="A tool to keep track of your network latency"
-arch=('any')
-url="https://oss.oetiker.ch/smokeping/;
-license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
- 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/oetiker/SmokePing/archive/$pkgver.tar.gz;
-smokeping.sysusers
-smokeping.tmpfiles
-service)
-sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
-'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
-'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
-'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
-
-build() {
-  cd "$srcdir"/SmokePing-${pkgver}
-
-  ./bootstrap
-  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
-
-  # prevent the build system from packaging CPAN deps
-  mkdir thirdparty/CPAN
-  touch thirdparty/touch thirdparty/CPAN/touch
-
-  make
-}
-
-package() {
-  cd "$srcdir"/SmokePing-${pkgver}
-
-  # We package CPAN modules separately
-  rm -rf thirdparty/lib/perl5
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
-  install -Dm644 "$srcdir/smokeping.sysusers" 
"$pkgdir/usr/lib/sysusers.d/smokeping.conf"
-  install -Dm644 "$srcdir/smokeping.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/smokeping.conf"
-  chown -R 181:181 "$pkgdir"/{etc/smokeping,srv/http/smokeping}
-  chmod 700 "$pkgdir/etc/smokeping"
-}

Copied: smokeping/repos/community-any/PKGBUILD (from rev 420270, 
smokeping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 13:35:06 UTC (rev 420271)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christos Nouskas nous 
+
+pkgname=smokeping
+pkgver=2.7.3
+pkgrel=2
+pkgdesc="A tool to keep track of your network latency"
+arch=('any')
+url="https://oss.oetiker.ch/smokeping/;
+license=('GPL2')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
+ 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oetiker/SmokePing/archive/$pkgver.tar.gz;
+smokeping.sysusers
+smokeping.tmpfiles
+service)
+sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
+'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
+'afd3196804a120866e8e5f207f177c96fd64b36c974888d8287fba3c216b1583'
+'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
+
+build() {
+  cd "$srcdir"/SmokePing-${pkgver}
+
+  ./bootstrap
+  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+
+  # prevent the build system from packaging CPAN deps
+  mkdir thirdparty/CPAN
+  touch thirdparty/touch thirdparty/CPAN/touch
+
+  make
+}
+
+package() {
+  cd "$srcdir"/SmokePing-${pkgver}
+
+  # We package CPAN modules separately
+  rm -rf thirdparty/lib/perl5
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
+  install -Dm644 

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

2019-01-02 Thread Johannes Löthberg via arch-commits
Date: Wednesday, January 2, 2019 @ 12:05:15
  Author: demize
Revision: 420268

upgpkg: anki 2.1.8-1

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 11:44:25 UTC (rev 420267)
+++ PKGBUILD2019-01-02 12:05:15 UTC (rev 420268)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=1
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
@@ -22,7 +22,7 @@
 'mplayer: play sound')
 
 source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
-sha256sums=('2da94d3c812570aef5c6feac9140de50dd42863a0f02e1288b6e9ed55d8d7433')
+sha256sums=('57c466884ba43ef704c438bb0129e7ed793c468d36ea03cd3007af7a394c8b23')
 
 package() {
   cd anki-$pkgver


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

2019-01-02 Thread Johannes Löthberg via arch-commits
Date: Wednesday, January 2, 2019 @ 12:05:22
  Author: demize
Revision: 420269

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 420268, anki/trunk/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 12:05:15 UTC (rev 420268)
+++ PKGBUILD2019-01-02 12:05:22 UTC (rev 420269)
@@ -1,31 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.7
-pkgrel=1
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/;
-arch=('any')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown'
- 'desktop-file-utils')
-optdepends=('lame: record sound'
-'mpv: play sound (prefered over mplayer)'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
-sha256sums=('2da94d3c812570aef5c6feac9140de50dd42863a0f02e1288b6e9ed55d8d7433')
-
-package() {
-  cd anki-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 420268, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 12:05:22 UTC (rev 420269)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.8
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/;
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown'
+ 'desktop-file-utils')
+optdepends=('lame: record sound'
+'mpv: play sound (prefered over mplayer)'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('57c466884ba43ef704c438bb0129e7ed793c468d36ea03cd3007af7a394c8b23')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2019-01-02 Thread Johannes Löthberg via arch-commits
Date: Wednesday, January 2, 2019 @ 11:44:18
  Author: demize
Revision: 420266

upgpkg: dunst 1.3.2-2

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 10:50:48 UTC (rev 420265)
+++ PKGBUILD2019-01-02 11:44:18 UTC (rev 420266)
@@ -4,7 +4,7 @@
 
 pkgname=dunst
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/;
@@ -11,7 +11,9 @@
 arch=('x86_64')
 license=('BSD')
 
-depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 
'libxdg-basedir' 'libxrandr')
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxdg-basedir' 
'libxrandr')
+makedepends=('libnotify')
+optdepends=('libnotify: dunstify')
 
 provides=('notification-daemon')
 
@@ -19,12 +21,17 @@
 md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
 
 build() {
-   make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
+  cd dunst-$pkgver
+
+  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
 }
 
 package() {
-   make -C "$pkgname-$pkgver" DESTDIR="${pkgdir}" PREFIX=/usr install
-   install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd dunst-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-01-02 Thread Johannes Löthberg via arch-commits
Date: Wednesday, January 2, 2019 @ 11:44:25
  Author: demize
Revision: 420267

archrelease: copy trunk to community-x86_64

Added:
  dunst/repos/community-x86_64/PKGBUILD
(from rev 420266, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 11:44:18 UTC (rev 420266)
+++ PKGBUILD2019-01-02 11:44:25 UTC (rev 420267)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.3.2
-pkgrel=1
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/;
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 
'libxdg-basedir' 'libxrandr')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz;)
-md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
-
-build() {
-   make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
-}
-
-package() {
-   make -C "$pkgname-$pkgver" DESTDIR="${pkgdir}" PREFIX=/usr install
-   install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 420266, 
dunst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 11:44:25 UTC (rev 420267)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.3.2
+pkgrel=2
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/;
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxdg-basedir' 
'libxrandr')
+makedepends=('libnotify')
+optdepends=('libnotify: dunstify')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz;)
+md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
+
+build() {
+  cd dunst-$pkgver
+
+  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
+}
+
+package() {
+  cd dunst-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-02 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 2, 2019 @ 11:09:37
  Author: foutrelis
Revision: 342887

upgpkg: thunar 1.8.2-2

Add upstream fix for FS#60961 (More than 4 file operations results in
clipped dialog.)

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 01:41:34 UTC (rev 342886)
+++ PKGBUILD2019-01-02 11:09:37 UTC (rev 342887)
@@ -3,7 +3,7 @@
 
 pkgname=thunar
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
 url="http://thunar.xfce.org;
@@ -18,11 +18,16 @@
 'thunar-volman: manages removable devices'
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
+
thunar-bz14946.patch::https://github.com/xfce-mirror/thunar/commit/4c0e17d7fc.patch)
+sha256sums=('75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428'
+'23497c2472807b5268b5df3e707940326565f15c480fde755d4fd2f9a86bed8d')
 
 prepare() {
   cd "$srcdir/Thunar-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=14946
+  patch -Np1 -i ../thunar-bz14946.patch
 }
 
 build() {


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

2019-01-02 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 2, 2019 @ 11:09:44
  Author: foutrelis
Revision: 342888

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 342887, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  101 -
 1 file changed, 53 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 11:09:37 UTC (rev 342887)
+++ PKGBUILD2019-01-02 11:09:44 UTC (rev 342888)
@@ -1,48 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428')
-
-prepare() {
-  cd "$srcdir/Thunar-$pkgver"
-}
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/Thunar-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 342887, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 11:09:44 UTC (rev 342888)
@@ -0,0 +1,53 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
+
thunar-bz14946.patch::https://github.com/xfce-mirror/thunar/commit/4c0e17d7fc.patch)
+sha256sums=('75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428'
+'23497c2472807b5268b5df3e707940326565f15c480fde755d4fd2f9a86bed8d')
+
+prepare() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=14946
+  patch -Np1 -i ../thunar-bz14946.patch
+}
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 10:50:48
  Author: foxxx0
Revision: 420265

archrelease: copy trunk to community-x86_64

Added:
  clipnotify/repos/community-x86_64/PKGBUILD
(from rev 420264, clipnotify/trunk/PKGBUILD)
Deleted:
  clipnotify/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 10:50:41 UTC (rev 420264)
+++ PKGBUILD2019-01-02 10:50:48 UTC (rev 420265)
@@ -1,30 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Chris Down 
-
-pkgname=clipnotify
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Polling-free clipboard notifier'
-url='https://github.com/cdown/clipnotify'
-arch=('x86_64')
-license=('custom:Public Domain')
-depends=('libx11' 'libxfixes')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipnotify/archive/${pkgver}.tar.gz;)
-sha512sums=('4721d41febdb306f777f87c33f58043d676d29c31372dc249aae774649f38e814075125559b9d637a3597baf1ddc4807d5f9541452ae72ac11afcfe223a9b066')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-true
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -Dm755 clipnotify "${pkgdir}/usr/bin/clipnotify"
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: clipnotify/repos/community-x86_64/PKGBUILD (from rev 420264, 
clipnotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 10:50:48 UTC (rev 420265)
@@ -0,0 +1,30 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Chris Down 
+
+pkgname=clipnotify
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Polling-free clipboard notifier'
+url='https://github.com/cdown/clipnotify'
+arch=('x86_64')
+license=('custom:Public Domain')
+depends=('libx11' 'libxfixes')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipnotify/archive/${pkgver}.tar.gz;)
+sha512sums=('52277099d9543e0f550de63ff2e15e3e7ba63ea38f3928006e2b570bb1bcdd3f2f09892bd4efecc1f36fb5131e0567c28c2b0597123c90b9f78ab6fbd02dfc49')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+true
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm755 clipnotify "${pkgdir}/usr/bin/clipnotify"
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 10:50:41
  Author: foxxx0
Revision: 420264

upgpkg: clipnotify 1.0.2-1

update to 1.0.2

Modified:
  clipnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 10:48:39 UTC (rev 420263)
+++ PKGBUILD2019-01-02 10:50:41 UTC (rev 420264)
@@ -2,7 +2,7 @@
 # Contributor: Chris Down 
 
 pkgname=clipnotify
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='Polling-free clipboard notifier'
 url='https://github.com/cdown/clipnotify'
@@ -11,7 +11,7 @@
 depends=('libx11' 'libxfixes')
 
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipnotify/archive/${pkgver}.tar.gz;)
-sha512sums=('4721d41febdb306f777f87c33f58043d676d29c31372dc249aae774649f38e814075125559b9d637a3597baf1ddc4807d5f9541452ae72ac11afcfe223a9b066')
+sha512sums=('52277099d9543e0f550de63ff2e15e3e7ba63ea38f3928006e2b570bb1bcdd3f2f09892bd4efecc1f36fb5131e0567c28c2b0597123c90b9f78ab6fbd02dfc49')
 
 prepare() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in python-cherrypy/repos/community-any (3 files)

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 10:48:39
  Author: foxxx0
Revision: 420263

archrelease: copy trunk to community-any

Added:
  python-cherrypy/repos/community-any/PKGBUILD
(from rev 420262, python-cherrypy/trunk/PKGBUILD)
  python-cherrypy/repos/community-any/disable-sessiontest-file_concurrency.patch
(from rev 420262, 
python-cherrypy/trunk/disable-sessiontest-file_concurrency.patch)
Deleted:
  python-cherrypy/repos/community-any/PKGBUILD

+
 PKGBUILD   |  116 +--
 disable-sessiontest-file_concurrency.patch |   10 ++
 2 files changed, 70 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-02 10:48:35 UTC (rev 420262)
+++ PKGBUILD2019-01-02 10:48:39 UTC (rev 420263)
@@ -1,56 +0,0 @@
-# Maintainer:  Thore Bödecker 
-# Contributor: Laurent Soest 
-# Contributor: Angel Velasquez 
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-
-pkgname='python-cherrypy'
-_pkgname="${pkgname#python-}"
-pkgver=18.0.1
-pkgrel=1
-pkgdesc='A pythonic, object-oriented web development framework'
-arch=('any')
-url='https://cherrypy.org'
-license=('BSD')
-depends=('python' 'python-six' 'python-cheroot' 'python-portend' 
'python-jaraco'
-  'python-more-itertools' 'python-zc.lockfile')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
-  'python-cheroot' 'python-portend' 'python-more-itertools' 
'python-zc.lockfile')
-checkdepends=('python-tox')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('325e68193697ddcd26534998af0899333c5869071ca5454d2ca93975ebda67904ee9ebe30f325d7fc49d6e137a16dadef8371f650d5286d80b6026c953b1cfd2')
-
-prepare() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-}
-
-build() {
-  # setuptools wont find version from git tag
-  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python ./setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  tox
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 420262, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-02 10:48:39 UTC (rev 420263)
@@ -0,0 +1,60 @@
+# Maintainer:  Thore Bödecker 
+# Contributor: Laurent Soest 
+# Contributor: Angel Velasquez 
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+
+pkgname='python-cherrypy'
+_pkgname="${pkgname#python-}"
+pkgver=18.1.0
+pkgrel=1
+pkgdesc='A pythonic, object-oriented web development framework'
+arch=('any')
+url='https://cherrypy.org'
+license=('BSD')
+depends=('python' 'python-six' 'python-cheroot' 'python-portend' 
'python-jaraco'
+  'python-more-itertools' 'python-zc.lockfile')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
+  'python-cheroot' 'python-portend' 'python-more-itertools' 
'python-zc.lockfile')
+checkdepends=('python-tox')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v$pkgver.tar.gz;
+  'disable-sessiontest-file_concurrency.patch'
+)
+sha512sums=('a7268a66d541d538d2c958b5a1d0d3b9f97724f78ce4cd091a0190562ede0c20333bc1c56984457e6400c90a45a4ecd6d48037498f3c540375d89cc4c3ba28ce'
+
'e8abb7e3f8a064a0da529fcaf393dff305541bc273b539f3129b119d506be3be8cd67894dd4223e067b4dd8b55df8adc5d4feddb8d87188c9e528670c39e252f')
+
+prepare() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+}
+
+build() {
+  # setuptools wont find version from git tag
+  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python ./setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  tox
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 LICENSE.md \
+

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

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 10:48:35
  Author: foxxx0
Revision: 420262

upgpkg: python-cherrypy 18.1.0-1

update to 18.1.0

Added:
  python-cherrypy/trunk/disable-sessiontest-file_concurrency.patch
Modified:
  python-cherrypy/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 disable-sessiontest-file_concurrency.patch |   10 ++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 09:32:42 UTC (rev 420261)
+++ PKGBUILD2019-01-02 10:48:35 UTC (rev 420262)
@@ -8,7 +8,7 @@
 
 pkgname='python-cherrypy'
 _pkgname="${pkgname#python-}"
-pkgver=18.0.1
+pkgver=18.1.0
 pkgrel=1
 pkgdesc='A pythonic, object-oriented web development framework'
 arch=('any')
@@ -19,8 +19,12 @@
 makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
   'python-cheroot' 'python-portend' 'python-more-itertools' 
'python-zc.lockfile')
 checkdepends=('python-tox')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('325e68193697ddcd26534998af0899333c5869071ca5454d2ca93975ebda67904ee9ebe30f325d7fc49d6e137a16dadef8371f650d5286d80b6026c953b1cfd2')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v$pkgver.tar.gz;
+  'disable-sessiontest-file_concurrency.patch'
+)
+sha512sums=('a7268a66d541d538d2c958b5a1d0d3b9f97724f78ce4cd091a0190562ede0c20333bc1c56984457e6400c90a45a4ecd6d48037498f3c540375d89cc4c3ba28ce'
+
'e8abb7e3f8a064a0da529fcaf393dff305541bc273b539f3129b119d506be3be8cd67894dd4223e067b4dd8b55df8adc5d4feddb8d87188c9e528670c39e252f')
 
 prepare() {
   cd "${srcdir}/${_pkgname}-${pkgver}"

Added: disable-sessiontest-file_concurrency.patch
===
--- disable-sessiontest-file_concurrency.patch  (rev 0)
+++ disable-sessiontest-file_concurrency.patch  2019-01-02 10:48:35 UTC (rev 
420262)
@@ -0,0 +1,10 @@
+--- a/cherrypy/test/test_session.py2018-12-09 17:55:39.0 +0100
 b/cherrypy/test/test_session.py2019-01-02 11:45:55.454146224 +0100
+@@ -238,6 +238,7 @@ class SessionTest(helper.CPWebCase):
+ 
+ def test_2_File_Concurrency(self):
+ self.getPage('/set_session_cls/cherrypy.lib.sessions.FileSession')
++pytest.skip('incosistent results (fails intermittently)')
+ self._test_Concurrency()
+ 
+ def _test_Concurrency(self):


[arch-commits] Commit in python-cheroot/repos/community-any (6 files)

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 09:32:42
  Author: foxxx0
Revision: 420261

archrelease: copy trunk to community-any

Added:
  python-cheroot/repos/community-any/LICENSE
(from rev 420260, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-any/PKGBUILD
(from rev 420260, python-cheroot/trunk/PKGBUILD)
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch
(from rev 420260, python-cheroot/trunk/cheroot-fix-setup-python3.patch)
Deleted:
  python-cheroot/repos/community-any/LICENSE
  python-cheroot/repos/community-any/PKGBUILD
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch

-+
 LICENSE |   14 +--
 PKGBUILD|  162 +++---
 cheroot-fix-setup-python3.patch |   30 ++-
 3 files changed, 98 insertions(+), 108 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-01-02 09:32:37 UTC (rev 420260)
+++ LICENSE 2019-01-02 09:32:42 UTC (rev 420261)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-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: python-cheroot/repos/community-any/LICENSE (from rev 420260, 
python-cheroot/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-01-02 09:32:42 UTC (rev 420261)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+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-01-02 09:32:37 UTC (rev 420260)
+++ PKGBUILD2019-01-02 09:32:42 UTC (rev 420261)
@@ -1,81 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.5.3
-pkgrel=1
-arch=('any')
-url="https://github.com/cherrypy/cheroot;
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
-  'python2-backports.unittest_mock' 'tree' 'python-tox' 'python2-tox')
-source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;
-"LICENSE"
-"cheroot-fix-setup-python3.patch")
-sha512sums=('e31202d9d20395c9c1a270bfac5a609350ee60e1e7bcc8b32a45ed3e599294b49c4a56007bc88dc2cf161ab8f5e9aefa6a9f9141493f2c8916a1443c9a0032ab'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-
'827ae94b2e1eabc06cf3b835434d4bc364189c988af54f5c2dea7b4487b9670496f2c7515497de3f87d4bd1d4bcf3a43d8bedd21081965e20e9d1831a1dd78e1')
-
-prepare() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  patch -p1 -N -i "${srcdir}/cheroot-fix-setup-python3.patch"
-

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

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 09:32:37
  Author: foxxx0
Revision: 420260

upgpkg: python-cheroot 6.5.4-1

update to 6.5.4

Modified:
  python-cheroot/trunk/PKGBUILD
  python-cheroot/trunk/cheroot-fix-setup-python3.patch

-+
 PKGBUILD|6 +++---
 cheroot-fix-setup-python3.patch |   12 +---
 2 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 09:24:22 UTC (rev 420259)
+++ PKGBUILD2019-01-02 09:32:37 UTC (rev 420260)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.5.3
+pkgver=6.5.4
 pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot;
@@ -16,9 +16,9 @@
 
source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;
 "LICENSE"
 "cheroot-fix-setup-python3.patch")
-sha512sums=('e31202d9d20395c9c1a270bfac5a609350ee60e1e7bcc8b32a45ed3e599294b49c4a56007bc88dc2cf161ab8f5e9aefa6a9f9141493f2c8916a1443c9a0032ab'
+sha512sums=('62a48ced225bf9167259b82f5e88a953bdc422982a6c0b0121b28e895cc8347cc033f573b57a048c59167586e0b21e94ad233ce2b65a1b72feb01db82b5ed411'
 
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-
'827ae94b2e1eabc06cf3b835434d4bc364189c988af54f5c2dea7b4487b9670496f2c7515497de3f87d4bd1d4bcf3a43d8bedd21081965e20e9d1831a1dd78e1')
+
'f303770c9f8565755230c2e957c444f2c69aea711abd8efc3d916688a31fe187d996e250eeba43e692e87d558831d4708fc712e2c653519d7ea42efba7d3e832')
 
 prepare() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"

Modified: cheroot-fix-setup-python3.patch
===
--- cheroot-fix-setup-python3.patch 2019-01-02 09:24:22 UTC (rev 420259)
+++ cheroot-fix-setup-python3.patch 2019-01-02 09:32:37 UTC (rev 420260)
@@ -1,6 +1,6 @@
 --- a/setup.cfg2018-12-27 20:35:11.0 +0100
 +++ b/setup.cfg2019-01-02 10:19:34.658391238 +0100
-@@ -58,7 +58,7 @@ setup_requires =
+@@ -57,7 +57,7 @@ setup_requires =
setuptools_scm>=1.15.0
setuptools_scm_git_archive>=1.0
  install_requires = 
@@ -8,13 +8,3 @@
 +  backports.functools_lru_cache; python_version<"3.4.0"
six>=1.11.0
more_itertools>=2.6
- 
-@@ -83,7 +83,7 @@ testing =
-   codecov
-   
-   pytest-cov
--  backports.unittest_mock
-+  backports.unittest_mock; python_version<"3.4.0"
-   
-   trustme>=0.4.0
-   pyopenssl


[arch-commits] Commit in python-cheroot/repos/community-any (6 files)

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 09:24:22
  Author: foxxx0
Revision: 420259

archrelease: copy trunk to community-any

Added:
  python-cheroot/repos/community-any/LICENSE
(from rev 420258, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-any/PKGBUILD
(from rev 420258, python-cheroot/trunk/PKGBUILD)
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch
(from rev 420258, python-cheroot/trunk/cheroot-fix-setup-python3.patch)
Deleted:
  python-cheroot/repos/community-any/LICENSE
  python-cheroot/repos/community-any/PKGBUILD
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch

-+
 LICENSE |   14 +--
 PKGBUILD|  138 ++
 cheroot-fix-setup-python3.patch |   41 +--
 3 files changed, 108 insertions(+), 85 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-01-02 09:24:14 UTC (rev 420258)
+++ LICENSE 2019-01-02 09:24:22 UTC (rev 420259)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-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: python-cheroot/repos/community-any/LICENSE (from rev 420258, 
python-cheroot/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-01-02 09:24:22 UTC (rev 420259)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+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-01-02 09:24:14 UTC (rev 420258)
+++ PKGBUILD2019-01-02 09:24:22 UTC (rev 420259)
@@ -1,57 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.5.2
-pkgrel=1
-arch=('any')
-url="https://github.com/cherrypy/cheroot;
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
-  'python2-backports.unittest_mock' 'tree')
-source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/c4/ab/b3800499ccec7f058fe080ae7f79207f9b498559edd1467d533a2126767c/cheroot-6.5.2.tar.gz;
-"LICENSE"
-"cheroot-fix-setup-python3.patch")
-sha512sums=('f31026050a45720a0aa08204607b521ae2c0666220886bd14f1f53f81411a66a8ff17e42640efb5189e998f3dfda2fbe41a2c18672dd83c52e9d8ad356cab264'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-
'35a8f2ba144c36421119326c7c93851318c8b02b9b33c2eb31979e980e38b430e962eff467ea18f060bec6fd4251f5abf489fb7be87e645243c9c356c16a6ec4')
-
-prepare() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  patch -p1 -N -i 

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

2019-01-02 Thread Thore Bödecker via arch-commits
Date: Wednesday, January 2, 2019 @ 09:24:14
  Author: foxxx0
Revision: 420258

upgpkg: python-cheroot 6.5.3-1

update to 6.5.3

Modified:
  python-cheroot/trunk/PKGBUILD
  python-cheroot/trunk/cheroot-fix-setup-python3.patch

-+
 PKGBUILD|   28 +--
 cheroot-fix-setup-python3.patch |   39 ++
 2 files changed, 41 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 05:34:53 UTC (rev 420257)
+++ PKGBUILD2019-01-02 09:24:14 UTC (rev 420258)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.5.2
+pkgver=6.5.3
 pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot;
@@ -12,27 +12,43 @@
 license=('MIT')
 makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
   'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
-  'python2-backports.unittest_mock' 'tree')
+  'python2-backports.unittest_mock' 'tree' 'python-tox' 'python2-tox')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;
 "LICENSE"
 "cheroot-fix-setup-python3.patch")
-sha512sums=('f31026050a45720a0aa08204607b521ae2c0666220886bd14f1f53f81411a66a8ff17e42640efb5189e998f3dfda2fbe41a2c18672dd83c52e9d8ad356cab264'
+sha512sums=('e31202d9d20395c9c1a270bfac5a609350ee60e1e7bcc8b32a45ed3e599294b49c4a56007bc88dc2cf161ab8f5e9aefa6a9f9141493f2c8916a1443c9a0032ab'
 
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-
'35a8f2ba144c36421119326c7c93851318c8b02b9b33c2eb31979e980e38b430e962eff467ea18f060bec6fd4251f5abf489fb7be87e645243c9c356c16a6ec4')
+
'827ae94b2e1eabc06cf3b835434d4bc364189c988af54f5c2dea7b4487b9670496f2c7515497de3f87d4bd1d4bcf3a43d8bedd21081965e20e9d1831a1dd78e1')
 
 prepare() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"
   patch -p1 -N -i "${srcdir}/cheroot-fix-setup-python3.patch"
+
   # git-archive support is not needed since we use PyPI tarballs
-  sed -i '/setuptools_scm_git_archive/d' setup.py
+  sed -i '/setuptools_scm_git_archive/d' setup.cfg
+
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
 }
 
 build() {
+  # setuptools wont find version from git tag
+  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+
   cd "${srcdir}/${_pkgbase}-${pkgver}"
   python setup.py build
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
   python2 setup.py build
 }
 
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  tox
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  tox2
+}
+
 package_python-cheroot() {
   depends=('python-six')
 
@@ -50,7 +66,7 @@
   depends=('python2-six' 'python2-backports.functools_lru_cache'
'python2-backports.unittest_mock')
 
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 
   # the author has promised to include a LICENSE file in future releases:

Modified: cheroot-fix-setup-python3.patch
===
--- cheroot-fix-setup-python3.patch 2019-01-02 05:34:53 UTC (rev 420257)
+++ cheroot-fix-setup-python3.patch 2019-01-02 09:24:14 UTC (rev 420258)
@@ -1,21 +1,20 @@
 a/setup.py 2018-04-10 16:26:17.0 +0200
-+++ b/setup.py 2018-04-13 20:41:04.896135916 +0200
-@@ -43,7 +43,7 @@
- ),
- python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
- install_requires=[
--'backports.functools_lru_cache',
-+'backports.functools_lru_cache;python_version<"3.4"',
- 'six>=1.11.0',
- 'more_itertools>=2.6',
- ],
-@@ -78,7 +78,7 @@
- 'codecov',
+--- a/setup.cfg2018-12-27 20:35:11.0 +0100
 b/setup.cfg2019-01-02 10:19:34.658391238 +0100
+@@ -58,7 +58,7 @@ setup_requires =
+   setuptools_scm>=1.15.0
+   setuptools_scm_git_archive>=1.0
+ install_requires = 
+-  backports.functools_lru_cache
++  backports.functools_lru_cache; python_version<"3.4.0"
+   six>=1.11.0
+   more_itertools>=2.6
  
- 'pytest-cov',
--'backports.unittest_mock',
-+'backports.unittest_mock;python_version<"3.4"',
-
-# TLS
-'trustme>=0.4.0',
-
+@@ -83,7 +83,7 @@ testing =
+   codecov
+   
+   pytest-cov
+-  backports.unittest_mock
++  backports.unittest_mock; python_version<"3.4.0"
+   
+   trustme>=0.4.0
+   pyopenssl