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

2020-12-21 Thread David Runge via arch-commits
Date: Monday, December 21, 2020 @ 16:04:18
  Author: dvzrv
Revision: 781197

archrelease: copy trunk to community-x86_64

Added:
  lsp-plugins/repos/community-x86_64/PKGBUILD
(from rev 781195, lsp-plugins/trunk/PKGBUILD)
Deleted:
  lsp-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  167 ++---
 1 file changed, 83 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 16:04:17 UTC (rev 781196)
+++ PKGBUILD2020-12-21 16:04:18 UTC (rev 781197)
@@ -1,84 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=lsp-plugins
-pkgver=1.1.26
-pkgrel=1
-pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
-arch=('x86_64')
-url="https://lsp-plug.in;
-license=('LGPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
-makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
-optdepends=('jack: for standalone applications')
-checkdepends=('lv2lint')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('5c3acbd148669bba9f8e42e7a35b9bce479f9919d0b1b89f4d70e99453b4e532e9a0675eb79b445a102d29027d5141fd5b6cc4123f2b2303cfe1f6fe370064be')
-b2sums=('3cba739c024180638a64f01edc2ac462bccd75ec3dfbf8399cae125e7db00889be6a09a4db468405efc0e57770bc1d15900dbda6ef150975f5a8407772f1')
-
-prepare() {
-  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-  make test
-}
-
-check() {
-  local _plugin
-  local _lv2_uri="http://lsp-plug.in/plugins/lv2/;
-  local _lv2_plugins=('comp_delay_mono' 'comp_delay_stereo'
-  'comp_delay_x2_stereo' 'compressor_lr' 'compressor_mono' 'compressor_ms'
-  'compressor_stereo' 'crossover_lr' 'crossover_mono' 'crossover_ms'
-  'crossover_stereo' 'dyna_processor_lr' 'dyna_processor_mono'
-  'dyna_processor_ms' 'dyna_processor_stereo' 'expander_lr' 'expander_mono'
-  'expander_ms' 'expander_stereo' 'gate_lr' 'gate_mono' 'gate_ms' 'gate_stereo'
-  'graph_equalizer_x16_lr' 'graph_equalizer_x16_mono' 'graph_equalizer_x16_ms'
-  'graph_equalizer_x16_stereo' 'graph_equalizer_x32_lr'
-  'graph_equalizer_x32_mono' 'graph_equalizer_x32_ms'
-  'graph_equalizer_x32_stereo' 'impulse_responses_mono'
-  'impulse_responses_stereo' 'impulse_reverb_mono' 'impulse_reverb_stereo'
-  'latency_meter' 'limiter_mono' 'limiter_stereo' 'loud_comp_mono'
-  'loud_comp_stereo' 'mb_compressor_lr' 'mb_compressor_mono' 'mb_compressor_ms'
-  'mb_compressor_stereo' 'mb_expander_lr' 'mb_expander_mono' 'mb_expander_ms'
-  'mb_expander_stereo' 'mb_gate_lr' 'mb_gate_mono' 'mb_gate_ms'
-  'mb_gate_stereo' 'multisampler_x12' 'multisampler_x12_do' 'multisampler_x24'
-  'multisampler_x24_do' 'multisampler_x48' 'multisampler_x48_do'
-  'oscillator_mono' 'para_equalizer_x16_lr' 'para_equalizer_x16_mono'
-  'para_equalizer_x16_ms' 'para_equalizer_x16_stereo' 'para_equalizer_x32_lr'
-  'para_equalizer_x32_mono' 'para_equalizer_x32_ms' 'para_equalizer_x32_stereo'
-  'phase_detector' 'profiler_mono' 'profiler_stereo' 'room_builder_mono'
-  'room_builder_stereo' 'sampler_mono' 'sampler_stereo' 'sc_compressor_lr'
-  'sc_compressor_mono' 'sc_compressor_ms' 'sc_compressor_stereo'
-  'sc_dyna_processor_lr' 'sc_dyna_processor_mono' 'sc_dyna_processor_ms'
-  'sc_dyna_processor_stereo' 'sc_expander_lr' 'sc_expander_mono'
-  'sc_expander_ms' 'sc_expander_stereo' 'sc_gate_lr' 'sc_gate_mono'
-  'sc_gate_ms' 'sc_gate_stereo' 'sc_limiter_mono' 'sc_limiter_stereo'
-  'sc_mb_compressor_lr' 'sc_mb_compressor_mono' 'sc_mb_compressor_ms'
-  'sc_mb_compressor_stereo' 'sc_mb_expander_lr' 'sc_mb_expander_mono'
-  'sc_mb_expander_ms' 'sc_mb_expander_stereo' 'sc_mb_gate_lr' 'sc_mb_gate_mono'
-  'sc_mb_gate_ms' 'sc_mb_gate_stereo' 'slap_delay_mono' 'slap_delay_stereo'
-  'spectrum_analyzer_x1' 'spectrum_analyzer_x12' 'spectrum_analyzer_x16'
-  'spectrum_analyzer_x2' 'spectrum_analyzer_x4' 'spectrum_analyzer_x8'
-  'surge_filter_mono' 'surge_filter_stereo' 'trigger_midi_mono'
-  'trigger_midi_stereo' 'trigger_mono' 'trigger_stereo')
-  cd "$pkgname-$pkgver"
-  ./.test/lsp-plugins-test utest --nofork --debug --verbose
-  mkdir -vp test/usr/bin
-  make PREFIX='/usr' \
-   DESTDIR="test" \
-   install_lv2
-  for _plugin in "${_lv2_plugins[@]}"; do
-lv2lint -Mpack -I "test/usr/lib/lv2/${pkgname}.lv2/" 
"${_lv2_uri}${_plugin}"
-  done
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make PREFIX='/usr' \
-   DESTDIR="$pkgdir/" \
-   install
-}

Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 781195, 
lsp-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 16:04:18 UTC (rev 781197)
@@ -0,0 +1,83 @@
+# Maintainer: David Runge 
+

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

2020-12-21 Thread David Runge via arch-commits
Date: Monday, December 21, 2020 @ 16:04:08
  Author: dvzrv
Revision: 781195

upgpkg: lsp-plugins 1.1.28-1: Upgrade to 1.1.28.

Modified:
  lsp-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 16:04:02 UTC (rev 781194)
+++ PKGBUILD2020-12-21 16:04:08 UTC (rev 781195)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=lsp-plugins
-pkgver=1.1.26
+pkgver=1.1.28
 pkgrel=1
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
@@ -10,16 +10,15 @@
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
 depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
 makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
-optdepends=('jack: for standalone applications')
+optdepends=('jack: for standalone applications'
+'ladspa-host: for LADSPA plugins'
+'lv2-host: for LV2 plugins'
+'vst-host: for VST plugins')
 checkdepends=('lv2lint')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('5c3acbd148669bba9f8e42e7a35b9bce479f9919d0b1b89f4d70e99453b4e532e9a0675eb79b445a102d29027d5141fd5b6cc4123f2b2303cfe1f6fe370064be')
-b2sums=('3cba739c024180638a64f01edc2ac462bccd75ec3dfbf8399cae125e7db00889be6a09a4db468405efc0e57770bc1d15900dbda6ef150975f5a8407772f1')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sadko4u/${pkgname}/archive/${pkgver}/${pkgver}.tar.gz;)
+sha512sums=('c620f6a0f822bd8abf12a32bf30bc833c22d62c6fd18d1bc77221b082a4b9cb4bf13e1fc22d8aab3699d953530d8c1441140ea79a02609d140db65dd1a4b9f4f')
+b2sums=('e9fc5569834d7bc07df4d561663ce513aaed902718315bb9cf34bfcd8b31e8f0c699c3c5f42383b46cafd338e31fac611be7956b6ddbeac97fa12a36a045c302')
 
