[arch-commits] Commit in kodi-addon-game-libretro/repos/community-x86_64 (2 files)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:19:47
  Author: idevolder
Revision: 875910

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro/repos/community-x86_64/PKGBUILD
(from rev 875909, kodi-addon-game-libretro/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 17:19:43 UTC (rev 875909)
+++ PKGBUILD2021-02-28 17:19:47 UTC (rev 875910)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro
-pkgver=1.1.1
-_codename=Leia
-pkgrel=14
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi' 'kodi-platform' 'libretro-core-info')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('f26776eba765a010a86994a02658045ca0c1e887481a31d90ae388765620fb1a0cbd4da79285ae161e99feb311ca9ddccd25193a73a22e7c5f19a78ff1164920')
-
-build() {
-cd "game.libretro-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro/repos/community-x86_64/PKGBUILD (from rev 
875909, kodi-addon-game-libretro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 17:19:47 UTC (rev 875910)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro
+pkgver=2.2.0
+_codename=Matrix
+pkgrel=2
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'libretro-core-info' 'kodi-platform' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('f1a5671b468ebf0ea3a86b757ae2481115bfb38082043757aa94d6f193b6eea560b37ccafafe63e686b729d80aa89ac58640899900894d0a72472badadbf27ac')
+
+build() {
+cd "game.libretro-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi-common' 'kodi-platform' 'libretro-core-info')
+cd "game.libretro-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-audioencoder-wav/repos/community-x86_64 (2 files)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:19:32
  Author: idevolder
Revision: 875908

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD
(from rev 875907, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 17:19:27 UTC (rev 875907)
+++ PKGBUILD2021-02-28 17:19:32 UTC (rev 875908)
@@ -1,35 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-wav
-epoch=1
-pkgver=2.0.3
-_codename=Leia
-pkgrel=16
-pkgdesc="WAV Audio Encoder add-on for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/audioencoder.wav'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-wav')
-replaces=('kodi-audioencoder-wav')
-depends=('kodi')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.wav/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('f6b83808b9e75426cd8b3252c4b3ed57811d9f1433d851d3cd6b3168f376bdfa2311aa3797642450b955ff8d231e40c7c49ad03a5f2b1b3e0679ec3a8617')
-
-build() {
-cd "audioencoder.wav-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "audioencoder.wav-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD (from rev 
875907, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 17:19:32 UTC (rev 875908)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-wav
+epoch=1
+pkgver=3.0.0
+_codename=Matrix
+pkgrel=1
+pkgdesc="WAV Audio Encoder add-on for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/audioencoder.wav'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.wav/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('68673e432d377b895172e398628c5dfd506bdb46c83c38933d0d674abaf1715d44e488d4c158d27c0480b92a947f21534502aa8ed473e9225c37f62e28b05512')
+
+build() {
+cd "audioencoder.wav-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi')
+cd "audioencoder.wav-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-audioencoder-wav/trunk (PKGBUILD)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:19:27
  Author: idevolder
Revision: 875907

upgpkg: kodi-addon-audioencoder-wav 1:3.0.0-1

Modified:
  kodi-addon-audioencoder-wav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 17:19:15 UTC (rev 875906)
+++ PKGBUILD2021-02-28 17:19:27 UTC (rev 875907)
@@ -2,20 +2,17 @@
 
 pkgname=kodi-addon-audioencoder-wav
 epoch=1
-pkgver=2.0.3
-_codename=Leia
-pkgrel=16
+pkgver=3.0.0
+_codename=Matrix
+pkgrel=1
 pkgdesc="WAV Audio Encoder add-on for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/audioencoder.wav'
 license=('GPL')
 groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-wav')
-replaces=('kodi-audioencoder-wav')
-depends=('kodi')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.wav/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('f6b83808b9e75426cd8b3252c4b3ed57811d9f1433d851d3cd6b3168f376bdfa2311aa3797642450b955ff8d231e40c7c49ad03a5f2b1b3e0679ec3a8617')
+sha512sums=('68673e432d377b895172e398628c5dfd506bdb46c83c38933d0d674abaf1715d44e488d4c158d27c0480b92a947f21534502aa8ed473e9225c37f62e28b05512')
 
 build() {
 cd "audioencoder.wav-$pkgver-$_codename"
@@ -29,6 +26,7 @@
 }
 
 package() {
+depends=('kodi')
 cd "audioencoder.wav-$pkgver-$_codename"
 make DESTDIR="$pkgdir/" install
 }


[arch-commits] Commit in kodi-addon-audioencoder-vorbis/repos/community-x86_64 (2 files)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:19:15
  Author: idevolder
Revision: 875906

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD
(from rev 875905, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 17:19:10 UTC (rev 875905)
+++ PKGBUILD2021-02-28 17:19:15 UTC (rev 875906)
@@ -1,35 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-vorbis
-epoch=1
-pkgver=2.0.4
-_codename=Leia
-pkgrel=16
-pkgdesc="Vorbis Audio Encoder add-on for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-vorbis')
-replaces=('kodi-audioencoder-vorbis')
-depends=('kodi')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.vorbis/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('df618e078d1b0aa3f9b6cbca87288908058f4de13e52056d66239e9606c67a31a84734d8d650520920b8a9e0dfbd1c031aa81e2d1ece1316c11fbd59a6a8d8a2')
-
-build() {
-cd "audioencoder.vorbis-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "audioencoder.vorbis-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD (from 
rev 875905, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 17:19:15 UTC (rev 875906)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-vorbis
+epoch=1
+pkgver=3.0.1
+_codename=Matrix
+pkgrel=1
+pkgdesc="Vorbis Audio Encoder add-on for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.vorbis/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('f0e9e152574881943f4c8bad6e8249e502590503104e5c456858e25634004c223e9be91b274b2870dd07327254664f7ffa5549cf573241192088a3287d2511ad')
+
+build() {
+cd "audioencoder.vorbis-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi')
+cd "audioencoder.vorbis-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-audioencoder-vorbis/trunk (PKGBUILD)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:19:10
  Author: idevolder
Revision: 875905

upgpkg: kodi-addon-audioencoder-vorbis 1:3.0.1-1

Modified:
  kodi-addon-audioencoder-vorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 17:18:58 UTC (rev 875904)
+++ PKGBUILD2021-02-28 17:19:10 UTC (rev 875905)
@@ -2,20 +2,17 @@
 
 pkgname=kodi-addon-audioencoder-vorbis
 epoch=1
-pkgver=2.0.4
-_codename=Leia
-pkgrel=16
+pkgver=3.0.1
+_codename=Matrix
+pkgrel=1
 pkgdesc="Vorbis Audio Encoder add-on for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/audioencoder.vorbis'
 license=('GPL')
 groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-vorbis')
-replaces=('kodi-audioencoder-vorbis')
-depends=('kodi')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.vorbis/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('df618e078d1b0aa3f9b6cbca87288908058f4de13e52056d66239e9606c67a31a84734d8d650520920b8a9e0dfbd1c031aa81e2d1ece1316c11fbd59a6a8d8a2')
+sha512sums=('f0e9e152574881943f4c8bad6e8249e502590503104e5c456858e25634004c223e9be91b274b2870dd07327254664f7ffa5549cf573241192088a3287d2511ad')
 
 build() {
 cd "audioencoder.vorbis-$pkgver-$_codename"
@@ -29,6 +26,7 @@
 }
 
 package() {
+depends=('kodi')
 cd "audioencoder.vorbis-$pkgver-$_codename"
 make DESTDIR="$pkgdir/" install
 }


[arch-commits] Commit in kodi-addon-audioencoder-lame/repos/community-x86_64 (2 files)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:18:58
  Author: idevolder
Revision: 875904

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD
(from rev 875903, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 17:18:52 UTC (rev 875903)
+++ PKGBUILD2021-02-28 17:18:58 UTC (rev 875904)
@@ -1,35 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-lame
-epoch=1
-pkgver=2.0.4
-_codename=Leia
-pkgrel=16
-pkgdesc="LAME Audio Encoder add-on for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/audioencoder.lame'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-lame')
-replaces=('kodi-audioencoder-lame')
-depends=('kodi' 'lame')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.lame/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('8b57d20c2d02ec7148a83ab7af78eaf92b600a40faa666c4f26b5acb59838ade54f026dc3869b23fc79511fc5901acca5322d2f04336fc8d4f545f5d7c04cb2c')
-
-build() {
-cd "audioencoder.lame-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "audioencoder.lame-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD (from rev 
875903, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 17:18:58 UTC (rev 875904)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-lame
+epoch=1
+pkgver=3.0.2
+_codename=Matrix
+pkgrel=1
+pkgdesc="LAME Audio Encoder add-on for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/audioencoder.lame'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+makedepends=('cmake' 'lame' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.lame/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('28a8c95804292820e07e96b02b206fe7fcdfe93c0e7113cf5d2f9fb43f718f92fdbe3686441064e55a9de1674a40c3ba9574db5e44d24cbd2397feafd97e74e2')
+
+build() {
+cd "audioencoder.lame-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi' 'lame')
+cd "audioencoder.lame-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-audioencoder-flac/repos/community-x86_64 (2 files)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:18:42
  Author: idevolder
Revision: 875902

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD
(from rev 875901, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 17:18:36 UTC (rev 875901)
+++ PKGBUILD2021-02-28 17:18:42 UTC (rev 875902)
@@ -1,35 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-flac
-epoch=1
-pkgver=2.0.6
-_codename=Leia
-pkgrel=16
-pkgdesc="FLAC Audio Encoder add-on for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.flac/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('7de2b0f5b36b62bc1f066e5c99fba2aa61baac5f204a75556172aa95332999806a34babef08ac5e516e62a123b83d3befaee6654d3089ebd1a305335a40d88b5')
-
-build() {
-cd "audioencoder.flac-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-   cd "audioencoder.flac-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD (from rev 
875901, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 17:18:42 UTC (rev 875902)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-flac
+epoch=1
+pkgver=3.0.0
+_codename=Matrix
+pkgrel=1
+pkgdesc="FLAC Audio Encoder add-on for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.flac/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('73dd9526a498dd92076eb98044f75baaeb4dd93251f6a9a2d9e9a9a8553fb9b047b861b8518c2fe2803ce06cd794a5436f80561bedd82de1fc2df727f28d1b7c')
+
+build() {
+cd "audioencoder.flac-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi')
+cd "audioencoder.flac-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-audioencoder-lame/trunk (PKGBUILD)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:18:52
  Author: idevolder
Revision: 875903

upgpkg: kodi-addon-audioencoder-lame 1:3.0.2-1

Modified:
  kodi-addon-audioencoder-lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 17:18:42 UTC (rev 875902)
+++ PKGBUILD2021-02-28 17:18:52 UTC (rev 875903)
@@ -2,20 +2,17 @@
 
 pkgname=kodi-addon-audioencoder-lame
 epoch=1
-pkgver=2.0.4
-_codename=Leia
-pkgrel=16
+pkgver=3.0.2
+_codename=Matrix
+pkgrel=1
 pkgdesc="LAME Audio Encoder add-on for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/audioencoder.lame'
 license=('GPL')
 groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-lame')
-replaces=('kodi-audioencoder-lame')
-depends=('kodi' 'lame')
-makedepends=('cmake' 'kodi-dev')
+makedepends=('cmake' 'lame' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.lame/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('8b57d20c2d02ec7148a83ab7af78eaf92b600a40faa666c4f26b5acb59838ade54f026dc3869b23fc79511fc5901acca5322d2f04336fc8d4f545f5d7c04cb2c')
+sha512sums=('28a8c95804292820e07e96b02b206fe7fcdfe93c0e7113cf5d2f9fb43f718f92fdbe3686441064e55a9de1674a40c3ba9574db5e44d24cbd2397feafd97e74e2')
 
 build() {
 cd "audioencoder.lame-$pkgver-$_codename"
@@ -29,6 +26,7 @@
 }
 
 package() {
+depends=('kodi' 'lame')
 cd "audioencoder.lame-$pkgver-$_codename"
 make DESTDIR="$pkgdir/" install
 }


[arch-commits] Commit in kodi-addon-audioencoder-flac/trunk (PKGBUILD)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:18:36
  Author: idevolder
Revision: 875901

upgpkg: kodi-addon-audioencoder-flac 1:3.0.0-1

Modified:
  kodi-addon-audioencoder-flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 17:18:24 UTC (rev 875900)
+++ PKGBUILD2021-02-28 17:18:36 UTC (rev 875901)
@@ -2,20 +2,17 @@
 
 pkgname=kodi-addon-audioencoder-flac
 epoch=1
-pkgver=2.0.6
-_codename=Leia
-pkgrel=16
+pkgver=3.0.0
+_codename=Matrix
+pkgrel=1
 pkgdesc="FLAC Audio Encoder add-on for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/audioencoder.flac'
 license=('GPL')
 groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.flac/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('7de2b0f5b36b62bc1f066e5c99fba2aa61baac5f204a75556172aa95332999806a34babef08ac5e516e62a123b83d3befaee6654d3089ebd1a305335a40d88b5')
+sha512sums=('73dd9526a498dd92076eb98044f75baaeb4dd93251f6a9a2d9e9a9a8553fb9b047b861b8518c2fe2803ce06cd794a5436f80561bedd82de1fc2df727f28d1b7c')
 
 build() {
 cd "audioencoder.flac-$pkgver-$_codename"
@@ -29,7 +26,8 @@
 }
 
 package() {
-   cd "audioencoder.flac-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
+depends=('kodi')
+cd "audioencoder.flac-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
 }
 


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

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:18:24
  Author: idevolder
Revision: 875900

archrelease: copy trunk to community-x86_64

Added:
  kodi-platform/repos/community-x86_64/PKGBUILD
(from rev 875899, kodi-platform/trunk/PKGBUILD)
Deleted:
  kodi-platform/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 17:18:17 UTC (rev 875899)
+++ PKGBUILD2021-02-28 17:18:24 UTC (rev 875900)
@@ -1,36 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-platform
-_commit=809c5e9
-pkgver=20190726.809c5e9
-pkgrel=20
-pkgdesc="platform library for external kodi addons"
-arch=('x86_64')
-url='https://github.com/xbmc/kodi-platform'
-license=('GPL')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-cd "$pkgname"
-git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-cd "$pkgname"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "$pkgname"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-platform/repos/community-x86_64/PKGBUILD (from rev 875899, 
kodi-platform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 17:18:24 UTC (rev 875900)
@@ -0,0 +1,36 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-platform
+_commit=809c5e9
+pkgver=20190726.809c5e9
+pkgrel=22
+pkgdesc="platform library for external kodi addons"
+arch=('x86_64')
+url='https://github.com/xbmc/kodi-platform'
+license=('GPL')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+cd "$pkgname"
+git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+cd "$pkgname"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi-common' 'p8-platform')
+cd "$pkgname"
+make DESTDIR="$pkgdir/" install
+}
+


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

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:18:17
  Author: idevolder
Revision: 875899

upgpkg: kodi-platform 20190726.809c5e9-22

Modified:
  kodi-platform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 17:17:36 UTC (rev 875898)
+++ PKGBUILD2021-02-28 17:18:17 UTC (rev 875899)
@@ -3,12 +3,11 @@
 pkgname=kodi-platform
 _commit=809c5e9
 pkgver=20190726.809c5e9
-pkgrel=20
+pkgrel=22
 pkgdesc="platform library for external kodi addons"
 arch=('x86_64')
 url='https://github.com/xbmc/kodi-platform'
 license=('GPL')
-depends=('kodi' 'p8-platform')
 makedepends=('git' 'cmake' 'kodi-dev')
 source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -30,6 +29,7 @@
 }
 
 package() {
+depends=('kodi-common' 'p8-platform')
 cd "$pkgname"
 make DESTDIR="$pkgdir/" install
 }


[arch-commits] Commit in kodi/repos/community-x86_64 (21 files)

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:17:36
  Author: idevolder
Revision: 875898

archrelease: copy trunk to community-x86_64

Added:
  
kodi/repos/community-x86_64/0001-allow-separate-windowing-binaries-being-launched-fro.patch
(from rev 875897, 
kodi/trunk/0001-allow-separate-windowing-binaries-being-launched-fro.patch)
  kodi/repos/community-x86_64/10160.patch
(from rev 875897, kodi/trunk/10160.patch)
  kodi/repos/community-x86_64/10775.patch
(from rev 875897, kodi/trunk/10775.patch)
  kodi/repos/community-x86_64/17804.patch
(from rev 875897, kodi/trunk/17804.patch)
  kodi/repos/community-x86_64/18131.patch
(from rev 875897, kodi/trunk/18131.patch)
  kodi/repos/community-x86_64/9703.patch
(from rev 875897, kodi/trunk/9703.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 875897, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/cheat-sse-build.patch
(from rev 875897, kodi/trunk/cheat-sse-build.patch)
  kodi/repos/community-x86_64/cpuinfo
(from rev 875897, kodi/trunk/cpuinfo)
  kodi/repos/community-x86_64/fix-ftpparse.patch
(from rev 875897, kodi/trunk/fix-ftpparse.patch)
  kodi/repos/community-x86_64/fix-python-lib-path.patch
(from rev 875897, kodi/trunk/fix-python-lib-path.patch)
Deleted:
  kodi/repos/community-x86_64/10160.patch
  kodi/repos/community-x86_64/10775.patch
  kodi/repos/community-x86_64/17804.patch
  kodi/repos/community-x86_64/18131.patch
  kodi/repos/community-x86_64/9703.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/cheat-sse-build.patch
  kodi/repos/community-x86_64/cpuinfo
  kodi/repos/community-x86_64/fix-ftpparse.patch
  kodi/repos/community-x86_64/fix-python-lib-path.patch

-+
 0001-allow-separate-windowing-binaries-being-launched-fro.patch |   67 
 10160.patch |   44 
 10775.patch | 1678 ++---
 17804.patch |   50 
 18131.patch | 2512 
 9703.patch  | 2864 
+-
 PKGBUILD|  680 +-
 cheat-sse-build.patch   |   22 
 cpuinfo |8 
 fix-ftpparse.patch  |  142 
 fix-python-lib-path.patch   |   58 
 11 files changed, 4063 insertions(+), 4062 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 875897:875898 to see the changes.


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

2021-02-28 Thread Ike Devolder via arch-commits
Date: Sunday, February 28, 2021 @ 17:17:21
  Author: idevolder
Revision: 875897

upgpkg: kodi 19.0-6

Added:
  kodi/trunk/0001-allow-separate-windowing-binaries-being-launched-fro.patch
Modified:
  kodi/trunk/PKGBUILD

-+
 0001-allow-separate-windowing-binaries-being-launched-fro.patch |   67 ++
 PKGBUILD|  254 
+++---
 2 files changed, 161 insertions(+), 160 deletions(-)

Added: 0001-allow-separate-windowing-binaries-being-launched-fro.patch
===
--- 0001-allow-separate-windowing-binaries-being-launched-fro.patch 
(rev 0)
+++ 0001-allow-separate-windowing-binaries-being-launched-fro.patch 
2021-02-28 17:17:21 UTC (rev 875897)
@@ -0,0 +1,67 @@
+From 5b75228b51c3422644468050debbc495f5195585 Mon Sep 17 00:00:00 2001
+From: BlackEagle 
+Date: Thu, 25 Feb 2021 15:24:21 +0100
+Subject: [PATCH] allow separate windowing binaries being launched from kodi
+ wrapper
+
+Signed-off-by: BlackEagle 
+---
+ tools/Linux/kodi.sh.in | 29 -
+ 1 file changed, 28 insertions(+), 1 deletion(-)
+
+diff --git a/tools/Linux/kodi.sh.in b/tools/Linux/kodi.sh.in
+index 108c0b0..38a49e0 100644
+--- a/tools/Linux/kodi.sh.in
 b/tools/Linux/kodi.sh.in
+@@ -28,6 +28,7 @@ LIBDIR="@libdir@"
+ APP_BINARY=$LIBDIR/${bin_name}/@APP_BINARY@
+ CRASHLOG_DIR=${CRASHLOG_DIR:-$HOME}
+ KODI_DATA=${KODI_DATA:-"${HOME}/.${bin_name}"} # mapped to special://home/
++WINDOWING=${WINDOWING:-"auto"}
+ 
+ # Workaround for high CPU load with nvidia GFX
+ export __GL_YIELD=USLEEP
+@@ -43,13 +44,39 @@ do
+ LIBDIR="$2"
+ shift; shift
+ ;;
++--windowing)
++WINDOWING="$2"
++echo "$SAVED_ARGS" | sed "s/--windowing[ ]*$2//g"
++shift; shift
++;;
+ *)
+ shift
+ ;;
+ esac
+ done
+ 
+-KODI_BINARY=${APP_BINARY}
++# Note: by default only one of those binaries exists
++# To be able to select a different one, if has to be compiled specifically
++# Your distribution might provide extra packages for those
++if [ "$WINDOWING" = "auto" ]; then
++# Wayland
++if [ -n "$WAYLAND_DISPLAY" ] && [ -x 
$LIBDIR/${bin_name}/${bin_name}-wayland ]; then
++KODI_BINARY=$LIBDIR/${bin_name}/${bin_name}-wayland
++# X11
++elif echo $DISPLAY | grep -qE ":[0-9]+" && [ -x 
$LIBDIR/${bin_name}/${bin_name}-x11 ]; then
++KODI_BINARY=$LIBDIR/${bin_name}/${bin_name}-x11
++# GBM/DRM
++elif [ -z "$DISPLAY" ] && [ -z "$WAYLAND_DISPLAY" ] && [ -x 
$LIBDIR/${bin_name}/${bin_name}-gbm ]; then
++KODI_BINARY=$LIBDIR/${bin_name}/${bin_name}-gbm
++# Default kodi.bin
++else
++KODI_BINARY=${APP_BINARY}
++fi
++elif [ -n "$WINDOWING" ]; then
++KODI_BINARY=$LIBDIR/${bin_name}/${bin_name}-${WINDOWING}
++else
++KODI_BINARY=${APP_BINARY}
++fi
+ 
+ if [ ! -x ${KODI_BINARY} ]; then
+ echo "Error: ${KODI_BINARY} not found"
+-- 
+2.30.1
+

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 16:58:12 UTC (rev 875896)
+++ PKGBUILD2021-02-28 17:17:21 UTC (rev 875897)
@@ -19,11 +19,11 @@
 
 pkgbase=kodi
 pkgname=(
-  'kodi' 'kodi-x11' 'kodi-wayland' 'kodi-gbm'
+  'kodi-common' 'kodi-x11' 'kodi-wayland' 'kodi-gbm'
   'kodi-eventclients' 'kodi-tools-texturepacker' 'kodi-dev'
 )
-pkgver=18.9
-pkgrel=3
+pkgver=19.0
+pkgrel=6
 arch=('x86_64')
 url="https://kodi.tv;
 license=('GPL2')
@@ -32,9 +32,9 @@
   'gperf' 'hicolor-icon-theme' 'java-runtime' 'libaacs' 'libass'
   'libbluray' 'libcdio' 'libcec' 'libgl' 'mariadb-libs' 'libmicrohttpd'
   'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
-  'python2-pycryptodomex' 'python2-pillow6' 'python2-pybluez'
-  'python2-simplejson' 'shairplay' 'smbclient' 'taglib' 'tinyxml' 'swig'
+  'libva-vdpau-driver' 'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
+  'python-pycryptodomex' 'python-pillow' 'python-pybluez'
+  'python-simplejson' 'shairplay' 'smbclient' 'taglib' 'tinyxml' 'swig'
   'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest' 'graphviz'
   # wayland
   'wayland-protocols' 'waylandpp' 'libxkbcommon'
@@ -42,18 +42,19 @@
   'libinput'
 )
 
-_codename=Leia
+_codename=Matrix
 
 _sse_workaround=1
 
-_libdvdcss_version="1.4.2-$_codename-Beta-5"
-_libdvdnav_version="6.0.0-$_codename-Alpha-3"
-_libdvdread_version="6.0.0-$_codename-Alpha-3"
-_ffmpeg_version="4.0.4-$_codename-18.4"
-_fmt_version="5.1.0"
+_libdvdcss_version="1.4.2-Leia-Beta-5"
+_libdvdnav_version="6.0.0-Leia-Alpha-3"
+_libdvdread_version="6.0.0-Leia-Alpha-3"
+_ffmpeg_version="4.3.1-$_codename-Beta1"
+_fmt_version="6.1.2"
+_spdlog_version="1.5.0"
 _crossguid_version="8f399e8bd4"
 _fstrcmp_version="0.7.D001"

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

2021-02-28 Thread Eli Schwartz via arch-commits
Date: Sunday, February 28, 2021 @ 16:58:12
  Author: eschwartz
Revision: 875896

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 875895, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  210 ++---
 1 file changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 16:57:57 UTC (rev 875895)
+++ PKGBUILD2021-02-28 16:58:12 UTC (rev 875896)
@@ -1,105 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgbase=calibre
-pkgname=calibre
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'py7zr' 'pychm' 'pygments' 
'pyqt5'
-  'pyqtwebengine' 'regex' 'zeroconf')
-depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusb'
- 'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo'
- "${_py_deps[@]/#/python-}" 'qt5-svg' 'ttf-liberation' 'udisks2')
-makedepends=('qt5-x11extras' 'sip' 'pyqt-builder' 'xdg-utils' 'rapydscript-ng')
-checkdepends=('xorg-server-xvfb')
-optdepends=('poppler: required for converting pdf to html'
-'speech-dispatcher: TTS support in the viewer')
-conflicts=('calibre-common' 'calibre-python3')
-replaces=('calibre-common' 'calibre-python3')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;)
-sha256sums=('3c8f8a20c9ec961a1a82ff54e8c726a3d3a77eef1c955a8048d9438abf09cd4c'
-'SKIP')
-b2sums=('fe543977be60fa36cb12bf3dc0e93a7385aa43d788d031daf815b351a014571a409f3378efd790e59a16e22c7ac9f0e52288fd8c725a79523cdb88478cd06acf'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-cd "${pkgbase}-${pkgver}"
-
-# Desktop integration (e.g. enforce arch defaults)
-# Use uppercase naming scheme, don't delete config files under fakeroot.
-sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
--e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
--e "s/^Name=calibre/Name=Calibre/g" \
--i  src/calibre/linux.py
-
-cd resources
-
-# Remove unneeded files
-rm ${pkgbase}-portable.* mozilla-ca-certs.pem
-
-# use system mathjax
-rm -r mathjax
-}
-
-build() {
-cd "${pkgbase}-${pkgver}"
-
-LANG='en_US.UTF-8' python setup.py build
-LANG='en_US.UTF-8' python setup.py gui
-python setup.py liberation_fonts --path-to-liberation_fonts 
/usr/share/fonts/liberation --system-liberation_fonts
-LANG='en_US.UTF-8' python setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
-LANG='en_US.UTF-8' python setup.py rapydscript
-}
-
-check() {
-cd "${pkgbase}-${pkgver}"
-
-_test_excludes=(
-# merely testing if a runtime-optional feature optdepend is importable
-'speech_dispatcher'
-# tests if a completely unused module is bundled
-'pycryptodome'
-)
-
-# without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-# ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-# one or two tests are a bit flaky, but the python3 build seems to succeed 
more often
-LANG='en_US.UTF-8' xvfb-run python setup.py test 
"${_test_excludes[@]/#/--exclude-test-name=}"
-}
-
-package() {
-cd "${pkgbase}-${pkgver}"
-
-# If this directory doesn't exist, zsh completion won't install.
-install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-LANG='en_US.UTF-8' python setup.py install \
---staging-root="${pkgdir}/usr" \
---prefix=/usr
-
-cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-# not needed at runtime
-rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-# Compiling bytecode FS#33392
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python3 -m compileall -d "${_destdir}" "${_file}"
-python3 -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 875895, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

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

2021-02-28 Thread Eli Schwartz via arch-commits
Date: Sunday, February 28, 2021 @ 16:57:57
  Author: eschwartz
Revision: 875895

upgpkg: calibre 5.12.0-1: upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 16:57:05 UTC (rev 875894)
+++ PKGBUILD2021-02-28 16:57:57 UTC (rev 875895)
@@ -8,13 +8,13 @@
 
 pkgbase=calibre
 pkgname=calibre
-pkgver=5.11.0
+pkgver=5.12.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
 license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
+_py_deps=('apsw' 'beautifulsoup4' 'cchardet' 'cssselect' 'css-parser' 
'dateutil' 'dbus' 'dnspython'
   'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
   'netifaces' 'unrardll' 'pillow' 'psutil' 'py7zr' 'pychm' 'pygments' 
'pyqt5'
   'pyqtwebengine' 'regex' 'zeroconf')
@@ -29,9 +29,9 @@
 replaces=('calibre-common' 'calibre-python3')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;)
-sha256sums=('3c8f8a20c9ec961a1a82ff54e8c726a3d3a77eef1c955a8048d9438abf09cd4c'
+sha256sums=('377ff2d64496c8cdfa2e9c1b8a67ed27aee1e337e4da3f6172f522fe940bdd85'
 'SKIP')
-b2sums=('fe543977be60fa36cb12bf3dc0e93a7385aa43d788d031daf815b351a014571a409f3378efd790e59a16e22c7ac9f0e52288fd8c725a79523cdb88478cd06acf'
+b2sums=('db74c89f24e25fd38a2781d06bf74eff54a2fc4ff43e6752785eccaff5b59bb736206b3f6c4e65e7a408a345f942979957ceeac300d8d76cee8b047432c9df54'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 


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

2021-02-28 Thread Eli Schwartz via arch-commits
Date: Sunday, February 28, 2021 @ 16:57:05
  Author: eschwartz
Revision: 875894

archrelease: copy trunk to community-x86_64

Added:
  xapp/repos/community-x86_64/PKGBUILD
(from rev 875893, xapp/trunk/PKGBUILD)
Deleted:
  xapp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 16:56:49 UTC (rev 875893)
+++ PKGBUILD2021-02-28 16:57:05 UTC (rev 875894)
@@ -1,49 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapp
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-provides=('xapps')
-conflicts=('xapps')
-replaces=('xapps')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7622e85bc3310f66d04e406eae81ffad5755ed78f3e26c6567d13b16713ceaf6')
-b2sums=('5af266ae599068c46c8e7684602370199a9b9b45fdbfa6f727d82a44ce752f67ede035403ae99a4fffd809d5e9f58cd07f4820b8f478b755ace5346b9f8b2859')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapp/repos/community-x86_64/PKGBUILD (from rev 875893, 
xapp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 16:57:05 UTC (rev 875894)
@@ -0,0 +1,49 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapp
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+provides=('xapps')
+conflicts=('xapps')
+replaces=('xapps')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('2cdb9ba2d24ba7fd8239a5aa825442942398bebc42fe816b5f0bbf3bf22ae448')
+b2sums=('9541aeaa64139bafc67d08d08872e3db3782913b2f744e8e63caf90c77984eb889299f70eb48a8d7a2adb4b12c8af7010592edcb6141c61d85036cc9414a9ab0')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2021-02-28 Thread Eli Schwartz via arch-commits
Date: Sunday, February 28, 2021 @ 16:56:49
  Author: eschwartz
Revision: 875893

upgpkg: xapp 2.0.7-1: upstream release

Modified:
  xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 16:45:46 UTC (rev 875892)
+++ PKGBUILD2021-02-28 16:56:49 UTC (rev 875893)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xapp
-pkgver=2.0.5
+pkgver=2.0.7
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 conflicts=('xapps')
 replaces=('xapps')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7622e85bc3310f66d04e406eae81ffad5755ed78f3e26c6567d13b16713ceaf6')
-b2sums=('5af266ae599068c46c8e7684602370199a9b9b45fdbfa6f727d82a44ce752f67ede035403ae99a4fffd809d5e9f58cd07f4820b8f478b755ace5346b9f8b2859')
+sha256sums=('2cdb9ba2d24ba7fd8239a5aa825442942398bebc42fe816b5f0bbf3bf22ae448')
+b2sums=('9541aeaa64139bafc67d08d08872e3db3782913b2f744e8e63caf90c77984eb889299f70eb48a8d7a2adb4b12c8af7010592edcb6141c61d85036cc9414a9ab0')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2021-02-28 Thread Eli Schwartz via arch-commits
Date: Sunday, February 28, 2021 @ 16:45:46
  Author: eschwartz
Revision: 875892

archrelease: copy trunk to community-x86_64

Added:
  weechat/repos/community-x86_64/PKGBUILD
(from rev 875891, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 16:45:15 UTC (rev 875891)
+++ PKGBUILD2021-02-28 16:45:46 UTC (rev 875892)
@@ -1,49 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Maintainer : Eli Schwartz 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=3.0
-pkgrel=2
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('x86_64')
-url="https://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
- 'ruby' 'tcl')
-optdepends=('aspell: spellchecker support'
-'guile: support for guile scripts'
-'lua: support for lua scripts'
-'perl: support for perl scripts'
-'python: support for python scripts'
-'ruby: support for ruby scripts'
-'tcl: support for tcl scripts')
-source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca'
-'SKIP')
-b2sums=('ed43c16af2a9fea101b54714e21d5f28f2b18fed5734c5f6adde857500befd94089f6bd7be5e2ad2738fce4e1bd5b10ebef32d0d46039242efaa2dc7f664eb42'
-'SKIP')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
-
-# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
-# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
-CFLAGS+=" ${CPPFLAGS}"
-
-build() {
-  mkdir -p build
-  cd build
-  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON \
--DENABLE_JAVASCRIPT=OFF \
--DENABLE_PHP=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: weechat/repos/community-x86_64/PKGBUILD (from rev 875891, 
weechat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 16:45:46 UTC (rev 875892)
@@ -0,0 +1,49 @@
+# Maintainer : Christian Rebischke 
+# Maintainer : Eli Schwartz 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('x86_64')
+url="https://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
+ 'ruby' 'tcl')
+optdepends=('aspell: spellchecker support'
+'guile: support for guile scripts'
+'lua: support for lua scripts'
+'perl: support for perl scripts'
+'python: support for python scripts'
+'ruby: support for ruby scripts'
+'tcl: support for tcl scripts')
+source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('d5b2949b668f622c08d60764aa230f8a4901d358facf83ab13428709854b173830aafe65fec86abacbea08ffe89e6e34131a5e4de37bbb5409454fa223f7885e'
+'SKIP')
+b2sums=('204c110259528c485a832a750a34c6b408e24c9b9c9797d41e2e2bfd5e33dcd4aa7c80c4478e8825155363048306a48bcbc61469813b9a82247c6cbffcc385a7'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
+
+# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
+# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
+CFLAGS+=" ${CPPFLAGS}"
+
+build() {
+  mkdir -p build
+  cd build
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON \
+-DENABLE_JAVASCRIPT=OFF \
+-DENABLE_PHP=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2021-02-28 Thread Eli Schwartz via arch-commits
Date: Sunday, February 28, 2021 @ 16:45:15
  Author: eschwartz
Revision: 875891

upgpkg: weechat 3.0.1-1: upstream release

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 14:29:01 UTC (rev 875890)
+++ PKGBUILD2021-02-28 16:45:15 UTC (rev 875891)
@@ -4,8 +4,8 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=3.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
 url="https://www.weechat.org/;
@@ -21,9 +21,9 @@
 'ruby: support for ruby scripts'
 'tcl: support for tcl scripts')
 source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca'
+sha512sums=('d5b2949b668f622c08d60764aa230f8a4901d358facf83ab13428709854b173830aafe65fec86abacbea08ffe89e6e34131a5e4de37bbb5409454fa223f7885e'
 'SKIP')
-b2sums=('ed43c16af2a9fea101b54714e21d5f28f2b18fed5734c5f6adde857500befd94089f6bd7be5e2ad2738fce4e1bd5b10ebef32d0d46039242efaa2dc7f664eb42'
+b2sums=('204c110259528c485a832a750a34c6b408e24c9b9c9797d41e2e2bfd5e33dcd4aa7c80c4478e8825155363048306a48bcbc61469813b9a82247c6cbffcc385a7'
 'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
 


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

2021-02-28 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 28, 2021 @ 15:04:26
  Author: foutrelis
Revision: 408918

archrelease: copy trunk to extra-x86_64

Added:
  mousepad/repos/extra-x86_64/PKGBUILD
(from rev 408917, mousepad/trunk/PKGBUILD)
Deleted:
  mousepad/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 15:04:22 UTC (rev 408917)
+++ PKGBUILD2021-02-28 15:04:26 UTC (rev 408918)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias [tobias at archlinux.org]
-
-pkgname=mousepad
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="Simple text editor for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfconf' 'gtksourceview3' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('30adc5631a4e551df7b3e17ddc1d10e9980080f96518dedccc32170cb18efb8e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 408917, 
mousepad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 15:04:26 UTC (rev 408918)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="Simple text editor for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfconf' 'gtksourceview3' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e7208bb9e96a1525d3358a64f9cdd165005078e84e81984a953a2a03491fcaa8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-28 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 28, 2021 @ 15:04:22
  Author: foutrelis
Revision: 408917

upgpkg: mousepad 0.5.3-1: new upstream release

Modified:
  mousepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 12:14:56 UTC (rev 408916)
+++ PKGBUILD2021-02-28 15:04:22 UTC (rev 408917)
@@ -2,7 +2,7 @@
 # Contributor: tobias [tobias at archlinux.org]
 
 pkgname=mousepad
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc="Simple text editor for Xfce"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('xfconf' 'gtksourceview3' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('intltool' 'perl')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('30adc5631a4e551df7b3e17ddc1d10e9980080f96518dedccc32170cb18efb8e')
+sha256sums=('e7208bb9e96a1525d3358a64f9cdd165005078e84e81984a953a2a03491fcaa8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 14:29:01
  Author: dvzrv
Revision: 875890

archrelease: copy trunk to community-any

Added:
  solaar/repos/community-any/PKGBUILD
(from rev 875889, solaar/trunk/PKGBUILD)
Deleted:
  solaar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 14:28:54 UTC (rev 875889)
+++ PKGBUILD2021-02-28 14:29:01 UTC (rev 875890)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Arnaud Taffanel 
-# Contributor: Victor Häggqvist 
-
-_name=Solaar
-pkgname=solaar
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Linux device manager for a wide range of Logitech devices"
-url="https://pwr-solaar.github.io/Solaar/;
-license=('GPL2')
-arch=('any')
-depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev')
-makedepends=('git')
-source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. 
Patel-Schneider (key generated for github) 
-
-build() {
-  cd "${_name}"
-  python setup.py build
-}
-
-package() {
-  cd "${_name}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}/"
-  # udev
-  rm -rf "${pkgdir}/etc"
-  install -vDm 644 rules.d/42-logitech-unify-permissions.rules \
--t "${pkgdir}/usr/lib/udev/rules.d/"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: solaar/repos/community-any/PKGBUILD (from rev 875889, 
solaar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 14:29:01 UTC (rev 875890)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: Arnaud Taffanel 
+# Contributor: Victor Häggqvist 
+
+_name=Solaar
+pkgname=solaar
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="Linux device manager for a wide range of Logitech devices"
+url="https://pwr-solaar.github.io/Solaar/;
+license=('GPL2')
+arch=('any')
+depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev'
+'python-psutil' 'python-xlib' 'python-yaml')
+makedepends=('git')
+source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. 
Patel-Schneider (key generated for github) 
+
+build() {
+  cd "${_name}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}/"
+  # udev
+  rm -rf "${pkgdir}/etc"
+  install -vDm 644 rules.d/42-logitech-unify-permissions.rules \
+-t "${pkgdir}/usr/lib/udev/rules.d/"
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 14:28:54
  Author: dvzrv
Revision: 875889

upgpkg: solaar 1.0.5-2: Rebuild to add missing dependencies.

python-psutil, alongside python-xlib and python-yaml are required:
https://bugs.archlinux.org/task/69824

Modified:
  solaar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 14:01:12 UTC (rev 875888)
+++ PKGBUILD2021-02-28 14:28:54 UTC (rev 875889)
@@ -5,12 +5,13 @@
 _name=Solaar
 pkgname=solaar
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux device manager for a wide range of Logitech devices"
 url="https://pwr-solaar.github.io/Solaar/;
 license=('GPL2')
 arch=('any')
-depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev')
+depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev'
+'python-psutil' 'python-xlib' 'python-yaml')
 makedepends=('git')
 source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed;)
 sha512sums=('SKIP')


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

2021-02-28 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, February 28, 2021 @ 13:21:46
  Author: jlichtblau
Revision: 875884

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 875883, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 13:21:37 UTC (rev 875883)
+++ PKGBUILD2021-02-28 13:21:46 UTC (rev 875884)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.80.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7942455b1429eda849ff9c09061abb08748619b20ce889b217b7c0aaa67e62e66a8ef3228f894943b6ea464b47e3f7543d81ebb061bb7a04d8106221922471e4')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 875883, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 13:21:46 UTC (rev 875884)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.81.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('abb734a5481e5947450449b69c8b978c6a94b1e56b7eec658caaa0d08236b8ee599e79b0b509476b3e48eec20d1c697b09b0ee1d2ee9816879cbace5ea26253c')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2021-02-28 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, February 28, 2021 @ 13:21:37
  Author: jlichtblau
Revision: 875883

upgpkg: hugo 0.81.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 13:20:16 UTC (rev 875882)
+++ PKGBUILD2021-02-28 13:21:37 UTC (rev 875883)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.80.0
+pkgver=0.81.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -12,10 +12,10 @@
 license=('Apache')
 depends=('glibc')
 makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
+optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7942455b1429eda849ff9c09061abb08748619b20ce889b217b7c0aaa67e62e66a8ef3228f894943b6ea464b47e3f7543d81ebb061bb7a04d8106221922471e4')
+sha512sums=('abb734a5481e5947450449b69c8b978c6a94b1e56b7eec658caaa0d08236b8ee599e79b0b509476b3e48eec20d1c697b09b0ee1d2ee9816879cbace5ea26253c')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2021-02-28 Thread Morten Linderud via arch-commits
Date: Sunday, February 28, 2021 @ 13:20:16
  Author: foxboron
Revision: 875882

archrelease: copy trunk to community-x86_64

Added:
  sbctl/repos/community-x86_64/
  sbctl/repos/community-x86_64/PKGBUILD
(from rev 875881, sbctl/trunk/PKGBUILD)

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

Copied: sbctl/repos/community-x86_64/PKGBUILD (from rev 875881, 
sbctl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-02-28 13:20:16 UTC (rev 875882)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+
+pkgname=sbctl
+pkgver=0.1
+pkgrel=1
+pkgdesc="Secure Boot key manager"
+arch=("x86_64")
+url="https://github.com/Foxboron/sbctl;
+license=("MIT")
+depends=("sbsigntools")
+makedepends=("go" "git" "asciidoc")
+source=("https://github.com/Foxboron/sbctl/releases/download/0.1/sbctl-0.1.tar.gz"{,.sig})
+validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
+sha256sums=('ba460e362ec0aa47c934052c235e05e36e0d81f36e5e7b94992b04f7d8406563'
+'SKIP')
+
+build(){
+cd "${pkgname}-${pkgver}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+make
+}
+
+package(){
+cd "${pkgname}-${pkgver}"
+make PREFIX="$pkgdir/usr" install
+./sbctl completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/sbctl"
+./sbctl completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_sbctl"
+./sbctl completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
+install -Dm644 ./contrib/pacman/99-sbctl.hook 
"${pkgdir}/usr/share/libalpm/hooks/99-sbctl.hook"
+}


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

2021-02-28 Thread Morten Linderud via arch-commits
Date: Sunday, February 28, 2021 @ 13:20:10
  Author: foxboron
Revision: 875881

upgpkg: sbctl 0.1-1

Added:
  sbctl/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 13:20:10 UTC (rev 875881)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+
+pkgname=sbctl
+pkgver=0.1
+pkgrel=1
+pkgdesc="Secure Boot key manager"
+arch=("x86_64")
+url="https://github.com/Foxboron/sbctl;
+license=("MIT")
+depends=("sbsigntools")
+makedepends=("go" "git" "asciidoc")
+source=("https://github.com/Foxboron/sbctl/releases/download/0.1/sbctl-0.1.tar.gz"{,.sig})
+validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
+sha256sums=('ba460e362ec0aa47c934052c235e05e36e0d81f36e5e7b94992b04f7d8406563'
+'SKIP')
+
+build(){
+cd "${pkgname}-${pkgver}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+make
+}
+
+package(){
+cd "${pkgname}-${pkgver}"
+make PREFIX="$pkgdir/usr" install
+./sbctl completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/sbctl"
+./sbctl completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_sbctl"
+./sbctl completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
+install -Dm644 ./contrib/pacman/99-sbctl.hook 
"${pkgdir}/usr/share/libalpm/hooks/99-sbctl.hook"
+}


[arch-commits] Commit in (sbctl sbctl/repos sbctl/trunk)

2021-02-28 Thread Morten Linderud via arch-commits
Date: Sunday, February 28, 2021 @ 13:20:06
  Author: foxboron
Revision: 875880

addpkg: sbctl 0.1-1

Added:
  sbctl/
  sbctl/repos/
  sbctl/trunk/


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

2021-02-28 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, February 28, 2021 @ 13:13:34
  Author: jlichtblau
Revision: 875879

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 875878, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 13:13:24 UTC (rev 875878)
+++ PKGBUILD2021-02-28 13:13:34 UTC (rev 875879)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor: Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-pkgname=po4a
-pkgver=0.62
-pkgrel=1
-pkgdesc="Tools for helping translation of documentation"
-arch=('any')
-url="https://po4a.org/;
-license=('GPL')
-depends=('perl' 'gettext' 'perl-yaml-tiny' 'perl-unicode-linebreak')
-makedepends=('perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey'
- 'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ef8ea68ceafd810a70c6d2aead57268375542a61d9b7c36ddd2550c9b8708430')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  perl Build.PL installdirs=vendor create_packlist=0
-  # The script expects a UTF-8 locale
-  LC_ALL=en_US.UTF-8 perl Build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  perl Build destdir="${pkgdir}" install
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: po4a/repos/community-any/PKGBUILD (from rev 875878, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 13:13:34 UTC (rev 875879)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor: Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+pkgname=po4a
+pkgver=0.63
+pkgrel=1
+pkgdesc="Tools for helping translation of documentation"
+arch=('any')
+url="https://po4a.org/;
+license=('GPL')
+depends=('perl' 'gettext' 'perl-yaml-tiny' 'perl-unicode-linebreak')
+makedepends=('perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey'
+ 'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('534a050af6e8d8d2acd5dd32b66c9a15f64106f022efef72cd82c175de34e595')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+  LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}


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

2021-02-28 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, February 28, 2021 @ 13:13:24
  Author: jlichtblau
Revision: 875878

upgpkg: po4a 0.63-1 - new upstream release

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 12:20:51 UTC (rev 875877)
+++ PKGBUILD2021-02-28 13:13:24 UTC (rev 875878)
@@ -6,7 +6,7 @@
 # Contributor: Mikko Seppälä  aka Neverth
 
 pkgname=po4a
-pkgver=0.62
+pkgver=0.63
 pkgrel=1
 pkgdesc="Tools for helping translation of documentation"
 arch=('any')
@@ -17,7 +17,7 @@
  'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ef8ea68ceafd810a70c6d2aead57268375542a61d9b7c36ddd2550c9b8708430')
+sha256sums=('534a050af6e8d8d2acd5dd32b66c9a15f64106f022efef72cd82c175de34e595')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 12:20:51
  Author: dvzrv
Revision: 875877

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 12:20:43 UTC (rev 875876)
+++ PKGBUILD2021-02-28 12:20:51 UTC (rev 875877)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: NicoHood 
-# Contributor: brent s. 
-
-_name=gitpython
-pkgdesc="A python library used to interact with Git repositories"
-pkgname=python-gitpython
-pkgver=3.1.13
-pkgrel=1
-url="https://github.com/gitpython-developers/gitpython;
-license=('BSD')
-arch=('any')
-depends=('git' 'python-gitdb')
-makedepends=('python-setuptools')
-checkdepends=('python-ddt' 'python-nose' 'python-pytest' 'python-virtualenv')
-source=("git+https://github.com/gitpython-developers/gitpython.git#tag=${pkgver}?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel 
(In Rust I trust!) 
-
-build() {
-  cd "${_name}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}"
-  export TRAVIS="VERY CONVENIENT"
-  git config --global user.name "Test User"
-  git config --global user.email "t...@user.org"
-  ./init-tests-after-clone.sh
-  PYTHONDONTWRITEBYTECODE=1 pytest -v -k 'not test_reading and not 
test_writing and not test_base and not test_index_file_diffing'
-}
-
-package() {
-  cd "${_name}"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS,CHANGES,{CONTRIBUTING,README}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: python-gitpython/repos/community-any/PKGBUILD (from rev 875876, 
python-gitpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 12:20:51 UTC (rev 875877)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: NicoHood 
+# Contributor: brent s. 
+
+_name=gitpython
+pkgdesc="A python library used to interact with Git repositories"
+pkgname=python-gitpython
+pkgver=3.1.14
+pkgrel=1
+url="https://github.com/gitpython-developers/gitpython;
+license=('BSD')
+arch=('any')
+depends=('git' 'python-gitdb')
+makedepends=('python-setuptools')
+checkdepends=('python-ddt' 'python-nose' 'python-pytest' 'python-virtualenv')
+source=("git+https://github.com/gitpython-developers/gitpython.git#tag=${pkgver}?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel 
(In Rust I trust!) 
+
+build() {
+  cd "${_name}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}"
+  export TRAVIS="VERY CONVENIENT"
+  git config --global user.name "Test User"
+  git config --global user.email "t...@user.org"
+  ./init-tests-after-clone.sh
+  PYTHONDONTWRITEBYTECODE=1 pytest -v -k 'not test_reading and not 
test_writing and not test_base and not test_index_file_diffing'
+}
+
+package() {
+  cd "${_name}"
+  export PYTHONHASHSEED=0
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGES,{CONTRIBUTING,README}.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 12:20:43
  Author: dvzrv
Revision: 875876

upgpkg: python-gitpython 3.1.14-1: Upgrade to 3.1.14.

Modified:
  python-gitpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 12:14:16 UTC (rev 875875)
+++ PKGBUILD2021-02-28 12:20:43 UTC (rev 875876)
@@ -5,7 +5,7 @@
 _name=gitpython
 pkgdesc="A python library used to interact with Git repositories"
 pkgname=python-gitpython
-pkgver=3.1.13
+pkgver=3.1.14
 pkgrel=1
 url="https://github.com/gitpython-developers/gitpython;
 license=('BSD')


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

2021-02-28 Thread Christian Hesse via arch-commits
Date: Sunday, February 28, 2021 @ 12:14:16
  Author: eworm
Revision: 875875

archrelease: copy trunk to community-x86_64

Added:
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 875874, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
(from rev 875874, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/darkhttpd@.service
(from rev 875874, darkhttpd/trunk/darkhttpd@.service)
Deleted:
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service
  darkhttpd/repos/community-x86_64/darkhttpd@.service

+
 PKGBUILD   |   84 +++
 darkhttpd.service  |   28 -
 darkhttpd@.service |   28 -
 3 files changed, 67 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 12:14:08 UTC (rev 875874)
+++ PKGBUILD2021-02-28 12:14:16 UTC (rev 875875)
@@ -1,45 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=darkhttpd
-pkgver=1.12
-pkgrel=6
-pkgdesc="A small and secure static webserver"
-arch=('x86_64')
-url="https://unix4lyfe.org/darkhttpd/;
-license=('BSD')
-backup=('etc/conf.d/mimetypes')
-source=("$url/$pkgname-$pkgver.tar.bz2"
-'darkhttpd.service'
-'darkhttpd@.service')
-sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
-'e53ae82993f6c996c0c54ccbbd9307811501cf01404c441b48b2c79f9384fa27'
-'0bfbe13c93ba87d8ea08ab85745c92cebcbc6b627616e7c58d6099a234a59841')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install darkhttpd
-  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
-
-  # install systemd files
-  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
-  install -Dm644 "$srcdir/darkhttpd@.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd@.service"
-  install -dm0755 "$pkgdir"/etc/conf.d/
-  touch "$pkgdir"/etc/conf.d/mimetypes
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  sed -n '1,/^$/p' darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-x86_64/PKGBUILD (from rev 875874, 
darkhttpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 12:14:16 UTC (rev 875875)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=darkhttpd
+pkgver=1.13
+pkgrel=1
+pkgdesc="A small and secure static webserver"
+arch=('x86_64')
+url="https://unix4lyfe.org/darkhttpd/;
+license=('BSD')
+backup=('etc/conf.d/mimetypes')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/emikulic/darkhttpd/archive/v${pkgver}.tar.gz;
+'darkhttpd.service'
+'darkhttpd@.service')
+sha256sums=('1d88c395ac79ca9365aa5af71afe4ad136a4ed45099ca398168d4a2014dc0fc2'
+'e53ae82993f6c996c0c54ccbbd9307811501cf01404c441b48b2c79f9384fa27'
+'0bfbe13c93ba87d8ea08ab85745c92cebcbc6b627616e7c58d6099a234a59841')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install darkhttpd
+  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
+
+  # install systemd files
+  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
+  install -Dm644 "$srcdir/darkhttpd@.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd@.service"
+  install -dm0755 "$pkgdir"/etc/conf.d/
+  touch "$pkgdir"/etc/conf.d/mimetypes
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed -n '1,/^$/p' darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: darkhttpd.service
===
--- darkhttpd.service   2021-02-28 12:14:08 UTC (rev 875874)
+++ darkhttpd.service   2021-02-28 12:14:16 UTC (rev 875875)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot 
--no-listing --mimetypes /etc/conf.d/mimetypes
-ProtectSystem=full
-ProtectHome=on
-PrivateDevices=on
-NoNewPrivileges=on
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-x86_64/darkhttpd.service (from rev 875874, 
darkhttpd/trunk/darkhttpd.service)
===
--- darkhttpd.service   (rev 0)
+++ darkhttpd.service   2021-02-28 12:14:16 UTC (rev 875875)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Darkhttpd Webserver
+After=network.target
+
+[Service]
+Type=simple

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

2021-02-28 Thread Christian Hesse via arch-commits
Date: Sunday, February 28, 2021 @ 12:14:08
  Author: eworm
Revision: 875874

upgpkg: darkhttpd 1.13-1: new upstream release

Modified:
  darkhttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 12:02:45 UTC (rev 875873)
+++ PKGBUILD2021-02-28 12:14:08 UTC (rev 875874)
@@ -1,26 +1,20 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=darkhttpd
-pkgver=1.12
-pkgrel=6
+pkgver=1.13
+pkgrel=1
 pkgdesc="A small and secure static webserver"
 arch=('x86_64')
 url="https://unix4lyfe.org/darkhttpd/;
 license=('BSD')
 backup=('etc/conf.d/mimetypes')
-source=("$url/$pkgname-$pkgver.tar.bz2"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/emikulic/darkhttpd/archive/v${pkgver}.tar.gz;
 'darkhttpd.service'
 'darkhttpd@.service')
-sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
+sha256sums=('1d88c395ac79ca9365aa5af71afe4ad136a4ed45099ca398168d4a2014dc0fc2'
 'e53ae82993f6c996c0c54ccbbd9307811501cf01404c441b48b2c79f9384fa27'
 '0bfbe13c93ba87d8ea08ab85745c92cebcbc6b627616e7c58d6099a234a59841')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 12:02:45
  Author: dvzrv
Revision: 875873

archrelease: copy trunk to community-any

Added:
  solaar/repos/community-any/PKGBUILD
(from rev 875872, solaar/trunk/PKGBUILD)
Deleted:
  solaar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 12:02:37 UTC (rev 875872)
+++ PKGBUILD2021-02-28 12:02:45 UTC (rev 875873)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Arnaud Taffanel 
-# Contributor: Victor Häggqvist 
-
-_name=Solaar
-pkgname=solaar
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="Linux device manager for a wide range of Logitech devices"
-url="https://pwr-solaar.github.io/Solaar/;
-license=('GPL2')
-arch=('any')
-depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev')
-makedepends=('git')
-source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. 
Patel-Schneider (key generated for github) 
-
-build() {
-  cd "${_name}"
-  python setup.py build
-}
-
-package() {
-  cd "${_name}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}/"
-  # udev
-  rm -rf "${pkgdir}/etc"
-  install -vDm 644 rules.d/42-logitech-unify-permissions.rules \
--t "${pkgdir}/usr/lib/udev/rules.d/"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: solaar/repos/community-any/PKGBUILD (from rev 875872, 
solaar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 12:02:45 UTC (rev 875873)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: Arnaud Taffanel 
+# Contributor: Victor Häggqvist 
+
+_name=Solaar
+pkgname=solaar
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Linux device manager for a wide range of Logitech devices"
+url="https://pwr-solaar.github.io/Solaar/;
+license=('GPL2')
+arch=('any')
+depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev')
+makedepends=('git')
+source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. 
Patel-Schneider (key generated for github) 
+
+build() {
+  cd "${_name}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}/"
+  # udev
+  rm -rf "${pkgdir}/etc"
+  install -vDm 644 rules.d/42-logitech-unify-permissions.rules \
+-t "${pkgdir}/usr/lib/udev/rules.d/"
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 12:02:37
  Author: dvzrv
Revision: 875872

upgpkg: solaar 1.0.5-1: Upgrade to 1.0.5.

Modified:
  solaar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 11:58:44 UTC (rev 875871)
+++ PKGBUILD2021-02-28 12:02:37 UTC (rev 875872)
@@ -4,8 +4,8 @@
 
 _name=Solaar
 pkgname=solaar
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="Linux device manager for a wide range of Logitech devices"
 url="https://pwr-solaar.github.io/Solaar/;
 license=('GPL2')


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 11:58:44
  Author: dvzrv
Revision: 875871

archrelease: copy trunk to community-x86_64

Added:
  minitube/repos/community-x86_64/PKGBUILD
(from rev 875870, minitube/trunk/PKGBUILD)
Deleted:
  minitube/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 11:58:32 UTC (rev 875870)
+++ PKGBUILD2021-02-28 11:58:44 UTC (rev 875871)
@@ -1,30 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Andrea Scarpino 
-
-pkgname=minitube
-pkgver=3.8
-pkgrel=1
-pkgdesc="A YouTube desktop application"
-arch=('x86_64')
-url="https://flavio.tordini.org/minitube;
-license=('GPL3')
-depends=('gcc-libs' 'glibc' 'qt5-base' 'qt5-declarative' 'qt5-x11extras')
-makedepends=('mpv' 'qt5-tools')
-source=("https://github.com/flaviotordini/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('59865d996f1dafbac57b3e9ff1125fe2e9b3f17fa948f8cc91230e2aa4b251c3121a282fdddca9b2377db75d2e141fc76fb9d7a9377fc8e284084327f0ee9461')
-b2sums=('5ed79f7ba9e5c4e11e79f43ebf5e6a866605dcda4e221659ef4a92fffd41c7fcad3b20906ec7379d82d4e7e13c533b2e4e1b01b98e8b83892f3e1718c1a69718')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  qmake
-}
-
-package() {
-  depends+=('libmpv.so')
-
-  cd "${pkgname}-${pkgver}"
-  make install INSTALL_ROOT="${pkgdir}/"
-  install -vDm 644 {AUTHORS,CHANGES,README.md,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 875870, 
minitube/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 11:58:44 UTC (rev 875871)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Andrea Scarpino 
+
+pkgname=minitube
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A YouTube desktop application"
+arch=('x86_64')
+url="https://flavio.tordini.org/minitube;
+license=('GPL3')
+depends=('gcc-libs' 'glibc' 'qt5-base' 'qt5-declarative' 'qt5-x11extras')
+makedepends=('mpv' 'qt5-tools')
+source=("https://github.com/flaviotordini/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('280d842c973fb2d17edac306bd8cab7b2c0956bdc6133eb9a313b1ae64e29350cc7b533b95c169e83d70a2acee0f0680ca34ee0bb89a697e7724a667716673bb')
+b2sums=('30e70038c22aa25c3c14196544554d4e041090bc7082e03886d2c673071d8766b46bef3e438035b0dc2c37c169183ba3665e9f7ae4826262f4cb501628293de4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  qmake
+}
+
+package() {
+  depends+=('libmpv.so')
+
+  cd "${pkgname}-${pkgver}"
+  make install INSTALL_ROOT="${pkgdir}/"
+  install -vDm 644 {AUTHORS,CHANGES,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 11:58:32
  Author: dvzrv
Revision: 875870

upgpkg: minitube 3.8.1-1: Upgrade to 3.8.1.

Modified:
  minitube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 11:58:09 UTC (rev 875869)
+++ PKGBUILD2021-02-28 11:58:32 UTC (rev 875870)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=minitube
-pkgver=3.8
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="A YouTube desktop application"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('gcc-libs' 'glibc' 'qt5-base' 'qt5-declarative' 'qt5-x11extras')
 makedepends=('mpv' 'qt5-tools')
 
source=("https://github.com/flaviotordini/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('59865d996f1dafbac57b3e9ff1125fe2e9b3f17fa948f8cc91230e2aa4b251c3121a282fdddca9b2377db75d2e141fc76fb9d7a9377fc8e284084327f0ee9461')
-b2sums=('5ed79f7ba9e5c4e11e79f43ebf5e6a866605dcda4e221659ef4a92fffd41c7fcad3b20906ec7379d82d4e7e13c533b2e4e1b01b98e8b83892f3e1718c1a69718')
+sha512sums=('280d842c973fb2d17edac306bd8cab7b2c0956bdc6133eb9a313b1ae64e29350cc7b533b95c169e83d70a2acee0f0680ca34ee0bb89a697e7724a667716673bb')
+b2sums=('30e70038c22aa25c3c14196544554d4e041090bc7082e03886d2c673071d8766b46bef3e438035b0dc2c37c169183ba3665e9f7ae4826262f4cb501628293de4')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 11:58:09
  Author: dvzrv
Revision: 875869

archrelease: copy trunk to community-x86_64

Added:
  geonkick/repos/community-x86_64/PKGBUILD
(from rev 875868, geonkick/trunk/PKGBUILD)
Deleted:
  geonkick/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 11:57:57 UTC (rev 875868)
+++ PKGBUILD2021-02-28 11:58:09 UTC (rev 875869)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=geonkick
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
-makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint')
-optdepends=(
-'lv2-host: for LV2 plugin'
-'jack: for standalone application'
-)
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('f4366495e7f7949801c72d47db3f836e3c85fd94592690bc824bb6e4369f0be54b52bb4edb13b38d783cc31ed128a245721143c3af9eb023cfe9547e453a7f24')
-b2sums=('d1fddd20eb89357f37ef8b0258661e750ea8f35f357606d6ab4febc64ec0d6627f59e2386e721a0bafc224fc16fb35147babf576f2c457a97c1664ea9297a73b')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DGKICK_REDKITE_SDK_PATH='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
-  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-  "http://geontime.com/geonkick;
-  rm -v plugin/lv2/${pkgname}.lv2/*.so
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
-  install -vDm 644 "data/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 875868, 
geonkick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 11:58:09 UTC (rev 875869)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+
+pkgname=geonkick
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
+makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
+checkdepends=('lv2lint')
+optdepends=(
+'lv2-host: for LV2 plugin'
+'jack: for standalone application'
+)
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
+sha512sums=('92876db4fe72c070209570b5fd76e70d2cd608cab48f5c0a69a60f2db80cff5dbd5c9e5a297dc179f3d3cfaee342ed2c90f91196ce02190e29dba1181b70cde9')
+b2sums=('62f20857932dfc76b738800df92f7be6a4b234e94a21fe008a99220fdbe2851e1eb8121ff378af653d9be8765c32af4dbd0fe379ef65528eed7282511510ca51')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DGKICK_REDKITE_SDK_PATH='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+  "http://geontime.com/geonkick;
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
+  install -vDm 644 "data/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-02-28 Thread David Runge via arch-commits
Date: Sunday, February 28, 2021 @ 11:57:57
  Author: dvzrv
Revision: 875868

upgpkg: geonkick 2.7.2-1: Upgrade to 2.7.2.

Modified:
  geonkick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 10:14:57 UTC (rev 875867)
+++ PKGBUILD2021-02-28 11:57:57 UTC (rev 875868)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=geonkick
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="A free software percussion synthesizer"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 'jack: for standalone application'
 )
 
source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('f4366495e7f7949801c72d47db3f836e3c85fd94592690bc824bb6e4369f0be54b52bb4edb13b38d783cc31ed128a245721143c3af9eb023cfe9547e453a7f24')
-b2sums=('d1fddd20eb89357f37ef8b0258661e750ea8f35f357606d6ab4febc64ec0d6627f59e2386e721a0bafc224fc16fb35147babf576f2c457a97c1664ea9297a73b')
+sha512sums=('92876db4fe72c070209570b5fd76e70d2cd608cab48f5c0a69a60f2db80cff5dbd5c9e5a297dc179f3d3cfaee342ed2c90f91196ce02190e29dba1181b70cde9')
+b2sums=('62f20857932dfc76b738800df92f7be6a4b234e94a21fe008a99220fdbe2851e1eb8121ff378af653d9be8765c32af4dbd0fe379ef65528eed7282511510ca51')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"


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

2021-02-28 Thread Jan Steffens via arch-commits
Date: Sunday, February 28, 2021 @ 10:29:36
  Author: heftig
Revision: 408915

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 408914, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 10:29:27 UTC (rev 408914)
+++ PKGBUILD2021-02-28 10:29:36 UTC (rev 408915)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.50.3
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=bc7a34fa3c11c500671e43a79b7f0d9b67a7f171  # tags/0.50.3^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 408914, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 10:29:36 UTC (rev 408915)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.50.4
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=4c3be8f2bd1c1e671b756ed93ddfbb8f297d5c4d  # tags/0.50.4^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-02-28 Thread Jan Steffens via arch-commits
Date: Sunday, February 28, 2021 @ 10:29:27
  Author: heftig
Revision: 408914

0.50.4-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-27 22:32:38 UTC (rev 408913)
+++ PKGBUILD2021-02-28 10:29:27 UTC (rev 408914)
@@ -4,7 +4,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.50.3
+pkgver=0.50.4
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -16,7 +16,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=bc7a34fa3c11c500671e43a79b7f0d9b67a7f171  # tags/0.50.3^0
+_commit=4c3be8f2bd1c1e671b756ed93ddfbb8f297d5c4d  # tags/0.50.4^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-02-28 Thread Felix Yan via arch-commits
Date: Sunday, February 28, 2021 @ 10:14:57
  Author: felixonmars
Revision: 875867

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 875866, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 10:14:40 UTC (rev 875866)
+++ PKGBUILD2021-02-28 10:14:57 UTC (rev 875867)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=8.20210127
-pkgrel=34
-pkgdesc="Manage files with git, without checking their contents into git"
-url="https://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
- 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
- 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
- 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
- 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
- 'haskell-git-lfs' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
- 'haskell-http-client-restricted' 'haskell-http-client-tls' 
'haskell-http-conduit'
- 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
- 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
- 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
- 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
- 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
- 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
- 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
- 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
- 'haskell-unix-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
- 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
- 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
- 'haskell-yesod-static')
-makedepends=('chrpath' 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
-  -i Makefile
-  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
-}
-
-package() {
-  cd git-annex
-  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
-
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 875866, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 10:14:57 UTC (rev 875867)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210223
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-restricted' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 

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

2021-02-28 Thread Felix Yan via arch-commits
Date: Sunday, February 28, 2021 @ 10:14:40
  Author: felixonmars
Revision: 875866

upgpkg: git-annex 8.20210223-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 09:27:48 UTC (rev 875865)
+++ PKGBUILD2021-02-28 10:14:40 UTC (rev 875866)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=8.20210127
-pkgrel=34
+pkgver=8.20210223
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2021-02-28 Thread Felix Yan via arch-commits
Date: Sunday, February 28, 2021 @ 09:25:56
  Author: felixonmars
Revision: 875749

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 09:25:56 UTC (rev 875748)
+++ PKGBUILD2021-02-28 09:25:56 UTC (rev 875749)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=6.3.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module'
-'python-libcst: for codemods module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b8ea74ce8e479734aa8973d0127351064ccfb3ac6308aad67a57c6545d12a0594b7946f05aabd4bbaa2ddb5ec0ac2959e09db8733cf9e3a96181740aafae8813')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tests/numpy/test_lazy_import.py --ignore tmp_install
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.9/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 875740, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 09:25:56 UTC (rev 875749)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=6.3.3
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module'
+'python-libcst: for codemods module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('803755e6cddb2de4b44df707c75858154a97d7888d4009ac4c4d3b577c5d58571176fe4155025c77e1d59843334f82babf0d7998557404d5964d0547e7c1428a')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
+
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 

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

2021-02-28 Thread Felix Yan via arch-commits
Date: Sunday, February 28, 2021 @ 09:25:36
  Author: felixonmars
Revision: 875739

upgpkg: python-hypothesis 6.3.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 08:05:00 UTC (rev 875738)
+++ PKGBUILD2021-02-28 09:25:36 UTC (rev 875739)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=6.3.2
+pkgver=6.3.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b8ea74ce8e479734aa8973d0127351064ccfb3ac6308aad67a57c6545d12a0594b7946f05aabd4bbaa2ddb5ec0ac2959e09db8733cf9e3a96181740aafae8813')
+sha512sums=('803755e6cddb2de4b44df707c75858154a97d7888d4009ac4c4d3b577c5d58571176fe4155025c77e1d59843334f82babf0d7998557404d5964d0547e7c1428a')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2021-02-28 Thread Antonio Rojas via arch-commits
Date: Sunday, February 28, 2021 @ 08:05:00
  Author: arojas
Revision: 875738

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 08:04:50 UTC (rev 875737)
+++ PKGBUILD2021-02-28 08:05:00 UTC (rev 875738)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fredrick Brennan 
-# Contributor: Stephan Eisvogel 
-
-pkgname=python-pikepdf
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Read and write PDFs with Python, powered by qpdf'
-arch=(x86_64)
-url='https://github.com/pikepdf/pikepdf'
-license=(MPL2)
-makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
-depends=(python-lxml python-pillow qpdf)
-source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('42277afc386f1dd312dedf94e2230ab238a947f77514ccd67ac046b025af76f8')
-
-prepare() {
-  sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove 
unused build dependency
-}
-
-build() {
-  cd pikepdf-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pikepdf-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pikepdf/repos/community-x86_64/PKGBUILD (from rev 875737, 
python-pikepdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 08:05:00 UTC (rev 875738)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredrick Brennan 
+# Contributor: Stephan Eisvogel 
+
+pkgname=python-pikepdf
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Read and write PDFs with Python, powered by qpdf'
+arch=(x86_64)
+url='https://github.com/pikepdf/pikepdf'
+license=(MPL2)
+makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
+depends=(python-lxml python-pillow qpdf)
+source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
+sha256sums=('d32fe59dc535a81f7c2aa3d6476f6ef76e6214a9ea14d9839a247db32d4e5976')
+
+prepare() {
+  sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove 
unused build dependency
+}
+
+build() {
+  cd pikepdf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pikepdf-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-02-28 Thread Antonio Rojas via arch-commits
Date: Sunday, February 28, 2021 @ 08:04:50
  Author: arojas
Revision: 875737

Update to 2.7.0

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 04:20:32 UTC (rev 875736)
+++ PKGBUILD2021-02-28 08:04:50 UTC (rev 875737)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
 depends=(python-lxml python-pillow qpdf)
 
source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('42277afc386f1dd312dedf94e2230ab238a947f77514ccd67ac046b025af76f8')
+sha256sums=('d32fe59dc535a81f7c2aa3d6476f6ef76e6214a9ea14d9839a247db32d4e5976')
 
 prepare() {
   sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove 
unused build dependency


<    1   2   3   4   5