[arch-commits] Commit in springlobby/trunk (PKGBUILD springlobby-wxgtk-3.1.patch)

2020-07-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 15, 2020 @ 06:48:20
  Author: svenstaro
Revision: 663833

upgpkg: springlobby 0.270-1

Modified:
  springlobby/trunk/PKGBUILD
Deleted:
  springlobby/trunk/springlobby-wxgtk-3.1.patch

-+
 PKGBUILD|   11 ---
 springlobby-wxgtk-3.1.patch |   11 ---
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 06:09:12 UTC (rev 663832)
+++ PKGBUILD2020-07-15 06:48:20 UTC (rev 663833)
@@ -2,8 +2,8 @@
 # Contributor: DuGi 
 
 pkgname=springlobby
-pkgver=0.269
-pkgrel=2
+pkgver=0.270
+pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('x86_64')
 url="http://springlobby.info/";
@@ -13,15 +13,12 @@
 optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
 makedepends=('boost' 'cmake' 'git')
 source=("git+https://github.com/springlobby/springlobby.git#tag=$pkgver";
-"git+https://github.com/spring/pr-downloader.git";
-"springlobby-wxgtk-3.1.patch")
+"git+https://github.com/spring/pr-downloader.git";)
 sha512sums=('SKIP'
-'SKIP'
-
'bf70703c5f001bfc92699d4c21e6ca63b35994319f1096e50b07dba4ceb48cd7d67798fa1668c3c654b0372465a5ad383d9cbae9488f08dea6d78dee8901d418')
+'SKIP')
 
 prepare() {
   cd $pkgname
-  patch -p1 -i ../springlobby-wxgtk-3.1.patch # Fix build with wxgtk 3.1
 
   git submodule init
   git config submodule."src/downloader/lib".url "$srcdir"/pr-downloader

Deleted: springlobby-wxgtk-3.1.patch
===
--- springlobby-wxgtk-3.1.patch 2020-07-15 06:09:12 UTC (rev 663832)
+++ springlobby-wxgtk-3.1.patch 2020-07-15 06:48:20 UTC (rev 663833)
@@ -1,11 +0,0 @@
 springlobby-0.267/src/springsettings/tab_abstract.cpp.orig 2019-03-26 
07:45:27.981903360 +
-+++ springlobby-0.267/src/springsettings/tab_abstract.cpp  2019-03-26 
07:45:42.628735154 +
-@@ -95,7 +95,7 @@
- {
-   try {
-   //special treatment for resolution that'll set proper defaults 
for res
--  wxDisplay display(0);
-+  wxDisplay display(0U);
-   //  wxRect display_rect ( display.GetGeometry() );
-   //  const int current_x_res = 
LSL::susynclib().GetSpringConfigInt(RC_TEXT[0].key,display_rect.width);
-   //  const int current_y_res = 
LSL::susynclib().GetSpringConfigInt(RC_TEXT[1].key,display_rect.height);


[arch-commits] Commit in springlobby/repos/community-x86_64 (3 files)

2020-07-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 15, 2020 @ 06:48:26
  Author: svenstaro
Revision: 663834

archrelease: copy trunk to community-x86_64

Added:
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 663833, springlobby/trunk/PKGBUILD)
Deleted:
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby-wxgtk-3.1.patch

-+
 PKGBUILD|   93 --
 springlobby-wxgtk-3.1.patch |   11 
 2 files changed, 45 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 06:48:20 UTC (rev 663833)
+++ PKGBUILD2020-07-15 06:48:26 UTC (rev 663834)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.269
-pkgrel=2
-pkgdesc="A free cross-platform lobby client for the Spring RTS project"
-arch=('x86_64')
-url="http://springlobby.info/";
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/springlobby/springlobby.git#tag=$pkgver";
-"git+https://github.com/spring/pr-downloader.git";
-"springlobby-wxgtk-3.1.patch")
-sha512sums=('SKIP'
-'SKIP'
-
'bf70703c5f001bfc92699d4c21e6ca63b35994319f1096e50b07dba4ceb48cd7d67798fa1668c3c654b0372465a5ad383d9cbae9488f08dea6d78dee8901d418')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../springlobby-wxgtk-3.1.patch # Fix build with wxgtk 3.1
-
-  git submodule init
-  git config submodule."src/downloader/lib".url "$srcdir"/pr-downloader
-  git submodule update
-
-  mkdir build
-}
-
-build() {
-  cd $pkgname/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-package() {
-  cd $pkgname/build
-
-  DESTDIR="$pkgdir" make install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-x86_64/PKGBUILD (from rev 663833, 
springlobby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-15 06:48:26 UTC (rev 663834)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.270
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project"
+arch=('x86_64')
+url="http://springlobby.info/";
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/springlobby/springlobby.git#tag=$pkgver";
+"git+https://github.com/spring/pr-downloader.git";)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config submodule."src/downloader/lib".url "$srcdir"/pr-downloader
+  git submodule update
+
+  mkdir build
+}
+
+build() {
+  cd $pkgname/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd $pkgname/build
+
+  DESTDIR="$pkgdir" make install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: springlobby-wxgtk-3.1.patch
===
--- springlobby-wxgtk-3.1.patch 2020-07-15 06:48:20 UTC (rev 663833)
+++ springlobby-wxgtk-3.1.patch 2020-07-15 06:48:26 UTC (rev 663834)
@@ -1,11 +0,0 @@
 springlobby-0.267/src/springsettings/tab_abstract.cpp.orig 2019-03-26 
07:45:27.981903360 +
-+++ springlobby-0.267/src/springsettings/tab_abstract.cpp  2019-03-26 
07:45:42.628735154 +
-@@ -95,7 +95,7 @@
- {
-   try {
-   //special treatment for resolution that'll set proper defaults 
for res
--  wxDisplay display(0);
-+  wxDisplay display(0U);
-   //  wxRect display_rect ( display.GetGeometry() );
-   //  const int current_x_res = 
LSL::susynclib().GetSpringConfigInt(RC_TEXT[0].key,display_rect.width);
-   //  const int current_y_res = 
LSL::susynclib().GetSpringConfigInt(RC_TEXT[1].key,display_rect.height);


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

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 15, 2020 @ 06:15:36
  Author: arojas
Revision: 391926

archrelease: copy trunk to extra-x86_64

Added:
  suitesparse/repos/extra-x86_64/PKGBUILD
(from rev 391925, suitesparse/trunk/PKGBUILD)
  suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch
(from rev 391925, suitesparse/trunk/suitesparse-no-demo.patch)
Deleted:
  suitesparse/repos/extra-x86_64/PKGBUILD
  suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch

---+
 PKGBUILD  |   84 ++--
 suitesparse-no-demo.patch |   22 +--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 06:15:23 UTC (rev 391925)
+++ PKGBUILD2020-07-15 06:15:36 UTC (rev 391926)
@@ -1,42 +0,0 @@
-# Maintainer: Ronald van Haren 
-
-pkgname=suitesparse
-pkgver=5.8.0
-pkgrel=2
-pkgdesc="A collection of sparse matrix libraries"
-url="http://faculty.cse.tamu.edu/davis/suitesparse.html";
-arch=('x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
-depends=('metis' 'lapack' 'tbb' 'mpfr')
-makedepends=('gcc-fortran' 'cmake' 'chrpath')
-license=('GPL')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz";
-suitesparse-no-demo.patch)
-sha256sums=('94a9b7134eb4dd82b97f1a22a6b464feb81e73af2dcdf683c6f252285191df1d'
-'409b32e546ec4936d0d88e39c59ee68dfd9f630d8c454ce1e3d58243df7ad396')
-
-prepare() {
-  cd SuiteSparse-$pkgver
-  patch -p1 -i ../suitesparse-no-demo.patch # Don't run demo
-}
-
-build() {
-  cd SuiteSparse-$pkgver
-
-  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
-}
-
-
-package() {
-  cd SuiteSparse-$pkgver
-  install -dm755 "${pkgdir}"/usr/{include,lib}
-
-  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \
-  make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include 
install
-
-  # fix RPATH
-  chrpath -d "$pkgdir"/usr/lib/*
-}

Copied: suitesparse/repos/extra-x86_64/PKGBUILD (from rev 391925, 
suitesparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-15 06:15:36 UTC (rev 391926)
@@ -0,0 +1,42 @@
+# Maintainer: Ronald van Haren 
+
+pkgname=suitesparse
+pkgver=5.8.1
+pkgrel=1
+pkgdesc="A collection of sparse matrix libraries"
+url="http://faculty.cse.tamu.edu/davis/suitesparse.html";
+arch=('x86_64')
+conflicts=('umfpack')
+provides=('umfpack')
+replaces=('umfpack')
+depends=('metis' 'lapack' 'tbb' 'mpfr')
+makedepends=('gcc-fortran' 'cmake' 'chrpath')
+license=('GPL')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz";
+suitesparse-no-demo.patch)
+sha256sums=('06726e471fbaa55f792578f9b4ab282ea9d008cf39ddcc3b42b73400acddef40'
+'409b32e546ec4936d0d88e39c59ee68dfd9f630d8c454ce1e3d58243df7ad396')
+
+prepare() {
+  cd SuiteSparse-$pkgver
+  patch -p1 -i ../suitesparse-no-demo.patch # Don't run demo
+}
+
+build() {
+  cd SuiteSparse-$pkgver
+
+  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
+}
+
+
+package() {
+  cd SuiteSparse-$pkgver
+  install -dm755 "${pkgdir}"/usr/{include,lib}
+
+  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \
+  make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include 
install
+
+  # fix RPATH
+  chrpath -d "$pkgdir"/usr/lib/*
+}

Deleted: suitesparse-no-demo.patch
===
--- suitesparse-no-demo.patch   2020-07-15 06:15:23 UTC (rev 391925)
+++ suitesparse-no-demo.patch   2020-07-15 06:15:36 UTC (rev 391926)
@@ -1,11 +0,0 @@
 SuiteSparse-5.6.0/Makefile.orig2019-11-05 22:37:26.086135974 +
-+++ SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549632429 +
-@@ -16,7 +16,7 @@
- # installs all libraries SuiteSparse/lib.
- go: metis
-   ( cd SuiteSparse_config && $(MAKE) )
--  ( cd Mongoose && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
-+  ( cd Mongoose && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
-   ( cd AMD && $(MAKE) )
-   ( cd BTF && $(MAKE) )
-   ( cd CAMD && $(MAKE) )

Copied: suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch (from rev 
391925, suitesparse/trunk/suitesparse-no-demo.patch)
===
--- suitesparse-no-demo.patch   (rev 0)
+++ suitesparse-no-demo.patch   2020-07-15 06:15:36 UTC (rev 391926)
@@ -0,0 +1,11 @@
+--- SuiteSparse-5.6.0/Makefile.orig2019-11-05 22:37:26.086135974 +
 SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549

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

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 15, 2020 @ 06:15:23
  Author: arojas
Revision: 391925

Update to 5.8.1

Modified:
  suitesparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 00:27:16 UTC (rev 391924)
+++ PKGBUILD2020-07-15 06:15:23 UTC (rev 391925)
@@ -1,8 +1,8 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=suitesparse
-pkgver=5.8.0
-pkgrel=2
+pkgver=5.8.1
+pkgrel=1
 pkgdesc="A collection of sparse matrix libraries"
 url="http://faculty.cse.tamu.edu/davis/suitesparse.html";
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz";
 suitesparse-no-demo.patch)
-sha256sums=('94a9b7134eb4dd82b97f1a22a6b464feb81e73af2dcdf683c6f252285191df1d'
+sha256sums=('06726e471fbaa55f792578f9b4ab282ea9d008cf39ddcc3b42b73400acddef40'
 '409b32e546ec4936d0d88e39c59ee68dfd9f630d8c454ce1e3d58243df7ad396')
 
 prepare() {


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

2020-07-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 15, 2020 @ 06:09:12
  Author: svenstaro
Revision: 663832

archrelease: copy trunk to community-x86_64

Added:
  zola/repos/community-x86_64/
  zola/repos/community-x86_64/PKGBUILD
(from rev 663831, zola/trunk/PKGBUILD)

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

Copied: zola/repos/community-x86_64/PKGBUILD (from rev 663831, 
zola/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-07-15 06:09:12 UTC (rev 663832)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=zola
+pkgver=0.11.0
+pkgrel=4
+pkgdesc="An opinionated static site generator"
+arch=('x86_64')
+url="https://github.com/getzola/zola";
+depends=('gcc-libs')
+makedepends=('rust')
+license=('MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/getzola/zola/archive/v${pkgver}.tar.gz";)
+sha256sums=('09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca')
+
+build() {
+  cd zola-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd zola-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd zola-$pkgver
+  install -Dm755 target/release/zola "$pkgdir"/usr/bin/zola
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 15, 2020 @ 06:09:06
  Author: svenstaro
Revision: 663831

upgpkg: zola 0.11.0-4

Modified:
  zola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 05:56:39 UTC (rev 663830)
+++ PKGBUILD2020-07-15 06:09:06 UTC (rev 663831)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=zola
 pkgver=0.11.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An opinionated static site generator"
 arch=('x86_64')
 url="https://github.com/getzola/zola";


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

2020-07-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 15, 2020 @ 05:56:39
  Author: svenstaro
Revision: 663830

Moving zola from AUR

Added:
  zola/
  zola/repos/
  zola/trunk/
  zola/trunk/PKGBUILD

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

Added: zola/trunk/PKGBUILD
===
--- zola/trunk/PKGBUILD (rev 0)
+++ zola/trunk/PKGBUILD 2020-07-15 05:56:39 UTC (rev 663830)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=zola
+pkgver=0.11.0
+pkgrel=3
+pkgdesc="An opinionated static site generator"
+arch=('x86_64')
+url="https://github.com/getzola/zola";
+depends=('gcc-libs')
+makedepends=('rust')
+license=('MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/getzola/zola/archive/v${pkgver}.tar.gz";)
+sha256sums=('09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca')
+
+build() {
+  cd zola-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd zola-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd zola-$pkgver
+  install -Dm755 target/release/zola "$pkgdir"/usr/bin/zola
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in elasticsearch/repos (10 files)

2020-07-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 15, 2020 @ 04:02:12
  Author: svenstaro
Revision: 663829

archrelease: copy trunk to community-testing-x86_64

Added:
  elasticsearch/repos/community-testing-x86_64/
  elasticsearch/repos/community-testing-x86_64/PKGBUILD
(from rev 663828, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore.service
(from rev 663828, elasticsearch/trunk/elasticsearch-keystore.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore@.service
(from rev 663828, elasticsearch/trunk/elasticsearch-keystore@.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-sysctl.conf
(from rev 663828, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-tmpfile.conf
(from rev 663828, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-user.conf
(from rev 663828, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch.default
(from rev 663828, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-testing-x86_64/elasticsearch.service
(from rev 663828, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch@.service
(from rev 663828, elasticsearch/trunk/elasticsearch@.service)

-+
 PKGBUILD|   85 ++
 elasticsearch-keystore.service  |   10 
 elasticsearch-keystore@.service |   11 
 elasticsearch-sysctl.conf   |1 
 elasticsearch-tmpfile.conf  |7 +++
 elasticsearch-user.conf |1 
 elasticsearch.default   |   13 +
 elasticsearch.service   |   66 +
 elasticsearch@.service  |   67 +
 9 files changed, 261 insertions(+)

Copied: elasticsearch/repos/community-testing-x86_64/PKGBUILD (from rev 663828, 
elasticsearch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-15 04:02:12 UTC (rev 663829)
@@ -0,0 +1,85 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Marcello "mererghost" Rocha 
+# Refactored by Blaž "Speed" Hrastnik 
+
+pkgname=elasticsearch
+pkgver=7.8.0
+pkgrel=1
+pkgdesc="Distributed RESTful search engine built on top of Lucene"
+arch=('x86_64')
+url="https://www.elastic.co/products/elasticsearch";
+license=('Apache')
+depends=('java-runtime-headless' 'systemd' 'libxml2')
+makedepends=('java-environment=11' 'gradle')
+source=(
+  
$pkgname-$pkgver.tar.gz::"https://github.com/elastic/elasticsearch/archive/v${pkgver}.tar.gz";
+  elasticsearch.service
+  elasticsearch@.service
+  elasticsearch-keystore.service
+  elasticsearch-keystore@.service
+  elasticsearch-sysctl.conf
+  elasticsearch-user.conf
+  elasticsearch-tmpfile.conf
+  elasticsearch.default
+)
+sha256sums=('6a04dac8da32755f53962a34b85b7dac7593b2a544f5bccb50344b2b345b3944'
+'9e1f68ff275ef2b5f2b93d2823efc5cc9643da696fcbe09a3ea7520ada35ffba'
+'8a76ad9a44a34eca8d6cb7ec9d8f1b01d46c114765b0a76094de8d72f0477351'
+'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
+'22a78a165a810608188faea6f2b0b381f27b1e9d60126c3b3e729124540589a8'
+'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
+'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
+'05a73496766a869134cf8a73f2de552bcf9bd1b10a3257e2cbc15f476093c9a6'
+'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
+
+backup=('etc/elasticsearch/elasticsearch.yml'
+'etc/elasticsearch/log4j2.properties'
+'etc/elasticsearch/jvm.options'
+'etc/default/elasticsearch')
+
+build() {
+  cd $pkgname-$pkgver
+  export PATH=/usr/lib/jvm/java-11-openjdk/bin:$PATH
+  gradle assemble \
+  -x :distribution:docker:buildAarch64DockerImage \
+  -x :distribution:docker:buildAarch64OssDockerImage \
+  -x :distribution:docker:buildDockerImage \
+  -x :distribution:docker:buildOssDockerImage \
+  -x :distribution:docker:docker-export:exportDockerImage \
+  -x :distribution:docker:oss-docker-export:exportOssDockerImage
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/{usr/share,var/lib,var/log}/elasticsearch
+  install -dm755 "$pkgdir"/usr/bin
+
+  tar xf 
distribution/archives/linux-tar/build/distributions/elasticsearch-$pkgver-*linux-x86_64.tar.gz
 \
+  --strip 1 -C "$pkgdir"/usr/share/elasticsearch
+  rm -rf "$pkgdir"/usr/share/elasticsearch/jdk
+
+  install -dm755 "$pkgdir"/etc
+  mv "$pkgdir"/usr/share/elasticsearch/config "$pkgdir"/etc/elasticsearch

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

2020-07-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 15, 2020 @ 04:02:00
  Author: svenstaro
Revision: 663828

upgpkg: elasticsearch 7.8.0-1: Modernize package, build from source and update

Modified:
  elasticsearch/trunk/PKGBUILD
Deleted:
  elasticsearch/trunk/elasticsearch-env

---+
 PKGBUILD  |   80 +++-
 elasticsearch-env |   67 ---
 2 files changed, 42 insertions(+), 105 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 02:14:55 UTC (rev 663827)
+++ PKGBUILD2020-07-15 04:02:00 UTC (rev 663828)
@@ -3,16 +3,16 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=7.7.0
-pkgrel=2
+pkgver=7.8.0
+pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('x86_64')
 url="https://www.elastic.co/products/elasticsearch";
 license=('Apache')
-depends=('java-runtime-headless' 'systemd')
+depends=('java-runtime-headless' 'systemd' 'libxml2')
+makedepends=('java-environment=11' 'gradle')
 source=(
-  
"https://artifacts.elastic.co/downloads/$pkgname/$pkgname-oss-$pkgver-x86_64.rpm";
-  elasticsearch-env
+  
$pkgname-$pkgver.tar.gz::"https://github.com/elastic/elasticsearch/archive/v${pkgver}.tar.gz";
   elasticsearch.service
   elasticsearch@.service
   elasticsearch-keystore.service
@@ -22,8 +22,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('df2ba7e1991dd26f3dc14aa0cf6a90b0567ca5988636ab2a70bc9a12f9a7f6ef'
-'cf5a7723e029a1dea0e7c5891dd0694d4ec46b36525a1fdaa0be61b7d0ae40f5'
+sha256sums=('6a04dac8da32755f53962a34b85b7dac7593b2a544f5bccb50344b2b345b3944'
 '9e1f68ff275ef2b5f2b93d2823efc5cc9643da696fcbe09a3ea7520ada35ffba'
 '8a76ad9a44a34eca8d6cb7ec9d8f1b01d46c114765b0a76094de8d72f0477351'
 'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
@@ -38,44 +37,49 @@
 'etc/elasticsearch/jvm.options'
 'etc/default/elasticsearch')
 
-prepare() {
-  cd "$srcdir"
-  find usr/share/elasticsearch/bin -type f ! -name \*.jar -exec \
-sed -r 's;source .*/(.*)-env;source /usr/share/elasticsearch/\1-env;' -i 
{} +
-  find usr/share/elasticsearch/bin -type f -name "elasticsearch-*" ! -name 
elasticsearch-bin -exec \
-sed 's/`dirname "$0"`/$(dirname "$(realpath "$0")")/' -i {} +
+build() {
+  cd $pkgname-$pkgver
+  export PATH=/usr/lib/jvm/java-11-openjdk/bin:$PATH
+  gradle assemble \
+  -x :distribution:docker:buildAarch64DockerImage \
+  -x :distribution:docker:buildAarch64OssDockerImage \
+  -x :distribution:docker:buildDockerImage \
+  -x :distribution:docker:buildOssDockerImage \
+  -x :distribution:docker:docker-export:exportDockerImage \
+  -x :distribution:docker:oss-docker-export:exportOssDockerImage
 }
 
 package() {
-  cd "$pkgdir"
-  install -dm2750 etc/elasticsearch
-  install -dm750 etc/elasticsearch/{scripts,jvm.options.d}
-  install -dm755 {usr/share,var/lib,var/log}/elasticsearch
-  install -dm755 usr/bin
+  cd $pkgname-$pkgver
 
-  cd "$srcdir"
-  find etc/elasticsearch/ -type f -exec \
-install -Dm644 {} "$pkgdir/"{} \;
+  install -dm755 "$pkgdir"/{usr/share,var/lib,var/log}/elasticsearch
+  install -dm755 "$pkgdir"/usr/bin
 
-  cp -R usr/share/elasticsearch/{bin,lib,modules,plugins} 
"$pkgdir"/usr/share/elasticsearch
+  tar xf 
distribution/archives/linux-tar/build/distributions/elasticsearch-$pkgver-*linux-x86_64.tar.gz
 \
+  --strip 1 -C "$pkgdir"/usr/share/elasticsearch
+  rm -rf "$pkgdir"/usr/share/elasticsearch/jdk
 
-  cd "$pkgdir"/usr/share/elasticsearch
-  rm -rf bin/elasticsearch-env
+  install -dm755 "$pkgdir"/etc
+  mv "$pkgdir"/usr/share/elasticsearch/config "$pkgdir"/etc/elasticsearch
+  chmod 2750 "$pkgdir"/etc/elasticsearch
 
-  find bin/ -type f -name elasticsearch-\* ! -name elasticsearch-cli -exec \
-ln -s ../share/elasticsearch/{} "$pkgdir"/usr/{} \;
+  for bin in "$pkgdir"/usr/share/elasticsearch/bin/*; do
+ln -s /usr/share/elasticsearch/bin/$(basename $bin) 
"$pkgdir"/usr/bin/$(basename $bin)
+  done
 
-  ln -s ../../../var/log/elasticsearch logs
-  ln -s ../../../var/lib/elasticsearch data
+  ln -s /etc/elasticsearch "$pkgdir"/usr/share/elasticsearch/config
+  ln -s /var/log/elasticsearch "$pkgdir"/usr/share/elasticsearch/logs
+  ln -s /var/lib/elasticsearch "$pkgdir"/usr/share/elasticsearch/data
 
-  cd "$pkgdir"
-  install -Dm644 "$srcdir"/elasticsearch-env 
usr/share/elasticsearch/elasticsearch-env
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-keystore.service 
usr/lib/systemd/system/elasticsearch-keystore.service
-  install -Dm644 "$srcdir"/elasticsearch-keystore@.service 
usr/lib/systemd/system/elasticsearch-k

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-07-14 Thread Nicola Squartini via arch-commits
Date: Wednesday, July 15, 2020 @ 02:14:55
  Author: tensor5
Revision: 663827

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 663826, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 663826, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 663826, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 663826, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 663826, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 663826, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 663826, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 663826, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 663826, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 663826, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 663826, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 663826, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 02:13:33 UTC (rev 663826)
+++ PKGBUILD2020-07-15 02:14:55 UTC (rev 663827)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.48.0
-_commit=5df9cd3d774352321ffeb65570de77906792f8bc
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'a01a3237b3967b070e41a6bf3a4c664fbf6125559ffd3f84e43c81d77fa25b45')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-lice

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

2020-07-14 Thread Nicola Squartini via arch-commits
Date: Wednesday, July 15, 2020 @ 02:13:33
  Author: tensor5
Revision: 663826

upgpkg: atom 1.49.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |   10 +-
 fix-license-path.patch|2 +-
 fix-restart.patch |2 +-
 use-system-electron.patch |4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 00:29:42 UTC (rev 663825)
+++ PKGBUILD2020-07-15 02:13:33 UTC (rev 663826)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.48.0
-_commit=5df9cd3d774352321ffeb65570de77906792f8bc
+pkgver=1.49.0
+_commit=1d0abfabc682cbb43b589015be0813fe7cfd2182
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -30,14 +30,14 @@
 '6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
+'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
+'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
 'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
 '40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'a01a3237b3967b070e41a6bf3a4c664fbf6125559ffd3f84e43c81d77fa25b45')
+'84b03b2e68d2f86cd963a2e9327698545a8a782895594cf2cc9a74531c5c7875')
 
 prepare() {
   cd ${pkgname}

Modified: fix-license-path.patch
===
--- fix-license-path.patch  2020-07-15 00:29:42 UTC (rev 663825)
+++ fix-license-path.patch  2020-07-15 02:13:33 UTC (rev 663826)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.js
 +++ b/src/main-process/atom-application.js
-@@ -716,7 +716,7 @@
+@@ -711,7 +711,7 @@
  );
  this.openPathOnEvent(
'application:open-license',

Modified: fix-restart.patch
===
--- fix-restart.patch   2020-07-15 00:29:42 UTC (rev 663825)
+++ fix-restart.patch   2020-07-15 02:13:33 UTC (rev 663826)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.js
 +++ b/src/main-process/atom-application.js
-@@ -2047,7 +2047,7 @@
+@@ -2042,7 +2042,7 @@
}
  
restart() {

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2020-07-15 00:29:42 UTC (rev 663825)
+++ use-system-electron.patch   2020-07-15 02:13:33 UTC (rev 663826)
@@ -144,9 +144,9 @@
  "coffeelint": "1.15.7",
  "colors": "1.1.2",
  "donna": "1.0.16",
--"electron-chromedriver": "^5.0.0",
+-"electron-chromedriver": "^9.0.0",
  "electron-link": "0.4.1",
--"electron-mksnapshot": "^5.0.0",
+-"electron-mksnapshot": "^9.0.2",
  "electron-packager": "12.2.0",
  "@atom/electron-winstaller": "0.0.1",
  "eslint": "^5.16.0",


[arch-commits] Commit in lib32-vulkan-icd-loader/trunk (PKGBUILD)

2020-07-14 Thread Laurent Carlier via arch-commits
Date: Wednesday, July 15, 2020 @ 00:29:37
  Author: lcarlier
Revision: 663824

upgpkg: lib32-vulkan-icd-loader 1.2.147-1: upstream update 1.2.147

Modified:
  lib32-vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 22:53:27 UTC (rev 663823)
+++ PKGBUILD2020-07-15 00:29:37 UTC (rev 663824)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-icd-loader
-pkgver=1.2.146
+pkgver=1.2.147
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
@@ -11,7 +11,7 @@
 depends=(lib32-glibc)
 optdepends=('lib32-vulkan-driver: packaged vulkan driver')
 
source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
-sha256sums=('786fad2ecc08f1723fbf5ddfe885d98e248190da9c9e01d93fd35c953e4c5ae1')
+sha256sums=('4087fd7bcf09ff739d0ffaff9bea0d3fcf1834e397af23ce75fe1bd63c2dacc6')
 
 build() {
   export ASFLAGS=--32


[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (2 files)

2020-07-14 Thread Laurent Carlier via arch-commits
Date: Wednesday, July 15, 2020 @ 00:29:42
  Author: lcarlier
Revision: 663825

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 663824, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 00:29:37 UTC (rev 663824)
+++ PKGBUILD2020-07-15 00:29:42 UTC (rev 663825)
@@ -1,47 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.2.146
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
-depends=(lib32-glibc)
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
-sha256sums=('786fad2ecc08f1723fbf5ddfe885d98e248190da9c9e01d93fd35c953e4c5ae1')
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
663824, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-15 00:29:42 UTC (rev 663825)
@@ -0,0 +1,47 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.2.147
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
+depends=(lib32-glibc)
+optdepends=('lib32-vulkan-driver: packaged vulkan driver')
+source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
+sha256sums=('4087fd7bcf09ff739d0ffaff9bea0d3fcf1834e397af23ce75fe1bd63c2dacc6')
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-icd-loader/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-14 Thread Laurent Carlier via arch-commits
Date: Wednesday, July 15, 2020 @ 00:27:16
  Author: lcarlier
Revision: 391924

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD
(from rev 391923, vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 00:27:12 UTC (rev 391923)
+++ PKGBUILD2020-07-15 00:27:16 UTC (rev 391924)
@@ -1,49 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-icd-loader
-pkgver=1.2.146
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
-depends=(glibc)
-optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050";)
-sha256sums=('786fad2ecc08f1723fbf5ddfe885d98e248190da9c9e01d93fd35c953e4c5ae1')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-Loader*
-#
-#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-  
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-icd-loader/repos/extra-x86_64/PKGBUILD (from rev 391923, 
vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-15 00:27:16 UTC (rev 391924)
@@ -0,0 +1,49 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-icd-loader
+pkgver=1.2.147
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
+depends=(glibc)
+optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050";)
+sha256sums=('4087fd7bcf09ff739d0ffaff9bea0d3fcf1834e397af23ce75fe1bd63c2dacc6')
+
+#pkgver() {
+#  cd "${srcdir}"/Vulkan-Loader*
+#
+#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)

2020-07-14 Thread Laurent Carlier via arch-commits
Date: Wednesday, July 15, 2020 @ 00:27:12
  Author: lcarlier
Revision: 391923

upgpkg: vulkan-icd-loader 1.2.147-1: upstream update 1.2.147

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 22:49:54 UTC (rev 391922)
+++ PKGBUILD2020-07-15 00:27:12 UTC (rev 391923)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.2.146
+pkgver=1.2.147
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -12,7 +12,7 @@
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
 
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050";)
-sha256sums=('786fad2ecc08f1723fbf5ddfe885d98e248190da9c9e01d93fd35c953e4c5ae1')
+sha256sums=('4087fd7bcf09ff739d0ffaff9bea0d3fcf1834e397af23ce75fe1bd63c2dacc6')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-Loader*


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:53:27
  Author: dvzrv
Revision: 663823

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 22:53:16 UTC (rev 663822)
+++ PKGBUILD2020-07-14 22:53:27 UTC (rev 663823)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pendulum
-pkgname=python-pendulum
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Python datetimes made easy"
-arch=('any')
-url="https://pendulum.eustace.io/";
-license=('MIT')
-depends=('python' 'python-dateutil' 'python-pytzdata')
-makedepends=('python-dephell')
-checkdepends=('python-babel' 'python-freezegun' 'python-pytest' 'python-pytz' )
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sdispater/${_name}/archive/${pkgver}.tar.gz";)
-sha512sums=('031a979a0c3b1135b0fc838929c10fe7e59610b5337b588a0c22b22087dfc267e9b26d44d7f03c99961c974e412cd427cf83c0537341c7af2a462f51e539537d')
-b2sums=('60c17cda9c770fbf478a66214efbbc24ea700db0898ce94a97d249ae50b6d170eb3e52703de19a94c40d3459ace8239cf5f29d082dde2ee9f4beb82cd348d28b')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGELOG.md,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-pendulum/repos/community-any/PKGBUILD (from rev 663822, 
python-pendulum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 22:53:27 UTC (rev 663823)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=pendulum
+pkgname=python-pendulum
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="Python datetimes made easy"
+arch=('any')
+url="https://pendulum.eustace.io/";
+license=('MIT')
+depends=('python' 'python-dateutil' 'python-pytzdata')
+makedepends=('python-dephell')
+checkdepends=('python-babel' 'python-freezegun' 'python-pytest' 'python-pytz' )
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sdispater/${_name}/archive/${pkgver}.tar.gz";)
+sha512sums=('031a979a0c3b1135b0fc838929c10fe7e59610b5337b588a0c22b22087dfc267e9b26d44d7f03c99961c974e412cd427cf83c0537341c7af2a462f51e539537d')
+b2sums=('60c17cda9c770fbf478a66214efbbc24ea700db0898ce94a97d249ae50b6d170eb3e52703de19a94c40d3459ace8239cf5f29d082dde2ee9f4beb82cd348d28b')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PYTHONHASHSEED=0
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGELOG.md,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:53:16
  Author: dvzrv
Revision: 663822

upgpkg: python-pendulum 2.1.1-2: Rebuilding for reproducibility.

Exporting PYTHONHASHSEED so .pyc files stay reproducible.

Modified:
  python-pendulum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 22:49:54 UTC (rev 663821)
+++ PKGBUILD2020-07-14 22:53:16 UTC (rev 663822)
@@ -3,7 +3,7 @@
 _name=pendulum
 pkgname=python-pendulum
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python datetimes made easy"
 arch=('any')
 url="https://pendulum.eustace.io/";
@@ -34,6 +34,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \


[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (6 files)

2020-07-14 Thread Jan Steffens via arch-commits
Date: Tuesday, July 14, 2020 @ 22:49:54
  Author: heftig
Revision: 663821

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 663820, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook
(from rev 663820, lib32-gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders-32.hook)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/lib32-gdk-pixbuf2.install
(from rev 663820, lib32-gdk-pixbuf2/trunk/lib32-gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook
  lib32-gdk-pixbuf2/repos/multilib-x86_64/lib32-gdk-pixbuf2.install

--+
 PKGBUILD |  106 ++---
 gdk-pixbuf-query-loaders-32.hook |   22 +++
 lib32-gdk-pixbuf2.install|6 +-
 3 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 22:49:36 UTC (rev 663820)
+++ PKGBUILD2020-07-14 22:49:54 UTC (rev 663821)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-gdk-pixbuf2
-pkgver=2.40.0
-pkgrel=1
-pkgdesc="An image loading library (32-bit)"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/GdkPixbuf";
-license=(LGPL2.1)
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 
gdk-pixbuf2)
-makedepends=(git meson)
-install=lib32-gdk-pixbuf2.install
-_commit=c01d7ba433d6160767e51d928c81379746667544  # tags/2.40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit";
-gdk-pixbuf-query-loaders-32.hook)
-sha256sums=('SKIP'
-'3fed95ad7075698313caba78c84b4f7eb9935cc5c8cc99412fc56d8d34ef700f')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson gdk-pixbuf build \
---libdir /usr/lib32 \
--D gir=false \
--D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -rf "$pkgdir"/usr/{include,lib,share}
-  find "$pkgdir/usr/bin" -type f -not -name gdk-pixbuf-query-loaders -delete
-  mv "$pkgdir"/usr/bin/gdk-pixbuf-query-loaders{,-32}
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 663820, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 22:49:54 UTC (rev 663821)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-gdk-pixbuf2
+pkgver=2.40.0+6+g5432316df
+pkgrel=1
+pkgdesc="An image loading library (32-bit)"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/GdkPixbuf";
+license=(LGPL2.1)
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 
gdk-pixbuf2)
+makedepends=(git meson)
+install=lib32-gdk-pixbuf2.install
+_commit=5432316df6b8106d279c4972ebade240edd66d13  # gdk-pixbuf-2-40
+source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit";
+gdk-pixbuf-query-loaders-32.hook)
+sha256sums=('SKIP'
+'60f0f8c2c022f9adef0902bdb4b89881e81f3388cd2e2e4830456eea10f49bae')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson gdk-pixbuf build \
+--libdir /usr/lib32 \
+-D gir=false \
+-D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -rf "$pkgdir"/usr/{include,lib,share}
+  find "$pkgdir/usr/bin" -type f -not -name gdk-pixbuf-query-loaders -delete
+  mv "$pkgdir"/usr/bin/gdk-pixbuf-query-loaders{,-32}
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf-query-loaders-32.hook
===
--- gdk-pixbuf-query-loaders-32.hook2020-07-14 22:49:36 UTC (rev 663820)
+++ gdk-pixbuf-query-loaders-32.hook2020-07-14 22:49:54 UTC (rev 663821)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/*.so
-
-[Action]
-Description = Probing 32-bit GDK-Pixbuf loader modules...
-When = PostTransaction
-Exec = /usr/bin/gdk-pixbuf-query-loaders-32 --update-cache

Copied: 
lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-q

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

2020-07-14 Thread Jan Steffens via arch-commits
Date: Tuesday, July 14, 2020 @ 22:49:35
  Author: heftig
Revision: 391921

2.40.0+6+g5432316df-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:59:01 UTC (rev 391920)
+++ PKGBUILD2020-07-14 22:49:35 UTC (rev 391921)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=gdk-pixbuf2
-pkgver=2.40.0
-pkgrel=2
+pkgver=2.40.0+6+g5432316df
+pkgrel=1
 pkgdesc="An image loading library"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/GdkPixbuf";
@@ -11,7 +11,7 @@
 depends=(glib2 libpng libtiff libjpeg libx11 shared-mime-info)
 makedepends=(gtk-doc gobject-introspection git meson)
 install=gdk-pixbuf2.install
-_commit=c01d7ba433d6160767e51d928c81379746667544  # tags/2.40.0^0
+_commit=5432316df6b8106d279c4972ebade240edd66d13  # gdk-pixbuf-2-40
 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit";
 gdk-pixbuf-query-loaders.hook)
 sha256sums=('SKIP'
@@ -30,7 +30,7 @@
   arch-meson gdk-pixbuf build \
 -D docs=true \
 -D installed_tests=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-14 Thread Jan Steffens via arch-commits
Date: Tuesday, July 14, 2020 @ 22:49:54
  Author: heftig
Revision: 391922

archrelease: copy trunk to extra-x86_64

Added:
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 391921, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
(from rev 391921, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 391921, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

---+
 PKGBUILD  |   90 
 gdk-pixbuf-query-loaders.hook |   22 -
 gdk-pixbuf2.install   |6 +-
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 22:49:35 UTC (rev 391921)
+++ PKGBUILD2020-07-14 22:49:54 UTC (rev 391922)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.40.0
-pkgrel=2
-pkgdesc="An image loading library"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/GdkPixbuf";
-license=(LGPL2.1)
-depends=(glib2 libpng libtiff libjpeg libx11 shared-mime-info)
-makedepends=(gtk-doc gobject-introspection git meson)
-install=gdk-pixbuf2.install
-_commit=c01d7ba433d6160767e51d928c81379746667544  # tags/2.40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit";
-gdk-pixbuf-query-loaders.hook)
-sha256sums=('SKIP'
-'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-}
-
-build() {
-  arch-meson gdk-pixbuf build \
--D docs=true \
--D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-x86_64/PKGBUILD (from rev 391921, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 22:49:54 UTC (rev 391922)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.40.0+6+g5432316df
+pkgrel=1
+pkgdesc="An image loading library"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/GdkPixbuf";
+license=(LGPL2.1)
+depends=(glib2 libpng libtiff libjpeg libx11 shared-mime-info)
+makedepends=(gtk-doc gobject-introspection git meson)
+install=gdk-pixbuf2.install
+_commit=5432316df6b8106d279c4972ebade240edd66d13  # gdk-pixbuf-2-40
+source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit";
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+'9fb71d95e6a212779eb0f88dde5a3cee0df7f4d9183f8f9ce286f8cdc14428f0')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+}
+
+build() {
+  arch-meson gdk-pixbuf build \
+-D docs=true \
+-D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf-query-loaders.hook
===
--- gdk-pixbuf-query-loaders.hook   2020-07-14 22:49:35 UTC (rev 391921)
+++ gdk-pixbuf-query-loaders.hook   2020-07-14 22:49:54 UTC (rev 391922)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
-
-[Action]
-Description = Probing GDK-Pixbuf loader modules...
-When = PostTransaction
-Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Copied: gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook (from rev 
391921, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===
--- gdk-pixbuf-query-loaders.hook   (rev 0)
+++ gdk-pixbuf-query-loaders.hook   2020-07-14 22:49:54 UTC (rev 391922)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description = Probing GDK-Pixbuf loader modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Deleted: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2020-07-14 22:49:35 UTC (rev 3919

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

2020-07-14 Thread Jan Steffens via arch-commits
Date: Tuesday, July 14, 2020 @ 22:49:36
  Author: heftig
Revision: 663820

2.40.0+6+g5432316df-1

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 22:28:50 UTC (rev 663819)
+++ PKGBUILD2020-07-14 22:49:36 UTC (rev 663820)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-gdk-pixbuf2
-pkgver=2.40.0
+pkgver=2.40.0+6+g5432316df
 pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 
gdk-pixbuf2)
 makedepends=(git meson)
 install=lib32-gdk-pixbuf2.install
-_commit=c01d7ba433d6160767e51d928c81379746667544  # tags/2.40.0^0
+_commit=5432316df6b8106d279c4972ebade240edd66d13  # gdk-pixbuf-2-40
 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit";
 gdk-pixbuf-query-loaders-32.hook)
 sha256sums=('SKIP'
@@ -35,7 +35,7 @@
 --libdir /usr/lib32 \
 -D gir=false \
 -D installed_tests=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in ncmpcpp/trunk (PKGBUILD gcc10.patch)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 22:28:50
  Author: foutrelis
Revision: 663819

Fix build with GCC 10 (FS#66702)

Added:
  ncmpcpp/trunk/gcc10.patch
Modified:
  ncmpcpp/trunk/PKGBUILD

-+
 PKGBUILD|   13 +++--
 gcc10.patch |   26 ++
 2 files changed, 37 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 22:15:19 UTC (rev 663818)
+++ PKGBUILD2020-07-14 22:28:50 UTC (rev 663819)
@@ -13,9 +13,18 @@
 license=('GPL')
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f')
+source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2
+gcc10.patch)
+sha512sums=('9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f'
+
'99298d813391c03fc70ab16ffe8dd57c6151b87f4cd84f25a1747691d8f9f41e5f647b59c0d2ca25808acb995c7df6c99f386a4cc1f3f133b722731ef99a8a3b')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # https://github.com/ncmpcpp/ncmpcpp/pull/385
+  patch -Np1 -i ../gcc10.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 

Added: gcc10.patch
===
--- gcc10.patch (rev 0)
+++ gcc10.patch 2020-07-14 22:28:50 UTC (rev 663819)
@@ -0,0 +1,26 @@
+From 399e0f47008b487df3505476c959b4f42d8bc1b1 Mon Sep 17 00:00:00 2001
+From: Louis Sautier 
+Date: Sat, 9 May 2020 14:31:52 +0200
+Subject: [PATCH] Fix build with GCC 10 by adding missing include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Fixes the following error:
+./mpdpp.h:438:15: error: ‘runtime_error’ is not a member of ‘std’
+---
+ src/mpdpp.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/mpdpp.h b/src/mpdpp.h
+index a2bb79eb..abd3666c 100644
+--- a/src/mpdpp.h
 b/src/mpdpp.h
+@@ -25,6 +25,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #include 


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:15:13
  Author: dvzrv
Revision: 663817

upgpkg: non-daw 1.2.0-4: Rebuilding with clean makedepends.

Removing non-session-manager from the pkgbase as it is superseded by 
new-session-manager.

Modified:
  non-daw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 22:13:46 UTC (rev 663816)
+++ PKGBUILD2020-07-14 22:15:13 UTC (rev 663817)
@@ -1,15 +1,15 @@
 # Maintainer: David Runge 
+
 pkgbase=non-daw
-pkgname=('non-mixer' 'non-session-manager' 'non-timeline')
+pkgname=('non-mixer' 'non-timeline')
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Non DAW"
 arch=('x86_64')
 url="https://non.tuxfamily.org/";
 license=('GPL3')
 groups=('non-daw' 'pro-audio')
-makedepends=('ladspa' 'libjack.so' 'liblo.so' 'liblrdf.so' 'libxpm' 'libntk.so'
-'libntk_images.so' 'waf')
+makedepends=('jack' 'ladspa' 'liblo' 'liblrdf' 'libxpm' 'ntk' 'waf')
 
source=("$pkgbase-$pkgver.tar.gz::https://git.tuxfamily.org/non/non.git/snapshot/${pkgbase}-v${pkgver}.tar.gz";
 
"non-timeline-1.2.0-install-script.patch::https://github.com/original-male/non/commit/ea6ff30ceadda31b613ad16f919bba8fc3e59af0.patch";
 
"https://raw.githubusercontent.com/original-male/non/d958df0486c7397c243f5ac36bf4acbc461a1e50/tools.waf/ntk_fluid.py";)
@@ -16,6 +16,9 @@
 
sha512sums=('0f6f93032a546ea85af5554249e8a88bce0808bf6c852ba922d9f570f82d09052d1242dd579d427b59234c3991b8d8d665d39203170dc7f8d30556bde005'
 
'f58a0a0791c5bb246f56abfc452140cd17b00483f32c0de0c061f6071d5a25af6ca96f44ab143c4d6d5e350192f2488efe06692394805b1f7c2e45a695e14e02'
 
'9f45474fa51a8c3eed672d633a77d968ddee6b841589764378f08386f711ae1a6801c795c19d8987f1af9a36b5a6bcdaab2230db5359004ad73e791dbac50bc4')
+b2sums=('56ba171cb3f2ac83f80e1e292f312e74dd3dddffaecf9102b7c407473ac38619bd27f71982b8fd0e3689b86da5c964a42058f7ac350a0ed20cfbc77698e7fe91'
+
'fa26db4601f2ae6ce02066986175ba4d24dbf576f7e2180b84e2454e042cf4c4597b291fd01c5c3ee5647914c1bd8164f1ba1854a08e36caaef62a92251b4293'
+
'e3d892f15922e137b1559fa893920ac80955762da7c3f8685c0c1d50d975ba6fcdd86da906bc41776857d8b14d5c86d16c19a5f532e9783f4685eefc9e774be2')
 
 prepare() {
   mv -v "${pkgbase}-v${pkgver}" "${pkgbase}-${pkgver}"
@@ -38,7 +41,6 @@
   )
   cp -av "${pkgbase}-${pkgver}" "${pkgname[0]}-${pkgver}"
   cp -av "${pkgbase}-${pkgver}" "${pkgname[1]}-${pkgver}"
-  cp -av "${pkgbase}-${pkgver}" "${pkgname[2]}-${pkgver}"
 }
 
 build() {
@@ -49,11 +51,6 @@
   )
   (
 cd "${pkgname[1]}-${pkgver}"
-waf configure --prefix=/usr --project=session-manager
-waf build -vv
-  )
-  (
-cd "${pkgname[2]}-${pkgver}"
 waf configure --prefix=/usr --project=timeline
 waf build -vv
   )
@@ -67,14 +64,6 @@
   waf --destdir="${pkgdir}" install -vv
 }
 
-package_non-session-manager() {
-  pkgdesc="An API and an implementation for session management in the context 
of Linux Audio"
-  depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so' 'liblo.so'
-  'libntk.so' 'libntk_images.so')
-  cd "$pkgname-$pkgver"
-  waf --destdir="${pkgdir}" install -vv
-}
-
 package_non-timeline() {
   pkgdesc="A powerful, reliable and fast modular Digital Audio Timeline 
arranger"
   depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:15:19
  Author: dvzrv
Revision: 663818

archrelease: copy trunk to community-x86_64

Added:
  non-daw/repos/community-x86_64/PKGBUILD
(from rev 663817, non-daw/trunk/PKGBUILD)
Deleted:
  non-daw/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 22:15:13 UTC (rev 663817)
+++ PKGBUILD2020-07-14 22:15:19 UTC (rev 663818)
@@ -1,89 +0,0 @@
-# Maintainer: David Runge 
-pkgbase=non-daw
-pkgname=('non-mixer' 'non-session-manager' 'non-timeline')
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="Non DAW"
-arch=('x86_64')
-url="https://non.tuxfamily.org/";
-license=('GPL3')
-groups=('non-daw' 'pro-audio')
-makedepends=('ladspa' 'libjack.so' 'liblo.so' 'liblrdf.so' 'libxpm' 'libntk.so'
-'libntk_images.so' 'waf')
-source=("$pkgbase-$pkgver.tar.gz::https://git.tuxfamily.org/non/non.git/snapshot/${pkgbase}-v${pkgver}.tar.gz";
-
"non-timeline-1.2.0-install-script.patch::https://github.com/original-male/non/commit/ea6ff30ceadda31b613ad16f919bba8fc3e59af0.patch";
-
"https://raw.githubusercontent.com/original-male/non/d958df0486c7397c243f5ac36bf4acbc461a1e50/tools.waf/ntk_fluid.py";)
-sha512sums=('0f6f93032a546ea85af5554249e8a88bce0808bf6c852ba922d9f570f82d09052d1242dd579d427b59234c3991b8d8d665d39203170dc7f8d30556bde005'
-
'f58a0a0791c5bb246f56abfc452140cd17b00483f32c0de0c061f6071d5a25af6ca96f44ab143c4d6d5e350192f2488efe06692394805b1f7c2e45a695e14e02'
-
'9f45474fa51a8c3eed672d633a77d968ddee6b841589764378f08386f711ae1a6801c795c19d8987f1af9a36b5a6bcdaab2230db5359004ad73e791dbac50bc4')
-
-prepare() {
-  mv -v "${pkgbase}-v${pkgver}" "${pkgbase}-${pkgver}"
-  (
-cd "${pkgbase}-${pkgver}"
-# fix broken installation of import-ardour-session:
-# https://github.com/original-male/non/issues/244
-patch -Np1 -i "../non-timeline-1.2.0-install-script.patch"
-# import-ardour-session is actually python3 compatible
-# https://github.com/original-male/non/issues/257
-sed -e 's/python2/python/' -i timeline/bin/import-ardour-session
-# let wscript find the custom waf module
-mkdir -pv tools
-# ntk_fluid.py is not published in 1.2.0:
-# https://github.com/original-male/non/issues/253
-ln -sv "${srcdir}/ntk_fluid.py" tools/
-touch __init__.py
-sed -e "s/load('ntk_fluid'/load('ntk_fluid', tooldir='tools'/g" \
--i wscript
-  )
-  cp -av "${pkgbase}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgbase}-${pkgver}" "${pkgname[1]}-${pkgver}"
-  cp -av "${pkgbase}-${pkgver}" "${pkgname[2]}-${pkgver}"
-}
-
-build() {
-  (
-cd "${pkgname[0]}-${pkgver}"
-waf configure --prefix=/usr --project=mixer
-waf build -vv
-  )
-  (
-cd "${pkgname[1]}-${pkgver}"
-waf configure --prefix=/usr --project=session-manager
-waf build -vv
-  )
-  (
-cd "${pkgname[2]}-${pkgver}"
-waf configure --prefix=/usr --project=timeline
-waf build -vv
-  )
-}
-
-package_non-mixer() {
-  pkgdesc="A powerful, reliable and fast modular Digital Audio Mixer"
-  depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so' 'liblo.so'
-  'liblrdf.so' 'libntk.so' 'libntk_images.so')
-  cd "$pkgname-$pkgver"
-  waf --destdir="${pkgdir}" install -vv
-}
-
-package_non-session-manager() {
-  pkgdesc="An API and an implementation for session management in the context 
of Linux Audio"
-  depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so' 'liblo.so'
-  'libntk.so' 'libntk_images.so')
-  cd "$pkgname-$pkgver"
-  waf --destdir="${pkgdir}" install -vv
-}
-
-package_non-timeline() {
-  pkgdesc="A powerful, reliable and fast modular Digital Audio Timeline 
arranger"
-  depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'
-  'liblo.so' 'libntk.so' 'libntk_images.so' 'libsndfile')
-  optdepends=('python: For import-ardour-session')
-  cd "$pkgname-$pkgver"
-  waf --destdir="${pkgdir}" install -vv
-  # the wscript installs import-ardour-session to a wrong location:
-  # https://github.com/original-male/non/issues/256
-  mv -v "${pkgdir}/usr/bin/bin/import-ardour-session" 
"${pkgdir}/usr/bin/import-ardour-session"
-  rmdir -v "${pkgdir}/usr/bin/bin"
-}

Copied: non-daw/repos/community-x86_64/PKGBUILD (from rev 663817, 
non-daw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 22:15:19 UTC (rev 663818)
@@ -0,0 +1,78 @@
+# Maintainer: David Runge 
+
+pkgbase=non-daw
+pkgname=('non-mixer' 'non-timeline')
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="Non DAW"
+arch=('x86_64')
+url="https://non.tuxfamily.org/";
+license=('GPL3')
+groups=('non-daw' 'pro-audio')
+makedepends=('jack' 'ladspa' 'liblo' 'liblrdf' 'libxpm' 'ntk' 'waf')
+source=("$pkgbase-$pkgver.tar.gz::https://git.tuxfa

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

2020-07-14 Thread Filipe Laíns via arch-commits
Date: Tuesday, July 14, 2020 @ 22:13:25
  Author: ffy00
Revision: 663815

upgpkg: code 1.47.1-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 22:12:45 UTC (rev 663814)
+++ PKGBUILD2020-07-14 22:13:25 UTC (rev 663815)
@@ -12,7 +12,7 @@
 #   - erbium: 12
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
 _electron=electron7
-pkgver=1.47.0
+pkgver=1.47.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'


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

2020-07-14 Thread Filipe Laíns via arch-commits
Date: Tuesday, July 14, 2020 @ 22:13:46
  Author: ffy00
Revision: 663816

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 663815, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 663815, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 663815, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 663815, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 663815, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.diff
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.diff

-+
 PKGBUILD|  308 +-
 code-liveshare.diff |   24 +--
 code.js |   58 -
 code.sh |6 
 product_json.diff   |   40 +++---
 5 files changed, 218 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 22:13:25 UTC (rev 663815)
+++ PKGBUILD2020-07-14 22:13:46 UTC (rev 663816)
@@ -1,154 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-# NodeJS versioning cheatsheet:
-#   - carbon: 8
-#   - dubnium: 10
-#   - ?: 11 (not in repos)
-#   - erbium: 12
-# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron7
-pkgver=1.47.0
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons'
-'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium')
-source=("$pkgname::git+$url.git#tag=$pkgver"
-'code.js'
-'code.sh'
-'product_json.diff')
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
-
'8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # Change electron binary name to the target electron
-  sed -i "s|exec electron |exec $_electron |" ../code.sh
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=6144"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  echo "*** You can check this for more information on how to increase 
this limit:"
-  echo "***
https://ro-che.info/articles/2017-03-26-increase-open-files-limit";
-  exit 1
-  fi
-}
-
-package() {
-  # Install resource files
-  install -dm 755 "$pkgdir"/usr/lib/$pkgname
-  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
-
-  # Replace statically included binary with system copy
-  ln -sf /usr/bin/rg 
"$pkgdir"/usr/lib/cod

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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:12:45
  Author: dvzrv
Revision: 663814

archrelease: copy trunk to community-x86_64

Added:
  argodejo/repos/community-x86_64/
  argodejo/repos/community-x86_64/PKGBUILD
(from rev 663813, argodejo/trunk/PKGBUILD)

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

Copied: argodejo/repos/community-x86_64/PKGBUILD (from rev 663813, 
argodejo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-07-14 22:12:45 UTC (rev 663814)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+
+pkgname=argodejo
+pkgver=0.1
+pkgrel=1
+pkgdesc="A music production session manager"
+arch=('x86_64')
+url="https://www.laborejo.org/argodejo/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'new-session-manager' 'python'
+'python-pyqt5' 'ttf-dejavu')
+makedepends=('nuitka')
+source=("https://laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('9b37cf1c16749016b908e0a0305ca8486f45a7ad219c5da314d33b908766e793bcf5116d25f769aa49811fb4f3b691ef6ee631a067c0adf9c3776b83223cc0d8'
+'SKIP')
+b2sums=('16aea7d6bebb0745978153b99fa6faee6fcd7098899e4ad90a977ee6a9046f7685b207d611edeb17e6f4c3fd0a39bbb6ef9a4850e6df45ef0fde75a03ab5274f'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

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


[arch-commits] Commit in (4 files)

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:10:06
  Author: dvzrv
Revision: 663813

Adding argodejo 0.1 as alternative to non-session-manager's GUI.

Added:
  argodejo/
  argodejo/repos/
  argodejo/trunk/
  argodejo/trunk/PKGBUILD

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

Added: argodejo/trunk/PKGBUILD
===
--- argodejo/trunk/PKGBUILD (rev 0)
+++ argodejo/trunk/PKGBUILD 2020-07-14 22:10:06 UTC (rev 663813)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+
+pkgname=argodejo
+pkgver=0.1
+pkgrel=1
+pkgdesc="A music production session manager"
+arch=('x86_64')
+url="https://www.laborejo.org/argodejo/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'new-session-manager' 'python'
+'python-pyqt5' 'ttf-dejavu')
+makedepends=('nuitka')
+source=("https://laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('9b37cf1c16749016b908e0a0305ca8486f45a7ad219c5da314d33b908766e793bcf5116d25f769aa49811fb4f3b691ef6ee631a067c0adf9c3776b83223cc0d8'
+'SKIP')
+b2sums=('16aea7d6bebb0745978153b99fa6faee6fcd7098899e4ad90a977ee6a9046f7685b207d611edeb17e6f4c3fd0a39bbb6ef9a4850e6df45ef0fde75a03ab5274f'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

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


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:07:09
  Author: dvzrv
Revision: 663812

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 663811, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/cacti.install
(from rev 663811, cacti/trunk/cacti.install)
  cacti/repos/community-any/cacti.sysusers
(from rev 663811, cacti/trunk/cacti.sysusers)
  cacti/repos/community-any/cacti.tmpfiles
(from rev 663811, cacti/trunk/cacti.tmpfiles)
  cacti/repos/community-any/cacti.uwsgi
(from rev 663811, cacti/trunk/cacti.uwsgi)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/cacti.install
  cacti/repos/community-any/cacti.sysusers
  cacti/repos/community-any/cacti.tmpfiles
  cacti/repos/community-any/cacti.uwsgi

+
 PKGBUILD   |  328 +++
 cacti.install  |   18 +--
 cacti.sysusers |2 
 cacti.tmpfiles |   34 ++---
 cacti.uwsgi|   76 ++--
 5 files changed, 231 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 22:07:00 UTC (rev 663811)
+++ PKGBUILD2020-07-14 22:07:09 UTC (rev 663812)
@@ -1,162 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="Network graphing solution using RRDTool"
-arch=('any')
-url="https://www.cacti.net";
-license=('GPL2')
-depends=('php-gd' 'php-snmp' 'rrdtool' 'ttf-dejavu')
-optdepends=('mariadb: use local MySQL server'
-'perl: for scripts'
-'php-fpm: run in fastCGI process manager'
-'uwsgi: run as local application container')
-backup=('etc/webapps/cacti/.htaccess'
-'etc/webapps/cacti/config.php')
-source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz";
-"${pkgname}.uwsgi"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-install="${pkgname}.install"
-sha512sums=('df6a512a2e8faa70b8ee0b2ab72ea9e21db465f3978a3ecedf17cd34cb16793d3b0107f01f8cd8400fb15b162c27214680f22657f6f0d59853de88c49966087c'
-
'a87241b12226fcad9e161d0f4cd344161015b5fa8e2f1f3af4431d22bd87aad8a4f9553226baed98d48376819e75266a50fd796b1c884b4e597ccf38a5e4de01'
-
'847e2b791de44d0790a2fdb81c77c8af9a66da9d44500f3f8a8d1c0f406d3a20082cc8fef1c6afe4de93ad989d35c79c9809abe14693a9ac6ea74d4696e3b6c1'
-
'e833e411f74e3c32589ba83cb1b2f28ca9b35931626480ab7daa63420d47ecfc3061e6703323646b69e1d98536b6f3afdd36faa483fb13aac9b818af0c6e')
-
-prepare() {
-  # adding default .htaccess
-  echo "Require all denied" > "${pkgname}-htaccess"
-  cd "${pkgname}-${pkgver}"
-  # setting correct install path for spine
-  sed -e 's|/usr/local/spine/bin/spine|/usr/bin/spine|g' \
-  -i install/functions.php
-  # setting correct path for dejavu font
-  sed -e 's|/usr/share/fonts/dejavu/|/usr/share/fonts/TTF/|g' -i lib/rrd.php
-  # remove unneeded executable bits
-  find . -executable -type f -and -not -path "*scripts*" -exec chmod -c 644 {} 
\;
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # webapp
-  install -vDm 640 include/config.php -t "${pkgdir}/etc/webapps/${pkgname}"
-  rm -v include/config.php
-  install -vDm 644 *.{php,sql} -t "${pkgdir}/usr/share/webapps/${pkgname}"
-  install -vDm 644 cli/{*.php,.htaccess} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/cli"
-  install -vDm 644 docs/*.{css,html,sql} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/docs"
-  install -vDm 644 docs/images/*.png \
--t "${pkgdir}/usr/share/webapps/${pkgname}/docs/images"
-  install -vDm 644 formats/*.{format,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/formats"
-  install -vDm 644 images/*.{gif,ico,png,svg} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/images"
-  install -vDm 644 include/{*.{php,js},cacti_version} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include"
-  install -vDm 644 include/content/{*.{html,php},README} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/content"
-  install -vDm 644 include/fa/index.php \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa"
-  install -vDm 644 include/fa/css/*.{css,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/css"
-  install -vDm 644 include/fa/less/*.{less,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/less"
-  install -vDm 644 include/fa/scss/*.{php,scss} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/scss"
-  install -vDm 644 include/fa/webfonts/*.{eot,php,svg,ttf,woff,woff2} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/webfonts"
-  install -vDm 644 include/fonts/*.ttf \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fonts"
-  install -vDm 644 include/js/*.{js,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/js"
-  install -vDm 644 include/js/LC_MESSAGES/*.{js,php} \
--t "${pkgdir}/usr/share/webapps/${pkgnam

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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 22:07:00
  Author: dvzrv
Revision: 663811

upgpkg: cacti 1.2.13-1: Upgrading to 1.2.13.

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:57:34 UTC (rev 663810)
+++ PKGBUILD2020-07-14 22:07:00 UTC (rev 663811)
@@ -3,7 +3,7 @@
 # Contributor: tuxbubling 
 
 pkgname=cacti
-pkgver=1.2.12
+pkgver=1.2.13
 pkgrel=1
 pkgdesc="Network graphing solution using RRDTool"
 arch=('any')
@@ -21,10 +21,14 @@
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
 install="${pkgname}.install"
-sha512sums=('df6a512a2e8faa70b8ee0b2ab72ea9e21db465f3978a3ecedf17cd34cb16793d3b0107f01f8cd8400fb15b162c27214680f22657f6f0d59853de88c49966087c'
+sha512sums=('e111c90b77a43bb3ea7cd5cc90cd95a09be95413443db474c04e30d5b00ff96a69e8cb2792a3995462f4623538fc33b89029ff13c25181beff015c47e506d4b9'
 
'a87241b12226fcad9e161d0f4cd344161015b5fa8e2f1f3af4431d22bd87aad8a4f9553226baed98d48376819e75266a50fd796b1c884b4e597ccf38a5e4de01'
 
'847e2b791de44d0790a2fdb81c77c8af9a66da9d44500f3f8a8d1c0f406d3a20082cc8fef1c6afe4de93ad989d35c79c9809abe14693a9ac6ea74d4696e3b6c1'
 
'e833e411f74e3c32589ba83cb1b2f28ca9b35931626480ab7daa63420d47ecfc3061e6703323646b69e1d98536b6f3afdd36faa483fb13aac9b818af0c6e')
+b2sums=('934deba81a0ac66d4f6a6efcb254204f3d26b40ee56b3b0b926334cefc99a8dcda688250218b796446e6dc9ad3b0efdbe4a0e408873921ff38977485c3fcf9af'
+
'd110c7659ad181e0823dd7a5f02cd43ecffdbc52e18e08fe40e31430631bf700237b343784873ca4b5d5b94ce11fae7a2f8db3ebd09dbb3f784367bdda14be32'
+
'2ec9956b690ab9244e31a58d295ab56b5d0df9fc9586c74edbd55c12d3383430b8a1a8a708d7d747abadb67eee42094562da510ddfc7797978c2683e7b86a252'
+
'0a532bbbd07b21da18ea21eec3f268510740069fb732e3d387f224b93f0539e3e968ba6332bf647ff62f2d98910abc33e35a3e82d335cf7d29a503609e22651f')
 
 prepare() {
   # adding default .htaccess


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

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:59:01
  Author: foutrelis
Revision: 391920

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 391919, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/vmaf-model-path.patch
(from rev 391919, ffmpeg/trunk/vmaf-model-path.patch)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/vmaf-model-path.patch

---+
 PKGBUILD  |  362 +++-
 vmaf-model-path.patch |   26 +--
 2 files changed, 193 insertions(+), 195 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 21:58:57 UTC (rev 391919)
+++ PKGBUILD2020-07-14 21:59:01 UTC (rev 391920)
@@ -1,182 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=4.2.3
-pkgrel=2
-epoch=2
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=(x86_64)
-url=https://ffmpeg.org/
-license=(GPL3)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  fontconfig
-  fribidi
-  gmp
-  gnutls
-  gsm
-  jack
-  lame
-  libass.so
-  libavc1394
-  libbluray.so
-  libdav1d.so
-  libdrm
-  libfreetype.so
-  libiec61883
-  libmfx
-  libmodplug
-  libomxil-bellagio
-  libpulse
-  libraw1394
-  libsoxr
-  libssh
-  libtheora
-  libva.so
-  libva-drm.so
-  libva-x11.so
-  libvdpau
-  libvidstab.so
-  libvorbisenc.so
-  libvorbis.so
-  libvpx.so
-  libwebp
-  libx11
-  libx264.so
-  libx265.so
-  libxcb
-  libxext
-  libxml2
-  libxv
-  libxvidcore.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  srt
-  v4l-utils
-  vmaf
-  xz
-  zlib
-)
-makedepends=(
-  avisynthplus
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=(
-  'avisynthplus: AviSynthPlus support'
-  'intel-media-sdk: Intel QuickSync support'
-  'ladspa: LADSPA filters'
-  'nvidia-utils: Nvidia NVDEC/NVENC support'
-)
-provides=(
-  libavcodec.so
-  libavdevice.so
-  libavfilter.so
-  libavformat.so
-  libavutil.so
-  libpostproc.so
-  libswresample.so
-  libswscale.so
-)
-_tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
-source=(
-  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
-  vmaf-model-path.patch
-)
-sha256sums=(
-  SKIP
-  8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
-)
-
-pkgver() {
-  cd ffmpeg
-
-  git describe --tags | sed 's/^n//'
-}
-
-prepare() {
-  cd ffmpeg
-
-  # backport avisynthplus support
-  git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c 
| git apply -
-  git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c 
| git apply -
-
-  patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
-}
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libaom \
---enable-libass \
---enable-libbluray \
---enable-libdav1d \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libjack \
---enable-libmfx \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libsoxr \
---enable-libspeex \
---enable-libsrt \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvmaf \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxml2 \
---enable-libxvid \
---enable-nvdec \
---enable-nvenc \
---enable-omx \
---enable-shared \
---enable-version3
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play}.1
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
-  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 391919, 
ffmpeg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 21:59:01 UTC (rev 391920)
@@ -0,0 +1,180 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.3.1
+pkgrel=1
+epoch=2
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm

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

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:58:57
  Author: foutrelis
Revision: 391919

upgpkg: ffmpeg 2:4.3.1-1: new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 19:25:34 UTC (rev 391918)
+++ PKGBUILD2020-07-14 21:58:57 UTC (rev 391919)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -34,6 +34,7 @@
   libmodplug
   libomxil-bellagio
   libpulse
+  librav1e.so
   libraw1394
   libsoxr
   libssh
@@ -89,7 +90,7 @@
   libswresample.so
   libswscale.so
 )
-_tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   vmaf-model-path.patch
@@ -108,10 +109,6 @@
 prepare() {
   cd ffmpeg
 
-  # backport avisynthplus support
-  git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c 
| git apply -
-  git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c 
| git apply -
-
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
@@ -147,6 +144,7 @@
 --enable-libopenjpeg \
 --enable-libopus \
 --enable-libpulse \
+--enable-librav1e \
 --enable-libsoxr \
 --enable-libspeex \
 --enable-libsrt \


[arch-commits] Commit in electron6/trunk (PKGBUILD chromium-ffmpeg-4.3.patch)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:57:06
  Author: foutrelis
Revision: 663807

upgpkg: electron6 6.1.9-7: add patch for ffmpeg 4.3 (FS#67020)

Added:
  electron6/trunk/chromium-ffmpeg-4.3.patch
Modified:
  electron6/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 chromium-ffmpeg-4.3.patch |   21 +
 2 files changed, 25 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:57:04 UTC (rev 663806)
+++ PKGBUILD2020-07-14 21:57:06 UTC (rev 663807)
@@ -5,7 +5,7 @@
 pkgver=6.1.9
 _commit=26ee9476def66d6a57f12df9918145c303afa4ff
 _chromiumver=76.0.3809.146
-pkgrel=6
+pkgrel=7
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
@@ -30,6 +30,7 @@
 'perfetto-gcc10.patch'
 'webrtc-gcc10.patch'
 'glslang-remove-setAllocator.patch'
+'chromium-ffmpeg-4.3.patch'
 'chromium-skia-harmony.patch')
 sha512sums=('SKIP'
 'SKIP'
@@ -43,6 +44,7 @@
 
'047606dacc67dc689bac9d30540331c4f4a56f5ff664115c779b13376918a0279fa0466099aa5e36a6541faa7479ae567ac50a4d4b482cdc34c95ae04aceb51d'
 
'a4340a6b338768d51600853d101f7b4e06c7b733bda71f1e193c457edac3bb07887f7c307e60e26edf2fda47986788df8c4645b6ce26dae0d1e0b091f4520e91'
 
'e34562b4b6cf4f0afa3f23afe7336fed4614201b39bfb73871899081161f5927d273c1da14b3ab7edeeb803300ba6e07c1ddf7261e8be12555cbfc4fe0a0d23c'
+
'70c30709a9bb6abc7a61a17cdc90cb2c4bad907f13f3bdd595906d87f7ad9a45100f237885e08d3dd4373a19a0716e8a4fa72a3950b7f779c8755cf0349f63d2'
 
'6fa7c5f737b3f86274b1f768aadf863dd7542fca9c8885d5c3804590bd04c288394c54b2003234be37d961f48b5470ce15254ba64b2716f8aceb181e1fd3c7c0')
 
 _system_libs=('ffmpeg'
@@ -135,6 +137,7 @@
   "${_system_libs[@]}"
 
   echo 'Applying local patches...'
+  patch -Np1 -i ../chromium-ffmpeg-4.3.patch
   patch -Np0 -i ../chromium-skia-harmony.patch
   patch -Np1 -i ../icu65.patch
   patch -Np1 -d v8 <../icu67.patch

Added: chromium-ffmpeg-4.3.patch
===
--- chromium-ffmpeg-4.3.patch   (rev 0)
+++ chromium-ffmpeg-4.3.patch   2020-07-14 21:57:06 UTC (rev 663807)
@@ -0,0 +1,21 @@
+diff --git a/media/base/media.cc b/media/base/media.cc
+index c282ee49a03..a298b40c79b 100644
+--- a/media/base/media.cc
 b/media/base/media.cc
+@@ -14,6 +14,7 @@
+ #include "third_party/libyuv/include/libyuv.h"
+ 
+ #if BUILDFLAG(ENABLE_FFMPEG)
++#include 
+ #include "third_party/ffmpeg/ffmpeg_features.h"  // nogncheck
+ extern "C" {
+ #include 
+@@ -41,7 +42,7 @@ class MediaInitializer {
+ 
+ #if BUILDFLAG(USE_ALLOCATOR_SHIM)
+ // Remove allocation limit from ffmpeg, so calls go down to shim layer.
+-av_max_alloc(0);
++av_max_alloc(std::numeric_limits::max());
+ #endif  // BUILDFLAG(USE_ALLOCATOR_SHIM)
+ 
+ #endif  // BUILDFLAG(ENABLE_FFMPEG)


[arch-commits] Commit in electron7/repos/community-x86_64 (29 files)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:57:34
  Author: foutrelis
Revision: 663810

archrelease: copy trunk to community-x86_64

Added:
  electron7/repos/community-x86_64/PKGBUILD
(from rev 663809, electron7/trunk/PKGBUILD)
  electron7/repos/community-x86_64/angle-gcc10.patch
(from rev 663809, electron7/trunk/angle-gcc10.patch)
  electron7/repos/community-x86_64/chromium-ffmpeg-4.3.patch
(from rev 663809, electron7/trunk/chromium-ffmpeg-4.3.patch)
  electron7/repos/community-x86_64/chromium-gcc10.patch
(from rev 663809, electron7/trunk/chromium-gcc10.patch)
  electron7/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 663809, electron7/trunk/chromium-skia-harmony.patch)
  electron7/repos/community-x86_64/chromium-system-icu.patch
(from rev 663809, electron7/trunk/chromium-system-icu.patch)
  electron7/repos/community-x86_64/chromium-system-zlib.patch
(from rev 663809, electron7/trunk/chromium-system-zlib.patch)
  electron7/repos/community-x86_64/default_app-icon.patch
(from rev 663809, electron7/trunk/default_app-icon.patch)
  electron7/repos/community-x86_64/electron7.desktop
(from rev 663809, electron7/trunk/electron7.desktop)
  electron7/repos/community-x86_64/glslang-remove-setAllocator.patch
(from rev 663809, electron7/trunk/glslang-remove-setAllocator.patch)
  electron7/repos/community-x86_64/icu65.patch
(from rev 663809, electron7/trunk/icu65.patch)
  electron7/repos/community-x86_64/icu67.patch
(from rev 663809, electron7/trunk/icu67.patch)
  electron7/repos/community-x86_64/perfetto-gcc10.patch
(from rev 663809, electron7/trunk/perfetto-gcc10.patch)
  electron7/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 663809, electron7/trunk/use-system-libraries-in-node.patch)
  electron7/repos/community-x86_64/webrtc-gcc10.patch
(from rev 663809, electron7/trunk/webrtc-gcc10.patch)
Deleted:
  electron7/repos/community-x86_64/PKGBUILD
  electron7/repos/community-x86_64/angle-gcc10.patch
  electron7/repos/community-x86_64/chromium-gcc10.patch
  electron7/repos/community-x86_64/chromium-skia-harmony.patch
  electron7/repos/community-x86_64/chromium-system-icu.patch
  electron7/repos/community-x86_64/chromium-system-zlib.patch
  electron7/repos/community-x86_64/default_app-icon.patch
  electron7/repos/community-x86_64/electron7.desktop
  electron7/repos/community-x86_64/glslang-remove-setAllocator.patch
  electron7/repos/community-x86_64/icu65.patch
  electron7/repos/community-x86_64/icu67.patch
  electron7/repos/community-x86_64/perfetto-gcc10.patch
  electron7/repos/community-x86_64/use-system-libraries-in-node.patch
  electron7/repos/community-x86_64/webrtc-gcc10.patch

+
 PKGBUILD   |  437 +--
 angle-gcc10.patch  |   52 ++--
 chromium-ffmpeg-4.3.patch  |   21 +
 chromium-gcc10.patch   |   68 ++---
 chromium-skia-harmony.patch|   28 +-
 chromium-system-icu.patch  |   40 +--
 chromium-system-zlib.patch |   26 +-
 default_app-icon.patch |   42 +--
 electron7.desktop  |   14 -
 glslang-remove-setAllocator.patch  |   48 +--
 icu65.patch|  128 +-
 icu67.patch|  338 +--
 perfetto-gcc10.patch   |   56 ++--
 use-system-libraries-in-node.patch |  112 
 webrtc-gcc10.patch |  146 +--
 15 files changed, 790 insertions(+), 766 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 21:57:20 UTC (rev 663809)
+++ PKGBUILD2020-07-14 21:57:34 UTC (rev 663810)
@@ -1,217 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Nicola Squartini 
-
-pkgname=electron7
-pkgver=7.1.14
-_commit=0f082ecd5c378a36b5b9bd6d150a00d5dc34da6c
-_chromiumver=78.0.3904.130
-pkgrel=6
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget' 'yasm')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-"$pkgname.desktop"
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'icu65.patch'
- 

[arch-commits] Commit in electron6/repos/community-x86_64 (25 files)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:57:18
  Author: foutrelis
Revision: 663808

archrelease: copy trunk to community-x86_64

Added:
  electron6/repos/community-x86_64/PKGBUILD
(from rev 663807, electron6/trunk/PKGBUILD)
  electron6/repos/community-x86_64/angle-gcc10.patch
(from rev 663807, electron6/trunk/angle-gcc10.patch)
  electron6/repos/community-x86_64/chromium-ffmpeg-4.3.patch
(from rev 663807, electron6/trunk/chromium-ffmpeg-4.3.patch)
  electron6/repos/community-x86_64/chromium-gcc10.patch
(from rev 663807, electron6/trunk/chromium-gcc10.patch)
  electron6/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 663807, electron6/trunk/chromium-skia-harmony.patch)
  electron6/repos/community-x86_64/default_app-icon.patch
(from rev 663807, electron6/trunk/default_app-icon.patch)
  electron6/repos/community-x86_64/electron6.desktop
(from rev 663807, electron6/trunk/electron6.desktop)
  electron6/repos/community-x86_64/glslang-remove-setAllocator.patch
(from rev 663807, electron6/trunk/glslang-remove-setAllocator.patch)
  electron6/repos/community-x86_64/icu65.patch
(from rev 663807, electron6/trunk/icu65.patch)
  electron6/repos/community-x86_64/icu67.patch
(from rev 663807, electron6/trunk/icu67.patch)
  electron6/repos/community-x86_64/perfetto-gcc10.patch
(from rev 663807, electron6/trunk/perfetto-gcc10.patch)
  electron6/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 663807, electron6/trunk/use-system-libraries-in-node.patch)
  electron6/repos/community-x86_64/webrtc-gcc10.patch
(from rev 663807, electron6/trunk/webrtc-gcc10.patch)
Deleted:
  electron6/repos/community-x86_64/PKGBUILD
  electron6/repos/community-x86_64/angle-gcc10.patch
  electron6/repos/community-x86_64/chromium-gcc10.patch
  electron6/repos/community-x86_64/chromium-skia-harmony.patch
  electron6/repos/community-x86_64/default_app-icon.patch
  electron6/repos/community-x86_64/electron6.desktop
  electron6/repos/community-x86_64/glslang-remove-setAllocator.patch
  electron6/repos/community-x86_64/icu65.patch
  electron6/repos/community-x86_64/icu67.patch
  electron6/repos/community-x86_64/perfetto-gcc10.patch
  electron6/repos/community-x86_64/use-system-libraries-in-node.patch
  electron6/repos/community-x86_64/webrtc-gcc10.patch

+
 PKGBUILD   |  407 +--
 angle-gcc10.patch  |   52 ++--
 chromium-ffmpeg-4.3.patch  |   21 +
 chromium-gcc10.patch   |   68 ++---
 chromium-skia-harmony.patch|   28 +-
 default_app-icon.patch |   42 +--
 electron6.desktop  |   14 -
 glslang-remove-setAllocator.patch  |   48 ++--
 icu65.patch|  128 +--
 icu67.patch|  328 ++--
 perfetto-gcc10.patch   |   56 ++--
 use-system-libraries-in-node.patch |  112 -
 webrtc-gcc10.patch |  146 ++--
 13 files changed, 737 insertions(+), 713 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 21:57:06 UTC (rev 663807)
+++ PKGBUILD2020-07-14 21:57:18 UTC (rev 663808)
@@ -1,202 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Nicola Squartini 
-
-pkgname=electron6
-pkgver=6.1.9
-_commit=26ee9476def66d6a57f12df9918145c303afa4ff
-_chromiumver=76.0.3809.146
-pkgrel=6
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn-m76' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils'
- 'python2' 'wget' 'yasm')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-'electron6.desktop'
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'icu65.patch'
-'icu67.patch'
-'chromium-gcc10.patch'
-'angle-gcc10.patch'
-'perfetto-gcc10.patch'
-'webrtc-gcc10.patch'
-'glslang-remove-setAllocator.patch'
-'chromium-skia-harmony.patch')
-sha512sums=('SKIP'
-'SKIP'
-
'f2384d851478507b8b76ada5822d021b0ab86e6cb7d078294171cf43935f3362f383b8399fa29acd11f021df5f43c3a0337b173702313c4533946bb36b7e512d'
-
'81a959a2873e868bb9394b1e5371d8c77f13f47d88c070016394188e96420ed64c8d6efa518e854f302ec4e6e7e17888d508f6

[arch-commits] Commit in electron7/trunk (PKGBUILD chromium-ffmpeg-4.3.patch)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:57:20
  Author: foutrelis
Revision: 663809

upgpkg: electron7 7.1.14-7: add patch for ffmpeg 4.3 (FS#67020)

Added:
  electron7/trunk/chromium-ffmpeg-4.3.patch
Modified:
  electron7/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 chromium-ffmpeg-4.3.patch |   21 +
 2 files changed, 25 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:57:18 UTC (rev 663808)
+++ PKGBUILD2020-07-14 21:57:20 UTC (rev 663809)
@@ -5,7 +5,7 @@
 pkgver=7.1.14
 _commit=0f082ecd5c378a36b5b9bd6d150a00d5dc34da6c
 _chromiumver=78.0.3904.130
-pkgrel=6
+pkgrel=7
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
@@ -31,6 +31,7 @@
 'perfetto-gcc10.patch'
 'webrtc-gcc10.patch'
 'glslang-remove-setAllocator.patch'
+'chromium-ffmpeg-4.3.patch'
 'chromium-skia-harmony.patch'
 'chromium-system-icu.patch'
 'chromium-system-zlib.patch')
@@ -46,6 +47,7 @@
 
'047606dacc67dc689bac9d30540331c4f4a56f5ff664115c779b13376918a0279fa0466099aa5e36a6541faa7479ae567ac50a4d4b482cdc34c95ae04aceb51d'
 
'a4340a6b338768d51600853d101f7b4e06c7b733bda71f1e193c457edac3bb07887f7c307e60e26edf2fda47986788df8c4645b6ce26dae0d1e0b091f4520e91'
 
'e34562b4b6cf4f0afa3f23afe7336fed4614201b39bfb73871899081161f5927d273c1da14b3ab7edeeb803300ba6e07c1ddf7261e8be12555cbfc4fe0a0d23c'
+
'70c30709a9bb6abc7a61a17cdc90cb2c4bad907f13f3bdd595906d87f7ad9a45100f237885e08d3dd4373a19a0716e8a4fa72a3950b7f779c8755cf0349f63d2'
 
'6fa7c5f737b3f86274b1f768aadf863dd7542fca9c8885d5c3804590bd04c288394c54b2003234be37d961f48b5470ce15254ba64b2716f8aceb181e1fd3c7c0'
 
'7413e0cca7102008dd5bee443dcde90be69ef1d0973fee576f70544f0d0a66aa8bc7099e619c89160915d6cd6186384be46ffab4a1d747000133dda9a84e15e5'
 
'89d62431e11cf8f3b48afdf9a133a8532916d445676de12acb48b0aaca3aa45106e25de399e7ee37a6220b0766c0ea65f10da219d4bb9a7a02275b4364e493ad')
@@ -144,6 +146,7 @@
   "${_system_libs[@]}"
 
   echo 'Applying local patches...'
+  patch -Np1 -i ../chromium-ffmpeg-4.3.patch
   patch -Np0 -i ../chromium-skia-harmony.patch
   patch -Np1 -i ../icu65.patch
   patch -Np3 -d v8 <../icu67.patch

Added: chromium-ffmpeg-4.3.patch
===
--- chromium-ffmpeg-4.3.patch   (rev 0)
+++ chromium-ffmpeg-4.3.patch   2020-07-14 21:57:20 UTC (rev 663809)
@@ -0,0 +1,21 @@
+diff --git a/media/base/media.cc b/media/base/media.cc
+index c282ee49a03..a298b40c79b 100644
+--- a/media/base/media.cc
 b/media/base/media.cc
+@@ -14,6 +14,7 @@
+ #include "third_party/libyuv/include/libyuv.h"
+ 
+ #if BUILDFLAG(ENABLE_FFMPEG)
++#include 
+ #include "third_party/ffmpeg/ffmpeg_features.h"  // nogncheck
+ extern "C" {
+ #include 
+@@ -41,7 +42,7 @@ class MediaInitializer {
+ 
+ #if BUILDFLAG(USE_ALLOCATOR_SHIM)
+ // Remove allocation limit from ffmpeg, so calls go down to shim layer.
+-av_max_alloc(0);
++av_max_alloc(std::numeric_limits::max());
+ #endif  // BUILDFLAG(USE_ALLOCATOR_SHIM)
+ 
+ #endif  // BUILDFLAG(ENABLE_FFMPEG)


[arch-commits] Commit in electron/trunk (PKGBUILD chromium-ffmpeg-4.3.patch)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:56:32
  Author: foutrelis
Revision: 663803

upgpkg: electron 9.1.0-3: add patch for ffmpeg 4.3 (FS#67020)

Added:
  electron/trunk/chromium-ffmpeg-4.3.patch
Modified:
  electron/trunk/PKGBUILD

---+
 PKGBUILD  |8 +---
 chromium-ffmpeg-4.3.patch |   21 +
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:50:38 UTC (rev 663802)
+++ PKGBUILD2020-07-14 21:56:32 UTC (rev 663803)
@@ -4,7 +4,7 @@
 pkgver=9.1.0
 _commit=a822d2639a9c9c2c670e91d73f78e921865ce38e
 _chromiumver=83.0.4103.122
-pkgrel=2
+pkgrel=3
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
@@ -26,6 +26,7 @@
 'add-missing-algorithm-header-in-crx_install_error.cc.patch'
 'avoid-double-destruction-of-ServiceWorkerObjectHost.patch'
 'chromium-83-gcc-10.patch'
+'chromium-ffmpeg-4.3.patch'
 'chromium-skia-harmony.patch'
 'clean-up-a-call-to-set_utf8.patch'
 'include-memory-header-to-get-the-definition-of-std-u.patch'
@@ -42,6 +43,7 @@
 '0e2a78e4aa7272ab0ff4a4c467750e01bad692a026ad9828aaf06d2a9418b9d8'
 'd793842e9584bf75e3779918297ba0ffa6dd05394ef5b2bf5fb73aa9c86a7e2f'
 '3e5ba8c0a70a4bc673deec0c61eb2b58f05a4c784cbdb7c8118be1eb6580db6d'
+'5390304b5f544868985ce00a3ec082d4ece2dacb1c73cdb35dd4facfea12449a'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
 '58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
 '071326135bc25226aa165639dff80a03670a17548f2d2ff5cc4f40982b39c52a'
@@ -48,8 +50,7 @@
 '675fb3d6276cce569a641436465f58d5709d1d4a5f62b7052989479fd4aaea24'
 '50687079426094f2056d1f4806dc30fc8d6bad16190520e57ba087ec5db1d778'
 '3d7f20e1d2ee7d73ed25e708c0d59a0cb215fcce10a379e3d48a856533c4b0b7'
-'e042024423027ad3ef729a7e4709bdf9714aea49d64cfbbf46a645a05703abc2'
-   )
+'e042024423027ad3ef729a7e4709bdf9714aea49d64cfbbf46a645a05703abc2')
 
 _system_libs=('ffmpeg'
   'flac'
@@ -133,6 +134,7 @@
   patch -Np1 -i ../add-missing-algorithm-header-in-crx_install_error.cc.patch
   patch -Np1 -i ../avoid-double-destruction-of-ServiceWorkerObjectHost.patch
   patch -Np1 -i ../chromium-83-gcc-10.patch
+  patch -Np1 -i ../chromium-ffmpeg-4.3.patch
   patch -Np0 -i ../chromium-skia-harmony.patch
   patch -Np1 -i ../clean-up-a-call-to-set_utf8.patch
   patch -Np1 -i ../include-memory-header-to-get-the-definition-of-std-u.patch

Added: chromium-ffmpeg-4.3.patch
===
--- chromium-ffmpeg-4.3.patch   (rev 0)
+++ chromium-ffmpeg-4.3.patch   2020-07-14 21:56:32 UTC (rev 663803)
@@ -0,0 +1,21 @@
+diff --git a/media/base/media.cc b/media/base/media.cc
+index c282ee49a03..a298b40c79b 100644
+--- a/media/base/media.cc
 b/media/base/media.cc
+@@ -14,6 +14,7 @@
+ #include "third_party/libyuv/include/libyuv.h"
+ 
+ #if BUILDFLAG(ENABLE_FFMPEG)
++#include 
+ #include "third_party/ffmpeg/ffmpeg_features.h"  // nogncheck
+ extern "C" {
+ #include 
+@@ -41,7 +42,7 @@ class MediaInitializer {
+ 
+ #if BUILDFLAG(USE_ALLOCATOR_SHIM)
+ // Remove allocation limit from ffmpeg, so calls go down to shim layer.
+-av_max_alloc(0);
++av_max_alloc(std::numeric_limits::max());
+ #endif  // BUILDFLAG(USE_ALLOCATOR_SHIM)
+ 
+ #endif  // BUILDFLAG(ENABLE_FFMPEG)


[arch-commits] Commit in electron5/repos/community-x86_64 (35 files)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:57:04
  Author: foutrelis
Revision: 663806

archrelease: copy trunk to community-x86_64

Added:
  electron5/repos/community-x86_64/PKGBUILD
(from rev 663805, electron5/trunk/PKGBUILD)
  electron5/repos/community-x86_64/angle-gcc10.patch
(from rev 663805, electron5/trunk/angle-gcc10.patch)
  
electron5/repos/community-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
(from rev 663805, 
electron5/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch)
  electron5/repos/community-x86_64/chromium-color_utils-use-std-sqrt.patch
(from rev 663805, electron5/trunk/chromium-color_utils-use-std-sqrt.patch)
  electron5/repos/community-x86_64/chromium-ffmpeg-4.3.patch
(from rev 663805, electron5/trunk/chromium-ffmpeg-4.3.patch)
  electron5/repos/community-x86_64/chromium-gcc10.patch
(from rev 663805, electron5/trunk/chromium-gcc10.patch)
  electron5/repos/community-x86_64/chromium-media-fix-build-with-libstdc++.patch
(from rev 663805, 
electron5/trunk/chromium-media-fix-build-with-libstdc++.patch)
  electron5/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 663805, electron5/trunk/chromium-skia-harmony.patch)
  electron5/repos/community-x86_64/chromium-system-icu.patch
(from rev 663805, electron5/trunk/chromium-system-icu.patch)
  electron5/repos/community-x86_64/chromium-webrtc-fix-SIOCGSTAMP-include.patch
(from rev 663805, 
electron5/trunk/chromium-webrtc-fix-SIOCGSTAMP-include.patch)
  electron5/repos/community-x86_64/default_app-icon.patch
(from rev 663805, electron5/trunk/default_app-icon.patch)
  electron5/repos/community-x86_64/electron5.desktop
(from rev 663805, electron5/trunk/electron5.desktop)
  electron5/repos/community-x86_64/glslang-remove-setAllocator.patch
(from rev 663805, electron5/trunk/glslang-remove-setAllocator.patch)
  electron5/repos/community-x86_64/icu65.patch
(from rev 663805, electron5/trunk/icu65.patch)
  electron5/repos/community-x86_64/perfetto-gcc10.patch
(from rev 663805, electron5/trunk/perfetto-gcc10.patch)
  electron5/repos/community-x86_64/simplified-ListFormat-implementation.patch
(from rev 663805, 
electron5/trunk/simplified-ListFormat-implementation.patch)
  electron5/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 663805, electron5/trunk/use-system-libraries-in-node.patch)
  electron5/repos/community-x86_64/webrtc-gcc10.patch
(from rev 663805, electron5/trunk/webrtc-gcc10.patch)
Deleted:
  electron5/repos/community-x86_64/PKGBUILD
  electron5/repos/community-x86_64/angle-gcc10.patch
  
electron5/repos/community-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
  electron5/repos/community-x86_64/chromium-color_utils-use-std-sqrt.patch
  electron5/repos/community-x86_64/chromium-gcc10.patch
  electron5/repos/community-x86_64/chromium-media-fix-build-with-libstdc++.patch
  electron5/repos/community-x86_64/chromium-skia-harmony.patch
  electron5/repos/community-x86_64/chromium-system-icu.patch
  electron5/repos/community-x86_64/chromium-webrtc-fix-SIOCGSTAMP-include.patch
  electron5/repos/community-x86_64/default_app-icon.patch
  electron5/repos/community-x86_64/electron5.desktop
  electron5/repos/community-x86_64/glslang-remove-setAllocator.patch
  electron5/repos/community-x86_64/icu65.patch
  electron5/repos/community-x86_64/perfetto-gcc10.patch
  electron5/repos/community-x86_64/simplified-ListFormat-implementation.patch
  electron5/repos/community-x86_64/use-system-libraries-in-node.patch
  electron5/repos/community-x86_64/webrtc-gcc10.patch

--+
 PKGBUILD |  443 

 angle-gcc10.patch|   52 -
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch |   68 -
 chromium-color_utils-use-std-sqrt.patch  |   96 -
 chromium-ffmpeg-4.3.patch|   21 
 chromium-gcc10.patch |   68 -
 chromium-media-fix-build-with-libstdc++.patch|   96 -
 chromium-skia-harmony.patch  |   26 
 chromium-system-icu.patch|   38 
 chromium-webrtc-fix-SIOCGSTAMP-include.patch |   24 
 default_app-icon.patch   |   42 
 electron5.desktop|   14 
 glslang-remove-setAllocator.patch|   48 
 icu65.patch  |  128 +-
 perfetto-gcc10.patch |   56 -
 simplified-ListFormat-implementation.patch   |  504 
+-
 use-system-libraries-in-node.patch   |  112 +-
 webr

[arch-commits] Commit in electron5/trunk (PKGBUILD chromium-ffmpeg-4.3.patch)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:56:48
  Author: foutrelis
Revision: 663805

upgpkg: electron5 5.0.13-7: add patch for ffmpeg 4.3 (FS#67020)

Added:
  electron5/trunk/chromium-ffmpeg-4.3.patch
Modified:
  electron5/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 chromium-ffmpeg-4.3.patch |   21 +
 2 files changed, 25 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:56:47 UTC (rev 663804)
+++ PKGBUILD2020-07-14 21:56:48 UTC (rev 663805)
@@ -4,7 +4,7 @@
 pkgver=5.0.13
 _commit=f5fab127ca0eff5336e6cd469c794fdb9e3330b4
 _chromiumver=73.0.3683.121
-pkgrel=6
+pkgrel=7
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
@@ -25,6 +25,7 @@
 'chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch'
 'chromium-color_utils-use-std-sqrt.patch'
 'chromium-media-fix-build-with-libstdc++.patch'
+'chromium-ffmpeg-4.3.patch'
 'chromium-skia-harmony.patch'
 'icu65.patch'
 'simplified-ListFormat-implementation.patch'
@@ -44,6 +45,7 @@
 'f2b12ccf83a8e0adda4a87ae5c983df5e092ccf1f9a6f2e05799ce4d451dbda1'
 'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'
 'f51fe91427d8638c5551746d2ec7de99e8059dd76889cfeaee8ca3d8fed62265'
+'5390304b5f544868985ce00a3ec082d4ece2dacb1c73cdb35dd4facfea12449a'
 '5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3'
 '1de9bdbfed482295dda45c7d4e323cee55a34e42f66b892da1c1a778682b7a41'
 '49cb3444eae2bf8aa83b4f8704023512dba4bf30f3caafc6dbd5ed874b7da72b'
@@ -150,6 +152,7 @@
   patch -Np1 -i 
../chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
   patch -Np1 -i ../chromium-color_utils-use-std-sqrt.patch
   patch -d media -Np1 -i ../../chromium-media-fix-build-with-libstdc++.patch
+  patch -Np1 -i ../chromium-ffmpeg-4.3.patch
   patch -Np0 -i ../chromium-skia-harmony.patch
   patch -Np1 -i ../icu65.patch
   patch -Np1 -d v8 <../simplified-ListFormat-implementation.patch

Added: chromium-ffmpeg-4.3.patch
===
--- chromium-ffmpeg-4.3.patch   (rev 0)
+++ chromium-ffmpeg-4.3.patch   2020-07-14 21:56:48 UTC (rev 663805)
@@ -0,0 +1,21 @@
+diff --git a/media/base/media.cc b/media/base/media.cc
+index c282ee49a03..a298b40c79b 100644
+--- a/media/base/media.cc
 b/media/base/media.cc
+@@ -14,6 +14,7 @@
+ #include "third_party/libyuv/include/libyuv.h"
+ 
+ #if BUILDFLAG(ENABLE_FFMPEG)
++#include 
+ #include "third_party/ffmpeg/ffmpeg_features.h"  // nogncheck
+ extern "C" {
+ #include 
+@@ -41,7 +42,7 @@ class MediaInitializer {
+ 
+ #if BUILDFLAG(USE_ALLOCATOR_SHIM)
+ // Remove allocation limit from ffmpeg, so calls go down to shim layer.
+-av_max_alloc(0);
++av_max_alloc(std::numeric_limits::max());
+ #endif  // BUILDFLAG(USE_ALLOCATOR_SHIM)
+ 
+ #endif  // BUILDFLAG(ENABLE_FFMPEG)


[arch-commits] Commit in electron/repos/community-x86_64 (29 files)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:56:47
  Author: foutrelis
Revision: 663804

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 663803, electron/trunk/PKGBUILD)
  
electron/repos/community-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 663803, 
electron/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
electron/repos/community-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 663803, 
electron/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  electron/repos/community-x86_64/chromium-83-gcc-10.patch
(from rev 663803, electron/trunk/chromium-83-gcc-10.patch)
  electron/repos/community-x86_64/chromium-ffmpeg-4.3.patch
(from rev 663803, electron/trunk/chromium-ffmpeg-4.3.patch)
  electron/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 663803, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 663803, electron/trunk/clean-up-a-call-to-set_utf8.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 663803, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 663803, electron/trunk/electron.desktop)
  
electron/repos/community-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 663803, 
electron/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  
electron/repos/community-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 663803, 
electron/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
electron/repos/community-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 663803, 
electron/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
electron/repos/community-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 663803, 
electron/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 663803, electron/trunk/use-system-libraries-in-node.patch)
  
electron/repos/community-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 663803, 
electron/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  
electron/repos/community-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
electron/repos/community-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  electron/repos/community-x86_64/chromium-83-gcc-10.patch
  electron/repos/community-x86_64/chromium-skia-harmony.patch
  electron/repos/community-x86_64/clean-up-a-call-to-set_utf8.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron.desktop
  
electron/repos/community-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  
electron/repos/community-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
electron/repos/community-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
electron/repos/community-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  
electron/repos/community-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  448 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 +++---
 chromium-83-gcc-10.patch   |  128 +--
 chromium-ffmpeg-4.3.patch  |   21 
 chromium-skia-harmony.patch|   28 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 default_app-icon.patch |   42 -
 electron.desktop   |   14 
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +--
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 ++--
 use-system-libraries-in-node.patch |  112 +-
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 
 15 files changed, 999 insertions(+), 976 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 21:56:32 UTC (rev 663803)
+++ PKGBUILD2020-07-14 21:56:47 UTC (rev 663804)
@@ -1,223 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=9.1.0
-_commit=a822d2639a9c9c2c670e91d73f78e921865ce38e
-_chromiu

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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 21:50:31
  Author: dvzrv
Revision: 663801

upgpkg: x42-plugins 20200714-1: Upgrading to 20200714.

Adding moony.lv2 as it defines kxstudio-lv2-extensions required for linting 
meters.lv2.
Adding calls to lv2lint in check() to lint all plugins.
Adding upstream patch to make meters.lv2#surround8 pass lv2lint.

Added:
  x42-plugins/trunk/x42-plugins-20200714-meters_surround8.patch
Modified:
  x42-plugins/trunk/PKGBUILD

-+
 PKGBUILD|  112 +-
 x42-plugins-20200714-meters_surround8.patch |   58 +
 2 files changed, 168 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:34:57 UTC (rev 663800)
+++ PKGBUILD2020-07-14 21:50:31 UTC (rev 663801)
@@ -2,7 +2,7 @@
 # Contributor: Lieven Moors 
 
 pkgname=x42-plugins
-pkgver=20200411
+pkgver=20200714
 pkgrel=1
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
@@ -13,21 +13,40 @@
 'libx11')
 makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
 'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
+# NOTE: adding moony.lv2 as a stop-gap solution until kxstudio-lv2-extensions
+# can be packaged to provide the required extensions for the meters plugin
+# during check()
+checkdepends=('lv2lint' 'moony.lv2')
 optdepends=('jack: for standalone applications'
 'liblo: for standalone applications')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+"${pkgname}-20200714-meters_surround8.patch"
 "${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png";
 "${pkgname}.directory"
 "${pkgname}.menu")
-sha512sums=('d6dd7c7b80d08ebeeae38708096e8bb8a0c7c3a2fc77381f180728becf2fbddd19d27e681896252ca8128ef8dbc3a08ef55036cdd38caa6e095c8c6c3ef3588e'
+sha512sums=('5ec4ec5f79803b49dda46b209b94eca292e428708a9eead2c8221e2ca7eef5761f229354a44e014e32264816e93d469578e6348ab3e7e5442b931bda3fb13ae7'
+
'78bac02778f357b9c9e8ebcb10740658d8d95e11e3e4b7bbce1f1abda57e40b3fce1010725ab73da4e5299d6b6ed7d4a551c169ea445ef6ceec3f0f7b0b7748b'
 
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
 
'fef75b22b2c1fed8586af4dfd01ea291a7c1506e80ce384f05f13dc04c4b7e3e934003c20d89ae94f36ad1021b7ad75097da836ca30ee965b4107b559305b496'
 
'411015b0feb8a289272cb821afa7e2a284d3e9d994a446baa73b3a6ce0f0ebd1e94c4cb3392a0afb1d741ce6d8b2d14c9bd124a0684b830275b4ba8e14680aa3')
+b2sums=('8979136756ec374e565b023c5a3e6af6c4bb3e00810d6070ee8bb34f1142efdf4e90f820c2fd1ea21fcf1b6035156f5cfe8bbcb8a9724efebcbf2456c000449e'
+
'f0d9c97beea8952c81087e14db45bdc679226dc7e5eafe6899a30c9cd277af3daeb012ab228ed16e200b7e4787a9332e53f82874dc2d8881e1ca2881848ef92a'
+
'35a8cfcdf7f8c57ba655049a6d75b3bf9d253c25702a3f191d3f6cab215887f7de5025d025993861ae88c1b4daae132e9cc1ddf083e5b822f1b53a683c0fcaa3'
+
'fb6557cd2e8b83dae1cb38503f2a72093085ddcc0a4ba2e5e0375f7063b83b3fb4180091ce10524cd336eeb33cffed45ada93055b960c9189f83d664216b33ee'
+
'9c695f58099fcbfdce3e693e491d851ff7894a650ea12e079894176ef054b5f592785467c286bd8feaa340fdcdfb53d930b3a44ea890112e3fc1a4d172beb243')
 
 _names=('darc' 'dpl' 'fat1' 'fil4' 'matrixmixer8x8' 'meter' 'mixtri' 'scope' 
'spectr' 'stepseq' 'tuna')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
+
+  (
+cd meters.lv2
+# fixing linting issue with surround8 variant of meters plugin
+# https://github.com/x42/meters.lv2/issues/28
+patch -Np1 -i "$srcdir/${pkgname}-20200714-meters_surround8.patch"
+  )
+
   declare -A comments=(
 ["darc"]="A general purpose audio signal compressor"
 ["dpl"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
@@ -125,6 +144,95 @@
   make
 }
 
+check() {
+  local _name _version _convolver _controlfilter _default _meter _midifilter 
_onsettrigger _sisco _tuna
+  local _controlfilters=('exp' 'invert' 'linearscale' 'lowpass' 'nlog')
+  local _convolvers=('Mono' 'MonoToStereo' 'Stereo')
+  local _defaults=('mono' 'stereo')
+  local _meters=('VUmono' 'VUstereo' 'BBCmono

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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 21:50:38
  Author: dvzrv
Revision: 663802

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 663801, x42-plugins/trunk/PKGBUILD)
  x42-plugins/repos/community-x86_64/x42-plugins-20200714-meters_surround8.patch
(from rev 663801, 
x42-plugins/trunk/x42-plugins-20200714-meters_surround8.patch)
  x42-plugins/repos/community-x86_64/x42-plugins.directory
(from rev 663801, x42-plugins/trunk/x42-plugins.directory)
  x42-plugins/repos/community-x86_64/x42-plugins.menu
(from rev 663801, x42-plugins/trunk/x42-plugins.menu)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD
  x42-plugins/repos/community-x86_64/x42-plugins.directory
  x42-plugins/repos/community-x86_64/x42-plugins.menu

-+
 PKGBUILD|  440 --
 x42-plugins-20200714-meters_surround8.patch |   58 +++
 x42-plugins.directory   |   10 
 x42-plugins.menu|   88 ++---
 4 files changed, 381 insertions(+), 215 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 21:50:31 UTC (rev 663801)
+++ PKGBUILD2020-07-14 21:50:38 UTC (rev 663802)
@@ -1,166 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20200411
-pkgrel=1
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins";
-license=('GPL2' 'GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'ftgl' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd'
-'libx11')
-makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
-'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
-optdepends=('jack: for standalone applications'
-'liblo: for standalone applications')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-"${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png";
-"${pkgname}.directory"
-"${pkgname}.menu")
-sha512sums=('d6dd7c7b80d08ebeeae38708096e8bb8a0c7c3a2fc77381f180728becf2fbddd19d27e681896252ca8128ef8dbc3a08ef55036cdd38caa6e095c8c6c3ef3588e'
-
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
-
'fef75b22b2c1fed8586af4dfd01ea291a7c1506e80ce384f05f13dc04c4b7e3e934003c20d89ae94f36ad1021b7ad75097da836ca30ee965b4107b559305b496'
-
'411015b0feb8a289272cb821afa7e2a284d3e9d994a446baa73b3a6ce0f0ebd1e94c4cb3392a0afb1d741ce6d8b2d14c9bd124a0684b830275b4ba8e14680aa3')
-
-_names=('darc' 'dpl' 'fat1' 'fil4' 'matrixmixer8x8' 'meter' 'mixtri' 'scope' 
'spectr' 'stepseq' 'tuna')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  declare -A comments=(
-["darc"]="A general purpose audio signal compressor"
-["dpl"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
-["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
-["fil4"]="4 band parametric equalizer with additional low+high shelf 
filters, Low and High-pass"
-["matrixmixer8x8"]="Matrix Mixer 8x8"
-["mixtri"]="Matrix mixer and trigger processor"
-["scope"]="Simple audio oscilloscope with variable time scale, triggering, 
cursors and numeric readout"
-["spectr"]="Spectrum Analyzer"
-["stepseq"]="Simple step sequencer for moddevices.com"
-  )
-  declare -A generic=(
-["darc"]="Dynamic Audio Range Compressor"
-["dpl"]="Peak Limiter"
-["fat1"]="Auto Tune"
-["fil4"]="Parametric Equalizer"
-["matrixmixer8x8"]="Matrix Mixer"
-["mixtri"]="Mixer'n'Trigger"
-["scope"]="Oscilloscope"
-["spectr"]="Spectrum Analyzer"
-["stepseq"]="Step Sequencer"
-  )
-  declare -A meter_types=(
-[0]='EBU R128 Meter'
-[1]='K20/RMS Meter (Stereo)'
-[2]='K14/RMS Meter (Stereo)'
-[3]='K12/RMS Meter (Stereo)'
-[4]=&#x

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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 21:34:57
  Author: dvzrv
Revision: 663800

archrelease: copy trunk to community-any

Added:
  molecule/repos/community-any/PKGBUILD
(from rev 663799, molecule/trunk/PKGBUILD)
Deleted:
  molecule/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 21:34:39 UTC (rev 663799)
+++ PKGBUILD2020-07-14 21:34:57 UTC (rev 663800)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=molecule
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="Aids in the development and testing of Ansible roles"
-arch=('any')
-url="https://github.com/ansible-community/molecule";
-license=('MIT')
-depends=('ansible' 'python-cerberus' 'python-click' 'python-click-completion'
-'python-click-help-colors' 'python-colorama' 'python-cookiecutter'
-'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
-'python-selinux' 'python-sh' 'python-six' 'python-tabulate'
-'python-tree-format' 'python-yaml' 'yamllint')
-makedepends=('python-setuptools-scm' 'python-simplejson')
-# TODO: potentially add 'python-shade'
-checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'
-'python-pytest' 'python-pytest-cov' 'python-pytest-helpers-namespace'
-'python-pytest-html' 'python-pytest-mock' 'python-pytest-sugar'
-'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'python-testinfra')
-optdepends=('docker: for the docker driver'
-'molecule-vagrant: for the vagrant driver'
-'podman: for the podman driver'
-'python-pywinrm: for Windows support'
-'python-testinfra: for the testinfra verifier')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('e8bfcf6d072c07d6dfc1d5c6671716747aa295616c12c2a56c84b387255c5d0126f11548be32b91e8b401e67e0a9a7673bd96f527cb3281dd205d40f6d0b19f2')
-b2sums=('8c6372f3518652f78b30f4969993fc262c3ae51ebc5d679276cdb3e67611e6769c694665e08e4a29c0471f37b83b373421437b20374c03ff38d9d862ee7b73fc')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # python-pre-commit is absolutely not a runtime dependency
-  sed -e '/pre-commit/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  # installing into test location, so pytest can pick up the executable
-  mkdir -vp test_dir
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="test_dir"
-  local python_version="$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')"
-  export 
PYTHONPATH="${PWD}/test_dir/usr/lib/python${python_version}/site-packages/:${PYTHONPATH}"
-  export PATH="${PWD}/test_dir/usr/bin:${PATH}"
-  # do not run tests that require interaction with the docker daemon
-  pytest -v \
- --ignore='molecule/test/functional/docker/' \
- --ignore='molecule/test/functional/test_command.py' \
- -k 'not test_execute \
- and not test_execute_bakes \
- and not test_execute_bakes_with_ansible_args \
- and not test_executes_cathces_and_exits_return_code_with_stdout'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {CHANGELOG,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: molecule/repos/community-any/PKGBUILD (from rev 663799, 
molecule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 21:34:57 UTC (rev 663800)
@@ -0,0 +1,71 @@
+# Maintainer: David Runge 
+
+pkgname=molecule
+pkgver=3.0.6
+pkgrel=1
+pkgdesc="Aids in the development and testing of Ansible roles"
+arch=('any')
+url="https://github.com/ansible-community/molecule";
+license=('MIT')
+depends=('ansible' 'python-cerberus' 'python-click' 'python-click-completion'
+'python-click-help-colors' 'python-colorama' 'python-cookiecutter'
+'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
+'python-selinux' 'python-sh' 'python-six' 'python-tabulate'
+'python-tree-format' 'python-yaml' 'yamllint')
+makedepends=('python-setuptools-scm' 'python-simplejson')
+# TODO: potentially add 'python-shade'
+checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'
+'python-pytest' 'python-pytest-cov' 'python-pytest-helpers-namespace'
+'python-pytest-html' 'python-pytest-mock' 'python-pytest-sugar'
+'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'python-testinfra')
+optdepends=('docker: for the docker driver'
+'molecule-vagrant: for the vagrant driver'
+'podman

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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 21:34:39
  Author: dvzrv
Revision: 663799

upgpkg: molecule 3.0.6-1: Upgrading to 3.0.6.

Modified:
  molecule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 21:04:55 UTC (rev 663798)
+++ PKGBUILD2020-07-14 21:34:39 UTC (rev 663799)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=molecule
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
@@ -24,8 +24,8 @@
 'python-pywinrm: for Windows support'
 'python-testinfra: for the testinfra verifier')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('e8bfcf6d072c07d6dfc1d5c6671716747aa295616c12c2a56c84b387255c5d0126f11548be32b91e8b401e67e0a9a7673bd96f527cb3281dd205d40f6d0b19f2')
-b2sums=('8c6372f3518652f78b30f4969993fc262c3ae51ebc5d679276cdb3e67611e6769c694665e08e4a29c0471f37b83b373421437b20374c03ff38d9d862ee7b73fc')
+sha512sums=('2e599d02bfdcabe51136722314894e51d36d170370f6571380a2d78ce2d060a5fbc11b09037af54ba438c8b697b923bcad267eef9a8d7d216b02f4e0b239')
+b2sums=('4744e2d0427a12f11a5db7bd06fc166135642a9f85e8befad60fc1d38536520be340ce4d116cc1086553fe019ffe9a8e7d7447c7415440cc857e0dd1f2b80a67')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in pd-lua/trunk (PKGBUILD pd-lua-0.9-lua53.patch)

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 21:04:50
  Author: dvzrv
Revision: 663797

upgpkg: pd-lua 0.10-1: Upgrading to 0.10.

Dropping fix to build against lua53 as upstream fixed the build.
Dropping Makefile modification for installation directory as upstream fixed 
this, too.

Modified:
  pd-lua/trunk/PKGBUILD
Deleted:
  pd-lua/trunk/pd-lua-0.9-lua53.patch

+
 PKGBUILD   |   22 +++---
 pd-lua-0.9-lua53.patch |   28 
 2 files changed, 7 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 20:45:56 UTC (rev 663796)
+++ PKGBUILD2020-07-14 21:04:50 UTC (rev 663797)
@@ -1,32 +1,24 @@
 # Maintainer: David Runge 
 
 pkgname=pd-lua
-pkgver=0.9
-pkgrel=3
+pkgver=0.10
+pkgrel=1
 pkgdesc="LUA embedding for pd"
 arch=('x86_64')
 url="https://github.com/agraef/pd-lua";
 license=('GPL2')
 groups=('pd-externals' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'lua53' 'pd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz";
-"${pkgname}-0.9-lua53.patch")
-sha512sums=('edcb4a9e65ca4a5816e0ad326946af74771edf163925ce5e0f713713cae8386c4d2b696c9f815859bb38105af7d6118425cdf797c89498962d58ff0f7233'
-
'b48030d03386334c8efa112e11aca661cad15000d8dc5d9c150aaef35f4e489eb6f0eaa4cf73fc5e123135be6d86288db4c19f61267678d7147dc5ad946dea8b')
-b2sums=('e836f11ca67dcc9ab2633fe599c8c094563f5284c54744584fdd24005c82669a424e3278e3595a79207228d2856c8663bbd2cd4bbc29493b5319c22df58c0384'
-
'0940a21fc9968cde07d1d2e9efc25077733706788e8ab5182afbd4d9b38da55c6f200a7ac0ad4f73fc99a80b2488b6b706f1da9ab0ca7dcd711b3b3a09abf9d3')
+depends=('gcc-libs' 'glibc' 'lua' 'pd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('06f805d32f1fb38384e38b4efe7e0e2f7f3aec120ca2c972f05614d9915c2e1efbccda80df29bcda0bd49c29fcb1dfa99424a32a55ae50e32a23f3dda921d47f')
+b2sums=('e5ca818ee06dd1fe2caae7903ab032b3effd36bae921ea02b6cd108c75dffcf5d08490903c8c2211e2886518e8f3eeceea96dcf6bc24e45331b2086fc692e373')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # installing external to correct location
   # not installing license and README (to wrong location)
-  sed -e 's/-externals/\/extra/' \
-  -e '/COPYING /d' \
+  sed -e '/COPYING /d' \
   -e '/README /d' \
   -i Makefile
-  # building against lua53 due to issues with lua >= 5.4
-  # https://github.com/agraef/pd-lua/issues/7
-  patch -Np1 -i "../${pkgname}-0.9-lua53.patch"
 }
 
 build() {

Deleted: pd-lua-0.9-lua53.patch
===
--- pd-lua-0.9-lua53.patch  2020-07-14 20:45:56 UTC (rev 663796)
+++ pd-lua-0.9-lua53.patch  2020-07-14 21:04:50 UTC (rev 663797)
@@ -1,28 +0,0 @@
-diff -ruN a/Makefile b/Makefile
 a/Makefile 2018-03-07 16:42:09.0 +0100
-+++ b/Makefile 2020-07-09 12:15:56.182015666 +0200
-@@ -62,7 +62,7 @@
- LIBS =
- 
- LUA_CFLAGS = -I/usr/include/lua
--LUA_LIBS   = -llua
-+LUA_LIBS   = $(shell pkg-config --libs lua-5.3)
- 
- # get library version from meta file
- LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION 
\(.*\);|\1|p' $(LIBRARY_META))
-diff -ruN a/pdlua.c b/pdlua.c
 a/pdlua.c  2018-03-07 16:42:09.0 +0100
-+++ b/pdlua.c  2020-07-09 12:10:25.631400140 +0200
-@@ -42,9 +42,9 @@
- #include 
- #endif
- /* we use Lua */
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
- 
- /* we use Pd */
- #include "m_pd.h"


[arch-commits] Commit in pd-lua/repos/community-staging-x86_64 (3 files)

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 21:04:55
  Author: dvzrv
Revision: 663798

archrelease: copy trunk to community-staging-x86_64

Added:
  pd-lua/repos/community-staging-x86_64/PKGBUILD
(from rev 663797, pd-lua/trunk/PKGBUILD)
Deleted:
  pd-lua/repos/community-staging-x86_64/PKGBUILD
  pd-lua/repos/community-staging-x86_64/pd-lua-0.9-lua53.patch

+
 PKGBUILD   |   82 +--
 pd-lua-0.9-lua53.patch |   28 
 2 files changed, 37 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 21:04:50 UTC (rev 663797)
+++ PKGBUILD2020-07-14 21:04:55 UTC (rev 663798)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=pd-lua
-pkgver=0.9
-pkgrel=3
-pkgdesc="LUA embedding for pd"
-arch=('x86_64')
-url="https://github.com/agraef/pd-lua";
-license=('GPL2')
-groups=('pd-externals' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'lua53' 'pd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz";
-"${pkgname}-0.9-lua53.patch")
-sha512sums=('edcb4a9e65ca4a5816e0ad326946af74771edf163925ce5e0f713713cae8386c4d2b696c9f815859bb38105af7d6118425cdf797c89498962d58ff0f7233'
-
'b48030d03386334c8efa112e11aca661cad15000d8dc5d9c150aaef35f4e489eb6f0eaa4cf73fc5e123135be6d86288db4c19f61267678d7147dc5ad946dea8b')
-b2sums=('e836f11ca67dcc9ab2633fe599c8c094563f5284c54744584fdd24005c82669a424e3278e3595a79207228d2856c8663bbd2cd4bbc29493b5319c22df58c0384'
-
'0940a21fc9968cde07d1d2e9efc25077733706788e8ab5182afbd4d9b38da55c6f200a7ac0ad4f73fc99a80b2488b6b706f1da9ab0ca7dcd711b3b3a09abf9d3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # installing external to correct location
-  # not installing license and README (to wrong location)
-  sed -e 's/-externals/\/extra/' \
-  -e '/COPYING /d' \
-  -e '/README /d' \
-  -i Makefile
-  # building against lua53 due to issues with lua >= 5.4
-  # https://github.com/agraef/pd-lua/issues/7
-  patch -Np1 -i "../${pkgname}-0.9-lua53.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" prefix='/usr' install
-  # docs
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"* \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  rmdir -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"
-}

Copied: pd-lua/repos/community-staging-x86_64/PKGBUILD (from rev 663797, 
pd-lua/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 21:04:55 UTC (rev 663798)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+pkgname=pd-lua
+pkgver=0.10
+pkgrel=1
+pkgdesc="LUA embedding for pd"
+arch=('x86_64')
+url="https://github.com/agraef/pd-lua";
+license=('GPL2')
+groups=('pd-externals' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'lua' 'pd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('06f805d32f1fb38384e38b4efe7e0e2f7f3aec120ca2c972f05614d9915c2e1efbccda80df29bcda0bd49c29fcb1dfa99424a32a55ae50e32a23f3dda921d47f')
+b2sums=('e5ca818ee06dd1fe2caae7903ab032b3effd36bae921ea02b6cd108c75dffcf5d08490903c8c2211e2886518e8f3eeceea96dcf6bc24e45331b2086fc692e373')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # not installing license and README (to wrong location)
+  sed -e '/COPYING /d' \
+  -e '/README /d' \
+  -i Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" prefix='/usr' install
+  # docs
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"* \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  rmdir -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"
+}

Deleted: pd-lua-0.9-lua53.patch
===
--- pd-lua-0.9-lua53.patch  2020-07-14 21:04:50 UTC (rev 663797)
+++ pd-lua-0.9-lua53.patch  2020-07-14 21:04:55 UTC (rev 663798)
@@ -1,28 +0,0 @@
-diff -ruN a/Makefile b/Makefile
 a/Makefile 2018-03-07 16:42:09.0 +0100
-+++ b/Makefile 2020-07-09 12:15:56.182015666 +0200
-@@ -62,7 +62,7 @@
- LIBS =
- 
- LUA_CFLAGS = -I/usr/include/lua
--LUA_LIBS   = -llua
-+LUA_LIBS   = $(shell pkg-config --libs lua-5.3)
- 
- # get library version from meta file
- LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION 
\(.*\);|\1|p' $(LIBRARY_META))
-diff -ruN a/pdlua.c b/pdlua.c
 a/pdlua.c  2018-03-07 16:42:09.0 +0100
-+++ b/pdlua.c  2020-07-09 12:10:25.631400140 +0200
-@@ -42,9 +42,9 @@
- #include 
- #endif
- /* we use Lua */
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
- 

[arch-commits] Commit in notes-up (5 files)

2020-07-14 Thread Balló György via arch-commits
Date: Tuesday, July 14, 2020 @ 20:45:56
  Author: bgyorgy
Revision: 663796

archrelease: copy trunk to community-x86_64

Added:
  notes-up/repos/
  notes-up/repos/community-x86_64/
  notes-up/repos/community-x86_64/0001-Add-missing-icon.patch
(from rev 663795, notes-up/trunk/0001-Add-missing-icon.patch)
  notes-up/repos/community-x86_64/PKGBUILD
(from rev 663795, notes-up/trunk/PKGBUILD)
  notes-up/repos/community-x86_64/fix-build.patch
(from rev 663795, notes-up/trunk/fix-build.patch)

-+
 0001-Add-missing-icon.patch |   48 ++
 PKGBUILD|   39 ++
 fix-build.patch |   22 +++
 3 files changed, 109 insertions(+)

Copied: notes-up/repos/community-x86_64/0001-Add-missing-icon.patch (from rev 
663795, notes-up/trunk/0001-Add-missing-icon.patch)
===
--- repos/community-x86_64/0001-Add-missing-icon.patch  
(rev 0)
+++ repos/community-x86_64/0001-Add-missing-icon.patch  2020-07-14 20:45:56 UTC 
(rev 663796)
@@ -0,0 +1,48 @@
+From d28d8290e52135e2da909415062ddc04939123f9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Tue, 14 Jul 2020 22:10:15 +0200
+Subject: [PATCH] Add missing icon
+
+The tag-symbolic icon is missing from the default Adwaita icon theme. Add it 
from Elementary to provide fallback.
+---
+ data/assets.gresource.xml|  1 +
+ data/icons/symbolic/tag-symbolic.svg | 14 ++
+ 2 files changed, 15 insertions(+)
+ create mode 100644 data/icons/symbolic/tag-symbolic.svg
+
+diff --git a/data/assets.gresource.xml b/data/assets.gresource.xml
+index 354496f..ef2d1b1 100644
+--- a/data/assets.gresource.xml
 b/data/assets.gresource.xml
+@@ -11,6 +11,7 @@
+   
+   
+ icons/symbolic/notebook-symbolic.svg
++icons/symbolic/tag-symbolic.svg
+   
+   
+ assets/stylesheets/app/Application.css
+diff --git a/data/icons/symbolic/tag-symbolic.svg 
b/data/icons/symbolic/tag-symbolic.svg
+new file mode 100644
+index 000..9b192bf
+--- /dev/null
 b/data/icons/symbolic/tag-symbolic.svg
+@@ -0,0 +1,14 @@
++
++http://purl.org/dc/elements/1.1/"; 
xmlns:cc="http://creativecommons.org/ns#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:svg="http://www.w3.org/2000/svg"; xmlns="http://www.w3.org/2000/svg"; 
height="16" width="16" id="svg2" version="1.1">
++  
++
++  
++image/svg+xml
++http://purl.org/dc/dcmitype/StillImage"/>
++
++  
++
++  
++  
++  
++
+\ No newline at end of file
+-- 
+2.27.0
+

Copied: notes-up/repos/community-x86_64/PKGBUILD (from rev 663795, 
notes-up/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-14 20:45:56 UTC (rev 663796)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: NicoHood 
+# Contributor: Matthew Sexton 
+
+pkgname=notes-up
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Write beautiful notes fast and easy using Markdown"
+arch=(x86_64)
+url="https://github.com/Philip-Scott/Notes-up";
+license=(GPL2)
+depends=(discount granite gtksourceview3 gtkspell3 webkit2gtk)
+makedepends=(cmake vala)
+source=(https://github.com/Philip-Scott/Notes-up/archive/$pkgver/Notes-up-$pkgver.tar.gz
+fix-build.patch
+0001-Add-missing-icon.patch)
+sha256sums=('35eb1df71034a118e66e6e00f5394c68423cfba7ceac035bde156d77da933b17'
+'a0187a27ddf8a2203da65c63eff62c3dcd0beaa4ac10f2ed604951706f3db1e3'
+'8f3dfb0f410b34a79b24a129e75e954414b06853519b000a4efc4be312d8c2fd')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+  cd Notes-up-$pkgver
+  patch -Np1 -i ../fix-build.patch
+  patch -Np1 -i ../0001-Add-missing-icon.patch
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../Notes-up-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-Dnoele=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: notes-up/repos/community-x86_64/fix-build.patch (from rev 663795, 
notes-up/trunk/fix-build.patch)
===
--- repos/community-x86_64/fix-build.patch  (rev 0)
+++ repos/community-x86_64/fix-build.patch  2020-07-14 20:45:56 UTC (rev 
663796)
@@ -0,0 +1,22 @@
+From 248c94feb79d6e4467bb0f9614bc0a1e2846f79c Mon Sep 17 00:00:00 2001
+From: Felipe Escoto Aceves 
+Date: Tue, 28 Apr 2020 09:35:41 -0700
+Subject: [PATCH] Add size to charArray in libmarkdown.vapi
+
+---
+ vapi/libmarkdown.vapi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/vapi/libmarkdown.vapi b/vapi/libmarkdown.vapi
+index 81b5189..a6bf7e7 100644
+--- a/vapi/libmarkdown.vapi
 b/vapi/libmarkdown.vapi
+@@ -41,7 +41,7 @@ namespace Markdown
+   public void initia

[arch-commits] Commit in (5 files)

2020-07-14 Thread Balló György via arch-commits
Date: Tuesday, July 14, 2020 @ 20:44:37
  Author: bgyorgy
Revision: 663795

Add notes-up

Added:
  notes-up/
  notes-up/trunk/
  notes-up/trunk/0001-Add-missing-icon.patch
  notes-up/trunk/PKGBUILD
  notes-up/trunk/fix-build.patch

-+
 0001-Add-missing-icon.patch |   48 ++
 PKGBUILD|   39 ++
 fix-build.patch |   22 +++
 3 files changed, 109 insertions(+)

Added: notes-up/trunk/0001-Add-missing-icon.patch
===
--- notes-up/trunk/0001-Add-missing-icon.patch  (rev 0)
+++ notes-up/trunk/0001-Add-missing-icon.patch  2020-07-14 20:44:37 UTC (rev 
663795)
@@ -0,0 +1,48 @@
+From d28d8290e52135e2da909415062ddc04939123f9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Tue, 14 Jul 2020 22:10:15 +0200
+Subject: [PATCH] Add missing icon
+
+The tag-symbolic icon is missing from the default Adwaita icon theme. Add it 
from Elementary to provide fallback.
+---
+ data/assets.gresource.xml|  1 +
+ data/icons/symbolic/tag-symbolic.svg | 14 ++
+ 2 files changed, 15 insertions(+)
+ create mode 100644 data/icons/symbolic/tag-symbolic.svg
+
+diff --git a/data/assets.gresource.xml b/data/assets.gresource.xml
+index 354496f..ef2d1b1 100644
+--- a/data/assets.gresource.xml
 b/data/assets.gresource.xml
+@@ -11,6 +11,7 @@
+   
+   
+ icons/symbolic/notebook-symbolic.svg
++icons/symbolic/tag-symbolic.svg
+   
+   
+ assets/stylesheets/app/Application.css
+diff --git a/data/icons/symbolic/tag-symbolic.svg 
b/data/icons/symbolic/tag-symbolic.svg
+new file mode 100644
+index 000..9b192bf
+--- /dev/null
 b/data/icons/symbolic/tag-symbolic.svg
+@@ -0,0 +1,14 @@
++
++http://purl.org/dc/elements/1.1/"; 
xmlns:cc="http://creativecommons.org/ns#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:svg="http://www.w3.org/2000/svg"; xmlns="http://www.w3.org/2000/svg"; 
height="16" width="16" id="svg2" version="1.1">
++  
++
++  
++image/svg+xml
++http://purl.org/dc/dcmitype/StillImage"/>
++
++  
++
++  
++  
++  
++
+\ No newline at end of file
+-- 
+2.27.0
+

Added: notes-up/trunk/PKGBUILD
===
--- notes-up/trunk/PKGBUILD (rev 0)
+++ notes-up/trunk/PKGBUILD 2020-07-14 20:44:37 UTC (rev 663795)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: NicoHood 
+# Contributor: Matthew Sexton 
+
+pkgname=notes-up
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Write beautiful notes fast and easy using Markdown"
+arch=(x86_64)
+url="https://github.com/Philip-Scott/Notes-up";
+license=(GPL2)
+depends=(discount granite gtksourceview3 gtkspell3 webkit2gtk)
+makedepends=(cmake vala)
+source=(https://github.com/Philip-Scott/Notes-up/archive/$pkgver/Notes-up-$pkgver.tar.gz
+fix-build.patch
+0001-Add-missing-icon.patch)
+sha256sums=('35eb1df71034a118e66e6e00f5394c68423cfba7ceac035bde156d77da933b17'
+'a0187a27ddf8a2203da65c63eff62c3dcd0beaa4ac10f2ed604951706f3db1e3'
+'8f3dfb0f410b34a79b24a129e75e954414b06853519b000a4efc4be312d8c2fd')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+  cd Notes-up-$pkgver
+  patch -Np1 -i ../fix-build.patch
+  patch -Np1 -i ../0001-Add-missing-icon.patch
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../Notes-up-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-Dnoele=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Added: notes-up/trunk/fix-build.patch
===
--- notes-up/trunk/fix-build.patch  (rev 0)
+++ notes-up/trunk/fix-build.patch  2020-07-14 20:44:37 UTC (rev 663795)
@@ -0,0 +1,22 @@
+From 248c94feb79d6e4467bb0f9614bc0a1e2846f79c Mon Sep 17 00:00:00 2001
+From: Felipe Escoto Aceves 
+Date: Tue, 28 Apr 2020 09:35:41 -0700
+Subject: [PATCH] Add size to charArray in libmarkdown.vapi
+
+---
+ vapi/libmarkdown.vapi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/vapi/libmarkdown.vapi b/vapi/libmarkdown.vapi
+index 81b5189..a6bf7e7 100644
+--- a/vapi/libmarkdown.vapi
 b/vapi/libmarkdown.vapi
+@@ -41,7 +41,7 @@ namespace Markdown
+   public void initialize ();
+   public void with_html5_tags ();
+   public void shlib_destructor ();
+-  public char markdown_version[];
++  public char markdown_version[512];
+ 
+   [Compact]
+   [CCode (cname = "MMIOT", cprefix = "mkd_", free_function = 
"mkd_cleanup")]


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:40:00
  Author: dvzrv
Revision: 663794

archrelease: copy trunk to community-x86_64

Added:
  fluajho/repos/community-x86_64/PKGBUILD
(from rev 663793, fluajho/trunk/PKGBUILD)
Deleted:
  fluajho/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 20:39:54 UTC (rev 663793)
+++ PKGBUILD2020-07-14 20:40:00 UTC (rev 663794)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=fluajho
-pkgver=1.5
-pkgrel=1
-pkgdesc="A simple sf2 soundfont host/player"
-arch=('x86_64')
-url="https://www.laborejo.org/fluajho.git/";
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'libutil-linux' 'ncurses'
-'nuitka')
-optdepends=('non-session-manager: Session management')
-provides=('soundfont-synthesizer')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('7446192ff8b7fc57446b636fa7c81fa65d70a4f71c1bb6fefadc64cf1e2c2ec3b4acd29b89460616f50a559bb84db49abb6c78e366ae2c9058e2c3e6f1e38b8b'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libfluidsynth.so' 'libglib-2.0.so' 'libjack.so' 'libncursesw.so'
-  'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: fluajho/repos/community-x86_64/PKGBUILD (from rev 663793, 
fluajho/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 20:40:00 UTC (rev 663794)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+pkgname=fluajho
+pkgver=1.6
+pkgrel=1
+pkgdesc="A simple sf2 soundfont host/player"
+arch=('x86_64')
+url="https://www.laborejo.org/fluajho.git/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'libutil-linux' 'ncurses'
+'nuitka')
+optdepends=('non-session-manager: Session management')
+provides=('soundfont-synthesizer')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('dce7a8f88b79d837c07246ea1dd58160af2ac07efd3c0906816c766ef60d69a57a937d17b5fd7b94120c733049d50a7d9cfca5e65770e9f36c812eb8d14e9b38'
+'SKIP')
+b2sums=('9248aaa588b222501611a5f6311b177eb9dcca2a5e0df5e54e9bfeca0270602bf95938797896b32f8c46907d25a9cf541d7cbcf9bbeb0f3b6c953ab7be5456d6'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libfluidsynth.so' 'libglib-2.0.so' 'libjack.so' 'libncursesw.so'
+  'libsndfile.so' 'libuuid.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:39:54
  Author: dvzrv
Revision: 663793

upgpkg: fluajho 1.6-1: Upgrading to 1.6.

Modified:
  fluajho/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 20:37:58 UTC (rev 663792)
+++ PKGBUILD2020-07-14 20:39:54 UTC (rev 663793)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=fluajho
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="A simple sf2 soundfont host/player"
 arch=('x86_64')
@@ -14,8 +14,10 @@
 optdepends=('non-session-manager: Session management')
 provides=('soundfont-synthesizer')
 
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('7446192ff8b7fc57446b636fa7c81fa65d70a4f71c1bb6fefadc64cf1e2c2ec3b4acd29b89460616f50a559bb84db49abb6c78e366ae2c9058e2c3e6f1e38b8b'
+sha512sums=('dce7a8f88b79d837c07246ea1dd58160af2ac07efd3c0906816c766ef60d69a57a937d17b5fd7b94120c733049d50a7d9cfca5e65770e9f36c812eb8d14e9b38'
 'SKIP')
+b2sums=('9248aaa588b222501611a5f6311b177eb9dcca2a5e0df5e54e9bfeca0270602bf95938797896b32f8c46907d25a9cf541d7cbcf9bbeb0f3b6c953ab7be5456d6'
+'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 
 build() {


[arch-commits] Commit in new-session-manager/trunk (PKGBUILD)

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:37:52
  Author: dvzrv
Revision: 663791

upgpkg: new-session-manager 1.4.0-1: Upgrading to 1.4.

Modified:
  new-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 20:34:26 UTC (rev 663790)
+++ PKGBUILD2020-07-14 20:37:52 UTC (rev 663791)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=new-session-manager
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Audio session manager"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 provides=('non-session-manager')
 conflicts=('non-session-manager')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('4dcd904ea0b40da23c563311d4aedb1f8d96ac90bd98477f52801222904f255ec2da331be8012b4d2f3921ef13e4b21b48921bb390bf2de5a138879be96e424b')
-b2sums=('bfaee6eea5f636a01f55cc0e83e25dbb87c19ee453eb0b3f00d78459026c8be1550d696d48445634f66c4d01f52caa2f6cf6667c9d763b99100b62ebcabaf0e2')
+sha512sums=('0cbcd0e03f774da30b35a60556a8c18621274e9f57a6fd2155e112003fe1ba46b48e831e1b42da2c6b0e4a48716386aa05a150b24c949797438be95dab897af5')
+b2sums=('aa5abfb53317cb08c2a34e4d6fa6d254c076fc8e5d4ab378726b02e375771f928fb1191fbc29afe059244ebc81205696fedc65018b39a7c637bd8a2204178382')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in new-session-manager/repos/community-x86_64 (2 files)

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:37:58
  Author: dvzrv
Revision: 663792

archrelease: copy trunk to community-x86_64

Added:
  new-session-manager/repos/community-x86_64/PKGBUILD
(from rev 663791, new-session-manager/trunk/PKGBUILD)
Deleted:
  new-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 20:37:52 UTC (rev 663791)
+++ PKGBUILD2020-07-14 20:37:58 UTC (rev 663792)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=new-session-manager
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Audio session manager"
-arch=('x86_64')
-url="https://github.com/linuxaudio/new-session-manager";
-license=('GPL3')
-depends=('gcc-libs' 'glibc')
-makedepends=('fltk' 'jack' 'liblo' 'meson')
-optdepends=('fltk: for nsm-legacy-gui')
-provides=('non-session-manager')
-conflicts=('non-session-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('4dcd904ea0b40da23c563311d4aedb1f8d96ac90bd98477f52801222904f255ec2da331be8012b4d2f3921ef13e4b21b48921bb390bf2de5a138879be96e424b')
-b2sums=('bfaee6eea5f636a01f55cc0e83e25dbb87c19ee453eb0b3f00d78459026c8be1550d696d48445634f66c4d01f52caa2f6cf6667c9d763b99100b62ebcabaf0e2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix='/usr' \
---buildtype plain \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
-build
-  ninja -C build
-}
-
-package() {
-  depends+=('libjack.so' 'liblo.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 {CHANGELOG,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: new-session-manager/repos/community-x86_64/PKGBUILD (from rev 663791, 
new-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 20:37:58 UTC (rev 663792)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+
+pkgname=new-session-manager
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Audio session manager"
+arch=('x86_64')
+url="https://github.com/linuxaudio/new-session-manager";
+license=('GPL3')
+depends=('gcc-libs' 'glibc')
+makedepends=('fltk' 'jack' 'liblo' 'meson')
+optdepends=('fltk: for nsm-legacy-gui')
+provides=('non-session-manager')
+conflicts=('non-session-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('0cbcd0e03f774da30b35a60556a8c18621274e9f57a6fd2155e112003fe1ba46b48e831e1b42da2c6b0e4a48716386aa05a150b24c949797438be95dab897af5')
+b2sums=('aa5abfb53317cb08c2a34e4d6fa6d254c076fc8e5d4ab378726b02e375771f928fb1191fbc29afe059244ebc81205696fedc65018b39a7c637bd8a2204178382')
+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix='/usr' \
+--buildtype plain \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+package() {
+  depends+=('libjack.so' 'liblo.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 {CHANGELOG,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:34:26
  Author: dvzrv
Revision: 663790

archrelease: copy trunk to community-x86_64

Added:
  vico/repos/community-x86_64/PKGBUILD
(from rev 663789, vico/trunk/PKGBUILD)
Deleted:
  vico/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 20:34:21 UTC (rev 663789)
+++ PKGBUILD2020-07-14 20:34:26 UTC (rev 663790)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=vico
-pkgver=1.1
-pkgrel=1
-pkgdesc="Minimalistic Midi sequencer intended to be used in parallel with 
other software"
-arch=('x86_64')
-url="https://www.laborejo.org/vico.git/";
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('glib2' 'jack' 'nuitka' 'libsndfile' 'libutil-linux')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('9d8c92d5863d98f7dca22bb0fb69ca85730cd21131fc448d65982d77edaeb0506a334eb8b3f59e116e4f0daf86f58ce4f9456f864c7cd91d000f92986c2475cb'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: vico/repos/community-x86_64/PKGBUILD (from rev 663789, 
vico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 20:34:26 UTC (rev 663790)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+
+pkgname=vico
+pkgver=1.2
+pkgrel=1
+pkgdesc="Minimalistic Midi sequencer intended to be used in parallel with 
other software"
+arch=('x86_64')
+url="https://www.laborejo.org/vico.git/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('glib2' 'jack' 'nuitka' 'libsndfile' 'libutil-linux')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('74446d3f9513cb7a17dfc423af74b1e7395a33f44efe5b82fe24e0724fde4b02acbbe787ffe3de4e6b3c4050b6c8c0dae910a1f9cee1fbff29c453ba91e875fd'
+'SKIP')
+b2sums=('39611e551ac2c4021cedef98fea4007e6e331abacebd9ba4fc5be89494e954368ec6ba07b63cb8e7331bb9f7c88c073956bd893bcdad4a145012865209f745cd'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:34:21
  Author: dvzrv
Revision: 663789

upgpkg: vico 1.2-1: Upgrading to 1.2.

Modified:
  vico/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 20:23:19 UTC (rev 663788)
+++ PKGBUILD2020-07-14 20:34:21 UTC (rev 663789)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=vico
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc="Minimalistic Midi sequencer intended to be used in parallel with 
other software"
 arch=('x86_64')
@@ -11,8 +11,10 @@
 depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
 makedepends=('glib2' 'jack' 'nuitka' 'libsndfile' 'libutil-linux')
 
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('9d8c92d5863d98f7dca22bb0fb69ca85730cd21131fc448d65982d77edaeb0506a334eb8b3f59e116e4f0daf86f58ce4f9456f864c7cd91d000f92986c2475cb'
+sha512sums=('74446d3f9513cb7a17dfc423af74b1e7395a33f44efe5b82fe24e0724fde4b02acbbe787ffe3de4e6b3c4050b6c8c0dae910a1f9cee1fbff29c453ba91e875fd'
 'SKIP')
+b2sums=('39611e551ac2c4021cedef98fea4007e6e331abacebd9ba4fc5be89494e954368ec6ba07b63cb8e7331bb9f7c88c073956bd893bcdad4a145012865209f745cd'
+'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 
 build() {


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:23:19
  Author: dvzrv
Revision: 663788

archrelease: copy trunk to community-x86_64

Added:
  patroneo/repos/community-x86_64/PKGBUILD
(from rev 663787, patroneo/trunk/PKGBUILD)
Deleted:
  patroneo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 20:23:05 UTC (rev 663787)
+++ PKGBUILD2020-07-14 20:23:19 UTC (rev 663788)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=patroneo
-pkgver=1.5
-pkgrel=1
-pkgdesc="An easy to use pattern based midi sequencer"
-arch=('x86_64')
-url="https://www.laborejo.org/patroneo.git/";
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('glib2' 'jack' 'libsndfile' 'libutil-linux' 'nuitka')
-optdepends=('non-session-manager: Session management')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('6f1182babdad13f4b49a7ac490ae74710e8fa87245f6644f8a092b58f7fab66085421c138c015f688cfafe35dcb902c3a4cf537d39b526302f157c44830946ca'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: patroneo/repos/community-x86_64/PKGBUILD (from rev 663787, 
patroneo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 20:23:19 UTC (rev 663788)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+pkgname=patroneo
+pkgver=1.6
+pkgrel=1
+pkgdesc="An easy to use pattern based midi sequencer"
+arch=('x86_64')
+url="https://www.laborejo.org/patroneo.git/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('glib2' 'jack' 'libsndfile' 'libutil-linux' 'nuitka')
+optdepends=('non-session-manager: Session management')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('5f3767122141df4dd6beba4df175e02a9e1105c1e6b5bf0869f4c3d254a1096cfab3d54feace1f45a1c6037853e49bc174fa6e4f3e4b92c61026c8d9aaf12ccd'
+'SKIP')
+b2sums=('1a373459128780e7269f284dc5857570a18f5af136332dbe76e32e0cc61277d5b32343eb1692da46a3df9c7c8730e3e77124adc6694145ea90628b02ebf14b28'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2020-07-14 Thread David Runge via arch-commits
Date: Tuesday, July 14, 2020 @ 20:23:05
  Author: dvzrv
Revision: 663787

upgpkg: patroneo 1.6-1: Upgrading to 1.6.

Modified:
  patroneo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 20:00:14 UTC (rev 663786)
+++ PKGBUILD2020-07-14 20:23:05 UTC (rev 663787)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=patroneo
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="An easy to use pattern based midi sequencer"
 arch=('x86_64')
@@ -12,8 +12,10 @@
 makedepends=('glib2' 'jack' 'libsndfile' 'libutil-linux' 'nuitka')
 optdepends=('non-session-manager: Session management')
 
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('6f1182babdad13f4b49a7ac490ae74710e8fa87245f6644f8a092b58f7fab66085421c138c015f688cfafe35dcb902c3a4cf537d39b526302f157c44830946ca'
+sha512sums=('5f3767122141df4dd6beba4df175e02a9e1105c1e6b5bf0869f4c3d254a1096cfab3d54feace1f45a1c6037853e49bc174fa6e4f3e4b92c61026c8d9aaf12ccd'
 'SKIP')
+b2sums=('1a373459128780e7269f284dc5857570a18f5af136332dbe76e32e0cc61277d5b32343eb1692da46a3df9c7c8730e3e77124adc6694145ea90628b02ebf14b28'
+'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 
 build() {


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 20:00:07
  Author: foxboron
Revision: 663785

upgpkg: go 2:1.14.5-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 19:40:40 UTC (rev 663784)
+++ PKGBUILD2020-07-14 20:00:07 UTC (rev 663785)
@@ -13,7 +13,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 options=(!strip staticlibs)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
 validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584'
+sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
 'SKIP')
 
 build() {
@@ -53,6 +53,9 @@
   export GO_TEST_TIMEOUT_SCALE=2
 
   cd $pkgname/src
+  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
+   # Should only affect containers
+   # so lets just say No.
   ./run.bash --no-rebuild -v -v -v -k
 }
 


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 20:00:14
  Author: foxboron
Revision: 663786

archrelease: copy trunk to community-x86_64

Added:
  go/repos/community-x86_64/PKGBUILD
(from rev 663785, go/trunk/PKGBUILD)
Deleted:
  go/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 20:00:07 UTC (rev 663785)
+++ PKGBUILD2020-07-14 20:00:14 UTC (rev 663786)
@@ -1,80 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=go
-epoch=2
-pkgver=1.14.4
-pkgrel=1
-pkgdesc='Core compiler tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go perl)
-replaces=(go-pie)
-provides=(go-pie)
-options=(!strip staticlibs)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
-validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584'
-'SKIP')
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-
-  cd "$pkgname/src"
-  ./make.bash --no-clean -v
-
-  PATH="$GOBIN:$PATH" go install -v -race std
-  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgname/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 663785, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 20:00:14 UTC (rev 663786)
@@ -0,0 +1,83 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Pierre Neidhardt 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgname=go
+epoch=2
+pkgver=1.14.5
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go perl)
+replaces=(go-pie)
+provides=(go-pie)
+options=(!strip staticlibs)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
+validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
+sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
+'SKIP')
+
+build() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOPATH="$srcdir/"
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+
+  cd "$pkgname/src"
+  ./make.bash --no-clean -v
+
+  PATH="$GOBIN:$PATH" go install -v -race std
+  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
+}
+
+check() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  cd $pkgname/src
+  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
+   # Should only affect containers
+   # so lets just say No.
+  ./run.bash --no-rebuild -v -v -v -k
+}
+
+package() {
+  cd "$pkgname"
+
+  install -d "$pkgdir/usr/bin" "

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

2020-07-14 Thread Ike Devolder via arch-commits
Date: Tuesday, July 14, 2020 @ 19:40:40
  Author: idevolder
Revision: 663784

archrelease: copy trunk to community-x86_64

Added:
  lazarus/repos/community-x86_64/ChangeLog
(from rev 663783, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 663783, lazarus/trunk/PKGBUILD)
Deleted:
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 
 PKGBUILD  |  255 ++--
 2 files changed, 146 insertions(+), 145 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-07-14 19:40:33 UTC (rev 663783)
+++ ChangeLog   2020-07-14 19:40:40 UTC (rev 663784)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-x86_64/ChangeLog (from rev 663783, 
lazarus/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-07-14 19:40:40 UTC (rev 663784)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 19:40:33 UTC (rev 663783)
+++ PKGBUILD2020-07-14 19:40:40 UTC (rev 663784)
@@ -1,127 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Jens Adam 
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt5')
-pkgver=2.0.8
-pkgrel=2
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt5pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver.tar.gz";)
-sha512sums=('503209e9584e3afdc11722fdd4f97df33c305047d4be1543e0045e1001599a5cc6de49712c91ba4bcf3758493c32c4aa961a0d6b6b5f9fd2e290b311a869ca15')
-
-build() {
-  cd "$srcdir"/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt5 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt5 bigide
-  # move qt binaries
-  mv lazarus lazarus-qt5
-  mv startlazarus startlazarus-qt5
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src' 'gdb')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt5pas: to compile qt5 apps and use help viewer'
-  )
-
-  cd "$srcdir"/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p "$pkgdir"/usr/lib/lazarus "$pkgdir"/usr/bin 
"$pkgdir"/usr/share/man/man1 "$pkgdir"/usr/share/doc
-  rsync -a \
---exclude="CVS" --exclude=".cvsignore" \
---exclude="*.ppw"   --exclude="*.ppl" \
---exclude="*.ow"--exclude="*.a"\
---exclude="*.rst"   --exclude=".#*" \
---exclude="*.~*"--exclude="*.bak" \
---exclude="*.orig"  --exclude="*.rej" \
---exclude=".xvpics" \
---exclude="killme*" --exclude=".gdb_hist*" \
---exclude="debian"  --exclude="COPYING*" \
---exclude="*.app"   --exclude="tools/install" \
-. "$pkgdir"/usr/lib/lazarus
-
-  #remove some stuff, not needed or for in other package
-  pushd "$pkgdir"/usr/lib/lazarus
-  rm lazarus-*
-  rm startlazarus-*
-  popd
-
-  ln -s /usr/lib/lazarus/lazbuild "$pkgdir"/usr/bin/lazbuild
-  cp -R install/man/man1/* "$pkgdir"/usr/share/man/man1/
-  mv "$pkgdir"/usr/lib/lazarus/docs "$pkgdir"/usr/share/doc/lazarus
-  mkdir -p "$pkgdir"/usr/lib/lazarus/docs
-  ln -s /usr/share/doc/lazarus/chm "$pkgdir"/usr/lib/lazarus/docs/html
-  ln -s /usr/share/doc/lazarus/lazdoc.css 
"$pkgdir"/usr/lib/lazarus/docs/lazdoc.css
-
-  rm -r "$pkgdir"/usr/lib/lazarus/install
-
-  # license files: /usr/lib/lazarus/COPYING*
-  install -D -m644 COPYING.modifiedLGPL.txt 
"$pkgdir"/usr/share/licenses/$pk

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

2020-07-14 Thread Ike Devolder via arch-commits
Date: Tuesday, July 14, 2020 @ 19:40:33
  Author: idevolder
Revision: 663783

upgpkg: lazarus 2.0.10-1

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 19:19:56 UTC (rev 663782)
+++ PKGBUILD2020-07-14 19:40:33 UTC (rev 663783)
@@ -4,15 +4,16 @@
 
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt5')
-pkgver=2.0.8
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:modifiedLGPL')
 arch=('x86_64')
 makedepends=('fpc' 'fpc-src' 'gtk2' 'qt5pas' 'rsync')
 options=('!emptydirs' '!makeflags')
-source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver.tar.gz";)
-sha512sums=('503209e9584e3afdc11722fdd4f97df33c305047d4be1543e0045e1001599a5cc6de49712c91ba4bcf3758493c32c4aa961a0d6b6b5f9fd2e290b311a869ca15')
+#source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver.tar.gz";)
+source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver-2.tar.gz";)
+sha512sums=('a1dcac94646f75c9ab674b6f2db83d75bad76c81dcae10fe25b2901380a606765b34f2d43496939e27fdd092d30629c3116ea660b13b4a741ffdf37ff7752eae')
 
 build() {
   cd "$srcdir"/${pkgbase}


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

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 19:25:24
  Author: arojas
Revision: 391917

Fix crash in contacts runner

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 19:06:20 UTC (rev 391916)
+++ PKGBUILD2020-07-14 19:25:24 UTC (rev 391917)
@@ -4,7 +4,7 @@
 
 pkgname=krunner
 pkgver=5.72.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework for providing different actions given a string query'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,11 +12,17 @@
 groups=(kf5)
 depends=(plasma-framework threadweaver)
 makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-423003.patch::"https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559.patch";)
 sha256sums=('61308849b2b3af1112db920609a802f93f2e924f042d618d10c1231ac182f963'
-'SKIP')
+'SKIP'
+'1766828b1e7904de4b74fa4e3381b24e6bfd2f339f8bf67895aa7f798425a139')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-423003.patch # Fix crash in 
contacts runnner
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF \


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

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 19:25:34
  Author: arojas
Revision: 391918

archrelease: copy trunk to extra-x86_64

Added:
  krunner/repos/extra-x86_64/PKGBUILD
(from rev 391917, krunner/trunk/PKGBUILD)
Deleted:
  krunner/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 19:25:24 UTC (rev 391917)
+++ PKGBUILD2020-07-14 19:25:34 UTC (rev 391918)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krunner
-pkgver=5.72.0
-pkgrel=1
-pkgdesc='Framework for providing different actions given a string query'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-groups=(kf5)
-depends=(plasma-framework threadweaver)
-makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('61308849b2b3af1112db920609a802f93f2e924f042d618d10c1231ac182f963'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krunner/repos/extra-x86_64/PKGBUILD (from rev 391917, 
krunner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 19:25:34 UTC (rev 391918)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.72.0
+pkgrel=2
+pkgdesc='Framework for providing different actions given a string query'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(plasma-framework threadweaver)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-423003.patch::"https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559.patch";)
+sha256sums=('61308849b2b3af1112db920609a802f93f2e924f042d618d10c1231ac182f963'
+'SKIP'
+'1766828b1e7904de4b74fa4e3381b24e6bfd2f339f8bf67895aa7f798425a139')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-423003.patch # Fix crash in 
contacts runnner
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in nicotine+ (3 files)

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 19:19:56
  Author: arojas
Revision: 663782

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/
  nicotine+/repos/community-any/
  nicotine+/repos/community-any/PKGBUILD
(from rev 663781, nicotine+/trunk/PKGBUILD)

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

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 663781, 
nicotine+/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2020-07-14 19:19:56 UTC (rev 663782)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python-mutagen python-gobject gtk3)
+optdepends=('python-geoip: to enable Geographical blocker')
+source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz";)
+sha256sums=('06b1f343089a93bd07e6394926d71793aa615c55d593e0be81df24d6ed2caa66')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


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

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 19:19:45
  Author: arojas
Revision: 663781

Bring back nicotine+, ported to py3

Added:
  nicotine+/
  nicotine+/trunk/
  nicotine+/trunk/PKGBUILD

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

Added: nicotine+/trunk/PKGBUILD
===
--- nicotine+/trunk/PKGBUILD(rev 0)
+++ nicotine+/trunk/PKGBUILD2020-07-14 19:19:45 UTC (rev 663781)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python-mutagen python-gobject gtk3)
+optdepends=('python-geoip: to enable Geographical blocker')
+source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz";)
+sha256sums=('06b1f343089a93bd07e6394926d71793aa615c55d593e0be81df24d6ed2caa66')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in (6 files)

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 19:06:20
  Author: jelle
Revision: 391916

Addition of postgresql exporter for devops

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

+
 PKGBUILD   |   42 +++
 prometheus-postgresql-exporter.conf|2 +
 prometheus-postgresql-exporter.service |   14 ++
 3 files changed, 58 insertions(+)

Added: prometheus-postgresql-exporter/trunk/PKGBUILD
===
--- prometheus-postgresql-exporter/trunk/PKGBUILD   
(rev 0)
+++ prometheus-postgresql-exporter/trunk/PKGBUILD   2020-07-14 19:06:20 UTC 
(rev 391916)
@@ -0,0 +1,42 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nils Czernia 
+
+pkgname=prometheus-postgresql-exporter
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="Prometheus exporter for PostrgreSQL"
+arch=('x86_64')
+url="https://github.com/wrouesnel/postgres_exporter";
+license=('Apache')
+makedepends=('git' 'go')
+source=("https://github.com/wrouesnel/postgres_exporter/archive/v${pkgver}.tar.gz";
+"prometheus-postgresql-exporter.service")
+sha256sums=('27877c9b3aa751c7c1265f39986218f6a2c2b66a126cf348c6cc2f20f5201b02'
+'cda225c236df0e2a6d71c17a5390a92ed5cc7f71b8ca5843590c59fa02cdb135')
+
+prepare() {
+cd "${srcdir}/postgres_exporter-${pkgver}"
+
+export GOPATH="${srcdir}/gopath"
+mkdir -p "${GOPATH}/src/github.com/wrouesnel"
+ln -snf "${srcdir}/postgres_exporter-${pkgver}" 
"${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+}
+
+build() {
+export GOPATH="${srcdir}/gopath"
+cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+go run mage.go binary
+}
+
+check() {
+export GOPATH="${srcdir}/gopath"
+cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+go run mage.go test
+}
+
+package() {
+install -Dm755 prometheus-postgresql-exporter.service 
"${pkgdir}/usr/lib/systemd/system/prometheus-postgresql-exporter.service"
+install -Dm755 prometheus-postgresql-exporter.conf 
"${pkgdir}/etc/conf.d/prometheus-postgresql-exporter"
+
+install -Dm755 "postgres_exporter-${pkgver}/postgres_exporter" 
"${pkgdir}/usr/bin/prometheus-postgresql-exporter"
+}

Added: prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.conf
===
--- prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.conf
(rev 0)
+++ prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.conf
2020-07-14 19:06:20 UTC (rev 391916)
@@ -0,0 +1,2 @@
+DATA_SOURCE_NAME=""
+POSTGRESQL_EXPORTER_ARGS=""

Added: 
prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service
===
--- prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service 
(rev 0)
+++ prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service 
2020-07-14 19:06:20 UTC (rev 391916)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Prometheus exporter for PostgreSQL
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/conf.d/prometheus-postgresql-exporter
+ExecStart=/usr/bin/prometheus-postgresql-exporter $POSTGRESQL_EXPORTER_ARGS
+Restart=on-failure
+
+
+PrivateDevices=true
+
+[Install]
+WantedBy=multi-user.target


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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:53:19
  Author: kpcyrd
Revision: 663780

archrelease: copy trunk to community-x86_64

Added:
  bandwhich/repos/community-x86_64/PKGBUILD
(from rev 663779, bandwhich/trunk/PKGBUILD)
Deleted:
  bandwhich/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 18:53:04 UTC (rev 663779)
+++ PKGBUILD2020-07-14 18:53:19 UTC (rev 663780)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Aram Drevekenin 
-
-pkgname=bandwhich
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='Terminal bandwidth utilization tool'
-url='https://github.com/imsnif/bandwhich'
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('dc9a9a485b03f80d74bd5024252a75c48c5d40f3dd69d262a2f24c7ce80e38d09a718b452640d0191e0bea624ec321f170f312051eae249ba016a9daaf1c27fe')
-b2sums=('5daf3e994d723ab16202a9dbb6fa5f246a5ee73bb7cfc0ee71ef1d6e463196c1a6c8e34575b23a11f11b02a710a014f6e683029960a8ee6a382360a174c92ecf')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bandwhich/repos/community-x86_64/PKGBUILD (from rev 663779, 
bandwhich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 18:53:19 UTC (rev 663780)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Aram Drevekenin 
+
+pkgname=bandwhich
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Terminal bandwidth utilization tool'
+url='https://github.com/imsnif/bandwhich'
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c8708ebce6799cb4017e2dae40735d83b2dc51736048c1f7cdf5a59197434a30f7a5a3ccb3bb323892cada24de88099660a42c0a0f2cd7c477bf5a7d5b1ac158')
+b2sums=('6571e291648ce3ae2851f82e5ea0a75b98ac52ff11d563dae1c381977782d4bc1f832c31063fa49e4666e8372b031ca348712f0bf487b46da6529135fab2c796')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:53:04
  Author: kpcyrd
Revision: 663779

upgpkg: bandwhich 0.16.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:50:53 UTC (rev 663778)
+++ PKGBUILD2020-07-14 18:53:04 UTC (rev 663779)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('dc9a9a485b03f80d74bd5024252a75c48c5d40f3dd69d262a2f24c7ce80e38d09a718b452640d0191e0bea624ec321f170f312051eae249ba016a9daaf1c27fe')
-b2sums=('5daf3e994d723ab16202a9dbb6fa5f246a5ee73bb7cfc0ee71ef1d6e463196c1a6c8e34575b23a11f11b02a710a014f6e683029960a8ee6a382360a174c92ecf')
+sha512sums=('c8708ebce6799cb4017e2dae40735d83b2dc51736048c1f7cdf5a59197434a30f7a5a3ccb3bb323892cada24de88099660a42c0a0f2cd7c477bf5a7d5b1ac158')
+b2sums=('6571e291648ce3ae2851f82e5ea0a75b98ac52ff11d563dae1c381977782d4bc1f832c31063fa49e4666e8372b031ca348712f0bf487b46da6529135fab2c796')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 18:48:42
  Author: foutrelis
Revision: 391915

Remove reference to third_party/yasm/run_yasm.py

Chromium 84 has switched to nasm so that file is gone.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:21:12 UTC (rev 391914)
+++ PKGBUILD2020-07-14 18:48:42 UTC (rev 391915)
@@ -135,7 +135,6 @@
   \! -path "third_party/$_lib/chromium/*" \
   \! -path "third_party/$_lib/google/*" \
   \! -path "third_party/harfbuzz-ng/utils/hb_scoped.h" \
-  \! -path 'third_party/yasm/run_yasm.py' \
   \! -regex '.*\.\(gn\|gni\|isolate\)' \
   -delete
   done


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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:45:34
  Author: kpcyrd
Revision: 663775

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 663774, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 663774, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |   91 +--
 monero-gui.desktop |   30 
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 18:45:18 UTC (rev 663774)
+++ PKGBUILD2020-07-14 18:45:34 UTC (rev 663775)
@@ -1,45 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.16.0.0
-pkgrel=1
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui#tag=v${pkgver}";
-"git+https://github.com/monero-project/monero";
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default QT_SELECT=5 ./build.sh
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 663774, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 18:45:34 UTC (rev 663775)
@@ -0,0 +1,46 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.16.0.2
+_commit=e0faddf964148ccad0e7207fd9bb8040ae4f9232
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui#commit=${_commit}";
+"git+https://github.com/monero-project/monero";
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
+
+prepare() {
+  cd "${pkgname}"
+  git submodule init
+  git config submodule.monero.url "$srcdir/monero"
+  git submodule update
+}
+
+build() {
+  cd "${pkgname}"
+  ARCH=default QT_SELECT=5 ./build.sh
+}
+
+package() {
+  cd "${pkgname}"
+  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
+  for x in 16 24 32 48 64 96 128 256; do
+install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: monero-gui.desktop
===
--- monero-gui.desktop  2020-07-14 18:45:18 UTC (rev 663774)
+++ monero-gui.desktop  2020-07-14 18:45:34 UTC (rev 663775)
@@ -1,15 +0,0 @@
-[Desktop Entry]
-Name=Monero GUI
-GenericName=Monero-GUI
-X-GNOME-FullName=Monero-GUI
-Comment=Monero GUI
-Keywords=Monero;
-Exec=monero-wallet-gui %u
-Terminal=false
-Type=Application
-Icon=monero
-Categories=Network;GNOME;Qt;
-MimeType=x-scheme-handler/monero;x-scheme-handler/moneroseed
-StartupNotify=true
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-UsesNotifications=true

Copied: monero-gui/repos/community-x86_64/monero-gui.desktop (from rev 663774, 
monero-gui/tr

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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:45:18
  Author: kpcyrd
Revision: 663774

upgpkg: monero-gui 0.16.0.2-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:38:17 UTC (rev 663773)
+++ PKGBUILD2020-07-14 18:45:18 UTC (rev 663774)
@@ -1,7 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.16.0.0
+pkgver=0.16.0.2
+_commit=e0faddf964148ccad0e7207fd9bb8040ae4f9232
 pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
@@ -11,7 +12,7 @@
 'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
 makedepends=('git' 'cmake' 'boost' 'qt5-tools')
 source=(
-"git+https://github.com/monero-project/monero-gui#tag=v${pkgver}";
+"git+https://github.com/monero-project/monero-gui#commit=${_commit}";
 "git+https://github.com/monero-project/monero";
 "monero-gui.desktop"
 )


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

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 18:38:17
  Author: felixonmars
Revision: 663773

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 18:38:04
  Author: felixonmars
Revision: 663772

upgpkg: stack 2.3.1-60: rebuild with filelock 0.1.1.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:33:41 UTC (rev 663771)
+++ PKGBUILD2020-07-14 18:38:04 UTC (rev 663772)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=59
+pkgrel=60
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


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

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 18:33:41
  Author: felixonmars
Revision: 663771

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
663770, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-14 18:33:41 UTC (rev 663771)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.1.1
+pkgrel=3
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-resourcet' 'haskell-rio' 
'haskell-rio-orphans'
+ 'haskell-rio-prettyprint' 'haskell-tar-conduit' 'haskell-text-metrics'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('84c62ca4d299f41d1cf6fc403bf736ea15197e4f1ea5fcfd6d7de78785d74dd8bbca43243e183bc25722df7892fe1c856a411178c93d7dcf57f5d244c9eb2852')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 18:33:29
  Author: felixonmars
Revision: 663770

upgpkg: haskell-pantry 0.5.1.1-3: rebuild with filelock 0.1.1.5

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:29:28 UTC (rev 663769)
+++ PKGBUILD2020-07-14 18:33:29 UTC (rev 663770)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry";
 license=('BSD')


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

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 18:29:28
  Author: felixonmars
Revision: 663769

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-filelock/repos/community-staging-x86_64/PKGBUILD (from rev 
663768, haskell-filelock/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-14 18:29:28 UTC (rev 663769)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=filelock
+pkgname=haskell-filelock
+pkgver=0.1.1.5
+pkgrel=1
+pkgdesc="Portable interface to file locking (flock / LockFileEx)"
+url="https://github.com/takano-akio/filelock";
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-async')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6ccd0b671cec8d1c2daa3115a5b2d8cd10a31db0a1dc1c15e6cb80d679bd2e09208be8bebc0f4bb64d7cdd0fad2e7e170e8283b6be61edd5017b788f94a41048')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 18:29:17
  Author: felixonmars
Revision: 663768

upgpkg: haskell-filelock 0.1.1.5-1: rebuild with filelock 0.1.1.5

Modified:
  haskell-filelock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 15:54:29 UTC (rev 663767)
+++ PKGBUILD2020-07-14 18:29:17 UTC (rev 663768)
@@ -3,24 +3,24 @@
 
 _hkgname=filelock
 pkgname=haskell-filelock
-pkgver=0.1.1.4
-pkgrel=5
+pkgver=0.1.1.5
+pkgrel=1
 pkgdesc="Portable interface to file locking (flock / LockFileEx)"
 url="https://github.com/takano-akio/filelock";
 license=("custom:PublicDomain")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-async')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('ff1d87f6c8bb7dc63b63b7d85dfc007285a74fa47b4bcbaa8783a05482a0a8964ab631fdda5bb177eeed1a89f9687eb19014bc7ef20e99f1daf227e1061152ed')
+sha512sums=('6ccd0b671cec8d1c2daa3115a5b2d8cd10a31db0a1dc1c15e6cb80d679bd2e09208be8bebc0f4bb64d7cdd0fad2e7e170e8283b6be61edd5017b788f94a41048')
 
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -27,6 +27,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 18:21:12
  Author: foutrelis
Revision: 391914

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 391913, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
(from rev 391913, 
chromium/trunk/avoid-calling-DeleteForCurrentDocument-from-destructor.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
(from rev 391913, chromium/trunk/chromium-ffmpeg-4.3.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 391913, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 391913, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 391913, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
(from rev 391913, 
chromium/trunk/force-mp3-files-to-have-a-start-time-of-zero.patch)
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch
(from rev 391913, 
chromium/trunk/remove-NotifyError-calls-and-just-send-a-normal-message.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

---+
 PKGBUILD  |  564 --
 add-missing-algorithm-header-in-crx_install_error.cc.patch|   29 
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |   71 +
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch |  138 --
 chromium-83-gcc-10.patch  |   64 -
 chromium-ffmpeg-4.3.patch |   21 
 chromium-fix-vaapi-on-intel.patch |   80 -
 chromium-skia-harmony.patch   |   28 
 chromium.install  |   32 
 clean-up-a-call-to-set_utf8.patch |   34 
 force-mp3-files-to-have-a-start-time-of-zero.patch|   76 -
 include-memory-header-to-get-the-definition-of-std-u.patch|   32 
 iwyu-std-numeric_limits-is-defined-in-limits.patch|   29 
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch|   62 -
 make-some-of-blink-custom-iterators-STL-compatible.patch  |   95 -
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   42 
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch   |  172 ---
 17 files changed, 517 insertions(+), 1052 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 18:21:02 UTC (rev 391913)
+++ PKGBUILD2020-07-14 18:21:12 UTC (rev 391914)
@@ -1,289 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.116
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'libpipewire02' 'libva' 'clang' 'lld' 'gn' 'java-runtime-headless'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'libva: hardware-accelerated video decode (experimental)'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: for storing passwords in KWallet on KDE desktop

[arch-commits] Commit in chromium/trunk (13 files)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 18:21:02
  Author: foutrelis
Revision: 391913

upgpkg: chromium 84.0.4147.89-1: new upstream release

- add patch for ffmpeg 4.3 (FS#67020)
- build with system libpng (FS#67249)

Added:
  chromium/trunk/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
  chromium/trunk/chromium-ffmpeg-4.3.patch
  chromium/trunk/remove-NotifyError-calls-and-just-send-a-normal-message.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch
  chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/trunk/chromium-83-gcc-10.patch
  chromium/trunk/clean-up-a-call-to-set_utf8.patch
  chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch
  chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch
  chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

---+
 PKGBUILD  |   92 ++---
 add-missing-algorithm-header-in-crx_install_error.cc.patch|   29 -
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |   71 
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch |  138 
 chromium-83-gcc-10.patch  |   64 ---
 chromium-ffmpeg-4.3.patch |   21 +
 clean-up-a-call-to-set_utf8.patch |   34 -
 include-memory-header-to-get-the-definition-of-std-u.patch|   32 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch|   29 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch|   62 ---
 make-some-of-blink-custom-iterators-STL-compatible.patch  |   95 -
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   42 ++
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch   |  172 --
 13 files changed, 173 insertions(+), 708 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:17:54 UTC (rev 391912)
+++ PKGBUILD2020-07-14 18:21:02 UTC (rev 391913)
@@ -4,9 +4,10 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=83.0.4103.116
-pkgrel=3
+pkgver=84.0.4147.89
+pkgrel=1
 _launcher_ver=6
+_gcc_patchset=3
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
 url="https://www.chromium.org/Home";
@@ -14,12 +15,12 @@
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'libpipewire02' 'libva' 'clang' 'lld' 'gn' 'java-runtime-headless'
+makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
+ 'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless'
  'python2-setuptools')
 optdepends=('pepper-flash: support for Flash content'
 'libpipewire02: WebRTC desktop sharing under Wayland'
-'libva: hardware-accelerated video decode (experimental)'
+'libva: hardware-accelerated video decode [experimental]'
 'kdialog: needed for file dialogs in KDE'
 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
 'kwallet: for storing passwords in KWallet on KDE desktops')
@@ -26,31 +27,21 @@
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-clean-up-a-call-to-set_utf8.patch
-iwyu-std-numeric_limits-is-defined-in-limits.patch
-add-missing-algorithm-header-in-crx_install_error.cc.patch
-libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
-include-memory-header-to-get-the-definition-of-std-u.patch
-make-some-of-blink-custom-iterators-STL-compatible.patch
-avoid-double-destruction-of-ServiceWorkerObjectHost.patch
+
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
+remove-NotifyError-calls-and-just-send-a-normal-message.patch
+avoid-calling-DeleteForCurrentDocument-from-destructor.patch
 force-mp3-files-to-have-a-start-time-of-zero.patch
-v8-remove-soon-to-be-removed-getAllFieldPositions.patch
+chromium-ffmpeg-4.3.patch
 chromium-fix-vaapi-on-intel.patch
-chromium-83-gcc-10.patch
 chromium-skia-harmony.p

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

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 18:17:50
  Author: foutrelis
Revision: 391911

upgpkg: flashplugin 32.0.0.403-1: new upstream release

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 15:48:25 UTC (rev 391910)
+++ PKGBUILD2020-07-14 18:17:50 UTC (rev 391911)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.387
+pkgver=32.0.0.403
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('629ac92c42b04edfcb3dd820f34e6d7977a7be83c59032f3d5cecf5252cf286a'
-'9cb692cdeced9a6f71eb8bd3fb73580e2e826974a293f0918b718d5a8ceba675')
+sha256sums=('f48ae94a723d36ecbc9019cb65ded295de93352047993d262b5c4776874f5fdd'
+'b347c7208cfb601caf1dc793a73a8f4ad87aacd4b609ab289bfc9bad2f697f48')
 
 prepare() {
   local _dir


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

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 18:17:54
  Author: foutrelis
Revision: 391912

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 391911, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 18:17:50 UTC (rev 391911)
+++ PKGBUILD2020-07-14 18:17:54 UTC (rev 391912)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.387
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/";
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('629ac92c42b04edfcb3dd820f34e6d7977a7be83c59032f3d5cecf5252cf286a'
-'9cb692cdeced9a6f71eb8bd3fb73580e2e826974a293f0918b718d5a8ceba675')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 391911, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 18:17:54 UTC (rev 391912)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.403
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/";
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('f48ae94a723d36ecbc9019cb65ded295de93352047993d262b5c4776874f5fdd'
+'b347c7208cfb601caf1dc793a73a8f4ad87aacd4b609ab289bfc9bad2f697f48')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-14 Thread Maxim Baz via arch-commits
Date: Tuesday, July 14, 2020 @ 15:05:09
  Author: maximbaz
Revision: 663766

archrelease: copy trunk to community-x86_64

Added:
  nnn/repos/community-x86_64/PKGBUILD
(from rev 663765, nnn/trunk/PKGBUILD)
Deleted:
  nnn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 15:05:06 UTC (rev 663765)
+++ PKGBUILD2020-07-14 15:05:09 UTC (rev 663766)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.2
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname}";
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('4ebbd024776153ecb79c75d1a58fc5cd7cd168c6e8217100b5edf322fdf9d4fd'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-prepare() {
-  sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 663765, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 15:05:09 UTC (rev 663766)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.3
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname}";
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+prepare() {
+  sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-07-14 Thread Maxim Baz via arch-commits
Date: Tuesday, July 14, 2020 @ 15:05:06
  Author: maximbaz
Revision: 663765

upgpkg: nnn 3.3-1

Modified:
  nnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:42:24 UTC (rev 663764)
+++ PKGBUILD2020-07-14 15:05:06 UTC (rev 663765)
@@ -4,7 +4,7 @@
 # Contributor: John Jenkins 
 
 pkgname=nnn
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="The fastest terminal file manager ever written."
 arch=('x86_64')
@@ -24,7 +24,7 @@
 license=('BSD')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('4ebbd024776153ecb79c75d1a58fc5cd7cd168c6e8217100b5edf322fdf9d4fd'
+sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
 'SKIP')
 validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
 


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

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 14:18:26
  Author: jelle
Revision: 391908

Rebuild to make reproducibl

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:21:12 UTC (rev 391907)
+++ PKGBUILD2020-07-14 14:18:26 UTC (rev 391908)
@@ -5,7 +5,7 @@
 pkgbase=django
 pkgname=('python-django')
 pkgver=3.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
 license=('BSD')


[arch-commits] Commit in django/repos/extra-any (PKGBUILD PKGBUILD)

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 14:18:58
  Author: jelle
Revision: 391909

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 391908, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 14:18:26 UTC (rev 391908)
+++ PKGBUILD2020-07-14 14:18:58 UTC (rev 391909)
@@ -1,48 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django')
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/";
-checkdepends=('python-pytest' 'python-tblib')
-makedepends=('python' 'python-setuptools')
-depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
-optdepends=('python-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
-sha512sums=('92d169fb37883355f1898fc13b54b6732ec14d71f77e4b91db30dd9bfb5df8b34c1c9566af6ddc37e00a9e3eadd38b6a51ff604a4da4285167f66b55215be301')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-}
-
-package_python-django() {
-  cd "$srcdir/Django-$pkgver"
-
-  # fix reproducibility of .pyc files
-  export PYTHONHASHSEED=0
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-check() {
-  cd "$srcdir/Django-$pkgver"
-  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 391908, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 14:18:58 UTC (rev 391909)
@@ -0,0 +1,48 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django')
+pkgver=3.0.8
+pkgrel=2
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/";
+checkdepends=('python-pytest' 'python-tblib')
+makedepends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
+optdepends=('python-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
+sha512sums=('92d169fb37883355f1898fc13b54b6732ec14d71f77e4b91db30dd9bfb5df8b34c1c9566af6ddc37e00a9e3eadd38b6a51ff604a4da4285167f66b55215be301')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+}
+
+package_python-django() {
+  cd "$srcdir/Django-$pkgver"
+
+  # fix reproducibility of .pyc files
+  export PYTHONHASHSEED=0
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd "$srcdir/Django-$pkgver"
+  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
+}


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

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 13:42:24
  Author: arojas
Revision: 663764

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:42:08 UTC (rev 663763)
+++ PKGBUILD2020-07-14 13:42:24 UTC (rev 663764)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fredrick Brennan 
-# Contributor: Stephan Eisvogel 
-
-pkgname=python-pikepdf
-pkgver=1.17.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)
-depends=(python-lxml python-pillow qpdf)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz";)
-sha256sums=('a64a286294f190f5c5fe20d9438e34c3f3ee0cff873aeb95ffc207a6a7c6473f')
-
-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 663763, 
python-pikepdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:42:24 UTC (rev 663764)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredrick Brennan 
+# Contributor: Stephan Eisvogel 
+
+pkgname=python-pikepdf
+pkgver=1.17.1
+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)
+depends=(python-lxml python-pillow qpdf)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz";)
+sha256sums=('9703551182dc5016477f6904e1708b9310974aa3ea0c45c85bf0db0fea2e0594')
+
+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)

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 13:42:08
  Author: arojas
Revision: 663763

Update to 1.17.1

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:32:30 UTC (rev 663762)
+++ PKGBUILD2020-07-14 13:42:08 UTC (rev 663763)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=1.17.0
+pkgver=1.17.1
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(pybind11 python-setuptools)
 depends=(python-lxml python-pillow qpdf)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz";)
-sha256sums=('a64a286294f190f5c5fe20d9438e34c3f3ee0cff873aeb95ffc207a6a7c6473f')
+sha256sums=('9703551182dc5016477f6904e1708b9310974aa3ea0c45c85bf0db0fea2e0594')
 
 build() {
   cd pikepdf-$pkgver


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:32:22
  Author: foxboron
Revision: 663761

upgpkg: sqlite-replication 3.32.3.4-1

Modified:
  sqlite-replication/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:28:41 UTC (rev 663760)
+++ PKGBUILD2020-07-14 13:32:22 UTC (rev 663761)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname="sqlite-replication"
-pkgver=3.32.1.4
+pkgver=3.32.3.4
 pkgrel=1
 _pkgver="${pkgver%.*}"
 _replication="${pkgver##*.}"
@@ -16,7 +16,7 @@
 makedepends=('tcl')
 
source=("https://github.com/canonical/sqlite/archive/version-${_pkgver}+replication${_replication}.tar.gz";
 license.txt)
-sha256sums=('0a451907b81bc21e546264aaf18fc28af2a4bad1a8ac009075f4dfccb93cf32b'
+sha256sums=('8caab8703e8b7314e93dfcd6aa09ff306e416fb398bf421f194368ced821d4e6'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 
 build() {


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:32:30
  Author: foxboron
Revision: 663762

archrelease: copy trunk to community-x86_64

Added:
  sqlite-replication/repos/community-x86_64/PKGBUILD
(from rev 663761, sqlite-replication/trunk/PKGBUILD)
  sqlite-replication/repos/community-x86_64/license.txt
(from rev 663761, sqlite-replication/trunk/license.txt)
Deleted:
  sqlite-replication/repos/community-x86_64/PKGBUILD
  sqlite-replication/repos/community-x86_64/license.txt

-+
 PKGBUILD|  110 +-
 license.txt |   66 +-
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:32:22 UTC (rev 663761)
+++ PKGBUILD2020-07-14 13:32:30 UTC (rev 663762)
@@ -1,55 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-# Contributor: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgname="sqlite-replication"
-pkgver=3.32.1.4
-pkgrel=1
-_pkgver="${pkgver%.*}"
-_replication="${pkgver##*.}"
-pkgdesc="Replication Enabled SQL Database Engine in a C Library"
-arch=('x86_64')
-license=('custom:Public Domain')
-url="https://github.com/canonical/sqlite";
-depends=('readline' 'zlib')
-makedepends=('tcl')
-source=("https://github.com/canonical/sqlite/archive/version-${_pkgver}+replication${_replication}.tar.gz";
-license.txt)
-sha256sums=('0a451907b81bc21e546264aaf18fc28af2a4bad1a8ac009075f4dfccb93cf32b'
-'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
-
-build() {
-  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25 \
- -DSQLITE_MAX_EXPR_DEPTH=1"
-
-  # build sqlite
-  cd sqlite-version-${_pkgver}-replication${_replication}
-  ./configure --prefix=/usr \
-   --libdir=/usr/lib/$pkgname \
-   --includedir=/usr/include/$pkgname \
-   --disable-static \
-   --disable-amalgamation \
-   --enable-fts3 \
-   --enable-fts4 \
-   --enable-fts5 \
-   --enable-rtree \
-   --enable-json1 \
-   --enable-replication
-  make
-}
-
-package() {
-  cd sqlite-version-${_pkgver}-replication${_replication}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgbase}/license.txt"
-
-  rm -rf "${pkgdir}/usr/bin"
-  rm -rf "${pkgdir}/usr/lib/tcl"*
-}

Copied: sqlite-replication/repos/community-x86_64/PKGBUILD (from rev 663761, 
sqlite-replication/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:32:30 UTC (rev 663762)
@@ -0,0 +1,55 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+# Contributor: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgname="sqlite-replication"
+pkgver=3.32.3.4
+pkgrel=1
+_pkgver="${pkgver%.*}"
+_replication="${pkgver##*.}"
+pkgdesc="Replication Enabled SQL Database Engine in a C Library"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="https://github.com/canonical/sqlite";
+depends=('readline' 'zlib')
+makedepends=('tcl')
+source=("https://github.com/canonical/sqlite/archive/version-${_pkgver}+replication${_replication}.tar.gz";
+license.txt)
+sha256sums=('8caab8703e8b7314e93dfcd6aa09ff306e416fb398bf421f194368ced821d4e6'
+'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-version-${_pkgver}-replication${_replication}
+  ./configure --prefix=/usr \
+   --libdir=/usr/lib/$pkgname \
+   --includedir=/usr/include/$pkgname \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   --enable-replication
+  make
+}
+
+package() {
+  cd sqlite-version-${_pkgver}-replication${_replication}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgbase}/license.txt"
+
+  rm -rf "${pkgdir}/usr/bin"
+  rm -rf "${pkgdir}/usr/lib/tcl"*
+}

Deleted: license.txt
==

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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:28:34
  Author: foxboron
Revision: 663759

upgpkg: slirp4netns 1.1.4-1

Modified:
  slirp4netns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:26:22 UTC (rev 663758)
+++ PKGBUILD2020-07-14 13:28:34 UTC (rev 663759)
@@ -3,7 +3,7 @@
 
 pkgname=slirp4netns
 pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 arch=(x86_64)
 url="https://github.com/rootless-containers/slirp4netns";
@@ -11,7 +11,7 @@
 depends=(glibc glib2 libcap libseccomp libslirp)
 makedepends=(git)
 # TODO: Check if they are going to continue signing the commits
-_commit=b6a004dfc2170c1ea16ed7934c3326100f0e32f9 # tags/v1.1.3
+_commit=b66ffa8e262507e37fca689822d23430f3357fe8 # tags/v1.1.4
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:28:41
  Author: foxboron
Revision: 663760

archrelease: copy trunk to community-x86_64

Added:
  slirp4netns/repos/community-x86_64/PKGBUILD
(from rev 663759, slirp4netns/trunk/PKGBUILD)
Deleted:
  slirp4netns/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:28:34 UTC (rev 663759)
+++ PKGBUILD2020-07-14 13:28:41 UTC (rev 663760)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=slirp4netns
-pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.3
-pkgrel=1
-arch=(x86_64)
-url="https://github.com/rootless-containers/slirp4netns";
-license=(GPL2)
-depends=(glibc glib2 libcap libseccomp libslirp)
-makedepends=(git)
-# TODO: Check if they are going to continue signing the commits
-_commit=b6a004dfc2170c1ea16ed7934c3326100f0e32f9 # tags/v1.1.3
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: slirp4netns/repos/community-x86_64/PKGBUILD (from rev 663759, 
slirp4netns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:28:41 UTC (rev 663760)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=slirp4netns
+pkgdesc='User-mode networking for unprivileged network namespaces'
+pkgver=1.1.4
+pkgrel=1
+arch=(x86_64)
+url="https://github.com/rootless-containers/slirp4netns";
+license=(GPL2)
+depends=(glibc glib2 libcap libseccomp libslirp)
+makedepends=(git)
+# TODO: Check if they are going to continue signing the commits
+_commit=b66ffa8e262507e37fca689822d23430f3357fe8 # tags/v1.1.4
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:26:22
  Author: foxboron
Revision: 663758

archrelease: copy trunk to community-x86_64

Added:
  raft/repos/community-x86_64/PKGBUILD
(from rev 663757, raft/trunk/PKGBUILD)
Deleted:
  raft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:26:15 UTC (rev 663757)
+++ PKGBUILD2020-07-14 13:26:22 UTC (rev 663758)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=raft
-pkgver=0.9.23
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft";
-license=('LGPL3')
-depends=('libuv')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('e4bda601b1f632c2ea9ec74e59c311e773503e16b798bd07f3764244fbbfc82f')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   make check || true
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   rm -rf "${pkgdir}/usr/bin"
-}

Copied: raft/repos/community-x86_64/PKGBUILD (from rev 663757, 
raft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:26:22 UTC (rev 663758)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.9.24
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft";
+license=('LGPL3')
+depends=('libuv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('5c555dc9b69f122636660b30e6e3b065e09032a38499f7fe367c489d2dfda9ea')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+   make check || true
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -rf "${pkgdir}/usr/bin"
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:26:15
  Author: foxboron
Revision: 663757

upgpkg: raft 0.9.24-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
+++ PKGBUILD2020-07-14 13:26:15 UTC (rev 663757)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp 
 
 pkgname=raft
-pkgver=0.9.23
+pkgver=0.9.24
 pkgrel=1
 pkgdesc="C implementation of the Raft consensus protocol"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL3')
 depends=('libuv')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('e4bda601b1f632c2ea9ec74e59c311e773503e16b798bd07f3764244fbbfc82f')
+sha256sums=('5c555dc9b69f122636660b30e6e3b065e09032a38499f7fe367c489d2dfda9ea')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:21:37
  Author: foxboron
Revision: 663756

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:21:30 UTC (rev 663755)
+++ PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/";
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('e12135b29ef231fce0d20c5865cf7fb37cecea11f2304e389325b04e9281558a')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 663755, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/";
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('9729231cdaa85640c91b741a05e307bed0c222fbb35b59d73927468850f70cae')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:21:30
  Author: foxboron
Revision: 663755

upgpkg: python-docs 3.8.4-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:02:27 UTC (rev 663754)
+++ PKGBUILD2020-07-14 13:21:30 UTC (rev 663755)
@@ -3,7 +3,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.8.2
+pkgver=3.8.4
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('e12135b29ef231fce0d20c5865cf7fb37cecea11f2304e389325b04e9281558a')
+sha256sums=('9729231cdaa85640c91b741a05e307bed0c222fbb35b59d73927468850f70cae')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:02:27
  Author: foxboron
Revision: 663754

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:02:19 UTC (rev 663753)
+++ PKGBUILD2020-07-14 13:02:27 UTC (rev 663754)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris Baker 
-
-pkgname=python-nltk
-pkgver=3.5
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='https://www.nltk.org/'
-license=('APACHE')
-depends=('python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
-optdepends=('nltk-data: test data'
-   'python-numpy: used for calculations'
-   'python-matplotlib: used for plotting')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";)
-sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
-
-build() {
-  cd nltk-$pkgver
-  python setup.py build
-}
-
-# Need to fix the nltk-data split
-#check(){
-#  cd nltk-$pkgver
-#  python ./nltk/test/runtests.py
-#}
-
-package() {
-  cd nltk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 663753, 
python-nltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:02:27 UTC (rev 663754)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris Baker 
+
+pkgname=python-nltk
+pkgver=3.5
+pkgrel=2
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='https://www.nltk.org/'
+license=('APACHE')
+depends=('python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
+optdepends=('nltk-data: test data'
+   'python-numpy: used for calculations'
+   'python-matplotlib: used for plotting')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";)
+sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
+
+build() {
+  cd nltk-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+# Need to fix the nltk-data split
+#check(){
+#  cd nltk-$pkgver
+#  python ./nltk/test/runtests.py
+#}
+
+package() {
+  cd nltk-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:02:19
  Author: foxboron
Revision: 663753

upgpkg: python-nltk 3.5-2 - reproducible builds

Modified:
  python-nltk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:57:56 UTC (rev 663752)
+++ PKGBUILD2020-07-14 13:02:19 UTC (rev 663753)
@@ -5,7 +5,7 @@
 
 pkgname=python-nltk
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Natural language processing in Python'
 arch=('any')
 url='https://www.nltk.org/'
@@ -14,13 +14,14 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
 optdepends=('nltk-data: test data'
-   'python-numpy: used for calculations'
-   'python-matplotlib: used for plotting')
+   'python-numpy: used for calculations'
+   'python-matplotlib: used for plotting')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";)
 sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
 
 build() {
   cd nltk-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 


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

2020-07-14 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, July 14, 2020 @ 12:57:56
  Author: grazzolini
Revision: 663752

archrelease: copy trunk to community-any

Added:
  streamlink/repos/community-any/PKGBUILD
(from rev 663751, streamlink/trunk/PKGBUILD)
Deleted:
  streamlink/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 12:57:24 UTC (rev 663751)
+++ PKGBUILD2020-07-14 12:57:56 UTC (rev 663752)
@@ -1,40 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Josip Ponjavic 
-
-pkgname=streamlink
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
-arch=('any')
-url='https://streamlink.github.io/'
-license=('BSD')
-depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client}
 'rtmpdump')
-checkdepends=("python-"{freezegun,mock,pytest,requests-mock})
-makedepends=("python-"{recommonmark,setuptools,sphinx})
-optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing 
Key 
-sha256sums=('203f3e2ac724b5964f8abffa9d1e769453702294e3d03b6877c6eb49f96fc11f'
-'SKIP')
-sha512sums=('6b54ec5d9234c1657fad711a61160ca883df409eb1e54cbe7e4a72a2eca36590ab73916ea88162f8fcf057345ae9f5e55c6591ff11088be0c2c3168ad905d458'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export STREAMLINK_USE_PYCOUNTRY="true"
-  python setup.py build
-  python setup.py build_sphinx -b man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 build/sphinx/man/streamlink.1 \
-"$pkgdir/usr/share/man/man1/streamlink.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: streamlink/repos/community-any/PKGBUILD (from rev 663751, 
streamlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 12:57:56 UTC (rev 663752)
@@ -0,0 +1,41 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client}
 'rtmpdump')
+checkdepends=("python-"{freezegun,mock,pytest,requests-mock})
+makedepends=("python-"{recommonmark,setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing 
Key 
+sha256sums=('203f3e2ac724b5964f8abffa9d1e769453702294e3d03b6877c6eb49f96fc11f'
+'SKIP')
+sha512sums=('6b54ec5d9234c1657fad711a61160ca883df409eb1e54cbe7e4a72a2eca36590ab73916ea88162f8fcf057345ae9f5e55c6591ff11088be0c2c3168ad905d458'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  python setup.py build
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PYTHONHASSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-14 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, July 14, 2020 @ 12:57:24
  Author: grazzolini
Revision: 663751

upgpkg: streamlink 1.5.0-2

Make streamlink reproducible

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:47:11 UTC (rev 663750)
+++ PKGBUILD2020-07-14 12:57:24 UTC (rev 663751)
@@ -3,7 +3,7 @@
 
 pkgname=streamlink
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
 url='https://streamlink.github.io/'
@@ -33,6 +33,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
+  export PYTHONHASSEED=0
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 build/sphinx/man/streamlink.1 \
 "$pkgdir/usr/share/man/man1/streamlink.1"


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 12:47:11
  Author: foxboron
Revision: 663750

archrelease: copy trunk to community-any

Added:
  hy/repos/community-any/PKGBUILD
(from rev 663749, hy/trunk/PKGBUILD)
Deleted:
  hy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 12:47:04 UTC (rev 663749)
+++ PKGBUILD2020-07-14 12:47:11 UTC (rev 663750)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: JP Cimalando 
-
-pkgname=hy
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="A dialect of Lisp that's embedded in Python"
-arch=('any')
-url="http://hylang.org/";
-license=('MIT')
-depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz";)
-sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-# usually generated from git metadata and aded to PyPI sdist
-# PyPI does not include testsuite files.
-echo "__version__ = '$pkgver'" > hy/version.py
-}
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-check(){
-cd "$pkgname-$pkgver"
-python setup.py develop --user
-PATH="$HOME/.local/bin:$PATH"
-python setup.py pytest #--addopts "-k 'not test_bin'"
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-rm -rf "$pkgdir/usr/get_version"
-}

Copied: hy/repos/community-any/PKGBUILD (from rev 663749, hy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 12:47:11 UTC (rev 663750)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Contributor: JP Cimalando 
+
+pkgname=hy
+pkgver=0.18.0
+pkgrel=2
+pkgdesc="A dialect of Lisp that's embedded in Python"
+arch=('any')
+url="http://hylang.org/";
+license=('MIT')
+depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz";)
+sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# usually generated from git metadata and aded to PyPI sdist
+# PyPI does not include testsuite files.
+echo "__version__ = '$pkgver'" > hy/version.py
+}
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check(){
+cd "$pkgname-$pkgver"
+
+python setup.py develop --user
+PATH="$HOME/.local/bin:$PATH"
+python setup.py pytest #--addopts "-k 'not test_bin'"
+
+# Hy does magic to the bytecode, but we need this gone from check.
+# this should be generated as part of the build step
+for file in hy/contrib/__pycache__/__init__.cpython-*.pyc \
+   hy/contrib/__pycache__/hy_repr.cpython-*.pyc \
+   hy/contrib/__pycache__/loop.cpython-*.pyc \
+   hy/contrib/__pycache__/sequences.cpython-*.pyc \
+   hy/contrib/__pycache__/walk.cpython-*.pyc \
+   hy/core/__pycache__/__init__.cpython-*.pyc \
+   hy/core/__pycache__/bootstrap.cpython-*.pyc \
+   hy/core/__pycache__/language.cpython-*.pyc \
+   hy/core/__pycache__/macros.cpython-*.pyc \
+   hy/core/__pycache__/shadow.cpython-*.pyc \
+   hy/extra/__pycache__/__init__.cpython-*.pyc \
+   hy/extra/__pycache__/anaphoric.cpython-*.pyc \
+   hy/extra/__pycache__/reserved.cpython-*.pyc
+do
+rm "$file"
+done
+
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+rm -rf "$pkgdir/usr/get_version"
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 12:47:04
  Author: foxboron
Revision: 663749

upgpkg: hy 0.18.0-2 - reproducible builds

Modified:
  hy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:39:10 UTC (rev 663748)
+++ PKGBUILD2020-07-14 12:47:04 UTC (rev 663749)
@@ -3,7 +3,7 @@
 
 pkgname=hy
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A dialect of Lisp that's embedded in Python"
 arch=('any')
 url="http://hylang.org/";
@@ -29,9 +29,30 @@
 
 check(){
 cd "$pkgname-$pkgver"
+
 python setup.py develop --user
 PATH="$HOME/.local/bin:$PATH"
 python setup.py pytest #--addopts "-k 'not test_bin'"
+
+# Hy does magic to the bytecode, but we need this gone from check.
+# this should be generated as part of the build step
+for file in hy/contrib/__pycache__/__init__.cpython-*.pyc \
+   hy/contrib/__pycache__/hy_repr.cpython-*.pyc \
+   hy/contrib/__pycache__/loop.cpython-*.pyc \
+   hy/contrib/__pycache__/sequences.cpython-*.pyc \
+   hy/contrib/__pycache__/walk.cpython-*.pyc \
+   hy/core/__pycache__/__init__.cpython-*.pyc \
+   hy/core/__pycache__/bootstrap.cpython-*.pyc \
+   hy/core/__pycache__/language.cpython-*.pyc \
+   hy/core/__pycache__/macros.cpython-*.pyc \
+   hy/core/__pycache__/shadow.cpython-*.pyc \
+   hy/extra/__pycache__/__init__.cpython-*.pyc \
+   hy/extra/__pycache__/anaphoric.cpython-*.pyc \
+   hy/extra/__pycache__/reserved.cpython-*.pyc
+do
+rm "$file"
+done
+
 }
 
 package() {


  1   2   3   >