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

2020-07-18 Thread Bruno Pagani via arch-commits
Date: Saturday, July 18, 2020 @ 13:33:49
  Author: archange
Revision: 664413

upgpkg: gnome-firmware 3.36.0-1

Modified:
  gnome-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 11:10:30 UTC (rev 664412)
+++ PKGBUILD2020-07-18 13:33:49 UTC (rev 664413)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=gnome-firmware
-pkgver=3.34.0
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Manage firmware on devices supported by fwupd"
 arch=(x86_64)
@@ -9,24 +9,14 @@
 license=(GPL2)
 depends=(gtk3 glib2 fwupd libxmlb libsoup systemd)
 makedepends=(meson help2man)
-source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz
-
gnome-firmware-fix-help2man-build.patch::https://gitlab.gnome.org/hughsie/gnome-firmware-updater/commit/cb93d1522e6ef927ee458e40eddc793f85c8a746.patch
-
gnome-firmware-fix-headless-build.patch::https://gitlab.gnome.org/hughsie/gnome-firmware-updater/commit/c4f076f2c902080618e0c27dec924fd0019f68a3.patch)
-sha256sums=('bd33a3db43b6e5ab873cbbe304ac60e6fb4f56c9a6b1135a90561c51dfaed668'
-'3250081789f57e308c073ee2b27fa8519f0be586a4f036ef046abc55b2c4c6d7'
-'a53e8f89c7915c79f9f00bb5863af363a3452f6225f2f27007179cc3f962abe4')
+source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('085da82f7c4a027abcd8cbc2c66da92158eff723d4cdffc1cf032ebd590215f4')
 
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../gnome-firmware-fix-help2man-build.patch
-patch -p1 -i ../gnome-firmware-fix-headless-build.patch
-}
-
 build() {
arch-meson ${pkgname}-${pkgver} build
-   ninja -C build
+   meson compile -C build
 }
 
 package() {
-   DESTDIR="$pkgdir" ninja -C build install
+   DESTDIR="${pkgdir}" meson install -C build
 }


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

2020-07-18 Thread David Runge via arch-commits
Date: Saturday, July 18, 2020 @ 11:10:30
  Author: dvzrv
Revision: 664412

archrelease: copy trunk to community-x86_64

Added:
  element/repos/community-x86_64/PKGBUILD
(from rev 664411, element/trunk/PKGBUILD)
Deleted:
  element/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 11:10:21 UTC (rev 664411)
