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

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 14, 2020 @ 03:56:58
  Author: polyzen
Revision: 663574

archrelease: copy trunk to community-x86_64

Added:
  atomicparsley/repos/community-x86_64/PKGBUILD
(from rev 663573, atomicparsley/trunk/PKGBUILD)
Deleted:
  atomicparsley/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 03:56:39 UTC (rev 663573)
+++ PKGBUILD2020-07-14 03:56:58 UTC (rev 663574)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=atomicparsley
-pkgver=0.9.6
-pkgrel=1
-
-pkgdesc="A command line program for reading, parsing and setting iTunes-style 
metadata in MPEG4 files"
-url="http://atomicparsley.sourceforge.net/;
-arch=('x86_64')
-license=('GPL')
-
-depends=('gcc-libs' 'zlib')
-
-source=(atomicparsley-$pkgver.tar.gz::https://bitbucket.org/wez/atomicparsley/get/$pkgver.tar.gz)
-
-sha512sums=('8bf7982dd34b8b38a08508229ae877144149ac0d9feb97e52dac9606a37de570751e4e4b154baa4beb2ce7236297164f3edb42bb8a6c493a624db531cc4de1d2')
-
-prepare() {
-  cd wez-atomicparsley-da2f6e4fc120
-  ./autogen.sh
-}
-
-build() {
-  cd wez-atomicparsley-da2f6e4fc120
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd wez-atomicparsley-da2f6e4fc120
-  make DESTDIR="$pkgdir" install
-}

Copied: atomicparsley/repos/community-x86_64/PKGBUILD (from rev 663573, 
atomicparsley/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 03:56:58 UTC (rev 663574)
@@ -0,0 +1,25 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+
+pkgname=atomicparsley
+pkgver=20200701.154658.b0d6223
+pkgrel=1
+pkgdesc='Command line program for reading, parsing and setting metadata in 
MPEG-4 files'
+arch=('x86_64')
+url=https://github.com/wez/atomicparsley
+license=('GPL')
+depends=('gcc-libs' 'zlib')
+makedepends=('cmake')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a7591a4afb5e96c1aa1207fa307f92dac46ae1194de00b822f43680555bd0ebefb50baa1ace848beb5772e50c16b9cbc7d4cb5e19f0c07fab0c18fbbb0b9babf')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin AtomicParsley
+}


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

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 14, 2020 @ 03:56:39
  Author: polyzen
Revision: 663573

upgpkg: atomicparsley 20200701.154658.b0d6223-1

Modified:
  atomicparsley/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 03:54:15 UTC (rev 663572)
+++ PKGBUILD2020-07-14 03:56:39 UTC (rev 663573)
@@ -1,32 +1,25 @@
 # Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
 
 pkgname=atomicparsley
-pkgver=0.9.6
+pkgver=20200701.154658.b0d6223
 pkgrel=1
-
-pkgdesc="A command line program for reading, parsing and setting iTunes-style 
metadata in MPEG4 files"
-url="http://atomicparsley.sourceforge.net/;
+pkgdesc='Command line program for reading, parsing and setting metadata in 
MPEG-4 files'
 arch=('x86_64')
+url=https://github.com/wez/atomicparsley
 license=('GPL')
-
 depends=('gcc-libs' 'zlib')
+makedepends=('cmake')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a7591a4afb5e96c1aa1207fa307f92dac46ae1194de00b822f43680555bd0ebefb50baa1ace848beb5772e50c16b9cbc7d4cb5e19f0c07fab0c18fbbb0b9babf')
 
-source=(atomicparsley-$pkgver.tar.gz::https://bitbucket.org/wez/atomicparsley/get/$pkgver.tar.gz)
-
-sha512sums=('8bf7982dd34b8b38a08508229ae877144149ac0d9feb97e52dac9606a37de570751e4e4b154baa4beb2ce7236297164f3edb42bb8a6c493a624db531cc4de1d2')
-
-prepare() {
-  cd wez-atomicparsley-da2f6e4fc120
-  ./autogen.sh
-}
-
 build() {
-  cd wez-atomicparsley-da2f6e4fc120
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None .
   make
 }
 
 package() {
-  cd wez-atomicparsley-da2f6e4fc120
-  make DESTDIR="$pkgdir" install
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin AtomicParsley
 }


[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 14, 2020 @ 03:54:15
  Author: polyzen
Revision: 663572

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 663571, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 03:53:56 UTC (rev 663571)
+++ PKGBUILD2020-07-14 03:54:15 UTC (rev 663572)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.28.0
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('10579fe9c86aaf7436b949a02f187460f8c3a724f9bd179acbda309470b1d54c')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 663571, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 03:54:15 UTC (rev 663572)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.28.2
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('09fc8886b1d91b5e006ff2482a0568ec457cd51183aa444bed2455d03f8ef5bd')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-ublock-origin/trunk (PKGBUILD)

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 14, 2020 @ 03:53:56
  Author: polyzen
Revision: 663571

upgpkg: firefox-ublock-origin 1.28.2-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 03:53:44 UTC (rev 663570)
+++ PKGBUILD2020-07-14 03:53:56 UTC (rev 663571)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.28.0
+pkgver=1.28.2
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('10579fe9c86aaf7436b949a02f187460f8c3a724f9bd179acbda309470b1d54c')
+sha256sums=('09fc8886b1d91b5e006ff2482a0568ec457cd51183aa444bed2455d03f8ef5bd')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 14, 2020 @ 03:53:21
  Author: polyzen
Revision: 663569

upgpkg: firefox-tree-style-tab 3.5.12-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 01:03:36 UTC (rev 663568)
+++ PKGBUILD2020-07-14 03:53:21 UTC (rev 663569)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.5.9
+pkgver=3.5.12
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('00d22a728e80be0db8c7ef9c3303b5d36efbb38f8e81fec1770b7d20e736a0e6')
+sha256sums=('a1238cc4e717d2294cb9817410136413db84aa535e287c07fa697a648f635965')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 14, 2020 @ 03:53:44
  Author: polyzen
Revision: 663570

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 663569, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 03:53:21 UTC (rev 663569)
+++ PKGBUILD2020-07-14 03:53:44 UTC (rev 663570)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.5.9
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('00d22a728e80be0db8c7ef9c3303b5d36efbb38f8e81fec1770b7d20e736a0e6')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 663569, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 03:53:44 UTC (rev 663570)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.5.12
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('a1238cc4e717d2294cb9817410136413db84aa535e287c07fa697a648f635965')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 01:24:45
  Author: svenstaro
Revision: 391886

Properly quote variables

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 01:02:07 UTC (rev 391885)
+++ PKGBUILD2020-07-14 01:24:45 UTC (rev 391886)
@@ -9,32 +9,29 @@
 arch=('x86_64')
 url="http://www.bulletphysics.com/Bullet/;
 license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy' 'python-setuptools')
-source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy' 'python-setuptools' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;
 bullet3_examplebrowser.sh)
 
sha512sums=('3c4ba6a3b3623ef44dd4a23e0bc2e90dec1f2b7af463edcb886e110feac1dfb4a91945f0ed640052cac228318539e275976d37238102fb10a0f78aef065a730b'
 
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
 
-prepare() {
-  mkdir bullet3-${pkgver}/build
-}
-
 build() {
-  cd bullet3-${pkgver}/build
+  cd bullet3-${pkgver}
 
-  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
+  cmake . \
+  -Bbuild \
+  -GNinja \
+  -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
+  ninja -C build
 
-  cd ..
   python setup.py build
   doxygen
 }
@@ -45,20 +42,22 @@
   'python-numpy: python bindings'
   'bullet-docs: documentation')
 
-  cd bullet3-${pkgver}/build
+  cd bullet3-${pkgver}
 
-  make DESTDIR=${pkgdir} install
+  DESTDIR="${pkgdir}" ninja -C build 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/
+  cd build
 
-  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+  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_python-pybullet() {
@@ -76,9 +75,9 @@
   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
+  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:


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 01:03:36
  Author: svenstaro
Revision: 663568

Properly quote variables

Modified:
  blobby2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:57:39 UTC (rev 663567)
+++ PKGBUILD2020-07-14 01:03:36 UTC (rev 663568)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Urs Wolfer 
 
 pkgname=blobby2
@@ -20,7 +20,7 @@
 
'8b7b85d8e02f8174054a724752d5d40c609820be1e5e06c4868dc0e383d4cf4befe73ab0e910e9838b70be3f7e106ee71ef1e04f0560fdde7bff6ca473fa81ec')
 
 prepare() {
-  cd $srcdir/blobby-$pkgver
+  cd "$srcdir"/blobby-$pkgver
   patch -Np2 -i ../ostream-include.patch # r1542 upstream
   sed -i "s|data|/usr/share/blobby|g" src/main.cpp
   sed -i "s|file\(filename\)|file(\"/usr/share/blobby\" + filename|g" 
src/main.cpp
@@ -27,20 +27,20 @@
 }
 
 build() {
-  cd $srcdir/blobby-$pkgver
+  cd "$srcdir"/blobby-$pkgver
   cmake -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd $srcdir/blobby-$pkgver
+  cd "$srcdir"/blobby-$pkgver
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR="$pkgdir" install
 
   install -Dm644 data/Icon.bmp ${pkgdir}/usr/share/blobby/Icon.bmp
 
   # install .desktop file and icon
-  install -dm755 $pkgdir/usr/share/{applications,pixmaps}
-  install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications
-  install -m644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps
+  install -dm755 "$pkgdir"/usr/share/{applications,pixmaps}
+  install -m644 "$srcdir"/$pkgname.desktop "$pkgdir"/usr/share/applications
+  install -m644 "$srcdir"/$pkgname.png "$pkgdir"/usr/share/pixmaps
 }


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 01:02:07
  Author: svenstaro
Revision: 391885

Properly quote variables

Modified:
  assimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 20:54:04 UTC (rev 391884)
+++ PKGBUILD2020-07-14 01:02:07 UTC (rev 391885)
@@ -9,16 +9,16 @@
 license=('BSD')
 depends=('zlib' 'gcc-libs' 'boost-libs')
 makedepends=('cmake' 'boost')
-url='http://assimp.sourceforge.net/index.html'
+url='https://assimp.org/'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
 
sha512sums=('51b704ffea778638b9e228578650f62691c56ee1a90337f8bbbee37e807455466d818234be24852334e5806260e5690932c9bd8e00f055c5c26782e0636538f0')
 
 prepare() {
-   mkdir ${srcdir}/${pkgname}-${pkgver}/build
+   mkdir "${srcdir}"/${pkgname}-${pkgver}/build
 }
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}/build
+   cd "${srcdir}"/${pkgname}-${pkgver}/build
 
cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -28,8 +28,8 @@
 }
 
 package()  {
-   cd ${srcdir}/${pkgname}-${pkgver}/build
+   cd "${srcdir}"/${pkgname}-${pkgver}/build
 
-   make DESTDIR=$pkgdir install
-   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   make DESTDIR="$pkgdir" install
+   install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:57:35
  Author: svenstaro
Revision: 663566

Properly quote variables

Modified:
  premake3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:56:46 UTC (rev 663565)
+++ PKGBUILD2020-07-14 00:57:35 UTC (rev 663566)
@@ -15,13 +15,13 @@
 
sha512sums=('351b26b9ee738e97b1828e7c26fe1538fb1509fbdc030da3d87fc28b1daa7966bc50ba8043062d35b37fa3929d909533b723241e1f98e438a039c6f9d61a46f4')
 
 build() {
-   cd ${srcdir}/Premake-${pkgver}
+   cd "${srcdir}"/Premake-${pkgver}
 
make
 }
 
 package() {
-   cd ${srcdir}/Premake-${pkgver}
+   cd "${srcdir}"/Premake-${pkgver}
 
-   install -Dm755 bin/premake ${pkgdir}/usr/bin/premake
+   install -Dm755 bin/premake "${pkgdir}"/usr/bin/premake
 }


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:57:39
  Author: svenstaro
Revision: 663567

Properly quote variables

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:57:35 UTC (rev 663566)
+++ PKGBUILD2020-07-14 00:57:39 UTC (rev 663567)
@@ -18,7 +18,7 @@
 
sha512sums=('81d5ff59bb33eba8a00547239d54cacfde25eed0c56c857712a00a62032e4cf371cdd367159eaa4bfec6d4dd5781b705e41b58a26b864aa43678cfe9926bb804')
 
 build() {
-  cd ${srcdir}/supertuxkart-${pkgver}-src
+  cd "$srcdir"/supertuxkart-${pkgver}-src
 
   _fn="data/${pkgname}.desktop"
   setconf "$_fn" Exec "$pkgname"


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:56:46
  Author: svenstaro
Revision: 663565

Properly quote variables

Modified:
  ponysay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:52:56 UTC (rev 663564)
+++ PKGBUILD2020-07-14 00:56:46 UTC (rev 663565)
@@ -16,5 +16,5 @@
 package() {
   cd "$srcdir/erkin-ponysay-"*
 
-  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=partial 
--everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
+  python3 setup.py --prefix=/usr --dest-dir="$pkgdir" --freedom=partial 
--everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
 }


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:52:56
  Author: svenstaro
Revision: 663564

Properly quote variables

Modified:
  teeworlds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:52:08 UTC (rev 663563)
+++ PKGBUILD2020-07-14 00:52:56 UTC (rev 663564)
@@ -28,8 +28,8 @@
 
   cd teeworlds
   git submodule init
-  git config submodule."datasrc/languages".url ${srcdir}/teeworlds-translation
-  git config submodule."datasrc/maps".url ${srcdir}/teeworlds-maps
+  git config submodule."datasrc/languages".url 
"${srcdir}"/teeworlds-translation
+  git config submodule."datasrc/maps".url "${srcdir}"/teeworlds-maps
   git submodule update
 }
 
@@ -46,16 +46,16 @@
   cd teeworlds
 
   # Install data files
-  mkdir -p ${pkgdir}/usr/share/${pkgname}/data
-  cp -r build/x86_64/release/data/* ${pkgdir}/usr/share/${pkgname}/data
+  mkdir -p "${pkgdir}"/usr/share/${pkgname}/data
+  cp -r build/x86_64/release/data/* "${pkgdir}"/usr/share/${pkgname}/data
 
-  install -Dm755 build/x86_64/release/${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm755 build/x86_64/release/${pkgname}_srv 
${pkgdir}/usr/bin/${pkgname}_srv
+  install -Dm755 build/x86_64/release/${pkgname} "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm755 build/x86_64/release/${pkgname}_srv 
"${pkgdir}"/usr/bin/${pkgname}_srv
 
-  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/${pkgname}-0.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+  install -Dm644 "${srcdir}"/${pkgname}-0.png 
"${pkgdir}"/usr/share/pixmaps/${pkgname}.png
 
-  install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+  install -Dm644 license.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:52:08
  Author: svenstaro
Revision: 663563

Properly quote variables

Modified:
  uwsgi/trunk/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:46:17 UTC (rev 663562)
+++ PKGBUILD2020-07-14 00:52:08 UTC (rev 663563)
@@ -59,10 +59,10 @@
 
'9e9eab08199cf08810ec95b0697cd8817226986d1e3aeb54845c0140ea5887360580348f295060c0558fb2d6aaed26fec929ea36b28cfeaf2b3588ce40fec3df')
 
 prepare() {
-cd $srcdir/$pkgbase-$pkgver
-cp $srcdir/archlinux.ini buildconf/archlinux.ini
+cd $pkgbase-$pkgver
+cp "$srcdir"/archlinux.ini buildconf/archlinux.ini
 for patch in uwsgi_ruby20_compatibility.patch uwsgi_trick_chroot.patch; do
-patch -Np1 -i $srcdir/$patch
+patch -Np1 -i "$srcdir"/$patch
 done
 rm -rf plugins/ruby
 mv plugins/ruby{19,}
@@ -70,11 +70,11 @@
 
 sed -i 's/--cflags mono-2/--cflags mono-2 glib-2.0/g' 
plugins/mono/uwsgiplugin.py
 
-cp $srcdir/uwsgiplugin.py plugins/systemd_logger/uwsgiplugin.py
+cp "$srcdir"/uwsgiplugin.py plugins/systemd_logger/uwsgiplugin.py
 }
 
 build() {
-pushd $srcdir/$pkgbase-$pkgver
+pushd "$srcdir"/$pkgbase-$pkgver
 
 export UWSGICONFIG_LUAPC='lua51'
 
@@ -92,99 +92,99 @@
 pkgdesc="A fast, self-healing and developer/sysadmin-friendly application 
container server coded in pure C"
 depends=(libxml2 jansson systemd-libs libcap pam pcre)
 install=uwsgi.install
-cd $srcdir/$pkgbase-$pkgver
-install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
-install -Dm644 $srcdir/uwsgi_at.service 
$pkgdir/usr/lib/systemd/system/uwsgi@.service
-install -Dm644 $srcdir/uwsgi_at.socket 
$pkgdir/usr/lib/systemd/system/uwsgi@.socket
-install -Dm644 $srcdir/emperor.uwsgi.service 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.service
-install -Dm644 $srcdir/emperor.uwsgi.socket 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.socket
-install -Dm644 $srcdir/emperor.ini $pkgdir/etc/uwsgi/emperor.ini
-install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf
-install -Dm644 $srcdir/uwsgi.logrotate $pkgdir/etc/logrotate.d/uwsgi
-install -Dm644 $srcdir/uwsgi.sysusers $pkgdir/usr/lib/sysusers.d/uwsgi.conf
+cd "$srcdir"/$pkgbase-$pkgver
+install -Dm755 uwsgi "$pkgdir"/usr/bin/uwsgi
+install -Dm644 "$srcdir"/uwsgi_at.service 
"$pkgdir"/usr/lib/systemd/system/uwsgi@.service
+install -Dm644 "$srcdir"/uwsgi_at.socket 
"$pkgdir"/usr/lib/systemd/system/uwsgi@.socket
+install -Dm644 "$srcdir"/emperor.uwsgi.service 
"$pkgdir"/usr/lib/systemd/system/emperor.uwsgi.service
+install -Dm644 "$srcdir"/emperor.uwsgi.socket 
"$pkgdir"/usr/lib/systemd/system/emperor.uwsgi.socket
+install -Dm644 "$srcdir"/emperor.ini "$pkgdir"/etc/uwsgi/emperor.ini
+install -Dm644 "$srcdir"/tmpfilesd "$pkgdir"/usr/lib/tmpfiles.d/uwsgi.conf
+install -Dm644 "$srcdir"/uwsgi.logrotate "$pkgdir"/etc/logrotate.d/uwsgi
+install -Dm644 "$srcdir"/uwsgi.sysusers 
"$pkgdir"/usr/lib/sysusers.d/uwsgi.conf
 }
 
 package_uwsgi-plugin-cgi() {
 depends=(uwsgi)
 pkgdesc="CGI plugin"
-install -Dm755 $pkgbase-$pkgver/cgi_plugin.so 
$pkgdir/usr/lib/uwsgi/cgi_plugin.so
+install -Dm755 $pkgbase-$pkgver/cgi_plugin.so 
"$pkgdir"/usr/lib/uwsgi/cgi_plugin.so
 }
 
 package_uwsgi-plugin-rack() {
 depends=(uwsgi ruby)
 pkgdesc="Ruby rack plugin"
-install -Dm755 $pkgbase-$pkgver/rack_plugin.so 
$pkgdir/usr/lib/uwsgi/rack_plugin.so
-install -Dm755 $pkgbase-$pkgver/fiber_plugin.so 
$pkgdir/usr/lib/uwsgi/fiber_plugin.so
-install -Dm755 $pkgbase-$pkgver/rbthreads_plugin.so 
$pkgdir/usr/lib/uwsgi/rbthreads_plugin.so
+install -Dm755 $pkgbase-$pkgver/rack_plugin.so 
"$pkgdir"/usr/lib/uwsgi/rack_plugin.so
+install -Dm755 $pkgbase-$pkgver/fiber_plugin.so 
"$pkgdir"/usr/lib/uwsgi/fiber_plugin.so
+install -Dm755 $pkgbase-$pkgver/rbthreads_plugin.so 
"$pkgdir"/usr/lib/uwsgi/rbthreads_plugin.so
 }
 
 package_uwsgi-plugin-psgi() {
 depends=(uwsgi perl)
 pkgdesc="Perl psgi plugin"
-install -Dm755 $pkgbase-$pkgver/psgi_plugin.so 
$pkgdir/usr/lib/uwsgi/psgi_plugin.so
+install -Dm755 $pkgbase-$pkgver/psgi_plugin.so 
"$pkgdir"/usr/lib/uwsgi/psgi_plugin.so
 }
 
 package_uwsgi-plugin-python() {
 depends=(uwsgi python python-greenlet)
 pkgdesc="Plugin for Python support"
-install -Dm755 $pkgbase-$pkgver/python_plugin.so 
$pkgdir/usr/lib/uwsgi/python_plugin.so
-install -Dm755 $pkgbase-$pkgver/greenlet_plugin.so 
$pkgdir/usr/lib/uwsgi/greenlet_plugin.so
-install -Dm755 $pkgbase-$pkgver/gevent_plugin.so 
$pkgdir/usr/lib/uwsgi/gevent_plugin.so
-install -Dm755 $pkgbase-$pkgver/asyncio_plugin.so 
$pkgdir/usr/lib/uwsgi/asyncio_plugin.so
-install -Dm644 $pkgbase-$pkgver/uwsgidecorators.py 

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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:45:59
  Author: svenstaro
Revision: 663561

upgpkg: uwsgi 2.0.19.1-3: Remove Python 2 support

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:10:15 UTC (rev 663560)
+++ PKGBUILD2020-07-14 00:45:59 UTC (rev 663561)
@@ -11,7 +11,6 @@
  uwsgi-plugin-rack
  uwsgi-plugin-psgi
  uwsgi-plugin-cgi
- uwsgi-plugin-python2
  uwsgi-plugin-python
  uwsgi-plugin-pypy
  uwsgi-plugin-php
@@ -22,15 +21,15 @@
  uwsgi-plugin-zabbix
  uwsgi-plugin-notfound)
 pkgver=2.0.19.1
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)
 backup=('etc/uwsgi/emperor.ini')
 conflicts=(python-$pkgbase)
-makedepends=(gcc python python2 ruby python2-greenlet python-greenlet 
php-embed curl libxml2 libyaml
+makedepends=(gcc python ruby python-greenlet php-embed curl libxml2 libyaml
  perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
- jansson classpath pypy mono python2-gevent systemd)
+ jansson classpath pypy mono python-gevent systemd)
 optdepends=('systemd: daemon scripts')
 source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz;
 
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py
@@ -84,12 +83,9 @@
 python uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet
 python uwsgiconfig.py --plugin plugins/gevent archlinux gevent
 python uwsgiconfig.py --plugin plugins/asyncio archlinux asyncio
-python2 uwsgiconfig.py --plugin plugins/python archlinux python2
-python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet2
-python2 uwsgiconfig.py --plugin plugins/gevent archlinux gevent2
-python2 uwsgiconfig.py --plugin plugins/pypy archlinux pypy
-python2 uwsgiconfig.py --plugin plugins/zabbix archlinux zabbix
-python2 uwsgiconfig.py --plugin plugins/notfound archlinux notfound
+python uwsgiconfig.py --plugin plugins/zabbix archlinux zabbix
+python uwsgiconfig.py --plugin plugins/pypy archlinux pypy
+python uwsgiconfig.py --plugin plugins/notfound archlinux notfound
 }
 
 package_uwsgi() {
@@ -128,17 +124,6 @@
 install -Dm755 $pkgbase-$pkgver/psgi_plugin.so 
$pkgdir/usr/lib/uwsgi/psgi_plugin.so
 }
 
-package_uwsgi-plugin-python2() {
-depends=(uwsgi python2-gevent python2-greenlet)
-pkgdesc="Plugin for Python2 support"
-install -Dm755 $pkgbase-$pkgver/python2_plugin.so 
$pkgdir/usr/lib/uwsgi/python2_plugin.so
-install -Dm755 $pkgbase-$pkgver/greenlet2_plugin.so 
$pkgdir/usr/lib/uwsgi/greenlet2_plugin.so
-install -Dm755 $pkgbase-$pkgver/gevent2_plugin.so 
$pkgdir/usr/lib/uwsgi/gevent2_plugin.so
-install -Dm644 $pkgbase-$pkgver/uwsgidecorators.py 
$pkgdir/usr/lib/python2.7/site-packages/uwsgidecorators.py
-python2 -m compileall $pkgdir/usr/lib/python2.7/site-packages/
-python2 -O -m compileall $pkgdir/usr/lib/python2.7/site-packages/
-}
-
 package_uwsgi-plugin-python() {
 depends=(uwsgi python python-greenlet)
 pkgdesc="Plugin for Python support"


[arch-commits] Commit in uwsgi/repos/community-x86_64 (28 files)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:46:17
  Author: svenstaro
Revision: 663562

archrelease: copy trunk to community-x86_64

Added:
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 663561, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 663561, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 663561, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 663561, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 663561, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 663561, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 663561, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi.logrotate
(from rev 663561, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-x86_64/uwsgi.sysusers
(from rev 663561, uwsgi/trunk/uwsgi.sysusers)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 663561, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 663561, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 663561, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 663561, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 663561, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi.logrotate
  uwsgi/repos/community-x86_64/uwsgi.sysusers
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

--+
 PKGBUILD |  395 +
 archlinux.ini|   10 
 emperor.ini  |4 
 emperor.uwsgi.service|   32 +-
 emperor.uwsgi.socket |   18 -
 tmpfilesd|2 
 uwsgi.install|   18 -
 uwsgi.logrotate  |   20 -
 uwsgi.sysusers   |2 
 uwsgi_at.service |   32 +-
 uwsgi_at.socket  |   18 -
 uwsgi_fix_rpath.patch|  132 ++--
 uwsgi_ruby20_compatibility.patch |   84 +++
 uwsgi_trick_chroot.patch |   32 +-
 14 files changed, 392 insertions(+), 407 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 00:45:59 UTC (rev 663561)
+++ PKGBUILD2020-07-14 00:46:17 UTC (rev 663562)
@@ -1,205 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Valentin Hăloiu 
-# Contributor: Angel Velasquez 
-# Contributor: Kevin Zuber 
-# Contributor: Vsevolod Balashov 
-# Contributor: David Runge 
-
-pkgbase=uwsgi
-pkgname=(uwsgi
- uwsgi-plugin-rack
- uwsgi-plugin-psgi
- uwsgi-plugin-cgi
- uwsgi-plugin-python2
- uwsgi-plugin-python
- uwsgi-plugin-pypy
- uwsgi-plugin-php
- uwsgi-plugin-lua51
- uwsgi-plugin-jvm
- uwsgi-plugin-mono
- uwsgi-plugin-webdav
- uwsgi-plugin-zabbix
- uwsgi-plugin-notfound)
-pkgver=2.0.19.1
-pkgrel=2
-arch=(x86_64)
-url="http://projects.unbit.it/$pkgbase;
-license=(GPL2)
-backup=('etc/uwsgi/emperor.ini')
-conflicts=(python-$pkgbase)
-makedepends=(gcc python python2 ruby python2-greenlet python-greenlet 
php-embed curl libxml2 libyaml
- perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
- jansson classpath pypy mono python2-gevent systemd)
-optdepends=('systemd: daemon scripts')
-source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz;
-
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py
-archlinux.ini
-tmpfilesd
-uwsgi_at.service
-uwsgi_at.socket
-uwsgi_ruby20_compatibility.patch
-uwsgi_trick_chroot.patch
-emperor.ini
-emperor.uwsgi.service
-emperor.uwsgi.socket
-uwsgi.logrotate
-uwsgi.sysusers)
-sha512sums=('e18359c5ea3606d5de7fb3a0074d777e1c4b41f51f4b1a21f1446f32253058d7924286d9ed8a159d4c6e6c0ea64df7fc3c70b2933c3433b9a9cce39737e702bf'
-

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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:10:15
  Author: svenstaro
Revision: 663560

archrelease: copy trunk to community-x86_64

Added:
  spring/repos/community-x86_64/PKGBUILD
(from rev 663559, spring/trunk/PKGBUILD)
  
spring/repos/community-x86_64/fix-6358-compile-error-because-of-new-openal-version.patch
(from rev 663559, 
spring/trunk/fix-6358-compile-error-because-of-new-openal-version.patch)
  spring/repos/community-x86_64/fix-include.patch
(from rev 663559, spring/trunk/fix-include.patch)
  spring/repos/community-x86_64/fix-reinterpret_cast-in-constexpr.patch
(from rev 663559, spring/trunk/fix-reinterpret_cast-in-constexpr.patch)
Deleted:
  spring/repos/community-x86_64/PKGBUILD
  
spring/repos/community-x86_64/fix-6358-compile-error-because-of-new-openal-version.patch
  spring/repos/community-x86_64/fix-reinterpret_cast-in-constexpr.patch

+
 PKGBUILD   |  114 +--
 fix-6358-compile-error-because-of-new-openal-version.patch |   88 
 fix-include.patch  |   12 +
 fix-reinterpret_cast-in-constexpr.patch|   30 +-
 4 files changed, 130 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 00:10:05 UTC (rev 663559)
+++ PKGBUILD2020-07-14 00:10:15 UTC (rev 663560)
@@ -1,55 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Arkham 
-# Contributor: Christoph Zeiler 
-
-pkgname=spring
-pkgver=104.0
-pkgrel=8
-pkgdesc='A free 3D real-time-strategy (RTS) game engine'
-arch=('x86_64')
-url="http://springrts.com/;
-license=('GPL')
-depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 
'libunwind'
- 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
-makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'jdk8-openjdk' 
'mesa')
-optdepends=('python2: python-based bots'
-'java-runtime: java-based bots')
-source=(https://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
-fix-6358-compile-error-because-of-new-openal-version.patch
-fix-reinterpret_cast-in-constexpr.patch)
-sha512sums=('be8922e798d7c959c248501494ab61cff625154c109debd324875a4e2a7149748224b6fcb428948f2b4d66cc9e484bc002a63810f55c5f25a499c34a01dfc225'
-
'76cf4c596f87f8306ad19ae82d68a36db250fbf7e2e3656c05453be761d13fd1a5cbc8e6499c24b46af993566ed624da744b9e21b240627c214ae4b505f0701b'
-
'ba8a6f3031c7507983f2ae10de9f19b27434cd9159df6ce431d1f83b21b37974e8add4bea8bc0d738f88f5bfebdbeeacaeb3964b9db31b5181d12bed66ff2109')
-
-prepare() {
-  cd spring_$pkgver
-
-  # https://springrts.com/mantis/view.php?id=5781
-  # https://github.com/spring/spring/commit/6104061fe3
-  patch -Np1 -i ../fix-reinterpret_cast-in-constexpr.patch
-
-  # https://springrts.com/mantis/view.php?id=6358
-  patch -Np1 -i ../fix-6358-compile-error-because-of-new-openal-version.patch
-}
-
-build() {
-  cd spring_${pkgver}
-
-  cmake. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDATADIR=share/spring \
--DJAVA_HOME=/usr/lib/jvm/java-8-openjdk \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd spring_${pkgver}
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/etc/spring"
-  echo '$HOME/.spring' > "$pkgdir/etc/spring/datadir"
-}
-
-# vim sw=2:ts=2 et:

Copied: spring/repos/community-x86_64/PKGBUILD (from rev 663559, 
spring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 00:10:15 UTC (rev 663560)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=spring
+pkgver=104.0
+pkgrel=9
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('x86_64')
+url="http://springrts.com/;
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 
'libunwind'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python' 'jdk8-openjdk' 'mesa')
+optdepends=('python: python-based bots'
+'java-runtime: java-based bots')
+source=(https://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+fix-6358-compile-error-because-of-new-openal-version.patch
+fix-reinterpret_cast-in-constexpr.patch
+fix-include.patch)
+sha512sums=('be8922e798d7c959c248501494ab61cff625154c109debd324875a4e2a7149748224b6fcb428948f2b4d66cc9e484bc002a63810f55c5f25a499c34a01dfc225'
+
'76cf4c596f87f8306ad19ae82d68a36db250fbf7e2e3656c05453be761d13fd1a5cbc8e6499c24b46af993566ed624da744b9e21b240627c214ae4b505f0701b'
+

[arch-commits] Commit in spring/trunk (PKGBUILD fix-include.patch)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:10:05
  Author: svenstaro
Revision: 663559

upgpkg: spring 104.0-9: Switch to Python 3 optdep

Added:
  spring/trunk/fix-include.patch
Modified:
  spring/trunk/PKGBUILD

---+
 PKGBUILD  |   16 ++--
 fix-include.patch |   12 
 2 files changed, 22 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 00:07:56 UTC (rev 663558)
+++ PKGBUILD2020-07-14 00:10:05 UTC (rev 663559)
@@ -4,7 +4,7 @@
 
 pkgname=spring
 pkgver=104.0
-pkgrel=8
+pkgrel=9
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('x86_64')
 url="http://springrts.com/;
@@ -11,15 +11,17 @@
 license=('GPL')
 depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 
'libunwind'
  'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
-makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'jdk8-openjdk' 
'mesa')
-optdepends=('python2: python-based bots'
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python' 'jdk8-openjdk' 'mesa')
+optdepends=('python: python-based bots'
 'java-runtime: java-based bots')
 
source=(https://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
 fix-6358-compile-error-because-of-new-openal-version.patch
-fix-reinterpret_cast-in-constexpr.patch)
+fix-reinterpret_cast-in-constexpr.patch
+fix-include.patch)
 
sha512sums=('be8922e798d7c959c248501494ab61cff625154c109debd324875a4e2a7149748224b6fcb428948f2b4d66cc9e484bc002a63810f55c5f25a499c34a01dfc225'
 
'76cf4c596f87f8306ad19ae82d68a36db250fbf7e2e3656c05453be761d13fd1a5cbc8e6499c24b46af993566ed624da744b9e21b240627c214ae4b505f0701b'
-
'ba8a6f3031c7507983f2ae10de9f19b27434cd9159df6ce431d1f83b21b37974e8add4bea8bc0d738f88f5bfebdbeeacaeb3964b9db31b5181d12bed66ff2109')
+
'ba8a6f3031c7507983f2ae10de9f19b27434cd9159df6ce431d1f83b21b37974e8add4bea8bc0d738f88f5bfebdbeeacaeb3964b9db31b5181d12bed66ff2109'
+
'0fd54748e3dfa3792ff66b6cbe2c482f1d553033dc48f6279863ad0b07aaff15069669b1d1d85be11e89fdad2faba5f16e4b9c99af718da0152ac9aba7b0f75a')
 
 prepare() {
   cd spring_$pkgver
@@ -30,6 +32,8 @@
 
   # https://springrts.com/mantis/view.php?id=6358
   patch -Np1 -i ../fix-6358-compile-error-because-of-new-openal-version.patch
+
+  patch -Np1 -i ../fix-include.patch
 }
 
 build() {
@@ -46,7 +50,7 @@
 package() {
   cd spring_${pkgver}
 
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" make install
 
   install -d "$pkgdir/etc/spring"
   echo '$HOME/.spring' > "$pkgdir/etc/spring/datadir"

Added: fix-include.patch
===
--- fix-include.patch   (rev 0)
+++ fix-include.patch   2020-07-14 00:10:05 UTC (rev 663559)
@@ -0,0 +1,12 @@
+diff --git a/rts/System/Sync/SHA512.cpp b/rts/System/Sync/SHA512.cpp
+index ab4e973a23..adc9b3ee47 100644
+--- a/rts/System/Sync/SHA512.cpp
 b/rts/System/Sync/SHA512.cpp
+@@ -2,6 +2,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "SHA512.hpp"
+ 


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

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:07:47
  Author: svenstaro
Revision: 663557

upgpkg: magma 2.5.3-3: Switch to Python 3 optdep

Modified:
  magma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 23:33:35 UTC (rev 663556)
+++ PKGBUILD2020-07-14 00:07:47 UTC (rev 663557)
@@ -5,7 +5,7 @@
 
 pkgname=magma
 pkgver=2.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
 arch=('x86_64')
 url="https://icl.cs.utk.edu/magma/;
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('blas' 'gcc9' 'lapack' 'cuda')
 makedepends=('gcc9-fortran' 'cmake' 'ninja')
-optdepends=('python2: for examples and tests'
+optdepends=('python: for examples and tests'
 'gcc9-fortran: Fortran interface')
 
source=("${pkgname}-${pkgver}.tar.gz::http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;
 'cuda11.patch'


[arch-commits] Commit in magma/repos/community-testing-x86_64 (6 files)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 14, 2020 @ 00:07:56
  Author: svenstaro
Revision: 663558

archrelease: copy trunk to community-testing-x86_64

Added:
  magma/repos/community-testing-x86_64/PKGBUILD
(from rev 663557, magma/trunk/PKGBUILD)
  magma/repos/community-testing-x86_64/cuda11.patch
(from rev 663557, magma/trunk/cuda11.patch)
  magma/repos/community-testing-x86_64/disable_magma_sparse.patch
(from rev 663557, magma/trunk/disable_magma_sparse.patch)
Deleted:
  magma/repos/community-testing-x86_64/PKGBUILD
  magma/repos/community-testing-x86_64/cuda11.patch
  magma/repos/community-testing-x86_64/disable_magma_sparse.patch

+
 PKGBUILD   |  120 ++---
 cuda11.patch   |  114 +--
 disable_magma_sparse.patch |  138 +--
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 00:07:47 UTC (rev 663557)
+++ PKGBUILD2020-07-14 00:07:56 UTC (rev 663558)
@@ -1,60 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: bartus 
-# Contributor: pingplug 
-# Contributor: cornholio 
-
-pkgname=magma
-pkgver=2.5.3
-pkgrel=2
-pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
-arch=('x86_64')
-url="https://icl.cs.utk.edu/magma/;
-license=('custom')
-depends=('blas' 'gcc9' 'lapack' 'cuda')
-makedepends=('gcc9-fortran' 'cmake' 'ninja')
-optdepends=('python2: for examples and tests'
-'gcc9-fortran: Fortran interface')
-source=("${pkgname}-${pkgver}.tar.gz::http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;
-'cuda11.patch'
-'disable_magma_sparse.patch')
-sha256sums=('c602d269a9f9a3df28f6a4f593be819abb12ed3fa413bba1ff8183de721c5ef6'
-'7a32d8de6fa845131eed3f7345baeb1531ef1d3cfa7e565b258e4cfbbaa66a5c'
-'259c38004b26395278cdaf431591974e0589dedc0f8bfc14413f854c2a10424f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i "${srcdir}/cuda11.patch"
-
-  # Temporarily disable magma-sparse until it's fixed by magma upstream:
-  # https://bugs.archlinux.org/task/67094
-  patch -Np1 -i "${srcdir}/disable_magma_sparse.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  CC=gcc-9 \
-  CXX=g++-9 \
-  FC=gfortran-9 \
-  cmake \
--Bbuild \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DGPU_TARGET="sm_53 sm_60 sm_61 sm_62 sm_70 sm_72 sm_75 sm_80"
-  ninja -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -Cbuild install
-
-  install -d "${pkgdir}"/usr/share/magma/example
-  cp -r "${srcdir}"/magma-${pkgver}/example/* 
"${pkgdir}"/usr/share/magma/example/
-  install -d "${pkgdir}"/usr/share/magma/testing
-  cp -r "${srcdir}"/magma-${pkgver}/testing/* 
"${pkgdir}"/usr/share/magma/testing/
-  install -Dm644 "${srcdir}"/magma-${pkgver}/COPYRIGHT 
"${pkgdir}"/usr/share/licenses/magma/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: magma/repos/community-testing-x86_64/PKGBUILD (from rev 663557, 
magma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 00:07:56 UTC (rev 663558)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: bartus 
+# Contributor: pingplug 
+# Contributor: cornholio 
+
+pkgname=magma
+pkgver=2.5.3
+pkgrel=3
+pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
+arch=('x86_64')
+url="https://icl.cs.utk.edu/magma/;
+license=('custom')
+depends=('blas' 'gcc9' 'lapack' 'cuda')
+makedepends=('gcc9-fortran' 'cmake' 'ninja')
+optdepends=('python: for examples and tests'
+'gcc9-fortran: Fortran interface')
+source=("${pkgname}-${pkgver}.tar.gz::http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;
+'cuda11.patch'
+'disable_magma_sparse.patch')
+sha256sums=('c602d269a9f9a3df28f6a4f593be819abb12ed3fa413bba1ff8183de721c5ef6'
+'7a32d8de6fa845131eed3f7345baeb1531ef1d3cfa7e565b258e4cfbbaa66a5c'
+'259c38004b26395278cdaf431591974e0589dedc0f8bfc14413f854c2a10424f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/cuda11.patch"
+
+  # Temporarily disable magma-sparse until it's fixed by magma upstream:
+  # https://bugs.archlinux.org/task/67094
+  patch -Np1 -i "${srcdir}/disable_magma_sparse.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CC=gcc-9 \
+  CXX=g++-9 \
+  FC=gfortran-9 \
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DGPU_TARGET="sm_53 sm_60 sm_61 sm_62 sm_70 sm_72 sm_75 sm_80"
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -Cbuild install
+
+  install -d 

[arch-commits] Commit in (vim-workspace)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:33:35
  Author: svenstaro
Revision: 663556

Moving vim-workspace to AUR

Deleted:
  vim-workspace/


[arch-commits] Commit in (vim-vcscommand)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:32:29
  Author: svenstaro
Revision: 663555

Moving vim-vcscommand to AUR

Deleted:
  vim-vcscommand/


[arch-commits] Commit in (vim-taglist)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:30:52
  Author: svenstaro
Revision: 663554

Moving vim-taglist to AUR

Deleted:
  vim-taglist/


[arch-commits] Commit in (vim-project)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:29:05
  Author: svenstaro
Revision: 663553

Moving vim-project to AUR

Deleted:
  vim-project/


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

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 23:28:22
  Author: dvzrv
Revision: 663551

upgpkg: vdirsyncer 0.16.8-3: Adding man page.

Using sphinx-build to create vdirsyncer.1

Modified:
  vdirsyncer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 23:25:31 UTC (rev 663550)
+++ PKGBUILD2020-07-13 23:28:22 UTC (rev 663551)
@@ -3,7 +3,7 @@
 
 pkgname=vdirsyncer
 pkgver=0.16.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Synchronize CalDAV and CardDAV."
 arch=('any')
 url="https://vdirsyncer.pimutils.org/en/stable/;
@@ -11,7 +11,7 @@
 depends=('python-atomicwrites' 'python-click' 'python-click-log'
 'python-click-threading' 'python-requests' 'python-requests-toolbelt'
 'python-setuptools')
-makedepends=('git' 'python-setuptools-scm')
+makedepends=('git' 'python-setuptools-scm' 'python-sphinx')
 optdepends=('python-requests-oauthlib: Google support'
 'python-etesync: Etesync support'
 'python-django: Etesync support')
@@ -35,6 +35,8 @@
 build() {
   cd "${pkgname}"
   python setup.py build
+  export PYTHONPATH="build:${PYTHONPATH}"
+  sphinx-build -b man docs/ build/
 }
 
 check() {
@@ -53,6 +55,8 @@
   # systemd
   install -vDm 644 "contrib/${pkgname}."{service,timer} \
 -t "${pkgdir}/usr/lib/systemd/user/"
+  # man page
+  install -vDm 644 "build/${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
   # docs
   install -vDm 644 {AUTHORS,CHANGELOG,README}.rst \
 -t "${pkgdir}/usr/share/doc/${pkgname}"


[arch-commits] Commit in vdirsyncer/repos/community-any (8 files)

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 23:28:35
  Author: dvzrv
Revision: 663552

archrelease: copy trunk to community-any

Added:
  vdirsyncer/repos/community-any/PKGBUILD
(from rev 663551, vdirsyncer/trunk/PKGBUILD)
  vdirsyncer/repos/community-any/vdirsyncer-0.16.8-python-click.patch
(from rev 663551, vdirsyncer/trunk/vdirsyncer-0.16.8-python-click.patch)
  vdirsyncer/repos/community-any/vdirsyncer.service
(from rev 663551, vdirsyncer/trunk/vdirsyncer.service)
  vdirsyncer/repos/community-any/vdirsyncer.timer
(from rev 663551, vdirsyncer/trunk/vdirsyncer.timer)
Deleted:
  vdirsyncer/repos/community-any/PKGBUILD
  vdirsyncer/repos/community-any/vdirsyncer-0.16.8-python-click.patch
  vdirsyncer/repos/community-any/vdirsyncer.service
  vdirsyncer/repos/community-any/vdirsyncer.timer

--+
 PKGBUILD |  124 +
 vdirsyncer-0.16.8-python-click.patch |   56 +++---
 vdirsyncer.service   |   14 +--
 vdirsyncer.timer |   20 ++---
 4 files changed, 109 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 23:28:22 UTC (rev 663551)
+++ PKGBUILD2020-07-13 23:28:35 UTC (rev 663552)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgname=vdirsyncer
-pkgver=0.16.8
-pkgrel=2
-pkgdesc="Synchronize CalDAV and CardDAV."
-arch=('any')
-url="https://vdirsyncer.pimutils.org/en/stable/;
-license=('BSD')
-depends=('python-atomicwrites' 'python-click' 'python-click-log'
-'python-click-threading' 'python-requests' 'python-requests-toolbelt'
-'python-setuptools')
-makedepends=('git' 'python-setuptools-scm')
-optdepends=('python-requests-oauthlib: Google support'
-'python-etesync: Etesync support'
-'python-django: Etesync support')
-checkdepends=('python-hypothesis' 'python-pytest' 'python-pytest-localserver'
-'python-pytest-subtesthack')
-source=("git+https://github.com/pimutils/vdirsyncer.git#tag=${pkgver}?signed;
-"${pkgname}-0.16.8-python-click.patch")
-sha512sums=('SKIP'
-
'aa2b80f85b1122913f719c7d435d6c1ba7ac0d20adc925fa084c855bd0538069986342ba5de62755f1ea59af80f66e088d984e4545384ea034fb97c2c1e62e61')
-validpgpkeys=('951082781CA308E4A529DEFD6F9FFF122B98C0CD') # Hugo Osvaldo 
Barrera 
-
-prepare() {
-  cd "${pkgname}"
-  # fix failing test
-  # https://github.com/pimutils/vdirsyncer/issues/828
-  # fix python-click version pinning
-  # https://github.com/pimutils/vdirsyncer/issues/831
-  patch -Np1 -i ../"${pkgname}-0.16.8-python-click.patch"
-}
-
-build() {
-  cd "${pkgname}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}"
-  make DETERMINISTIC_TESTS=true test
-}
-
-package() {
-  cd "${pkgname}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # systemd
-  install -vDm 644 "contrib/${pkgname}."{service,timer} \
--t "${pkgdir}/usr/lib/systemd/user/"
-  # docs
-  install -vDm 644 {AUTHORS,CHANGELOG,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-

Copied: vdirsyncer/repos/community-any/PKGBUILD (from rev 663551, 
vdirsyncer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 23:28:35 UTC (rev 663552)
@@ -0,0 +1,64 @@
+# Maintainer: David Runge 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgname=vdirsyncer
+pkgver=0.16.8
+pkgrel=3
+pkgdesc="Synchronize CalDAV and CardDAV."
+arch=('any')
+url="https://vdirsyncer.pimutils.org/en/stable/;
+license=('BSD')
+depends=('python-atomicwrites' 'python-click' 'python-click-log'
+'python-click-threading' 'python-requests' 'python-requests-toolbelt'
+'python-setuptools')
+makedepends=('git' 'python-setuptools-scm' 'python-sphinx')
+optdepends=('python-requests-oauthlib: Google support'
+'python-etesync: Etesync support'
+'python-django: Etesync support')
+checkdepends=('python-hypothesis' 'python-pytest' 'python-pytest-localserver'
+'python-pytest-subtesthack')
+source=("git+https://github.com/pimutils/vdirsyncer.git#tag=${pkgver}?signed;
+"${pkgname}-0.16.8-python-click.patch")
+sha512sums=('SKIP'
+
'aa2b80f85b1122913f719c7d435d6c1ba7ac0d20adc925fa084c855bd0538069986342ba5de62755f1ea59af80f66e088d984e4545384ea034fb97c2c1e62e61')
+validpgpkeys=('951082781CA308E4A529DEFD6F9FFF122B98C0CD') # Hugo Osvaldo 
Barrera 
+
+prepare() {
+  cd "${pkgname}"
+  # fix failing test
+  # https://github.com/pimutils/vdirsyncer/issues/828
+  # fix python-click version pinning
+  # https://github.com/pimutils/vdirsyncer/issues/831
+  patch -Np1 -i ../"${pkgname}-0.16.8-python-click.patch"
+}
+
+build() {
+  cd "${pkgname}"
+  python setup.py build
+  export 

[arch-commits] Commit in (vim-minibufexpl)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:25:31
  Author: svenstaro
Revision: 663550

Moving vim-minibufexpl to AUR

Deleted:
  vim-minibufexpl/


[arch-commits] Commit in (vim-guicolorscheme)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:24:10
  Author: svenstaro
Revision: 663549

Moving vim-guicolorscheme to AUR

Deleted:
  vim-guicolorscheme/


[arch-commits] Commit in (vim-doxygentoolkit)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:21:20
  Author: svenstaro
Revision: 663548

Moving vim-doxygentoolkit to AUR

Deleted:
  vim-doxygentoolkit/


[arch-commits] Commit in (vim-colorsamplerpack)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:19:04
  Author: svenstaro
Revision: 663547

Moving vim-colorsamplerpack to AUR

Deleted:
  vim-colorsamplerpack/


[arch-commits] Commit in (vim-a)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:14:21
  Author: svenstaro
Revision: 663546

Moving vim-a to AUR

Deleted:
  vim-a/


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

2020-07-13 Thread Balló György via arch-commits
Date: Monday, July 13, 2020 @ 23:08:43
  Author: bgyorgy
Revision: 663545

archrelease: copy trunk to community-x86_64

Added:
  gpsbabel/repos/community-x86_64/PKGBUILD
(from rev 663544, gpsbabel/trunk/PKGBUILD)
  gpsbabel/repos/community-x86_64/gpsbabel.appdata.xml
(from rev 663544, gpsbabel/trunk/gpsbabel.appdata.xml)
  gpsbabel/repos/community-x86_64/install.patch
(from rev 663544, gpsbabel/trunk/install.patch)
  gpsbabel/repos/community-x86_64/no-map.patch
(from rev 663544, gpsbabel/trunk/no-map.patch)
Deleted:
  gpsbabel/repos/community-x86_64/PKGBUILD
  gpsbabel/repos/community-x86_64/desktop-file.patch
  gpsbabel/repos/community-x86_64/drop-map.patch
  gpsbabel/repos/community-x86_64/gpsbabel.appdata.xml

--+
 PKGBUILD |  130 ++---
 desktop-file.patch   |   23 --
 drop-map.patch   |  131 -
 gpsbabel.appdata.xml |   38 ++--
 install.patch|  459 +
 no-map.patch |  162 +
 6 files changed, 704 insertions(+), 239 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 23:08:39 UTC (rev 663544)
+++ PKGBUILD2020-07-13 23:08:43 UTC (rev 663545)
@@ -1,66 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gpsbabel
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Read, write and manipulate GPS waypoints in a variety of formats"
-arch=(x86_64)
-url="https://www.gpsbabel.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libusb qt5-base) # qt5-webengine
-makedepends=(libicns qt5-tools)
-source=(https://github.com/gpsbabel/$pkgname/archive/${pkgname}_${pkgver//./_}.tar.gz
-gpsbabel.appdata.xml
-desktop-file.patch
-drop-map.patch)
-sha256sums=('30b186631fb43db576b8177385ed5c31a5a15c02a6bc07bae1e0d7af9058a797'
-'5eb52ab0c4bdde61c747856e849f9bce9ca660e942c15f730a4330a38fd6a39a'
-'e66a786dc5592388f651f2bcabb4205809a42e0a937bb034cb469bd2cd50d1a1'
-'d18fd718973cc9efc6bee95ec7741b7d63a0fd46fd9e2d281f687fd465b7c19e')
-
-prepare() {
-  icns2png -x $pkgname-${pkgname}_${pkgver//./_}/gui/images/appicon.icns
-
-  cd $pkgname-${pkgname}_${pkgver//./_}
-
-  # Remove map due to heavy WebEngine dependency
-  patch -Np1 -i ../drop-map.patch
-
-  # Fix path
-  sed -i 's|langPath_ = QApplication::applicationDirPath();|langPath_ = 
"/usr/share/gpsbabel";|' gui/mainwindow.cc
-  sed -i 's|baseFile =  QApplication::applicationDirPath() + 
"/gmapbase.html";|baseFile = "/usr/share/gpsbabel/gmapbase.html";|' gui/map.cc
-
-}
-
-build() {
-  cd $pkgname-${pkgname}_${pkgver//./_}
-  ./configure --prefix=/usr
-  make
-
-  # GUI
-  cd gui
-  qmake
-  lrelease *.ts
-  make
-}
-
-package() {
-  cd $pkgname-${pkgname}_${pkgver//./_}
-  make DESTDIR="$pkgdir" install
-
-  # GUI
-  install -Dm755 gui/objects/gpsbabelfe "$pkgdir"/usr/bin/gpsbabelfe
-  install -Dm644 gui/gpsbabel.desktop 
"$pkgdir"/usr/share/applications/gpsbabel.desktop
-  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  install -Dm644 gui/gmapbase.html "$pkgdir"/usr/share/gpsbabel/gmapbase.html
-  install -dm755 "$pkgdir"/usr/share/gpsbabel/translations/
-  install -Dm644 gui/*.qm "$pkgdir"/usr/share/gpsbabel/translations/
-
-  for res in 16 32 128 256 512; do
-install -Dm644 ../appicon_${res}x${res}x32.png \
-  "$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
-  done
-}

Copied: gpsbabel/repos/community-x86_64/PKGBUILD (from rev 663544, 
gpsbabel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 23:08:43 UTC (rev 663545)
@@ -0,0 +1,64 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gpsbabel
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="Read, write and manipulate GPS waypoints in a variety of formats"
+arch=(x86_64)
+url="https://www.gpsbabel.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libusb qt5-base)
+makedepends=(libicns qt5-tools)
+source=(https://github.com/gpsbabel/$pkgname/archive/${pkgname}_${pkgver//./_}.tar.gz
+gpsbabel.appdata.xml
+install.patch
+no-map.patch)
+sha256sums=('30b186631fb43db576b8177385ed5c31a5a15c02a6bc07bae1e0d7af9058a797'
+'5eb52ab0c4bdde61c747856e849f9bce9ca660e942c15f730a4330a38fd6a39a'
+'a12a48f2bcad5c2184cf2157488ee18d90f3415cb406eb8b70513f35dfe26b16'
+'378202355f7dd5a01df554af6298b8871e8ab8112aa2a7fa727d26434623da21')
+
+prepare() {
+  icns2png -x $pkgname-${pkgname}_${pkgver//./_}/gui/images/appicon.icns
+
+  cd $pkgname-${pkgname}_${pkgver//./_}
+
+  # Support make install for GUI on Linux systems
+  # 

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

2020-07-13 Thread Balló György via arch-commits
Date: Monday, July 13, 2020 @ 23:08:39
  Author: bgyorgy
Revision: 663544

upgpkg: gpsbabel 1.7.0-2: Add patches sent to upstream to make a proper 
installation

Added:
  gpsbabel/trunk/install.patch
  gpsbabel/trunk/no-map.patch
Modified:
  gpsbabel/trunk/PKGBUILD
Deleted:
  gpsbabel/trunk/drop-map.patch

+
 PKGBUILD   |   36 ++--
 drop-map.patch |  131 ---
 install.patch  |  459 +++
 no-map.patch   |  162 +++
 4 files changed, 639 insertions(+), 149 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 21:52:38 UTC (rev 663543)
+++ PKGBUILD2020-07-13 23:08:39 UTC (rev 663544)
@@ -5,19 +5,21 @@
 
 pkgname=gpsbabel
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Read, write and manipulate GPS waypoints in a variety of formats"
 arch=(x86_64)
 url="https://www.gpsbabel.org/;
 license=(GPL)
-depends=(hicolor-icon-theme libusb qt5-base) # qt5-webengine
+depends=(hicolor-icon-theme libusb qt5-base)
 makedepends=(libicns qt5-tools)
 
source=(https://github.com/gpsbabel/$pkgname/archive/${pkgname}_${pkgver//./_}.tar.gz
 gpsbabel.appdata.xml
-drop-map.patch)
+install.patch
+no-map.patch)
 sha256sums=('30b186631fb43db576b8177385ed5c31a5a15c02a6bc07bae1e0d7af9058a797'
 '5eb52ab0c4bdde61c747856e849f9bce9ca660e942c15f730a4330a38fd6a39a'
-'d18fd718973cc9efc6bee95ec7741b7d63a0fd46fd9e2d281f687fd465b7c19e')
+'a12a48f2bcad5c2184cf2157488ee18d90f3415cb406eb8b70513f35dfe26b16'
+'378202355f7dd5a01df554af6298b8871e8ab8112aa2a7fa727d26434623da21')
 
 prepare() {
   icns2png -x $pkgname-${pkgname}_${pkgver//./_}/gui/images/appicon.icns
@@ -24,13 +26,14 @@
 
   cd $pkgname-${pkgname}_${pkgver//./_}
 
+  # Support make install for GUI on Linux systems
+  # https://github.com/gpsbabel/gpsbabel/pull/391
+  patch -Np1 -i ../install.patch
+  sed -i '/INSTALLS +=/ s/ icon//' gui/app.pro
+
   # Remove map due to heavy WebEngine dependency
-  patch -Np1 -i ../drop-map.patch
-
-  # Fix path
-  sed -i 's|langPath_ = QApplication::applicationDirPath();|langPath_ = 
"/usr/share/gpsbabel";|' gui/mainwindow.cc
-  sed -i 's|baseFile =  QApplication::applicationDirPath() + 
"/gmapbase.html";|baseFile = "/usr/share/gpsbabel/gmapbase.html";|' gui/map.cc
-
+  # https://github.com/gpsbabel/gpsbabel/pull/606
+  patch -Np1 -i ../no-map.patch
 }
 
 build() {
@@ -40,7 +43,7 @@
 
   # GUI
   cd gui
-  qmake
+  qmake PREFIX=/usr
   lrelease *.ts
   make
 }
@@ -50,15 +53,12 @@
   make DESTDIR="$pkgdir" install
 
   # GUI
-  install -Dm755 gui/objects/gpsbabelfe "$pkgdir"/usr/bin/gpsbabelfe
-  install -Dm644 gui/gpsbabel.desktop 
"$pkgdir"/usr/share/applications/gpsbabel.desktop
-  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  install -Dm644 gui/gmapbase.html "$pkgdir"/usr/share/gpsbabel/gmapbase.html
-  install -dm755 "$pkgdir"/usr/share/gpsbabel/translations/
-  install -Dm644 gui/*.qm "$pkgdir"/usr/share/gpsbabel/translations/
+  cd gui
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 ../../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
 
   for res in 16 32 128 256 512; do
-install -Dm644 ../appicon_${res}x${res}x32.png \
+install -Dm644 ../../appicon_${res}x${res}x32.png \
   "$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
   done
 }

Deleted: drop-map.patch
===
--- drop-map.patch  2020-07-13 21:52:38 UTC (rev 663543)
+++ drop-map.patch  2020-07-13 23:08:39 UTC (rev 663544)
@@ -1,131 +0,0 @@
-diff -Naur gpsbabel-gpsbabel_1_6_0.orig/gui/advdlg.cc 
gpsbabel-gpsbabel_1_6_0/gui/advdlg.cc
 gpsbabel-gpsbabel_1_6_0.orig/gui/advdlg.cc 2019-05-02 10:26:47.0 
+0200
-+++ gpsbabel-gpsbabel_1_6_0/gui/advdlg.cc  2019-06-19 13:08:12.030299296 
+0200
-@@ -37,7 +37,6 @@
- {
-   ui_.setupUi(this);
-   ui_.synthShortNames->setChecked(synthShortNames);
--  ui_.previewGmap->setChecked(previewGmap);
-   ui_.debugCombo->setCurrentIndex(debugLevel+1);
- #if defined (Q_OS_WIN)
-   ui_.buttonBox->button(QDialogButtonBox::Ok)->setIcon(QIcon(":images/ok"));
-@@ -50,7 +49,6 @@
- void AdvDlg::acceptClicked()
- {
-   synthShortNames_ = ui_.synthShortNames->isChecked();
--  previewGmap_ = ui_.previewGmap->isChecked();
-   debugLevel_ = ui_.debugCombo->currentIndex()-1;
-   accept();
- }
-diff -Naur gpsbabel-gpsbabel_1_6_0.orig/gui/advui.ui 
gpsbabel-gpsbabel_1_6_0/gui/advui.ui
 gpsbabel-gpsbabel_1_6_0.orig/gui/advui.ui  2019-05-02 10:26:47.0 
+0200
-+++ gpsbabel-gpsbabel_1_6_0/gui/advui.ui   2019-06-19 13:08:12.030299296 
+0200
-@@ -38,13 +38,6 @@
- 
-
-
--
-- 
--  Preview in Google Maps
-- 
--
--   
--   
- 
-  
-   
-diff -Naur gpsbabel-gpsbabel_1_6_0.orig/gui/app.pro 

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

2020-07-13 Thread Evangelos Foutras via arch-commits
Date: Monday, July 13, 2020 @ 21:52:34
  Author: foutrelis
Revision: 663542

upgpkg: python-stevedore 3.1.0-1: new upstream release

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 21:52:22 UTC (rev 663541)
+++ PKGBUILD2020-07-13 21:52:34 UTC (rev 663542)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('182d557078b4f840f412f148e6f3c2ace83a3e206a020f35f6c97d3b8d91f180')
+sha256sums=('79270bd5fb4a052e76932e9fef6e19afa77090c4000f2680eb8c2e887d2e6e36')
 
 prepare() {
   cd stevedore-$pkgver


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

2020-07-13 Thread Evangelos Foutras via arch-commits
Date: Monday, July 13, 2020 @ 21:52:22
  Author: foutrelis
Revision: 663541

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 663540, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 21:52:18 UTC (rev 663540)
+++ PKGBUILD2020-07-13 21:52:22 UTC (rev 663541)
@@ -1,78 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.6
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="https://shorewall.org/;
-license=('GPL')
-source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
-
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('d9d74235d1cd8a78874daedd5a65a17e2c546eff875be396428c35c90b70daf0'
-'SKIP'
-'8e219426e1aad9a355bbcfa051a6f734953ae2592b2decf5530b91c220e849d4'
-'SKIP'
-'375ea5a017caad589461fe212823c4d970b1f1c88beeaf212fb2f6c071c0ad0c'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 663540, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 21:52:22 UTC (rev 663541)
@@ -0,0 +1,78 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.2.6.1
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="https://shorewall.org/;
+license=('GPL')
+source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
+
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('4fd5359b38864f5cc70d44850c210799830eea05c766a45a616f7dd7126b7a6c'
+'SKIP'
+'4c9f9c73ac1af828bc32711b991ccd52746d8887ca335cc195dbcd83a244724e'
+'SKIP'
+'c14a0e6db8e2a2b53aeb6e58740b66470103cc404488a0670ae36d7cb8a41ce4'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in shorewall{,6,-core}; do
+

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

2020-07-13 Thread Evangelos Foutras via arch-commits
Date: Monday, July 13, 2020 @ 21:52:38
  Author: foutrelis
Revision: 663543

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 21:52:34 UTC (rev 663542)
+++ PKGBUILD2020-07-13 21:52:38 UTC (rev 663543)
@@ -1,27 +0,0 @@
-# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore;
-license=('Apache')
-depends=('python')
-makedepends=('python-pbr')
-options=('!emptydirs')
-source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('182d557078b4f840f412f148e6f3c2ace83a3e206a020f35f6c97d3b8d91f180')
-
-prepare() {
-  cd stevedore-$pkgver
-  # Remove dependency on pbr; it's not a runtime dependency
-  sed -i '/pbr/d' requirements.txt
-}
-
-package() {
-  cd stevedore-$pkgver
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 663542, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 21:52:38 UTC (rev 663543)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore;
+license=('Apache')
+depends=('python')
+makedepends=('python-pbr')
+options=('!emptydirs')
+source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('79270bd5fb4a052e76932e9fef6e19afa77090c4000f2680eb8c2e887d2e6e36')
+
+prepare() {
+  cd stevedore-$pkgver
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
+}
+
+package() {
+  cd stevedore-$pkgver
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-13 Thread Evangelos Foutras via arch-commits
Date: Monday, July 13, 2020 @ 21:52:18
  Author: foutrelis
Revision: 663540

upgpkg: shorewall 5.2.6.1-1: new upstream release

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 21:08:29 UTC (rev 663539)
+++ PKGBUILD2020-07-13 21:52:18 UTC (rev 663540)
@@ -4,7 +4,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.6
+pkgver=5.2.6.1
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -14,11 +14,11 @@
 
source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
 
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('d9d74235d1cd8a78874daedd5a65a17e2c546eff875be396428c35c90b70daf0'
+sha256sums=('4fd5359b38864f5cc70d44850c210799830eea05c766a45a616f7dd7126b7a6c'
 'SKIP'
-'8e219426e1aad9a355bbcfa051a6f734953ae2592b2decf5530b91c220e849d4'
+'4c9f9c73ac1af828bc32711b991ccd52746d8887ca335cc195dbcd83a244724e'
 'SKIP'
-'375ea5a017caad589461fe212823c4d970b1f1c88beeaf212fb2f6c071c0ad0c'
+'c14a0e6db8e2a2b53aeb6e58740b66470103cc404488a0670ae36d7cb8a41ce4'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


[arch-commits] Commit in python-flufl.i18n/repos/community-any (PKGBUILD PKGBUILD)

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 21:08:29
  Author: dvzrv
Revision: 663539

archrelease: copy trunk to community-any

Added:
  python-flufl.i18n/repos/community-any/PKGBUILD
(from rev 663538, python-flufl.i18n/trunk/PKGBUILD)
Deleted:
  python-flufl.i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 +++--
 1 file changed, 45 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 21:08:19 UTC (rev 663538)
+++ PKGBUILD2020-07-13 21:08:29 UTC (rev 663539)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-
-_name=flufl.i18n
-pkgname=python-flufl.i18n
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="A high level API for internationalization"
-arch=('any')
-url="https://flufli18n.readthedocs.io/en/latest/;
-license=('Apache')
-depends=('python-atpublic')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-provides=('python-flufl-i18n')
-replaces=('python-flufl-i18n')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-flufl.i18n/repos/community-any/PKGBUILD (from rev 663538, 
python-flufl.i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 21:08:29 UTC (rev 663539)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=flufl.i18n
+pkgname=python-flufl.i18n
+pkgver=3.0
+pkgrel=1
+pkgdesc="A high level API for internationalization"
+arch=('any')
+url="https://flufli18n.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-sybil' 'python-pytest')
+provides=('python-flufl-i18n')
+replaces=('python-flufl-i18n')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('97191353718c2adeff88fc23e8c1de9893f64e836cc5d69141d29a1d163d0cc07b1bfc811e761bc6555d7716c4028843e143663f951c7a81e1e4dd4d2be631a2')
+b2sums=('5bb3e315b6114388619cac51ddcd1f114b707474cc1dfa15ec6d53163a831dfab391ef415432edacb7d3e5d98b61c259c5499107909ba1d425e4c68ca4b96e89')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # we don't need code coverage during tests
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-flufl.i18n/trunk (PKGBUILD)

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 21:08:19
  Author: dvzrv
Revision: 663538

upgpkg: python-flufl.i18n 3.0-1: Upgrading to 3.0.

Removing python-pytest-coverage use from pytest options.

Modified:
  python-flufl.i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 20:38:57 UTC (rev 663537)
+++ PKGBUILD2020-07-13 21:08:19 UTC (rev 663538)
@@ -2,8 +2,8 @@
 
 _name=flufl.i18n
 pkgname=python-flufl.i18n
-pkgver=2.0.2
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc="A high level API for internationalization"
 arch=('any')
 url="https://flufli18n.readthedocs.io/en/latest/;
@@ -10,14 +10,18 @@
 license=('Apache')
 depends=('python-atpublic')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-sybil' 'python-pytest')
 provides=('python-flufl-i18n')
 replaces=('python-flufl-i18n')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd')
+sha512sums=('97191353718c2adeff88fc23e8c1de9893f64e836cc5d69141d29a1d163d0cc07b1bfc811e761bc6555d7716c4028843e143663f951c7a81e1e4dd4d2be631a2')
+b2sums=('5bb3e315b6114388619cac51ddcd1f114b707474cc1dfa15ec6d53163a831dfab391ef415432edacb7d3e5d98b61c259c5499107909ba1d425e4c68ca4b96e89')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # we don't need code coverage during tests
+  sed -e '/addopts/d' -i setup.cfg
 }
 
 build() {


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

2020-07-13 Thread Jan Steffens via arch-commits
Date: Monday, July 13, 2020 @ 20:53:52
  Author: heftig
Revision: 391883

3.36.3-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 20:36:07 UTC (rev 391882)
+++ PKGBUILD2020-07-13 20:53:52 UTC (rev 391883)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.36.2
+pkgver=3.36.3
 pkgrel=1
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM;
@@ -12,7 +12,7 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server xorg-xhost)
 makedepends=(yelp-tools gobject-introspection git docbook-xsl)
 checkdepends=(check)
-_commit=02c42c1ca84bc28928618b773c12f2cea67ed71e  # tags/3.36.2^0
+_commit=24a4c0afe337a7a381397c87a39e3a666c0ae6cc  # tags/3.36.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit;
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch


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

2020-07-13 Thread Jan Steffens via arch-commits
Date: Monday, July 13, 2020 @ 20:54:04
  Author: heftig
Revision: 391884

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 391883, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
  
gdm/repos/extra-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
(from rev 391883, 
gdm/trunk/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch)
  
gdm/repos/extra-x86_64/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
(from rev 391883, 
gdm/trunk/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 391883, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 391883, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
  
gdm/repos/extra-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
  
gdm/repos/extra-x86_64/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install

--+
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch |   62 +--
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch   |   60 +--
 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch |   62 +--
 PKGBUILD |  198 +-
 gdm.install  |   14 
 5 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-07-13 
20:53:52 UTC (rev 391883)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-07-13 
20:54:04 UTC (rev 391884)
@@ -1,31 +0,0 @@
-From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index 9d79558c..ff6d9de0 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.23.0
-

Copied: 
gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 391883, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-07-13 
20:54:04 UTC (rev 391884)
@@ -0,0 +1,31 @@
+From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index 9d79558c..ff6d9de0 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.23.0
+

Deleted: 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
===
--- 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2020-07-13 
20:53:52 UTC (rev 391883)
+++ 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2020-07-13 
20:54:04 UTC (rev 391884)
@@ -1,30 +0,0 @@
-From a9c2cb0ae478caf40cc24001fbf6cfbbcc19196e Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 10 Sep 2019 20:37:08 +
-Subject: [PATCH 2/3] pam-arch: Don't check greeter account for expiry
-
-systemd-sysusers now creates expired accounts, which broke the greeter
-on new installations.
-
-Doesn't actually fully fix the problem as the user@.service still fails
-to launch.

- data/pam-arch/gdm-launch-environment.pam | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff 

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

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Monday, July 13, 2020 @ 20:38:57
  Author: polyzen
Revision: 663537

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 663536, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 20:38:34 UTC (rev 663536)
+++ PKGBUILD2020-07-13 20:38:57 UTC (rev 663537)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-pkgver=20200706
-_pkgver=2020-07-06
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://github.com/rust-analyzer/rust-analyzer
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('6ad2c47eb4e683645ff586fd1e7fde3d434d1f376b75c716bde587140baf18491613e20e9e03fbc9aabb455fbb7b194bb702fba57c7de8e96d54920272415fdb')
-
-pkgver() {
-  echo ${_pkgver//-}
-}
-
-build() {
-  cd $pkgname-$_pkgver
-  cargo build --release --locked
-}
-
-# 
https://github.com/rust-analyzer/rust-analyzer/issues/4218#issuecomment-625612149
-# check() {
-#   cd $pkgname-$_pkgver
-#   cargo test --release --locked
-# }
-
-package() {
-  cd $pkgname-$_pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 663536, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 20:38:57 UTC (rev 663537)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+pkgver=20200713
+_pkgver=2020-07-13
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://github.com/rust-analyzer/rust-analyzer
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
+sha512sums=('a002f61cdabba61e5bb899ece7b44a06ec04f2864a6c3b77bd93611a126fbbc46e64e891ab575c0c5c5dc6508060e65c44c312d464e37f8d71ec0f649e0cb9f5')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  sed -i '/ensure_rustfmt()?;/d' xtask/src/lib.rs
+}
+
+pkgver() {
+  echo ${_pkgver//-}
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$_pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}


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

2020-07-13 Thread Daniel M. Capella via arch-commits
Date: Monday, July 13, 2020 @ 20:38:34
  Author: polyzen
Revision: 663536

upgpkg: rust-analyzer 20200713-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 20:19:02 UTC (rev 663535)
+++ PKGBUILD2020-07-13 20:38:34 UTC (rev 663536)
@@ -2,8 +2,8 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-pkgver=20200706
-_pkgver=2020-07-06
+pkgver=20200713
+_pkgver=2020-07-13
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'
 arch=('x86_64')
@@ -11,8 +11,13 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'rust')
 source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('6ad2c47eb4e683645ff586fd1e7fde3d434d1f376b75c716bde587140baf18491613e20e9e03fbc9aabb455fbb7b194bb702fba57c7de8e96d54920272415fdb')
+sha512sums=('a002f61cdabba61e5bb899ece7b44a06ec04f2864a6c3b77bd93611a126fbbc46e64e891ab575c0c5c5dc6508060e65c44c312d464e37f8d71ec0f649e0cb9f5')
 
+prepare() {
+  cd $pkgname-$_pkgver
+  sed -i '/ensure_rustfmt()?;/d' xtask/src/lib.rs
+}
+
 pkgver() {
   echo ${_pkgver//-}
 }
@@ -22,11 +27,10 @@
   cargo build --release --locked
 }
 
-# 
https://github.com/rust-analyzer/rust-analyzer/issues/4218#issuecomment-625612149
-# check() {
-#   cd $pkgname-$_pkgver
-#   cargo test --release --locked
-# }
+check() {
+  cd $pkgname-$_pkgver
+  cargo test --release --locked
+}
 
 package() {
   cd $pkgname-$_pkgver


[arch-commits] Commit in (6 files)

2020-07-13 Thread Jelle van der Waa via arch-commits
Date: Monday, July 13, 2020 @ 20:36:07
  Author: jelle
Revision: 391882

Add prometheus-mysqld-exporter for devops

Added:
  prometheus-mysqld-exporter/
  prometheus-mysqld-exporter/repos/
  prometheus-mysqld-exporter/trunk/
  prometheus-mysqld-exporter/trunk/PKGBUILD
  prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
  prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service

+
 PKGBUILD   |   46 +++
 prometheus-mysqld-exporter.conf|2 +
 prometheus-mysqld-exporter.service |   24 ++
 3 files changed, 72 insertions(+)

Added: prometheus-mysqld-exporter/trunk/PKGBUILD
===
--- prometheus-mysqld-exporter/trunk/PKGBUILD   (rev 0)
+++ prometheus-mysqld-exporter/trunk/PKGBUILD   2020-07-13 20:36:07 UTC (rev 
391882)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jakob Gahde 
+
+pkgname=prometheus-mysqld-exporter
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="Prometheus exporter for MySQL server metrics"
+arch=('x86_64')
+url="https://github.com/prometheus/mysqld_exporter;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+backup=('etc/conf.d/prometheus-mysqld-exporter')
+source=("mysql_exporter-${pkgver}.tar.gz::https://github.com/prometheus/mysqld_exporter/archive/v${pkgver}.tar.gz;
+"prometheus-mysqld-exporter.service"
+"prometheus-mysqld-exporter.conf")
+sha512sums=('a655a9ad4b5bc6e7840df68bee934d55485d3a04a7dc8186c8f9d224eb33b0e1d98de3db78a0c7d92f9b3d6ca06ead2d609cf2cfa99e584635f0339984e60629'
+
'845716ce251bc29d8059f113e7451030ac1fa592e9b8f4f6daa39d2326fe451f66cfa9f5fe8acc7ece6b875ed811ea4818df04d70269ecc76a560dfdfadd1fad'
+
'c13a99a42e5a28e2be1287c337aa0f351dc8ffdbafb903e51a360d00aecf1d49d2b28b73e3741cdf681cb18c33546ae2088a8dab8bc4908b5c5ef008500b40fb')
+
+build() {
+  cd "mysqld_exporter-${pkgver}"
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS}
+  -X github.com/prometheus/common/version.Version=${pkgver} \
+  -X github.com/prometheus/common/version.Revision=${pkgver} \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"${SOURCE_DATE_EPOCH}" +%Y%m%d-%T)" \
+.
+}
+
+package() {
+  install -Dm644 "prometheus-mysqld-exporter.service" \
+"${pkgdir}/usr/lib/systemd/system/prometheus-mysqld-exporter.service"
+  install -Dm644 "prometheus-mysqld-exporter.conf" \
+"${pkgdir}/etc/conf.d/prometheus-mysqld-exporter"
+
+  cd "mysqld_exporter-${pkgver}"
+  install -Dm755 "mysqld_exporter" 
"${pkgdir}/usr/bin/prometheus-mysqld-exporter"
+}

Added: prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
===
--- prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
(rev 0)
+++ prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
2020-07-13 20:36:07 UTC (rev 391882)
@@ -0,0 +1,2 @@
+DATA_SOURCE_NAME=""
+MYSQLD_EXPORTER_ARGS=""

Added: prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service
===
--- prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service 
(rev 0)
+++ prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service 
2020-07-13 20:36:07 UTC (rev 391882)
@@ -0,0 +1,24 @@
+[Unit]
+Description=Prometheus exporter for MySQL server metrics
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/conf.d/prometheus-mysqld-exporter
+ExecStart=/usr/bin/prometheus-mysqld-exporter $MYSQLD_EXPORTER_ARGS
+Restart=on-failure
+
+DynamicUser=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+LockPersonality=true
+ProtectHostname=true
+ProtectHome=true
+ProtectControlGroups=true
+ProtectKernelLogs=true
+PrivateDevices=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+
+[Install]
+WantedBy=multi-user.target


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

2020-07-13 Thread Christian Hesse via arch-commits
Date: Monday, July 13, 2020 @ 20:19:02
  Author: eworm
Revision: 663535

archrelease: copy trunk to community-x86_64

Added:
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 663534, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 663534, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-x86_64/PKGBUILD
(from rev 663534, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml
(from rev 663534, mysql-workbench/trunk/arch_linux_profile.xml)
Deleted:
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
  
mysql-workbench/repos/community-x86_64/0002-disable-unsupported-operating-system-warning.patch
  mysql-workbench/repos/community-x86_64/PKGBUILD
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml

-+
 0001-mysql-workbench-no-check-for-updates.patch |   60 +-
 0002-disable-unsupported-operating-system-warning.patch |   52 +-
 PKGBUILD|  340 +++---
 3 files changed, 226 insertions(+), 226 deletions(-)

Deleted: 0001-mysql-workbench-no-check-for-updates.patch
===
--- 0001-mysql-workbench-no-check-for-updates.patch 2020-07-13 20:18:58 UTC 
(rev 663534)
+++ 0001-mysql-workbench-no-check-for-updates.patch 2020-07-13 20:19:02 UTC 
(rev 663535)
@@ -1,30 +0,0 @@
-From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Mon, 23 Jul 2018 11:03:19 +0200
-Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
-
-Signed-off-by: Christian Hesse 

- res/wbdata/main_menu.xml | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
-index bfa63ef..957f809 100644
 a/res/wbdata/main_menu.xml
-+++ b/res/wbdata/main_menu.xml
-@@ -2277,6 +2277,7 @@
- builtin:show_log_file
- action
- 
-+
- 
- separator
- windows,linux

Copied: 
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 663534, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- 0001-mysql-workbench-no-check-for-updates.patch 
(rev 0)
+++ 0001-mysql-workbench-no-check-for-updates.patch 2020-07-13 20:19:02 UTC 
(rev 663535)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Deleted: 0002-disable-unsupported-operating-system-warning.patch
===
--- 0002-disable-unsupported-operating-system-warning.patch 2020-07-13 
20:18:58 UTC (rev 663534)
+++ 0002-disable-unsupported-operating-system-warning.patch 2020-07-13 
20:19:02 UTC (rev 663535)
@@ -1,26 +0,0 @@
-From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Mon, 23 Jul 2018 11:04:55 +0200
-Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
-
-Signed-off-by: Christian Hesse 

- backend/wbprivate/workbench/wb_context.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
-index e80501a..a4047b1 100644
 a/backend/wbprivate/workbench/wb_context.cpp
-+++ b/backend/wbprivate/workbench/wb_context.cpp
-@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
- 
-   _frontendCallbacks->show_status_text(_("Ready."));
- 
-+#if 0
-   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
-   if (options->open_at_startup_type != "run-script")
- warnIfRunningOnUnsupportedOS();
-+#endif
- 
-   try {
- // execute action requested from command line

Copied: 
mysql-workbench/repos/community-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 663534, 

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

2020-07-13 Thread Christian Hesse via arch-commits
Date: Monday, July 13, 2020 @ 20:18:58
  Author: eworm
Revision: 663534

upgpkg: mysql-workbench 8.0.21-1: new upstream release

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:41:36 UTC (rev 663533)
+++ PKGBUILD2020-07-13 20:18:58 UTC (rev 663534)
@@ -5,12 +5,12 @@
 # Contributor: Ionut Biru 
 
 pkgname=mysql-workbench
-pkgver=8.0.20
-pkgrel=3
+pkgver=8.0.21
+pkgrel=1
 _mysql_version=${pkgver}
 _connector_version=${pkgver}
-_gdal_version=3.0.4
-_boost_version=1.70.0
+_gdal_version=3.1.2
+_boost_version=1.72.0
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('x86_64')
 url='https://www.mysql.com/products/workbench/'
@@ -31,14 +31,14 @@
'0001-mysql-workbench-no-check-for-updates.patch'
'0002-disable-unsupported-operating-system-warning.patch'
'arch_linux_profile.xml')
-sha256sums=('06e2b2119b944e40e0ca49a29edf90ff6b02dde6916cb2b83b915e879d781130'
+sha256sums=('901055300315ec0797061d42bf9e2d7d7a6e5be1cb460b81b9deb8c55ac80f67'
 'SKIP'
-'4d62eaca43cd9c858baca10d02857382887507a17ffdbfa97daf107d0c62ee5f'
+'ad56535eee03943adeef5f188e1df7a39729a7557d8b2179b1affd994b990034'
 'SKIP'
-'50eaebd1d59b5681b6959a8c5b95bdeeffd021db0f06264eb497706dbc5b39cb'
+'70e11c81ee6f482f4d2954a0aa5c43ab35bb6b2a0f0cadcd37e246950201e423'
 'SKIP'
-'5569a4daa1abcbba47a9d535172fc335194d9214fdb96cd0f139bb57329ae277'
-'430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778'
+'767c8d0dfa20ba3283de05d23a1d1c03a7e805d0ce2936beaff0bb7d11450641'
+'59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722'
 'cdf687f23bc6e8d52dbee9fa02b23d755e80f88476f0fc2e7c4c71cdfed3792f'
 '2d0f6dcf38f22e49ef7ab9de0230484f1ffac41b7ac40feaf5ef4538ae2f7a18'
 '2ade582ca25f6d6d748bc84a913de39b34dcaa6e621a77740fe143007f2833af')


[arch-commits] Commit in low-memory-monitor/trunk (PKGBUILD noinstall.diff)

2020-07-13 Thread Jan Steffens via arch-commits
Date: Monday, July 13, 2020 @ 20:07:32
  Author: heftig
Revision: 391881

2.0-1

Added:
  low-memory-monitor/trunk/PKGBUILD
  low-memory-monitor/trunk/noinstall.diff

+
 PKGBUILD   |   53 +
 noinstall.diff |9 +
 2 files changed, 62 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 20:07:32 UTC (rev 391881)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=low-memory-monitor
+pkgver=2.0
+pkgrel=1
+pkgdesc="Monitors memory pressure and signals applications"
+url="https://gitlab.freedesktop.org/hadess/low-memory-monitor;
+arch=(x86_64)
+license=(GPL3)
+depends=(glib2 dbus)
+makedepends=(git meson gtk-doc systemd)
+backup=(etc/low-memory-monitor.conf)
+_commit=db42057f8d3c836cf0a6b9e833e3e38c703170a3  # tags/2.0^0
+source=("git+https://gitlab.freedesktop.org/hadess/low-memory-monitor.git#commit=$_commit;
+noinstall.diff)
+sha256sums=('SKIP'
+'5fde368c0165f95f8da2fd9d9ac37b5ec688a0861973eae704f42ff2a66cd781')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D trigger_kernel_oom=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  install -Dm644 /dev/stdin "$pkgdir/etc/low-memory-monitor.conf" <

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

2020-07-13 Thread Christian Hesse via arch-commits
Date: Monday, July 13, 2020 @ 19:49:26
  Author: eworm
Revision: 391879

upgpkg: wireguard-lts 1.0.20200712-1: new upstream release

for linux-lts 5.4.51-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:48:08 UTC (rev 391878)
+++ PKGBUILD2020-07-13 19:49:26 UTC (rev 391879)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=wireguard-lts
-pkgver=1.0.20200623
-pkgrel=4
+pkgver=1.0.20200712
+pkgrel=1
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-07-13 Thread Christian Hesse via arch-commits
Date: Monday, July 13, 2020 @ 19:49:28
  Author: eworm
Revision: 391880

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-lts/repos/extra-x86_64/PKGBUILD
(from rev 391879, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:49:26 UTC (rev 391879)
+++ PKGBUILD2020-07-13 19:49:28 UTC (rev 391880)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=1.0.20200623
-pkgrel=4
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver="$(
+
+pkgname=wireguard-lts
+pkgver=1.0.20200712
+pkgrel=1
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

[arch-commits] Commit in (3 files)

2020-07-13 Thread Jan Steffens via arch-commits
Date: Monday, July 13, 2020 @ 19:48:08
  Author: heftig
Revision: 391878

Add low-memory-monitor

Added:
  low-memory-monitor/
  low-memory-monitor/repos/
  low-memory-monitor/trunk/


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

2020-07-13 Thread Christian Hesse via arch-commits
Date: Monday, July 13, 2020 @ 19:46:03
  Author: eworm
Revision: 391876

upgpkg: wireguard-dkms 1.0.20200712-1: new upstream release

Modified:
  wireguard-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:37:21 UTC (rev 391875)
+++ PKGBUILD2020-07-13 19:46:03 UTC (rev 391876)
@@ -2,7 +2,7 @@
 # Contributor: Jason A. Donenfeld 
 
 pkgname=wireguard-dkms
-pkgver=1.0.20200623
+pkgver=1.0.20200712
 pkgrel=1
 pkgdesc='next generation secure network tunnel - module sources'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('WIREGUARD-MODULE')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('130937724515799edf05ff8216bc837df8acda879428f3a7f96a3287758f9445'
+sha256sums=('e15b3d4eb2cf186920a6ed13685187d6b846e59eb383c291913628682965ac95'
 'SKIP')
 
 package() {


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

2020-07-13 Thread Christian Hesse via arch-commits
Date: Monday, July 13, 2020 @ 19:46:13
  Author: eworm
Revision: 391877

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD
(from rev 391876, wireguard-dkms/trunk/PKGBUILD)
Deleted:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:46:03 UTC (rev 391876)
+++ PKGBUILD2020-07-13 19:46:13 UTC (rev 391877)
@@ -1,25 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgname=wireguard-dkms
-pkgver=1.0.20200623
-pkgrel=1
-pkgdesc='next generation secure network tunnel - module sources'
-arch=('x86_64')
-url='https://www.wireguard.com/'
-license=('GPL')
-depends=('dkms')
-provides=('WIREGUARD-MODULE')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

-source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('130937724515799edf05ff8216bc837df8acda879428f3a7f96a3287758f9445'
-'SKIP')
-
-package() {
-   cd wireguard-linux-compat-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}

Copied: wireguard-dkms/repos/extra-x86_64/PKGBUILD (from rev 391876, 
wireguard-dkms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 19:46:13 UTC (rev 391877)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgname=wireguard-dkms
+pkgver=1.0.20200712
+pkgrel=1
+pkgdesc='next generation secure network tunnel - module sources'
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+depends=('dkms')
+provides=('WIREGUARD-MODULE')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
+sha256sums=('e15b3d4eb2cf186920a6ed13685187d6b846e59eb383c291913628682965ac95'
+'SKIP')
+
+package() {
+   cd wireguard-linux-compat-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}


[arch-commits] Commit in gpsbabel/trunk (PKGBUILD desktop-file.patch)

2020-07-13 Thread Balló György via arch-commits
Date: Monday, July 13, 2020 @ 19:41:26
  Author: bgyorgy
Revision: 663532

Remove obsoleted patch

Modified:
  gpsbabel/trunk/PKGBUILD
Deleted:
  gpsbabel/trunk/desktop-file.patch

+
 PKGBUILD   |2 --
 desktop-file.patch |   23 ---
 2 files changed, 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:41:10 UTC (rev 663531)
+++ PKGBUILD2020-07-13 19:41:26 UTC (rev 663532)
@@ -14,11 +14,9 @@
 makedepends=(libicns qt5-tools)
 
source=(https://github.com/gpsbabel/$pkgname/archive/${pkgname}_${pkgver//./_}.tar.gz
 gpsbabel.appdata.xml
-desktop-file.patch
 drop-map.patch)
 sha256sums=('30b186631fb43db576b8177385ed5c31a5a15c02a6bc07bae1e0d7af9058a797'
 '5eb52ab0c4bdde61c747856e849f9bce9ca660e942c15f730a4330a38fd6a39a'
-'e66a786dc5592388f651f2bcabb4205809a42e0a937bb034cb469bd2cd50d1a1'
 'd18fd718973cc9efc6bee95ec7741b7d63a0fd46fd9e2d281f687fd465b7c19e')
 
 prepare() {

Deleted: desktop-file.patch
===
--- desktop-file.patch  2020-07-13 19:41:10 UTC (rev 663531)
+++ desktop-file.patch  2020-07-13 19:41:26 UTC (rev 663532)
@@ -1,23 +0,0 @@
-From 76c8ee6fffedbe6a5625995dc8fc9a4ae1766ab9 Mon Sep 17 00:00:00 2001
-From: tsteven4 <13596209+tstev...@users.noreply.github.com>
-Date: Tue, 14 May 2019 16:50:14 -0600
-Subject: [PATCH] correct name of Exec in desktop file. (#353)
-
-The name of the Exec changed in
-https://github.com/gpsbabel/gpsbabel/pull/310

- gui/gpsbabel.desktop | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gui/gpsbabel.desktop b/gui/gpsbabel.desktop
-index 4ae452581..fe956c2b7 100644
 a/gui/gpsbabel.desktop
-+++ b/gui/gpsbabel.desktop
-@@ -4,6 +4,6 @@ Name=GPSBabel
- Comment=Qt GUI interface for GPSBabel
- GenericName=GPSBabel
- Icon=gpsbabel
--Exec=gpsbabelfe-bin
-+Exec=gpsbabelfe
- Terminal=false
- Categories=Geography;Education;Utility;


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2020-07-13 Thread Andrew Crerar via arch-commits
Date: Monday, July 13, 2020 @ 19:41:36
  Author: andrewsc
Revision: 663533

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 663532, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:41:26 UTC (rev 663532)
+++ PKGBUILD2020-07-13 19:41:36 UTC (rev 663533)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b6
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('f4b1edc74256dcedb58d75eab1cc2125351c4c04ddc991cf4593f5d322817de2143e2f9362c5d79924fd350e00501f8bb73a08a62725aa880fe5947da7ad97ed'
-
'848b76e2830dff75e9d4c6b57ffa5f8d09d4d376384ff0f547918530811a07d0b1e30718954564fed1f34fbffdb95766db700e58cf04e6331b0c5a6395f5683c'
-
'0af4d2940cfb8a80fefba1e620dc1eecb80253cb2820224455daa51a014b5b28efdb64d626ad38faac88ff448ba1f404b0b9b0001932770bd0e368fb0d35620d'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2020-07-13 Thread Andrew Crerar via arch-commits
Date: Monday, July 13, 2020 @ 19:41:10
  Author: andrewsc
Revision: 663531

upgpkg: firefox-developer-edition-i18n 79.0b7-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:16:22 UTC (rev 663530)
+++ PKGBUILD2020-07-13 19:41:10 UTC (rev 663531)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b6
+pkgver=79.0b7
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('f4b1edc74256dcedb58d75eab1cc2125351c4c04ddc991cf4593f5d322817de2143e2f9362c5d79924fd350e00501f8bb73a08a62725aa880fe5947da7ad97ed'
-
'848b76e2830dff75e9d4c6b57ffa5f8d09d4d376384ff0f547918530811a07d0b1e30718954564fed1f34fbffdb95766db700e58cf04e6331b0c5a6395f5683c'
-
'0af4d2940cfb8a80fefba1e620dc1eecb80253cb2820224455daa51a014b5b28efdb64d626ad38faac88ff448ba1f404b0b9b0001932770bd0e368fb0d35620d'
-
'f224fe5e4287326f850c6bd4f494ed4681ea88d98f973fdf67acf7f86a047509b046d924394e8ee0fdfc4a5b0897259bc1a4fe084e3f0daa30c4d5668e7979ce'
-
'6d681ba6fd9cfc55257f9bc7fccd9aa3a46988c9d8bd55ec61777a4841e676f0b2508529fabd5ab9e5a0f3365ffb2056a5c6c99a996580d6e510ce2e9d6e19de'
-
'27668079227589bf605f17b8589a307526bb4862a20e37cebbb2a21c245dc38d874d12ef6905eff8e59d9ec9b3555d85481cc4739d98418f68f7f3505b55dabe'
-
'dd2bdf2f12d1694f62072a720c8c24bfa5a251768b03bc7ed3ea874cba00f1bbc9e4cc2b59b87811abc60a25035e1ad4b48b9321f9882977884a7e53de391dd8'
-
'3d14aacdc0c5d7d2e5c1c621b726b6be0a25cd8d5e4f85eb08df767ddb1e477e5fe7c3102099ac73da5dfddd6bfaf6f9372a7d151f96a1a629d79e20f99db4d4'
-
'e3bdb0481fe1997c0b8db09c3b232da1af59c27708ce918894685ac11a4ce9ea09c820b95d8c3121bd59c7caad353725faf0b4dd8551b7adf7e5bf934d1e2264'
-
'e66eb63122f34888cf9fa687e68519e0860b56d4e78c5aabff8adc4251d7a4f3e5e52a92f17de4cb2d925c25388a23f095e2d24af629ed15b5606f6d7df1b529'
-
'54647768e4ba1d1074ca3b65a4949514ad52bbe29fec38ecd8cba95067a2cf6c34775dc260b5269d39cab146f0d736424c5b5a99962618c93c25e80b28e82cd9'
-
'c50efd916560bbcc8ccc218080db525839b3468aa12f5e764000d6b4df1ac2c6eaf3c9435094d0d5b410f23536ed52b9a22c9340a2bbd209d1c61719c4f44410'
-
'd43a97419b93032cbd83ca6e77be4fde600c06700ef6eee466f21ddcdf05030421fadf830bd2b5b973a06e11cf1150eed60c61364aeb80b1119030dfd6755777'
-
'47e4917f84807da81d1e35daf518aad51bc62f9828959019b0b9b1d1bdc9f9e22b217c76d944df607d2d42ba83e582d75233b5abd347158945a6f233fb496d57'
-
'9838aaad29ec7947e659a56b800ee9e43f0a8b3e6f6ad3b3d0b8040eab2c5f3f561989091b90dcc1d284ecac2f4c2d7225a52aad2542bf567f9cbd504e4ac592'
-
'01a4752b066057597014d906b99ab39de3d6b1dbda909603367e43c96e11498bd2edb865b52088895b036fadbed2e7d6efc0bf75985806d3fd969051e3af3ada'
-
'8a24ed607542fc22cd413de4b3d08345bb246ecba3ae4e1ca64ff666d5391beb97fb68759e4d00167a0f96c509025e95a80988300455040a14d6d0fd4b23adc2'
-
'748e75c5fbaba8f0646cc9cd788c25a8ed6e237d11cd7140c2bcd4c93e5e1a4ea18ab10fc7e454e91e60434f77be9024842068c1ee54fda1e41bbf96253ececd'
-
'57f0a7188f29e4a116be50758a5bab0806839ee4616ff523b7d69e66d02b5e35161a9df716ee3384182eb3e4fef3ce8ce66e7d23c0317bd607e575edc8376935'
-
'd515d29424080399cc83a7d159be6623eaeb99a01a9329654a518276356b91bcfe78a922578962b3c1221ce05cc762053b354376b53880d5f8ae05da72c05e65'
-
'd6940cf8c440de2b86760fd5883aa57ed61ada5fbd5e0bbcedf9fca097edbcb7204ccf0a98e22378ab045e147f795bdfa2b092f4a58f66142cde3cfbd747237d'
-
'1a8f0e2bd16588c9867b9f9cc620857ecf0316dcd47212a8374fe61c5747e67550971dfc660914eeeff5d58e5a018c0d6051829d593ae2713755f0eb1ea7b325'
-
'b8bb7bf0ba2591da35ef72b3299cc4b7d6a8cd8e7b8030ae4142aba92973e34905b35c8a6e84235dff60cd9472cac4ae957d8d83d9c74358b3220ffdb9db9457'
-
'00451ec12e855a53fdab25bcf5eae1f4bbf47e03ecbb5443b40a13be8807974ef51f0034f3b71c3e9193be880f41e9dbcbe26e204e3f0f58881faf3e8623bfab'
-
'862b96768a3e9f81d349dfea5a4d8ece54ff1c73907c95cdca7a9d0b6469726fa883a7d2fad538feafa4ca0180f3576c173d8a013c10fec239447c29e568ffd9'
-
'91448076f6ea9f18d00f6a8b1d5e55bc6bb3cfcddde1a869a1656857cf2bf3fe0d096fa181e23b2148d8601b079966613894dd42a5bfd0ff6fff23920fbc788d'
-
'fe771d4dc432b731c2daf0167cedd5a22e36c89a6cb3198a759a1a098b659cdcc707175358e0c8691d472674bf0a48e7d65e9f0ee4eea6cac334d58ae40643b3'
-
'4b243e5ca5730d3acf5a4051acac9e765cbd5c7da05254a836407faf9a27d0dfaa3995e93bfeea439dc448ee1a86e17dce94917ebbfe8616d9b191ce368ec68f'
-

[arch-commits] Commit in alertmanager/trunk (PKGBUILD alertmanager.service)

2020-07-13 Thread Jelle van der Waa via arch-commits
Date: Monday, July 13, 2020 @ 19:37:14
  Author: jelle
Revision: 391874

Disable clustering by default as it breaks in certain setups

Modified:
  alertmanager/trunk/PKGBUILD
  alertmanager/trunk/alertmanager.service

--+
 PKGBUILD |4 ++--
 alertmanager.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:19:13 UTC (rev 391873)
+++ PKGBUILD2020-07-13 19:37:14 UTC (rev 391874)
@@ -2,7 +2,7 @@
 
 pkgname=alertmanager
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
 url="https://github.com/prometheus/alertmanager;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 backup=('etc/alertmanager/alertmanager.yml')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
 
sha512sums=('72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da'
-
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
+
'89511da0ec28c0503ba56b52896da7dbdeccb8c06eddd9dd89fe7a82e086e76ebff3b03fdd29eb8a2cc9192cc23823b48a06b75d897d31becc3a980abda7e172'
 
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
 
 build() {

Modified: alertmanager.service
===
--- alertmanager.service2020-07-13 19:19:13 UTC (rev 391873)
+++ alertmanager.service2020-07-13 19:37:14 UTC (rev 391874)
@@ -6,7 +6,7 @@
 
 [Service]
 User=alertmanager
-ExecStart=/usr/bin/alertmanager 
--config.file=/etc/alertmanager/alertmanager.yml 
--storage.path=/var/lib/alertmanager/
+ExecStart=/usr/bin/alertmanager --cluster.listen-address= 
--config.file=/etc/alertmanager/alertmanager.yml 
--storage.path=/var/lib/alertmanager/
 ExecReload=/bin/kill -HUP $MAINPID
 
 NoNewPrivileges=true


[arch-commits] Commit in alertmanager/repos/extra-x86_64 (6 files)

2020-07-13 Thread Jelle van der Waa via arch-commits
Date: Monday, July 13, 2020 @ 19:37:21
  Author: jelle
Revision: 391875

archrelease: copy trunk to extra-x86_64

Added:
  alertmanager/repos/extra-x86_64/PKGBUILD
(from rev 391874, alertmanager/trunk/PKGBUILD)
  alertmanager/repos/extra-x86_64/alertmanager.service
(from rev 391874, alertmanager/trunk/alertmanager.service)
  alertmanager/repos/extra-x86_64/alertmanager.sysusers
(from rev 391874, alertmanager/trunk/alertmanager.sysusers)
Deleted:
  alertmanager/repos/extra-x86_64/PKGBUILD
  alertmanager/repos/extra-x86_64/alertmanager.service
  alertmanager/repos/extra-x86_64/alertmanager.sysusers

---+
 PKGBUILD  |  118 
 alertmanager.service  |   56 +++---
 alertmanager.sysusers |2 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:37:14 UTC (rev 391874)
+++ PKGBUILD2020-07-13 19:37:21 UTC (rev 391875)
@@ -1,59 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=alertmanager
-pkgver=0.21.0
-pkgrel=1
-pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
-url="https://github.com/prometheus/alertmanager;
-arch=(x86_64)
-depends=(glibc)
-license=('Apache')
-makedepends=(go git)
-backup=('etc/alertmanager/alertmanager.yml')
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
-sha512sums=('72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da'
-
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
-
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
-
-build() {
-  cd $pkgname-$pkgver
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/alertmanager
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/amtool
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm755 amtool "$pkgdir/usr/bin/amtool"
-
-  install -Dm644 examples/ha/${pkgname}.yml 
"${pkgdir}/etc/${pkgname}/${pkgname}.yml"
-  install -d -m755 "${pkgdir}/etc/${pkgname}/template/"
-
-  install -d -m755 -o 211 -g 211 "${pkgdir}/var/lib/${pkgname}"
-
-  install -Dm0644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "$srcdir/alertmanager.sysusers" 
"$pkgdir/usr/lib/sysusers.d/alertmanager.conf"
-}

Copied: alertmanager/repos/extra-x86_64/PKGBUILD (from rev 391874, 
alertmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 19:37:21 UTC (rev 391875)
@@ -0,0 +1,59 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=alertmanager
+pkgver=0.21.0
+pkgrel=2
+pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
+url="https://github.com/prometheus/alertmanager;
+arch=(x86_64)
+depends=(glibc)
+license=('Apache')
+makedepends=(go git)
+backup=('etc/alertmanager/alertmanager.yml')
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
+sha512sums=('72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da'
+
'89511da0ec28c0503ba56b52896da7dbdeccb8c06eddd9dd89fe7a82e086e76ebff3b03fdd29eb8a2cc9192cc23823b48a06b75d897d31becc3a980abda7e172'
+
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
+
+build() {
+  cd $pkgname-$pkgver
+  go build \
+-trimpath \
+-buildmode=pie \
+

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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:16:22
  Author: foxboron
Revision: 663530

archrelease: copy trunk to community-any

Added:
  
python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
(from rev 663529, 
python-pipenv/trunk/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch)
  python-pipenv/repos/community-any/PKGBUILD
(from rev 663529, python-pipenv/trunk/PKGBUILD)
Deleted:
  
python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
  python-pipenv/repos/community-any/PKGBUILD

-+
 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch |   64 
+-
 PKGBUILD|   63 
+
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
===
--- 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
2020-07-13 19:15:41 UTC (rev 663529)
+++ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
2020-07-13 19:16:22 UTC (rev 663530)
@@ -1,32 +0,0 @@
-From 29c76d50b90fd7b9494c61b0f028287580172940 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Wed, 15 Aug 2018 22:37:12 -0400
-Subject: [PATCH] setup: don't setup_requires on things used to run development
- tasks
-
-It's not actually needed for setup.py, and is only used for:
-- `invoke release.bump-version`
-- `invoke release.tag-version`
-
-Including it in setup_requires is just something which ends up being
-downloaded from PyPI as an egg, when doing possibly offline distro
-packaging.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 7c87a2d6..179359f0 100644
 a/setup.py
-+++ b/setup.py
-@@ -130,7 +130,6 @@ setup(
- ],
- },
- python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
--setup_requires=["invoke", "parver"],
- install_requires=required,
- extras_require={},
- include_package_data=True,
--- 
-2.18.0
-

Copied: 
python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
 (from rev 663529, 
python-pipenv/trunk/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch)
===
--- 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
(rev 0)
+++ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
2020-07-13 19:16:22 UTC (rev 663530)
@@ -0,0 +1,32 @@
+From 29c76d50b90fd7b9494c61b0f028287580172940 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Wed, 15 Aug 2018 22:37:12 -0400
+Subject: [PATCH] setup: don't setup_requires on things used to run development
+ tasks
+
+It's not actually needed for setup.py, and is only used for:
+- `invoke release.bump-version`
+- `invoke release.tag-version`
+
+Including it in setup_requires is just something which ends up being
+downloaded from PyPI as an egg, when doing possibly offline distro
+packaging.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 7c87a2d6..179359f0 100644
+--- a/setup.py
 b/setup.py
+@@ -130,7 +130,6 @@ setup(
+ ],
+ },
+ python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
+-setup_requires=["invoke", "parver"],
+ install_requires=required,
+ extras_require={},
+ include_package_data=True,
+-- 
+2.18.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:15:41 UTC (rev 663529)
+++ PKGBUILD2020-07-13 19:16:22 UTC (rev 663530)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Andrew Crerar 
-# Contributor: Maikel Wever 
-
-pkgname=python-pipenv
-pkgver=2020.6.2
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://pipenv.pypa.io;
-arch=('any')
-license=('MIT')
-depends=('python' 'python-pip' 'python-certifi'
- 'python-virtualenv-clone' 'python-virtualenv')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
-
-build() {
-  cd "$srcdir/pipenv-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "pipenv-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
-  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
-  

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2020-07-13 Thread Andrew Crerar via arch-commits
Date: Monday, July 13, 2020 @ 19:15:41
  Author: andrewsc
Revision: 663529

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 663528, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 663528, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 663528, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 663528, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001_Use_remoting_name_for_GDK_application_names.patch |   96 +-
 PKGBUILD   |  446 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 654 insertions(+), 654 deletions(-)

Deleted: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-13 
19:15:18 UTC (rev 663528)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-13 
19:15:41 UTC (rev 663529)
@@ -1,48 +0,0 @@
-# HG changeset patch
-# User Andrew Crerar 
-# Date 153129 14400
-#  Thu May 07 16:25:29 2020 -0400
-# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
-# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
-Use remoting name for GDK application names
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3703,11 +3703,7 @@
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -178,10 +179,8 @@
-   // creating top-level windows. (At this point, a child process hasn't
-   // received the list of registered chrome packages, so the
-   // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 663528, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-13 
19:15:41 UTC (rev 663529)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2020-07-13 Thread Andrew Crerar via arch-commits
Date: Monday, July 13, 2020 @ 19:15:18
  Author: andrewsc
Revision: 663528

upgpkg: firefox-developer-edition 79.0b7-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:12:41 UTC (rev 663527)
+++ PKGBUILD2020-07-13 19:15:18 UTC (rev 663528)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=79.0b6
+pkgver=79.0b7
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('42354b29c3a8aac03c177a239e531290d7473a86ff100746d6452e74417b71f9b6e8b705cfa7a25f6d282df40c6d5b2f104e2bf3d7cb9ad72434504308e3a1d8'
+sha512sums=('9d482a30294ed0f56c1ef42ac63cf62066560e2da6d36994a132ed0279e3e9e29f264168091818856061cc43d5ed37ff2e2dcc446ae382746c27d5c350e6327c'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:12:41
  Author: foxboron
Revision: 663527

upgpkg: python-pipenv 2020.6.2-2 - reproducible builds

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:03:06 UTC (rev 663526)
+++ PKGBUILD2020-07-13 19:12:41 UTC (rev 663527)
@@ -4,7 +4,7 @@
 
 pkgname=python-pipenv
 pkgver=2020.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -16,7 +16,8 @@
 
sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
 
 build() {
-  cd "$srcdir/pipenv-$pkgver"
+  cd "pipenv-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 


[arch-commits] Commit in python-language-server/repos/community-any (2 files)

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:03:06
  Author: foxboron
Revision: 663526

archrelease: copy trunk to community-any

Added:
  python-language-server/repos/community-any/PKGBUILD
(from rev 663525, python-language-server/trunk/PKGBUILD)
Deleted:
  python-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:02:59 UTC (rev 663525)
+++ PKGBUILD2020-07-13 19:03:06 UTC (rev 663526)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.34.1
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server;
-license=("MIT")
-depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" 
"python-jedi" "python-pluggy" "python-ujson")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"flake8: for code linting"
-"python-pycodestyle: for style checking"
-"python-pylint: for code linting"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
-  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
-  "python-numpy" "python-pandas" "python-matplotlib")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b96ff466b5aa24e212493de863899298f229a9e250e7353972563c7f2495d23d')
-
-
-prepare(){
-cd "${pkgname}-${pkgver}"
-sed -i "s/ujson.*/ujson'/" setup.py
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test -k 'not test_pyqt_completion'
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 663525, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 19:03:06 UTC (rev 663526)
@@ -0,0 +1,52 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.34.1
+pkgrel=2
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" 
"python-jedi" "python-pluggy" "python-ujson")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"flake8: for code linting"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
+  "python-numpy" "python-pandas" "python-matplotlib")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b96ff466b5aa24e212493de863899298f229a9e250e7353972563c7f2495d23d')
+
+
+prepare(){
+cd "${pkgname}-${pkgver}"
+sed -i "s/ujson.*/ujson'/" setup.py
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+export PYTHONHASHSEED=0
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test -k 'not test_pyqt_completion'
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 

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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:02:59
  Author: foxboron
Revision: 663525

upgpkg: python-language-server 0.34.1-2 - reproducible builds

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 18:43:17 UTC (rev 663524)
+++ PKGBUILD2020-07-13 19:02:59 UTC (rev 663525)
@@ -4,7 +4,7 @@
 
 pkgname=python-language-server
 pkgver=0.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server;
@@ -34,6 +34,7 @@
 
 build() {
 cd "${pkgname}-${pkgver}"
+export PYTHONHASHSEED=0
 python setup.py build
 }
 


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

2020-07-13 Thread Jan Steffens via arch-commits
Date: Monday, July 13, 2020 @ 18:44:02
  Author: heftig
Revision: 391872

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager/repos/testing-x86_64/
  networkmanager/repos/testing-x86_64/PKGBUILD
(from rev 391871, networkmanager/trunk/PKGBUILD)

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

Copied: networkmanager/repos/testing-x86_64/PKGBUILD (from rev 391871, 
networkmanager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-13 18:44:02 UTC (rev 391872)
@@ -0,0 +1,149 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+
+pkgbase=networkmanager
+pkgname=(networkmanager libnm nm-cloud-setup)
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Network connection manager and user applications"
+url="https://wiki.gnome.org/Projects/NetworkManager;
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+_pppver=2.4.7
+makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
+ iproute2 nss polkit wpa_supplicant curl systemd libmm-glib
+ libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
+ glib2-docs iwd dnsmasq openresolv libpsl audit meson)
+checkdepends=(libx11 python-dbus)
+_commit=8582a5f356b758b9fc44f977fbad10132fcbd926  # tags/1.26.0^0
+source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd NetworkManager
+  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd NetworkManager
+}
+
+build() {
+  local meson_args=(
+# system paths
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
+-D dist_version="$pkgver-$pkgrel"
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D modify_system=true
+-D polkit_agent=true
+-D selinux=false
+
+# features
+-D iwd=true
+-D pppd_plugin_dir=/usr/lib/pppd/$_pppver
+-D teamdctl=true
+-D nm_cloud_setup=true
+-D bluez5_dun=true
+-D ebpf=true
+
+# configuration plugins
+-D config_plugins_default=keyfile
+
+# dhcp clients
+-D dhcpcd=no
+
+# miscellaneous
+-D vapi=true
+-D docs=true
+-D more_asserts=no
+-D more_logging=false
+-D qt=false
+  )
+
+  arch-meson NetworkManager build "${meson_args[@]}"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_networkmanager() {
+  depends=(libnm iproute2 polkit wpa_supplicant libmm-glib libnewt libndp 
libteam curl
+   bluez-libs libpsl audit mobile-broadband-provider-info)
+  optdepends=('dnsmasq: connection sharing'
+  'bluez: Bluetooth support'
+  'ppp: dialup connection support'
+  'modemmanager: cellular network support'
+  'iwd: wpa_supplicant alternative'
+  'dhclient: alternative DHCP client'
+  'openresolv: alternative resolv.conf manager'
+  'firewalld: Firewall support')
+  backup=(etc/NetworkManager/NetworkManager.conf)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # /etc/NetworkManager
+  install -d "$pkgdir"/etc/NetworkManager/{conf,dnsmasq}.d
+  install -dm700 "$pkgdir/etc/NetworkManager/system-connections"
+  install -m644 /dev/stdin "$pkgdir/etc/NetworkManager/NetworkManager.conf" 


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

2020-07-13 Thread Jan Steffens via arch-commits
Date: Monday, July 13, 2020 @ 18:43:49
  Author: heftig
Revision: 391871

1.26.0-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 18:17:49 UTC (rev 391870)
+++ PKGBUILD2020-07-13 18:43:49 UTC (rev 391871)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.24.2
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -19,7 +19,7 @@
  libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
  glib2-docs iwd dnsmasq openresolv libpsl audit meson)
 checkdepends=(libx11 python-dbus)
-_commit=972453d7352e92f4f988e00d6f43636835a1ae91  # tags/1.24.2^0
+_commit=8582a5f356b758b9fc44f977fbad10132fcbd926  # tags/1.26.0^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 18:43:10
  Author: foxboron
Revision: 663523

upgpkg: rclone 1.52.2-2 - reproducible builds

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 18:20:57 UTC (rev 663522)
+++ PKGBUILD2020-07-13 18:43:10 UTC (rev 663523)
@@ -3,7 +3,7 @@
 
 pkgname=rclone
 pkgver=1.52.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
 url="https://rclone.org/;
@@ -11,12 +11,15 @@
 depends=('glibc')
 optdepends=('fuse2: for rclone mount')
 makedepends=('python' 'pandoc' 'go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;
+   
"repro.patch::https://patch-diff.githubusercontent.com/raw/rclone/rclone/pull/4433.patch;)
+sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418'
+
'c547393e033828a7c02f49e1ba826a21d4dffd5da881415ed79cf636643d15e651c6a44afacf842f6bb26655f1116b1b86b69a33743313b0e4b157127fa0d4ed')
 
 prepare() {
   cd "rclone-$pkgver"
   sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+  patch -Np1 < "$srcdir/repro.patch"
 }
 
 build() {


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 18:43:17
  Author: foxboron
Revision: 663524

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 663523, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 18:43:10 UTC (rev 663523)
+++ PKGBUILD2020-07-13 18:43:17 UTC (rev 663524)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-
-pkgname=rclone
-pkgver=1.52.2
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="https://rclone.org/;
-license=('MIT')
-depends=('glibc')
-optdepends=('fuse2: for rclone mount')
-makedepends=('python' 'pandoc' 'go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418')
-
-prepare() {
-  cd "rclone-$pkgver"
-  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
-}
-
-build() {
-  cd "rclone-$pkgver"
-  
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-
-  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
- ./rclone genautocomplete bash rclone.bash_completion
- ./rclone genautocomplete zsh rclone.zsh_completion
-}
-
-check() {
-  cd "rclone-$pkgver"
-  make TAG=v$pkgver test
-}
-
-package() {
-  cd "rclone-$pkgver"
-
-  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
-
-  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
-  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 663523, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 18:43:17 UTC (rev 663524)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+
+pkgname=rclone
+pkgver=1.52.2
+pkgrel=2
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="https://rclone.org/;
+license=('MIT')
+depends=('glibc')
+optdepends=('fuse2: for rclone mount')
+makedepends=('python' 'pandoc' 'go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;
+   
"repro.patch::https://patch-diff.githubusercontent.com/raw/rclone/rclone/pull/4433.patch;)
+sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418'
+
'c547393e033828a7c02f49e1ba826a21d4dffd5da881415ed79cf636643d15e651c6a44afacf842f6bb26655f1116b1b86b69a33743313b0e4b157127fa0d4ed')
+
+prepare() {
+  cd "rclone-$pkgver"
+  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+  patch -Np1 < "$srcdir/repro.patch"
+}
+
+build() {
+  cd "rclone-$pkgver"
+  
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+
+  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
+ ./rclone genautocomplete bash rclone.bash_completion
+ ./rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd "rclone-$pkgver"
+  make TAG=v$pkgver test
+}
+
+package() {
+  cd "rclone-$pkgver"
+
+  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}


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

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 18:17:00
  Author: dvzrv
Revision: 663506

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-fluidsynth/repos/multilib-staging-x86_64/
  lib32-fluidsynth/repos/multilib-staging-x86_64/PKGBUILD
(from rev 663505, lib32-fluidsynth/trunk/PKGBUILD)

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

Copied: lib32-fluidsynth/repos/multilib-staging-x86_64/PKGBUILD (from rev 
663505, lib32-fluidsynth/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-07-13 18:17:00 UTC (rev 663506)
@@ -0,0 +1,69 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth=${pkgver}
+  lib32-glibc
+  lib32-libpulse
+  lib32-readline
+  lib32-sdl2
+)
+makedepends=(
+  cmake
+  lib32-alsa-lib
+  lib32-dbus
+  lib32-glib2
+  lib32-jack
+  lib32-ladspa
+  lib32-libinstpatch
+  lib32-libsndfile
+  lib32-portaudio
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190')
+b2sums=('068a8a1722036a5a409331b1bdcf566cb9a1e7b4a27c78adec51c6d82f7c53cba9178c87013f1a9c0ef62d26b1ba876fad567e4c8bb41b8d478632699876e41d')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-Wno-dev \
+-B build \
+-S .
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  depends+=('libasound.so' 'libglib-2.0.so' 'libgmodule-2.0.so'
+  'libgobject-2.0.so' 'libinstpatch-1.0.so' 'libjack.so' 'libportaudio.so'
+  'libsndfile.so')
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+# vim: ts=2 sw=2 et:


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

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 18:16:55
  Author: dvzrv
Revision: 663505

upgpkg: lib32-fluidsynth 2.1.4-1: Upgrading to 2.1.4.

Removing dependency on libdbus-1.0.so (as it is not required).

Modified:
  lib32-fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 18:04:36 UTC (rev 663504)
+++ PKGBUILD2020-07-13 18:16:55 UTC (rev 663505)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-fluidsynth
 _name=fluidsynth
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
 arch=('x86_64')
@@ -33,17 +33,16 @@
 )
 optdepends=('pulseaudio: PulseAudio sound support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('645fbfd7c04543c6d3bf415eab8250527813b8dc8e6d6972dbcc8cb525e1d409')
+sha512sums=('22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190')
+b2sums=('068a8a1722036a5a409331b1bdcf566cb9a1e7b4a27c78adec51c6d82f7c53cba9178c87013f1a9c0ef62d26b1ba876fad567e4c8bb41b8d478632699876e41d')
 
 build() {
   cd "${_name}-${pkgver}"
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
   export CC='gcc -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
 -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DCMAKE_BUILD_TYPE='None' \
 -DLIB_SUFFIX=32 \
 -Denable-ladspa=ON \
 -Denable-portaudio=ON \
@@ -59,7 +58,7 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libdbus-1.so' 'libglib-2.0.so' 'libgmodule-2.0.so'
+  depends+=('libasound.so' 'libglib-2.0.so' 'libgmodule-2.0.so'
   'libgobject-2.0.so' 'libinstpatch-1.0.so' 'libjack.so' 'libportaudio.so'
   'libsndfile.so')
   cd "${_name}-${pkgver}"


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

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 18:08:30
  Author: dvzrv
Revision: 391869

archrelease: copy trunk to staging-x86_64

Added:
  fluidsynth/repos/staging-x86_64/
  fluidsynth/repos/staging-x86_64/PKGBUILD
(from rev 391868, fluidsynth/trunk/PKGBUILD)

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

Copied: fluidsynth/repos/staging-x86_64/PKGBUILD (from rev 391868, 
fluidsynth/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-13 18:08:30 UTC (rev 391869)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=fluidsynth
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
+arch=('x86_64')
+url="http://www.fluidsynth.org/;
+license=('LGPL2.1')
+groups=('pro-audio')
+depends=('glibc' 'sdl2')
+makedepends=('alsa-lib' 'cmake' 'dbus' 'doxygen' 'glib2' 'jack' 'ladspa'
+'libinstpatch' 'libpulse' 'libsndfile' 'portaudio' 'readline' 'systemd-libs')
+provides=('libfluidsynth.so' 'soundfont-synthesizer')
+backup=("etc/conf.d/$pkgname")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
+sha512sums=('22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190')
+b2sums=('068a8a1722036a5a409331b1bdcf566cb9a1e7b4a27c78adec51c6d82f7c53cba9178c87013f1a9c0ef62d26b1ba876fad567e4c8bb41b8d478632699876e41d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-DLIB_SUFFIX="" \
+-Wno-dev \
+-B build \
+-S .
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  depends+=('libasound.so' 'libdbus-1.so' 'libglib-2.0.so' 'libgmodule-2.0.so'
+  'libgobject-2.0.so' 'libinstpatch-1.0.so' 'libjack.so' 'libportaudio.so'
+  'libpulse-simple.so' 'libreadline.so' 'libsndfile.so' 'libsystemd.so')
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="$pkgdir" install
+  # systemd user unit
+  install -vDm 644 "build/${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
+  # system-wide configuration file
+  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,{CONTRIBUTING,README}.md,THANKS,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 18:08:21
  Author: dvzrv
Revision: 391868

upgpkg: fluidsynth 2.1.4-1: Upgrading to 2.1.4.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:54:35 UTC (rev 391867)
+++ PKGBUILD2020-07-13 18:08:21 UTC (rev 391868)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -16,15 +16,14 @@
 provides=('libfluidsynth.so' 'soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('cc956a3d8926a5d5368c4d36472a9706e5da1597bab76f1b59132e6253a888f422d9f74723c74f801963a90d9e0f6b36267114cd168977c47b1b935ea3dc8927')
+sha512sums=('22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190')
+b2sums=('068a8a1722036a5a409331b1bdcf566cb9a1e7b4a27c78adec51c6d82f7c53cba9178c87013f1a9c0ef62d26b1ba876fad567e4c8bb41b8d478632699876e41d')
 
 build() {
   cd "${pkgname}-${pkgver}"
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
 -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DCMAKE_BUILD_TYPE='None' \
 -Denable-ladspa=ON \
 -Denable-portaudio=ON \
 -DLIB_SUFFIX="" \


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 18:04:13
  Author: felixonmars
Revision: 663503

upgpkg: stack 2.3.1-58: rebuild with selective 0.4.1.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:59:28 UTC (rev 663502)
+++ PKGBUILD2020-07-13 18:04:13 UTC (rev 663503)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=57
+pkgrel=58
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 18:04:36
  Author: felixonmars
Revision: 663504

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 663503, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 663503, stack/trunk/stack.install)

---+
 PKGBUILD  |   82 
 stack.install |4 ++
 2 files changed, 86 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 663503, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 18:04:36 UTC (rev 663504)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=58
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+
'9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 

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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:59:28
  Author: felixonmars
Revision: 663502

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 663501, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 663501, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:59:28 UTC (rev 663502)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=36
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+sed -i 's/< *1.5/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:59:10
  Author: felixonmars
Revision: 663501

upgpkg: postgrest 7.0.1-36: rebuild with selective 0.4.1.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:55:18 UTC (rev 663500)
+++ PKGBUILD2020-07-13 17:59:10 UTC (rev 663501)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=35
+pkgrel=36
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


[arch-commits] Commit in haskell-hasql-transaction/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:55:18
  Author: felixonmars
Revision: 663500

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 663499, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 663499, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:55:18 UTC (rev 663500)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.0.1
+pkgrel=41
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fe02484c8ae0f6a6b64f399a2061138f9a9390cb19693df9592fb58c07c7330f819b1181f973b4e6bf6b800d57ecb80dc901900e5d3ad1eb4c801bb3cf2f45c5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hasql-transaction/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:55:01
  Author: felixonmars
Revision: 663499

upgpkg: haskell-hasql-transaction 1.0.0.1-41: rebuild with selective 0.4.1.1

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:54:37 UTC (rev 663498)
+++ PKGBUILD2020-07-13 17:55:01 UTC (rev 663499)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.0.1
-pkgrel=40
+pkgrel=41
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:53:38
  Author: felixonmars
Revision: 663484

upgpkg: haskell-hasql-pool 0.5.2-22: rebuild with selective 0.4.1.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:52:41 UTC (rev 663483)
+++ PKGBUILD2020-07-13 17:53:38 UTC (rev 663484)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=21
+pkgrel=22
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


[arch-commits] Commit in haskell-hasql-pool/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:53:55
  Author: felixonmars
Revision: 663485

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 663484, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
663484, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:53:55 UTC (rev 663485)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.2
+pkgrel=22
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5609f05134a259826e17a7391d3324f1d2b474cd83082e4f67175086da1e481a1a75b336932a97371b32e7427e869498bb87af3f7c6246225698e8ceef1aa372')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:52:24
  Author: felixonmars
Revision: 663482

upgpkg: haskell-hasql 1.4.4-8: rebuild with selective 0.4.1.1

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:50:42 UTC (rev 663481)
+++ PKGBUILD2020-07-13 17:52:24 UTC (rev 663482)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.4
-pkgrel=7
+pkgrel=8
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:52:41
  Author: felixonmars
Revision: 663483

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql/repos/community-staging-x86_64/
  haskell-hasql/repos/community-staging-x86_64/PKGBUILD
(from rev 663482, haskell-hasql/trunk/PKGBUILD)

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 663482, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:52:41 UTC (rev 663483)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4.4
+pkgrel=8
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6d182166ffabec1bc1d80475969e6875f2062ae92f3238c65bd7c098ba3a741d43d0a196a048472470377aad02441160e527a72ae7b3e42d219e101048f195cb')
+
+prepare() {
+cd $_hkgname-$pkgver
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-text-builder/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:50:42
  Author: felixonmars
Revision: 663481

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-builder/repos/community-staging-x86_64/
  haskell-text-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 663480, haskell-text-builder/trunk/PKGBUILD)

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

Copied: haskell-text-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
663480, haskell-text-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:50:42 UTC (rev 663481)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-builder
+pkgname=haskell-text-builder
+pkgver=0.6.6.1
+pkgrel=48
+pkgdesc="An efficient strict text builder"
+url="https://github.com/nikita-volkov/text-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-deferred-folds')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c98381114426ca93b4f4bf6899265a0c62ee683080acf3896e6f6592cefc4a2df00460908755a55be8b33af7840ccd378e48c52f4379f8dd4bc3411928c5c067')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-text-builder/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:50:25
  Author: felixonmars
Revision: 663480

upgpkg: haskell-text-builder 0.6.6.1-48: rebuild with selective 0.4.1.1

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:49:32 UTC (rev 663479)
+++ PKGBUILD2020-07-13 17:50:25 UTC (rev 663480)
@@ -3,7 +3,7 @@
 _hkgname=text-builder
 pkgname=haskell-text-builder
 pkgver=0.6.6.1
-pkgrel=47
+pkgrel=48
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder;
 license=('MIT')


[arch-commits] Commit in haskell-postgresql-binary/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:49:14
  Author: felixonmars
Revision: 663478

upgpkg: haskell-postgresql-binary 0.12.3-7: rebuild with selective 0.4.1.1

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:47:53 UTC (rev 663477)
+++ PKGBUILD2020-07-13 17:49:14 UTC (rev 663478)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


[arch-commits] Commit in haskell-postgresql-binary/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:49:32
  Author: felixonmars
Revision: 663479

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 663478, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 663478, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:49:32 UTC (rev 663479)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.3
+pkgrel=7
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('81ab37755d6391edce60bb52e7d8aececa05ad6c8ed044e9015477257e1d91fa24d0a62df8819812ec80f8af5c1587006cecabc124684ab49d1ae041f2c0f332')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/DB.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:47:36
  Author: felixonmars
Revision: 663476

upgpkg: dhall-bash 1.0.31-15: rebuild with selective 0.4.1.1

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:46:42 UTC (rev 663475)
+++ PKGBUILD2020-07-13 17:47:36 UTC (rev 663476)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.31
-pkgrel=14
+pkgrel=15
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:47:53
  Author: felixonmars
Revision: 663477

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 663476, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 663476, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:47:53 UTC (rev 663477)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.31
+pkgrel=15
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4ebdde3ad86630165a2241a75a9372a0933691353f9aecbc94994325952bc6b2532e2f351654f884e63fa3a23582bec6f4e3d58f7022df6ee50b80cc507c51ca')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-neat-interpolation/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:46:25
  Author: felixonmars
Revision: 663474

upgpkg: haskell-neat-interpolation 0.5.1-25: rebuild with selective 0.4.1.1

Modified:
  haskell-neat-interpolation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:45:22 UTC (rev 663473)
+++ PKGBUILD2020-07-13 17:46:25 UTC (rev 663474)
@@ -4,7 +4,7 @@
 _hkgname=neat-interpolation
 pkgname=haskell-neat-interpolation
 pkgver=0.5.1
-pkgrel=24
+pkgrel=25
 pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
 url="https://github.com/nikita-volkov/neat-interpolation;
 license=("MIT")


[arch-commits] Commit in haskell-neat-interpolation/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:46:42
  Author: felixonmars
Revision: 663475

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-neat-interpolation/repos/community-staging-x86_64/
  haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD
(from rev 663474, haskell-neat-interpolation/trunk/PKGBUILD)

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

Copied: haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD 
(from rev 663474, haskell-neat-interpolation/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:46:42 UTC (rev 663475)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=neat-interpolation
+pkgname=haskell-neat-interpolation
+pkgver=0.5.1
+pkgrel=25
+pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
+url="https://github.com/nikita-volkov/neat-interpolation;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('90c6895b3defb1e98cd94cec15a9c8e8d35fc6938e273fb294191e4b5d2b6bd0688dabe456ec36c89fa20a5b13139d96ea9606920f0307b1fa6f1e32ecbb813f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-deferred-folds/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:45:04
  Author: felixonmars
Revision: 663472

upgpkg: haskell-deferred-folds 0.9.10.1-87: rebuild with selective 0.4.1.1

Modified:
  haskell-deferred-folds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:43:12 UTC (rev 663471)
+++ PKGBUILD2020-07-13 17:45:04 UTC (rev 663472)
@@ -3,7 +3,7 @@
 _hkgname=deferred-folds
 pkgname=haskell-deferred-folds
 pkgver=0.9.10.1
-pkgrel=86
+pkgrel=87
 pkgdesc="Abstractions over deferred folds"
 url="https://github.com/metrix-ai/deferred-folds;
 license=('MIT')


[arch-commits] Commit in haskell-deferred-folds/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:45:22
  Author: felixonmars
Revision: 663473

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deferred-folds/repos/community-staging-x86_64/
  haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD
(from rev 663472, haskell-deferred-folds/trunk/PKGBUILD)

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

Copied: haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD (from 
rev 663472, haskell-deferred-folds/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:45:22 UTC (rev 663473)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deferred-folds
+pkgname=haskell-deferred-folds
+pkgver=0.9.10.1
+pkgrel=87
+pkgdesc="Abstractions over deferred folds"
+url="https://github.com/metrix-ai/deferred-folds;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-foldl' 'haskell-hashable' 'haskell-primitive'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('920f26c8c1c02642d490220a19c1671d4060149dc1a48bb6a16f6be682342f355835ae55724fc680478d348c8be8347a0eec14666824c0f1651de1f07c23e4ca')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-bytestring-strict-builder/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:43:12
  Author: felixonmars
Revision: 663471

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 663470, haskell-bytestring-strict-builder/trunk/PKGBUILD)

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

Copied: 
haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD (from 
rev 663470, haskell-bytestring-strict-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:43:12 UTC (rev 663471)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bytestring-strict-builder
+pkgname=haskell-bytestring-strict-builder
+pkgver=0.4.5.3
+pkgrel=78
+pkgdesc="An efficient strict bytestring builder"
+url="https://github.com/nikita-volkov/bytestring-strict-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-rerebase')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3527960d2c6db8acfb9273130d169558f769826c9f7c68dfd04c22d1172700dd42eef6c81dae8e8ee1ba93ca471ef7a3572da4d155eeaa9f44b065412537fda8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-bytestring-strict-builder/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:42:55
  Author: felixonmars
Revision: 663470

upgpkg: haskell-bytestring-strict-builder 0.4.5.3-78: rebuild with selective 
0.4.1.1

Modified:
  haskell-bytestring-strict-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:41:07 UTC (rev 663469)
+++ PKGBUILD2020-07-13 17:42:55 UTC (rev 663470)
@@ -3,7 +3,7 @@
 _hkgname=bytestring-strict-builder
 pkgname=haskell-bytestring-strict-builder
 pkgver=0.4.5.3
-pkgrel=77
+pkgrel=78
 pkgdesc="An efficient strict bytestring builder"
 url="https://github.com/nikita-volkov/bytestring-strict-builder;
 license=('MIT')


[arch-commits] Commit in haskell-binary-parser/trunk (PKGBUILD)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:40:48
  Author: felixonmars
Revision: 663468

upgpkg: haskell-binary-parser 0.5.6-7: rebuild with selective 0.4.1.1

Modified:
  haskell-binary-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:39:04 UTC (rev 663467)
+++ PKGBUILD2020-07-13 17:40:48 UTC (rev 663468)
@@ -4,7 +4,7 @@
 _hkgname=binary-parser
 pkgname=haskell-binary-parser
 pkgver=0.5.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A highly-efficient but limited parser API specialised for bytestrings"
 url="https://github.com/nikita-volkov/binary-parser;
 license=("MIT")


[arch-commits] Commit in haskell-binary-parser/repos (2 files)

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:41:07
  Author: felixonmars
Revision: 663469

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-binary-parser/repos/community-staging-x86_64/
  haskell-binary-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 663468, haskell-binary-parser/trunk/PKGBUILD)

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

Copied: haskell-binary-parser/repos/community-staging-x86_64/PKGBUILD (from rev 
663468, haskell-binary-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:41:07 UTC (rev 663469)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-parser
+pkgname=haskell-binary-parser
+pkgver=0.5.6
+pkgrel=7
+pkgdesc="A highly-efficient but limited parser API specialised for bytestrings"
+url="https://github.com/nikita-volkov/binary-parser;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e218ac9f38f85f143acaed4ecd8d347e1442807e07159c097fef84b48fbb2c08b4f0f1915c5dd5692b4bf779ba3ccdfbf6f48665f0447a1b4cf44c76c638011e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:39:04
  Author: felixonmars
Revision: 663467

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rerebase/repos/community-staging-x86_64/
  haskell-rerebase/repos/community-staging-x86_64/PKGBUILD
(from rev 663466, haskell-rerebase/trunk/PKGBUILD)

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

Copied: haskell-rerebase/repos/community-staging-x86_64/PKGBUILD (from rev 
663466, haskell-rerebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:39:04 UTC (rev 663467)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rerebase
+pkgname=haskell-rerebase
+pkgver=1.6.1
+pkgrel=18
+pkgdesc='Reexports from "base" with a bunch of other standard libraries'
+url="https://github.com/nikita-volkov/rerebase;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-rebase')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ddef5bb41e8c6ea35cfa3b1db5c0efab3c1b607431de94adefa4cac43ddaf2075da6eec6a4a4848d2f07786a497465af882c0e2f09fae6f91df3dad74e8bea7')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/==1/>=1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:38:47
  Author: felixonmars
Revision: 663466

upgpkg: haskell-rerebase 1.6.1-18: rebuild with selective 0.4.1.1

Modified:
  haskell-rerebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:37:59 UTC (rev 663465)
+++ PKGBUILD2020-07-13 17:38:47 UTC (rev 663466)
@@ -4,7 +4,7 @@
 _hkgname=rerebase
 pkgname=haskell-rerebase
 pkgver=1.6.1
-pkgrel=17
+pkgrel=18
 pkgdesc='Reexports from "base" with a bunch of other standard libraries'
 url="https://github.com/nikita-volkov/rerebase;
 license=("MIT")


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:37:59
  Author: felixonmars
Revision: 663465

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rebase/repos/community-staging-x86_64/
  haskell-rebase/repos/community-staging-x86_64/PKGBUILD
(from rev 663464, haskell-rebase/trunk/PKGBUILD)

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

Copied: haskell-rebase/repos/community-staging-x86_64/PKGBUILD (from rev 
663464, haskell-rebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:37:59 UTC (rev 663465)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rebase
+pkgname=haskell-rebase
+pkgver=1.6.1
+pkgrel=18
+pkgdesc='A more progressive alternative to the "base" package'
+url="https://github.com/nikita-volkov/rebase;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-comonad' 'haskell-dlist' 'haskell-either' 'haskell-hashable'
+ 'haskell-profunctors' 'haskell-scientific' 'haskell-selective' 
'haskell-semigroupoids'
+ 'haskell-unordered-containers' 'haskell-uuid' 'haskell-vector' 
'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c55fedcdc8dc35b0c34372965dfddaab774fdcc3093a8215ef9077eadc0af9103bf62095da9b494ebe13238736b5ed794bbe65f2e9926eaaa8efec8f8ea76d78')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e 's/>=1.3/>=1/' -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:37:41
  Author: felixonmars
Revision: 663464

upgpkg: haskell-rebase 1.6.1-18: rebuild with selective 0.4.1.1

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:36:43 UTC (rev 663463)
+++ PKGBUILD2020-07-13 17:37:41 UTC (rev 663464)
@@ -4,7 +4,7 @@
 _hkgname=rebase
 pkgname=haskell-rebase
 pkgver=1.6.1
-pkgrel=17
+pkgrel=18
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase;
 license=("MIT")


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 17:36:43
  Author: felixonmars
Revision: 663463

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-selective/repos/community-staging-x86_64/
  haskell-selective/repos/community-staging-x86_64/PKGBUILD
(from rev 663462, haskell-selective/trunk/PKGBUILD)

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

Copied: haskell-selective/repos/community-staging-x86_64/PKGBUILD (from rev 
663462, haskell-selective/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-13 17:36:43 UTC (rev 663463)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=selective
+pkgname=haskell-selective
+pkgver=0.4.1.1
+pkgrel=1
+pkgdesc="Selective applicative functors"
+url="https://github.com/snowleopard/selective;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5f40ebb4c0b516ced83cdf91e7c138f3f802c6ce6307467d60cd01bf9e76e4aa74d53ae59c1a39fde781f4f83f33df7b72eea2a635b5931e57ddef8012ce5a4f')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


  1   2   >