-prepare() {
-  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
-}
-
 build() {
   cd "$pkgname-$pkgver"
   make
@@ -29,10 +28,10 @@
 check() {
   local _plugin
   local _lv2_uri="http://lsp-plug.in/plugins/lv2/;
-  local _lv2_plugins=('comp_delay_mono' 'comp_delay_stereo'
-  'comp_delay_x2_stereo' 'compressor_lr' 'compressor_mono' 'compressor_ms'
-  'compressor_stereo' 'crossover_lr' 'crossover_mono' 'crossover_ms'
-  'crossover_stereo' 'dyna_processor_lr' 'dyna_processor_mono'
+  local _lv2_plugins=('art_delay_mono' 'art_delay_stereo' 'comp_delay_mono'
+  'comp_delay_stereo' 'comp_delay_x2_stereo' 'compressor_lr' 'compressor_mono'
+  'compressor_ms' 'compressor_stereo' 'crossover_lr' 'crossover_mono'
+  'crossover_ms' 'crossover_stereo' 'dyna_processor_lr' 'dyna_processor_mono'
   'dyna_processor_ms' 'dyna_processor_stereo' 'expander_lr' 'expander_mono'
   'expander_ms' 'expander_stereo' 'gate_lr' 'gate_mono' 'gate_ms' 'gate_stereo'
   'graph_equalizer_x16_lr' 'graph_equalizer_x16_mono' 'graph_equalizer_x16_ms'


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

2020-12-21 Thread David Runge via arch-commits
Date: Monday, December 21, 2020 @ 10:01:03
  Author: dvzrv
Revision: 780892

archrelease: copy trunk to community-x86_64

Added:
  guitarix/repos/community-x86_64/PKGBUILD
(from rev 780891, guitarix/trunk/PKGBUILD)
Deleted:
  guitarix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 10:00:54 UTC (rev 780891)
+++ PKGBUILD2020-12-21 10:01:03 UTC (rev 780892)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge https://guitarix.org;
-license=('GPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
-depends=('atkmm' 'bluez-libs' 'cairo' 'cairomm' 'gcc-libs' 'gdk-pixbuf2'
-'glibc' 'glibmm' 'gtkmm3' 'libsigc++' 'libx11' 'pangomm' 'ttf-roboto')
-makedepends=('avahi' 'curl' 'boost' 'eigen' 'faust' 'fftw' 'glib2' 'gperf'
-'gtk3' 'intltool' 'jack' 'ladspa' 'liblo' 'liblrdf' 'lilv' 'lv2' 'pango'
-'sassc' 'waf' 'zita-convolver' 'zita-resampler')
-optdepends=('new-session-manager: for session management')
-provides=('guitarix2' 'libgxw.so' 'libgxwmm.so' 'ladspa-host' 'lv2-host')
-conflicts=('guitarix2')
-replaces=('guitarix2')
-source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
-sha512sums=('27fe6f2b87c8913feafae1c17472150d37df46ed3437b033cd22f509edf67420fb8f4024e404d5bec901a687dbe948acda702bf37cb0c738feb5b3b8e5ebb8aa')
-b2sums=('d3caa51f297153c16df624ababaffc1405ddb10f04ae01672720bb2229d4be3426b33f75021b1862f996fb09466eaad008f748b42cb8382f08d14e23758cfc9b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  waf configure --prefix=/usr \
---enable-nls \
---ladspa \
---new-ladspa \
---shared-lib \
---lib-dev \
---ldflags="${LDFLAGS}"
-  waf build -vv
-}
-
-package() {
-  depends+=('libavahi-common.so' 'libavahi-gobject.so' 'libboost_iostreams.so'
-  'libcurl.so' 'libfftw3f.so' 'libgdk-3.so' 'libgio-2.0.so' 'libglib-2.0.so'
-  'libgobject-2.0.so' 'libjack.so' 'liblilv-0.so' 'liblo.so' 'liblrdf.so'
-  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsndfile.so'
-  'libzita-convolver.so' 'libzita-resampler.so')
-  cd "${pkgname}-${pkgver}"
-  waf install --destdir="${pkgdir}"
-  # docs
-  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: guitarix/repos/community-x86_64/PKGBUILD (from rev 780891, 
guitarix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 10:01:03 UTC (rev 780892)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge https://guitarix.org;
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('atkmm' 'bluez-libs' 'cairo' 'cairomm' 'gcc-libs' 'glibc' 'glibmm'
+'gtkmm3' 'libsigc++' 'libx11' 'pangomm' 'ttf-roboto')
+makedepends=('avahi' 'boost' 'curl' 'gdk-pixbuf2' 'eigen' 'faust' 'fftw'
+'glib2' 'gperf' 'gtk3' 'intltool' 'jack' 'ladspa' 'liblo' 'liblrdf' 'lilv'
+'lv2' 'pango' 'sassc' 'waf' 'zita-convolver' 'zita-resampler')
+optdepends=('new-session-manager: for session management')
+provides=('guitarix2' 'libgxw.so' 'libgxwmm.so' 'ladspa-host' 'lv2-host')
+conflicts=('guitarix2')
+replaces=('guitarix2')
+source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
+sha512sums=('917896b99b9a4ac9fcb9788a4ee578eb89a233c85ed3d16a091ab9934072850e95089186ab30eefdee3e1f2db50583dcb3430c092008023c5e9c284545214d66')
+b2sums=('0a0cb94bf0fc4eeb453d4430804a29b4f3c1b822a651c79f47bff112e27086415f300676b5cdad075c152d23eb9e4292d38cd72d81483d2f0f7d13b79e6ac85a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--shared-lib \
+--lib-dev \
+--ldflags="${LDFLAGS}"
+  waf build -vv
+}
+
+package() {
+  depends+=('libavahi-common.so' 'libavahi-gobject.so' 'libboost_iostreams.so'
+  'libcurl.so' 'libfftw3f.so' 'libgdk-3.so' 'libgdk_pixbuf-2.0.so'
+  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libjack.so'
+  'liblilv-0.so' 'liblo.so' 'liblrdf.so' 'libpangocairo-1.0.so'
+  'libpango-1.0.so' 'libsndfile.so' 'libzita-convolver.so'
+  'libzita-resampler.so')
+  cd "${pkgname}-${pkgver}"
+  waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-21 Thread David Runge via arch-commits
Date: Monday, December 21, 2020 @ 10:00:35
  Author: dvzrv
Revision: 780889

upgpkg: guitarix 0.42.0-1: Upgrade to 0.42.0.

Modified:
  guitarix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 09:53:13 UTC (rev 780888)
+++ PKGBUILD2020-12-21 10:00:35 UTC (rev 780889)
@@ -1,25 +1,25 @@
 # Maintainer: David Runge https://guitarix.org;
 license=('GPL3')
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
-depends=('atkmm' 'bluez-libs' 'cairo' 'cairomm' 'gcc-libs' 'gdk-pixbuf2'
-'glibc' 'glibmm' 'gtkmm3' 'libsigc++' 'libx11' 'pangomm' 'ttf-roboto')
-makedepends=('avahi' 'curl' 'boost' 'eigen' 'faust' 'fftw' 'glib2' 'gperf'
-'gtk3' 'intltool' 'jack' 'ladspa' 'liblo' 'liblrdf' 'lilv' 'lv2' 'pango'
-'sassc' 'waf' 'zita-convolver' 'zita-resampler')
+depends=('atkmm' 'bluez-libs' 'cairo' 'cairomm' 'gcc-libs' 'glibc' 'glibmm'
+'gtkmm3' 'libsigc++' 'libx11' 'pangomm' 'ttf-roboto')
+makedepends=('avahi' 'boost' 'curl' 'gdk-pixbuf2' 'eigen' 'faust' 'fftw'
+'glib2' 'gperf' 'gtk3' 'intltool' 'jack' 'ladspa' 'liblo' 'liblrdf' 'lilv'
+'lv2' 'pango' 'sassc' 'waf' 'zita-convolver' 'zita-resampler')
 optdepends=('new-session-manager: for session management')
 provides=('guitarix2' 'libgxw.so' 'libgxwmm.so' 'ladspa-host' 'lv2-host')
 conflicts=('guitarix2')
 replaces=('guitarix2')
 
source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
-sha512sums=('27fe6f2b87c8913feafae1c17472150d37df46ed3437b033cd22f509edf67420fb8f4024e404d5bec901a687dbe948acda702bf37cb0c738feb5b3b8e5ebb8aa')
-b2sums=('d3caa51f297153c16df624ababaffc1405ddb10f04ae01672720bb2229d4be3426b33f75021b1862f996fb09466eaad008f748b42cb8382f08d14e23758cfc9b')
+sha512sums=('917896b99b9a4ac9fcb9788a4ee578eb89a233c85ed3d16a091ab9934072850e95089186ab30eefdee3e1f2db50583dcb3430c092008023c5e9c284545214d66')
+b2sums=('0a0cb94bf0fc4eeb453d4430804a29b4f3c1b822a651c79f47bff112e27086415f300676b5cdad075c152d23eb9e4292d38cd72d81483d2f0f7d13b79e6ac85a')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -35,10 +35,11 @@
 
 package() {
   depends+=('libavahi-common.so' 'libavahi-gobject.so' 'libboost_iostreams.so'
-  'libcurl.so' 'libfftw3f.so' 'libgdk-3.so' 'libgio-2.0.so' 'libglib-2.0.so'
-  'libgobject-2.0.so' 'libjack.so' 'liblilv-0.so' 'liblo.so' 'liblrdf.so'
-  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsndfile.so'
-  'libzita-convolver.so' 'libzita-resampler.so')
+  'libcurl.so' 'libfftw3f.so' 'libgdk-3.so' 'libgdk_pixbuf-2.0.so'
+  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libjack.so'
+  'liblilv-0.so' 'liblo.so' 'liblrdf.so' 'libpangocairo-1.0.so'
+  'libpango-1.0.so' 'libsndfile.so' 'libzita-convolver.so'
+  'libzita-resampler.so')
   cd "${pkgname}-${pkgver}"
   waf install --destdir="${pkgdir}"
   # docs


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 21:11:34
  Author: dvzrv
Revision: 780713

archrelease: copy trunk to community-x86_64

Added:
  zam-plugins/repos/community-x86_64/PKGBUILD
(from rev 780712, zam-plugins/trunk/PKGBUILD)
  zam-plugins/repos/community-x86_64/zam-plugins.directory
(from rev 780712, zam-plugins/trunk/zam-plugins.directory)
  zam-plugins/repos/community-x86_64/zam-plugins.menu
(from rev 780712, zam-plugins/trunk/zam-plugins.menu)
Deleted:
  zam-plugins/repos/community-x86_64/PKGBUILD
  zam-plugins/repos/community-x86_64/zam-plugins.directory
  zam-plugins/repos/community-x86_64/zam-plugins.menu

---+
 PKGBUILD  |  247 
 zam-plugins.directory |   10 -
 zam-plugins.menu  |   60 +--
 3 files changed, 159 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 21:11:14 UTC (rev 780712)
+++ PKGBUILD2020-12-20 21:11:34 UTC (rev 780713)
@@ -1,123 +0,0 @@
-# Maintainer: David Runge 
-pkgname=zam-plugins
-pkgver=3.13
-pkgrel=1
-pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
-arch=('x86_64')
-url="https://github.com/zamaudio/zam-plugins;
-license=('GPL2')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11')
-makedepends=('gendesk' 'git' 'ladspa' 'libsamplerate' 'jack' 'lv2' 
'zita-convolver')
-optdepends=('jack: for standalone applications')
-source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver}?signed;
-"git+https://github.com/distrho/dpf.git;
-"${pkgname}.directory"
-"${pkgname}.menu")
-sha512sums=('SKIP'
-'SKIP'
-
'b7aa3170c14e75e1ec9aa19827a353d126a70e729491a8947b86748eb6c97489c57cb697505f209129834b837beadbbd96e8306fbd7b78cc7cfb95cd7d8b964d'
-
'0aa04bc5cc566ce616728e96fc528c4e7d43cc275cf3e58ad4005a195fbce72793497c2abc515a3926c8cc196e2e29a5534d4fb2ea3c1f348a6f1df3f8a24740')
-b2sums=('SKIP'
-'SKIP'
-
'7b00a157f982abee0abce18e6aaf88f3464f734653ad8efcaf16c8aa8daa4d81e5648381aa16e46461d134bba536fe8f81bee3f5f0456d22f47be5f4c2f2878e'
-
'830efd881fe5f66ef51e13cf9a4026446aa185c8b161209e97212652771d1938c26eed4d9eb81849256f600ec01029f6a50dd98436856fa910aef11d22bc5715')
-validpgpkeys=('B86F8ABAEDB92DF68AE2BE40577C1739585FA920') # Damien Zammit 

-
-_names=('zamaximx2' 'zamulticomp' 'zammulticompx2' 'zamautosat' 'zamcomp'
-'zamcompx2' 'zamdelay' 'zamdynamiceq' 'zameq2' 'zamgeq31' 'zamgate' 'zamgatex2'
-'zamgrains' 'zamheadx2' 'zamphono' 'zamtube' 'zamverb')
-
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  git submodule init
-  git config submodule.dpf.url "${srcdir}/dpf"
-  git submodule update
-  declare -A exec_names=(
-["zamaximx2"]="ZaMaximX2"
-["zamulticomp"]="ZaMultiComp"
-["zamulticompx2"]="ZaMultiCompX2"
-["zamautosat"]="ZamAutoSat"
-["zamcomp"]="ZamComp"
-["zamcompx2"]="ZamCompX2"
-["zamdelay"]="ZamDelay"
-["zamdynamiceq"]="ZamDynamicEQ"
-["zameq2"]="ZamEQ2"
-["zamgeq31"]="ZamGEQ31"
-["zamgate"]="ZamGate"
-["zamgatex2"]="ZamGateX2"
-["zamgrains"]="ZamGrains"
-["zamheadx2"]="ZamHeadX2"
-["zamphono"]="ZamPhono"
-["zamtube"]="ZamTube"
-["zamverb"]="ZamVerb"
-  )
-  declare -A comments=(
-["zamaximx2"]="Acts as a brickwall limiter for mastering in its default 
state, but can also be tweaked to raise the average level as a stereo maximizer 
without ever clipping"
-["zamulticomp"]="Mono multiband compressor, with 3 adjustable bands."
-["zamulticompx2"]="Stereo version of ZaMultiComp, with individual 
threshold controls for each band and real-time visualisation of comp curves."
-["zamautosat"]="An automatic saturation plugin, has been known to provide 
smooth levelling to live mic channels."
-["zamcomp"]="A powerful mono compressor strip"
-["zamcompx2"]="Stereo version of ZamComp with knee slew control"
-["zamdelay"]="A simple feedback delay unit with sync-to-host BPM feature 
and filter."
-["zamdynamiceq"]="A dynamic equalizer that changes its gain based on 
detecting a narrow band of frequencies."
-["zameq2"]="Two band parametric equaliser with high and low shelving 
circuits."
-["zamgeq31"]="31 band graphic equaliser, good for eq of live spaces, 
removing unwanted noise from a track etc."
-["zamgate"]="Gate plugin for ducking low gain sounds."
-["zamgatex2"]="Gate plugin for ducking low gain sounds, stereo version."
-["zamgrains"]="Granular Synthesizer"
-["zamheadx2"]="HRTF acoustic filtering plugin for directional sound."
-["zamphono"]="A collection of phono filters for restoring vinyl records, 
or preparing to cut new ones."
-["zamtube"]="Wave digital filter physical model of a triode tube amplifier 
stage, with modelled tone stacks from real guitar amplifiers"
- 

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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 21:11:14
  Author: dvzrv
Revision: 780712

upgpkg: zam-plugins 3.14-1: Upgrade to 3.14.

Modified:
  zam-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 21:09:01 UTC (rev 780711)
+++ PKGBUILD2020-12-20 21:11:14 UTC (rev 780712)
@@ -1,6 +1,7 @@
 # Maintainer: David Runge 
+
 pkgname=zam-plugins
-pkgver=3.13
+pkgver=3.14
 pkgrel=1
 pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
 arch=('x86_64')
@@ -10,7 +11,7 @@
 depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11')
 makedepends=('gendesk' 'git' 'ladspa' 'libsamplerate' 'jack' 'lv2' 
'zita-convolver')
 optdepends=('jack: for standalone applications')
-source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver}?signed;
+source=("$pkgname::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver}?signed;
 "git+https://github.com/distrho/dpf.git;
 "${pkgname}.directory"
 "${pkgname}.menu")
@@ -30,7 +31,7 @@
 
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   git submodule init
   git config submodule.dpf.url "${srcdir}/dpf"
   git submodule update
@@ -102,13 +103,13 @@
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   export HAVE_ZITA_CONVOLVER=true
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   depends+=('libsamplerate.so' 'libzita-convolver.so')
   make DESTDIR="$pkgdir/" PREFIX='/usr' install
   # XDG desktop integration


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:29:32
  Author: dvzrv
Revision: 780604

archrelease: copy trunk to community-any

Added:
  python-subprocess-tee/repos/community-any/PKGBUILD
(from rev 780603, python-subprocess-tee/trunk/PKGBUILD)
Deleted:
  python-subprocess-tee/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:29:23 UTC (rev 780603)
+++ PKGBUILD2020-12-20 18:29:32 UTC (rev 780604)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=subprocess-tee
-pkgname=python-subprocess-tee
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="A subprocess.run that works like tee"
-arch=('any')
-url="https://github.com/pycontribs/subprocess-tee;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools_scm')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-xdist' 
'python-rich')
-optdepends=('python-rich: for rich text rendering')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('e8b29e95a6a8ca45780336ef5466e6d5ab28895bdfae840ab9ae5bcc4c0c545accabbf1e922ddb80818709757f054d4d702ed77c5b8a205e8a6972cfd1ebe14b')
-b2sums=('86f0ba325475736d493d2e520577b74525b8af247c48aaca829ee0da52c3e39ee3f501d2bcb12f1587750e0155c41939d5f12c2cbe093d9f3e170b15163960b0')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # do not require to run with python-pytest-cov
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: python-subprocess-tee/repos/community-any/PKGBUILD (from rev 780603, 
python-subprocess-tee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:29:32 UTC (rev 780604)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=subprocess-tee
+pkgname=python-subprocess-tee
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="A subprocess.run that works like tee"
+arch=('any')
+url="https://github.com/pycontribs/subprocess-tee;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools_scm')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-xdist' 
'python-enrich')
+optdepends=('python-enrich: for rich text rendering')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('f500f5bded2eeeb9b3035181d4c98d89f47c007f6e35121bde776348d7933d5b6213c9328562cdabed06b61c8999d7ad985a10b6e736d323b4770b968ec07315')
+b2sums=('678edc6fe9a467e78c3d1affa53471850df96e428c72785c03a8b9c7c64b080837d121f9cc3a98133ea9d43db3fa0b0513efc915bcd2a01cbf6821afd9d8b1a9')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # do not require to run with python-pytest-cov
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:29:23
  Author: dvzrv
Revision: 780603

upgpkg: python-subprocess-tee 0.2.0-1: Upgrade to 0.2.0.

Exchange python-rich with python-enrich, as it is now a direct requirement for 
rich text rendering.

Modified:
  python-subprocess-tee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 18:29:16 UTC (rev 780602)
+++ PKGBUILD2020-12-20 18:29:23 UTC (rev 780603)
@@ -2,7 +2,7 @@
 
 _name=subprocess-tee
 pkgname=python-subprocess-tee
-pkgver=0.1.6
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="A subprocess.run that works like tee"
 arch=('any')
@@ -10,11 +10,11 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools_scm')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-xdist' 
'python-rich')
-optdepends=('python-rich: for rich text rendering')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-xdist' 
'python-enrich')
+optdepends=('python-enrich: for rich text rendering')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('e8b29e95a6a8ca45780336ef5466e6d5ab28895bdfae840ab9ae5bcc4c0c545accabbf1e922ddb80818709757f054d4d702ed77c5b8a205e8a6972cfd1ebe14b')
-b2sums=('86f0ba325475736d493d2e520577b74525b8af247c48aaca829ee0da52c3e39ee3f501d2bcb12f1587750e0155c41939d5f12c2cbe093d9f3e170b15163960b0')
+sha512sums=('f500f5bded2eeeb9b3035181d4c98d89f47c007f6e35121bde776348d7933d5b6213c9328562cdabed06b61c8999d7ad985a10b6e736d323b4770b968ec07315')
+b2sums=('678edc6fe9a467e78c3d1affa53471850df96e428c72785c03a8b9c7c64b080837d121f9cc3a98133ea9d43db3fa0b0513efc915bcd2a01cbf6821afd9d8b1a9')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:25:07
  Author: dvzrv
Revision: 780595

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:24:39 UTC (rev 780594)
+++ PKGBUILD2020-12-20 18:25:07 UTC (rev 780595)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=enrich
-pkgname=python-enrich
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Extends rich library functionality with a set of changes that were 
not accepted"
-arch=('any')
-url="https://github.com/pycontribs/enrich;
-license=('MIT')
-depends=('python-rich')
-makedepends=('python-setuptools_scm')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-mock' 
'python-pytest-xdist')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c27fd9ed534b41da8951637c8deb5eac2c76f9e65edff04fc8ef81d7ef0f31b640bd3d3d24c7945053b5df3679c9ccd4c2297e97350dc5bb1ff3a427f52bed31')
-b2sums=('c9b8b4f9093f3b686260219282209d2bbc55fcb4338a848f94b0bfdf1aab91c22c46ae59a73be35fba776f9d846f48fe9ef1d98f9e5379aef4a5526960e05539')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # do not require to run with python-pytest-cov
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build/lib:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: python-enrich/repos/community-any/PKGBUILD (from rev 780594, 
python-enrich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:25:07 UTC (rev 780595)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=enrich
+pkgname=python-enrich
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Extends rich library functionality with a set of changes that were 
not accepted"
+arch=('any')
+url="https://github.com/pycontribs/enrich;
+license=('MIT')
+depends=('python-rich')
+makedepends=('python-setuptools_scm')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-mock' 
'python-pytest-xdist')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('07c280d3526538af9d718c6d423be50d67e8285007a6702b7f3d842725a63cb282192c29481cbea6cbe7da886b630e5694776092dc0ffcaac522ccf1e895b5a9')
+b2sums=('06f104a11b2dc85c1d80a2b14c548aaac40c78795e86b1c6ae733f884fbd7af0776af53d8cdd15c15d6abb91ca89dd7f815823b419fc2b3de322b50e55844dd0')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # do not require to run with python-pytest-cov
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build/lib:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:22:12
  Author: dvzrv
Revision: 780592

upgpkg: python-enrich 1.2.6-1: Upgrade to 1.2.6.

Modified:
  python-enrich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 18:19:53 UTC (rev 780591)
+++ PKGBUILD2020-12-20 18:22:12 UTC (rev 780592)
@@ -2,7 +2,7 @@
 
 _name=enrich
 pkgname=python-enrich
-pkgver=1.2.3
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="Extends rich library functionality with a set of changes that were 
not accepted"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools_scm')
 checkdepends=('python-mock' 'python-pytest' 'python-pytest-mock' 
'python-pytest-xdist')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c27fd9ed534b41da8951637c8deb5eac2c76f9e65edff04fc8ef81d7ef0f31b640bd3d3d24c7945053b5df3679c9ccd4c2297e97350dc5bb1ff3a427f52bed31')
-b2sums=('c9b8b4f9093f3b686260219282209d2bbc55fcb4338a848f94b0bfdf1aab91c22c46ae59a73be35fba776f9d846f48fe9ef1d98f9e5379aef4a5526960e05539')
+sha512sums=('07c280d3526538af9d718c6d423be50d67e8285007a6702b7f3d842725a63cb282192c29481cbea6cbe7da886b630e5694776092dc0ffcaac522ccf1e895b5a9')
+b2sums=('06f104a11b2dc85c1d80a2b14c548aaac40c78795e86b1c6ae733f884fbd7af0776af53d8cdd15c15d6abb91ca89dd7f815823b419fc2b3de322b50e55844dd0')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:19:53
  Author: dvzrv
Revision: 780591

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 780590, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:19:44 UTC (rev 780590)
+++ PKGBUILD2020-12-20 18:19:53 UTC (rev 780591)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="https://qtractor.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('glibc' 'gcc-libs' 'hicolor-icon-theme' 'libmad' 'qt5-base'
-'qt5-x11extras' 'zlib')
-makedepends=('alsa-lib' 'aubio' 'cmake' 'dssi' 'jack' 'ladspa' 'liblo' 'libogg'
-'libsamplerate' 'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband'
-'suil' 'vst3sdk')
-optdepends=('new-session-manager: for session management')
-provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e488f95becde10117fc675a5b20b66378e8ae1f8c388fb12042cafa1f4434292d4156f5fe613b93e0c7409c414df9bf0e614afce843e0a42e4a1bce7c9ee9125')
-b2sums=('269d2fd9cdb3171155ba32d7af5d6c0ad0037287311d2e77efb706820071fde353c84ba6958c0c0fb75f3ecc22eea5e5f7204018d1503bbfb424f48aefc60150')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libaubio.so' 'libjack.so' 'liblilv-0.so' 'liblo.so'
-  'libogg.so' 'librubberband.so' 'libsamplerate.so' 'libsndfile.so'
-  'libsuil-0.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  # docs
-  install -vDm 644 {AUTHORS,README,README.VST,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 780590, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:19:53 UTC (rev 780591)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="https://qtractor.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('glibc' 'gcc-libs' 'hicolor-icon-theme' 'libmad' 'qt5-base'
+'qt5-x11extras' 'zlib')
+makedepends=('alsa-lib' 'aubio' 'cmake' 'dssi' 'jack' 'ladspa' 'liblo' 'libogg'
+'libsamplerate' 'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband'
+'suil' 'vst3sdk')
+optdepends=('new-session-manager: for session management')
+provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('cab7ef6dc259ba570645a7f20efd6816377ae9707e004370f24745e00e20df90be9316543c5cb5ddbdc6bb1c749053bfb964e53ac97dc8ae2dd468e371274bfc')
+b2sums=('33ccb2e4002a8a666dc9f325dd7f14e66a2f624e0dda9eb916f8b958d01e2a8f72b5e8390946482e6170de9e2fcc28a4efcf8447b6610b21003288e7c7b9f9b7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so' 'libaubio.so' 'libjack.so' 'liblilv-0.so' 'liblo.so'
+  'libogg.so' 'librubberband.so' 'libsamplerate.so' 'libsndfile.so'
+  'libsuil-0.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install -C build
+  # docs
+  install -vDm 644 {AUTHORS,README,README.VST,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:19:44
  Author: dvzrv
Revision: 780590

upgpkg: qtractor 0.9.19-1: Upgrade to 0.9.19.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 18:18:59 UTC (rev 780589)
+++ PKGBUILD2020-12-20 18:19:44 UTC (rev 780590)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
@@ -19,8 +19,8 @@
 optdepends=('new-session-manager: for session management')
 provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e488f95becde10117fc675a5b20b66378e8ae1f8c388fb12042cafa1f4434292d4156f5fe613b93e0c7409c414df9bf0e614afce843e0a42e4a1bce7c9ee9125')
-b2sums=('269d2fd9cdb3171155ba32d7af5d6c0ad0037287311d2e77efb706820071fde353c84ba6958c0c0fb75f3ecc22eea5e5f7204018d1503bbfb424f48aefc60150')
+sha512sums=('cab7ef6dc259ba570645a7f20efd6816377ae9707e004370f24745e00e20df90be9316543c5cb5ddbdc6bb1c749053bfb964e53ac97dc8ae2dd468e371274bfc')
+b2sums=('33ccb2e4002a8a666dc9f325dd7f14e66a2f624e0dda9eb916f8b958d01e2a8f72b5e8390946482e6170de9e2fcc28a4efcf8447b6610b21003288e7c7b9f9b7')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:16:41
  Author: dvzrv
Revision: 780583

archrelease: copy trunk to community-x86_64

Added:
  samplv1/repos/community-x86_64/PKGBUILD
(from rev 780582, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:16:09 UTC (rev 780582)
+++ PKGBUILD2020-12-20 18:16:41 UTC (rev 780583)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=samplv1
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=('x86_64')
-url="https://samplv1.sourceforge.io/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application'
-'new-session-manager: for session management using the standalone 
application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('208cf7474e486abf04fdf58dc6afbbbdfc1624a116ef8d20faa913c22d84f81704738c6509db830fee4219471b528594e7936d93b8043d55caa7ef91c8bed6e9')
-b2sums=('e30b22529d9b67a1805f17a58c80af399b21f1dc1b52b4c33cf2cb6d37cdcf3ea36edb98cfc3ea9eea85b95703e29f55749b12dbb0dd95b796671c27542940b3')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 780582, 
samplv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:16:41 UTC (rev 780583)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=samplv1
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=('x86_64')
+url="https://samplv1.sourceforge.io/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application'
+'new-session-manager: for session management using the standalone 
application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('8795fe99eef9987b39e9c3e268b1dae4044de1044cc306c1ee21cbd6bd94fe1db51316e5197d13e9ebee1aee2b64f017a192b5f386a37de8c945726b57d4a6a7')
+b2sums=('bad6e32b7a0a10917d8f3133bed9b1a04d031b272d70d9516492dd1ac291714ce5b8187a9ddfdf1aae6ed93969a636a38ae6f106894c1c3b23e72617a05a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:16:09
  Author: dvzrv
Revision: 780582

upgpkg: samplv1 0.9.19-1: Upgrade to 0.9.19.

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 18:15:49 UTC (rev 780581)
+++ PKGBUILD2020-12-20 18:16:09 UTC (rev 780582)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=samplv1
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 'liblo: for standalone application'
 'new-session-manager: for session management using the standalone 
application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('208cf7474e486abf04fdf58dc6afbbbdfc1624a116ef8d20faa913c22d84f81704738c6509db830fee4219471b528594e7936d93b8043d55caa7ef91c8bed6e9')
-b2sums=('e30b22529d9b67a1805f17a58c80af399b21f1dc1b52b4c33cf2cb6d37cdcf3ea36edb98cfc3ea9eea85b95703e29f55749b12dbb0dd95b796671c27542940b3')
+sha512sums=('8795fe99eef9987b39e9c3e268b1dae4044de1044cc306c1ee21cbd6bd94fe1db51316e5197d13e9ebee1aee2b64f017a192b5f386a37de8c945726b57d4a6a7')
+b2sums=('bad6e32b7a0a10917d8f3133bed9b1a04d031b272d70d9516492dd1ac291714ce5b8187a9ddfdf1aae6ed93969a636a38ae6f106894c1c3b23e72617a05a')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:11:53
  Author: dvzrv
Revision: 780572

archrelease: copy trunk to community-x86_64

Added:
  drumkv1/repos/community-x86_64/PKGBUILD
(from rev 780571, drumkv1/trunk/PKGBUILD)
Deleted:
  drumkv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:11:49 UTC (rev 780571)
+++ PKGBUILD2020-12-20 18:11:53 UTC (rev 780572)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=drumkv1
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=('x86_64')
-url="https://drumkv1.sourceforge.io/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application'
-'new-session-manager: for session management using the standalone 
application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('27ee4946e4e8553c57024b3cd855ae340e77369237ec5bf49bf7d44c6de774a78c3d015525f3ca47405384f9fb50036c1349042880f04cfbaed5ce78ea654a63')
-b2sums=('e8c618c66554b3ccaf1a19b468ae0188258bef70f5ddee056206d2ac27e9b44cb9634bc0a3e6425fe3529aecdfd0dd6b152a3d96acbad995f20732231071a13e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-x86_64/PKGBUILD (from rev 780571, 
drumkv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:11:53 UTC (rev 780572)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=drumkv1
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=('x86_64')
+url="https://drumkv1.sourceforge.io/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application'
+'new-session-manager: for session management using the standalone 
application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b10efe436c8f0505085b69715568804b105942d0b6db3136d43c9655540e31412ec3a3484b822b266af53edaea07605a1d451437be272998938958a473b47f26')
+b2sums=('83cd247364b56bf700292421c91890893217555adf4359eea2cad329336514e097ccb62dd086fc216b2eebb827f4d90caab0e7f07f482dfedbdfd64182753466')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:11:41
  Author: dvzrv
Revision: 780570

upgpkg: drumkv1 0.9.19-1: Upgrade to 0.9.19.

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 18:11:06 UTC (rev 780569)
+++ PKGBUILD2020-12-20 18:11:41 UTC (rev 780570)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=drumkv1
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 'liblo: for standalone application'
 'new-session-manager: for session management using the standalone 
application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('27ee4946e4e8553c57024b3cd855ae340e77369237ec5bf49bf7d44c6de774a78c3d015525f3ca47405384f9fb50036c1349042880f04cfbaed5ce78ea654a63')
-b2sums=('e8c618c66554b3ccaf1a19b468ae0188258bef70f5ddee056206d2ac27e9b44cb9634bc0a3e6425fe3529aecdfd0dd6b152a3d96acbad995f20732231071a13e')
+sha512sums=('b10efe436c8f0505085b69715568804b105942d0b6db3136d43c9655540e31412ec3a3484b822b266af53edaea07605a1d451437be272998938958a473b47f26')
+b2sums=('83cd247364b56bf700292421c91890893217555adf4359eea2cad329336514e097ccb62dd086fc216b2eebb827f4d90caab0e7f07f482dfedbdfd64182753466')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:04:43
  Author: dvzrv
Revision: 780563

archrelease: copy trunk to community-x86_64

Added:
  padthv1/repos/community-x86_64/PKGBUILD
(from rev 780562, padthv1/trunk/PKGBUILD)
Deleted:
  padthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:03:23 UTC (rev 780562)
+++ PKGBUILD2020-12-20 18:04:43 UTC (rev 780563)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=padthv1
-pkgver=0.9.19
-pkgrel=1
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application'
-'new-session-manager: for session management using the standalone 
application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c8862a3db0699b7f65d2d634bf35cc052f4a1c64efc2ea768a16701a78a99c49b3c6ec654bf595fea1ae2f8ba0138083734ed4e4fe193a40e836ce0cb3278d94')
-b2sums=('bfa3fc1590af4c11ad15674ad630727758db60e4464c2aff3aef5c11ff3200b90a468a5d556ad1f6efaa1bf49902ec2e61013ae8d18e18a6973ca97c35b42592')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libfftw3.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 780562, 
padthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:04:43 UTC (rev 780563)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+pkgname=padthv1
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application'
+'new-session-manager: for session management using the standalone 
application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c8862a3db0699b7f65d2d634bf35cc052f4a1c64efc2ea768a16701a78a99c49b3c6ec654bf595fea1ae2f8ba0138083734ed4e4fe193a40e836ce0cb3278d94')
+b2sums=('bfa3fc1590af4c11ad15674ad630727758db60e4464c2aff3aef5c11ff3200b90a468a5d556ad1f6efaa1bf49902ec2e61013ae8d18e18a6973ca97c35b42592')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libfftw3.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:03:23
  Author: dvzrv
Revision: 780562

archrelease: copy trunk to community-x86_64

Added:
  padthv1/repos/community-x86_64/PKGBUILD
(from rev 780561, padthv1/trunk/PKGBUILD)
Deleted:
  padthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:03:02 UTC (rev 780561)
+++ PKGBUILD2020-12-20 18:03:23 UTC (rev 780562)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=padthv1
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application'
-'new-session-manager: for session management using the standalone 
application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f9e4531a249ebf9085451999601095b3a5ddbc9dab9847b9b4e2d95519a2b4c2fddcd03a33070285188170d4497fc69d312877abd1c2eee90f21c72f828c88a5')
-b2sums=('47fc3e5f5fc91f102fb6e1fe3d2903c33a5b4c7265abd13ebe6de7beb796266e9d913e4c6c08ee9e5d0f98c28a55e6d8c7bee6b0f77fb3b9a8a2ccf6119fe74e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libfftw3.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 780561, 
padthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:03:23 UTC (rev 780562)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+pkgname=padthv1
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application'
+'new-session-manager: for session management using the standalone 
application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c8862a3db0699b7f65d2d634bf35cc052f4a1c64efc2ea768a16701a78a99c49b3c6ec654bf595fea1ae2f8ba0138083734ed4e4fe193a40e836ce0cb3278d94')
+b2sums=('bfa3fc1590af4c11ad15674ad630727758db60e4464c2aff3aef5c11ff3200b90a468a5d556ad1f6efaa1bf49902ec2e61013ae8d18e18a6973ca97c35b42592')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libfftw3.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 18:03:02
  Author: dvzrv
Revision: 780561

upgpkg: padthv1 0.9.19-1: Upgrade to 0.9.19.

Modified:
  padthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 18:02:29 UTC (rev 780560)
+++ PKGBUILD2020-12-20 18:03:02 UTC (rev 780561)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=padthv1
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc="An old-school polyphonic additive synthesizer"
 arch=('x86_64')
@@ -15,8 +15,8 @@
 'liblo: for standalone application'
 'new-session-manager: for session management using the standalone 
application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f9e4531a249ebf9085451999601095b3a5ddbc9dab9847b9b4e2d95519a2b4c2fddcd03a33070285188170d4497fc69d312877abd1c2eee90f21c72f828c88a5')
-b2sums=('47fc3e5f5fc91f102fb6e1fe3d2903c33a5b4c7265abd13ebe6de7beb796266e9d913e4c6c08ee9e5d0f98c28a55e6d8c7bee6b0f77fb3b9a8a2ccf6119fe74e')
+sha512sums=('c8862a3db0699b7f65d2d634bf35cc052f4a1c64efc2ea768a16701a78a99c49b3c6ec654bf595fea1ae2f8ba0138083734ed4e4fe193a40e836ce0cb3278d94')
+b2sums=('bfa3fc1590af4c11ad15674ad630727758db60e4464c2aff3aef5c11ff3200b90a468a5d556ad1f6efaa1bf49902ec2e61013ae8d18e18a6973ca97c35b42592')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 17:57:38
  Author: dvzrv
Revision: 780556

archrelease: copy trunk to community-x86_64

Added:
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 780555, synthv1/trunk/PKGBUILD)
Deleted:
  synthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 17:56:51 UTC (rev 780555)
+++ PKGBUILD2020-12-20 17:57:38 UTC (rev 780556)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=synthv1
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
-arch=('x86_64')
-url="https://synthv1.sourceforge.io/synthv1-index.html;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application'
-'new-session-manager: for session management using the standalone 
application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c766a8f930e3717ad94892c03738d7f11cf0d7558772a35e703f3d21e6e1e811537bf60c8d98de3fad2139497ec904a675eb84759045c8f87951f3dd6c6ddf60')
-b2sums=('a9067c6b8f89e72c662cbd7cd5ac2d73cfd22b820572ad2004a014d269352b39e48ac35910b0f832ebe77a2e3647764d85fff374aef768d9033e4d1ec30add99')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 780555, 
synthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 17:57:38 UTC (rev 780556)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=synthv1
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application'
+'new-session-manager: for session management using the standalone 
application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('65f5229e8f42dfbc6ea2b992b2e36a76fec24c11d3373a421e8f73df5889e0d6e186785110ab40099ef24e9ed08bc985b939613e1da0fdffb3b93c8f99eef449')
+b2sums=('c0a3b205ca000aed171a51fe7d558af9f3f22006d5bf2eaf7ff7493a074c838c0bcf07107b46c70c2ac86ac5ad95a7b62452a48c50391118769d9338769042d4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2020-12-20 Thread David Runge via arch-commits
Date: Sunday, December 20, 2020 @ 17:56:51
  Author: dvzrv
Revision: 780555

upgpkg: synthv1 0.9.19-1: Upgrade to 0.9.19.

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 17:25:21 UTC (rev 780554)
+++ PKGBUILD2020-12-20 17:56:51 UTC (rev 780555)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=synthv1
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 'liblo: for standalone application'
 'new-session-manager: for session management using the standalone 
application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c766a8f930e3717ad94892c03738d7f11cf0d7558772a35e703f3d21e6e1e811537bf60c8d98de3fad2139497ec904a675eb84759045c8f87951f3dd6c6ddf60')
-b2sums=('a9067c6b8f89e72c662cbd7cd5ac2d73cfd22b820572ad2004a014d269352b39e48ac35910b0f832ebe77a2e3647764d85fff374aef768d9033e4d1ec30add99')
+sha512sums=('65f5229e8f42dfbc6ea2b992b2e36a76fec24c11d3373a421e8f73df5889e0d6e186785110ab40099ef24e9ed08bc985b939613e1da0fdffb3b93c8f99eef449')
+b2sums=('c0a3b205ca000aed171a51fe7d558af9f3f22006d5bf2eaf7ff7493a074c838c0bcf07107b46c70c2ac86ac5ad95a7b62452a48c50391118769d9338769042d4')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-12-18 Thread David Runge via arch-commits
Date: Friday, December 18, 2020 @ 21:21:56
  Author: dvzrv
Revision: 779652

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2020-12-18 Thread David Runge via arch-commits
Date: Friday, December 18, 2020 @ 21:21:49
  Author: dvzrv
Revision: 779651

upgpkg: geonkick 2.6.0-1: Upgrade to 2.6.0.

Modified:
  geonkick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 21:19:29 UTC (rev 779650)
+++ PKGBUILD2020-12-18 21:21:49 UTC (rev 779651)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=geonkick
-pkgver=2.5.1
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="A free software percussion synthesizer"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 checkdepends=('lv2lint')
 optdepends=('jack: for standalone application')
 
source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('d893f1049d9865f4dde272ad98cb09f956691de34740b8a647b54a43ea9335af9003c80fcc14ee54a3c7f7663deef7566b1e00ec054477d44d1d7b5412a44395')
-b2sums=('2c739fd71ec5c5d18221375d547ff72eaadde42737c346c94a5d55ed6bced6f5907fc7262db5207f1cf658eac9ecaafab28c31ff620e302c357b9383b563a12c')
+sha512sums=('0a8eda8f1f785a5ab6f56b8883a7306f132a2e3bde42670c6031f05c37b6490baad249bc5d6bf314a8f7a5877bd5c58a0ba3a8c49569c0e1c7a6e8f550a709f9')
+b2sums=('8debd3553f3fffe628145807da89caec6e3cc5c9f0a29ae562c392b9c2e32d5c30ae3ae06b37779c85c158a35ea3e3662cad1c60e4c020923ed8e2d73b2ab89b')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"


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

2020-12-18 Thread David Runge via arch-commits
Date: Friday, December 18, 2020 @ 20:55:50
  Author: dvzrv
Revision: 779565

archrelease: copy trunk to community-x86_64

Added:
  redkite/repos/community-x86_64/PKGBUILD
(from rev 779564, redkite/trunk/PKGBUILD)
Deleted:
  redkite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-18 20:54:56 UTC (rev 779564)
+++ PKGBUILD2020-12-18 20:55:50 UTC (rev 779565)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=redkite
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A small free software and cross-platform GUI toolkit"
-arch=('x86_64')
-url="https://gitlab.com/iurie-sw/redkite;
-license=('GPL3')
-depends=('glibc' 'cairo')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/iurie-sw/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('4fc8a31b2a900b0e19452d57b53987725fba793839b4b0c0f3bb9be7b09db84858dd39f712ea75cf5599e72ac16b817656d32349f4b5bcae09a5a48c2cd4df26')
-b2sums=('3056046c9454726c7f65397658141fb282ecfeb9187a8a7b19cb73c9399f69bad8f551e4dc04c6f4247658900779d300d752c0befbe334c6835a3c173b799dd5')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install -C build
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: redkite/repos/community-x86_64/PKGBUILD (from rev 779564, 
redkite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-18 20:55:50 UTC (rev 779565)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+pkgname=redkite
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A small free software and cross-platform GUI toolkit"
+arch=('x86_64')
+url="https://gitlab.com/iurie-sw/redkite;
+license=('GPL3')
+depends=('glibc' 'cairo')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/iurie-sw/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('965d56256f21b235663d53a2b0881ae4a6c629edac037644952cfd0b42e4de4c494b3b9708a72c3207a2eeda780b0b0607d55bb9b1c016b418a1d0bc7396057f')
+b2sums=('82b67243ebb394bb9294aab66d0b2f52d9f4cab5720f3b4fb0e78319924d3f449ce9846e5ca45a4fb7629b0127361da549942ba2b281630ba5f2d8bc7b72a559')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-18 Thread David Runge via arch-commits
Date: Friday, December 18, 2020 @ 20:54:56
  Author: dvzrv
Revision: 779564

upgpkg: redkite 1.3.0-1: Upgrade to 1.3.0.

Modified:
  redkite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 20:53:42 UTC (rev 779563)
+++ PKGBUILD2020-12-18 20:54:56 UTC (rev 779564)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=redkite
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A small free software and cross-platform GUI toolkit"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 depends=('glibc' 'cairo')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/iurie-sw/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('4fc8a31b2a900b0e19452d57b53987725fba793839b4b0c0f3bb9be7b09db84858dd39f712ea75cf5599e72ac16b817656d32349f4b5bcae09a5a48c2cd4df26')
-b2sums=('3056046c9454726c7f65397658141fb282ecfeb9187a8a7b19cb73c9399f69bad8f551e4dc04c6f4247658900779d300d752c0befbe334c6835a3c173b799dd5')
+sha512sums=('965d56256f21b235663d53a2b0881ae4a6c629edac037644952cfd0b42e4de4c494b3b9708a72c3207a2eeda780b0b0607d55bb9b1c016b418a1d0bc7396057f')
+b2sums=('82b67243ebb394bb9294aab66d0b2f52d9f4cab5720f3b4fb0e78319924d3f449ce9846e5ca45a4fb7629b0127361da549942ba2b281630ba5f2d8bc7b72a559')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"


[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

2020-12-18 Thread David Runge via arch-commits
Date: Friday, December 18, 2020 @ 11:02:31
  Author: dvzrv
Revision: 778481

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
(from rev 778480, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-18 11:01:58 UTC (rev 778480)
+++ PKGBUILD2020-12-18 11:02:31 UTC (rev 778481)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge 
-
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=10.0.3
-pkgrel=1
-# epoch needed, because of fake semver:
-# https://github.com/nextcloud/spreed/issues/1685
-epoch=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed;
-license=('AGPL3')
-depends=('nextcloud')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d7756c8cf9a96cf4061f836748d26f6cb2fad92c073f9ecd4cc512a6ad78303d49e6dcdbac9fa29caa9ae583de655b07be1ccfd8cfc617f93652ecfea93cd911')
-b2sums=('827c7679a304632713d3434be53ae97a286417c57c633fdc352f980f610b9b26400410d5818782633bf355ff217b684a3022ceb2e13ad3feb62ff7ef2f88957b')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 778480, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-18 11:02:31 UTC (rev 778481)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=10.1.0
+pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed;
+license=('AGPL3')
+depends=('nextcloud')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('b74a6c5e9284cb5bba0225d145c29d7b3faeccbc36853ec819b916aa03bfd95df661aa35631b0db81b4ddcbbd485046abe8624e1169e4a19a8c5c8e4f954c864')
+b2sums=('2859ff0cb7272cad7b4b78c6c39ce4105176fde2dfdbc695c3e8b3767f9f49af98a3088f110026196edcbc5ac76a0a6b6ae9b9e21077d289a4044ef30fbc6b74')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


[arch-commits] Commit in nextcloud-app-spreed/trunk (PKGBUILD)

2020-12-18 Thread David Runge via arch-commits
Date: Friday, December 18, 2020 @ 11:01:58
  Author: dvzrv
Revision: 778480

upgpkg: nextcloud-app-spreed 1:10.1.0-1: Upgrade 10.1.0.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 11:01:09 UTC (rev 778479)
+++ PKGBUILD2020-12-18 11:01:58 UTC (rev 778480)
@@ -2,7 +2,7 @@
 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=10.0.3
+pkgver=10.1.0
 pkgrel=1
 # epoch needed, because of fake semver:
 # https://github.com/nextcloud/spreed/issues/1685
@@ -13,8 +13,8 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d7756c8cf9a96cf4061f836748d26f6cb2fad92c073f9ecd4cc512a6ad78303d49e6dcdbac9fa29caa9ae583de655b07be1ccfd8cfc617f93652ecfea93cd911')
-b2sums=('827c7679a304632713d3434be53ae97a286417c57c633fdc352f980f610b9b26400410d5818782633bf355ff217b684a3022ceb2e13ad3feb62ff7ef2f88957b')
+sha512sums=('b74a6c5e9284cb5bba0225d145c29d7b3faeccbc36853ec819b916aa03bfd95df661aa35631b0db81b4ddcbbd485046abe8624e1169e4a19a8c5c8e4f954c864')
+b2sums=('2859ff0cb7272cad7b4b78c6c39ce4105176fde2dfdbc695c3e8b3767f9f49af98a3088f110026196edcbc5ac76a0a6b6ae9b9e21077d289a4044ef30fbc6b74')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:15:46
  Author: dvzrv
Revision: 777988

archrelease: copy trunk to community-x86_64

Added:
  qxgedit/repos/community-x86_64/PKGBUILD
(from rev 777987, qxgedit/trunk/PKGBUILD)
Deleted:
  qxgedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 20:15:13 UTC (rev 777987)
+++ PKGBUILD2020-12-17 20:15:46 UTC (rev 777988)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=qxgedit
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
-arch=('x86_64')
-url="https://qxgedit.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('128657c92b207b13cd93eebdddb976322005d84d79068aefe43a26fcd48c59427888f9f2c1ef763fa562941375565defb3aa89ac8c872171d72e3d63bd51f061')
-b2sums=('ffd889378515edc1aa7fc3149d0a63698994e2a32c13ea7ea571ed450370134bc51e0bc9556e2c18178fc01a757d0e416c79432f2585b4eec417a3a25bc8e93b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libasound.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qxgedit/repos/community-x86_64/PKGBUILD (from rev 777987, 
qxgedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 20:15:46 UTC (rev 777988)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+pkgname=qxgedit
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
+arch=('x86_64')
+url="https://qxgedit.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7b7134bb6a6afe2c20d6e2b47933811e598a1f38df569a3c02888349ef7f0d6286cb62f32b5017e6477aef63a786d69aa3373f55586e6a6d667a606598256971')
+b2sums=('181499a41357bac418a0a1bf744ef6f22212addefd4599703e6ba8fdd74086e88129696d47d1092d695f5a46a10a58492da8ffe10e100a80fc45dc370c83f980')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so')
+  cd "$pkgname-$pkgver"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:15:09
  Author: dvzrv
Revision: 777986

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
(from rev 777985, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
(from rev 777985, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-+
 PKGBUILD|  260 +-
 mounts.conf |6 -
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 20:15:02 UTC (rev 777985)
+++ PKGBUILD2020-12-17 20:15:09 UTC (rev 777986)
@@ -1,130 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=containers-common
-pkgver=0.31.0
-_image_pkgver=5.9.0
-_podman_pkgver=2.2.1
-_skopeo_pkgver=1.2.0
-_storage_pkgver=1.24.3
-pkgrel=3
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers;
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz;
-
"image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz;
-
"podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz;
-
"skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz;
-
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
-'mounts.conf'
-)
-sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
-
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
-
'4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367'
-
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
-
'3f497adbb1767d72cf299b2462298f972e5d360cbfd8933cf2cf92d0913801a68dabb4df64349115672f077d883cfd84e98138c4d70336179b6db9fb5ca6211b'
-
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
-
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
-
'4e86903fc8fb51b9b1aa2b46704c1828b4ea11b738eccf198260c678b175e0a8699120e0280a2803f7898c9b28040a75d489ccd09ebd9c1f45d10a86e2a26c8f'
-
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
-
'62fc3bd375630bb2e69c2175dfb32fc18c3522bc1285b6fcef91d85f8b2c677a1c07bba2e264f3c12f750c2aeeef598f7bbabb05c69f7418de27aa830bd05b03'
-
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-cd "storage-${_storage_pkgver}"
-sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-cd "common-${pkgver}/docs"
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "image-${_image_pkgver}/docs"
-mkdir -vp man5
-mv -v *.5.md man5/
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-done
-for _man_page in man5/*.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "podman-${_podman_pkgver}"
-go-md2man -in docs/source/markdown/containers-mounts.conf.5.md \
-  -out containers-mounts.conf.5
-go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-  -out oci-hooks.5
-  )
-  (
-cd "storage-${_storage_pkgver}"
-make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  

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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:15:00
  Author: dvzrv
Revision: 777984

upgpkg: containers-common 0.31.1-1: Upgrade t 0.31.1.

Modified:
  containers-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 20:14:42 UTC (rev 777983)
+++ PKGBUILD2020-12-17 20:15:00 UTC (rev 777984)
@@ -1,12 +1,12 @@
 # Maintainer: David Runge 
 
 pkgname=containers-common
-pkgver=0.31.0
+pkgver=0.31.1
 _image_pkgver=5.9.0
 _podman_pkgver=2.2.1
 _skopeo_pkgver=1.2.0
 _storage_pkgver=1.24.3
-pkgrel=3
+pkgrel=1
 pkgdesc="Configuration files and manpages for containers"
 arch=('any')
 url="https://github.com/containers;
@@ -29,13 +29,13 @@
 
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
 'mounts.conf'
 )
-sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
+sha512sums=('b5a31ccc7e719beea794d652703009ae76f1c270ecdc0938e91c72b1b015f85d60b94c4c07590735042bb5b17fbdd9c38e58dd0e14a9547661f0b1462c883bcb'
 
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
 
'4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367'
 
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
 
'3f497adbb1767d72cf299b2462298f972e5d360cbfd8933cf2cf92d0913801a68dabb4df64349115672f077d883cfd84e98138c4d70336179b6db9fb5ca6211b'
 
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
+b2sums=('776ca6804a6928ce0940570cd05cc375d36da50c48354956d60767c4344c7b495c39436993d616f871ff5141e45986cefcc8915a05d8516d549faeb84b75f4bb'
 
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
 
'4e86903fc8fb51b9b1aa2b46704c1828b4ea11b738eccf198260c678b175e0a8699120e0280a2803f7898c9b28040a75d489ccd09ebd9c1f45d10a86e2a26c8f'
 
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:14:42
  Author: dvzrv
Revision: 777983

upgpkg: qxgedit 0.9.0-1: Upgrade to 0.9.0.

Switch to cmake as build system.

Modified:
  qxgedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 20:14:15 UTC (rev 777982)
+++ PKGBUILD2020-12-17 20:14:42 UTC (rev 777983)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=qxgedit
-pkgver=0.6.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
 arch=('x86_64')
@@ -9,26 +9,25 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'qt5-tools')
+makedepends=('alsa-lib' 'cmake' 'qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('128657c92b207b13cd93eebdddb976322005d84d79068aefe43a26fcd48c59427888f9f2c1ef763fa562941375565defb3aa89ac8c872171d72e3d63bd51f061')
-b2sums=('ffd889378515edc1aa7fc3149d0a63698994e2a32c13ea7ea571ed450370134bc51e0bc9556e2c18178fc01a757d0e416c79432f2585b4eec417a3a25bc8e93b')
+sha512sums=('7b7134bb6a6afe2c20d6e2b47933811e598a1f38df569a3c02888349ef7f0d6286cb62f32b5017e6477aef63a786d69aa3373f55586e6a6d667a606598256971')
+b2sums=('181499a41357bac418a0a1bf744ef6f22212addefd4599703e6ba8fdd74086e88129696d47d1092d695f5a46a10a58492da8ffe10e100a80fc45dc370c83f980')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
   depends+=('libasound.so')
   cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
   install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:12:54
  Author: dvzrv
Revision: 777978

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/PKGBUILD
(from rev 777977, qsampler/trunk/PKGBUILD)
Deleted:
  qsampler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 20:12:46 UTC (rev 777977)
+++ PKGBUILD2020-12-17 20:12:54 UTC (rev 777978)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Martin C. Doege 
-# Contributor: Ray Rashif 
-# Contributor: Shinlun Hsieh 
-
-pkgname=qsampler
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'linuxsampler' 'qt5-base')
-makedepends=('libgig' 'liblscp' 'qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('55fe16d5cfe0245cfedb228d448235997160471343191cf204347bb13c260be747a06fce2344b36a60c5877f89b32b0f4ac4861ed8a3d555d4cc798f21f5e1ae')
-b2sums=('a4ef67014578b4eb7b6f6e7b5da94b04253a40bed0cc413acfde62f4660d2e1d3485d301637d1871e7f20dcdac34ea81511738a4455f8690f40460d7ea4db72b')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libgig.so' 'liblscp.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 777977, 
qsampler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 20:12:54 UTC (rev 777978)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: Martin C. Doege 
+# Contributor: Ray Rashif 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qsampler
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'linuxsampler' 'qt5-base')
+makedepends=('cmake' 'libgig' 'liblscp' 'qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('bc813fac9ff64604dd038764a69d9257e1b1873729f7e3a8a8130ed656325bddf173f2d851dbb218fc165176df5c3732c716985c852af95f25bbb594112a47d4')
+b2sums=('c607f8556aa6c7f2e92e0252f27c74df607b816727ae52095ef671e8cd21dbb1ae740ead8ba232838bc354426db9778e30f639f68230c3be2ee8618f6b8951b0')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libgig.so' 'liblscp.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:12:46
  Author: dvzrv
Revision: 777977

upgpkg: qsampler 0.9.0-1: Upgrade to 0.9.0.

Switch to cmake as build system.

Modified:
  qsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 20:12:39 UTC (rev 777976)
+++ PKGBUILD2020-12-17 20:12:46 UTC (rev 777977)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=qsampler
-pkgver=0.6.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
@@ -12,26 +12,25 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'linuxsampler' 'qt5-base')
-makedepends=('libgig' 'liblscp' 'qt5-tools')
+makedepends=('cmake' 'libgig' 'liblscp' 'qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('55fe16d5cfe0245cfedb228d448235997160471343191cf204347bb13c260be747a06fce2344b36a60c5877f89b32b0f4ac4861ed8a3d555d4cc798f21f5e1ae')
-b2sums=('a4ef67014578b4eb7b6f6e7b5da94b04253a40bed0cc413acfde62f4660d2e1d3485d301637d1871e7f20dcdac34ea81511738a4455f8690f40460d7ea4db72b')
+sha512sums=('bc813fac9ff64604dd038764a69d9257e1b1873729f7e3a8a8130ed656325bddf173f2d851dbb218fc165176df5c3732c716985c852af95f25bbb594112a47d4')
+b2sums=('c607f8556aa6c7f2e92e0252f27c74df607b816727ae52095ef671e8cd21dbb1ae740ead8ba232838bc354426db9778e30f639f68230c3be2ee8618f6b8951b0')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
   depends+=('libgig.so' 'liblscp.so')
   cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
   install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:12:39
  Author: dvzrv
Revision: 777976

archrelease: copy trunk to community-x86_64

Added:
  qsynth/repos/community-x86_64/PKGBUILD
(from rev 777975, qsynth/trunk/PKGBUILD)
Deleted:
  qsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 20:12:31 UTC (rev 777975)
+++ PKGBUILD2020-12-17 20:12:39 UTC (rev 777976)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=qsynth
-pkgver=0.6.3
-pkgrel=2
-pkgdesc="Qt GUI for FluidSynth"
-arch=('x86_64')
-url="https://qsynth.sourceforge.io/;
-license=('GPL')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'fluidsynth' 'qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7320a355b5fbb347b04b46fdfe86c13ab18b264cff09f2ed133e2b065febac27e58bd709eea284b4d0f98034059647ad6e9b97638fdd75edb1524fd3cf9f07a2')
-b2sums=('37565c86b077602cd681b92aaea20d4aa07db1c4cf51d391562b5226ddde70dad0a3f641f0fcf54f35c6bb1a9e487a779c22237b0c8087666b7a2c1dea8a511e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libfluidsynth.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}

Copied: qsynth/repos/community-x86_64/PKGBUILD (from rev 777975, 
qsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 20:12:39 UTC (rev 777976)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('x86_64')
+url="https://qsynth.sourceforge.io/;
+license=('GPL')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('cmake' 'fluidsynth' 'qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5cc0e099cd05f3639ded81642bde80205c8921b65d22dcb32d40ac874107043edeb672e69d7e4734e0fd37a498be2e5b787f0b8c1707be45e39cfab616fd522c')
+b2sums=('d9464a2f122d7281ff69171c431fff72d05886ec130d20aae8d8f122e1cefd1180b8bcdc157f324c5cdbc7e2c524c82a9cc7f481efc8b69912ce61912e73ed58')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libfluidsynth.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:12:31
  Author: dvzrv
Revision: 777975

upgpkg: qsynth 0.9.0-1: Upgrade to 0.9.0.

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 20:11:57 UTC (rev 777974)
+++ PKGBUILD2020-12-17 20:12:31 UTC (rev 777975)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=qsynth
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Qt GUI for FluidSynth"
 arch=('x86_64')
 url="https://qsynth.sourceforge.io/;
@@ -13,8 +13,8 @@
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
 makedepends=('cmake' 'fluidsynth' 'qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7320a355b5fbb347b04b46fdfe86c13ab18b264cff09f2ed133e2b065febac27e58bd709eea284b4d0f98034059647ad6e9b97638fdd75edb1524fd3cf9f07a2')
-b2sums=('37565c86b077602cd681b92aaea20d4aa07db1c4cf51d391562b5226ddde70dad0a3f641f0fcf54f35c6bb1a9e487a779c22237b0c8087666b7a2c1dea8a511e')
+sha512sums=('5cc0e099cd05f3639ded81642bde80205c8921b65d22dcb32d40ac874107043edeb672e69d7e4734e0fd37a498be2e5b787f0b8c1707be45e39cfab616fd522c')
+b2sums=('d9464a2f122d7281ff69171c431fff72d05886ec130d20aae8d8f122e1cefd1180b8bcdc157f324c5cdbc7e2c524c82a9cc7f481efc8b69912ce61912e73ed58')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:01:36
  Author: dvzrv
Revision: 777956

archrelease: copy trunk to community-x86_64

Added:
  qmidictl/repos/community-x86_64/PKGBUILD
(from rev 777955, qmidictl/trunk/PKGBUILD)
Deleted:
  qmidictl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 20:01:30 UTC (rev 777955)
+++ PKGBUILD2020-12-17 20:01:36 UTC (rev 777956)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=qmidictl
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
-arch=('x86_64')
-url="https://qmidictl.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('8414a5d9498cfd4cf9310a2ddfd5bee04cf8bacea2285247ccaf4a62ae37e7d89cb45d025b1fbf742bdaa15bade06464a20b026d0351a6f94edae70cd74a2e48')
-b2sums=('4f6a9e32dd397af219c6f99bb88e5ccee28e0722a872d330c3173acbe881089b0e67447f437787a1772b93ada1592730abf9b668c4b7eef02d52566b7dc9d860')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 777955, 
qmidictl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 20:01:36 UTC (rev 777956)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+
+pkgname=qmidictl
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
+arch=('x86_64')
+url="https://qmidictl.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('cmake' 'qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d593cbec08cbf7c773ee43e2b4493cf6c3b52f59a3e9ae8a09931b8df7433630e76477a3574262a2438212c222ab9f7d02d069126ccfa68bb14537907f6d949b')
+b2sums=('47114419ec3940849fcd03c788b8565964e5d47716dd642036b6146db949f6fde156b110a92434a62a55923b08c6a99739e1cd452d362ed6a2c1b45d0ff62e39')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:01:28
  Author: dvzrv
Revision: 777954

upgpkg: qmidictl 0.9.0-1: Upgrade to 0.9.0.

Switch to cmake as build system.

Modified:
  qmidictl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 20:01:23 UTC (rev 777953)
+++ PKGBUILD2020-12-17 20:01:28 UTC (rev 777954)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=qmidictl
-pkgver=0.6.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
 arch=('x86_64')
@@ -9,25 +9,24 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
+makedepends=('cmake' 'qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('8414a5d9498cfd4cf9310a2ddfd5bee04cf8bacea2285247ccaf4a62ae37e7d89cb45d025b1fbf742bdaa15bade06464a20b026d0351a6f94edae70cd74a2e48')
-b2sums=('4f6a9e32dd397af219c6f99bb88e5ccee28e0722a872d330c3173acbe881089b0e67447f437787a1772b93ada1592730abf9b668c4b7eef02d52566b7dc9d860')
+sha512sums=('d593cbec08cbf7c773ee43e2b4493cf6c3b52f59a3e9ae8a09931b8df7433630e76477a3574262a2438212c222ab9f7d02d069126ccfa68bb14537907f6d949b')
+b2sums=('47114419ec3940849fcd03c788b8565964e5d47716dd642036b6146db949f6fde156b110a92434a62a55923b08c6a99739e1cd452d362ed6a2c1b45d0ff62e39')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
   cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
   install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:01:23
  Author: dvzrv
Revision: 777953

archrelease: copy trunk to community-x86_64

Added:
  qmidinet/repos/community-x86_64/PKGBUILD
(from rev 777952, qmidinet/trunk/PKGBUILD)
Deleted:
  qmidinet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 20:01:20 UTC (rev 777952)
+++ PKGBUILD2020-12-17 20:01:23 UTC (rev 777953)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=qmidinet
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
-arch=('x86_64')
-url="https://qmidinet.sourceforge.io;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'qt5-tools')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a622ed5d4d6727ad2637e42152190ebe1eb334d3d17f99aa99cae096782549bf03d7ae39e57e7e762c999ee5857207e82ac27f6cbdf9653947f1db1ece5a411e')
-b2sums=('5a816e038ad72fdb64a1dbf88c32fba0323a90dcc6f70f33990d34b27f88305c76077ca7ef0e911d3ee08150e97a3ce712a2f4d66fb8553ad650194e85808b70')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libjack.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}

Copied: qmidinet/repos/community-x86_64/PKGBUILD (from rev 777952, 
qmidinet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 20:01:23 UTC (rev 777953)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+pkgname=qmidinet
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
+arch=('x86_64')
+url="https://qmidinet.sourceforge.io;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f768a9f9e08e9cf34fc7998a941ff8c15576921c86882e5551a6ad8572fbacea708b718cb2509240bda9a80cd9f52403a5e952062562cab9be32e157c5c65ef5')
+b2sums=('0d8e3d756c394e77725498e7a0398657091cc5d63c167d4695b76af14980c758eb5692c8443ccce09ba552cacde708fbebf5bb6cbe531153cb075845c608b8e2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so' 'libjack.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 20:00:48
  Author: dvzrv
Revision: 777951

upgpkg: qmidinet 0.9.0-1: Upgrade to 0.9.0.

Switch to cmake as build system.

Modified:
  qmidinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 20:00:23 UTC (rev 777950)
+++ PKGBUILD2020-12-17 20:00:48 UTC (rev 777951)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=qmidinet
-pkgver=0.6.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
 arch=('x86_64')
@@ -9,26 +9,25 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'qt5-tools')
+makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a622ed5d4d6727ad2637e42152190ebe1eb334d3d17f99aa99cae096782549bf03d7ae39e57e7e762c999ee5857207e82ac27f6cbdf9653947f1db1ece5a411e')
-b2sums=('5a816e038ad72fdb64a1dbf88c32fba0323a90dcc6f70f33990d34b27f88305c76077ca7ef0e911d3ee08150e97a3ce712a2f4d66fb8553ad650194e85808b70')
+sha512sums=('f768a9f9e08e9cf34fc7998a941ff8c15576921c86882e5551a6ad8572fbacea708b718cb2509240bda9a80cd9f52403a5e952062562cab9be32e157c5c65ef5')
+b2sums=('0d8e3d756c394e77725498e7a0398657091cc5d63c167d4695b76af14980c758eb5692c8443ccce09ba552cacde708fbebf5bb6cbe531153cb075845c608b8e2')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
   depends+=('libasound.so' 'libjack.so')
   cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 {AUTHORS,ChangeLog,README,TODO}
 }


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 19:45:56
  Author: dvzrv
Revision: 777917

archrelease: copy trunk to community-x86_64

Added:
  qjackctl/repos/community-x86_64/PKGBUILD
(from rev 777916, qjackctl/trunk/PKGBUILD)
Deleted:
  qjackctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 19:45:49 UTC (rev 777916)
+++ PKGBUILD2020-12-17 19:45:56 UTC (rev 777917)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Tobias Kieslich 
-
-pkgname=qjackctl
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="https://qjackctl.sourceforge.io;
-arch=('x86_64')
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'qt5-tools' 'portaudio')
-optdepends=('portaudio: Portaudio support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('72a9218b3b8a6b72470656e774f5cfbfe6670059e9f1a85a394345f4689c5d5c05af23b5e37d5f8dfc6159e591f64249006936069dde1632ef9d74b6f8355e0b')
-b2sums=('98d80d0fea3db359b732fad14711352ba688e605b7225daad64d7df1dabf1d19e24b4d643581f1936afa0df0c84350cf5727686246bd8a850e09da969a228e44')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libjack.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}

Copied: qjackctl/repos/community-x86_64/PKGBUILD (from rev 777916, 
qjackctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 19:45:56 UTC (rev 777917)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io;
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools' 'portaudio')
+optdepends=('portaudio: Portaudio support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5aa6f3e86b6a5c528daa5fdb71b5400d5882fea6569d585a86bb6b9fa66b62699472fd82999a6f4eb1a375c70e684a20214240c1fc3b44239c22d182e3ae1b1c')
+b2sums=('3be89091b6efb34d2dffee92fdfda5dabadc8b6e9f9a248cc5cd60df423482dc65342e9758a98f34c5c01bfba74eac64039e3ec2de157df0e03f8bf09a7a14fc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so' 'libjack.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 19:45:49
  Author: dvzrv
Revision: 777916

upgpkg: qjackctl 0.9.0-1: Upgrade to 0.9.0.

Switch to cmake as build system.

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 19:45:35 UTC (rev 777915)
+++ PKGBUILD2020-12-17 19:45:49 UTC (rev 777916)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=qjackctl
-pkgver=0.6.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="https://qjackctl.sourceforge.io;
@@ -11,27 +11,26 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'qt5-tools' 'portaudio')
+makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools' 'portaudio')
 optdepends=('portaudio: Portaudio support')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('72a9218b3b8a6b72470656e774f5cfbfe6670059e9f1a85a394345f4689c5d5c05af23b5e37d5f8dfc6159e591f64249006936069dde1632ef9d74b6f8355e0b')
-b2sums=('98d80d0fea3db359b732fad14711352ba688e605b7225daad64d7df1dabf1d19e24b4d643581f1936afa0df0c84350cf5727686246bd8a850e09da969a228e44')
+sha512sums=('5aa6f3e86b6a5c528daa5fdb71b5400d5882fea6569d585a86bb6b9fa66b62699472fd82999a6f4eb1a375c70e684a20214240c1fc3b44239c22d182e3ae1b1c')
+b2sums=('3be89091b6efb34d2dffee92fdfda5dabadc8b6e9f9a248cc5cd60df423482dc65342e9758a98f34c5c01bfba74eac64039e3ec2de157df0e03f8bf09a7a14fc')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
   depends+=('libasound.so' 'libjack.so')
   cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
 }


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 17:01:01
  Author: dvzrv
Revision: 24

upgpkg: picard 2.5.5-1: Upgrade to 2.5.5.

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 17:00:26 UTC (rev 23)
+++ PKGBUILD2020-12-17 17:01:01 UTC (rev 24)
@@ -4,7 +4,7 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.5.4
+pkgver=2.5.5
 pkgrel=1
 pkgdesc="Official MusicBrainz tagger"
 url="https://github.com/metabrainz/picard;
@@ -18,9 +18,9 @@
 'qt5-multimedia: media player toolbar'
 'qt5-translations: full UI translation')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f4d95a016fda0f4f29c5369c4b9690947701922fa5c8994bca1ae456e8aa6f8d0e2167475270ab96b75a79883cbdc6d9b13d9b53c13bb248552d583db20261f2'
+sha512sums=('fb321288c6e4eefded3e33c2ff6b66ecc75ebe9b3bffe5a62464ebe035b9f4c51a46421781406c5c6b78005b7dc85fb192b2ccb335733b33605b02d4c92f'
 'SKIP')
-b2sums=('22f186d40e92f982cd553d2beda8fbd43002015349d8e862bb7fd4c233fdb5b5a341bd892a0f6faa2a7bfcad1c280739a2968fb5d327f01174a2286c68502dbe'
+b2sums=('02dbb5cceffee8c23e8749e5a435ee4fb7966e1687ea7134bc424d62ab4be1043b293a1d13ea94fa7822a2a0f0178fd0da093f21991a4ca23fd56020f951df42'
 'SKIP')
 # NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
 validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 17:01:08
  Author: dvzrv
Revision: 25

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 24, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 17:01:01 UTC (rev 24)
+++ PKGBUILD2020-12-17 17:01:08 UTC (rev 25)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="Official MusicBrainz tagger"
-url="https://github.com/metabrainz/picard;
-license=('GPL2')
-arch=('x86_64')
-depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
-'python-markdown' 'python-mutagen' 'python-pyqt5')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-optdepends=('chromaprint: fingerprinting'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f4d95a016fda0f4f29c5369c4b9690947701922fa5c8994bca1ae456e8aa6f8d0e2167475270ab96b75a79883cbdc6d9b13d9b53c13bb248552d583db20261f2'
-'SKIP')
-b2sums=('22f186d40e92f982cd553d2beda8fbd43002015349d8e862bb7fd4c233fdb5b5a341bd892a0f6faa2a7bfcad1c280739a2968fb5d327f01174a2286c68502dbe'
-'SKIP')
-# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
-validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --disable-autoupdate \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 24, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 17:01:08 UTC (rev 25)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.5.5
+pkgrel=1
+pkgdesc="Official MusicBrainz tagger"
+url="https://github.com/metabrainz/picard;
+license=('GPL2')
+arch=('x86_64')
+depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
+'python-markdown' 'python-mutagen' 'python-pyqt5')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+optdepends=('chromaprint: fingerprinting'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('fb321288c6e4eefded3e33c2ff6b66ecc75ebe9b3bffe5a62464ebe035b9f4c51a46421781406c5c6b78005b7dc85fb192b2ccb335733b33605b02d4c92f'
+'SKIP')
+b2sums=('02dbb5cceffee8c23e8749e5a435ee4fb7966e1687ea7134bc424d62ab4be1043b293a1d13ea94fa7822a2a0f0178fd0da093f21991a4ca23fd56020f951df42'
+'SKIP')
+# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
+validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --disable-autoupdate \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 16:39:50
  Author: dvzrv
Revision: 777673

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 16:39:23 UTC (rev 777672)
+++ PKGBUILD2020-12-17 16:39:50 UTC (rev 777673)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-_name=micawber
-pkgname=python-micawber
-pkgver=0.5.1
-pkgrel=5
-pkgdesc="A small library for extracting rich content from urls."
-arch=('any')
-url="https://github.com/coleifer/micawber;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-django')
-optdepends=('python-django: django support'
-'python-flask: flask support'
-'python-redis: redis caching support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('309546cc90e7ec4d4a5839f79bff43684ceed4cc7a682ac40d7f09841c89b64631d9667893edd70fd16f0cdb718d05cc5567482bf368da9164615248e5d4e379')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build/lib:${PYTHONPATH}"
-  python setup.py test
-}
-
-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 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-micawber/repos/community-any/PKGBUILD (from rev 777672, 
python-micawber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 16:39:50 UTC (rev 777673)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=micawber
+pkgname=python-micawber
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="A small library for extracting rich content from urls."
+arch=('any')
+url="https://github.com/coleifer/micawber;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-django')
+optdepends=('python-django: django support'
+'python-flask: flask support'
+'python-redis: redis caching support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('d32752c73cff9a12947f18d1b2359b272a7fb31bb1d757e02c484a212a5d130feb1e79f08cf7574518263e75f8552d05812071b326326b530975ef4d706ccc73')
+b2sums=('53b10f45074d766613f1ed2dba4d6ad7836f0904ce61fc22ca52ef68ec80b03d276e2629f4a3b779ad3e880f2638f10a4106983b47ad5bb3bbe3dc5f78b4409d')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build/lib:${PYTHONPATH}"
+  python runtests.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-17 Thread David Runge via arch-commits
Date: Thursday, December 17, 2020 @ 16:39:21
  Author: dvzrv
Revision: 777671

upgpkg: python-micawber 0.5.2-1: Upgrade to 0.5.2.

Modified:
  python-micawber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 16:39:13 UTC (rev 777670)
+++ PKGBUILD2020-12-17 16:39:21 UTC (rev 777671)
@@ -1,8 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 _name=micawber
 pkgname=python-micawber
-pkgver=0.5.1
-pkgrel=5
+pkgver=0.5.2
+pkgrel=1
 pkgdesc="A small library for extracting rich content from urls."
 arch=('any')
 url="https://github.com/coleifer/micawber;
@@ -14,11 +15,11 @@
 'python-flask: flask support'
 'python-redis: redis caching support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('309546cc90e7ec4d4a5839f79bff43684ceed4cc7a682ac40d7f09841c89b64631d9667893edd70fd16f0cdb718d05cc5567482bf368da9164615248e5d4e379')
+sha512sums=('d32752c73cff9a12947f18d1b2359b272a7fb31bb1d757e02c484a212a5d130feb1e79f08cf7574518263e75f8552d05812071b326326b530975ef4d706ccc73')
+b2sums=('53b10f45074d766613f1ed2dba4d6ad7836f0904ce61fc22ca52ef68ec80b03d276e2629f4a3b779ad3e880f2638f10a4106983b47ad5bb3bbe3dc5f78b4409d')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
 }
 
 build() {
@@ -29,15 +30,14 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build/lib:${PYTHONPATH}"
-  python setup.py test
+  python runtests.py
 }
 
 package() {
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
+  --optimize=1 \
+  --root="${pkgdir}"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-12-16 Thread David Runge via arch-commits
Date: Wednesday, December 16, 2020 @ 15:36:23
  Author: dvzrv
Revision: 776756

archrelease: copy trunk to community-x86_64

Added:
  abletonlink/repos/community-x86_64/PKGBUILD
(from rev 776755, abletonlink/trunk/PKGBUILD)
  abletonlink/repos/community-x86_64/abletonlink-3.0.2-cmake_system_paths.patch
(from rev 776755, 
abletonlink/trunk/abletonlink-3.0.2-cmake_system_paths.patch)
  abletonlink/repos/community-x86_64/abletonlink-3.0.2-use_system_libs.patch
(from rev 776755, abletonlink/trunk/abletonlink-3.0.2-use_system_libs.patch)
Deleted:
  abletonlink/repos/community-x86_64/PKGBUILD
  abletonlink/repos/community-x86_64/abletonlink-3.0.2-cmake_system_paths.patch
  abletonlink/repos/community-x86_64/abletonlink-3.0.2-use_system_libs.patch

+
 PKGBUILD   |  157 +--
 abletonlink-3.0.2-cmake_system_paths.patch |   38 +++---
 abletonlink-3.0.2-use_system_libs.patch|   54 -
 3 files changed, 126 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:34:57 UTC (rev 776755)
+++ PKGBUILD2020-12-16 15:36:23 UTC (rev 776756)
@@ -1,77 +0,0 @@
-# Maintainer: David Runge 
-
-_name=link
-pkgname=abletonlink
-pkgver=3.0.2
-pkgrel=3
-pkgdesc="Synchronizes musical beat, tempo, and phase across multiple 
applications"
-arch=('x86_64')
-url="https://github.com/ableton/link;
-license=('GPL2')
-depends=('asio')
-# TODO: remove replaces on 2020-09-22
-replaces=('link')
-makedepends=('catch2' 'cmake' 'portaudio' 'qt5-tools' 'qt5-quickcontrols')
-optdepends=('jack: for JACK examples'
-'portaudio: for portaudio based examples'
-'qt5-quickcontrols: for Qt examples')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ableton/${_name}/archive/Link-${pkgver}.tar.gz;
-"${pkgname}-3.0.2-cmake_system_paths.patch"
-"${pkgname}-3.0.2-use_system_libs.patch")
-sha512sums=('7ee81721272fe758f59889bd5c3cef4fae14189fda7113b46f71128d5ca2bed280dc2271a23ec522d49cd21653aef1b58aa8c68b50e323e0dfa46d15c95e'
-
'8ccd3cc531b64fc91d1b5ba8c1de2a0f6aa52399e1ad5b971cf68b503aa471accb71834e8157b9c4b7a86a346d882f5408e7b99ba890a0baaf2cef21545424e9'
-
'4683948b7bdc42f85674ad7ebed4abe8123a95580c0892a9c326d05e4783c2e875254e7d9c98767b5c8cc11b85023d31533f4535ffcf9654736a72abe256e6ca')
-
-prepare() {
-  mv -v "${_name}-Link-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # using system libraries when integrating
-  patch -Np1 -i "../${pkgname}-3.0.2-use_system_libs.patch"
-  # the cmake integration is used to build tests and examples, so duplicating
-  # before patching
-  cp -v AbletonLinkConfig.cmake{,.local}
-  patch -Np1 -i "../${pkgname}-3.0.2-cmake_system_paths.patch"
-  mv -v AbletonLinkConfig.cmake{,.system}
-  mv -v AbletonLinkConfig.cmake{.local,}
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  # fixing the catch2 include for the test binaries
-  export CXXFLAGS+=" -I/usr/include/catch2"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DLINK_BUILD_JACK=ON \
--DLINK_BUILD_QT_EXAMPLES=ON \
--B build \
--S .
-  make -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver/build"
-  bin/LinkCoreTest
-  bin/LinkDiscoveryTest
-}
-
-package() {
-  local dirs=('discovery' 'discovery/test' 'discovery/v1' 'link' 'link/v1'
-  'platforms' 'platforms/asio' 'platforms/darwin' 'platforms/linux'
-  'platforms/posix' 'platforms/stl' 'platforms/windows' 'test' 'test/serial_io'
-  'util' 'util/test')
-  cd "$pkgname-$pkgver"
-  install -vDm 644 include/ableton/*.{ipp,hpp} \
--t "${pkgdir}/usr/include/ableton"
-  for dir in "${dirs[@]}"; do
-install -vDm 644 include/ableton/"${dir}"/*.hpp \
-  -t "${pkgdir}/usr/include/ableton/${dir}"
-  done
-  # install cmake integration
-  install -vDm 644 AbletonLinkConfig.cmake.system \
-"${pkgdir}/usr/lib/cmake/${pkgname}/AbletonLinkConfig.cmake"
-  install -vDm 644 cmake_include/AsioStandaloneConfig.cmake \
--t "${pkgdir}/usr/lib/cmake/${pkgname}/cmake_include"
-  # examples
-  install -vDm 755 build/bin/{LinkHut,QLinkHut,QLinkHutSilent} -t 
"${pkgdir}/usr/bin/"
-  install -vDm 644 {{README,CONTRIBUTING}.md,*.pdf} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: abletonlink/repos/community-x86_64/PKGBUILD (from rev 776755, 
abletonlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:36:23 UTC (rev 776756)
@@ -0,0 +1,80 @@
+# Maintainer: David Runge 
+
+_name=link
+pkgname=abletonlink
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Synchronizes musical beat, tempo, and phase across multiple 
applications"
+arch=('x86_64')
+url="https://github.com/ableton/link;
+license=('GPL2')
+depends=('asio')
+# TODO: remove replaces on 2020-09-22
+replaces=('link')
+makedepends=('catch2' 'cmake' 'portaudio' 

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

2020-12-16 Thread David Runge via arch-commits
Date: Wednesday, December 16, 2020 @ 15:34:57
  Author: dvzrv
Revision: 776755

upgpkg: abletonlink 3.0.3-1: Upgrade to 3.0.3.

Modified:
  abletonlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 15:18:20 UTC (rev 776754)
+++ PKGBUILD2020-12-16 15:34:57 UTC (rev 776755)
@@ -2,8 +2,8 @@
 
 _name=link
 pkgname=abletonlink
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Synchronizes musical beat, tempo, and phase across multiple 
applications"
 arch=('x86_64')
 url="https://github.com/ableton/link;
@@ -18,9 +18,12 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ableton/${_name}/archive/Link-${pkgver}.tar.gz;
 "${pkgname}-3.0.2-cmake_system_paths.patch"
 "${pkgname}-3.0.2-use_system_libs.patch")
-sha512sums=('7ee81721272fe758f59889bd5c3cef4fae14189fda7113b46f71128d5ca2bed280dc2271a23ec522d49cd21653aef1b58aa8c68b50e323e0dfa46d15c95e'
+sha512sums=('5fe4a6ecd10572b0c5167faa727a09e64d5491499f6a2425646cb8b8466c0bfb67a9ffe13b756a6f6ece93eee6caec86cf3d676524cdc9927958408ae9cff7f9'
 
'8ccd3cc531b64fc91d1b5ba8c1de2a0f6aa52399e1ad5b971cf68b503aa471accb71834e8157b9c4b7a86a346d882f5408e7b99ba890a0baaf2cef21545424e9'
 
'4683948b7bdc42f85674ad7ebed4abe8123a95580c0892a9c326d05e4783c2e875254e7d9c98767b5c8cc11b85023d31533f4535ffcf9654736a72abe256e6ca')
+b2sums=('8e66e97476fd3f14b82b9df52f90b43f35249c0fb70cf97715bd30541dcff180a265910fdce577e5cc5b98acff108a82ee666b64c8aad74067aff8daeb6f29d9'
+
'df3176dd3ab4957d087fa2174aef355d621c09171968b1f9b2c70012c583555f01e1d74b8f1675465c20dba8866fe39d35df4993170bd8f2c1cceb91478ad80c'
+
'5a517778eb4251479a2c1a0ded68670c0198d436e030f780bf7e5757f35a5bed48f3f839e782a88778b174226be517efc22627f8ce40435dd20705268708')
 
 prepare() {
   mv -v "${_name}-Link-${pkgver}" "$pkgname-$pkgver"
@@ -71,7 +74,7 @@
   install -vDm 644 cmake_include/AsioStandaloneConfig.cmake \
 -t "${pkgdir}/usr/lib/cmake/${pkgname}/cmake_include"
   # examples
-  install -vDm 755 build/bin/{LinkHut,QLinkHut,QLinkHutSilent} -t 
"${pkgdir}/usr/bin/"
+  install -vDm 755 build/bin/* -t "${pkgdir}/usr/bin/"
   install -vDm 644 {{README,CONTRIBUTING}.md,*.pdf} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2020-12-16 Thread David Runge via arch-commits
Date: Wednesday, December 16, 2020 @ 15:11:36
  Author: dvzrv
Revision: 776751

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 776749, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:11:35 UTC (rev 776750)
+++ PKGBUILD2020-12-16 15:11:36 UTC (rev 776751)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.5.2
-pkgrel=2
-pkgdesc="Official MusicBrainz tagger"
-url="https://github.com/metabrainz/picard;
-license=('GPL2')
-arch=('x86_64')
-depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
-'python-markdown' 'python-mutagen' 'python-pyqt5')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-optdepends=('chromaprint: fingerprinting'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('800a75932ef1069dbf98eaa75e0babe069abdd4e68be26f64d387140f6dc45037487405e0e4dbb541b5d27687ea8a0877be6cc362d9b06b26ced6a86cbc7eded'
-'SKIP')
-b2sums=('3acfc5a403cad1aa999ce50648b7d3149ea4140615fe7e0eb20b9f75a0b362b0e9f02f85512a674a5026a770572738384100b93b0949dfac935f8e961a85fd50'
-'SKIP')
-# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
-validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --disable-autoupdate \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 776749, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:11:36 UTC (rev 776751)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.5.4
+pkgrel=1
+pkgdesc="Official MusicBrainz tagger"
+url="https://github.com/metabrainz/picard;
+license=('GPL2')
+arch=('x86_64')
+depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
+'python-markdown' 'python-mutagen' 'python-pyqt5')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+optdepends=('chromaprint: fingerprinting'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('f4d95a016fda0f4f29c5369c4b9690947701922fa5c8994bca1ae456e8aa6f8d0e2167475270ab96b75a79883cbdc6d9b13d9b53c13bb248552d583db20261f2'
+'SKIP')
+b2sums=('22f186d40e92f982cd553d2beda8fbd43002015349d8e862bb7fd4c233fdb5b5a341bd892a0f6faa2a7bfcad1c280739a2968fb5d327f01174a2286c68502dbe'
+'SKIP')
+# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
+validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --disable-autoupdate \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-16 Thread David Runge via arch-commits
Date: Wednesday, December 16, 2020 @ 15:11:06
  Author: dvzrv
Revision: 776749

upgpkg: picard 2.5.4-1: Upgrade to 2.5.4.

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 15:07:39 UTC (rev 776748)
+++ PKGBUILD2020-12-16 15:11:06 UTC (rev 776749)
@@ -4,8 +4,8 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.5.4
+pkgrel=1
 pkgdesc="Official MusicBrainz tagger"
 url="https://github.com/metabrainz/picard;
 license=('GPL2')
@@ -18,9 +18,9 @@
 'qt5-multimedia: media player toolbar'
 'qt5-translations: full UI translation')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('800a75932ef1069dbf98eaa75e0babe069abdd4e68be26f64d387140f6dc45037487405e0e4dbb541b5d27687ea8a0877be6cc362d9b06b26ced6a86cbc7eded'
+sha512sums=('f4d95a016fda0f4f29c5369c4b9690947701922fa5c8994bca1ae456e8aa6f8d0e2167475270ab96b75a79883cbdc6d9b13d9b53c13bb248552d583db20261f2'
 'SKIP')
-b2sums=('3acfc5a403cad1aa999ce50648b7d3149ea4140615fe7e0eb20b9f75a0b362b0e9f02f85512a674a5026a770572738384100b93b0949dfac935f8e961a85fd50'
+b2sums=('22f186d40e92f982cd553d2beda8fbd43002015349d8e862bb7fd4c233fdb5b5a341bd892a0f6faa2a7bfcad1c280739a2968fb5d327f01174a2286c68502dbe'
 'SKIP')
 # NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
 validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 


[arch-commits] Commit in profile-sync-daemon/repos/community-any (4 files)

2020-12-16 Thread David Runge via arch-commits
Date: Wednesday, December 16, 2020 @ 13:17:17
  Author: dvzrv
Revision: 776681

archrelease: copy trunk to community-any

Added:
  profile-sync-daemon/repos/community-any/PKGBUILD
(from rev 776680, profile-sync-daemon/trunk/PKGBUILD)
  profile-sync-daemon/repos/community-any/profile-sync-daemon.install
(from rev 776680, profile-sync-daemon/trunk/profile-sync-daemon.install)
Deleted:
  profile-sync-daemon/repos/community-any/PKGBUILD
  profile-sync-daemon/repos/community-any/profile-sync-daemon.install

-+
 PKGBUILD|   56 +++
 profile-sync-daemon.install |  320 +-
 2 files changed, 188 insertions(+), 188 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:16:48 UTC (rev 776680)
+++ PKGBUILD2020-12-16 13:17:17 UTC (rev 776681)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: graysky 
-
-pkgname=profile-sync-daemon
-pkgver=6.43
-pkgrel=1
-pkgdesc="Symlinks and syncs browser profile dirs to RAM"
-arch=('any')
-url="https://github.com/graysky2/profile-sync-daemon;
-license=('MIT')
-depends=('bash' 'findutils' 'inetutils' 'procps-ng' 'rsync' 'systemd')
-optdepends=('zsh-completions: for completion when using zsh')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('bfde1b07a0f087cb248d21b4460e85d1a18f2979ce3caab02b9ac96d7668aca276fe9ed1147b2b494d15269363a88f313e9250faf587b5813813f9606634049e')
-b2sums=('76d468954ec53653ab41f757f9c7dc98716934ec11c28967df178ca9566574fe25892991c4beab5989d12ba5aed7d1392a4703b5990a735b9fed951bd67fe586')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: profile-sync-daemon/repos/community-any/PKGBUILD (from rev 776680, 
profile-sync-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:17:17 UTC (rev 776681)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+# Contributor: graysky 
+
+pkgname=profile-sync-daemon
+pkgver=6.44
+pkgrel=1
+pkgdesc="Symlinks and syncs browser profile dirs to RAM"
+arch=('any')
+url="https://github.com/graysky2/profile-sync-daemon;
+license=('MIT')
+depends=('bash' 'findutils' 'inetutils' 'procps-ng' 'rsync' 'systemd')
+optdepends=('zsh-completions: for completion when using zsh')
+install="${pkgname}.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('ddfafffbd993c3acb3f50d04bbedefd5786032f6180012416f1035372590421cadae84a1f49390618d03483c1ae8eadb3d1d75dc7d9f52fbe0f594c573d79162')
+b2sums=('b29a85c85141442066671f066e23e4abbcfb8d387fc406a50e656e8c297b11563396980f5e28bed20d422572bd6328ccab56ff813bb7344dc8fb9065d9db730f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: profile-sync-daemon.install
===
--- profile-sync-daemon.install 2020-12-16 13:16:48 UTC (rev 776680)
+++ profile-sync-daemon.install 2020-12-16 13:17:17 UTC (rev 776681)
@@ -1,160 +0,0 @@
-## arg 1:  the new package version
-## arg 2:  the old package version
-# shellcheck disable=SC2016
-
-users=$(loginctl --no-legend list-users | awk '{ print $2 }' | sed 
':a;N;$!ba;s/\n/ /g')
-
-pre_upgrade() {
-  # version 6.00 is a major rebuild
-  # yes, I realize that pacman should not stop services but in this case it
-  # is required or else browser profiles (user data) can get renamed and 
confuse
-  # people if it does not happen
-  if [ "$(vercmp "$2" 6.00)" -lt 0 ]; then
-echo 'Attention: Major changes have been introduced with 6.00+'
-echo 'Instead of a system service a user service is now used.'
-echo 'Only $HOME/.config/psd/psd.conf is used (and automatically created 
on first start).'
-echo 'To use overlayfs additional setup steps are required (see `man 1 
psd`).'
-
-# stop system service now since it will be removed upon updating
-if systemctl is-active psd.service &>/dev/null; then
-  systemctl stop psd.service &>/dev/null
-fi
-  fi
-
-  # version 6.01 redefines the location of tmpfs for the software so it is
-  # required that pacman stop the user service here if running
-  if [ "$(vercmp "$2" 6.01)" -lt 0 ]; then
-for user in $users; do
-  if _psd_running_for_user "$user"; then
-_stop_psd_for_user "$user"
-_diff_recommendation
-  fi
-done
-  fi
-
-  if 

[arch-commits] Commit in profile-sync-daemon/trunk (PKGBUILD)

2020-12-16 Thread David Runge via arch-commits
Date: Wednesday, December 16, 2020 @ 13:16:48
  Author: dvzrv
Revision: 776680

upgpkg: profile-sync-daemon 6.44-1: Upgrade to 6.44.

Modified:
  profile-sync-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 13:09:51 UTC (rev 776679)
+++ PKGBUILD2020-12-16 13:16:48 UTC (rev 776680)
@@ -2,7 +2,7 @@
 # Contributor: graysky 
 
 pkgname=profile-sync-daemon
-pkgver=6.43
+pkgver=6.44
 pkgrel=1
 pkgdesc="Symlinks and syncs browser profile dirs to RAM"
 arch=('any')
@@ -12,8 +12,8 @@
 optdepends=('zsh-completions: for completion when using zsh')
 install="${pkgname}.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('bfde1b07a0f087cb248d21b4460e85d1a18f2979ce3caab02b9ac96d7668aca276fe9ed1147b2b494d15269363a88f313e9250faf587b5813813f9606634049e')
-b2sums=('76d468954ec53653ab41f757f9c7dc98716934ec11c28967df178ca9566574fe25892991c4beab5989d12ba5aed7d1392a4703b5990a735b9fed951bd67fe586')
+sha512sums=('ddfafffbd993c3acb3f50d04bbedefd5786032f6180012416f1035372590421cadae84a1f49390618d03483c1ae8eadb3d1d75dc7d9f52fbe0f594c573d79162')
+b2sums=('b29a85c85141442066671f066e23e4abbcfb8d387fc406a50e656e8c297b11563396980f5e28bed20d422572bd6328ccab56ff813bb7344dc8fb9065d9db730f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-12-15 Thread David Runge via arch-commits
Date: Tuesday, December 15, 2020 @ 09:20:29
  Author: dvzrv
Revision: 404343

archrelease: copy trunk to extra-x86_64

Added:
  fftw/repos/extra-x86_64/PKGBUILD
(from rev 404342, fftw/trunk/PKGBUILD)
Deleted:
  fftw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 09:19:59 UTC (rev 404342)
+++ PKGBUILD2020-12-15 09:20:29 UTC (rev 404343)
@@ -1,81 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: David Runge 
-# Contributor: damir 
-
-pkgname=fftw
-pkgver=3.3.8
-pkgrel=3
-pkgdesc="A library for computing the discrete Fourier transform (DFT)"
-arch=('x86_64')
-license=('GPL2')
-url="http://www.fftw.org/;
-depends=('bash' 'gcc-libs' 'glibc' 'openmpi')
-makedepends=('gcc-fortran')
-provides=('libfftw3q_threads.so' 'libfftw3q_omp.so' 'libfftw3q.so'
-'libfftw3l_threads.so' 'libfftw3l_omp.so' 'libfftw3l_mpi.so' 'libfftw3l.so'
-'libfftw3f_threads.so' 'libfftw3f_omp.so' 'libfftw3f_mpi.so' 'libfftw3f.so'
-'libfftw3_threads.so' 'libfftw3_omp.so' 'libfftw3_mpi.so' 'libfftw3.so')
-# makedepends=('gcc-fortran' 'ocaml' 'ocaml-num' 'ocamlbuild')
-source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
-# 
source=("https://github.com/${pkgname}/fftw3/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ab918b742a7c7dcb56390a0a0014f517a6dff9a2e4b4591060deeb2c652bf3c6868aa74559a422a276b853289b4b701bdcbd3d4d8c08943acf29167a7be81a38')
-
-prepare() {
-# issue with ocaml-num
-#  mv -v "fftw3-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
-#  (
-#cd "$pkgname-$pkgver"
-#cp -v NEWS ChangeLog
-#autoreconf -vfi
-#  )
-  cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-double"
-  cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-long-double"
-  cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-quad"
-}
-
-build() {
-  export F77='gfortran'
-  # use upstream default CFLAGS while keeping our -march/-mtune
-  CFLAGS+=" -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing 
-ffast-math"
-  # default configure call
-  _default_configure="./configure --prefix=/usr --enable-shared 
--enable-threads --enable-mpi --enable-openmp"
-
-  # configure single precision
-  (
-cd "${pkgname}-${pkgver}"
-${_default_configure} --enable-sse --enable-avx --enable-single
-  )
-
-  # configure double precision
-  (
-cd "${pkgname}-${pkgver}-double"
-${_default_configure} --enable-sse2 --enable-avx
-  )
-
-  # configure long-double precission
-  (
-cd "${pkgname}-${pkgver}-long-double"
-${_default_configure} --enable-long-double
-  )
-
-  # configure quad precision
-  (
-cd "${pkgname}-${pkgver}-quad"
-${_default_configure} --disable-mpi --enable-quad-precision
-  )
-
-  make -C "${pkgname}-${pkgver}"
-  make -C "${pkgname}-${pkgver}-double"
-  make -C "${pkgname}-${pkgver}-long-double"
-  make -C "${pkgname}-${pkgver}-quad"
-}
-
-package() {
-  make DESTDIR="${pkgdir}" install -C "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C "${pkgname}-${pkgver}-double"
-  make DESTDIR="${pkgdir}" install -C "${pkgname}-${pkgver}-long-double"
-  make DESTDIR="${pkgdir}" install -C "${pkgname}-${pkgver}-quad"
-  cd "${pkgname}-${pkgver}"
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: fftw/repos/extra-x86_64/PKGBUILD (from rev 404342, fftw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 09:20:29 UTC (rev 404343)
@@ -0,0 +1,136 @@
+# Maintainer: Ronald van Haren 
+# Contributor: David Runge 
+# Contributor: damir 
+
+pkgname=fftw
+pkgver=3.3.9
+pkgrel=1
+pkgdesc="A library for computing the discrete Fourier transform (DFT)"
+arch=('x86_64')
+license=('GPL2')
+url="http://www.fftw.org/;
+depends=('bash' 'gcc-libs' 'glibc' 'openmpi')
+makedepends=('gcc-fortran')
+provides=('libfftw3q_threads.so' 'libfftw3q_omp.so' 'libfftw3q.so'
+'libfftw3l_threads.so' 'libfftw3l_omp.so' 'libfftw3l_mpi.so' 'libfftw3l.so'
+'libfftw3f_threads.so' 'libfftw3f_omp.so' 'libfftw3f_mpi.so' 'libfftw3f.so'
+'libfftw3_threads.so' 'libfftw3_omp.so' 'libfftw3_mpi.so' 'libfftw3.so')
+source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('52ebc2a33063a41fd478f6ea2acbf3b511867f736591d273dd57f9dfca5d3e0b0c73157921b3a36f1a7cfd741a8a6bde0fd80de578040ae730ea168b5ba466cf')
+b2sums=('6ea6966f3c5056102e6c3e4628b072c7e9832e3250b292808ed934b3a82515fd77658cbaff50d7b1268fb8c9444b10e39b22d100b7c31ea2452f3cee59c9f280')
+
+prepare() {
+  cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-double"
+  cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-long-double"
+  cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-quad"
+}
+
+build() {
+  export F77='gfortran'
+  # use upstream default CFLAGS while 

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

2020-12-15 Thread David Runge via arch-commits
Date: Tuesday, December 15, 2020 @ 09:19:59
  Author: dvzrv
Revision: 404342

upgpkg: fftw 3.3.9-1: Upgrade to 3.3.9.

Add commented cmake based build (still a few things missing).
Add test targets in check() and fix libtool to not overlink (FS#44888).

Modified:
  fftw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 07:20:39 UTC (rev 404341)
+++ PKGBUILD2020-12-15 09:19:59 UTC (rev 404342)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=fftw
-pkgver=3.3.8
-pkgrel=3
+pkgver=3.3.9
+pkgrel=1
 pkgdesc="A library for computing the discrete Fourier transform (DFT)"
 arch=('x86_64')
 license=('GPL2')
@@ -15,19 +15,11 @@
 'libfftw3l_threads.so' 'libfftw3l_omp.so' 'libfftw3l_mpi.so' 'libfftw3l.so'
 'libfftw3f_threads.so' 'libfftw3f_omp.so' 'libfftw3f_mpi.so' 'libfftw3f.so'
 'libfftw3_threads.so' 'libfftw3_omp.so' 'libfftw3_mpi.so' 'libfftw3.so')
-# makedepends=('gcc-fortran' 'ocaml' 'ocaml-num' 'ocamlbuild')
 source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
-# 
source=("https://github.com/${pkgname}/fftw3/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ab918b742a7c7dcb56390a0a0014f517a6dff9a2e4b4591060deeb2c652bf3c6868aa74559a422a276b853289b4b701bdcbd3d4d8c08943acf29167a7be81a38')
+sha512sums=('52ebc2a33063a41fd478f6ea2acbf3b511867f736591d273dd57f9dfca5d3e0b0c73157921b3a36f1a7cfd741a8a6bde0fd80de578040ae730ea168b5ba466cf')
+b2sums=('6ea6966f3c5056102e6c3e4628b072c7e9832e3250b292808ed934b3a82515fd77658cbaff50d7b1268fb8c9444b10e39b22d100b7c31ea2452f3cee59c9f280')
 
 prepare() {
-# issue with ocaml-num
-#  mv -v "fftw3-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
-#  (
-#cd "$pkgname-$pkgver"
-#cp -v NEWS ChangeLog
-#autoreconf -vfi
-#  )
   cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-double"
   cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-long-double"
   cp -av "${pkgname}-${pkgver}" "${pkgname}-${pkgver}-quad"
@@ -44,6 +36,8 @@
   (
 cd "${pkgname}-${pkgver}"
 ${_default_configure} --enable-sse --enable-avx --enable-single
+# NOTE: fix overlinking
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   )
 
   # configure double precision
@@ -50,6 +44,8 @@
   (
 cd "${pkgname}-${pkgver}-double"
 ${_default_configure} --enable-sse2 --enable-avx
+# NOTE: fix overlinking
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   )
 
   # configure long-double precission
@@ -56,6 +52,8 @@
   (
 cd "${pkgname}-${pkgver}-long-double"
 ${_default_configure} --enable-long-double
+# NOTE: fix overlinking
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   )
 
   # configure quad precision
@@ -62,6 +60,8 @@
   (
 cd "${pkgname}-${pkgver}-quad"
 ${_default_configure} --disable-mpi --enable-quad-precision
+# NOTE: fix overlinking
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   )
 
   make -C "${pkgname}-${pkgver}"
@@ -68,14 +68,69 @@
   make -C "${pkgname}-${pkgver}-double"
   make -C "${pkgname}-${pkgver}-long-double"
   make -C "${pkgname}-${pkgver}-quad"
+
+# NOTE: cmake setup still missing MPI integration and needs patch for 
libquadmath
+#  _default_options=(
+#-DCMAKE_INSTALL_PREFIX=/usr
+#-DCMAKE_BUILD_TYPE='None'
+#-DBUILD_SHARED_LIBS=ON
+#-DENABLE_THREADS=ON
+#-DENABLE_OPENMP=ON
+#-Wno-dev
+#  )
+#
+#  cmake "${_default_options[@]}" \
+#-DENABLE_SSE2=ON \
+#-DENABLE_AVX=ON \
+#-B "${pkgname}-${pkgver}/build" \
+#-S "${pkgname}-${pkgver}"
+#  make VERBOSE=1 -C "${pkgname}-${pkgver}/build"
+#
+#  cmake "${_default_options[@]}" \
+#-DENABLE_FLOAT=ON \
+#-DENABLE_SSE=ON \
+#-DENABLE_AVX=ON \
+#-B "${pkgname}-${pkgver}/build-float" \
+#-S "${pkgname}-${pkgver}"
+#  make VERBOSE=1 -C "${pkgname}-${pkgver}/build-float"
+#
+#  cmake "${_default_options[@]}" \
+#-DENABLE_LONG_DOUBLE=ON \
+#-B "${pkgname}-${pkgver}/build-long-double" \
+#-S "${pkgname}-${pkgver}"
+#  make VERBOSE=1 -C "${pkgname}-${pkgver}/build-long-double"
+#
+#  cmake "${_default_options[@]}" \
+#-DENABLE_QUAD_PRECISION=ON \
+#-B "${pkgname}-${pkgver}/build-quad" \
+#-S "${pkgname}-${pkgver}"
+#  make VERBOSE=1 -C "${pkgname}-${pkgver}/build-quad"
 }
 
+check() {
+  make check -C "${pkgname}-${pkgver}"
+  make check -C "${pkgname}-${pkgver}-double"
+  make check -C "${pkgname}-${pkgver}-long-double"
+  make check -C "${pkgname}-${pkgver}-quad"
+
+#  cd "${pkgname}-${pkgver}"
+#  make VERBOSE=1 -C build test
+#  make VERBOSE=1 -C build-float test
+#  make VERBOSE=1 -C build-long-double test
+#  make VERBOSE=1 -C build-quad test
+}
+
 package() {
   make DESTDIR="${pkgdir}" install -C "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install -C 

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

2020-12-14 Thread David Runge via arch-commits
Date: Monday, December 14, 2020 @ 20:23:17
  Author: dvzrv
Revision: 775756

archrelease: copy trunk to community-any

Added:
  python-pytest-html/repos/community-any/PKGBUILD
(from rev 775755, python-pytest-html/trunk/PKGBUILD)
Deleted:
  python-pytest-html/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-14 20:20:12 UTC (rev 775755)
+++ PKGBUILD2020-12-14 20:23:17 UTC (rev 775756)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pytest-html
-pkgname=python-pytest-html
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Plugin for generating HTML reports for pytest results"
-arch=('any')
-url="https://github.com/pytest-dev/pytest-html;
-license=('MPL2')
-depends=('python-pytest' 'python-pytest-metadata')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-ansi2html' 'python-pytest-mock'
-'python-pytest-rerunfailures' 'python-pytest-xdist')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('161071f92b271970b47260e7f3ac8eed8c0a2329302b1ccee4d8eff25d9a2221b652ed193bd6bab3529d7736d1906cf3e229108868f6ec8f09f891d36e319bee')
-b2sums=('d6da0588187727e4b1c4b6ba1ffe41154471140ae441f47094f5276303b463c278e6c95f193959e4753d0deede198d053a39ade78a0dfeb3925fb7b0e329314a')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  local _python_version="$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')"
-  local _test_dir='test_dir'
-
-  # install into test location
-  mkdir -vp "${_test_dir}"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${_test_dir}"
-
-  export 
PYTHONPATH="${PWD}/${_test_dir}/usr/lib/python${_python_version}/site-packages/:${PYTHONPATH}"
-  export PATH="${PWD}/test_dir/usr/bin:${PATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pytest-html/repos/community-any/PKGBUILD (from rev 775755, 
python-pytest-html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-14 20:23:17 UTC (rev 775756)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+
+_name=pytest-html
+pkgname=python-pytest-html
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Plugin for generating HTML reports for pytest results"
+arch=('any')
+url="https://github.com/pytest-dev/pytest-html;
+license=('MPL2')
+depends=('python-pytest' 'python-pytest-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-ansi2html' 'python-pytest-mock'
+'python-pytest-rerunfailures' 'python-pytest-xdist')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('78091b485d153b54cd76abb8cfeb6494830b1b51a10dc0c00c73eccf67962d2805e3f83972c7ccfd1f877a939b582f80d5ddd5273fd1ddcac2a1a9c2eb121300')
+b2sums=('d2491280ceb4524a10a46891448bb63fe997a4be82062e727fb1d79ef6154a0b4229bbec27c6601372776f7c8dd124aab5d4968482fc24ad24330db5d2520187')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  local _python_version="$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')"
+  local _test_dir='test_dir'
+
+  # install into test location
+  mkdir -vp "${_test_dir}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${_test_dir}"
+
+  export 
PYTHONPATH="${PWD}/${_test_dir}/usr/lib/python${_python_version}/site-packages/:${PYTHONPATH}"
+  export PATH="${PWD}/test_dir/usr/bin:${PATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-14 Thread David Runge via arch-commits
Date: Monday, December 14, 2020 @ 20:20:12
  Author: dvzrv
Revision: 775755

upgpkg: python-pytest-html 3.1.1-1: Upgrade to 3.1.1.

Modified:
  python-pytest-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 20:17:00 UTC (rev 775754)
+++ PKGBUILD2020-12-14 20:20:12 UTC (rev 775755)
@@ -2,7 +2,7 @@
 
 _name=pytest-html
 pkgname=python-pytest-html
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Plugin for generating HTML reports for pytest results"
 arch=('any')
@@ -13,8 +13,8 @@
 checkdepends=('python-ansi2html' 'python-pytest-mock'
 'python-pytest-rerunfailures' 'python-pytest-xdist')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('161071f92b271970b47260e7f3ac8eed8c0a2329302b1ccee4d8eff25d9a2221b652ed193bd6bab3529d7736d1906cf3e229108868f6ec8f09f891d36e319bee')
-b2sums=('d6da0588187727e4b1c4b6ba1ffe41154471140ae441f47094f5276303b463c278e6c95f193959e4753d0deede198d053a39ade78a0dfeb3925fb7b0e329314a')
+sha512sums=('78091b485d153b54cd76abb8cfeb6494830b1b51a10dc0c00c73eccf67962d2805e3f83972c7ccfd1f877a939b582f80d5ddd5273fd1ddcac2a1a9c2eb121300')
+b2sums=('d2491280ceb4524a10a46891448bb63fe997a4be82062e727fb1d79ef6154a0b4229bbec27c6601372776f7c8dd124aab5d4968482fc24ad24330db5d2520187')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-12-14 Thread David Runge via arch-commits
Date: Monday, December 14, 2020 @ 20:17:00
  Author: dvzrv
Revision: 775754

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 775753, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-14 20:12:39 UTC (rev 775753)
+++ PKGBUILD2020-12-14 20:17:00 UTC (rev 775754)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Panagiotis Mavrogiorgos 
-
-_name=Nuitka
-pkgname=nuitka
-pkgver=0.6.10
-pkgrel=1
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=('any')
-url='https://nuitka.net/'
-license=('Apache')
-depends=('python-appdirs' 'scons')
-makedepends=('python-setuptools')
-checkdepends=('ccache' 'python-boto3' 'python-brotli' 'strace')
-optdepends=('ccache: for build caching'
-'chrpath: for building standalone executables')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('2c575a9a1d298f4c22831010833476e77262b5ceafe0891b9f6c44cf1526c82f7739d22fdd863a7295a74b9d3275c651a238f4ecc76107a9806b43efc1c26e86')
-b2sums=('3262b37849591666d26e9683cdf453f36069e4fcbc379bdfc84f4069a9d8c015e6894e4f358d991277bcc15d5be9c8994031a50e7aa705436264f9dd88602490')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  ./tests/run-tests --no-other-python --skip-reflection-test 
--skip-all-cpython-tests
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {Changelog,Developer_Manual,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: nuitka/repos/community-any/PKGBUILD (from rev 775753, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-14 20:17:00 UTC (rev 775754)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Panagiotis Mavrogiorgos 
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.6.10.1
+pkgrel=1
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=('any')
+url='https://nuitka.net/'
+license=('Apache')
+depends=('python-appdirs' 'scons')
+makedepends=('python-setuptools')
+checkdepends=('ccache' 'python-boto3' 'python-brotli' 'strace')
+optdepends=('ccache: for build caching'
+'chrpath: for building standalone executables')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7d1339454032eebfda19d040a5774b111e646e88e404407c4b2a01698d3f57decbd79752b3c3218f4d0e3755ae71f839b9fbba36c025286878b7c6990a1e2e40')
+b2sums=('5308f4eb11dd2ef5dbca463a3b8e26dc1e59a6584bfdb79d81362d071382f010abb0531706875e896062285929980df19740f6bc9da4d2c7c7e5950a44bb063d')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  ./tests/run-tests --no-other-python --skip-reflection-test 
--skip-all-cpython-tests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {Changelog,Developer_Manual,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-14 Thread David Runge via arch-commits
Date: Monday, December 14, 2020 @ 20:12:39
  Author: dvzrv
Revision: 775753

upgpkg: nuitka 0.6.10.1-1: Upgrade to 0.6.10.1.

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 17:12:12 UTC (rev 775752)
+++ PKGBUILD2020-12-14 20:12:39 UTC (rev 775753)
@@ -4,7 +4,7 @@
 
 _name=Nuitka
 pkgname=nuitka
-pkgver=0.6.10
+pkgver=0.6.10.1
 pkgrel=1
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=('any')
@@ -17,8 +17,8 @@
 'chrpath: for building standalone executables')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('2c575a9a1d298f4c22831010833476e77262b5ceafe0891b9f6c44cf1526c82f7739d22fdd863a7295a74b9d3275c651a238f4ecc76107a9806b43efc1c26e86')
-b2sums=('3262b37849591666d26e9683cdf453f36069e4fcbc379bdfc84f4069a9d8c015e6894e4f358d991277bcc15d5be9c8994031a50e7aa705436264f9dd88602490')
+sha512sums=('7d1339454032eebfda19d040a5774b111e646e88e404407c4b2a01698d3f57decbd79752b3c3218f4d0e3755ae71f839b9fbba36c025286878b7c6990a1e2e40')
+b2sums=('5308f4eb11dd2ef5dbca463a3b8e26dc1e59a6584bfdb79d81362d071382f010abb0531706875e896062285929980df19740f6bc9da4d2c7c7e5950a44bb063d')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2020-12-13 Thread David Runge via arch-commits
Date: Sunday, December 13, 2020 @ 10:36:25
  Author: dvzrv
Revision: 773974

archrelease: copy trunk to community-x86_64

Added:
  gammastep/repos/community-x86_64/PKGBUILD
(from rev 773973, gammastep/trunk/PKGBUILD)
Deleted:
  gammastep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 10:33:56 UTC (rev 773973)
+++ PKGBUILD2020-12-13 10:36:25 UTC (rev 773974)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=gammastep
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="Adjust the color temperature of your screen according to your 
surroundings."
-arch=('x86_64')
-url="https://gitlab.com/chinstrap/gammastep;
-license=('GPL3')
-depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
-'libxxf86vm' 'wayland')
-optdepends=('python-gobject: for gammastep-indicator'
-'python-xdg: for gammastep-indicator'
-'gtk3: for gammastep-indicator')
-makedepends=('glib2' 'intltool' 'python' 'systemd')
-source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('659fb417c1c487c75cf824f3e9d6ef26a45191be2afca7a35a41c8637d3e5f27cc89085cd3d9322be1bb0de9e7cfd4da6b1236c053b64d4a670de38a26725451')
-b2sums=('72f8bb6d85135d08db09546c6da8d23be940f860b168d97d9ef4d9de53ec63f8c92196fee8c618825e23157624f9e0f80bcab180943b56a71631b7042e76e7dc')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  ./bootstrap
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  depends+=('libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: gammastep/repos/community-x86_64/PKGBUILD (from rev 773973, 
gammastep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 10:36:25 UTC (rev 773974)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+pkgname=gammastep
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Adjust the color temperature of your screen according to your 
surroundings."
+arch=('x86_64')
+url="https://gitlab.com/chinstrap/gammastep;
+license=('GPL3')
+depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
+'libxxf86vm' 'wayland')
+optdepends=('python-gobject: for gammastep-indicator'
+'python-xdg: for gammastep-indicator'
+'gtk3: for gammastep-indicator')
+makedepends=('glib2' 'intltool' 'python' 'systemd')
+source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('3c56c69e8c0f69fbd06100eded10b1cd5378d8bbbe8ab4c5eb2b07c91b0f7a0f8cfd7b0d2ed759add36954d689246dc079692e7d314b700ab3fcdd6bf805e419')
+b2sums=('1d7a1098b234f8219a81d3475e7eef992554cef221129ac0a75e23794cb42abf0e79bfe373bffcd432698f80e4fc186bfe5f7ce557100f6359ec11f12656a74c')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  depends+=('libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-13 Thread David Runge via arch-commits
Date: Sunday, December 13, 2020 @ 10:33:56
  Author: dvzrv
Revision: 773973

upgpkg: gammastep 2.0.6-1: Upgrade to 2.0.6.

Modified:
  gammastep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 10:25:01 UTC (rev 773972)
+++ PKGBUILD2020-12-13 10:33:56 UTC (rev 773973)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=gammastep
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.0.6
+pkgrel=1
 pkgdesc="Adjust the color temperature of your screen according to your 
surroundings."
 arch=('x86_64')
 url="https://gitlab.com/chinstrap/gammastep;
@@ -14,8 +14,8 @@
 'gtk3: for gammastep-indicator')
 makedepends=('glib2' 'intltool' 'python' 'systemd')
 
source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('659fb417c1c487c75cf824f3e9d6ef26a45191be2afca7a35a41c8637d3e5f27cc89085cd3d9322be1bb0de9e7cfd4da6b1236c053b64d4a670de38a26725451')
-b2sums=('72f8bb6d85135d08db09546c6da8d23be940f860b168d97d9ef4d9de53ec63f8c92196fee8c618825e23157624f9e0f80bcab180943b56a71631b7042e76e7dc')
+sha512sums=('3c56c69e8c0f69fbd06100eded10b1cd5378d8bbbe8ab4c5eb2b07c91b0f7a0f8cfd7b0d2ed759add36954d689246dc079692e7d314b700ab3fcdd6bf805e419')
+b2sums=('1d7a1098b234f8219a81d3475e7eef992554cef221129ac0a75e23794cb42abf0e79bfe373bffcd432698f80e4fc186bfe5f7ce557100f6359ec11f12656a74c')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"


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

2020-12-13 Thread David Runge via arch-commits
Date: Sunday, December 13, 2020 @ 10:23:16
  Author: dvzrv
Revision: 773971

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libcap/repos/multilib-staging-x86_64/
  lib32-libcap/repos/multilib-staging-x86_64/PKGBUILD
(from rev 773970, lib32-libcap/trunk/PKGBUILD)
  lib32-libcap/repos/multilib-staging-x86_64/libcap-2.45-makefile.patch
(from rev 773970, lib32-libcap/trunk/libcap-2.45-makefile.patch)

+
 PKGBUILD   |   51 +++
 libcap-2.45-makefile.patch |   21 +
 2 files changed, 72 insertions(+)

Copied: lib32-libcap/repos/multilib-staging-x86_64/PKGBUILD (from rev 773970, 
lib32-libcap/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-12-13 10:23:16 UTC (rev 773971)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Florian Pritz 
+# Contributor: Hugo Doria 
+
+_name=libcap
+pkgname=lib32-libcap
+pkgver=2.46
+pkgrel=1
+pkgdesc="POSIX 1003.1e capabilities (32-bit)"
+arch=('x86_64')
+url="https://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=("libcap=${pkgver}" 'lib32-glibc' 'lib32-pam')
+makedepends=('linux-api-headers')
+provides=('libcap.so' 'libpsx.so')
+source=("https://kernel.org/pub/linux/libs/security/linux-privs/${_name}2/${_name}-$pkgver.tar."{xz,sign}
+"${_name}-2.45-makefile.patch")
+sha512sums=('6dcb249aac78efde959a986e7f06a364b2e6e57dd40b14e791d5a56012df485b2395dee0228f4cc3e1cddb2a4e3dcb9c1d83d5331ed084f23a46848494933845'
+'SKIP'
+
'4f613f83198dfccb8b79e1b2c8764657a85300cb166d633d86b87f46567d51fa9395387caf33e82a8718f19e9a1fc65c11e7b6f63c3c4cde1b2a27f70671ec07')
+b2sums=('22df1dcf37a920e831c47edad62df2b3e35b5360605ed24bdb9199ac8ba1fd30cd20492f8a9eae25232cc042cbef9a89a3649e0d06412b84c58f12e7795844bc'
+'SKIP'
+
'6f50d5a03c3532e6e50506cd878b1c9ca5cee5f1758f9318d4cb5d1e319cbe5f31210ba46a81b1af30730e2329aed7921c11f1a468a596a3f210972ca0da9d64')
+validpgpkeys=('38A644698C69787344E954CE29EE848AE2CCF3F4') # Andrew G. Morgan 

+
+prepare() {
+  mv "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # SBINDIR is hardcoded to sbin. set to bin
+  # add CPPFLAGS
+  patch -Np1 -i ../"${_name}-2.45-makefile.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make KERNEL_HEADERS='/usr/include' CC="gcc -m32" lib='lib32' prefix='/usr'
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" RAISE_SETFCAP='no' lib='lib32' prefix='/usr' install
+
+  # docs
+  install -vDm 644 {CHANGELOG,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  rm -r "${pkgdir}/usr/"{include,share/man,bin}
+}

Copied: lib32-libcap/repos/multilib-staging-x86_64/libcap-2.45-makefile.patch 
(from rev 773970, lib32-libcap/trunk/libcap-2.45-makefile.patch)
===
--- multilib-staging-x86_64/libcap-2.45-makefile.patch  
(rev 0)
+++ multilib-staging-x86_64/libcap-2.45-makefile.patch  2020-12-13 10:23:16 UTC 
(rev 773971)
@@ -0,0 +1,21 @@
+diff -ruN a/Make.Rules b/Make.Rules
+--- a/Make.Rules   2020-11-03 02:38:59.0 +0100
 b/Make.Rules   2020-11-06 16:55:10.149893784 +0100
+@@ -37,7 +37,7 @@
+ # Target directories
+ 
+ MANDIR=$(man_prefix)/man
+-SBINDIR=$(exec_prefix)/sbin
++SBINDIR=$(exec_prefix)/bin
+ INCDIR=$(inc_prefix)/include
+ LIBDIR=$(lib_prefix)/$(lib)
+ PKGCONFIGDIR=$(LIBDIR)/pkgconfig
+@@ -79,7 +79,7 @@
+ SYSTEM_HEADERS = /usr/include
+ INCS=$(topdir)/libcap/include/sys/capability.h
+ LDFLAGS += -L$(topdir)/libcap
+-CFLAGS += -Dlinux $(WARNINGS) $(DEBUG)
++CFLAGS += $(CPPFLAGS) -Dlinux $(WARNINGS) $(DEBUG)
+ INDENT := $(shell if [ -n "$$(which indent 2>/dev/null)" ]; then echo "| 
indent -kr" ; fi)
+ 
+ # SHARED tracks whether or not the SHARED libraries (libcap.so,


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

2020-12-13 Thread David Runge via arch-commits
Date: Sunday, December 13, 2020 @ 10:23:08
  Author: dvzrv
Revision: 773970

upgpkg: lib32-libcap 2.46-1: Upgrade to 2.46.

Modified:
  lib32-libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 09:47:23 UTC (rev 773969)
+++ PKGBUILD2020-12-13 10:23:08 UTC (rev 773970)
@@ -4,7 +4,7 @@
 
 _name=libcap
 pkgname=lib32-libcap
-pkgver=2.45
+pkgver=2.46
 pkgrel=1
 pkgdesc="POSIX 1003.1e capabilities (32-bit)"
 arch=('x86_64')
@@ -15,10 +15,10 @@
 provides=('libcap.so' 'libpsx.so')
 
source=("https://kernel.org/pub/linux/libs/security/linux-privs/${_name}2/${_name}-$pkgver.tar."{xz,sign}
 "${_name}-2.45-makefile.patch")
-sha512sums=('32ddc303eeb1bf6a4b6cc81b0cb0c49544c58697735925b661a0cdfa18e4096fdbaed1a340c09b8060b09302dea332b216e9bdaf246e4c45f91211afc4752138'
+sha512sums=('6dcb249aac78efde959a986e7f06a364b2e6e57dd40b14e791d5a56012df485b2395dee0228f4cc3e1cddb2a4e3dcb9c1d83d5331ed084f23a46848494933845'
 'SKIP'
 
'4f613f83198dfccb8b79e1b2c8764657a85300cb166d633d86b87f46567d51fa9395387caf33e82a8718f19e9a1fc65c11e7b6f63c3c4cde1b2a27f70671ec07')
-b2sums=('61b422ad3a53b9f1e2e2fb253794ac5eef652e6592ffe5b0c4d7eb98c6683ebf08342bb2cbd1e4792cec206639c56bc3bafb983a990523ee3a1814686b57edf1'
+b2sums=('22df1dcf37a920e831c47edad62df2b3e35b5360605ed24bdb9199ac8ba1fd30cd20492f8a9eae25232cc042cbef9a89a3649e0d06412b84c58f12e7795844bc'
 'SKIP'
 
'6f50d5a03c3532e6e50506cd878b1c9ca5cee5f1758f9318d4cb5d1e319cbe5f31210ba46a81b1af30730e2329aed7921c11f1a468a596a3f210972ca0da9d64')
 validpgpkeys=('38A644698C69787344E954CE29EE848AE2CCF3F4') # Andrew G. Morgan 



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

2020-12-13 Thread David Runge via arch-commits
Date: Sunday, December 13, 2020 @ 10:19:28
  Author: dvzrv
Revision: 404270

archrelease: copy trunk to staging-x86_64

Added:
  libcap/repos/staging-x86_64/
  libcap/repos/staging-x86_64/PKGBUILD
(from rev 404269, libcap/trunk/PKGBUILD)
  libcap/repos/staging-x86_64/libcap-2.45-makefile.patch
(from rev 404269, libcap/trunk/libcap-2.45-makefile.patch)

+
 PKGBUILD   |   51 +++
 libcap-2.45-makefile.patch |   21 +
 2 files changed, 72 insertions(+)

Copied: libcap/repos/staging-x86_64/PKGBUILD (from rev 404269, 
libcap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-13 10:19:28 UTC (rev 404270)
@@ -0,0 +1,51 @@
+# Maintainer:  David Runge 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Hugo Doria 
+
+pkgname=libcap
+pkgver=2.46
+pkgrel=1
+pkgdesc='POSIX 1003.1e capabilities'
+arch=('x86_64')
+url="https://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('glibc' 'pam')
+makedepends=('linux-api-headers')
+provides=('libcap.so' 'libpsx.so')
+source=("https://kernel.org/pub/linux/libs/security/linux-privs/${pkgname}2/${pkgname}-$pkgver.tar."{xz,sign}
+"${pkgname}-2.45-makefile.patch"
+)
+sha512sums=('6dcb249aac78efde959a986e7f06a364b2e6e57dd40b14e791d5a56012df485b2395dee0228f4cc3e1cddb2a4e3dcb9c1d83d5331ed084f23a46848494933845'
+'SKIP'
+
'4f613f83198dfccb8b79e1b2c8764657a85300cb166d633d86b87f46567d51fa9395387caf33e82a8718f19e9a1fc65c11e7b6f63c3c4cde1b2a27f70671ec07')
+b2sums=('22df1dcf37a920e831c47edad62df2b3e35b5360605ed24bdb9199ac8ba1fd30cd20492f8a9eae25232cc042cbef9a89a3649e0d06412b84c58f12e7795844bc'
+'SKIP'
+
'6f50d5a03c3532e6e50506cd878b1c9ca5cee5f1758f9318d4cb5d1e319cbe5f31210ba46a81b1af30730e2329aed7921c11f1a468a596a3f210972ca0da9d64')
+validpgpkeys=(38A644698C69787344E954CE29EE848AE2CCF3F4) # Andrew G. Morgan 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # SBINDIR is hardcoded to sbin. set to bin
+  # add CPPFLAGS
+  patch -Np1 -i ../"${pkgname}-2.45-makefile.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make KERNEL_HEADERS='/usr/include' lib='lib' prefix='/usr'
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" RAISE_SETFCAP='no' lib='lib' prefix='/usr' install
+  # docs
+  install -vDm 644 {CHANGELOG,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 pam_cap/capability.conf \
+-t "$pkgdir/usr/share/doc/$pkgname/examples/"
+}

Copied: libcap/repos/staging-x86_64/libcap-2.45-makefile.patch (from rev 
404269, libcap/trunk/libcap-2.45-makefile.patch)
===
--- staging-x86_64/libcap-2.45-makefile.patch   (rev 0)
+++ staging-x86_64/libcap-2.45-makefile.patch   2020-12-13 10:19:28 UTC (rev 
404270)
@@ -0,0 +1,21 @@
+diff -ruN a/Make.Rules b/Make.Rules
+--- a/Make.Rules   2020-11-03 02:38:59.0 +0100
 b/Make.Rules   2020-11-06 16:55:10.149893784 +0100
+@@ -37,7 +37,7 @@
+ # Target directories
+ 
+ MANDIR=$(man_prefix)/man
+-SBINDIR=$(exec_prefix)/sbin
++SBINDIR=$(exec_prefix)/bin
+ INCDIR=$(inc_prefix)/include
+ LIBDIR=$(lib_prefix)/$(lib)
+ PKGCONFIGDIR=$(LIBDIR)/pkgconfig
+@@ -79,7 +79,7 @@
+ SYSTEM_HEADERS = /usr/include
+ INCS=$(topdir)/libcap/include/sys/capability.h
+ LDFLAGS += -L$(topdir)/libcap
+-CFLAGS += -Dlinux $(WARNINGS) $(DEBUG)
++CFLAGS += $(CPPFLAGS) -Dlinux $(WARNINGS) $(DEBUG)
+ INDENT := $(shell if [ -n "$$(which indent 2>/dev/null)" ]; then echo "| 
indent -kr" ; fi)
+ 
+ # SHARED tracks whether or not the SHARED libraries (libcap.so,


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

2020-12-13 Thread David Runge via arch-commits
Date: Sunday, December 13, 2020 @ 10:19:12
  Author: dvzrv
Revision: 404269

upgpkg: libcap 2.46-1: Upgrade to 2.46.

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 09:45:44 UTC (rev 404268)
+++ PKGBUILD2020-12-13 10:19:12 UTC (rev 404269)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libcap
-pkgver=2.45
-pkgrel=2
+pkgver=2.46
+pkgrel=1
 pkgdesc='POSIX 1003.1e capabilities'
 arch=('x86_64')
 url="https://sites.google.com/site/fullycapable/;
@@ -16,10 +16,10 @@
 
source=("https://kernel.org/pub/linux/libs/security/linux-privs/${pkgname}2/${pkgname}-$pkgver.tar."{xz,sign}
 "${pkgname}-2.45-makefile.patch"
 )
-sha512sums=('32ddc303eeb1bf6a4b6cc81b0cb0c49544c58697735925b661a0cdfa18e4096fdbaed1a340c09b8060b09302dea332b216e9bdaf246e4c45f91211afc4752138'
+sha512sums=('6dcb249aac78efde959a986e7f06a364b2e6e57dd40b14e791d5a56012df485b2395dee0228f4cc3e1cddb2a4e3dcb9c1d83d5331ed084f23a46848494933845'
 'SKIP'
 
'4f613f83198dfccb8b79e1b2c8764657a85300cb166d633d86b87f46567d51fa9395387caf33e82a8718f19e9a1fc65c11e7b6f63c3c4cde1b2a27f70671ec07')
-b2sums=('61b422ad3a53b9f1e2e2fb253794ac5eef652e6592ffe5b0c4d7eb98c6683ebf08342bb2cbd1e4792cec206639c56bc3bafb983a990523ee3a1814686b57edf1'
+b2sums=('22df1dcf37a920e831c47edad62df2b3e35b5360605ed24bdb9199ac8ba1fd30cd20492f8a9eae25232cc042cbef9a89a3649e0d06412b84c58f12e7795844bc'
 'SKIP'
 
'6f50d5a03c3532e6e50506cd878b1c9ca5cee5f1758f9318d4cb5d1e319cbe5f31210ba46a81b1af30730e2329aed7921c11f1a468a596a3f210972ca0da9d64')
 validpgpkeys=(38A644698C69787344E954CE29EE848AE2CCF3F4) # Andrew G. Morgan 



[arch-commits] Commit in kubernetes/repos (21 files)

2020-12-12 Thread David Runge via arch-commits
Date: Saturday, December 12, 2020 @ 18:51:49
  Author: dvzrv
Revision: 773610

archrelease: copy trunk to community-testing-x86_64

Added:
  kubernetes/repos/community-testing-x86_64/
  kubernetes/repos/community-testing-x86_64/10-kubeadm-kubelet.conf
(from rev 773609, kubernetes/trunk/10-kubeadm-kubelet.conf)
  kubernetes/repos/community-testing-x86_64/50-kubelet-sysctl.conf
(from rev 773609, kubernetes/trunk/50-kubelet-sysctl.conf)
  kubernetes/repos/community-testing-x86_64/PKGBUILD
(from rev 773609, kubernetes/trunk/PKGBUILD)
  kubernetes/repos/community-testing-x86_64/kube-apiserver.env
(from rev 773609, kubernetes/trunk/kube-apiserver.env)
  kubernetes/repos/community-testing-x86_64/kube-apiserver.service
(from rev 773609, kubernetes/trunk/kube-apiserver.service)
  kubernetes/repos/community-testing-x86_64/kube-controller-manager.env
(from rev 773609, kubernetes/trunk/kube-controller-manager.env)
  kubernetes/repos/community-testing-x86_64/kube-controller-manager.service
(from rev 773609, kubernetes/trunk/kube-controller-manager.service)
  kubernetes/repos/community-testing-x86_64/kube-proxy.env
(from rev 773609, kubernetes/trunk/kube-proxy.env)
  kubernetes/repos/community-testing-x86_64/kube-proxy.service
(from rev 773609, kubernetes/trunk/kube-proxy.service)
  kubernetes/repos/community-testing-x86_64/kube-scheduler.env
(from rev 773609, kubernetes/trunk/kube-scheduler.env)
  kubernetes/repos/community-testing-x86_64/kube-scheduler.service
(from rev 773609, kubernetes/trunk/kube-scheduler.service)
  kubernetes/repos/community-testing-x86_64/kubeadm.install
(from rev 773609, kubernetes/trunk/kubeadm.install)
  kubernetes/repos/community-testing-x86_64/kubelet-modules.conf
(from rev 773609, kubernetes/trunk/kubelet-modules.conf)
  kubernetes/repos/community-testing-x86_64/kubelet-sysctl.conf
(from rev 773609, kubernetes/trunk/kubelet-sysctl.conf)
  kubernetes/repos/community-testing-x86_64/kubelet.env
(from rev 773609, kubernetes/trunk/kubelet.env)
  kubernetes/repos/community-testing-x86_64/kubelet.install
(from rev 773609, kubernetes/trunk/kubelet.install)
  kubernetes/repos/community-testing-x86_64/kubelet.service
(from rev 773609, kubernetes/trunk/kubelet.service)
  kubernetes/repos/community-testing-x86_64/kubernetes-1.20.0-gotags.patch
(from rev 773609, kubernetes/trunk/kubernetes-1.20.0-gotags.patch)
  kubernetes/repos/community-testing-x86_64/kubernetes-sysusers.conf
(from rev 773609, kubernetes/trunk/kubernetes-sysusers.conf)
  kubernetes/repos/community-testing-x86_64/kubernetes-tmpfiles.conf
(from rev 773609, kubernetes/trunk/kubernetes-tmpfiles.conf)

-+
 10-kubeadm-kubelet.conf |   10 +
 50-kubelet-sysctl.conf  |2 
 PKGBUILD|  228 ++
 kube-apiserver.env  |   10 +
 kube-apiserver.service  |   16 ++
 kube-controller-manager.env |   11 +
 kube-controller-manager.service |   13 ++
 kube-proxy.env  |9 +
 kube-proxy.service  |   13 ++
 kube-scheduler.env  |   10 +
 kube-scheduler.service  |   13 ++
 kubeadm.install |   35 +
 kubelet-modules.conf|1 
 kubelet-sysctl.conf |3 
 kubelet.env |9 +
 kubelet.install |   10 +
 kubelet.service |   20 +++
 kubernetes-1.20.0-gotags.patch  |   12 ++
 kubernetes-sysusers.conf|1 
 kubernetes-tmpfiles.conf|1 
 20 files changed, 427 insertions(+)

Copied: kubernetes/repos/community-testing-x86_64/10-kubeadm-kubelet.conf (from 
rev 773609, kubernetes/trunk/10-kubeadm-kubelet.conf)
===
--- community-testing-x86_64/10-kubeadm-kubelet.conf
(rev 0)
+++ community-testing-x86_64/10-kubeadm-kubelet.conf2020-12-12 18:51:49 UTC 
(rev 773610)
@@ -0,0 +1,10 @@
+[Service]
+Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf
 --kubeconfig=/etc/kubernetes/kubelet.conf"
+Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml"
+# "kubeadm init" and "kubeadm join" populate the KUBELET_KUBEADM_ARGS in this 
file
+EnvironmentFile=-/var/lib/kubelet/kubeadm-flags.env
+# The KUBELET_ARGS can be sourced from this file
+# NOTE: Using the config.yaml is preferred
+EnvironmentFile=-/etc/kubernetes/kubelet.env
+ExecStart=
+ExecStart=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_CONFIG_ARGS 
$KUBELET_KUBEADM_ARGS $KUBELET_ARGS

Copied: kubernetes/repos/community-testing-x86_64/50-kubelet-sysctl.conf (from 
rev 773609, kubernetes/trunk/50-kubelet-sysctl.conf)
===
--- community-testing-x86_64/50-kubelet-sysctl.conf 
(rev 0)
+++ 

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

2020-12-12 Thread David Runge via arch-commits
Date: Saturday, December 12, 2020 @ 18:51:02
  Author: dvzrv
Revision: 773609

upgpkg: kubernetes 1.20.0-1: Upgrade to 1.20.0.

Update patch for fixing gotags.

Added:
  kubernetes/trunk/kubernetes-1.20.0-gotags.patch
Modified:
  kubernetes/trunk/PKGBUILD
Deleted:
  kubernetes/trunk/kubernetes-gotags.patch

+
 PKGBUILD   |   16 
 kubernetes-1.20.0-gotags.patch |   12 
 kubernetes-gotags.patch|   13 -
 3 files changed, 20 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 18:03:12 UTC (rev 773608)
+++ PKGBUILD2020-12-12 18:51:02 UTC (rev 773609)
@@ -2,8 +2,8 @@
 
 pkgbase=kubernetes
 pkgname=('kube-apiserver' 'kube-controller-manager' 'kube-proxy' 
'kube-scheduler' 'kubectl' 'kubelet' 'kubeadm')
-pkgver=1.19.4
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
 pkgdesc="Production-Grade Container Scheduling and Management"
 arch=('x86_64')
 url="https://kubernetes.io/;
@@ -12,7 +12,7 @@
 makedepends=('cni-plugins' 'conntrack-tools' 'ebtables' 'ethtool' 'git' 'go'
 'go-bindata' 'go-md2man' 'iptables' 'socat' 'rsync')
 
source=("https://github.com/kubernetes/kubernetes/archive/v${pkgver}/kubernetes-${pkgver}.tar.gz;
-"${pkgbase}-gotags.patch"
+"${pkgbase}-1.20.0-gotags.patch"
 "10-kubeadm-kubelet.conf"
 "50-kubelet-sysctl.conf"
 "kubelet-modules.conf"
@@ -29,8 +29,8 @@
 "kube-scheduler.env"
 "kube-scheduler.service"
 )
-sha512sums=('b5a2cd73db3b1454c54d500d21630c971b5dae94377180e658638384ef2b243f0b41f1ce00eb425ab5958bddbdc0c792be4f14b9b61a364a90992860ca9109da'
-
'41a3ac1b849a8cfd824b21f5f3c0344a5b2342c51d33f2a79d3d25731a903e9338864faca495285868669be6926d7a9ce44febf40ecd2d40dec7cb1d79cb40b7'
+sha512sums=('d04967ca858c05eb52ea46fbd5415cadb86e2ceb88481f523de2779c68dfc5eacdab033ccd873ba2c4b23e843d97b9f01400d058b421ddc618ea2b2ef751e24b'
+
'a2c97738fb49c0e30eee44b6404af083bbaddbafb8a3fa92493802065f4ac06f0c09d50437a9fdda345e0365de984d9bc768fb9300a40c716e6dec53bd57b6de'
 
'5f7132636b6afe9f00dc450c58073c0829942fa44070e7ec5a2c227c485c83f076bdea081d207f926b44d02700be65bf19a61f5d8d1472edd480f980e6ffbc3a'
 
'ed5ba22b37eaa9f4950ff3b57d60dd7866fcd5b8bd5197eab3170470528e8d91379483d3eb724589e695184f9b0ed506ebaee73ecca0dc40afdb5f35e79d178a'
 
'c318b64a03da07dfe435b2d8c368e55b0ab567da78c57ed814a7864fa75aeac52b28cf562b4afd8daa52168af93b318c1fead557ee676e950af25d422c276a17'
@@ -46,8 +46,8 @@
 
'dd4efa137462905f9e29a99d69b747ae35e58ba8152794bfa417325953dd5059bad96fabfabf73ce1ee2310dc4ab4d1b95c8d931d33b81c67addcb614a51be54'
 
'ba277f765959ddb8aa0dee5a86cd9df1f40fb3f6ea1001f24825dbf21bd9342981d13894301170431729f76e710f70c23481e4061c64be29517ff497490f1ef3'
 
'2c25c0e11a7b2d6d61e03f9afe7ba21f9497495ab02e85f2623ce8c71019fb8a1af16197ab3968d5da050c2188c3e67372aa43322ac91af84f7da61bf73596bc')
-b2sums=('a3402abbd524ba135b7fa5ae9451743da44e7691e9b646de01b265078d89099440e7d14b56b21f4b2f0e105825d51c9565b62d7ae81b644f2a0a0dde4f40122a'
-
'9ccfe1fcee65e414bba3de3000c1c444590a662259d194c4c6b9fe4ad03dbd687350d7ee1f750b39224f298304eb0b18daa965cde2fcd3bce42e8c903062c30b'
+b2sums=('8bcb34cd3e62f241caa21706f95f010cb5962b697799fcbfba62c67bfb786c3cdcac61b444676fa90952d4ac0d997364202c3797f963c8fcf60d69deca235ba5'
+
'a84c41a2b2be6ab0f5f6c3ede13b28456deb7098421a6f1af0e72e53a9214efa30a59709c5b1e6c35031c4dfd15e786a691b69e592796d769cf057fb1d21379a'
 
'dbab30d7e1b566027fec9d6a95dd41ed8f64399c39aac07fb4513ce21050eeeb4a226adfd513f76921c305945dfa4a140602ede574dd5eb4cd287e0f2df21714'
 
'27a8dcbbe06fa7aea122fc87ca663710ae2179c995270d94e22c905422e2639f3c9c81eef6723467c76366062381d8bd65e84ef79f47fed7c240973a55f5cb0e'
 
'a03b8a2ce6a606068cad278c6b8039181968c132a935448bf45e1b3668357487da1528569ed582b107db0654a1614b784a73c726729aad42abed18a4c15ce5b6'
@@ -67,7 +67,7 @@
 prepare() {
   cd "${pkgbase}-${pkgver}"
   # the -tags can only be a space separated list
-  patch -Np1 -i ../"${pkgbase}-gotags.patch"
+  patch -Np1 -i ../"${pkgbase}-1.20.0-gotags.patch"
   # set CGO_ENABLED
   sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i hack/lib/golang.sh
 }

Added: kubernetes-1.20.0-gotags.patch
===
--- kubernetes-1.20.0-gotags.patch  (rev 0)
+++ kubernetes-1.20.0-gotags.patch  2020-12-12 18:51:02 UTC (rev 773609)
@@ -0,0 +1,12 @@
+diff -ruN a/hack/lib/golang.sh b/hack/lib/golang.sh
+--- a/hack/lib/golang.sh   2020-12-04 22:45:25.0 +0100
 b/hack/lib/golang.sh   2020-12-12 19:15:53.971460223 +0100
+@@ -793,7 +793,7 @@
+ 
+ # extract tags if any specified in GOFLAGS
+ # shellcheck disable=SC2001
+-gotags="selinux,notest,$(echo "${GOFLAGS:-}" | sed -e 
's|.*-tags=\([^-]*\).*|\1|')"
++

[arch-commits] Commit in cri-o/repos (6 files)

2020-12-12 Thread David Runge via arch-commits
Date: Saturday, December 12, 2020 @ 18:03:12
  Author: dvzrv
Revision: 773608

archrelease: copy trunk to community-testing-x86_64

Added:
  cri-o/repos/community-testing-x86_64/
  cri-o/repos/community-testing-x86_64/PKGBUILD
(from rev 773607, cri-o/trunk/PKGBUILD)
  cri-o/repos/community-testing-x86_64/cri-o-1.19.0-pinns_pie.patch
(from rev 773607, cri-o/trunk/cri-o-1.19.0-pinns_pie.patch)
  cri-o/repos/community-testing-x86_64/cri-o.install
(from rev 773607, cri-o/trunk/cri-o.install)
  cri-o/repos/community-testing-x86_64/modules-cri-o.conf
(from rev 773607, cri-o/trunk/modules-cri-o.conf)
  cri-o/repos/community-testing-x86_64/sysctl-cri-o.conf
(from rev 773607, cri-o/trunk/sysctl-cri-o.conf)

--+
 PKGBUILD |   87 +
 cri-o-1.19.0-pinns_pie.patch |   33 +++
 cri-o.install|8 +++
 modules-cri-o.conf   |2 
 sysctl-cri-o.conf|3 +
 5 files changed, 133 insertions(+)

Copied: cri-o/repos/community-testing-x86_64/PKGBUILD (from rev 773607, 
cri-o/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-12 18:03:12 UTC (rev 773608)
@@ -0,0 +1,87 @@
+# Maintainer: David Runge 
+# Contributor: Tony Lambiris 
+
+pkgname=cri-o
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface"
+arch=('x86_64')
+url="https://github.com/cri-o/cri-o;
+license=('Apache')
+depends=('cni-plugins' 'conmon' 'conntrack-tools' 'containers-common'
+'device-mapper' 'glibc' 'iproute2' 'iptables' 'runc')
+makedepends=('apparmor' 'btrfs-progs' 'gpgme' 'go' 'go-md2man' 'libassuan'
+'libseccomp' 'ostree')
+optdepends=('apparmor: for apparmor integration'
+'btrfs-progs: for btrfs support')
+provides=('container-runtime')
+backup=('etc/crio/crio.conf'
+'etc/cni/net.d/100-crio-bridge.conf'
+'etc/cni/net.d/199-crio-loopback.conf'
+)
+# configuration override and hook directories should exist
+options=('emptydirs')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
+"modules-${pkgname}.conf"
+"sysctl-${pkgname}.conf"
+"${pkgname}-1.19.0-pinns_pie.patch")
+sha512sums=('9bc718d0f2e082947f592e3a26f75a8a05116defecff7270f058e47ca0d0ba0a2a581ee155df15d5466e6dff8049bd52abc883577d7b917a0342d2133649d46c'
+
'85ee1310cb36c85c42b4068a9549a3ef72b856cd61b2c1036c3e871ef43a69ed80b43599ad94ce5b069ddd823e730596bb3d3875d4ba8cd77c4cc1985335'
+
'fbcc3c29d5d3dedf56ea96577dec50cb2656b4a22f5a82bf2d600ae20c6b113d35d5db116bac5520398d47a22d40835f56b86433c5713924060e1a7018d297ec'
+
'1eb382a0a5c273a6ed1df9666ff2b7a83cdb513818f85ca9984da254aecf518580c1b13410715eb73fd1bc7d687a4fd6ef5ae30eb11a1046e422157f117aeb1a')
+b2sums=('6a13a7cae521f3c0daaadb01ce5865ec5b38395f581d9cc14a31ca83418f5bc8dd06c232f6a3fdd681326ddb578df22b7759393ddc45b51ea28344e3c7ee2410'
+
'2771c64b45876d728fc139aa90754df8aadb07e14a7e1126a1488dfcbad7ebcbca923cb0230c4b87acdc6dad8243af2ad06ef4ce587d5c71fc200e40835d8b8d'
+
'c8a2133df6575c54eb9bd0a89a0c6c764c0cd456bff7338c4a2e1ef4f70a5a778d5a05c335fcf2491ed55e15fc36c677853c0bc8ab66d673f1950fa2c7695f6e'
+
'8d77c8060f483c943bd48d9bc2c1d676878e570b29989b7ff733906612b6dff09ed1ffcabc5174175ebc667df897e37e98a8132016bddcb27137661fca2da6dd')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # make sure that /run instead of /var/run is used
+  sed -e 's|/var/run|/run|g' \
+  -i crictl.yaml pkg/config/config{,_unix}.go \
+  docs/*.md crio-umount.conf \
+  vendor/github.com/containers/conmon/runner/config/config_unix.go
+  # make sure that /usr/bin is used in systemd units
+  sed -e 's|/usr/local|/usr|g' \
+  -i contrib/systemd/*.service
+  # set the correct default PATH for cni-plugins
+  sed -e 's|/opt/cni/bin/|/usr/lib/cni/|g' \
+  -i pkg/config/config_unix.go
+  # do not statically link pinns and enable PIE
+  patch -Np1 -i "../${pkgname}-1.19.0-pinns_pie.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  make GO_MD2MAN=/usr/bin/go-md2man
+}
+
+package() {
+  depends+=('libdevmapper.so' 'libgpgme.so' 'libseccomp.so')
+  cd "${pkgname}-${pkgver}"
+  # makefile is mixing DESTDIR and PREFIX
+  make install install.systemd GO_MD2MAN=/usr/bin/go-md2man 
DESTDIR="${pkgdir}" PREFIX="${pkgdir}/usr"
+  # install CNI configs
+  install -vDm 644 contrib/cni/10-crio-bridge.conf 
"${pkgdir}/etc/cni/net.d/100-crio-bridge.conf"
+  install -vDm 644 

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

2020-12-12 Thread David Runge via arch-commits
Date: Saturday, December 12, 2020 @ 18:02:56
  Author: dvzrv
Revision: 773607

upgpkg: cri-o 1.20.0-1: Upgrade to 1.20.0.

Provide system-wide go-md2man to build system.

Modified:
  cri-o/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 17:35:51 UTC (rev 773606)
+++ PKGBUILD2020-12-12 18:02:56 UTC (rev 773607)
@@ -2,8 +2,8 @@
 # Contributor: Tony Lambiris 
 
 pkgname=cri-o
-pkgver=1.19.0
-pkgrel=7
+pkgver=1.20.0
+pkgrel=1
 pkgdesc="Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface"
 arch=('x86_64')
 url="https://github.com/cri-o/cri-o;
@@ -10,7 +10,8 @@
 license=('Apache')
 depends=('cni-plugins' 'conmon' 'conntrack-tools' 'containers-common'
 'device-mapper' 'glibc' 'iproute2' 'iptables' 'runc')
-makedepends=('apparmor' 'btrfs-progs' 'gpgme' 'go' 'go-md2man' 'libassuan' 
'libseccomp' 'ostree')
+makedepends=('apparmor' 'btrfs-progs' 'gpgme' 'go' 'go-md2man' 'libassuan'
+'libseccomp' 'ostree')
 optdepends=('apparmor: for apparmor integration'
 'btrfs-progs: for btrfs support')
 provides=('container-runtime')
@@ -25,11 +26,11 @@
 "modules-${pkgname}.conf"
 "sysctl-${pkgname}.conf"
 "${pkgname}-1.19.0-pinns_pie.patch")
-sha512sums=('15b506d755be735d7b71e503b02b309693e3090be41f5790bd34cec460238eab56829239caf18849f3656cf8c12f77a10bbb3ae4ad81eb4e18858946e454583d'
+sha512sums=('9bc718d0f2e082947f592e3a26f75a8a05116defecff7270f058e47ca0d0ba0a2a581ee155df15d5466e6dff8049bd52abc883577d7b917a0342d2133649d46c'
 
'85ee1310cb36c85c42b4068a9549a3ef72b856cd61b2c1036c3e871ef43a69ed80b43599ad94ce5b069ddd823e730596bb3d3875d4ba8cd77c4cc1985335'
 
'fbcc3c29d5d3dedf56ea96577dec50cb2656b4a22f5a82bf2d600ae20c6b113d35d5db116bac5520398d47a22d40835f56b86433c5713924060e1a7018d297ec'
 
'1eb382a0a5c273a6ed1df9666ff2b7a83cdb513818f85ca9984da254aecf518580c1b13410715eb73fd1bc7d687a4fd6ef5ae30eb11a1046e422157f117aeb1a')
-b2sums=('8288985392a08fb7fdc58f509d34f8814bf9670386b7aae42be349765cb1f3bd3f4b77077e9c282a4a25b0f99b8a8fc335c6a53053bd2575b3e23c225483a1d3'
+b2sums=('6a13a7cae521f3c0daaadb01ce5865ec5b38395f581d9cc14a31ca83418f5bc8dd06c232f6a3fdd681326ddb578df22b7759393ddc45b51ea28344e3c7ee2410'
 
'2771c64b45876d728fc139aa90754df8aadb07e14a7e1126a1488dfcbad7ebcbca923cb0230c4b87acdc6dad8243af2ad06ef4ce587d5c71fc200e40835d8b8d'
 
'c8a2133df6575c54eb9bd0a89a0c6c764c0cd456bff7338c4a2e1ef4f70a5a778d5a05c335fcf2491ed55e15fc36c677853c0bc8ab66d673f1950fa2c7695f6e'
 
'8d77c8060f483c943bd48d9bc2c1d676878e570b29989b7ff733906612b6dff09ed1ffcabc5174175ebc667df897e37e98a8132016bddcb27137661fca2da6dd')
@@ -40,8 +41,7 @@
   sed -e 's|/var/run|/run|g' \
   -i crictl.yaml pkg/config/config{,_unix}.go \
   docs/*.md crio-umount.conf \
-  vendor/github.com/containers/conmon/runner/config/config_unix.go \
-  vendor/github.com/containers/storage/{storage.conf,store.go}
+  vendor/github.com/containers/conmon/runner/config/config_unix.go
   # make sure that /usr/bin is used in systemd units
   sed -e 's|/usr/local|/usr|g' \
   -i contrib/systemd/*.service
@@ -60,7 +60,7 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
 
-  make
+  make GO_MD2MAN=/usr/bin/go-md2man
 }
 
 package() {
@@ -67,7 +67,7 @@
   depends+=('libdevmapper.so' 'libgpgme.so' 'libseccomp.so')
   cd "${pkgname}-${pkgver}"
   # makefile is mixing DESTDIR and PREFIX
-  make install install.systemd DESTDIR="${pkgdir}" PREFIX="${pkgdir}/usr"
+  make install install.systemd GO_MD2MAN=/usr/bin/go-md2man 
DESTDIR="${pkgdir}" PREFIX="${pkgdir}/usr"
   # install CNI configs
   install -vDm 644 contrib/cni/10-crio-bridge.conf 
"${pkgdir}/etc/cni/net.d/100-crio-bridge.conf"
   install -vDm 644 contrib/cni/99-loopback.conf 
"${pkgdir}/etc/cni/net.d/199-crio-loopback.conf"


[arch-commits] Commit in profile-sync-daemon/repos/community-any (4 files)

2020-12-12 Thread David Runge via arch-commits
Date: Saturday, December 12, 2020 @ 11:27:54
  Author: dvzrv
Revision: 773264

archrelease: copy trunk to community-any

Added:
  profile-sync-daemon/repos/community-any/PKGBUILD
(from rev 773263, profile-sync-daemon/trunk/PKGBUILD)
  profile-sync-daemon/repos/community-any/profile-sync-daemon.install
(from rev 773263, profile-sync-daemon/trunk/profile-sync-daemon.install)
Deleted:
  profile-sync-daemon/repos/community-any/PKGBUILD
  profile-sync-daemon/repos/community-any/profile-sync-daemon.install

-+
 PKGBUILD|   56 +++
 profile-sync-daemon.install |  320 +-
 2 files changed, 188 insertions(+), 188 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 11:27:41 UTC (rev 773263)
+++ PKGBUILD2020-12-12 11:27:54 UTC (rev 773264)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: graysky 
-
-pkgname=profile-sync-daemon
-pkgver=6.42
-pkgrel=1
-pkgdesc="Symlinks and syncs browser profile dirs to RAM"
-arch=('any')
-url="https://github.com/graysky2/profile-sync-daemon;
-license=('MIT')
-depends=('bash' 'findutils' 'inetutils' 'procps-ng' 'rsync' 'systemd')
-optdepends=('zsh-completions: for completion when using zsh')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('c7c23187d5badf0f47f66988331bc0fc3f639869a851b17dd6fd894a3c4d01715e6299475664fb93a7c4ad555d1c54553775a504ad9c108a99c6c564de383c33')
-b2sums=('15a0e10e11fc81bd5be181b99691ef8f656016b6b692c6d17ebbd099bbef4da21187243e73a4c3ba5f78172b42e7b1ef585d00aea98e4541222b7d25a8a4b1af')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: profile-sync-daemon/repos/community-any/PKGBUILD (from rev 773263, 
profile-sync-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 11:27:54 UTC (rev 773264)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+# Contributor: graysky 
+
+pkgname=profile-sync-daemon
+pkgver=6.43
+pkgrel=1
+pkgdesc="Symlinks and syncs browser profile dirs to RAM"
+arch=('any')
+url="https://github.com/graysky2/profile-sync-daemon;
+license=('MIT')
+depends=('bash' 'findutils' 'inetutils' 'procps-ng' 'rsync' 'systemd')
+optdepends=('zsh-completions: for completion when using zsh')
+install="${pkgname}.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('bfde1b07a0f087cb248d21b4460e85d1a18f2979ce3caab02b9ac96d7668aca276fe9ed1147b2b494d15269363a88f313e9250faf587b5813813f9606634049e')
+b2sums=('76d468954ec53653ab41f757f9c7dc98716934ec11c28967df178ca9566574fe25892991c4beab5989d12ba5aed7d1392a4703b5990a735b9fed951bd67fe586')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: profile-sync-daemon.install
===
--- profile-sync-daemon.install 2020-12-12 11:27:41 UTC (rev 773263)
+++ profile-sync-daemon.install 2020-12-12 11:27:54 UTC (rev 773264)
@@ -1,160 +0,0 @@
-## arg 1:  the new package version
-## arg 2:  the old package version
-# shellcheck disable=SC2016
-
-users=$(loginctl --no-legend list-users | awk '{ print $2 }' | sed 
':a;N;$!ba;s/\n/ /g')
-
-pre_upgrade() {
-  # version 6.00 is a major rebuild
-  # yes, I realize that pacman should not stop services but in this case it
-  # is required or else browser profiles (user data) can get renamed and 
confuse
-  # people if it does not happen
-  if [ "$(vercmp "$2" 6.00)" -lt 0 ]; then
-echo 'Attention: Major changes have been introduced with 6.00+'
-echo 'Instead of a system service a user service is now used.'
-echo 'Only $HOME/.config/psd/psd.conf is used (and automatically created 
on first start).'
-echo 'To use overlayfs additional setup steps are required (see `man 1 
psd`).'
-
-# stop system service now since it will be removed upon updating
-if systemctl is-active psd.service &>/dev/null; then
-  systemctl stop psd.service &>/dev/null
-fi
-  fi
-
-  # version 6.01 redefines the location of tmpfs for the software so it is
-  # required that pacman stop the user service here if running
-  if [ "$(vercmp "$2" 6.01)" -lt 0 ]; then
-for user in $users; do
-  if _psd_running_for_user "$user"; then
-_stop_psd_for_user "$user"
-_diff_recommendation
-  fi
-done
-  fi
-
-  if [ 

[arch-commits] Commit in profile-sync-daemon/trunk (PKGBUILD)

2020-12-12 Thread David Runge via arch-commits
Date: Saturday, December 12, 2020 @ 11:27:41
  Author: dvzrv
Revision: 773263

upgpkg: profile-sync-daemon 6.43-1: Upgrade to 6.43.

Modified:
  profile-sync-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 11:26:13 UTC (rev 773262)
+++ PKGBUILD2020-12-12 11:27:41 UTC (rev 773263)
@@ -2,7 +2,7 @@
 # Contributor: graysky 
 
 pkgname=profile-sync-daemon
-pkgver=6.42
+pkgver=6.43
 pkgrel=1
 pkgdesc="Symlinks and syncs browser profile dirs to RAM"
 arch=('any')
@@ -12,8 +12,8 @@
 optdepends=('zsh-completions: for completion when using zsh')
 install="${pkgname}.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('c7c23187d5badf0f47f66988331bc0fc3f639869a851b17dd6fd894a3c4d01715e6299475664fb93a7c4ad555d1c54553775a504ad9c108a99c6c564de383c33')
-b2sums=('15a0e10e11fc81bd5be181b99691ef8f656016b6b692c6d17ebbd099bbef4da21187243e73a4c3ba5f78172b42e7b1ef585d00aea98e4541222b7d25a8a4b1af')
+sha512sums=('bfde1b07a0f087cb248d21b4460e85d1a18f2979ce3caab02b9ac96d7668aca276fe9ed1147b2b494d15269363a88f313e9250faf587b5813813f9606634049e')
+b2sums=('76d468954ec53653ab41f757f9c7dc98716934ec11c28967df178ca9566574fe25892991c4beab5989d12ba5aed7d1392a4703b5990a735b9fed951bd67fe586')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-12-11 Thread David Runge via arch-commits
Date: Friday, December 11, 2020 @ 10:43:14
  Author: dvzrv
Revision: 773120

archrelease: copy trunk to community-x86_64

Added:
  cri-o/repos/community-x86_64/PKGBUILD
(from rev 773119, cri-o/trunk/PKGBUILD)
  cri-o/repos/community-x86_64/cri-o-1.19.0-pinns_pie.patch
(from rev 773119, cri-o/trunk/cri-o-1.19.0-pinns_pie.patch)
  cri-o/repos/community-x86_64/cri-o.install
(from rev 773119, cri-o/trunk/cri-o.install)
  cri-o/repos/community-x86_64/modules-cri-o.conf
(from rev 773119, cri-o/trunk/modules-cri-o.conf)
  cri-o/repos/community-x86_64/sysctl-cri-o.conf
(from rev 773119, cri-o/trunk/sysctl-cri-o.conf)
Deleted:
  cri-o/repos/community-x86_64/PKGBUILD
  cri-o/repos/community-x86_64/cri-o-1.19.0-pinns_pie.patch
  cri-o/repos/community-x86_64/cri-o.install
  cri-o/repos/community-x86_64/modules-cri-o.conf
  cri-o/repos/community-x86_64/sysctl-cri-o.conf

--+
 PKGBUILD |  168 +
 cri-o-1.19.0-pinns_pie.patch |   66 
 cri-o.install|   16 +--
 modules-cri-o.conf   |4 
 sysctl-cri-o.conf|6 -
 5 files changed, 133 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 10:42:59 UTC (rev 773119)
+++ PKGBUILD2020-12-11 10:43:14 UTC (rev 773120)
@@ -1,81 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tony Lambiris 
-
-pkgname=cri-o
-pkgver=1.19.0
-pkgrel=6
-pkgdesc="Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface"
-arch=('x86_64')
-url="https://github.com/cri-o/cri-o;
-license=('Apache')
-depends=('cni-plugins' 'conmon' 'conntrack-tools' 'containers-common'
-'device-mapper' 'glibc' 'iproute2' 'iptables' 'runc')
-makedepends=('apparmor' 'btrfs-progs' 'gpgme' 'go' 'go-md2man' 'libassuan' 
'libseccomp' 'ostree')
-optdepends=('apparmor: for apparmor integration'
-'btrfs-progs: for btrfs support')
-provides=('container-runtime')
-backup=('etc/crio/crio.conf')
-# configuration override and hook directories should exist
-options=('emptydirs')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
-"modules-${pkgname}.conf"
-"sysctl-${pkgname}.conf"
-"${pkgname}-1.19.0-pinns_pie.patch")
-sha512sums=('15b506d755be735d7b71e503b02b309693e3090be41f5790bd34cec460238eab56829239caf18849f3656cf8c12f77a10bbb3ae4ad81eb4e18858946e454583d'
-
'85ee1310cb36c85c42b4068a9549a3ef72b856cd61b2c1036c3e871ef43a69ed80b43599ad94ce5b069ddd823e730596bb3d3875d4ba8cd77c4cc1985335'
-
'fbcc3c29d5d3dedf56ea96577dec50cb2656b4a22f5a82bf2d600ae20c6b113d35d5db116bac5520398d47a22d40835f56b86433c5713924060e1a7018d297ec'
-
'1eb382a0a5c273a6ed1df9666ff2b7a83cdb513818f85ca9984da254aecf518580c1b13410715eb73fd1bc7d687a4fd6ef5ae30eb11a1046e422157f117aeb1a')
-b2sums=('8288985392a08fb7fdc58f509d34f8814bf9670386b7aae42be349765cb1f3bd3f4b77077e9c282a4a25b0f99b8a8fc335c6a53053bd2575b3e23c225483a1d3'
-
'2771c64b45876d728fc139aa90754df8aadb07e14a7e1126a1488dfcbad7ebcbca923cb0230c4b87acdc6dad8243af2ad06ef4ce587d5c71fc200e40835d8b8d'
-
'c8a2133df6575c54eb9bd0a89a0c6c764c0cd456bff7338c4a2e1ef4f70a5a778d5a05c335fcf2491ed55e15fc36c677853c0bc8ab66d673f1950fa2c7695f6e'
-
'8d77c8060f483c943bd48d9bc2c1d676878e570b29989b7ff733906612b6dff09ed1ffcabc5174175ebc667df897e37e98a8132016bddcb27137661fca2da6dd')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # make sure that /run instead of /var/run is used
-  sed -e 's|/var/run|/run|g' \
-  -i crictl.yaml pkg/config/config{,_unix}.go \
-  docs/*.md crio-umount.conf \
-  vendor/github.com/containers/conmon/runner/config/config_unix.go \
-  vendor/github.com/containers/storage/{storage.conf,store.go}
-  # make sure that /usr/bin is used in systemd units
-  sed -e 's|/usr/local|/usr|g' \
-  -i contrib/systemd/*.service
-  # set the correct default PATH for cni-plugins
-  sed -e 's|/opt/cni/bin/|/usr/lib/cni/|g' \
-  -i pkg/config/config_unix.go
-  # do not statically link pinns and enable PIE
-  patch -Np1 -i "../${pkgname}-1.19.0-pinns_pie.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  make
-}
-
-package() {
-  depends+=('libdevmapper.so' 'libgpgme.so' 'libseccomp.so')
-  cd "${pkgname}-${pkgver}"
-  # makefile is mixing DESTDIR and PREFIX
-  make install install.systemd DESTDIR="${pkgdir}" PREFIX="${pkgdir}/usr"
-  # modules
-  install -vDm 644 "../modules-${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/cri-o.conf"
-  # sysctl
-  install -vDm 644 "../sysctl-${pkgname}.conf" 

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

2020-12-11 Thread David Runge via arch-commits
Date: Friday, December 11, 2020 @ 10:42:59
  Author: dvzrv
Revision: 773119

upgpkg: cri-o 1.19.0-7: Rebuild to add default CNI configuration.

Add the default CNI configuration for bridge and loopback setup (also to backup 
array).

Modified:
  cri-o/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:58:02 UTC (rev 773118)
+++ PKGBUILD2020-12-11 10:42:59 UTC (rev 773119)
@@ -3,7 +3,7 @@
 
 pkgname=cri-o
 pkgver=1.19.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface"
 arch=('x86_64')
 url="https://github.com/cri-o/cri-o;
@@ -14,7 +14,10 @@
 optdepends=('apparmor: for apparmor integration'
 'btrfs-progs: for btrfs support')
 provides=('container-runtime')
-backup=('etc/crio/crio.conf')
+backup=('etc/crio/crio.conf'
+'etc/cni/net.d/100-crio-bridge.conf'
+'etc/cni/net.d/199-crio-loopback.conf'
+)
 # configuration override and hook directories should exist
 options=('emptydirs')
 install="${pkgname}.install"
@@ -65,6 +68,9 @@
   cd "${pkgname}-${pkgver}"
   # makefile is mixing DESTDIR and PREFIX
   make install install.systemd DESTDIR="${pkgdir}" PREFIX="${pkgdir}/usr"
+  # install CNI configs
+  install -vDm 644 contrib/cni/10-crio-bridge.conf 
"${pkgdir}/etc/cni/net.d/100-crio-bridge.conf"
+  install -vDm 644 contrib/cni/99-loopback.conf 
"${pkgdir}/etc/cni/net.d/199-crio-loopback.conf"
   # modules
   install -vDm 644 "../modules-${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/cri-o.conf"
   # sysctl


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:15:04
  Author: dvzrv
Revision: 773077

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libusb/repos/multilib-testing-x86_64/
  lib32-libusb/repos/multilib-testing-x86_64/PKGBUILD
(from rev 773076, lib32-libusb/trunk/PKGBUILD)

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

Copied: lib32-libusb/repos/multilib-testing-x86_64/PKGBUILD (from rev 773076, 
lib32-libusb/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-10 20:15:04 UTC (rev 773077)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: David Runge 
+# Contributor: 3V0LU710N 
+
+_name=libusb
+pkgname=lib32-libusb
+pkgver=1.0.24
+pkgrel=1
+pkgdesc="A cross-platform user library to access USB devices (32-bit)"
+arch=('x86_64')
+url="http://libusb.info/;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-systemd' 'libusb')
+provides=('libusb-1.0.so')
+makedepends=('gcc-multilib')
+source=("https://github.com/${_name}/${_name}/releases/download/v$pkgver/${_name}-$pkgver.tar.bz2;)
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --disable-static
+  make
+}
+
+package () {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:14:57
  Author: dvzrv
Revision: 773076

upgpkg: lib32-libusb 1.0.24-1: Upgrade to 1.0.24.

Modified:
  lib32-libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:03:08 UTC (rev 773075)
+++ PKGBUILD2020-12-10 20:14:57 UTC (rev 773076)
@@ -4,8 +4,8 @@
 
 _name=libusb
 pkgname=lib32-libusb
-pkgver=1.0.23
-pkgrel=2
+pkgver=1.0.24
+pkgrel=1
 pkgdesc="A cross-platform user library to access USB devices (32-bit)"
 arch=('x86_64')
 url="http://libusb.info/;
@@ -14,8 +14,8 @@
 provides=('libusb-1.0.so')
 makedepends=('gcc-multilib')
 
source=("https://github.com/${_name}/${_name}/releases/download/v$pkgver/${_name}-$pkgver.tar.bz2;)
-sha512sums=('73430ad31dd405e76a9c6c55086961003989c44964e2735b5076f9ca849e3f6fe71d10a66b74b111f0c34a0d2cb744b9ca105863c552123fce4ec0bbdd2ec15b')
-b2sums=('4eaf8cce0047b85c3057c67b53769739c50a39c4d34e94659b030fb11f02309f9217e93d35d78f699c55256346cf8b14827c8ddf495caeeacc522c51f473abc2')
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:32
  Author: dvzrv
Revision: 403944

archrelease: copy trunk to testing-x86_64

Added:
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
(from rev 403943, libusb/trunk/PKGBUILD)

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

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 403943, 
libusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-10 20:02:32 UTC (rev 403944)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Tobias Powalowski 
+
+pkgname=libusb
+pkgver=1.0.24
+pkgrel=1
+pkgdesc="Library that provides generic access to USB devices"
+arch=('x86_64')
+url="https://libusb.info/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('systemd')
+provides=('libusb-1.0.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/v$pkgver/${pkgname}-$pkgver.tar.bz2;)
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package () {
+  depends+=('libudev.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:26
  Author: dvzrv
Revision: 403943

upgpkg: libusb 1.0.24-1: Upgrade to 1.0.24.

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:42:06 UTC (rev 403942)
+++ PKGBUILD2020-12-10 20:02:26 UTC (rev 403943)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libusb
-pkgver=1.0.23
-pkgrel=3
+pkgver=1.0.24
+pkgrel=1
 pkgdesc="Library that provides generic access to USB devices"
 arch=('x86_64')
 url="https://libusb.info/;
@@ -13,8 +13,8 @@
 makedepends=('systemd')
 provides=('libusb-1.0.so')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v$pkgver/${pkgname}-$pkgver.tar.bz2;)
-sha512sums=('73430ad31dd405e76a9c6c55086961003989c44964e2735b5076f9ca849e3f6fe71d10a66b74b111f0c34a0d2cb744b9ca105863c552123fce4ec0bbdd2ec15b')
-b2sums=('4eaf8cce0047b85c3057c67b53769739c50a39c4d34e94659b030fb11f02309f9217e93d35d78f699c55256346cf8b14827c8ddf495caeeacc522c51f473abc2')
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 13:27:10
  Author: dvzrv
Revision: 773040

archrelease: copy trunk to community-x86_64

Added:
  cni-plugins/repos/community-x86_64/PKGBUILD
(from rev 773039, cni-plugins/trunk/PKGBUILD)
Deleted:
  cni-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 13:27:03 UTC (rev 773039)
+++ PKGBUILD2020-12-10 13:27:10 UTC (rev 773040)
@@ -1,32 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=cni-plugins
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Some standard networking plugins, maintained by the CNI team'
-arch=(x86_64)
-url="https://github.com/containernetworking/plugins;
-license=(Apache)
-depends=(glibc)
-makedepends=(go)
-source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha512sums=('8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c')
-
-build() {
-  cd plugins-$pkgver
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  ./build_linux.sh
-}
-
-package() {
-  cd plugins-$pkgver/bin
-  for bin in *; do
-install -Dm755 $bin "$pkgdir/usr/lib/cni/$bin"
-  done
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: cni-plugins/repos/community-x86_64/PKGBUILD (from rev 773039, 
cni-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 13:27:10 UTC (rev 773040)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+# Contributor: David Runge 
+
+pkgname=cni-plugins
+pkgver=0.9.0
+pkgrel=2
+pkgdesc='Some standard networking plugins, maintained by the CNI team'
+arch=(x86_64)
+url="https://github.com/containernetworking/plugins;
+license=(Apache)
+depends=(glibc)
+makedepends=(go)
+options=('emptydirs')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha512sums=('8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c')
+b2sums=('82f723501901da40e4ea2f111bd1ed3023a1d11e1715902830f3cd0cf0d46d9f9c57389b3a763448fcd52c40aba97a731986ca1862e2ecd912e8a274abf626c9')
+
+build() {
+  cd plugins-$pkgver
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  ./build_linux.sh
+}
+
+package() {
+  cd plugins-$pkgver
+  install -vDm 755 bin/* -t "$pkgdir/usr/lib/cni/"
+  install -vdm 755 "${pkgdir}/etc/cni/net.d/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 13:27:03
  Author: dvzrv
Revision: 773039

upgpkg: cni-plugins 0.9.0-2: Rebuild to add config dir.

Add configuration directory /etc/cni/net.d/ which is used by dependants for 
drop-in configs.
Simplify installation of binaries.
Update contributor info.

Modified:
  cni-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 12:34:10 UTC (rev 773038)
+++ PKGBUILD2020-12-10 13:27:03 UTC (rev 773039)
@@ -1,9 +1,10 @@
 # Maintainer: Bartłomiej Piotrowski 
 # Maintainer: Morten Linderud 
+# Contributor: David Runge 
 
 pkgname=cni-plugins
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Some standard networking plugins, maintained by the CNI team'
 arch=(x86_64)
 url="https://github.com/containernetworking/plugins;
@@ -10,8 +11,10 @@
 license=(Apache)
 depends=(glibc)
 makedepends=(go)
+options=('emptydirs')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
 
sha512sums=('8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c')
+b2sums=('82f723501901da40e4ea2f111bd1ed3023a1d11e1715902830f3cd0cf0d46d9f9c57389b3a763448fcd52c40aba97a731986ca1862e2ecd912e8a274abf626c9')
 
 build() {
   cd plugins-$pkgver
@@ -24,9 +27,8 @@
 }
 
 package() {
-  cd plugins-$pkgver/bin
-  for bin in *; do
-install -Dm755 $bin "$pkgdir/usr/lib/cni/$bin"
-  done
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd plugins-$pkgver
+  install -vDm 755 bin/* -t "$pkgdir/usr/lib/cni/"
+  install -vdm 755 "${pkgdir}/etc/cni/net.d/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
 }


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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:36:37
  Author: dvzrv
Revision: 772925

upgpkg: containers-common 0.31.0-3: Rebuild to add updated upstreams.

Update podman to 2.2.1.

Modified:
  containers-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:22:40 UTC (rev 772924)
+++ PKGBUILD2020-12-09 19:36:37 UTC (rev 772925)
@@ -3,10 +3,10 @@
 pkgname=containers-common
 pkgver=0.31.0
 _image_pkgver=5.9.0
-_podman_pkgver=2.2.0
+_podman_pkgver=2.2.1
 _skopeo_pkgver=1.2.0
 _storage_pkgver=1.24.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Configuration files and manpages for containers"
 arch=('any')
 url="https://github.com/containers;
@@ -31,13 +31,13 @@
 )
 
sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
 
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
-
'8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d'
+
'4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367'
 
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
 
'3f497adbb1767d72cf299b2462298f972e5d360cbfd8933cf2cf92d0913801a68dabb4df64349115672f077d883cfd84e98138c4d70336179b6db9fb5ca6211b'
 
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
 
b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
 
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
-
'a445f8325e312da62dc327d13f5aaa4b289da16c72f038d5fca105d86fa88d04dcd19d0962b0607abd1984abfdd51d8f947cd7999648d37156cd82c848ac4ca8'
+
'4e86903fc8fb51b9b1aa2b46704c1828b4ea11b738eccf198260c678b175e0a8699120e0280a2803f7898c9b28040a75d489ccd09ebd9c1f45d10a86e2a26c8f'
 
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
 
'62fc3bd375630bb2e69c2175dfb32fc18c3522bc1285b6fcef91d85f8b2c677a1c07bba2e264f3c12f750c2aeeef598f7bbabb05c69f7418de27aa830bd05b03'
 
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')


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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:36:45
  Author: dvzrv
Revision: 772926

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
(from rev 772925, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
(from rev 772925, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-+
 PKGBUILD|  260 +-
 mounts.conf |6 -
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:36:37 UTC (rev 772925)
+++ PKGBUILD2020-12-09 19:36:45 UTC (rev 772926)
@@ -1,130 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=containers-common
-pkgver=0.31.0
-_image_pkgver=5.9.0
-_podman_pkgver=2.2.0
-_skopeo_pkgver=1.2.0
-_storage_pkgver=1.24.3
-pkgrel=2
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers;
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz;
-
"image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz;
-
"podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz;
-
"skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz;
-
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
-'mounts.conf'
-)
-sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
-
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
-
'8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d'
-
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
-
'3f497adbb1767d72cf299b2462298f972e5d360cbfd8933cf2cf92d0913801a68dabb4df64349115672f077d883cfd84e98138c4d70336179b6db9fb5ca6211b'
-
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
-
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
-
'a445f8325e312da62dc327d13f5aaa4b289da16c72f038d5fca105d86fa88d04dcd19d0962b0607abd1984abfdd51d8f947cd7999648d37156cd82c848ac4ca8'
-
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
-
'62fc3bd375630bb2e69c2175dfb32fc18c3522bc1285b6fcef91d85f8b2c677a1c07bba2e264f3c12f750c2aeeef598f7bbabb05c69f7418de27aa830bd05b03'
-
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-cd "storage-${_storage_pkgver}"
-sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-cd "common-${pkgver}/docs"
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "image-${_image_pkgver}/docs"
-mkdir -vp man5
-mv -v *.5.md man5/
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-done
-for _man_page in man5/*.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "podman-${_podman_pkgver}"
-go-md2man -in docs/source/markdown/containers-mounts.conf.5.md \
-  -out containers-mounts.conf.5
-go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-  -out oci-hooks.5
-  )
-  (
-cd "storage-${_storage_pkgver}"
-make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  

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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:34:20
  Author: dvzrv
Revision: 403214

archrelease: copy trunk to testing-x86_64

Added:
  libcap-ng/repos/testing-x86_64/PKGBUILD
(from rev 403213, libcap-ng/trunk/PKGBUILD)
Deleted:
  libcap-ng/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:34:12 UTC (rev 403213)
+++ PKGBUILD2020-12-09 19:34:20 UTC (rev 403214)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: David Runge 
-# Contributor: Ionut Biru 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=libcap-ng
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
-url='https://people.redhat.com/sgrubb/libcap-ng/'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-provides=('libcap-ng.so' 'libdrop_ambient.so')
-source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a246fbaabb0f9a203ce8395c9e968e6ea09be24ecbadeff7bc7c0e2f0f20cecd3bacb90e3ba6c4d13e58609751717f29b6a956715d0865bda8dd6c8b996d11cc')
-b2sums=('e5313974938bf5b60a3160c8cabdb66991c72c76f8cff6aa4ceb2d98724000e0bfd11daf8b828685573e96ca31bef79bb501b55d058d5292c3136156f82b1758')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-static=no \
---without-python
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libcap-ng/repos/testing-x86_64/PKGBUILD (from rev 403213, 
libcap-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:34:20 UTC (rev 403214)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Maintainer: David Runge 
+# Contributor: Ionut Biru 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libcap-ng
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
+url='https://people.redhat.com/sgrubb/libcap-ng/'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libcap-ng.so' 'libdrop_ambient.so')
+source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('33832ee16972050a7c5cb20de21d766d5e88f5357db28166b83b05369f7ceea0b1aded39bae2d746d582ad4ee7703c131876fc4bcbc5d4b4eadd7dd429e8cf10')
+b2sums=('6bb07503421f88803ce2597289c18762f6ad06a3535ad7c6ffc28d2519adf2a130189332e56df174aa9be768340983ea6f7a6046b2209916815a19a0c6fa3693')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-static=no \
+--without-python
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:34:12
  Author: dvzrv
Revision: 403213

upgpkg: libcap-ng 0.8.2-1: Upgrade to 0.8.2.

Modified:
  libcap-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:48:28 UTC (rev 403212)
+++ PKGBUILD2020-12-09 19:34:12 UTC (rev 403213)
@@ -4,7 +4,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libcap-ng
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
 url='https://people.redhat.com/sgrubb/libcap-ng/'
@@ -13,8 +13,8 @@
 depends=('glibc')
 provides=('libcap-ng.so' 'libdrop_ambient.so')
 
source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a246fbaabb0f9a203ce8395c9e968e6ea09be24ecbadeff7bc7c0e2f0f20cecd3bacb90e3ba6c4d13e58609751717f29b6a956715d0865bda8dd6c8b996d11cc')
-b2sums=('e5313974938bf5b60a3160c8cabdb66991c72c76f8cff6aa4ceb2d98724000e0bfd11daf8b828685573e96ca31bef79bb501b55d058d5292c3136156f82b1758')
+sha512sums=('33832ee16972050a7c5cb20de21d766d5e88f5357db28166b83b05369f7ceea0b1aded39bae2d746d582ad4ee7703c131876fc4bcbc5d4b4eadd7dd429e8cf10')
+b2sums=('6bb07503421f88803ce2597289c18762f6ad06a3535ad7c6ffc28d2519adf2a130189332e56df174aa9be768340983ea6f7a6046b2209916815a19a0c6fa3693')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:21:12
  Author: dvzrv
Revision: 772922

archrelease: copy trunk to community-x86_64

Added:
  rosegarden/repos/community-x86_64/PKGBUILD
(from rev 772921, rosegarden/trunk/PKGBUILD)
Deleted:
  rosegarden/repos/community-x86_64/0001-Audit-includes.patch
  rosegarden/repos/community-x86_64/PKGBUILD

---+
 0001-Audit-includes.patch |  170 
 PKGBUILD  |  124 +++-
 2 files changed, 58 insertions(+), 236 deletions(-)

Deleted: 0001-Audit-includes.patch
===
--- 0001-Audit-includes.patch   2020-12-09 19:20:48 UTC (rev 772921)
+++ 0001-Audit-includes.patch   2020-12-09 19:21:12 UTC (rev 772922)
@@ -1,170 +0,0 @@
-From 9648884f7bf904f1401ff695ac0eea8463efbc49 Mon Sep 17 00:00:00 2001
-From: Ted Felix 
-Date: Thu, 4 Jun 2020 20:29:40 -0400
-Subject: [PATCH] Audit #includes
-
-Fix build issues with Qt 5.15.  Bug #1585.

- src/gui/general/ThornStyle.cpp | 25 +
- src/gui/general/ThornStyle.h   | 12 +++-
- src/gui/widgets/Panner.cpp | 18 ++
- src/gui/widgets/Panner.h   | 15 ++-
- 4 files changed, 52 insertions(+), 18 deletions(-)
-
-diff --git a/src/gui/general/ThornStyle.cpp b/src/gui/general/ThornStyle.cpp
-index b4586cb0..387e19e7 100644
 a/src/gui/general/ThornStyle.cpp
-+++ b/src/gui/general/ThornStyle.cpp
-@@ -19,32 +19,33 @@
- 
- #include "ThornStyle.h"
- 
--#include "ResourceFinder.h"
- #include "gui/general/IconLoader.h"
- #include "misc/Debug.h"
- 
--#include 
-+#include   // qApp
- #include 
-+#include 
- #include 
-+#include 
-+#include 
- #include 
--#include 
-+#include 
- #include 
--#include 
- #include 
- #include 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
-+#include 
- #include 
--#include 
-+#include   // QStyleOption* classes
- #include 
- #include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
- 
- using namespace Rosegarden;
- 
-diff --git a/src/gui/general/ThornStyle.h b/src/gui/general/ThornStyle.h
-index f56e2086..e5385724 100644
 a/src/gui/general/ThornStyle.h
-+++ b/src/gui/general/ThornStyle.h
-@@ -18,8 +18,18 @@
- #ifndef RG_THORN_STYLE_H
- #define RG_THORN_STYLE_H
- 
--#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+class QPainter;
-+class QStyleOption;
-+class QStyleOptionComplex;
-+class QWidget;
-+
- #include 
- 
- namespace Rosegarden
-diff --git a/src/gui/widgets/Panner.cpp b/src/gui/widgets/Panner.cpp
-index ceba4eae..e3ee2479 100644
 a/src/gui/widgets/Panner.cpp
-+++ b/src/gui/widgets/Panner.cpp
-@@ -24,14 +24,23 @@
- #include "misc/Debug.h"
- #include "base/Profiler.h"
- 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- 
--#include 
- 
- namespace Rosegarden
- {
- 
-+
- class PannerScene : public QGraphicsScene
- {
- public:
-@@ -39,6 +48,7 @@ public:
- };
- 
- Panner::Panner() :
-+m_pointerHeight(0),
- m_pointerVisible(false),
- m_clicked(false)
- {
-@@ -284,6 +294,6 @@ Panner::moveTo(QPoint p)
- emit pannedRectChanged(m_pannedRect);
- viewport()->update();
- }
--   
--}
- 
-+
-+}
-diff --git a/src/gui/widgets/Panner.h b/src/gui/widgets/Panner.h
-index d5f6ec5a..07bfaeb4 100644
 a/src/gui/widgets/Panner.h
-+++ b/src/gui/widgets/Panner.h
-@@ -19,6 +19,19 @@
- #define RG_PANNER_H
- 
- #include 
-+#include 
-+#include 
-+#include 
-+
-+class QGraphicsItem;
-+class QGraphicsScene;
-+class QMouseEvent;
-+class QPainter;
-+class QPaintEvent;
-+class QResizeEvent;
-+class QStyleOptionGraphicsItem;
-+class QWheelEvent;
-+
- 
- namespace Rosegarden
- {
-@@ -87,7 +100,7 @@ protected:
- QPixmap m_cache;
- };
- 
-+
- }
- 
- #endif
--
--- 
-2.17.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:20:48 UTC (rev 772921)
+++ PKGBUILD2020-12-09 19:21:12 UTC (rev 772922)
@@ -1,66 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Giovanni Scafora 
-# Contributor: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=rosegarden
-pkgver=20.06
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="https://www.rosegardenmusic.com/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'lirc' 'hicolor-icon-theme' 'qt5-base' 'zlib')
-makedepends=('alsa-lib' 'cmake' 'dssi' 'fftw' 'jack' 'ladspa' 'liblrdf' 'liblo'
-'libsamplerate' 'libsndfile' 'qt5-tools')
-checkdepends=('xorg-server-xvfb')
-optdepends=('cups: Printing support'
-'evince: Print preview support'
-'lilypond: Notation display support'
-'mupdf: Print preview support'
-'okular: Print preview support'
-  

[arch-commits] Commit in rosegarden/trunk (0001-Audit-includes.patch PKGBUILD)

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:20:48
  Author: dvzrv
Revision: 772921

upgpkg: rosegarden 20.12-1: Upgrade to 20.12.

Remove now included patch.
Add changelog.

Modified:
  rosegarden/trunk/PKGBUILD
Deleted:
  rosegarden/trunk/0001-Audit-includes.patch

---+
 0001-Audit-includes.patch |  170 
 PKGBUILD  |   18 +---
 2 files changed, 5 insertions(+), 183 deletions(-)

Deleted: 0001-Audit-includes.patch
===
--- 0001-Audit-includes.patch   2020-12-09 19:12:32 UTC (rev 772920)
+++ 0001-Audit-includes.patch   2020-12-09 19:20:48 UTC (rev 772921)
@@ -1,170 +0,0 @@
-From 9648884f7bf904f1401ff695ac0eea8463efbc49 Mon Sep 17 00:00:00 2001
-From: Ted Felix 
-Date: Thu, 4 Jun 2020 20:29:40 -0400
-Subject: [PATCH] Audit #includes
-
-Fix build issues with Qt 5.15.  Bug #1585.

- src/gui/general/ThornStyle.cpp | 25 +
- src/gui/general/ThornStyle.h   | 12 +++-
- src/gui/widgets/Panner.cpp | 18 ++
- src/gui/widgets/Panner.h   | 15 ++-
- 4 files changed, 52 insertions(+), 18 deletions(-)
-
-diff --git a/src/gui/general/ThornStyle.cpp b/src/gui/general/ThornStyle.cpp
-index b4586cb0..387e19e7 100644
 a/src/gui/general/ThornStyle.cpp
-+++ b/src/gui/general/ThornStyle.cpp
-@@ -19,32 +19,33 @@
- 
- #include "ThornStyle.h"
- 
--#include "ResourceFinder.h"
- #include "gui/general/IconLoader.h"
- #include "misc/Debug.h"
- 
--#include 
-+#include   // qApp
- #include 
-+#include 
- #include 
-+#include 
-+#include 
- #include 
--#include 
-+#include 
- #include 
--#include 
- #include 
- #include 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
-+#include 
- #include 
--#include 
-+#include   // QStyleOption* classes
- #include 
- #include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
- 
- using namespace Rosegarden;
- 
-diff --git a/src/gui/general/ThornStyle.h b/src/gui/general/ThornStyle.h
-index f56e2086..e5385724 100644
 a/src/gui/general/ThornStyle.h
-+++ b/src/gui/general/ThornStyle.h
-@@ -18,8 +18,18 @@
- #ifndef RG_THORN_STYLE_H
- #define RG_THORN_STYLE_H
- 
--#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+class QPainter;
-+class QStyleOption;
-+class QStyleOptionComplex;
-+class QWidget;
-+
- #include 
- 
- namespace Rosegarden
-diff --git a/src/gui/widgets/Panner.cpp b/src/gui/widgets/Panner.cpp
-index ceba4eae..e3ee2479 100644
 a/src/gui/widgets/Panner.cpp
-+++ b/src/gui/widgets/Panner.cpp
-@@ -24,14 +24,23 @@
- #include "misc/Debug.h"
- #include "base/Profiler.h"
- 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- 
--#include 
- 
- namespace Rosegarden
- {
- 
-+
- class PannerScene : public QGraphicsScene
- {
- public:
-@@ -39,6 +48,7 @@ public:
- };
- 
- Panner::Panner() :
-+m_pointerHeight(0),
- m_pointerVisible(false),
- m_clicked(false)
- {
-@@ -284,6 +294,6 @@ Panner::moveTo(QPoint p)
- emit pannedRectChanged(m_pannedRect);
- viewport()->update();
- }
--   
--}
- 
-+
-+}
-diff --git a/src/gui/widgets/Panner.h b/src/gui/widgets/Panner.h
-index d5f6ec5a..07bfaeb4 100644
 a/src/gui/widgets/Panner.h
-+++ b/src/gui/widgets/Panner.h
-@@ -19,6 +19,19 @@
- #define RG_PANNER_H
- 
- #include 
-+#include 
-+#include 
-+#include 
-+
-+class QGraphicsItem;
-+class QGraphicsScene;
-+class QMouseEvent;
-+class QPainter;
-+class QPaintEvent;
-+class QResizeEvent;
-+class QStyleOptionGraphicsItem;
-+class QWheelEvent;
-+
- 
- namespace Rosegarden
- {
-@@ -87,7 +100,7 @@ protected:
- QPixmap m_cache;
- };
- 
-+
- }
- 
- #endif
--
--- 
-2.17.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:12:32 UTC (rev 772920)
+++ PKGBUILD2020-12-09 19:20:48 UTC (rev 772921)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=20.06
+pkgver=20.12
 pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=('x86_64')
@@ -25,18 +25,10 @@
 'flac: FLAC support'
 'wavpack: Lossless audio codec support')
 provides=('dssi-host' 'ladspa-host')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-"0001-Audit-includes.patch")
-sha512sums=('7f3892697b99344d47e2bf398f6fe82de9867a093f3396d571730a30f3442a923f16a5472a74bda865205696ff3834c0a188ceefae17e56b137d8df1a56e03f7'
-
'b754dc23e317f16c891c30297087868b75cfb6ec440abc54994db7d9b07d02f6b68154994f09c640c6b7e1c998a841f543f76bc3c507e73215e8e64756e4')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)

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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 18:21:20
  Author: dvzrv
Revision: 771969

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 18:21:12 UTC (rev 771968)
+++ PKGBUILD2020-12-08 18:21:20 UTC (rev 771969)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-_name=Pyphen
-pkgname=python-pyphen
-pkgver=0.9.5
-pkgrel=5
-pkgdesc="Pure Python module to hyphenate text"
-arch=('any')
-url="https://pyphen.org/;
-license=('GPL2' 'LGPL2.1' 'MPL')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('15b9a29517df2b873b5b8d4739d8fa48a09ab199ab9246c7a4fd25c46253a74a18a88fd9484978476b3b1c8d88fed7729382b9dbe4f425724fe54bcd6227de96')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pyphen/repos/community-any/PKGBUILD (from rev 771968, 
python-pyphen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 18:21:20 UTC (rev 771969)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+_name=Pyphen
+pkgname=python-pyphen
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Pure Python module to hyphenate text"
+arch=('any')
+url="https://pyphen.org/;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('e7d5676fbf10282fa84a53a3a28bf9fb4a4e45bb16ef4fca9daabbd3fa24d18ef6d172f1555256ebff10ecbcc1a759cfd66f0c34b6f81d9ed1926c7ec655b8d4')
+b2sums=('6f33ecbc5567dc24efdc00a1105768e5135013e54af687194b04de7f23d601b28d3e85602bccb282c5b7e677fe63e7f6f3726d066e5f6393b540ec88b2e5a068')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  nosetests -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 18:21:12
  Author: dvzrv
Revision: 771968

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

Run nosetests in check().
Update maintainer info.

Modified:
  python-pyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 18:20:51 UTC (rev 771967)
+++ PKGBUILD2020-12-08 18:21:12 UTC (rev 771968)
@@ -1,8 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 _name=Pyphen
 pkgname=python-pyphen
-pkgver=0.9.5
-pkgrel=5
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Pure Python module to hyphenate text"
 arch=('any')
 url="https://pyphen.org/;
@@ -9,8 +10,10 @@
 license=('GPL2' 'LGPL2.1' 'MPL')
 depends=('python')
 makedepends=('python-setuptools')
+checkdepends=('python-nose')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('15b9a29517df2b873b5b8d4739d8fa48a09ab199ab9246c7a4fd25c46253a74a18a88fd9484978476b3b1c8d88fed7729382b9dbe4f425724fe54bcd6227de96')
+sha512sums=('e7d5676fbf10282fa84a53a3a28bf9fb4a4e45bb16ef4fca9daabbd3fa24d18ef6d172f1555256ebff10ecbcc1a759cfd66f0c34b6f81d9ed1926c7ec655b8d4')
+b2sums=('6f33ecbc5567dc24efdc00a1105768e5135013e54af687194b04de7f23d601b28d3e85602bccb282c5b7e677fe63e7f6f3726d066e5f6393b540ec88b2e5a068')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
@@ -21,11 +24,15 @@
   python setup.py build
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  nosetests -v
+}
+
 package() {
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in nextcloud-app-news/repos/community-any (PKGBUILD PKGBUILD)

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 18:20:46
  Author: dvzrv
Revision: 771966

archrelease: copy trunk to community-any

Added:
  nextcloud-app-news/repos/community-any/PKGBUILD
(from rev 771965, nextcloud-app-news/trunk/PKGBUILD)
Deleted:
  nextcloud-app-news/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 18:20:41 UTC (rev 771965)
+++ PKGBUILD2020-12-08 18:20:46 UTC (rev 771966)
@@ -1,20 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=15.0.6
-pkgrel=1
-pkgdesc="An RSS/Atom feed aggregator"
-arch=('any')
-url="https://github.com/nextcloud/news;
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('d7c5d5ac68a758c32670ead1aea56c96b151c03a9e2a1b1dcf7fa7351fd04fe3cac479dd6ade8858a410d45894af5cc1ff37c7e3ce5ff037cf292bf4b5c22066')
-b2sums=('c2c816676ae6636b151789f76c039c58a70e7f4f3188cd67d2c54aa902cab95b5036425cb0096f9a1b580484d34af10eaa5f74d7e9a4dd56138b0bca9e0a9728')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 771965, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 18:20:46 UTC (rev 771966)
@@ -0,0 +1,20 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=15.1.0
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=('any')
+url="https://github.com/nextcloud/news;
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
+sha512sums=('33dada2907b9a8982d241c4cfe2cb6351258a4d446687e17ce045fa25c79aeb5969ead15dafa02392615e9b1c61a5a4d7a11c25cda42cb02a9d411d4a0899f61')
+b2sums=('d46a837273f36db9fe282929f184785c741d4352173bdaead02347b4eeae771eedb22d4f4c8fa8c8ae1161255311ce6fe8d1e8b533a450a626c1f1eb0eacda84')
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


[arch-commits] Commit in nextcloud-app-news/trunk (PKGBUILD)

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 18:20:14
  Author: dvzrv
Revision: 771964

upgpkg: nextcloud-app-news 15.1.0-1: Upgrade to 15.1.0.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 18:19:49 UTC (rev 771963)
+++ PKGBUILD2020-12-08 18:20:14 UTC (rev 771964)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=15.0.6
+pkgver=15.1.0
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('d7c5d5ac68a758c32670ead1aea56c96b151c03a9e2a1b1dcf7fa7351fd04fe3cac479dd6ade8858a410d45894af5cc1ff37c7e3ce5ff037cf292bf4b5c22066')
-b2sums=('c2c816676ae6636b151789f76c039c58a70e7f4f3188cd67d2c54aa902cab95b5036425cb0096f9a1b580484d34af10eaa5f74d7e9a4dd56138b0bca9e0a9728')
+sha512sums=('33dada2907b9a8982d241c4cfe2cb6351258a4d446687e17ce045fa25c79aeb5969ead15dafa02392615e9b1c61a5a4d7a11c25cda42cb02a9d411d4a0899f61')
+b2sums=('d46a837273f36db9fe282929f184785c741d4352173bdaead02347b4eeae771eedb22d4f4c8fa8c8ae1161255311ce6fe8d1e8b533a450a626c1f1eb0eacda84')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 11:10:02
  Author: dvzrv
Revision: 771771

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 771770, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 11:09:55 UTC (rev 771770)
+++ PKGBUILD2020-12-08 11:10:02 UTC (rev 771771)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Panagiotis Mavrogiorgos 
-
-_name=Nuitka
-pkgname=nuitka
-pkgver=0.6.9.6
-pkgrel=4
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=('any')
-url='https://nuitka.net/'
-license=('Apache')
-depends=('python-appdirs' 'scons')
-makedepends=('python-setuptools')
-checkdepends=('ccache' 'python-boto3' 'python-brotli' 'strace')
-optdepends=('ccache: for build caching'
-'chrpath: for building standalone executables')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('2b1c02ab2f8d798621a3aa03c367c67d352c77e3d33e03feb6945121ea4efc2089724bcf4ef0747fd5dbc3c5b597048287a949baf4ac20979651b4778e697a22')
-b2sums=('ef42a68907fe18485b6d2fe5973375441472dc069fbd17adc7268fc0cf18d7bb7deba7437d1ae6a8ecb1ce2702eed70518b4e3d372a4600ecb4a328a2c99')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # upstream CI seems to chmod all files to 700 or 600
-  # https://github.com/Nuitka/Nuitka/issues/879
-  find "${pkgname}/" *.egg-info/ -type f -exec chmod 644 {} +
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  ./tests/run-tests --no-other-python --skip-reflection-test 
--skip-all-cpython-tests
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {Changelog,Developer_Manual,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: nuitka/repos/community-any/PKGBUILD (from rev 771770, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 11:10:02 UTC (rev 771771)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Panagiotis Mavrogiorgos 
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.6.10
+pkgrel=1
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=('any')
+url='https://nuitka.net/'
+license=('Apache')
+depends=('python-appdirs' 'scons')
+makedepends=('python-setuptools')
+checkdepends=('ccache' 'python-boto3' 'python-brotli' 'strace')
+optdepends=('ccache: for build caching'
+'chrpath: for building standalone executables')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('2c575a9a1d298f4c22831010833476e77262b5ceafe0891b9f6c44cf1526c82f7739d22fdd863a7295a74b9d3275c651a238f4ecc76107a9806b43efc1c26e86')
+b2sums=('3262b37849591666d26e9683cdf453f36069e4fcbc379bdfc84f4069a9d8c015e6894e4f358d991277bcc15d5be9c8994031a50e7aa705436264f9dd88602490')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  ./tests/run-tests --no-other-python --skip-reflection-test 
--skip-all-cpython-tests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {Changelog,Developer_Manual,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 11:09:55
  Author: dvzrv
Revision: 771770

upgpkg: nuitka 0.6.10-1: Upgrade to 0.6.10.

Remove fix for wrong file permissions (upstream fixed its CI).

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 10:51:29 UTC (rev 771769)
+++ PKGBUILD2020-12-08 11:09:55 UTC (rev 771770)
@@ -4,8 +4,8 @@
 
 _name=Nuitka
 pkgname=nuitka
-pkgver=0.6.9.6
-pkgrel=4
+pkgver=0.6.10
+pkgrel=1
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=('any')
 url='https://nuitka.net/'
@@ -17,15 +17,11 @@
 'chrpath: for building standalone executables')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('2b1c02ab2f8d798621a3aa03c367c67d352c77e3d33e03feb6945121ea4efc2089724bcf4ef0747fd5dbc3c5b597048287a949baf4ac20979651b4778e697a22')
-b2sums=('ef42a68907fe18485b6d2fe5973375441472dc069fbd17adc7268fc0cf18d7bb7deba7437d1ae6a8ecb1ce2702eed70518b4e3d372a4600ecb4a328a2c99')
+sha512sums=('2c575a9a1d298f4c22831010833476e77262b5ceafe0891b9f6c44cf1526c82f7739d22fdd863a7295a74b9d3275c651a238f4ecc76107a9806b43efc1c26e86')
+b2sums=('3262b37849591666d26e9683cdf453f36069e4fcbc379bdfc84f4069a9d8c015e6894e4f358d991277bcc15d5be9c8994031a50e7aa705436264f9dd88602490')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # upstream CI seems to chmod all files to 700 or 600
-  # https://github.com/Nuitka/Nuitka/issues/879
-  find "${pkgname}/" *.egg-info/ -type f -exec chmod 644 {} +
 }
 
 build() {


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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 10:27:39
  Author: dvzrv
Revision: 771765

archrelease: copy trunk to community-x86_64

Added:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD
(from rev 771764, dragonfly-reverb/trunk/PKGBUILD)
Deleted:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 10:27:28 UTC (rev 771764)
+++ PKGBUILD2020-12-08 10:27:39 UTC (rev 771765)
@@ -1,76 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=dragonfly-reverb
-_name=DragonflyReverb
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A concert hall reverb and a room reverb"
-arch=('x86_64')
-url="https://michaelwillis.github.io/dragonfly-reverb/;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11')
-makedepends=('freeverb3' 'gendesk' 'jack' 'lv2')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone applications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tar.gz;)
-sha512sums=('63e0f47e8a3197aa65603085e89e4e819580f551be4a2d1c9eedaa479ec9328d9ebd3193f0f4631f06416d7af4859cc9134f23e386209e8b92f60c182203897a')
-b2sums=('c198cea906f3346585139ad8cc0b6c89d617e12c8e796d32b4d93d24347a6d916f69f0460016217e35d5c1177939e0debefd5311d30846192f74a5a2694604e7')
-_names=('DragonflyEarlyReflections' 'DragonflyHallReverb' 
'DragonflyPlateReverb' 'DragonflyRoomReverb')
-
-prepare() {
-  declare -A _description=(
-["DragonflyEarlyReflections"]="A free stereo-to-stereo early reflections 
reverb effect"
-["DragonflyHallReverb"]="A free stereo-to-stereo concert hall reverb 
effect"
-["DragonflyPlateReverb"]="A free stereo-to-stereo plate reverb effect"
-["DragonflyRoomReverb"]="A free stereo-to-stereo room reverb effect"
-  )
-  declare -A _generic=(
-["DragonflyEarlyReflections"]="Early Reflections Reverb"
-["DragonflyHallReverb"]="Concert Hall Reverb"
-["DragonflyPlateReverb"]="Plate Reverb"
-["DragonflyRoomReverb"]="Room Reverb"
-  )
-  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-
-  for name in "${_names[@]}"; do
-gendesk -n \
---pkgname "io.github.michaelwillis.${name}" \
---name "${name}" \
---exec "${name}" \
---pkgdesc "${comments[$name]}" \
---genericname "${generic[$name]}" \
---categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export SYSTEM_FREEVERB3="true"
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  # TODO: add the other plugins via -I flag as soon as lv2lint supports 
providing
-  # it multiple times
-  lv2lint -I "${PWD}/bin/${_names[1]}.lv2/" \
-  "https://github.com/michaelwillis/dragonfly-reverb; \
-  || echo "Known to fail: 
https://github.com/michaelwillis/dragonfly-reverb/issues/65;
-}
-
-package() {
-  depends+=('libfreeverb3.so')
-  cd "$pkgname-$pkgver"
-  for name in "${_names[@]}"; do
-install -vDm 755 "bin/${name}" -t "${pkgdir}/usr/bin"
-install -vDm 755 "bin/${name}-vst.so" -t "${pkgdir}/usr/lib/vst"
-install -vDm 755 "bin/${name}.lv2/"*.so \
-  -t "${pkgdir}/usr/lib/lv2/${name}.lv2/"
-install -vDm 644 "bin/${name}.lv2/"*.ttl \
-  -t "${pkgdir}/usr/lib/lv2/${name}.lv2/"
-  done
-  install -vDm 644 *".desktop" -t "${pkgdir}/usr/share/applications/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: dragonfly-reverb/repos/community-x86_64/PKGBUILD (from rev 771764, 
dragonfly-reverb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 10:27:39 UTC (rev 771765)
@@ -0,0 +1,78 @@
+# Maintainer: David Runge 
+
+pkgname=dragonfly-reverb
+_name=DragonflyReverb
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="A concert hall reverb and a room reverb"
+arch=('x86_64')
+url="https://michaelwillis.github.io/dragonfly-reverb/;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11')
+makedepends=('freeverb3' 'gendesk' 'jack' 'lv2')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone applications'
+'lv2-host: for LV2 plugins'
+'vst-host: for VST plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tar.gz;)
+sha512sums=('04ca36db8ba5a58c264a5b885d2f84a4ea4595145a1883e103d25e638eeaa0ee85a2abdd86e37f55875c8f432bdb6671c6f455babdd55496ea8fbe4f680481aa')
+b2sums=('43a75bc1aba4c8a6d4be6d4f01fd05024c1d58f8d4dc9421330ab5f12c46400df9803315bbca0a72fe210fed8e16bd7ee56bd14b5fcdfe5cee36bdb7b8f828d1')

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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 10:27:28
  Author: dvzrv
Revision: 771764

upgpkg: dragonfly-reverb 3.2.3-1: Upgrade to 3.2.3.

Add optdepends for lv2-host and vst-host (for respective plugins).

Modified:
  dragonfly-reverb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 10:26:35 UTC (rev 771763)
+++ PKGBUILD2020-12-08 10:27:28 UTC (rev 771764)
@@ -2,7 +2,7 @@
 
 pkgname=dragonfly-reverb
 _name=DragonflyReverb
-pkgver=3.2.1
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="A concert hall reverb and a room reverb"
 arch=('x86_64')
@@ -12,10 +12,12 @@
 depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11')
 makedepends=('freeverb3' 'gendesk' 'jack' 'lv2')
 checkdepends=('lv2lint')
-optdepends=('jack: for standalone applications')
+optdepends=('jack: for standalone applications'
+'lv2-host: for LV2 plugins'
+'vst-host: for VST plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tar.gz;)
-sha512sums=('63e0f47e8a3197aa65603085e89e4e819580f551be4a2d1c9eedaa479ec9328d9ebd3193f0f4631f06416d7af4859cc9134f23e386209e8b92f60c182203897a')
-b2sums=('c198cea906f3346585139ad8cc0b6c89d617e12c8e796d32b4d93d24347a6d916f69f0460016217e35d5c1177939e0debefd5311d30846192f74a5a2694604e7')
+sha512sums=('04ca36db8ba5a58c264a5b885d2f84a4ea4595145a1883e103d25e638eeaa0ee85a2abdd86e37f55875c8f432bdb6671c6f455babdd55496ea8fbe4f680481aa')
+b2sums=('43a75bc1aba4c8a6d4be6d4f01fd05024c1d58f8d4dc9421330ab5f12c46400df9803315bbca0a72fe210fed8e16bd7ee56bd14b5fcdfe5cee36bdb7b8f828d1')
 _names=('DragonflyEarlyReflections' 'DragonflyHallReverb' 
'DragonflyPlateReverb' 'DragonflyRoomReverb')
 
 prepare() {


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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 10:25:38
  Author: dvzrv
Revision: 403094

archrelease: copy trunk to extra-x86_64

Added:
  apparmor/repos/extra-x86_64/PKGBUILD
(from rev 403093, apparmor/trunk/PKGBUILD)
  apparmor/repos/extra-x86_64/apparmor-3.0.1-python_ldflags.patch
(from rev 403093, apparmor/trunk/apparmor-3.0.1-python_ldflags.patch)
Deleted:
  apparmor/repos/extra-x86_64/PKGBUILD
  apparmor/repos/extra-x86_64/apparmor-3.0.0-utils_test.patch

-+
 PKGBUILD|  284 +-
 apparmor-3.0.0-utils_test.patch |   12 -
 apparmor-3.0.1-python_ldflags.patch |   12 +
 3 files changed, 156 insertions(+), 152 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 10:25:30 UTC (rev 403093)
+++ PKGBUILD2020-12-08 10:25:38 UTC (rev 403094)
@@ -1,140 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=apparmor
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
-arch=('x86_64')
-url="https://gitlab.com/apparmor/apparmor;
-license=('GPL2' 'LGPL2.1')
-depends=('audit' 'glibc' 'pam' 'python')
-makedepends=('apache' 'libxcrypt' 'ruby' 'swig')
-checkdepends=('dejagnu' 'perl-locale-gettext' 'python-notify2' 'python-psutil')
-optdepends=('perl: for perl bindings'
-'python-notify2: for aa-notify'
-'python-psutil: for aa-notify'
-'ruby: for ruby bindings')
-provides=('libapparmor.so')
-backup=('etc/apparmor/easyprof.conf'
-'etc/apparmor/logprof.conf'
-'etc/apparmor/notify.conf'
-'etc/apparmor/parser.conf'
-'etc/apparmor/subdomain.conf'
-'etc/apparmor/severity.db')
-source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver%.[0-9]}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}-3.0.0-utils_test.patch")
-sha512sums=('2465a8bc400e24e548b0589b7b022fb8325c53858429b9c54204f989d5589d7bd99c9507bde88a48f9965a55edcbac98efeeb6b93aeefe6a27afa0b7e851aea6'
-'SKIP'
-
'cc2048d9d43a15e7f429e022b352e15a023865f0e5babdec28eec943144ef2838b882d130bee4d40198b9c1b6dbb52f7ed6dc92f5824f8c5b18c3ebe46829149')
-# AppArmor Development Team (AppArmor signing key) 
-validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB')
-_core_perl="/usr/bin/core_perl"
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix issue with test trying to access /var/log/wtmp
-  # https://gitlab.com/apparmor/apparmor/-/issues/120
-  patch -Np1 -i "../${pkgname}-3.0.0-utils_test.patch"
-
-  # fix PYTHONPATH and add LD_LIBRARY_PATH for aa-logprof based check:
-  # https://gitlab.com/apparmor/apparmor/issues/39
-  local _py3_ver=$(python --version | cut -d " " -f2)
-  local 
path="${PWD}/libraries/libapparmor/swig/python/build/lib.linux-${CARCH}-${_py3_ver%"."*}/LibAppArmor"
-  local libs="${PWD}/libraries/libapparmor/src/.libs"
-  sed -e "/PYTHONPATH/ s|utils\ |utils:$path\ LD_LIBRARY_PATH=$libs\ |" \
-  -i profiles/Makefile
-  (
-cd libraries/libapparmor/
-autoreconf -vfi
-  )
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # export required perl executable locations
-  export MAKEFLAGS+=" POD2MAN=${_core_perl}/pod2man"
-  export MAKEFLAGS+=" POD2HTML=${_core_perl}/pod2html"
-  export MAKEFLAGS+=" PODCHECKER=${_core_perl}/podchecker"
-  export MAKEFLAGS+=" PROVE=${_core_perl}/prove"
-  (
-cd "libraries/libapparmor/"
-./configure --prefix=/usr \
---sbindir=/usr/bin \
---with-perl \
---with-python \
---with-ruby
-make
-  )
-  make -C binutils
-  make -C parser
-  make -C profiles
-  make -C utils
-  make -C changehat/pam_apparmor
-  make -C changehat/mod_apparmor
-  make -C utils/vim
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  echo "INFO: Running check: libraries/libapparmor"
-  make -C libraries/libapparmor check
-  echo "INFO: Running check binutils"
-  make -C binutils check
-  echo "INFO: Running check parser"
-  make -C parser check
-
-  # check-logprof (included in check) fails:
-  # https://gitlab.com/apparmor/apparmor/issues/36
-  # echo "INFO: Running check-logprof profiles"
-  # make -C profiles check-logprof
-
-  echo "INFO: Running check-parser profiles"
-  make -C profiles check-parser
-  echo "INFO: Running check utils"
-  # we do not care about linting when running tests
-  # https://gitlab.com/apparmor/apparmor/-/issues/121
-  make PYFLAKES='/usr/bin/true' -C utils check
-}
-
-package() {
-  depends+=('libcrypt.so')
-  cd "$pkgname-$pkgver"
-  make -C libraries/libapparmor DESTDIR="${pkgdir}" install
-  make -C changehat/pam_apparmor DESTDIR="${pkgdir}/usr" install
-  make -C changehat/mod_apparmor DESTDIR="${pkgdir}" install
-  make -C binutils DESTDIR="${pkgdir}" \
-   SBINDIR="${pkgdir}/usr/bin" \
-   USR_SBINDIR="${pkgdir}/usr/bin" \
-   install
-  make -C parser -j1 

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

2020-12-08 Thread David Runge via arch-commits
Date: Tuesday, December 8, 2020 @ 10:25:30
  Author: dvzrv
Revision: 403093

upgpkg: apparmor 3.0.1-1: Upgrade to 3.0.1.

Remove upstreamed patch to fix utils check.
Add patch (offered to upstream) to achieve full RELRO in python library.
Add profiles check-abstractions.d.
Add upstream ticket about (still) failing profiles check-logprof check.
Remove unused configuration /etc/apparmor/subdomain.conf from backup array.

Added:
  apparmor/trunk/apparmor-3.0.1-python_ldflags.patch
Modified:
  apparmor/trunk/PKGBUILD
Deleted:
  apparmor/trunk/apparmor-3.0.0-utils_test.patch

-+
 PKGBUILD|   40 ++
 apparmor-3.0.0-utils_test.patch |   12 --
 apparmor-3.0.1-python_ldflags.patch |   12 ++
 3 files changed, 34 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 10:25:18 UTC (rev 403092)
+++ PKGBUILD2020-12-08 10:25:30 UTC (rev 403093)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=apparmor
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
 arch=('x86_64')
 url="https://gitlab.com/apparmor/apparmor;
@@ -19,23 +19,26 @@
 'etc/apparmor/logprof.conf'
 'etc/apparmor/notify.conf'
 'etc/apparmor/parser.conf'
-'etc/apparmor/subdomain.conf'
 'etc/apparmor/severity.db')
-source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver%.[0-9]}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}-3.0.0-utils_test.patch")
-sha512sums=('2465a8bc400e24e548b0589b7b022fb8325c53858429b9c54204f989d5589d7bd99c9507bde88a48f9965a55edcbac98efeeb6b93aeefe6a27afa0b7e851aea6'
+source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc}
+"${pkgname}-3.0.1-python_ldflags.patch"
+)
+sha512sums=('e1073e7b2cde7cc4cefcfddce8fa5069845b5873c260b9fbd4bea2ff801708101d813ff30e23a64da36f3c6394cd9339e01a170e9add69deef2d70ecd9ed9687'
 'SKIP'
-
'cc2048d9d43a15e7f429e022b352e15a023865f0e5babdec28eec943144ef2838b882d130bee4d40198b9c1b6dbb52f7ed6dc92f5824f8c5b18c3ebe46829149')
-# AppArmor Development Team (AppArmor signing key) 
-validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB')
+
'04d313c5fd95e975e1df9313869166d7318560fc83218d8b0ae7c17fed31883d4a5f3334b3ad28d22864a1ac41a3ac846a38fbc6c59fec3bc6b111ddb0015890')
+b2sums=('c530d159a4139de8e59d9d975af866259b56d555e3abe2d1e2a6bfd2db57d8371d643bb93f1cd6ca96172960c09a74cc05c82d34a2e253c4c1f6ecce747f4129'
+'SKIP'
+
'0ba81da585d4aca8cf88c08e8350e35d84b2675d53d0f435bb309fc875ddcfd3245740494da24502d5ef77be13e63863d35c04461c4e6dd8ce3ef48e69b4536b')
+validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB') # AppArmor 
Development Team (AppArmor signing key) 
 _core_perl="/usr/bin/core_perl"
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # fix issue with test trying to access /var/log/wtmp
-  # https://gitlab.com/apparmor/apparmor/-/issues/120
-  patch -Np1 -i "../${pkgname}-3.0.0-utils_test.patch"
 
+  # add missing LDFLAGS for python library
+  # https://gitlab.com/apparmor/apparmor/-/issues/129
+  patch -Np1 -i ../"${pkgname}-3.0.1-python_ldflags.patch"
+
   # fix PYTHONPATH and add LD_LIBRARY_PATH for aa-logprof based check:
   # https://gitlab.com/apparmor/apparmor/issues/39
   local _py3_ver=$(python --version | cut -d " " -f2)
@@ -82,12 +85,13 @@
   make -C binutils check
   echo "INFO: Running check parser"
   make -C parser check
-
-  # check-logprof (included in check) fails:
-  # https://gitlab.com/apparmor/apparmor/issues/36
-  # echo "INFO: Running check-logprof profiles"
-  # make -C profiles check-logprof
-
+  # NOTE: the profiles checks are notoriously broken, so run each separately
+  echo "INFO: Running check-abstractions.d profiles"
+  make -C profiles check-abstractions.d
+#  # many hardcoded paths are not accounted for:
+#  # https://gitlab.com/apparmor/apparmor/-/issues/137
+#  echo "INFO: Running check-logprof profiles"
+#  make -C profiles check-logprof
   echo "INFO: Running check-parser profiles"
   make -C profiles check-parser
   echo "INFO: Running check utils"

Deleted: apparmor-3.0.0-utils_test.patch
===
--- apparmor-3.0.0-utils_test.patch 2020-12-08 10:25:18 UTC (rev 403092)
+++ apparmor-3.0.0-utils_test.patch 2020-12-08 10:25:30 UTC (rev 403093)
@@ -1,12 +0,0 @@
-diff --git i/utils/test/test-aa-notify.py w/utils/test/test-aa-notify.py
-index 40dacd96..2484c7f9 100644
 i/utils/test/test-aa-notify.py
-+++ w/utils/test/test-aa-notify.py
-@@ -189,6 +189,7 @@ optional arguments:
- result = 'Got output "%s", expected "%s"\n' % (output, 
expected_output_has)
- self.assertIn(expected_output_has, output, result + output)
- 
-+

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

2020-12-07 Thread David Runge via arch-commits
Date: Monday, December 7, 2020 @ 19:36:52
  Author: dvzrv
Revision: 771502

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 19:36:45 UTC (rev 771501)
+++ PKGBUILD2020-12-07 19:36:52 UTC (rev 771502)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.4.5
-pkgrel=1
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
-url="https://github.com/ijl/orjson;
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rustup')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
-'python-pytz' 'python-xxhash')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('93786bed02f7bf3ce484fa7cb57599515e97155ba2a13b91d2c7b90e7bba026edaf95abe17e355e9c6d1fd01a0a54c03d50ff7bfaa80ebe2fe07e344085412bc')
-b2sums=('b937605c343c459c0fe72d6115a2b3334a3ec24c8e8db18dfd7b0f422a701d6a9a202257ad8734dd3009f0d37413bd136078eace8fb5808dcd7d3ec6d115784a')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  rustup override set nightly-2020-10-24
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  maturin build --release \
---strip \
---manylinux
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgname-$pkgver"
-  mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-orjson/repos/community-x86_64/PKGBUILD (from rev 771501, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 19:36:52 UTC (rev 771502)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.4.6
+pkgrel=1
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=('x86_64')
+url="https://github.com/ijl/orjson;
+license=('Apache' 'MIT')
+depends=('python')
+makedepends=('maturin' 'python-pip' 'rustup')
+checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
+'python-pytz' 'python-xxhash')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('9e080d8004f317de25223fa858611a24649a292972d775fffaa4c7ebbbd8c0e67624ce74e3d93aab5c435bfb61ed53d21ff79f78b26aabf701f7e490abe80b7e')
+b2sums=('ad34cbc56d1a545399661e710f8d87a8f71436302c234e6b626244ca45dc423c803ec5beed30f3f0de0cec0cc16f9e103a76f3d104e05f8487c10f4737ed62d1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  rustup override set nightly-2020-11-24
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  maturin build --release \
+--strip \
+--manylinux
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgname-$pkgver"
+  mkdir -vp testdir
+  export PIP_CONFIG_FILE=/dev/null
+  pip install --isolated \
+  --root="testdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PIP_CONFIG_FILE='/dev/null'
+  pip install --isolated \
+  --root="$pkgdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-12-07 Thread David Runge via arch-commits
Date: Monday, December 7, 2020 @ 19:36:45
  Author: dvzrv
Revision: 771501

upgpkg: python-orjson 3.4.6-1: Upgrade to 3.4.6.

Fix nightly version to upstream recommended version.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 19:29:13 UTC (rev 771500)
+++ PKGBUILD2020-12-07 19:36:45 UTC (rev 771501)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.4.5
+pkgver=3.4.6
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=('x86_64')
@@ -13,13 +13,13 @@
 checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
 'python-pytz' 'python-xxhash')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('93786bed02f7bf3ce484fa7cb57599515e97155ba2a13b91d2c7b90e7bba026edaf95abe17e355e9c6d1fd01a0a54c03d50ff7bfaa80ebe2fe07e344085412bc')
-b2sums=('b937605c343c459c0fe72d6115a2b3334a3ec24c8e8db18dfd7b0f422a701d6a9a202257ad8734dd3009f0d37413bd136078eace8fb5808dcd7d3ec6d115784a')
+sha512sums=('9e080d8004f317de25223fa858611a24649a292972d775fffaa4c7ebbbd8c0e67624ce74e3d93aab5c435bfb61ed53d21ff79f78b26aabf701f7e490abe80b7e')
+b2sums=('ad34cbc56d1a545399661e710f8d87a8f71436302c234e6b626244ca45dc423c803ec5beed30f3f0de0cec0cc16f9e103a76f3d104e05f8487c10f4737ed62d1')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  rustup override set nightly-2020-10-24
+  rustup override set nightly-2020-11-24
 }
 
 build() {


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

2020-12-07 Thread David Runge via arch-commits
Date: Monday, December 7, 2020 @ 19:29:13
  Author: dvzrv
Revision: 771500

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
(from rev 771499, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
(from rev 771499, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-+
 PKGBUILD|  260 +-
 mounts.conf |6 -
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 19:28:34 UTC (rev 771499)
+++ PKGBUILD2020-12-07 19:29:13 UTC (rev 771500)
@@ -1,130 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=containers-common
-pkgver=0.31.0
-_image_pkgver=5.8.1
-_podman_pkgver=2.2.0
-_skopeo_pkgver=1.2.0
-_storage_pkgver=1.24.2
-pkgrel=1
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers;
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz;
-
"image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz;
-
"podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz;
-
"skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz;
-
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
-'mounts.conf'
-)
-sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
-
'5eb77cd2270eb90d77ba5057e57d704f5a4b7d8a13dc1621cc761029a55fbe32a9db2d68252ad04ca6966560d5ad2e64857cd1cf714f4808cbed5798b796e42e'
-
'8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d'
-
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
-
'5da4b2c92ce6486769175ff2a171b98f655847dab15e5230efeb9284b98cce166ce03f4c3c9d90fc9bd96e19a96211cd71659d5516c4bebc12852ffdc90a5a23'
-
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
-
'c9351576bfd8a3e82479b1f567685b71379be64f8475cdaafc0fb70f990ee3cf217e575e1a01e38f9d02ab23de5d5fc9224b9464b83f6dfe38972455c91af41e'
-
'a445f8325e312da62dc327d13f5aaa4b289da16c72f038d5fca105d86fa88d04dcd19d0962b0607abd1984abfdd51d8f947cd7999648d37156cd82c848ac4ca8'
-
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
-
'b48c14765b8d4d7a31c83a86c132c00ff377c6f035106611db172132846675fcf56b5fd983f69eeb25fb8e9725eaeb723c731846c3a9897e65749dc0383bb715'
-
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-cd "storage-${_storage_pkgver}"
-sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-cd "common-${pkgver}/docs"
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "image-${_image_pkgver}/docs"
-mkdir -vp man5
-mv -v *.5.md man5/
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-done
-for _man_page in man5/*.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "podman-${_podman_pkgver}"
-go-md2man -in docs/source/markdown/containers-mounts.conf.5.md \
-  -out containers-mounts.conf.5
-go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-  -out oci-hooks.5
-  )
-  (
-cd "storage-${_storage_pkgver}"
-make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  (

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

2020-12-07 Thread David Runge via arch-commits
Date: Monday, December 7, 2020 @ 19:28:34
  Author: dvzrv
Revision: 771499

upgpkg: containers-common 0.31.0-2: Rebuild to add updated upstreams.

Update image to 5.9.0.
Update storage to 1.24.3.

Modified:
  containers-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 19:24:54 UTC (rev 771498)
+++ PKGBUILD2020-12-07 19:28:34 UTC (rev 771499)
@@ -2,11 +2,11 @@
 
 pkgname=containers-common
 pkgver=0.31.0
-_image_pkgver=5.8.1
+_image_pkgver=5.9.0
 _podman_pkgver=2.2.0
 _skopeo_pkgver=1.2.0
-_storage_pkgver=1.24.2
-pkgrel=1
+_storage_pkgver=1.24.3
+pkgrel=2
 pkgdesc="Configuration files and manpages for containers"
 arch=('any')
 url="https://github.com/containers;
@@ -30,16 +30,16 @@
 'mounts.conf'
 )
 
sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
-
'5eb77cd2270eb90d77ba5057e57d704f5a4b7d8a13dc1621cc761029a55fbe32a9db2d68252ad04ca6966560d5ad2e64857cd1cf714f4808cbed5798b796e42e'
+
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
 
'8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d'
 
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
-
'5da4b2c92ce6486769175ff2a171b98f655847dab15e5230efeb9284b98cce166ce03f4c3c9d90fc9bd96e19a96211cd71659d5516c4bebc12852ffdc90a5a23'
+
'3f497adbb1767d72cf299b2462298f972e5d360cbfd8933cf2cf92d0913801a68dabb4df64349115672f077d883cfd84e98138c4d70336179b6db9fb5ca6211b'
 
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
 
b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
-
'c9351576bfd8a3e82479b1f567685b71379be64f8475cdaafc0fb70f990ee3cf217e575e1a01e38f9d02ab23de5d5fc9224b9464b83f6dfe38972455c91af41e'
+
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
 
'a445f8325e312da62dc327d13f5aaa4b289da16c72f038d5fca105d86fa88d04dcd19d0962b0607abd1984abfdd51d8f947cd7999648d37156cd82c848ac4ca8'
 
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
-
'b48c14765b8d4d7a31c83a86c132c00ff377c6f035106611db172132846675fcf56b5fd983f69eeb25fb8e9725eaeb723c731846c3a9897e65749dc0383bb715'
+
'62fc3bd375630bb2e69c2175dfb32fc18c3522bc1285b6fcef91d85f8b2c677a1c07bba2e264f3c12f750c2aeeef598f7bbabb05c69f7418de27aa830bd05b03'
 
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
 
 prepare() {


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

2020-12-07 Thread David Runge via arch-commits
Date: Monday, December 7, 2020 @ 11:00:59
  Author: dvzrv
Revision: 771470

upgpkg: canto-daemon 0.9.8-1: Upgrade to 0.9.8.

Modified:
  canto-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 10:50:18 UTC (rev 771469)
+++ PKGBUILD2020-12-07 11:00:59 UTC (rev 771470)
@@ -2,8 +2,8 @@
 
 _name=Canto
 pkgname=canto-daemon
-pkgver=0.9.7
-pkgrel=4
+pkgver=0.9.8
+pkgrel=1
 pkgdesc="Next-gen console RSS/Atom reader"
 arch=('any')
 url="https://github.com/themoken/canto-next;
@@ -12,11 +12,11 @@
 makedepends=('python-setuptools')
 optdepends=('python-requests: for inoreader plugin')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c83a343426de4bf66039a24b17e6931df8b45da99e6f12a2fb1013beb68cc17069760784eb7211c5595362935c653c60df86a3872d42e0fda7caf58a53cf853f')
+sha512sums=('cc052a4774d9cb65d78cf845d581e491ef4e035dc5b267b3843edb3b400c04297d418a00e8685fcd6faed4b8d3ca5dfc844717134045f643bf149d93d22a1374')
+b2sums=('79f8a2d1ad4f9095c753660c2ef03db798f088a2eeb5b1cc105b82ed684afee7f2bb72bc010587031d633f6b6c9d4f5f6e49368f0e1e536e3edef44d761d7602')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
 }
 
 build() {
@@ -28,6 +28,5 @@
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
   --optimize=1 \
-  --prefix=/usr \
   --root="${pkgdir}"
 }


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

2020-12-07 Thread David Runge via arch-commits
Date: Monday, December 7, 2020 @ 11:01:12
  Author: dvzrv
Revision: 771471

archrelease: copy trunk to community-any

Added:
  canto-daemon/repos/community-any/PKGBUILD
(from rev 771470, canto-daemon/trunk/PKGBUILD)
Deleted:
  canto-daemon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 11:00:59 UTC (rev 771470)
+++ PKGBUILD2020-12-07 11:01:12 UTC (rev 771471)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-_name=Canto
-pkgname=canto-daemon
-pkgver=0.9.7
-pkgrel=4
-pkgdesc="Next-gen console RSS/Atom reader"
-arch=('any')
-url="https://github.com/themoken/canto-next;
-license=('GPL2')
-depends=('python-feedparser')
-makedepends=('python-setuptools')
-optdepends=('python-requests: for inoreader plugin')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c83a343426de4bf66039a24b17e6931df8b45da99e6f12a2fb1013beb68cc17069760784eb7211c5595362935c653c60df86a3872d42e0fda7caf58a53cf853f')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-}

Copied: canto-daemon/repos/community-any/PKGBUILD (from rev 771470, 
canto-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 11:01:12 UTC (rev 771471)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+
+_name=Canto
+pkgname=canto-daemon
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Next-gen console RSS/Atom reader"
+arch=('any')
+url="https://github.com/themoken/canto-next;
+license=('GPL2')
+depends=('python-feedparser')
+makedepends=('python-setuptools')
+optdepends=('python-requests: for inoreader plugin')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('cc052a4774d9cb65d78cf845d581e491ef4e035dc5b267b3843edb3b400c04297d418a00e8685fcd6faed4b8d3ca5dfc844717134045f643bf149d93d22a1374')
+b2sums=('79f8a2d1ad4f9095c753660c2ef03db798f088a2eeb5b1cc105b82ed684afee7f2bb72bc010587031d633f6b6c9d4f5f6e49368f0e1e536e3edef44d761d7602')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+}


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

2020-12-06 Thread David Runge via arch-commits
Date: Sunday, December 6, 2020 @ 18:22:56
  Author: dvzrv
Revision: 771070

archrelease: copy trunk to community-any

Added:
  todoman/repos/community-any/PKGBUILD
(from rev 771069, todoman/trunk/PKGBUILD)
Deleted:
  todoman/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 18:22:49 UTC (rev 771069)
+++ PKGBUILD2020-12-06 18:22:56 UTC (rev 771070)
@@ -1,68 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Morten Linderud 
-
-pkgname=todoman
-pkgver=3.8.0
-pkgrel=4
-pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
-arch=('any')
-url="https://github.com/pimutils/todoman;
-license=('ISC')
-depends=('python-atomicwrites' 'python-click' 'python-click-log'
-'python-configobj' 'python-dateutil' 'python-humanize' 'python-icalendar'
-'python-parsedatetime' 'python-pyxdg' 'python-setuptools' 'python-tabulate'
-'python-urwid')
-makedepends=('python-sphinx' 'python-sphinx-autorun')
-checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest'
-'python-pytest-runner')
-optdepends=('bash-completion: auto-complete in bash'
-'python-click-repl: REPL command'
-'zsh-completions: auto-complete in zsh')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('67cb498265fdb802ca0993618ae8e06918d0440d6f1092d155571d85a507f098e9e172e852b82f3854a965d72c57aba749ad964922f274be03181def4a527198')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # remove interfering options to pytest
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-  PYTHONPATH="$PYTHONPATH:${PWD}" make -C docs man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  touch tests/__init__.py
-  # tests require timezone to be set to UTC
-  # https://github.com/pimutils/todoman/issues/404
-  TZ="UTC" pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -vDm 644 {AUTHORS,CHANGELOG,CODE_OF_CONDUCT,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # manpages
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 docs/build/man/*.1 "$pkgdir/usr/share/man/man1/"
-  # license
-  # wrong name: https://github.com/pimutils/todoman/issues/319
-  install -vDm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # sample config
-  install -vDm 644 "${pkgname}.conf.sample" \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
-  # completions
-  install -vDm 644 contrib/completion/bash/_todo \
-"${pkgdir}/usr/share/bash-completion/completions/todo"
-  install -vDm 644 contrib/completion/zsh/_todo \
-"${pkgdir}/usr/share/zsh/site-functions/_todo"
-}

Copied: todoman/repos/community-any/PKGBUILD (from rev 771069, 
todoman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 18:22:56 UTC (rev 771070)
@@ -0,0 +1,67 @@
+# Maintainer: David Runge 
+# Maintainer: Morten Linderud 
+
+pkgname=todoman
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
+arch=('any')
+url="https://github.com/pimutils/todoman;
+license=('ISC')
+depends=('python-atomicwrites' 'python-click' 'python-click-log'
+'python-configobj' 'python-dateutil' 'python-humanize' 'python-icalendar'
+'python-parsedatetime' 'python-pyxdg' 'python-setuptools' 'python-tabulate'
+'python-urwid')
+makedepends=('python-sphinx-autorun' 'python-sphinx-click')
+checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest'
+'python-pytest-runner')
+optdepends=('bash-completion: auto-complete in bash'
+'python-click-repl: REPL command'
+'zsh-completions: auto-complete in zsh')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4ff8fe5972360cdc587797f1d89045f69678cc22a8a0db42c50b88b4c5a6ff4d0e6d445ccad799e3a6d3d8d7af29d18d527abf34f262267c54b68763d6ee')
+b2sums=('7bcc005ff763ae0fe03d65a188d0bce6ae4882c8d0a06db980aa79c5272f751666e81905e0d3e186f0cdefcbd3246322c47a534f92f2bb786e151f6c1466b8fb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove interfering options to pytest
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  PYTHONPATH="$PYTHONPATH:${PWD}" make -C docs man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # tests require timezone to be set to UTC
+  # https://github.com/pimutils/todoman/issues/404
+  TZ="UTC" pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py 

  1   2   3   4   5   6   7   8   9   10   >