+++ PKGBUILD2020-07-18 11:10:30 UTC (rev 664412)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=element
-pkgver=0.44.0
-pkgrel=1
-pkgdesc="A modular LV2/VST3 audio plugin host"
-arch=('x86_64')
-url="https://github.com/kushview/element;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'fontconfig' 'gcc-libs' 'glibc' 'gdk-pixbuf2' 'libx11'
-'libxext')
-makedepends=('alsa-lib' 'atk' 'boost' 'curl' 'freetype2' 'git' 'glib2' 'gtk2'
-'harfbuzz' 'jack' 'ladspa' 'lilv' 'lua' 'lv2' 'pango' 'readline' 'serd' 'sord'
-'sratom' 'suil' 'waf')
-checkdepends=('xorg-server-xvfb')
-optdepends=('lua: for LUA scripting')
-source=("git+https://github.com/kushview/${pkgname}#tag=${pkgver}?signed;
-"git+https://github.com/kushview/kv-modules;
-"git+https://github.com/WeAreRoli/JUCE.git;
-"git+https://github.com/lvtk/jlv2;)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-validpgpkeys=('52CB000FABB9DBE345CD478980A5F4BE60360CDE') # Michael Fisher 

-
-prepare() {
-  cd "$pkgname"
-  git submodule init
-  git config submodule.libs/kv.url "${srcdir}/kv-modules"
-  git config submodule.libs/JUCE.url "${srcdir}/JUCE"
-  git config submodule.libs/jlv2.url "${srcdir}/jlv2"
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-  waf configure --prefix=/usr \
---enable-docking \
---test
-  waf build -vv
-}
-
-check() {
-  cd "$pkgname"
-  LD_LIBRARY_PATH="${PWD}/build/lib:${LD_LIBRARY_PATH}" xvfb-run waf check
-}
-
-package() {
-  depends+=('libasound.so' 'libatk-1.0.so' 'libcurl.so' 'libfreetype.so'
-  'libgdk-x11-2.0.so' 'libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so'
-  'libgtk-x11-2.0.so' 'libharfbuzz.so' 'libjack.so' 'liblilv-0.so'
-  'libpangoft2-1.0.so' 'libpango-1.0.so' 'libreadline.so' 'libserd-0.so'
-  'libsord-0.so' 'libsratom-0.so' 'libsuil-0.so')
-  cd "$pkgname"
-  waf install --destdir="${pkgdir}"
-  install -vDm 644 {AUTHORS,CODE_OF_CONDUCT,CONTRIBUTING,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 docs/*.md \
--t "${pkgdir}/usr/share/doc/${pkgname}/docs"
-  install -vDm 644 docs/img/*.png \
--t "${pkgdir}/usr/share/doc/${pkgname}/docs/img"
-}

Copied: element/repos/community-x86_64/PKGBUILD (from rev 664411, 
element/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 11:10:30 UTC (rev 664412)
@@ -0,0 +1,66 @@
+# Maintainer: David Runge 
+
+pkgname=element
+pkgver=0.44.0
+pkgrel=2
+pkgdesc="A modular LV2/VST3 audio plugin host"
+arch=('x86_64')
+url="https://github.com/kushview/element;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'gdk-pixbuf2' 'libx11' 'libxext')
+makedepends=('alsa-lib' 'atk' 'boost' 'curl' 'fontconfig' 'freetype2' 'git'
+'glib2' 'gtk2' 'harfbuzz' 'jack' 'ladspa' 'lilv' 'lua' 'lv2' 'pango' 'readline'
+'serd' 'sord' 'sratom' 'suil' 'waf')
+checkdepends=('xorg-server-xvfb')
+optdepends=('lua: for LUA scripting')
+source=("git+https://github.com/kushview/${pkgname}#tag=${pkgver}?signed;
+"git+https://github.com/kushview/kv-modules;
+"git+https://github.com/WeAreRoli/JUCE.git;
+"git+https://github.com/lvtk/jlv2;)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+validpgpkeys=('52CB000FABB9DBE345CD478980A5F4BE60360CDE') # Michael Fisher 

+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.libs/kv.url "${srcdir}/kv-modules"
+  git config submodule.libs/JUCE.url "${srcdir}/JUCE"
+  git config submodule.libs/jlv2.url "${srcdir}/jlv2"
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+  waf configure --prefix=/usr \
+--enable-docking \
+--test
+  waf build -vv
+}
+
+check() {
+  cd "$pkgname"
+  LD_LIBRARY_PATH="${PWD}/build/lib:${LD_LIBRARY_PATH}" xvfb-run waf check
+}
+
+package() {
+  depends+=('libasound.so' 'libatk-1.0.so' 'libcurl.so' 'libfontconfig.so'
+  'libfreetype.so' 'libgdk-x11-2.0.so' 'libgio-2.0.so' 'libgobject-2.0.so'
+  'libglib-2.0.so' 'libgtk-x11-2.0.so' 'libharfbuzz.so' 'libjack.so'
+  'liblilv-0.so' 'libpangoft2-1.0.so' 'libpango-1.0.so' 'libreadline.so'
+  'libserd-0.so' 'libsord-0.so' 'libsratom-0.so' 'libsuil-0.so')
+  cd "$pkgname"
+  waf install --destdir="${pkgdir}"
+  install -vDm 644 {AUTHORS,CODE_OF_CONDUCT,CONTRIBUTING,README}.md \
+-t 

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

2020-07-18 Thread David Runge via arch-commits
Date: Saturday, July 18, 2020 @ 11:10:21
  Author: dvzrv
Revision: 664411

upgpkg: element 0.44.0-2: Rebuild to prevent file clash with element-desktop.

Rename XDG desktop file name (and upstreaming changes) to fix file name clash 
with element-desktop (FS#67315).

Modified:
  element/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 10:34:03 UTC (rev 664410)
+++ PKGBUILD2020-07-18 11:10:21 UTC (rev 664411)
@@ -2,17 +2,16 @@
 
 pkgname=element
 pkgver=0.44.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A modular LV2/VST3 audio plugin host"
 arch=('x86_64')
 url="https://github.com/kushview/element;
 license=('GPL3')
 groups=('pro-audio')
-depends=('cairo' 'fontconfig' 'gcc-libs' 'glibc' 'gdk-pixbuf2' 'libx11'
-'libxext')
-makedepends=('alsa-lib' 'atk' 'boost' 'curl' 'freetype2' 'git' 'glib2' 'gtk2'
-'harfbuzz' 'jack' 'ladspa' 'lilv' 'lua' 'lv2' 'pango' 'readline' 'serd' 'sord'
-'sratom' 'suil' 'waf')
+depends=('cairo' 'gcc-libs' 'glibc' 'gdk-pixbuf2' 'libx11' 'libxext')
+makedepends=('alsa-lib' 'atk' 'boost' 'curl' 'fontconfig' 'freetype2' 'git'
+'glib2' 'gtk2' 'harfbuzz' 'jack' 'ladspa' 'lilv' 'lua' 'lv2' 'pango' 'readline'
+'serd' 'sord' 'sratom' 'suil' 'waf')
 checkdepends=('xorg-server-xvfb')
 optdepends=('lua: for LUA scripting')
 source=("git+https://github.com/kushview/${pkgname}#tag=${pkgver}?signed;
@@ -48,11 +47,11 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libatk-1.0.so' 'libcurl.so' 'libfreetype.so'
-  'libgdk-x11-2.0.so' 'libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so'
-  'libgtk-x11-2.0.so' 'libharfbuzz.so' 'libjack.so' 'liblilv-0.so'
-  'libpangoft2-1.0.so' 'libpango-1.0.so' 'libreadline.so' 'libserd-0.so'
-  'libsord-0.so' 'libsratom-0.so' 'libsuil-0.so')
+  depends+=('libasound.so' 'libatk-1.0.so' 'libcurl.so' 'libfontconfig.so'
+  'libfreetype.so' 'libgdk-x11-2.0.so' 'libgio-2.0.so' 'libgobject-2.0.so'
+  'libglib-2.0.so' 'libgtk-x11-2.0.so' 'libharfbuzz.so' 'libjack.so'
+  'liblilv-0.so' 'libpangoft2-1.0.so' 'libpango-1.0.so' 'libreadline.so'
+  'libserd-0.so' 'libsord-0.so' 'libsratom-0.so' 'libsuil-0.so')
   cd "$pkgname"
   waf install --destdir="${pkgdir}"
   install -vDm 644 {AUTHORS,CODE_OF_CONDUCT,CONTRIBUTING,README}.md \
@@ -61,4 +60,7 @@
 -t "${pkgdir}/usr/share/doc/${pkgname}/docs"
   install -vDm 644 docs/img/*.png \
 -t "${pkgdir}/usr/share/doc/${pkgname}/docs/img"
+  # move XDG desktop integration so there's no file name clash with 
element-desktop
+  # https://github.com/kushview/Element/issues/216
+  mv -v "${pkgdir}/usr/share/applications/"{,net.kushview.}"${pkgname}.desktop"
 }


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

2020-07-18 Thread Bruno Pagani via arch-commits
Date: Saturday, July 18, 2020 @ 10:34:03
  Author: archange
Revision: 664410

archrelease: copy trunk to community-x86_64

Added:
  acpica/repos/community-x86_64/PKGBUILD
(from rev 664409, acpica/trunk/PKGBUILD)
Deleted:
  acpica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 10:33:55 UTC (rev 664409)
+++ PKGBUILD2020-07-18 10:34:03 UTC (rev 664410)
@@ -1,30 +0,0 @@
-# Maintainer : Bruno Pagani 
-# Maintainer : Laurent Carlier 
-# Contributor: Giovanni Scafora 
-# Contributor: Alessio 'mOlOk' Bolognino 
-
-pkgname=acpica
-pkgver=20200528
-pkgrel=1
-pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
-arch=(x86_64)
-url="https://acpica.org;
-license=(GPL2)
-depends=(glibc)
-makedepends=(flex bison)
-provides=(iasl)
-conflicts=(iasl)
-replaces=(iasl)
-options=(!makeflags)
-source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
-sha256sums=('e69f81c6924c8d30f9b9005bb002307f07b5a1538e13c909bea2f8a44e0d8610')
-
-build() {
-  cd acpica-unix-${pkgver}
-  make
-}
-
-package() {
-  cd acpica-unix-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: acpica/repos/community-x86_64/PKGBUILD (from rev 664409, 
acpica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 10:34:03 UTC (rev 664410)
@@ -0,0 +1,30 @@
+# Maintainer : Bruno Pagani 
+# Maintainer : Laurent Carlier 
+# Contributor: Giovanni Scafora 
+# Contributor: Alessio 'mOlOk' Bolognino 
+
+pkgname=acpica
+pkgver=20200717
+pkgrel=1
+pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
+arch=(x86_64)
+url="https://acpica.org;
+license=(GPL2)
+depends=(glibc)
+makedepends=(flex bison)
+provides=(iasl)
+conflicts=(iasl)
+replaces=(iasl)
+options=(!makeflags)
+source=(${pkgname}-unix-${pkgver}.tar.gz::https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar_0.gz)
+sha256sums=('cb99903ef240732f395af40c23b9b19c7899033f48840743544eebb6da72a828')
+
+build() {
+  cd acpica-unix-${pkgver}
+  make
+}
+
+package() {
+  cd acpica-unix-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-18 Thread Bruno Pagani via arch-commits
Date: Saturday, July 18, 2020 @ 10:33:55
  Author: archange
Revision: 664409

upgpkg: acpica 20200717-1

Upstream failed at the archive name this time

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 10:19:50 UTC (rev 664408)
+++ PKGBUILD2020-07-18 10:33:55 UTC (rev 664409)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=acpica
-pkgver=20200528
+pkgver=20200717
 pkgrel=1
 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
 arch=(x86_64)
@@ -16,8 +16,8 @@
 conflicts=(iasl)
 replaces=(iasl)
 options=(!makeflags)
-source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
-sha256sums=('e69f81c6924c8d30f9b9005bb002307f07b5a1538e13c909bea2f8a44e0d8610')
+source=(${pkgname}-unix-${pkgver}.tar.gz::https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar_0.gz)
+sha256sums=('cb99903ef240732f395af40c23b9b19c7899033f48840743544eebb6da72a828')
 
 build() {
   cd acpica-unix-${pkgver}


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

2020-07-18 Thread Felix Yan via arch-commits
Date: Saturday, July 18, 2020 @ 10:19:34
  Author: felixonmars
Revision: 664407

upgpkg: systemd-swap 4.3.1-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 10:18:51 UTC (rev 664406)
+++ PKGBUILD2020-07-18 10:19:34 UTC (rev 664407)
@@ -2,7 +2,7 @@
 # Contributor: Timofey Titovets 
 
 pkgname=systemd-swap
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
 arch=('any')
@@ -12,7 +12,7 @@
 backup=('etc/systemd/swap.conf')
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Nefelim4ag/systemd-swap/archive/$pkgver.tar.gz;)
-sha512sums=('88dc56d90953a154815235d11463b4ff8c155a207d7bbb2983c4df34893984af4a6fdb49d37827227282cb85ddb455edc6e748ba2f14789646bb83ad3b657981')
+sha512sums=('a064df5f278ab157496909920733e53daed6beb1754140a71ae8ec73793d1ca829fa6d6ce344f493b3d785cb1f391f0e989f22d8204ffd018d530a0bf2dee69f')
 
 build() {
   cd systemd-swap-$pkgver


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

2020-07-18 Thread Felix Yan via arch-commits
Date: Saturday, July 18, 2020 @ 10:19:50
  Author: felixonmars
Revision: 664408

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 664407, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 664407, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   50 -
 systemd-swap.install |   10 -
 2 files changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 10:19:34 UTC (rev 664407)
+++ PKGBUILD2020-07-18 10:19:50 UTC (rev 664408)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Timofey Titovets 
-
-pkgname=systemd-swap
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
-arch=('any')
-url="https://github.com/Nefelim4ag/systemd-swap;
-license=('GPL3')
-depends=('systemd' 'bash')
-backup=('etc/systemd/swap.conf')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Nefelim4ag/systemd-swap/archive/$pkgver.tar.gz;)
-sha512sums=('88dc56d90953a154815235d11463b4ff8c155a207d7bbb2983c4df34893984af4a6fdb49d37827227282cb85ddb455edc6e748ba2f14789646bb83ad3b657981')
-
-build() {
-  cd systemd-swap-$pkgver
-  make
-}
-
-package() {
-  cd systemd-swap-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 664407, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 10:19:50 UTC (rev 664408)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: Timofey Titovets 
+
+pkgname=systemd-swap
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
+arch=('any')
+url="https://github.com/Nefelim4ag/systemd-swap;
+license=('GPL3')
+depends=('systemd' 'bash')
+backup=('etc/systemd/swap.conf')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Nefelim4ag/systemd-swap/archive/$pkgver.tar.gz;)
+sha512sums=('a064df5f278ab157496909920733e53daed6beb1754140a71ae8ec73793d1ca829fa6d6ce344f493b3d785cb1f391f0e989f22d8204ffd018d530a0bf2dee69f')
+
+build() {
+  cd systemd-swap-$pkgver
+  make
+}
+
+package() {
+  cd systemd-swap-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2020-07-18 10:19:34 UTC (rev 664407)
+++ systemd-swap.install2020-07-18 10:19:50 UTC (rev 664408)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [[ $(vercmp "$2" 3) < 0 ]]; then
-echo "Since 3.0, the config file was moved to /etc/systemd/swap.conf, and 
incompatible with the old syntax. Please adjust your settings accordingly."
-  fi
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 664407, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2020-07-18 10:19:50 UTC (rev 664408)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp "$2" 3) < 0 ]]; then
+echo "Since 3.0, the config file was moved to /etc/systemd/swap.conf, and 
incompatible with the old syntax. Please adjust your settings accordingly."
+  fi
+}


[arch-commits] Commit in deepin-voice-note/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-18 Thread Felix Yan via arch-commits
Date: Saturday, July 18, 2020 @ 10:18:51
  Author: felixonmars
Revision: 664406

archrelease: copy trunk to community-x86_64

Added:
  deepin-voice-note/repos/community-x86_64/PKGBUILD
(from rev 664405, deepin-voice-note/trunk/PKGBUILD)
Deleted:
  deepin-voice-note/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 10:18:37 UTC (rev 664405)
+++ PKGBUILD2020-07-18 10:18:51 UTC (rev 664406)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-note
-pkgver=5.7.13
-pkgrel=1
-pkgdesc='A lightweight memo tool to make text notes and voice recordings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-note;
-license=('GPL3')
-replaces=('deepin-voice-recorder')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a441f263f7c4a471028d7bb679aa5904e2a167871fac74a906f914e67421f2c096b874ff1ea740ecc2298d96c666bdfa6f63b5b6bbf7137d671e621e87a3')
-
-prepare() {
-  cd deepin-voice-note-$pkgver
-  # Upstream likes to refactor code while ignoring pull requests
-  sed -i '1i#include ' src/views/middleviewdelegate.cpp 
src/views/leftviewdelegate.cpp
-  # Utterly broken code that treats all audio/mpeg as mp3 and they refused to 
fix.
-  # They really need to learn what the f**k is a codec and a container and 
they are *not* the same.
-  sed -e 's|codec.startsWith(m_defaultAudioFmt)|codec.startsWith("audio/mpeg, 
mpegversion=(int)1, layer=(int)3")|' \
-  -i src/common/vnoteaudiomanager.cpp
-}
-
-build() {
-  cd deepin-voice-note-$pkgver
-  cmake -GNinja .
-  ninja
-}
-
-package() {
-  cd deepin-voice-note-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-voice-note/repos/community-x86_64/PKGBUILD (from rev 664405, 
deepin-voice-note/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 10:18:51 UTC (rev 664406)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-note
+pkgver=5.7.14
+pkgrel=1
+pkgdesc='A lightweight memo tool to make text notes and voice recordings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-note;
+license=('GPL3')
+replaces=('deepin-voice-recorder')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('917ae8ca82b0cc5169c57293f4ea8e8288b29a8015cad89db682031a3253662c7b5b4cd61cc523e30edbc10fa5d981e1e49168135c5ba3f9662f149ed450c0f8')
+
+prepare() {
+  cd deepin-voice-note-$pkgver
+  # Upstream likes to refactor code while ignoring pull requests
+  sed -i '1i#include ' src/views/middleviewdelegate.cpp 
src/views/leftviewdelegate.cpp
+  # Utterly broken code that treats all audio/mpeg as mp3 and they refused to 
fix.
+  # They really need to learn what the f**k is a codec and a container and 
they are *not* the same.
+  sed -e 's|codec.startsWith(m_defaultAudioFmt)|codec.startsWith("audio/mpeg, 
mpegversion=(int)1, layer=(int)3")|' \
+  -i src/common/vnoteaudiomanager.cpp
+}
+
+build() {
+  cd deepin-voice-note-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+package() {
+  cd deepin-voice-note-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-18 Thread Felix Yan via arch-commits
Date: Saturday, July 18, 2020 @ 10:18:15
  Author: felixonmars
Revision: 664403

upgpkg: python-simplejson 3.17.2-1

Modified:
  python-simplejson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 10:13:52 UTC (rev 664402)
+++ PKGBUILD2020-07-18 10:18:15 UTC (rev 664403)
@@ -5,7 +5,7 @@
 
 pkgbase=python-simplejson
 pkgname=('python-simplejson' 'python2-simplejson')
-pkgver=3.17.1
+pkgver=3.17.2
 pkgrel=1
 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
 license=('MIT')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz;)
-sha512sums=('56a8fae11cfc9c29312cbe67fa4fd1d156e55cdda358e094874753f294c57058cc5608f6a611c5e4356d8fdf20ec3a5eaf263a09d127e8fc49f16bb4e0eeae12')
+sha512sums=('59428640d43fdc6927db752a36196f48d00818a87d924358deab7e498709515423ecdd34dece31364c5e8d64b63d99112fd4a4b8a03b9f9c6533268afc38e314')
 
 prepare() {
   cp -a simplejson-$pkgver{,-py2}


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

2020-07-18 Thread Felix Yan via arch-commits
Date: Saturday, July 18, 2020 @ 10:18:31
  Author: felixonmars
Revision: 664404

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 10:18:15 UTC (rev 664403)
+++ PKGBUILD2020-07-18 10:18:31 UTC (rev 664404)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: David Moore 
-
-pkgbase=python-simplejson
-pkgname=('python-simplejson' 'python2-simplejson')
-pkgver=3.17.1
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64')
-url='https://github.com/simplejson/simplejson'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz;)
-sha512sums=('56a8fae11cfc9c29312cbe67fa4fd1d156e55cdda358e094874753f294c57058cc5608f6a611c5e4356d8fdf20ec3a5eaf263a09d127e8fc49f16bb4e0eeae12')
-
-prepare() {
-  cp -a simplejson-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/simplejson-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/simplejson-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/simplejson-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/simplejson-$pkgver-py2
-  python2 setup.py pytest 
-}
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson-$pkgver
-  python setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-  

Copied: python-simplejson/repos/community-x86_64/PKGBUILD (from rev 664403, 
python-simplejson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 10:18:31 UTC (rev 664404)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: David Moore 
+
+pkgbase=python-simplejson
+pkgname=('python-simplejson' 'python2-simplejson')
+pkgver=3.17.2
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64')
+url='https://github.com/simplejson/simplejson'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz;)
+sha512sums=('59428640d43fdc6927db752a36196f48d00818a87d924358deab7e498709515423ecdd34dece31364c5e8d64b63d99112fd4a4b8a03b9f9c6533268afc38e314')
+
+prepare() {
+  cp -a simplejson-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/simplejson-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/simplejson-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/simplejson-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/simplejson-$pkgver-py2
+  python2 setup.py pytest 
+}
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd simplejson-$pkgver
+  python setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd simplejson-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+  


[arch-commits] Commit in deepin-voice-note/trunk (PKGBUILD)

2020-07-18 Thread Felix Yan via arch-commits
Date: Saturday, July 18, 2020 @ 10:18:37
  Author: felixonmars
Revision: 664405

upgpkg: deepin-voice-note 5.7.14-1

Modified:
  deepin-voice-note/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 10:18:31 UTC (rev 664404)
+++ PKGBUILD2020-07-18 10:18:37 UTC (rev 664405)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-voice-note
-pkgver=5.7.13
+pkgver=5.7.14
 pkgrel=1
 pkgdesc='A lightweight memo tool to make text notes and voice recordings'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a441f263f7c4a471028d7bb679aa5904e2a167871fac74a906f914e67421f2c096b874ff1ea740ecc2298d96c666bdfa6f63b5b6bbf7137d671e621e87a3')
+sha512sums=('917ae8ca82b0cc5169c57293f4ea8e8288b29a8015cad89db682031a3253662c7b5b4cd61cc523e30edbc10fa5d981e1e49168135c5ba3f9662f149ed450c0f8')
 
 prepare() {
   cd deepin-voice-note-$pkgver


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

2020-07-18 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 18, 2020 @ 10:13:52
  Author: svenstaro
Revision: 664402

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 664401, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 10:13:46 UTC (rev 664401)
+++ PKGBUILD2020-07-18 10:13:52 UTC (rev 664402)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgname=python-ovirt-engine-sdk
-pkgver=4.3.0
-pkgrel=3
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-depends=('python-pycurl' 'python-six')
-makedepends=('python-setuptools' 'libxml2')
-license=('custom')
-source=("https://resources.ovirt.org/pub/ovirt-4.3/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('73921b7a2506926a708f6bda02c8b52d4da2145438e8e56e0e7718b9a425b703ed503250df94c6f9a22b5154ffaf5470ac289e6a23c5910bc92b2558dcfe433e')
-
-package() {
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 
664401, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 10:13:52 UTC (rev 664402)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgname=python-ovirt-engine-sdk
+pkgver=4.4.4
+pkgrel=1
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+depends=('python-pycurl' 'python-six' 'libxml2')
+makedepends=('python-setuptools')
+license=('custom')
+source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('2eecf5d6d5039c920afb7d5dc9c9b53e46619451f6bee3b73d261bfb7ec15e9fb36db1ac6fa141cbcfc4f496897dc3ec218d2e544728a6a3a8d7a6cd5c8055e3')
+
+package() {
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2020-07-18 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 18, 2020 @ 10:13:46
  Author: svenstaro
Revision: 664401

upgpkg: python-ovirt-engine-sdk 4.4.4-1

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 10:12:00 UTC (rev 664400)
+++ PKGBUILD2020-07-18 10:13:46 UTC (rev 664401)
@@ -2,16 +2,16 @@
 # Contributor: Konstantin Shalygin 
 
 pkgname=python-ovirt-engine-sdk
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.4.4
+pkgrel=1
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-depends=('python-pycurl' 'python-six')
-makedepends=('python-setuptools' 'libxml2')
+depends=('python-pycurl' 'python-six' 'libxml2')
+makedepends=('python-setuptools')
 license=('custom')
-source=("https://resources.ovirt.org/pub/ovirt-4.3/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('73921b7a2506926a708f6bda02c8b52d4da2145438e8e56e0e7718b9a425b703ed503250df94c6f9a22b5154ffaf5470ac289e6a23c5910bc92b2558dcfe433e')
+source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('2eecf5d6d5039c920afb7d5dc9c9b53e46619451f6bee3b73d261bfb7ec15e9fb36db1ac6fa141cbcfc4f496897dc3ec218d2e544728a6a3a8d7a6cd5c8055e3')
 
 package() {
   cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"


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

2020-07-18 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 18, 2020 @ 10:11:50
  Author: svenstaro
Revision: 664399

upgpkg: netdata 1.23.2-1

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 07:59:20 UTC (rev 664398)
+++ PKGBUILD2020-07-18 10:11:50 UTC (rev 664399)
@@ -2,7 +2,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.23.1
+pkgver=1.23.2
 pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
@@ -23,7 +23,7 @@
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
 "$pkgname.sysusers")
-sha512sums=('2b4873aaac9a569c29c5de718da816fe2f6f2ee2de44ef82e8771d5fb02bca21257647c357cf0fb9117a86f075a1deefb9fea380c1ea66147eb34713e0722ad2'
+sha512sums=('4a4dc647e0326da4f785444e15e2f74af09428374bfe2db57c44dd2765ce77b2babbd8b52e33e04f49b95937a6ca8691ffa18b51d1717ea927025b70fa7e369f'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 
 build() {


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

2020-07-18 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 18, 2020 @ 10:12:00
  Author: svenstaro
Revision: 664400

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 664399, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 664399, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 664399, netdata/trunk/netdata.sysusers)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers

--+
 PKGBUILD |  108 ++---
 netdata.install  |   24 +--
 netdata.sysusers |2 
 3 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 10:11:50 UTC (rev 664399)
+++ PKGBUILD2020-07-18 10:12:00 UTC (rev 664400)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.23.1
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4' 'openssl')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqlclient: for monitoring MySQL/MariaDB databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'apcupsd: for monitoring APC UPS'
-'iw: for monitoring Linux as access point')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
-"$pkgname.sysusers")
-sha512sums=('2b4873aaac9a569c29c5de718da816fe2f6f2ee2de44ef82e8771d5fb02bca21257647c357cf0fb9117a86f075a1deefb9fea380c1ea66147eb34713e0722ad2'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -i
-  ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 system/netdata.conf "$pkgdir"/etc/netdata/netdata.conf
-  chown -R 0:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service.v235" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 664399, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 10:12:00 UTC (rev 664400)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.23.2
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4' 'openssl')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-mysqlclient: for monitoring MySQL/MariaDB databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'apcupsd: for monitoring APC UPS'
+'iw: for monitoring Linux as access point')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
+"$pkgname.sysusers")
+sha512sums=('4a4dc647e0326da4f785444e15e2f74af09428374bfe2db57c44dd2765ce77b2babbd8b52e33e04f49b95937a6ca8691ffa18b51d1717ea927025b70fa7e369f'
+
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+ 

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

2020-07-18 Thread David Runge via arch-commits
Date: Saturday, July 18, 2020 @ 07:59:20
  Author: dvzrv
Revision: 664398

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 07:57:48 UTC (rev 664397)
+++ PKGBUILD2020-07-18 07:59:20 UTC (rev 664398)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-_name=PyMySQL
-pkgname=python-pymysql
-pkgver=0.9.3
-pkgrel=3
-pkgdesc="Pure Python MySQL Client"
-arch=('any')
-url="https://github.com/PyMySQL/PyMySQL/;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'mariadb')
-optdepends=('mariadb: for using a local MariaDB instance'
-'python-cryptography: for cryptography')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('2056bc4aca7a600ca50214b399edc6f3068b288c426aecb115db148f645b0ec7e9a1a7134cf67f39d4820ea59a925dc1ce3ed0e383fb5e16e0651e87449824f9')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-# the tests are integration tests and can only be run with a running and
-# configured mariadb server
-# check() {
-#   cd "$pkgname-$pkgver"
-#   export PYTHONPATH="build:${PYTHONPATH}"
-#   pytest -v pymysql/tests
-# }
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGELOG,README.rst,example.py} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-pymysql/repos/community-any/PKGBUILD (from rev 664397, 
python-pymysql/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 07:59:20 UTC (rev 664398)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+
+_name=PyMySQL
+pkgname=python-pymysql
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Pure Python MySQL Client"
+arch=('any')
+url="https://github.com/PyMySQL/PyMySQL/;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'mariadb')
+optdepends=('mariadb: for using a local MariaDB instance'
+'python-cryptography: for cryptography')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('e1186c4beea31cb602a3d2297a28313c0bf4e361a04f7402b76a70feea1d24bf305a4f9ea637be250974983586cb49d82946ab478b531bbb2ca7fe370424e7fc')
+b2sums=('f4a37630f015505d77c678a0353988eef694f859c2b75609815380e3b6f4376db1ed1ff423efdb6db56ddb3858570fe3fbb3914f88b70eb0a258c0ad7c9f5f14')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+# the tests are integration tests and can only be run with a running and
+# configured mariadb server
+# check() {
+#   cd "$pkgname-$pkgver"
+#   export PYTHONPATH="build:${PYTHONPATH}"
+#   pytest -v pymysql/tests
+# }
+
+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-pymysql/trunk (PKGBUILD)

2020-07-18 Thread David Runge via arch-commits
Date: Saturday, July 18, 2020 @ 07:57:48
  Author: dvzrv
Revision: 664397

upgpkg: python-pymysql 0.10.0-1: Upgrade to 0.10.0.

Export PYTHONHASHSEED to get reproducible .pyc files.

Modified:
  python-pymysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 07:18:32 UTC (rev 664396)
+++ PKGBUILD2020-07-18 07:57:48 UTC (rev 664397)
@@ -2,8 +2,8 @@
 
 _name=PyMySQL
 pkgname=python-pymysql
-pkgver=0.9.3
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Pure Python MySQL Client"
 arch=('any')
 url="https://github.com/PyMySQL/PyMySQL/;
@@ -14,7 +14,8 @@
 optdepends=('mariadb: for using a local MariaDB instance'
 'python-cryptography: for cryptography')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('2056bc4aca7a600ca50214b399edc6f3068b288c426aecb115db148f645b0ec7e9a1a7134cf67f39d4820ea59a925dc1ce3ed0e383fb5e16e0651e87449824f9')
+sha512sums=('e1186c4beea31cb602a3d2297a28313c0bf4e361a04f7402b76a70feea1d24bf305a4f9ea637be250974983586cb49d82946ab478b531bbb2ca7fe370424e7fc')
+b2sums=('f4a37630f015505d77c678a0353988eef694f859c2b75609815380e3b6f4376db1ed1ff423efdb6db56ddb3858570fe3fbb3914f88b70eb0a258c0ad7c9f5f14')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -35,11 +36,12 @@
 
 package() {
   cd "$pkgname-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm 644 {CHANGELOG,README.rst,example.py} \
+  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-autobahn/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-18 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 18, 2020 @ 07:18:32
  Author: yan12125
Revision: 664396

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 07:18:19 UTC (rev 664395)
+++ PKGBUILD2020-07-18 07:18:32 UTC (rev 664396)
@@ -1,63 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Chih-Hsuan Yen 
-# Maintainer: Anatol Pomozov
-
-pkgname=python-autobahn
-pkgver=20.6.2
-pkgrel=2
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(x86_64)
-url='https://crossbar.io/autobahn/'
-license=(MIT)
-depends=(python-cffi python-twisted python-txaio python-wsaccel
- python-setuptools python-cryptography)
-makedepends=(python-argon2_cffi python-cbor python-flatbuffers
- python-msgpack python-passlib python-pynacl python-pytrie
- python-ubjson)
-checkdepends=(python-pytest python-pytest-asyncio)
-optdepends=(
-  'python-cbor: CBOR serializer support'
-  'python-flatbuffers: FlatBuffers serializer support'
-  'python-msgpack: MsgPack serializer support'
-  'python-u-msgpack: pure-python alternative to python-msgpack for MsgPack 
serializer support'
-  'python-ubjson: UBJSON serializer support'
-  'python-ujson: accelerated JSON serializer support'
-  'python-argon2_cffi: WAMP-SCRAM authentication support'
-  'python-passlib: WAMP-SCRAM authentication support'
-  'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
-  'python-pytrie: WAMP-cryptobox support'
-  'python-pyopenssl: SSL/TLS support'
-  'python-snappy: snappy compression suppport for WebSocket messages'
-)
-
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('6ac6b6653b8d20d632b034adccf6a566154d4efbeaa23abf7c3995fd601e9a01')
-
-prepare() {
-  cd "$srcdir/autobahn-$pkgver"
-  # For reproducibility
-  # If Arch decides to increase CPU requirements [1], -march=x86-64 can be
-  # replaced with -march=nehalem so that the SSE 4.1 implementation is built
-  # [1] 
https://lists.archlinux.org/pipermail/arch-dev-public/2020-March/029914.html
-  sed -i 's#-march=native#-march=x86-64#' autobahn/nvx/_utf8validator.py
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  # "autobahn on asyncio is tested using pytest, while for twisted we are 
using twisted trial"
-  # 
https://github.com/crossbario/autobahn-python/issues/1235#issuecomment-522440810
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
-}
-
-package() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-x86_64/PKGBUILD (from rev 664395, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 07:18:32 UTC (rev 664396)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Chih-Hsuan Yen 
+# Maintainer: Anatol Pomozov
+
+pkgname=python-autobahn
+pkgver=20.7.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(x86_64)
+url='https://crossbar.io/autobahn/'
+license=(MIT)
+depends=(python-cffi python-twisted python-txaio python-wsaccel
+ python-setuptools python-cryptography)
+makedepends=(python-argon2_cffi python-cbor python-flatbuffers
+ python-msgpack python-passlib python-pynacl python-pytrie
+ python-ubjson)
+checkdepends=(python-pytest python-pytest-asyncio)
+optdepends=(
+  'python-cbor: CBOR serializer support'
+  'python-flatbuffers: FlatBuffers serializer support'
+  'python-msgpack: MsgPack serializer support'
+  'python-u-msgpack: pure-python alternative to python-msgpack for MsgPack 
serializer support'
+  'python-ubjson: UBJSON serializer support'
+  'python-ujson: accelerated JSON serializer support'
+  'python-argon2_cffi: WAMP-SCRAM authentication support'
+  'python-passlib: WAMP-SCRAM authentication support'
+  'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
+  'python-pytrie: WAMP-cryptobox support'
+  'python-pyopenssl: SSL/TLS support'
+  'python-snappy: snappy compression suppport for WebSocket messages'
+)
+
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)

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

2020-07-18 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 18, 2020 @ 07:18:19
  Author: yan12125
Revision: 664395

upgpkg: python-autobahn 20.7.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 05:32:49 UTC (rev 664394)
+++ PKGBUILD2020-07-18 07:18:19 UTC (rev 664395)
@@ -3,8 +3,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.6.2
-pkgrel=2
+pkgver=20.7.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('6ac6b6653b8d20d632b034adccf6a566154d4efbeaa23abf7c3995fd601e9a01')
+sha256sums=('86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


<    1   2