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

2020-06-20 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 05:53:43
  Author: anatolik
Revision: 648724

upgpkg: tup 0.7.9-1

Modified:
  tup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 05:29:28 UTC (rev 648723)
+++ PKGBUILD2020-06-21 05:53:43 UTC (rev 648724)
@@ -3,8 +3,8 @@
 # Contributor: Patrick McCarty 
 
 pkgname=tup
-pkgver=0.7.8
-pkgrel=2
+pkgver=0.7.9
+pkgrel=1
 pkgdesc='A fast, file-based build system'
 arch=(x86_64)
 url='http://gittup.org/tup/index.html'
@@ -11,8 +11,8 @@
 license=(GPL2)
 depends=(fuse2 pcre)
 install=tup.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/gittup/tup/archive/v0.7.8.tar.gz)
-sha256sums=('37baed2d12ef6ce66ce186dc5aa9bcf23098c35d3aee2dc25cb3177eee224b60')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gittup/tup/archive/v$pkgver.tar.gz)
+sha256sums=('9b0951afaa749186eb55d88860405b2f6b3d88632d1b5df1ec4a0bf973d8d326')
 
 prepare() {
   cd tup-$pkgver


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

2020-06-20 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 05:54:08
  Author: anatolik
Revision: 648725

archrelease: copy trunk to community-x86_64

Added:
  tup/repos/community-x86_64/PKGBUILD
(from rev 648724, tup/trunk/PKGBUILD)
  tup/repos/community-x86_64/tup.install
(from rev 648724, tup/trunk/tup.install)
Deleted:
  tup/repos/community-x86_64/PKGBUILD
  tup/repos/community-x86_64/tup.install

-+
 PKGBUILD|   86 +-
 tup.install |   54 ++--
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 05:53:43 UTC (rev 648724)
+++ PKGBUILD2020-06-21 05:54:08 UTC (rev 648725)
@@ -1,43 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Arvid Norlander 
-# Contributor: Patrick McCarty 
-
-pkgname=tup
-pkgver=0.7.8
-pkgrel=2
-pkgdesc='A fast, file-based build system'
-arch=(x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse2 pcre)
-install=tup.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/gittup/tup/archive/v0.7.8.tar.gz)
-sha256sums=('37baed2d12ef6ce66ce186dc5aa9bcf23098c35d3aee2dc25cb3177eee224b60')
-
-prepare() {
-  cd tup-$pkgver
-
-  sed "s/\`git describe\`/$pkgver/" -i src/tup/link.sh
-  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
-  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
-}
-
-build() {
-  cd tup-$pkgver
-
-  # Clean environment does not allow to use fuse so ./bootstrap does not work
-  ./build.sh
-  ./build/tup init
-  ./build/tup generate runme.sh
-  ./runme.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t "$pkgdir"/usr/bin tup
-  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
-  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-x86_64/PKGBUILD (from rev 648724, 
tup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 05:54:08 UTC (rev 648725)
@@ -0,0 +1,43 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Arvid Norlander 
+# Contributor: Patrick McCarty 
+
+pkgname=tup
+pkgver=0.7.9
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse2 pcre)
+install=tup.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/gittup/tup/archive/v$pkgver.tar.gz)
+sha256sums=('9b0951afaa749186eb55d88860405b2f6b3d88632d1b5df1ec4a0bf973d8d326')
+
+prepare() {
+  cd tup-$pkgver
+
+  sed "s/\`git describe\`/$pkgver/" -i src/tup/link.sh
+  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
+  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
+}
+
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup init
+  ./build/tup generate runme.sh
+  ./runme.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t "$pkgdir"/usr/bin tup
+  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
+  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: tup.install
===
--- tup.install 2020-06-21 05:53:43 UTC (rev 648724)
+++ tup.install 2020-06-21 05:54:08 UTC (rev 648725)
@@ -1,27 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo ">>> $binary has suid bit set. It allows you to run commands in 
chroot-ed environment (e.g. for full dependency tracking)."
-  else
-echo ">>> If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking)"
-echo "set suid bit on tup binary: 'sudo chmod +s $binary'."
-  fi
-}
-
-pre_upgrade() {
-  [ -u $binary ] && touch $suid_set
-  return 0
-}
-
-post_install() {
-  suid_msg
-  return 0
-}
-
-post_upgrade() {
-  [ -f $suid_set ] && chmod +s $binary
-  rm -f $suid_set
-  return 0
-}

Copied: tup/repos/community-x86_64/tup.install (from rev 648724, 
tup/trunk/tup.install)
===
--- tup.install (rev 0)
+++ tup.install 2020-06-21 05:54:08 UTC (rev 648725)
@@ -0,0 +1,27 @@
+suid_set=tmp/tup.upgrade.suid_set
+binary=/usr/bin/tup
+
+suid_msg() {
+  if [ -f $suid_set ]; then
+echo ">>> $binary has suid bit set. It allows you to run commands in 
chroot-ed environment (e.g. for full dependency 

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

2020-06-20 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 05:29:28
  Author: anatolik
Revision: 648723

archrelease: copy trunk to community-x86_64

Added:
  crystal/repos/community-x86_64/PKGBUILD
(from rev 648722, crystal/trunk/PKGBUILD)
Deleted:
  crystal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 05:29:06 UTC (rev 648722)
+++ PKGBUILD2020-06-21 05:29:28 UTC (rev 648723)
@@ -1,66 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.35.0
-pkgrel=1
-pkgdesc='The Crystal Programming Language'
-arch=(x86_64)
-url='https://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent llvm-libs)
-makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('9281afe3bee8c5d3aa32e66ed2129946893fe65a3791f3f27b5b13abc006')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   FLAGS="--release --no-debug" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make docs CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-  return # tests require too much RAM, disable it temporary
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal" \
-PATH=".build:$PATH"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib" "$pkgdir/usr/share/man/man1"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r docs "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 man/crystal.1 "$pkgdir/usr/share/man/man1/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-x86_64/PKGBUILD (from rev 648722, 
crystal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 05:29:28 UTC (rev 648723)
@@ -0,0 +1,66 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.35.1
+pkgrel=1
+pkgdesc='The Crystal Programming Language'
+arch=(x86_64)
+url='https://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent llvm-libs)
+makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+sha256sums=('d324c79002b8a871997049e89cac3989fa48083e11bf9b8ec7fe2d1e94b35199')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 \
+   FLAGS="--release --no-debug" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
+   CRYSTAL_CACHE_DIR="/tmp/crystal"
+  make docs CRYSTAL_CACHE_DIR="/tmp/crystal"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  return # tests require too much RAM, disable it temporary
+
+  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver" \
+CRYSTAL_CACHE_DIR="/tmp/crystal" \
+PATH=".build:$PATH"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # /usr/bin/crystalcompiled executable
+  # /usr/lib/crystal/   compiler src & core libs
+  # /usr/share/doc/crystal/api  api docs
+  # /usr/share/doc/crystal/samples/ samples
+
+  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
+
+  install -dm755 "$pkgdir/usr/lib" "$pkgdir/usr/share/man/man1"
+  cp -r src 

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

2020-06-20 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 05:29:06
  Author: anatolik
Revision: 648722

upgpkg: crystal 0.35.1-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 03:34:05 UTC (rev 648721)
+++ PKGBUILD2020-06-21 05:29:06 UTC (rev 648722)
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.35.0
+pkgver=0.35.1
 pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('9281afe3bee8c5d3aa32e66ed2129946893fe65a3791f3f27b5b13abc006')
+sha256sums=('d324c79002b8a871997049e89cac3989fa48083e11bf9b8ec7fe2d1e94b35199')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-20 Thread Kyle Keen via arch-commits
Date: Sunday, June 21, 2020 @ 03:33:44
  Author: kkeen
Revision: 648720

upgpkg: spectrwm 3.4.0-1

Modified:
  spectrwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 01:19:19 UTC (rev 648719)
+++ PKGBUILD2020-06-21 03:33:44 UTC (rev 648720)
@@ -2,8 +2,8 @@
 # Contributor: Christoph Zeiler 
 
 pkgname=spectrwm
-pkgver=3.3.0
-_ghver=3_3_0
+pkgver=3.4.0
+_ghver=3_4_0
 pkgrel=1
 pkgdesc="A minimalistic automatic tiling window manager that tries to stay out 
of the way."
 arch=('x86_64')
@@ -22,7 +22,7 @@
LICENSE \
 baraction.sh \
 spectrwm-no-preload)
-md5sums=('c34de6ca438ebe841f6b749ee9e424d7'
+md5sums=('24e97fd61146b48e1bdd5c85247b26a8'
  'a67cfe51079481e5b0eab1ad371379e3'
  '950d663692e1da56e0ac864c6c3ed80e'
  '974d109ce0af39cc73936d5efd682480')
@@ -36,7 +36,7 @@
   #sed -i 's/# program[lock].*/program[lock] = slock/' spectrwm.conf
 
   # see spectrwm FS#403
-  sed -i 's/setconfspawn("lock".*/setconfspawn("lock", "xlock", 
SWM_SPAWN_OPTIONAL);/' spectrwm.c
+  #sed -i 's/setconfspawn("lock".*/setconfspawn("lock", "xlock", 
SWM_SPAWN_OPTIONAL);/' spectrwm.c
 }
 
 build() {


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

2020-06-20 Thread Kyle Keen via arch-commits
Date: Sunday, June 21, 2020 @ 03:34:05
  Author: kkeen
Revision: 648721

archrelease: copy trunk to community-x86_64

Added:
  spectrwm/repos/community-x86_64/LICENSE
(from rev 648720, spectrwm/trunk/LICENSE)
  spectrwm/repos/community-x86_64/PKGBUILD
(from rev 648720, spectrwm/trunk/PKGBUILD)
  spectrwm/repos/community-x86_64/baraction.sh
(from rev 648720, spectrwm/trunk/baraction.sh)
  spectrwm/repos/community-x86_64/spectrwm-no-preload
(from rev 648720, spectrwm/trunk/spectrwm-no-preload)
Deleted:
  spectrwm/repos/community-x86_64/LICENSE
  spectrwm/repos/community-x86_64/PKGBUILD
  spectrwm/repos/community-x86_64/baraction.sh
  spectrwm/repos/community-x86_64/spectrwm-no-preload

-+
 LICENSE |   94 ++--
 PKGBUILD|  142 +--
 baraction.sh|  164 +-
 spectrwm-no-preload |4 -
 4 files changed, 202 insertions(+), 202 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-21 03:33:44 UTC (rev 648720)
+++ LICENSE 2020-06-21 03:34:05 UTC (rev 648721)
@@ -1,47 +0,0 @@
-/*
- * Copyright (c) 2009 Marco Peereboom 
- * Copyright (c) 2009 Ryan McBride 
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-/*
- * Much code and ideas taken from dwm under the following license:
- * MIT/X Consortium License
- *
- * 2006-2008 Anselm R Garbe 
- * 2006-2007 Sander van Dijk 
- * 2006-2007 Jukka Salmi 
- * 2007 Premysl Hruby 
- * 2007 Szabolcs Nagy 
- * 2007 Christof Musik 
- * 2007-2008 Enno Gottox Boland 
- * 2007-2008 Peter Hartlich 
- * 2008 Martin Hurton 
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */

Copied: spectrwm/repos/community-x86_64/LICENSE (from rev 648720, 
spectrwm/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-21 03:34:05 UTC (rev 648721)
@@ -0,0 +1,47 @@
+/*
+ * Copyright (c) 2009 Marco Peereboom 
+ * Copyright (c) 2009 Ryan McBride 
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+/*
+ * Much code and ideas taken from dwm under the following license:
+ * MIT/X Consortium License
+ *
+ * 2006-2008 Anselm R Garbe 
+ * 2006-2007 Sander van Dijk 
+ * 2006-2007 Jukka Salmi 
+ * 2007 Premysl Hruby 
+ * 2007 Szabolcs Nagy 
+ * 2007 Christof Musik 
+ * 2007-2008 Enno Gottox Boland 
+ * 2007-2008 Peter Hartlich 
+ * 2008 Martin Hurton 
+ *
+ * Permission is 

[arch-commits] Commit in xfce4-eyes-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-20 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 02:29:54
  Author: foutrelis
Revision: 389590

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 389589, xfce4-eyes-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 02:29:47 UTC (rev 389589)
+++ PKGBUILD2020-06-21 02:29:54 UTC (rev 389590)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.5.0
-pkgrel=2
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fdae00036383105a15d12e9809abd5945a8f2152b17e16ccdfbfe5bd9733f29d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD (from rev 389589, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 02:29:54 UTC (rev 389590)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.5.1
+pkgrel=1
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-eyes-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4db780178e529391d53da180e49386904e69a5a33b3bd5185835d0a7e6ff5ac5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-eyes-plugin/trunk (PKGBUILD)

2020-06-20 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 02:29:47
  Author: foutrelis
Revision: 389589

upgpkg: xfce4-eyes-plugin 4.5.1-1: new upstream release

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 01:13:21 UTC (rev 389588)
+++ PKGBUILD2020-06-21 02:29:47 UTC (rev 389589)
@@ -3,8 +3,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-eyes-plugin
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.1
+pkgrel=1
 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
 arch=('x86_64')
 url="https://docs.xfce.org/panel-plugins/xfce4-eyes-plugin;
@@ -13,7 +13,7 @@
 depends=('xfce4-panel' 'hicolor-icon-theme')
 makedepends=('intltool' 'perl-xml-parser')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fdae00036383105a15d12e9809abd5945a8f2152b17e16ccdfbfe5bd9733f29d')
+sha256sums=('4db780178e529391d53da180e49386904e69a5a33b3bd5185835d0a7e6ff5ac5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in zeroc-ice/repos/community-x86_64 (5 files)

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 01:19:19
  Author: svenstaro
Revision: 648719

archrelease: copy trunk to community-x86_64

Added:
  zeroc-ice/repos/community-x86_64/PKGBUILD
(from rev 648718, zeroc-ice/trunk/PKGBUILD)
  zeroc-ice/repos/community-x86_64/java14.patch
(from rev 648718, zeroc-ice/trunk/java14.patch)
  zeroc-ice/repos/community-x86_64/zeroc-ice.sysusers
(from rev 648718, zeroc-ice/trunk/zeroc-ice.sysusers)
Deleted:
  zeroc-ice/repos/community-x86_64/PKGBUILD
  zeroc-ice/repos/community-x86_64/zeroc-ice.sysusers

+
 PKGBUILD   |  169 ++-
 java14.patch   |   31 +
 zeroc-ice.sysusers |2 
 3 files changed, 120 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 01:19:11 UTC (rev 648718)
+++ PKGBUILD2020-06-21 01:19:19 UTC (rev 648719)
@@ -1,81 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Joe George 
-# Contributor: Daniel Spies 
-# Contributor: Otto Allmendinger 
-
-pkgname=(zeroc-ice zeroc-ice-java)
-pkgbase=zeroc-ice
-pkgver=3.7.3
-pkgrel=2
-pkgdesc="An object-oriented middleware that provides RPC functionality"
-arch=(x86_64)
-url="https://zeroc.com;
-license=(GPL custom:ice)
-makedepends=(bzip2 gradle java-environment)
-depends=(mcpp lmdb)
-source=(
-
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz;
-
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
-zeroc-ice.sysusers
-)
-sha256sums=('7cbfac83684a7434499f165e784a7a7bb5b89140717537067d7b969eccc111eb'
-'bc84a90d72a50b8d79b4d0fd16060515f25fddb3614a4811479be8f623e726f8'
-'5fdbb1ed753e84e6b49c529e171af848e74a8890fe485dfe1d2bbec3c198dd90')
-
-_make_args=(
-"OPTIMIZE=yes"
-"USR_DIR_INSTALL=yes"
-"prefix=/usr"
-"CONFIGS=shared cpp11-shared"
-"SKIP=slice2py"
-)
-
-build() {
-  cd "${srcdir}"/ice-${pkgver}
-  make "${_make_args[@]}" "LANGUAGES=cpp java"
-}
-
-package_zeroc-ice() {
-  backup=("etc/glacier2router.conf"
-  "etc/icegridnode.conf"
-  "etc/icegridregistry.conf"
-  )
-
-  cd "${srcdir}"/ice-${pkgver}
-
-  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=cpp"
-  install -Dm644 "${srcdir}"/ice-${pkgver}/ICE_LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  rm -f "${pkgdir}"/usr/share/Ice-${pkgver}/LICENSE
-  rm -f "${pkgdir}"/usr/share/Ice-${pkgver}/ICE_LICENSE
-
-  rm -df "${pkgdir}"/usr/lib/
-  mv "${pkgdir}"/usr/lib64/ "${pkgdir}"/usr/lib/
-
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/glacier2router.conf 
"${pkgdir}"/etc/glacier2router.conf
-  install -Dm644 "${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridnode.conf 
"${pkgdir}"/etc/icegridnode.conf
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridregistry.conf 
"${pkgdir}"/etc/icegridregistry.conf
-
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/glacier2router.service \
- "${pkgdir}"/usr/lib/systemd/system/glacier2router.service
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridnode.service \
- "${pkgdir}"/usr/lib/systemd/system/icegridnode.service
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridregistry.service \
- "${pkgdir}"/usr/lib/systemd/system/icegridregistry.service
-
-  mkdir -p "${pkgdir}"/var/lib/ice/icegrid/{node1,registry}
-  chown -R 101:101 "${pkgdir}"/var/lib/ice
-
-  install -Dm644 "${srcdir}"/zeroc-ice.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf
-}
-
-package_zeroc-ice-java() {
-  depends=(zeroc-ice java-environment)
-
-  cd "${srcdir}"/ice-${pkgver}
-
-  export GRADLE_USER_HOME=/tmp
-  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=java"
-
-  rm -rf "${pkgdir}"/usr/share/ice
-}

Copied: zeroc-ice/repos/community-x86_64/PKGBUILD (from rev 648718, 
zeroc-ice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 01:19:19 UTC (rev 648719)
@@ -0,0 +1,88 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Joe George 
+# Contributor: Daniel Spies 
+# Contributor: Otto Allmendinger 
+
+pkgname=(zeroc-ice zeroc-ice-java)
+pkgbase=zeroc-ice
+pkgver=3.7.4
+pkgrel=1
+pkgdesc="An object-oriented middleware that provides RPC functionality"
+arch=(x86_64)
+url="https://zeroc.com;
+license=(GPL custom:ice)
+makedepends=(bzip2 gradle java-environment)
+depends=(mcpp lmdb)
+source=(
+
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz;
+
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
+zeroc-ice.sysusers
+java14.patch
+)
+sha256sums=('57f200bd2916799bce12960e579d9f9e5b6a9801addaf93d97bb4ce15c760a44'
+

[arch-commits] Commit in zeroc-ice/trunk (PKGBUILD java14.patch)

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 01:19:11
  Author: svenstaro
Revision: 648718

upgpkg: zeroc-ice 3.7.4-1

Added:
  zeroc-ice/trunk/java14.patch
Modified:
  zeroc-ice/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 java14.patch |   31 +++
 2 files changed, 43 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 01:14:01 UTC (rev 648717)
+++ PKGBUILD2020-06-21 01:19:11 UTC (rev 648718)
@@ -5,8 +5,8 @@
 
 pkgname=(zeroc-ice zeroc-ice-java)
 pkgbase=zeroc-ice
-pkgver=3.7.3
-pkgrel=2
+pkgver=3.7.4
+pkgrel=1
 pkgdesc="An object-oriented middleware that provides RPC functionality"
 arch=(x86_64)
 url="https://zeroc.com;
@@ -17,10 +17,12 @@
 
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz;
 
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
 zeroc-ice.sysusers
+java14.patch
 )
-sha256sums=('7cbfac83684a7434499f165e784a7a7bb5b89140717537067d7b969eccc111eb'
-'bc84a90d72a50b8d79b4d0fd16060515f25fddb3614a4811479be8f623e726f8'
-'5fdbb1ed753e84e6b49c529e171af848e74a8890fe485dfe1d2bbec3c198dd90')
+sha256sums=('57f200bd2916799bce12960e579d9f9e5b6a9801addaf93d97bb4ce15c760a44'
+'957efa66557fe1a9abcc2b6c61e1d63d9880c990cf884f7a2b230ba65dd24426'
+'5fdbb1ed753e84e6b49c529e171af848e74a8890fe485dfe1d2bbec3c198dd90'
+'6da6def608b170b26d13dc4cbe3447b32aa942c629ef43388f801970965ed2c8')
 
 _make_args=(
 "OPTIMIZE=yes"
@@ -30,6 +32,11 @@
 "SKIP=slice2py"
 )
 
+prepare() {
+  cd "${srcdir}"/ice-${pkgver}
+  patch -Np1 -i "${srcdir}"/java14.patch
+}
+
 build() {
   cd "${srcdir}"/ice-${pkgver}
   make "${_make_args[@]}" "LANGUAGES=cpp java"

Added: java14.patch
===
--- java14.patch(rev 0)
+++ java14.patch2020-06-21 01:19:11 UTC (rev 648718)
@@ -0,0 +1,31 @@
+From 995e2062399bb1f3d1afcedf5a8128b3c6c39bb5 Mon Sep 17 00:00:00 2001
+From: Joe George 
+Date: Fri, 12 Jun 2020 13:58:35 -0400
+Subject: [PATCH] Skip Proguard build of IceGridGUI if using Java 14
+
+---
+ java/src/IceGridGUI/build.gradle | 11 ---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+diff --git a/java/src/IceGridGUI/build.gradle 
b/java/src/IceGridGUI/build.gradle
+index 39cecabfe6..ed81a8bcaf 100644
+--- a/java/src/IceGridGUI/build.gradle
 b/java/src/IceGridGUI/build.gradle
+@@ -81,9 +81,14 @@ jar {
+ 
+ project.ext.libJars = []
+ 
+-project.ext.jarBuilder = "plain-jar.gradle"
+-if(icegridguiProguard.toBoolean()) {
+-project.ext.jarBuilder = "proguard-jar.gradle"
++project.ext.jarBuilder = "proguard-jar.gradle"
++try {
++// Proguard does not support Java >= 14
++if (!icegridguiProguard.toBoolean() || JavaVersion.current() >= 
JavaVersion.valueOf("VERSION_14")) {
++project.ext.jarBuilder = "plain-jar.gradle"
++}
++} catch (IllegalArgumentException) {
++// Old version of Gralde that that does not know about Java 14
+ }
+ 
+ apply from: jarBuilder


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:30:14
  Author: svenstaro
Revision: 648714

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  413 ++---
 archlinux.ini|   10 
 emperor.ini  |4 
 emperor.uwsgi.service|   32 +-
 emperor.uwsgi.socket |   18 -
 fix-php74.patch  |   39 ---
 php7.patch   |  169 ---
 tmpfilesd|2 
 uwsgi.install|   18 -
 uwsgi.logrotate  |   20 -
 uwsgi.sysusers   |2 
 uwsgi_at.service |   32 +-
 uwsgi_at.socket  |   18 -
 uwsgi_fix_rpath.patch|  132 +--
 uwsgi_ruby20_compatibility.patch |   84 +++
 uwsgi_trick_chroot.patch |   32 +-
 16 files changed, 407 insertions(+), 618 deletions(-)

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

[arch-commits] Commit in uwsgi/trunk (PKGBUILD fix-php74.patch php7.patch)

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:29:57
  Author: svenstaro
Revision: 648713

upgpkg: uwsgi 2.0.19.1-1

Modified:
  uwsgi/trunk/PKGBUILD
Deleted:
  uwsgi/trunk/fix-php74.patch
  uwsgi/trunk/php7.patch

-+
 PKGBUILD|   10 +--
 fix-php74.patch |   39 
 php7.patch  |  169 --
 3 files changed, 4 insertions(+), 214 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 00:28:41 UTC (rev 648712)
+++ PKGBUILD2020-06-21 00:29:57 UTC (rev 648713)
@@ -21,8 +21,8 @@
  uwsgi-plugin-webdav
  uwsgi-plugin-zabbix
  uwsgi-plugin-notfound)
-pkgver=2.0.18
-pkgrel=7
+pkgver=2.0.19.1
+pkgrel=1
 arch=(x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -39,7 +39,6 @@
 uwsgi_at.service
 uwsgi_at.socket
 uwsgi_ruby20_compatibility.patch
-fix-php74.patch
 uwsgi_trick_chroot.patch
 emperor.ini
 emperor.uwsgi.service
@@ -46,7 +45,7 @@
 emperor.uwsgi.socket
 uwsgi.logrotate
 uwsgi.sysusers)
-sha512sums=('6561703279bcc4a81311d033810ac066d0f113bab13b0942f3eef86cac29c584a6641b52476840d6895151aee5ed064ae2d03b18932cf7f47e62f4eeed76da61'
+sha512sums=('e18359c5ea3606d5de7fb3a0074d777e1c4b41f51f4b1a21f1446f32253058d7924286d9ed8a159d4c6e6c0ea64df7fc3c70b2933c3433b9a9cce39737e702bf'
 
'68eef703de39cb336915e1e9c36b11c65c2d46482407b0234ca245df0e052952abb7dd85b0a1cd4507c78356a3b7a55424524b3aa0997b559b51e7b20eab5e16'
 
'acfe9fb089d1905c3d736dbeaaef7eb1848b4ce8d1f585de653086cf7f90c166a1e493d0b62ba030a4bcf2eca9c919e0d6deea2ea1c0bcb8533d7cb040d2f67c'
 
'4def9dcd06cfc2c6ce554add9d9545a01f3bb2681f0a2a6fc4ba68f9101803a955cc41b5e70832ca448b196109368fdf874e81b7ec0edee4b51f864e16f7'
@@ -53,7 +52,6 @@
 
'c0c1a5c2d31cdb7e0dc878ea3d0b6025532fb640ae7cf4d5f1eed2f89987e625c8dc7844d367283ed560fb3ef37915e3e9199be2e1b06fc4586ca862a653b4b5'
 
'fb51a4d102a1bc7d9f7d4c4f310ee65076bcfbc94b47e2dafdf9b20e99a661c5f938185dcf698437d81409376f0276b966f09b13c8a29462c48612df43c3f3ef'
 
'162ca1be96282b32e8e6be919b6315bfd08954c491056958985bf99e7f5bdad3511665f059329d6cb6ef5d222f9aa11d4dc43c72e6a963ab941ada959fe8d964'
-
'52a9c2e5d5c3841d22d4e87f46c7a1e9de0350bb2aca854b899d5729132156116ab4db4ca7d99d79aacf846812adf0db0c4f7cedf4575767266a713e622827a6'
 
'bc30f8ec69abd14fb96ada5b36cf65811a7a63ee27e224fcb6ceabe9935c1f17379cd872149a17da3d590b8ff60fbe7f77140d777aaf06e25e83388f897f611d'
 
'd54c84838ddb2f389e115ebb81aa2583705c9e330f020e6583b496f9c271ed236b6820c2a065f2b55a79adbf13e262b9ff2428124a8044b8fa20ca29ca4930ac'
 
'83a6859d729bf186236aaa7fb7433415f6b985f17e05b7ac571d8919bbf1fb9bd577b4f673d9787dea09752e3d8043f47ce3d9c7d5690faaa1365e477e6c9388'
@@ -64,7 +62,7 @@
 prepare() {
 cd $srcdir/$pkgbase-$pkgver
 cp $srcdir/archlinux.ini buildconf/archlinux.ini
-for patch in fix-php74.patch uwsgi_ruby20_compatibility.patch 
uwsgi_trick_chroot.patch; do
+for patch in uwsgi_ruby20_compatibility.patch uwsgi_trick_chroot.patch; do
 patch -Np1 -i $srcdir/$patch
 done
 rm -rf plugins/ruby

Deleted: fix-php74.patch
===
--- fix-php74.patch 2020-06-21 00:28:41 UTC (rev 648712)
+++ fix-php74.patch 2020-06-21 00:29:57 UTC (rev 648713)
@@ -1,39 +0,0 @@
-From c4a2ad579a2fe5d357f2d6486c1afe84ef18a029 Mon Sep 17 00:00:00 2001
-From: Arne Welzel 
-Date: Sun, 8 Dec 2019 12:59:45 +0100
-Subject: [PATCH] php: Properly zero initialize zend_file_handle
-
-In the PHP bugtracker [1], the stacktrace included a bogus pointer value
-being passed to `_efree`. The ASCII value of the pointer is "02.11.81"
-which heavily pointed at usage of non-initialized data.
-
-#1  0x7f8fe07e9e96 in _efree (ptr=0x30322e31312e3831) at 
/data/work/php-src-php-7.4.0RC6/Zend/zend_alloc.c:2549
-
-The solution is to use an open-coded version of`zend_stream_init_filename()` 
[2].
-Maybe we could actually use the above helper, but I'm not familiar enough
-with PHP/versions/compat, so the proposed change seems safer.
-
-Should fix #2096.
-
-[1] https://bugs.php.net/bug.php?id=78828
-[2] 
https://github.com/php/php-src/blob/bc6e4b6c574261188519a1e83ba49998ffbcb12b/Zend/zend_stream.c#L70

- plugins/php/php_plugin.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/plugins/php/php_plugin.c b/plugins/php/php_plugin.c
-index 72c390223..1690fb60c 100644
 a/plugins/php/php_plugin.c
-+++ b/plugins/php/php_plugin.c
-@@ -1115,10 +1115,9 @@ int uwsgi_php_request(struct wsgi_request *wsgi_req) {
- 
-   SG(request_info).path_translated = wsgi_req->file;
- 
-+memset(_handle, 0, sizeof(zend_file_handle));
- file_handle.type = ZEND_HANDLE_FILENAME;
- file_handle.filename = 

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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:28:41
  Author: svenstaro
Revision: 648712

archrelease: copy trunk to community-x86_64

Added:
  watchexec/repos/community-x86_64/PKGBUILD
(from rev 648711, watchexec/trunk/PKGBUILD)
Deleted:
  watchexec/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 00:28:36 UTC (rev 648711)
+++ PKGBUILD2020-06-21 00:28:41 UTC (rev 648712)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-
-pkgname=watchexec
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e1e64c2334ab7d867e04f823c26350a8148045afd6261fd631504b2a73af53e0')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 648711, 
watchexec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 00:28:41 UTC (rev 648712)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+
+pkgname=watchexec
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+depends=('gcc-libs')
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('b58375168233501fbdecad1737053a66eaf3b6c4aef0f5f39bc452a3eefb93d4')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:28:36
  Author: svenstaro
Revision: 648711

upgpkg: watchexec 1.13.1-1

Modified:
  watchexec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 00:24:24 UTC (rev 648710)
+++ PKGBUILD2020-06-21 00:28:36 UTC (rev 648711)
@@ -2,15 +2,16 @@
 # Contributor: Vlad M. 
 
 pkgname=watchexec
-pkgver=1.12.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
+depends=('gcc-libs')
 makedepends=('cargo')
 arch=('x86_64')
 license=('Apache')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e1e64c2334ab7d867e04f823c26350a8148045afd6261fd631504b2a73af53e0')
+sha256sums=('b58375168233501fbdecad1737053a66eaf3b6c4aef0f5f39bc452a3eefb93d4')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -17,6 +18,11 @@
   cargo build --release --locked
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
 package() {
   cd "$pkgname-$pkgver"
   install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:24:24
  Author: svenstaro
Revision: 648710

archrelease: copy trunk to community-x86_64

Added:
  tiled/repos/community-x86_64/PKGBUILD
(from rev 648709, tiled/trunk/PKGBUILD)
Deleted:
  tiled/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 00:24:19 UTC (rev 648709)
+++ PKGBUILD2020-06-21 00:24:24 UTC (rev 648710)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('x86_64')
-url='http://www.mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11' 'qt5-declarative' 'qt5-quickcontrols2' 
'zstd')
-makedepends=('mesa' 'qt5-tools' 'python3')
-optdepends=('python3: Python plugin')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('f8c90ea6f1915af2b7b8254e1682899906c177be02eb4b09c89bb7c089ebd592f75670024b9734e3c5db71d1524570e7571ce443ea95d95515cb3a00fcbb66f3')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install INSTALL_ROOT="$pkgdir"
-}

Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 648709, 
tiled/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 00:24:24 UTC (rev 648710)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('x86_64')
+url='http://www.mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11' 'qt5-declarative' 'qt5-quickcontrols2' 
'zstd')
+makedepends=('mesa' 'qt5-tools' 'python3')
+optdepends=('python3: Python plugin')
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('1c4cca9c4f5b884a99a6e10f27dc435c2acb93f2c350a4d69927aef524b8d06dd8de8687235929747d087d3ac5d4539ded174cab59bfaf82042e28d7e9b39ad0')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT="$pkgdir"
+}


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:24:19
  Author: svenstaro
Revision: 648709

upgpkg: tiled 1.4.0-1

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 00:23:14 UTC (rev 648708)
+++ PKGBUILD2020-06-21 00:24:19 UTC (rev 648709)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=1.3.5
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'qt5-tools' 'python3')
 optdepends=('python3: Python plugin')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('f8c90ea6f1915af2b7b8254e1682899906c177be02eb4b09c89bb7c089ebd592f75670024b9734e3c5db71d1524570e7571ce443ea95d95515cb3a00fcbb66f3')
+sha512sums=('1c4cca9c4f5b884a99a6e10f27dc435c2acb93f2c350a4d69927aef524b8d06dd8de8687235929747d087d3ac5d4539ded174cab59bfaf82042e28d7e9b39ad0')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:23:14
  Author: svenstaro
Revision: 648708

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 648707, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 00:21:58 UTC (rev 648707)
+++ PKGBUILD2020-06-21 00:23:14 UTC (rev 648708)
@@ -1,55 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgbase=kitty
-pkgname=(kitty kitty-terminfo)
-pkgver=0.17.4
-pkgrel=1
-pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty;
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('64c5533d31e81635301f559c26d3ad0c7b610b491d3abe26a9578b510406dd5e60c7ac8a4efd7dfdb6867e593b718db08217102567769c4e666299c78c387ec3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package --update-check-interval=0
-}
-
-package_kitty() {
-  depends+=('kitty-terminfo')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp -r linux-package "${pkgdir}"/usr
-
-  # completions
-  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
-  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
-  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
-  # so we write our own header
-  {
-  echo "#compdef kitty"
-  python __main__.py + complete setup zsh
-  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
-
-  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
-
-  rm -r "$pkgdir"/usr/share/terminfo
-
-  install -Dm644 docs/generated/conf/kitty.conf 
"${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
-}
-
-package_kitty-terminfo() {
-  pkgdesc='Terminfo for kitty, an OpenGL-based terminal emulator'
-  depends=('ncurses')
-
-  mkdir -p "$pkgdir/usr/share/terminfo"
-  tic -x -o "$pkgdir/usr/share/terminfo" 
$pkgbase-$pkgver/terminfo/kitty.terminfo
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 648707, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 00:23:14 UTC (rev 648708)
@@ -0,0 +1,55 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgbase=kitty
+pkgname=(kitty kitty-terminfo)
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty;
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('4d09765a6044ffb9af34afdd49f0c2445f9d39a69a0f835b1cea8f4c288dc93af2b12d40b752eaf29abdc5e13b5d6de77ce7edec20a5e396f158526d749cc962')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package --update-check-interval=0
+}
+
+package_kitty() {
+  depends+=('kitty-terminfo')
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cp -r linux-package "${pkgdir}"/usr
+
+  # completions
+  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
+  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
+  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
+  # so we write our own header
+  {
+  echo "#compdef kitty"
+  python __main__.py + complete setup zsh
+  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
+
+  install -Dm644 

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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:21:58
  Author: svenstaro
Revision: 648707

upgpkg: kitty 0.18.0-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 00:21:28 UTC (rev 648706)
+++ PKGBUILD2020-06-21 00:21:58 UTC (rev 648707)
@@ -5,7 +5,7 @@
 
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo)
-pkgver=0.17.4
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
 optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('64c5533d31e81635301f559c26d3ad0c7b610b491d3abe26a9578b510406dd5e60c7ac8a4efd7dfdb6867e593b718db08217102567769c4e666299c78c387ec3')
+sha512sums=('4d09765a6044ffb9af34afdd49f0c2445f9d39a69a0f835b1cea8f4c288dc93af2b12d40b752eaf29abdc5e13b5d6de77ce7edec20a5e396f158526d749cc962')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:21:10
  Author: svenstaro
Revision: 648703

upgpkg: dua-cli 2.6.1-1

Modified:
  dua-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 00:18:19 UTC (rev 648702)
+++ PKGBUILD2020-06-21 00:21:10 UTC (rev 648703)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: mexus 
 pkgname=dua-cli
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('fd2fc462721ab309b77ce12088ebc81ef0e7a4c0ac1a4e501cddedd69c091cd8348337ac2d7f7e2087d7f3959dfc895dad826ac9cfe61bcab35833ec85667a46')
+sha512sums=('51ef258d828b2a80aaebb8d83933402172d0ac9b191599d050319f688cff26c3408554a3ffd54ed39b72310bd3be69bd5e46793b20aecf1df27efb6eb5ad7e73')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:21:22
  Author: svenstaro
Revision: 648705

upgpkg: bazel 3.3.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 00:21:15 UTC (rev 648704)
+++ PKGBUILD2020-06-21 00:21:22 UTC (rev 648705)
@@ -4,7 +4,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('!distcc' '!strip')
 
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
 
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('fd8191188ecb49087b2b474bc383b2bb5d131460952be64b8930dc7e573fd14f99f231c4270b88fb4c9537fb94a04588fb580891519d20c7b90d705238f17f81'
+sha512sums=('64c39dc5a0b5e991403e49b67a6ae41204c4d2c3998eba615a2a3b7978188fe749b549c81bf55d0efb792e3c2f220c38fbd85b77fac5fd408bef464b0574a624'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:21:15
  Author: svenstaro
Revision: 648704

archrelease: copy trunk to community-x86_64

Added:
  dua-cli/repos/community-x86_64/PKGBUILD
(from rev 648703, dua-cli/trunk/PKGBUILD)
Deleted:
  dua-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 00:21:10 UTC (rev 648703)
+++ PKGBUILD2020-06-21 00:21:15 UTC (rev 648704)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: mexus 
-pkgname=dua-cli
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
-arch=('x86_64')
-url="https://github.com/Byron/dua-cli;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('fd2fc462721ab309b77ce12088ebc81ef0e7a4c0ac1a4e501cddedd69c091cd8348337ac2d7f7e2087d7f3959dfc895dad826ac9cfe61bcab35833ec85667a46')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm 755 "target/release/dua" "$pkgdir/usr/bin/dua"
-}

Copied: dua-cli/repos/community-x86_64/PKGBUILD (from rev 648703, 
dua-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 00:21:15 UTC (rev 648704)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: mexus 
+pkgname=dua-cli
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
+arch=('x86_64')
+url="https://github.com/Byron/dua-cli;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('51ef258d828b2a80aaebb8d83933402172d0ac9b191599d050319f688cff26c3408554a3ffd54ed39b72310bd3be69bd5e46793b20aecf1df27efb6eb5ad7e73')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 755 "target/release/dua" "$pkgdir/usr/bin/dua"
+}


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:21:28
  Author: svenstaro
Revision: 648706

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 648705, bazel/trunk/PKGBUILD)
  bazel/repos/community-x86_64/grpc_rename_gettid.patch
(from rev 648705, bazel/trunk/grpc_rename_gettid.patch)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD
  bazel/repos/community-x86_64/grpc_rename_gettid.patch

--+
 PKGBUILD |   78 +++---
 grpc_rename_gettid.patch |  156 ++---
 2 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 00:21:22 UTC (rev 648705)
+++ PKGBUILD2020-06-21 00:21:28 UTC (rev 648706)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.build/'
-depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
-
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('fd8191188ecb49087b2b474bc383b2bb5d131460952be64b8930dc7e573fd14f99f231c4270b88fb4c9537fb94a04588fb580891519d20c7b90d705238f17f81'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
-  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
-  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
-  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
-  mkdir -p "${pkgdir}/opt/bazel"
-  for d in examples third_party tools; do
-cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 648705, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 00:21:28 UTC (rev 648706)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.build/'
+depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
+sha512sums=('64c39dc5a0b5e991403e49b67a6ae41204c4d2c3998eba615a2a3b7978188fe749b549c81bf55d0efb792e3c2f220c38fbd85b77fac5fd408bef464b0574a624'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
+  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
+  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
+  mkdir -p "${pkgdir}/opt/bazel"
+  for d in examples third_party tools; do
+cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+  done
+}
+# vim:set ts=2 sw=2 et:

Deleted: grpc_rename_gettid.patch
===
--- grpc_rename_gettid.patch2020-06-21 00:21:22 UTC (rev 648705)
+++ grpc_rename_gettid.patch2020-06-21 00:21:28 UTC (rev 648706)
@@ -1,78 +0,0 @@
-From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17 00:00:00 2001
-From: Benjamin Peterson 
-Date: Fri, 3 May 2019 08:11:00 -0700
-Subject: [PATCH] Rename gettid() functions.
-
-glibc 2.30 will declare its own gettid; see 
https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92.
 Rename the grpc versions to avoid naming conflicts.

- 

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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:18:14
  Author: svenstaro
Revision: 648701

upgpkg: ansible 2.9.10-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:49:48 UTC (rev 648700)
+++ PKGBUILD2020-06-21 00:18:14 UTC (rev 648701)
@@ -6,8 +6,8 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=2.9.9
-pkgrel=2
+pkgver=2.9.10
+pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://www.ansible.com'
@@ -29,7 +29,7 @@
 makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('327c5ece277096f71f10fec2b33a8d2c94ee59b0e22b15bb5ca449da2331b8158239bdbc8e3afd093af358a787f410c7c2e0942010de65a8d9c8719cf83e4abd')
+sha512sums=('c0d5e26491f52d1eb8d1c3755903bb6a8d50634df5fb50a970076d49d99cfda424fa60c258a6a5821e01c435a8ef077d46ced4b2f8c4f4a8d381737e6f14afb4')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 21, 2020 @ 00:18:19
  Author: svenstaro
Revision: 648702

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 648701, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 00:18:14 UTC (rev 648701)
+++ PKGBUILD2020-06-21 00:18:19 UTC (rev 648702)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=2.9.9
-pkgrel=2
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://www.ansible.com'
-license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
-provides=('python-ansible')
-optdepends=('sshpass: for ssh connections with password'
-'python-passlib: crypt values for vars_prompt'
-'python-pyopenssl: openssl modules'
-'python-netaddr: for the ipaddr filter'
-'python-systemd: log to journal'
-'python-pywinrm: connect to Windows machines'
-'python-dnspython: for dig lookup'
-'python-ovirt-engine-sdk: ovirt support'
-'python-boto3: aws_s3 module'
-'python-jmespath: json_query support'
-'python-ldap: ldap support'
-'acme-tiny: openssl_certificate module')
-makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('327c5ece277096f71f10fec2b33a8d2c94ee59b0e22b15bb5ca449da2331b8158239bdbc8e3afd093af358a787f410c7c2e0942010de65a8d9c8719cf83e4abd')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 648701, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 00:18:19 UTC (rev 648702)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=2.9.10
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://www.ansible.com'
+license=('GPL3')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
+provides=('python-ansible')
+optdepends=('sshpass: for ssh connections with password'
+'python-passlib: crypt values for vars_prompt'
+'python-pyopenssl: openssl modules'
+'python-netaddr: for the ipaddr filter'
+'python-systemd: log to journal'
+'python-pywinrm: connect to Windows machines'
+'python-dnspython: for dig lookup'
+'python-ovirt-engine-sdk: ovirt support'
+'python-boto3: aws_s3 module'
+'python-jmespath: json_query support'
+'python-ldap: ldap support'
+'acme-tiny: openssl_certificate module')
+makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
+sha512sums=('c0d5e26491f52d1eb8d1c3755903bb6a8d50634df5fb50a970076d49d99cfda424fa60c258a6a5821e01c435a8ef077d46ced4b2f8c4f4a8d381737e6f14afb4')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}


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

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 23:49:48
  Author: heftig
Revision: 648700

0.80.0-1

Modified:
  libhandy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:23:01 UTC (rev 648699)
+++ PKGBUILD2020-06-20 23:49:48 UTC (rev 648700)
@@ -1,24 +1,22 @@
 # Maintainer: Balló György 
 
 pkgname=libhandy
-pkgver=0.0.13
-pkgrel=2
+pkgver=0.80.0
+pkgrel=1
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 arch=(x86_64)
 url="https://source.puri.sm/Librem5/libhandy;
 license=(LGPL2.1)
-depends=(gtk3)
+depends=(glib2 gtk3)
 makedepends=(git glade gobject-introspection meson vala)
-_commit=7a193d7692c9c76a1a94f17c4d30b585f77d177c  # tags/v0.0.13^0
+checkdepends=(xorg-server-xvfb)
+provides=(libhandy-1.so)
+_commit=b61eefde06040703026f49a0b979588e69f77d3a  # tags/v0.80.0^0
 source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 prepare() {
   cd $pkgname
-
-  # Fix build with glade 3.36.0
-  sed -e 's/GPC_OBJECT_DELIMITER/GLADE_PROPERTY_DEF_OBJECT_DELIMITER/g' \
-  -i glade/glade-*.c
 }
 
 pkgver() {
@@ -27,10 +25,20 @@
 }
 
 build() {
-  arch-meson $pkgname build -Dgtk_doc=true -Dexamples=false
-  ninja -C build
+  arch-meson $pkgname build \
+-D gtk_doc=true \
+-D examples=false
+  meson compile -C build
 }
 
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }
+
+# vim:set sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:23:01
  Author: arodseth
Revision: 648699

archrelease: copy trunk to community-x86_64

Added:
  nsgenbind/repos/community-x86_64/PKGBUILD
(from rev 648698, nsgenbind/trunk/PKGBUILD)
Deleted:
  nsgenbind/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:22:55 UTC (rev 648698)
+++ PKGBUILD2020-06-20 23:23:01 UTC (rev 648699)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Marian Buschsieweke 
-
-pkgname=nsgenbind
-pkgver=0.7
-pkgrel=1
-pkgdesc='NetSurf JavaScript binding generator'
-arch=(x86_64)
-url='https://git.netsurf-browser.org/nsgenbind.git'
-license=(GPL)
-makedepends=(git netsurf-buildsystem)
-source=("git+$url#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C $pkgname PREFIX=/usr
-}
-
-package() {
-  make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# getver: git.netsurf-browser.org/nsgenbind.git/plain/Makefile
-# vim: ts=2 sw=2 et:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 648698, 
nsgenbind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:23:01 UTC (rev 648699)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Marian Buschsieweke 
+
+pkgname=nsgenbind
+pkgver=0.8
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=(x86_64)
+url='https://git.netsurf-browser.org/nsgenbind.git'
+license=(GPL)
+makedepends=(git netsurf-buildsystem)
+source=("git+$url#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag: 
release/0.8
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname PREFIX=/usr
+}
+
+package() {
+  make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# getver: git.netsurf-browser.org/nsgenbind.git/plain/Makefile
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:22:55
  Author: arodseth
Revision: 648698

upgpkg: nsgenbind 0.8-1

Modified:
  nsgenbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:20:31 UTC (rev 648697)
+++ PKGBUILD2020-06-20 23:22:55 UTC (rev 648698)
@@ -2,7 +2,7 @@
 # Contributor: Marian Buschsieweke 
 
 pkgname=nsgenbind
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc='NetSurf JavaScript binding generator'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://git.netsurf-browser.org/nsgenbind.git'
 license=(GPL)
 makedepends=(git netsurf-buildsystem)
-source=("git+$url#tag=release/$pkgver")
+source=("git+$url#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag: 
release/0.8
 md5sums=('SKIP')
 
 build() {


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

2020-06-20 Thread Kyle Keen via arch-commits
Date: Saturday, June 20, 2020 @ 23:20:31
  Author: kkeen
Revision: 648697

archrelease: copy trunk to community-any

Added:
  wtf/repos/community-any/LICENSE
(from rev 648696, wtf/trunk/LICENSE)
  wtf/repos/community-any/PKGBUILD
(from rev 648696, wtf/trunk/PKGBUILD)
Deleted:
  wtf/repos/community-any/LICENSE
  wtf/repos/community-any/PKGBUILD

--+
 LICENSE  |   20 
 PKGBUILD |   74 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-20 23:20:19 UTC (rev 648696)
+++ LICENSE 2020-06-20 23:20:31 UTC (rev 648697)
@@ -1,10 +0,0 @@
-Copyright (c) 2005, peter
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright 
notice, this list of conditions and the following disclaimer in the 
documentation and/or other materials provided with the distribution.
-* Neither the name of the  nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: wtf/repos/community-any/LICENSE (from rev 648696, wtf/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-20 23:20:31 UTC (rev 648697)
@@ -0,0 +1,10 @@
+Copyright (c) 2005, peter
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright 
notice, this list of conditions and the following disclaimer in the 
documentation and/or other materials provided with the distribution.
+* Neither the name of the  nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:20:19 UTC (rev 648696)
+++ PKGBUILD2020-06-20 23:20:31 UTC (rev 648697)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Jeff Mickey 
-
-pkgname=wtf
-pkgver=20200217
-pkgrel=1
-pkgdesc="Acronym dictionary, with additions from NetBSD and wikipedia"
-arch=('any')
-url="http://www.mu.org/~mux/wtf/;
-license=('BSD')
-makedepends=('git')
-#source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-#source=("git+https://github.com/void-linux/netbsd-wtf#commit=b1e5be48;
-source=("https://sourceforge.net/projects/bsdwtf/files/wtf-$pkgver.tar.gz;
-
"https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing;
-'LICENSE')
-md5sums=('faa0c10db24767041217924a024424b5'
- '3d99862438ec7977ff8d7f4e3e5dd300'
- 'abac213cf24e9d5cab4e8115441eb717')
-
-prepare() {
-  cd "$srcdir/wtf-$pkgver"
-  sed -i 

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

2020-06-20 Thread Kyle Keen via arch-commits
Date: Saturday, June 20, 2020 @ 23:20:19
  Author: kkeen
Revision: 648696

upgpkg: wtf 20200613-1

Modified:
  wtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:17:10 UTC (rev 648695)
+++ PKGBUILD2020-06-20 23:20:19 UTC (rev 648696)
@@ -2,7 +2,7 @@
 # Contributor: Jeff Mickey 
 
 pkgname=wtf
-pkgver=20200217
+pkgver=20200613
 pkgrel=1
 pkgdesc="Acronym dictionary, with additions from NetBSD and wikipedia"
 arch=('any')
@@ -14,7 +14,7 @@
 source=("https://sourceforge.net/projects/bsdwtf/files/wtf-$pkgver.tar.gz;
 
"https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing;
 'LICENSE')
-md5sums=('faa0c10db24767041217924a024424b5'
+md5sums=('601e1f022d8bf265c490c0b11850cdfe'
  '3d99862438ec7977ff8d7f4e3e5dd300'
  'abac213cf24e9d5cab4e8115441eb717')
 


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:17:10
  Author: arodseth
Revision: 648695

archrelease: copy trunk to community-any

Added:
  netsurf-buildsystem/repos/community-any/PKGBUILD
(from rev 648694, netsurf-buildsystem/trunk/PKGBUILD)
Deleted:
  netsurf-buildsystem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:17:04 UTC (rev 648694)
+++ PKGBUILD2020-06-20 23:17:10 UTC (rev 648695)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=netsurf-buildsystem
-pkgver=1.8
-pkgrel=1
-pkgdesc='The Netsurf buildsystem'
-arch=(any)
-url='https://source.netsurf-browser.org/buildsystem.git'
-license=(MIT)
-source=("$pkgname-$pkgver.tar.bz2::https://source.netsurf-browser.org/buildsystem.git/snapshot/buildsystem-release/$pkgver.tar.bz2;)
-sha256sums=('86c03394273e8c4a91ad0c930fa91c31d2c6dcffe92fe95c97cffef01ef2526c')
-
-build() {
-  cd "buildsystem-release/$pkgver"
-  sed -i 's:-Werror::' Makefile
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd "buildsystem-release/$pkgver"
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-shared
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: git.netsurf-browser.org/buildsystem.git/plain/Makefile
-# vim: ts=2 sw=2 et:

Copied: netsurf-buildsystem/repos/community-any/PKGBUILD (from rev 648694, 
netsurf-buildsystem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:17:10 UTC (rev 648695)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=netsurf-buildsystem
+pkgver=1.9
+pkgrel=1
+pkgdesc='The Netsurf buildsystem'
+arch=(any)
+url='https://source.netsurf-browser.org/buildsystem.git'
+license=(MIT)
+source=("$pkgname-$pkgver.tar.bz2::https://source.netsurf-browser.org/buildsystem.git/snapshot/buildsystem-release/$pkgver.tar.bz2;)
+sha256sums=('9689085bda4b4110cbbb2034eb19f27b0c5f77f7998029be5a18d61f4d32a336')
+
+build() {
+  cd "buildsystem-release/$pkgver"
+  sed -i 's:-Werror::' Makefile
+  make PREFIX=/usr COMPONENT_TYPE=lib-shared
+  make PREFIX=/usr COMPONENT_TYPE=lib-static
+}
+
+package() {
+  cd "buildsystem-release/$pkgver"
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-shared
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-static
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: git.netsurf-browser.org/buildsystem.git/plain/Makefile
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:17:04
  Author: arodseth
Revision: 648694

upgpkg: netsurf-buildsystem 1.9-1

Modified:
  netsurf-buildsystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:15:01 UTC (rev 648693)
+++ PKGBUILD2020-06-20 23:17:04 UTC (rev 648694)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=netsurf-buildsystem
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc='The Netsurf buildsystem'
 arch=(any)
@@ -8,7 +8,7 @@
 url='https://source.netsurf-browser.org/buildsystem.git'
 license=(MIT)
 
source=("$pkgname-$pkgver.tar.bz2::https://source.netsurf-browser.org/buildsystem.git/snapshot/buildsystem-release/$pkgver.tar.bz2;)
-sha256sums=('86c03394273e8c4a91ad0c930fa91c31d2c6dcffe92fe95c97cffef01ef2526c')
+sha256sums=('9689085bda4b4110cbbb2034eb19f27b0c5f77f7998029be5a18d61f4d32a336')
 
 build() {
   cd "buildsystem-release/$pkgver"


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:14:54
  Author: arodseth
Revision: 648692

upgpkg: xa 2.3.11-1

Modified:
  xa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:14:27 UTC (rev 648691)
+++ PKGBUILD2020-06-20 23:14:54 UTC (rev 648692)
@@ -3,7 +3,7 @@
 # Contributor: Chris Mosher 
 
 pkgname=xa
-pkgver=2.3.10
+pkgver=2.3.11
 pkgrel=1
 pkgdesc='Cross-assembler for the 6502 microprocessor'
 arch=(x86_64)
@@ -11,11 +11,12 @@
 license=(GPL2)
 makedepends=(setconf)
 source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz;)
-sha256sums=('867b5b26b6524be8bcfbad8820ab3efe422b3e0cc9775dcb743284778868ba78')
+sha256sums=('32f2164c99e305218e992970856dd8e2309b5cb6ac4758d7b2afe3bfebc9012d')
 
 prepare() {
-  setconf $pkgname-$pkgver/Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
-  setconf $pkgname-$pkgver/Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
+  cd $pkgname-$pkgver
+  setconf Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
+  setconf Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
 }
 
 build() {


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:15:01
  Author: arodseth
Revision: 648693

archrelease: copy trunk to community-x86_64

Added:
  xa/repos/community-x86_64/PKGBUILD
(from rev 648692, xa/trunk/PKGBUILD)
Deleted:
  xa/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:14:54 UTC (rev 648692)
+++ PKGBUILD2020-06-20 23:15:01 UTC (rev 648693)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Gaetan Bisson 
-# Contributor: Chris Mosher 
-
-pkgname=xa
-pkgver=2.3.10
-pkgrel=1
-pkgdesc='Cross-assembler for the 6502 microprocessor'
-arch=(x86_64)
-url='https://www.floodgap.com/retrotech/xa/'
-license=(GPL2)
-makedepends=(setconf)
-source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz;)
-sha256sums=('867b5b26b6524be8bcfbad8820ab3efe422b3e0cc9775dcb743284778868ba78')
-
-prepare() {
-  setconf $pkgname-$pkgver/Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
-  setconf $pkgname-$pkgver/Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-   make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: xa/repos/community-x86_64/PKGBUILD (from rev 648692, xa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:15:01 UTC (rev 648693)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Chris Mosher 
+
+pkgname=xa
+pkgver=2.3.11
+pkgrel=1
+pkgdesc='Cross-assembler for the 6502 microprocessor'
+arch=(x86_64)
+url='https://www.floodgap.com/retrotech/xa/'
+license=(GPL2)
+makedepends=(setconf)
+source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz;)
+sha256sums=('32f2164c99e305218e992970856dd8e2309b5cb6ac4758d7b2afe3bfebc9012d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  setconf Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
+  setconf Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+   make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Kyle Keen via arch-commits
Date: Saturday, June 20, 2020 @ 23:14:19
  Author: kkeen
Revision: 648689

archrelease: copy trunk to community-x86_64

Added:
  xdiskusage/repos/community-x86_64/PKGBUILD
(from rev 648688, xdiskusage/trunk/PKGBUILD)
Deleted:
  xdiskusage/repos/community-x86_64/PKGBUILD
  xdiskusage/repos/community-x86_64/build-fix.patch

-+
 PKGBUILD|   67 ++
 build-fix.patch |   71 --
 2 files changed, 30 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:14:03 UTC (rev 648688)
+++ PKGBUILD2020-06-20 23:14:19 UTC (rev 648689)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tom Newsom 
-# Contributor: Jason Chu 
-
-pkgname=xdiskusage
-pkgver=1.51
-pkgrel=3
-pkgdesc="A user-friendly program to show you what is using up all your disk 
space"
-arch=('x86_64')
-depends=('fltk')
-makedepends=('libxi')
-license=('GPL')
-url="http://xdiskusage.sourceforge.net;
-options=(!emptydirs)
-source=(http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz
-   'build-fix.patch')
-md5sums=('91ab7415a0dc8d53742eb9a9cc809cfd'
- '570eb00cb0999231620b67889325a81f')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  patch -Np1 -i "$srcdir/build-fix.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
-  chmod 0644 "$pkgdir"/usr/share/man/man1/*
-}

Copied: xdiskusage/repos/community-x86_64/PKGBUILD (from rev 648688, 
xdiskusage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:14:19 UTC (rev 648689)
@@ -0,0 +1,30 @@
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
+# Contributor: Tom Newsom 
+# Contributor: Jason Chu 
+
+pkgname=xdiskusage
+pkgver=1.52
+pkgrel=1
+pkgdesc="A user-friendly program to show you what is using up all your disk 
space"
+arch=('x86_64')
+depends=('fltk')
+makedepends=('libxi')
+license=('GPL')
+url="http://xdiskusage.sourceforge.net;
+options=(!emptydirs)
+source=("http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz;)
+md5sums=('8663caf205aeda34b45bf13cfa87b212')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+  chmod 0644 "$pkgdir"/usr/share/man/man1/*
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2020-06-20 23:14:03 UTC (rev 648688)
+++ build-fix.patch 2020-06-20 23:14:19 UTC (rev 648689)
@@ -1,71 +0,0 @@
-diff -wbBur xdiskusage-1.48/makeinclude.in xdiskusage-1.48.my/makeinclude.in
 xdiskusage-1.48/makeinclude.in 2004-05-05 10:07:57.0 +0400
-+++ xdiskusage-1.48.my/makeinclude.in  2014-04-23 20:58:15.136751299 +0400
-@@ -21,6 +21,6 @@
- CXXFLAGS_D=@CXXFLAGS_D@
- 
- # libraries to link with:
--LDLIBS=@LIBS@ -lfltk -lXinerama -lGL -lGLU -lX11 -lXext 
@X_EXTRA_LIBS@ -lm
-+LDLIBS=@LIBS@ -lfltk -lXinerama -lXft -lX11 -lXext -lXi 
@X_EXTRA_LIBS@ -lm
- 
- INSTALL   =@INSTALL@
-diff -wbBur xdiskusage-1.48/xdiskusage.C xdiskusage-1.48.my/xdiskusage.C
 xdiskusage-1.48/xdiskusage.C   2004-09-21 09:23:14.0 +0400
-+++ xdiskusage-1.48.my/xdiskusage.C2014-04-23 21:00:50.696749510 +0400
-@@ -223,6 +223,19 @@
-   return 1;
- }
- 
-+// returns true if stdin is /dev/null
-+// To fix Debian bug #276193
-+// Technically could be possible that returns "true" and is not "true",
-+// because same device ID is used across file systems. But is the best
-+// solutions that I have
-+int isstdinnull() {
-+struct stat ststdin,stnull;
-+stat("/dev/null",);
-+fstat(0,);
-+
-+return (ststdin.st_rdev==stnull.st_rdev);
-+}
-+
- int main(int argc, char**argv) {
- #if FL_MAJOR_VERSION < 2
-   // Make fltk look more like KDE/Windoze:
-@@ -253,7 +266,7 @@
-   OutputWindow* d = OutputWindow::make(argv[n++]);
-   if (d) d->show(argc,argv);
- }
--  } else if (!isatty(0)) {
-+  } else if (!isatty(0) && !isstdinnull()) {
- // test for pipe, if so read stdin:
- OutputWindow* d = OutputWindow::make(0);
- if (d) d->show(argc,argv);
-@@ -392,8 +405,7 @@
-   strncpy(pathbuf, path, 1024);
-   for (int i=0; i<10; i++) {
-   char *p = (char*)fl_filename_name(pathbuf);
--  int i = readlink(pathbuf, p, 1024-(p-pathbuf));
--  if (i < 0) {
-+  if (readlink(pathbuf, p, 1024-(p-pathbuf)) < 0) {
- if (errno != EINVAL) {
-   

[arch-commits] Commit in xdiskusage/trunk (PKGBUILD build-fix.patch)

2020-06-20 Thread Kyle Keen via arch-commits
Date: Saturday, June 20, 2020 @ 23:14:03
  Author: kkeen
Revision: 648688

upgpkg: xdiskusage 1.52-1

Modified:
  xdiskusage/trunk/PKGBUILD
Deleted:
  xdiskusage/trunk/build-fix.patch

-+
 PKGBUILD|   18 -
 build-fix.patch |   71 --
 2 files changed, 6 insertions(+), 83 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:11:42 UTC (rev 648687)
+++ PKGBUILD2020-06-20 23:14:03 UTC (rev 648688)
@@ -1,10 +1,11 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
 # Contributor: Tom Newsom 
 # Contributor: Jason Chu 
 
 pkgname=xdiskusage
-pkgver=1.51
-pkgrel=3
+pkgver=1.52
+pkgrel=1
 pkgdesc="A user-friendly program to show you what is using up all your disk 
space"
 arch=('x86_64')
 depends=('fltk')
@@ -12,16 +13,9 @@
 license=('GPL')
 url="http://xdiskusage.sourceforge.net;
 options=(!emptydirs)
-source=(http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz
-   'build-fix.patch')
-md5sums=('91ab7415a0dc8d53742eb9a9cc809cfd'
- '570eb00cb0999231620b67889325a81f')
+source=("http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz;)
+md5sums=('8663caf205aeda34b45bf13cfa87b212')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  patch -Np1 -i "$srcdir/build-fix.patch"
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr

Deleted: build-fix.patch
===
--- build-fix.patch 2020-06-20 23:11:42 UTC (rev 648687)
+++ build-fix.patch 2020-06-20 23:14:03 UTC (rev 648688)
@@ -1,71 +0,0 @@
-diff -wbBur xdiskusage-1.48/makeinclude.in xdiskusage-1.48.my/makeinclude.in
 xdiskusage-1.48/makeinclude.in 2004-05-05 10:07:57.0 +0400
-+++ xdiskusage-1.48.my/makeinclude.in  2014-04-23 20:58:15.136751299 +0400
-@@ -21,6 +21,6 @@
- CXXFLAGS_D=@CXXFLAGS_D@
- 
- # libraries to link with:
--LDLIBS=@LIBS@ -lfltk -lXinerama -lGL -lGLU -lX11 -lXext 
@X_EXTRA_LIBS@ -lm
-+LDLIBS=@LIBS@ -lfltk -lXinerama -lXft -lX11 -lXext -lXi 
@X_EXTRA_LIBS@ -lm
- 
- INSTALL   =@INSTALL@
-diff -wbBur xdiskusage-1.48/xdiskusage.C xdiskusage-1.48.my/xdiskusage.C
 xdiskusage-1.48/xdiskusage.C   2004-09-21 09:23:14.0 +0400
-+++ xdiskusage-1.48.my/xdiskusage.C2014-04-23 21:00:50.696749510 +0400
-@@ -223,6 +223,19 @@
-   return 1;
- }
- 
-+// returns true if stdin is /dev/null
-+// To fix Debian bug #276193
-+// Technically could be possible that returns "true" and is not "true",
-+// because same device ID is used across file systems. But is the best
-+// solutions that I have
-+int isstdinnull() {
-+struct stat ststdin,stnull;
-+stat("/dev/null",);
-+fstat(0,);
-+
-+return (ststdin.st_rdev==stnull.st_rdev);
-+}
-+
- int main(int argc, char**argv) {
- #if FL_MAJOR_VERSION < 2
-   // Make fltk look more like KDE/Windoze:
-@@ -253,7 +266,7 @@
-   OutputWindow* d = OutputWindow::make(argv[n++]);
-   if (d) d->show(argc,argv);
- }
--  } else if (!isatty(0)) {
-+  } else if (!isatty(0) && !isstdinnull()) {
- // test for pipe, if so read stdin:
- OutputWindow* d = OutputWindow::make(0);
- if (d) d->show(argc,argv);
-@@ -392,8 +405,7 @@
-   strncpy(pathbuf, path, 1024);
-   for (int i=0; i<10; i++) {
-   char *p = (char*)fl_filename_name(pathbuf);
--  int i = readlink(pathbuf, p, 1024-(p-pathbuf));
--  if (i < 0) {
-+  if (readlink(pathbuf, p, 1024-(p-pathbuf)) < 0) {
- if (errno != EINVAL) {
-   strcat(pathbuf, ": no such file");
-   fl_alert(pathbuf);
-@@ -988,7 +1000,7 @@
- void OutputWindow::sort_cb(Fl_Widget* o, void*v) {
-   OutputWindow* d = (OutputWindow*)(o->window());
-   int (*compare)(const Node*, const Node*);
--  switch ((int)v) {
-+  switch ((long long)v) {
-   case 's': compare = largestfirst; break;
-   case 'r': compare = smallestfirst; break;
-   case 'a': compare = alphabetical; break;
-@@ -1001,7 +1013,7 @@
- 
- void OutputWindow::columns_cb(Fl_Widget* o, void*v) {
-   OutputWindow* d = (OutputWindow*)(o->window());
--  int n = (int)v;
-+  int n = (long long)v;
-   ::ncols = n;
-   if (n == d->ncols) return;
-   if (d->current_depth > d->root_depth+n-1) {


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 23:14:21
  Author: dvzrv
Revision: 648690

upgpkg: lib32-alsa-lib 1.2.3.1-1: Upgrading to 1.2.3.1.

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:14:19 UTC (rev 648689)
+++ PKGBUILD2020-06-20 23:14:21 UTC (rev 648690)
@@ -3,17 +3,17 @@
 
 _name=alsa-lib
 pkgname=lib32-alsa-lib
-pkgver=1.2.3
+pkgver=1.2.3.1
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
 arch=('x86_64')
 url="https://www.alsa-project.org;
 license=('LGPL2.1')
-depends=('lib32-glibc' 'alsa-lib')
+depends=('lib32-glibc' "alsa-lib=${pkgver}")
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/${_name}-$pkgver.tar.bz2;)
-sha512sums=('567c094914833af511bd7b175b0865ae4e4483ae68a7d4f90a34b12d7f077782835eec24257a7928631c104c78eff588f7b92068aade37e3c4806d79353758a8')
-b2sums=('522c5c2a4bd3bc13d96f64781270647271e131042e0a6ed0f2104d9cb9f93341af1c14d000d5acb9c4c327e10202b0e9f280e59f355819f8861ae023a5a0f0a8')
+sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
+b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
 
 prepare() {
   cd "${_name}-$pkgver"
@@ -26,7 +26,10 @@
   export CC='gcc -m32'
   export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
 
-  ./configure --without-debug --prefix=/usr --libdir=/usr/lib32 
--disable-python
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --without-debug \
+  --disable-python
   make
 }
 


[arch-commits] Commit in lib32-alsa-lib/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 23:14:27
  Author: dvzrv
Revision: 648691

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD
(from rev 648690, lib32-alsa-lib/trunk/PKGBUILD)
Deleted:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:14:21 UTC (rev 648690)
+++ PKGBUILD2020-06-20 23:14:27 UTC (rev 648691)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-_name=alsa-lib
-pkgname=lib32-alsa-lib
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support (32 bit)"
-arch=('x86_64')
-url="https://www.alsa-project.org;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'alsa-lib')
-provides=('libasound.so' 'libatopology.so')
-source=("https://www.alsa-project.org/files/pub/lib/${_name}-$pkgver.tar.bz2;)
-sha512sums=('567c094914833af511bd7b175b0865ae4e4483ae68a7d4f90a34b12d7f077782835eec24257a7928631c104c78eff588f7b92068aade37e3c4806d79353758a8')
-b2sums=('522c5c2a4bd3bc13d96f64781270647271e131042e0a6ed0f2104d9cb9f93341af1c14d000d5acb9c4c327e10202b0e9f280e59f355819f8861ae023a5a0f0a8')
-
-prepare() {
-  cd "${_name}-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${_name}-$pkgver"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  ./configure --without-debug --prefix=/usr --libdir=/usr/lib32 
--disable-python
-  make
-}
-
-check() {
-  cd "${_name}-$pkgver"
-  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
-  make -k check
-}
-
-package() {
-  cd "${_name}-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}

Copied: lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD (from rev 648690, 
lib32-alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:14:27 UTC (rev 648691)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+_name=alsa-lib
+pkgname=lib32-alsa-lib
+pkgver=1.2.3.1
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support (32 bit)"
+arch=('x86_64')
+url="https://www.alsa-project.org;
+license=('LGPL2.1')
+depends=('lib32-glibc' "alsa-lib=${pkgver}")
+provides=('libasound.so' 'libatopology.so')
+source=("https://www.alsa-project.org/files/pub/lib/${_name}-$pkgver.tar.bz2;)
+sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
+b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
+
+prepare() {
+  cd "${_name}-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${_name}-$pkgver"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --without-debug \
+  --disable-python
+  make
+}
+
+check() {
+  cd "${_name}-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
+package() {
+  cd "${_name}-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}


[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2020-06-20 Thread Sébastien Luttringer via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:42
  Author: seblu
Revision: 648687

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 648686, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 648686, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 648686, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 648686, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 648686, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 648686, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 648686, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 648686, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:11:32 UTC (rev 648686)
+++ PKGBUILD2020-06-20 23:11:42 UTC (rev 648687)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.2
-_xsver=0.60
-_rbpcver=3.1.2.1
-pkgrel=2
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-sha256sums=('b8d5f94bd1073209bb68d4f822ec15e65e1b1358308fb783b1df349f3c3574b4'
-'fd8082f3ad3b713c994dcdde01400e5a3f8027868a5762de1c47fbd78616cb78'
-'947082faf0b2c49a2fa01126990070cf997072b2bbf29bc01d0bfd2d8e6f6de1'
-'70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
-'82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
-'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'
-'daa9690efe856b01dc749be0dcc8f3daebf7c1c62500df2431eeb2762b446284'
-'2c96d3be7ce0f681ea4b34abab93154b086132166658a747a7a8ed8c7ed2757e'
-'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname 

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

2020-06-20 Thread Sébastien Luttringer via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:32
  Author: seblu
Revision: 648686

upgpkg: backuppc 4.3.2-3

Modified:
  backuppc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:11:18 UTC (rev 648685)
+++ PKGBUILD2020-06-20 23:11:32 UTC (rev 648686)
@@ -2,11 +2,11 @@
 
 pkgname=backuppc
 pkgver=4.3.2
-_xsver=0.60
-_rbpcver=3.1.2.1
-pkgrel=2
+_xsver=0.62
+_rbpcver=3.1.2.2
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
+url='https://github.com/backuppc/'
 license=('GPL2')
 arch=('x86_64')
 makedepends=('git')
@@ -32,8 +32,8 @@
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
 sha256sums=('b8d5f94bd1073209bb68d4f822ec15e65e1b1358308fb783b1df349f3c3574b4'
-'fd8082f3ad3b713c994dcdde01400e5a3f8027868a5762de1c47fbd78616cb78'
-'947082faf0b2c49a2fa01126990070cf997072b2bbf29bc01d0bfd2d8e6f6de1'
+'94d863083a466558f82f10b1b95db7742ea99ebce808214f20897b343dc32b18'
+'3fe98d4fc745b3f964942b8f601f70ac6dfdf3c235a184aded3fa66d210c223b'
 '70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
 '82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
 'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:18
  Author: arodseth
Revision: 648685

archrelease: copy trunk to community-x86_64

Added:
  xaos/repos/community-x86_64/PKGBUILD
(from rev 648684, xaos/trunk/PKGBUILD)
Deleted:
  xaos/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:11:12 UTC (rev 648684)
+++ PKGBUILD2020-06-20 23:11:18 UTC (rev 648685)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Eric Bélanger 
-
-pkgname=xaos
-pkgver=3.7
-pkgrel=1
-pkgdesc='Interactive fractal zoomer'
-arch=(x86_64)
-url='https://xaos-project.github.io/'
-license=(GPL)
-makedepends=(gendesk git)
-depends=(gsl gtk3)
-#options=(!makeflags)
-source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05;)
 # tag: release-3.7
-md5sums=('SKIP')
-
-prepare() {
-  gendesk -f -n \
---pkgname=XaoS \
---pkgdesc="$pkgdesc" \
---exec=xaos \
---icon=xaos \
---categories='Application;Graphics'
-}
-
-build() {
-  cd XaoS
-  autoreconf
-  ./configure \
---prefix=/usr \
---with-long-double=yes \
---with-mitshm=no \
---with-pthread=yes \
---with-png=yes \
---with-gsl=yes \
---with-x11-driver=no \
---with-gtk-driver=yes \
---with-win32-driver=no \
---with-aa-driver=yes
-  make
-}
-
-package() {
-  make -C XaoS DESTDIR="$pkgdir" install
-  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 XaoS.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xaos/repos/community-x86_64/PKGBUILD (from rev 648684, 
xaos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:11:18 UTC (rev 648685)
@@ -0,0 +1,59 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Eric Bélanger 
+
+pkgname=xaos
+pkgver=4.0
+pkgrel=1
+pkgdesc='Interactive fractal zoomer'
+arch=(x86_64)
+url='https://xaos-project.github.io/'
+license=(GPL2)
+makedepends=(gendesk git qt5-tools)
+depends=(qt5-base)
+source=("git+https://github.com/xaos-project/XaoS#commit=06c4b4c65cbe5515c3e40f541016a3b6b65d8ea8;)
 # tag: release-4.0
+md5sums=('SKIP')
+
+prepare() {
+  # Add missing include
+  sed -i '30i#include ' XaoS/src/util/timers.cpp
+
+  # Desktop shortcut
+  gendesk -f -n \
+--pkgname=XaoS \
+--pkgdesc="$pkgdesc" \
+--exec=xaos \
+--icon=xaos \
+--categories='Application;Graphics'
+}
+
+build() {
+  cd XaoS
+  export DEFINES="USE_OPENGL USE_FLOAT128"
+  qmake && make
+}
+
+package() {
+  cd XaoS
+
+  # Executable
+  install -Dm755 bin/xaos "$pkgdir/usr/bin/xaos"
+
+  # Tutorial and catalogs
+  install -d "$pkgdir/usr/share/XaoS/"
+  cp -r tutorial catalogs "$pkgdir/usr/share/XaoS"
+
+  # Examples
+  install -d "$pkgdir/usr/share/XaoS/examples"
+  find examples -name "*.xpf" -exec install -Dm644 -t 
"$pkgdir"/usr/share/XaoS/examples/ {} \;
+
+  # Desktop shortcut and icon
+  install -Dm644 ../XaoS.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "src/ui/images/xaosbig.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  # Man page
+  install -Dm644 doc/xaos.6 "$pkgdir/usr/share/man/man6/xaos.6"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:12
  Author: arodseth
Revision: 648684

upgpkg: xaos 4.0-1

Modified:
  xaos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:55:16 UTC (rev 648683)
+++ PKGBUILD2020-06-20 23:11:12 UTC (rev 648684)
@@ -2,19 +2,22 @@
 # Contributor: Eric Bélanger 
 
 pkgname=xaos
-pkgver=3.7
+pkgver=4.0
 pkgrel=1
 pkgdesc='Interactive fractal zoomer'
 arch=(x86_64)
 url='https://xaos-project.github.io/'
-license=(GPL)
-makedepends=(gendesk git)
-depends=(gsl gtk3)
-#options=(!makeflags)
-source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05;)
 # tag: release-3.7
+license=(GPL2)
+makedepends=(gendesk git qt5-tools)
+depends=(qt5-base)
+source=("git+https://github.com/xaos-project/XaoS#commit=06c4b4c65cbe5515c3e40f541016a3b6b65d8ea8;)
 # tag: release-4.0
 md5sums=('SKIP')
 
 prepare() {
+  # Add missing include
+  sed -i '30i#include ' XaoS/src/util/timers.cpp
+
+  # Desktop shortcut
   gendesk -f -n \
 --pkgname=XaoS \
 --pkgdesc="$pkgdesc" \
@@ -25,27 +28,32 @@
 
 build() {
   cd XaoS
-  autoreconf
-  ./configure \
---prefix=/usr \
---with-long-double=yes \
---with-mitshm=no \
---with-pthread=yes \
---with-png=yes \
---with-gsl=yes \
---with-x11-driver=no \
---with-gtk-driver=yes \
---with-win32-driver=no \
---with-aa-driver=yes
-  make
+  export DEFINES="USE_OPENGL USE_FLOAT128"
+  qmake && make
 }
 
 package() {
-  make -C XaoS DESTDIR="$pkgdir" install
-  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
+  cd XaoS
+
+  # Executable
+  install -Dm755 bin/xaos "$pkgdir/usr/bin/xaos"
+
+  # Tutorial and catalogs
+  install -d "$pkgdir/usr/share/XaoS/"
+  cp -r tutorial catalogs "$pkgdir/usr/share/XaoS"
+
+  # Examples
+  install -d "$pkgdir/usr/share/XaoS/examples"
+  find examples -name "*.xpf" -exec install -Dm644 -t 
"$pkgdir"/usr/share/XaoS/examples/ {} \;
+
+  # Desktop shortcut and icon
+  install -Dm644 ../XaoS.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "src/ui/images/xaosbig.png" \
 "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 XaoS.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # Man page
+  install -Dm644 doc/xaos.6 "$pkgdir/usr/share/man/man6/xaos.6"
 }
 
 # vim: ts=2 sw=2 et:


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 23:00:44
  Author: dvzrv
Revision: 389587

archrelease: copy trunk to extra-x86_64

Added:
  alsa-lib/repos/extra-x86_64/PKGBUILD
(from rev 389586, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:00:39 UTC (rev 389586)
+++ PKGBUILD2020-06-20 23:00:44 UTC (rev 389587)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: judd 
-
-pkgname=alsa-lib
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="https://www.alsa-project.org;
-license=('LGPL2.1')
-depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
-provides=('libasound.so' 'libatopology.so')
-source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('567c094914833af511bd7b175b0865ae4e4483ae68a7d4f90a34b12d7f077782835eec24257a7928631c104c78eff588f7b92068aade37e3c4806d79353758a8')
-b2sums=('522c5c2a4bd3bc13d96f64781270647271e131042e0a6ed0f2104d9cb9f93341af1c14d000d5acb9c4c327e10202b0e9f280e59f355819f8861ae023a5a0f0a8')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --without-debug
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" install -C doc
-  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: alsa-lib/repos/extra-x86_64/PKGBUILD (from rev 389586, 
alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:00:44 UTC (rev 389587)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Contributor: judd 
+
+pkgname=alsa-lib
+pkgver=1.2.3.1
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="https://www.alsa-project.org;
+license=('LGPL2.1')
+depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
+provides=('libasound.so' 'libatopology.so')
+source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
+b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --without-debug
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C doc
+  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 23:00:39
  Author: dvzrv
Revision: 389586

upgpkg: alsa-lib 1.2.3.1-1: Upgrading to 1.2.3.1.

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:43:04 UTC (rev 389585)
+++ PKGBUILD2020-06-20 23:00:39 UTC (rev 389586)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.3
+pkgver=1.2.3.1
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('567c094914833af511bd7b175b0865ae4e4483ae68a7d4f90a34b12d7f077782835eec24257a7928631c104c78eff588f7b92068aade37e3c4806d79353758a8')
-b2sums=('522c5c2a4bd3bc13d96f64781270647271e131042e0a6ed0f2104d9cb9f93341af1c14d000d5acb9c4c327e10202b0e9f280e59f355819f8861ae023a5a0f0a8')
+sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
+b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 22:55:16
  Author: dvzrv
Revision: 648683

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 22:55:11 UTC (rev 648682)
+++ PKGBUILD2020-06-20 22:55:16 UTC (rev 648683)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.14
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="http://qtractor.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('glibc' 'gcc-libs' 'hicolor-icon-theme' 'libmad' 'libogg' 'qt5-base'
-'qt5-x11extras' 'zlib')
-makedepends=('alsa-lib' 'aubio' 'dssi' 'jack' 'ladspa' 'liblo' 'libsamplerate'
-'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband' 'suil')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b0fb388bf54ade03ec090d931a0902eb2a02c767c9dc61ccf7a4bfddd882e2bcf7af69958a8101fc2ef81f31837e9465df9040a8cd5e37319f61dec9e243cb6b')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libaubio.so' 'libjack.so' 'liblilv-0.so' 'liblo.so'
-  'librubberband.so' 'libsamplerate.so' 'libsndfile.so' 'libsuil-0.so'
-  'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README,README.VST,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 648682, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 22:55:16 UTC (rev 648683)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.14
+pkgrel=2
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('glibc' 'gcc-libs' 'hicolor-icon-theme' 'libmad' 'libogg' 'qt5-base'
+'qt5-x11extras' 'zlib')
+makedepends=('alsa-lib' 'aubio' 'dssi' 'jack' 'ladspa' 'liblo' 'libsamplerate'
+'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband' 'suil')
+optdepends=('non-session-manager: for session management')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b0fb388bf54ade03ec090d931a0902eb2a02c767c9dc61ccf7a4bfddd882e2bcf7af69958a8101fc2ef81f31837e9465df9040a8cd5e37319f61dec9e243cb6b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libaubio.so' 'libjack.so' 'liblilv-0.so' 'liblo.so'
+  'librubberband.so' 'libsamplerate.so' 'libsndfile.so' 'libsuil-0.so'
+  'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README,README.VST,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 22:55:11
  Author: dvzrv
Revision: 648682

upgpkg: qtractor 0.9.14-2: Rebuilding to add non-session-manager support.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:48:33 UTC (rev 648681)
+++ PKGBUILD2020-06-20 22:55:11 UTC (rev 648682)
@@ -5,7 +5,7 @@
 
 pkgname=qtractor
 pkgver=0.9.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
 url="http://qtractor.org/;
@@ -15,6 +15,7 @@
 'qt5-x11extras' 'zlib')
 makedepends=('alsa-lib' 'aubio' 'dssi' 'jack' 'ladspa' 'liblo' 'libsamplerate'
 'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband' 'suil')
+optdepends=('non-session-manager: for session management')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('b0fb388bf54ade03ec090d931a0902eb2a02c767c9dc61ccf7a4bfddd882e2bcf7af69958a8101fc2ef81f31837e9465df9040a8cd5e37319f61dec9e243cb6b')
 


[arch-commits] Commit in ibm-sw-tpm2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-20 Thread Jonas Witschel via arch-commits
Date: Saturday, June 20, 2020 @ 22:48:33
  Author: diabonas
Revision: 648681

archrelease: copy trunk to community-x86_64

Added:
  ibm-sw-tpm2/repos/community-x86_64/PKGBUILD
(from rev 648680, ibm-sw-tpm2/trunk/PKGBUILD)
Deleted:
  ibm-sw-tpm2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 22:48:26 UTC (rev 648680)
+++ PKGBUILD2020-06-20 22:48:33 UTC (rev 648681)
@@ -1,34 +0,0 @@
-# Maintainer: Jonas Witschel 
-# Contributor: Bruno Pagani 
-pkgname=ibm-sw-tpm2
-pkgver=1628
-pkgrel=2
-pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 specification'
-arch=('x86_64')
-url='https://sourceforge.net/projects/ibmswtpm2/'
-license=('BSD')
-depends=('openssl')
-source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm$pkgver.tar.gz;
-
"ibm-sw-tpm2-1628-increase-nv-memory.patch::https://github.com/kgoldman/ibmswtpm2/commit/3e535e65e307ef9ce02d87993e98ec5dbf7e6dc2.patch;)
-sha512sums=('ab47caa4406ba57c0afc6fadae304fc9ef5e3e125be0f2fb1955a419cf93cd5e9176e103f0b566825abc16cca00b795f98d2b407f0a2bf7b141ef4b025d907d0'
-
'6fd3319f7f3a1aa56af1964a8e4ccb211240232035910c4cdc1738b3c9787ba619dcbdffdae4a9dda1c853de734a176fb87c9b51b076b9c89e253f2ce2adf355')
-
-prepare() {
-   sed -e 's|$(CCFLAGS)|& $(CFLAGS)|' \
-   -e 's|$(LNFLAGS)|& $(LDFLAGS)|' \
-   -e 's|-Werror ||' -e 's|-ggdb -O0||' \
-   -i src/makefile
-
-   # Increase NV memory (https://github.com/kgoldman/ibmswtpm2/pull/4)
-   patch --strip=1 
--input="$srcdir/ibm-sw-tpm2-1628-increase-nv-memory.patch"
-}
-
-build() {
-   cd src
-   make
-}
-
-package() {
-   install -Dm755 src/tpm_server -t "$pkgdir/usr/bin"
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: ibm-sw-tpm2/repos/community-x86_64/PKGBUILD (from rev 648680, 
ibm-sw-tpm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 22:48:33 UTC (rev 648681)
@@ -0,0 +1,31 @@
+# Maintainer: Jonas Witschel 
+# Contributor: Bruno Pagani 
+pkgname=ibm-sw-tpm2
+pkgver=1636
+pkgrel=1
+pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 specification'
+arch=('x86_64')
+url='https://sourceforge.net/projects/ibmswtpm2/'
+license=('BSD')
+depends=('openssl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kgoldman/ibmswtpm2/archive/rev$pkgver.tar.gz;)
+sha512sums=('3540486b21ade92a50fc1e2b41b23f6afefe23e1de05dd009e0ade021bac2f6ca0d61d4b61af9466f3c70327047ebf9b8d6891c100b1949a0d9c0c81335cbb10')
+
+prepare() {
+   cd "${pkgname//-}-rev$pkgver/src"
+   sed -e 's/$(CCFLAGS)/$(CPPFLAGS) & $(CFLAGS)/' \
+   -e 's/$(LNFLAGS)/& $(LDFLAGS)/' \
+   -e 's/-ggdb//' -e 's/-O0//' -e 's/-Werror//' \
+   -i makefile
+}
+
+build() {
+   cd "${pkgname//-}-rev$pkgver/src"
+   make
+}
+
+package() {
+   cd "${pkgname//-}-rev$pkgver/src"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in ibm-sw-tpm2/trunk (PKGBUILD)

2020-06-20 Thread Jonas Witschel via arch-commits
Date: Saturday, June 20, 2020 @ 22:48:26
  Author: diabonas
Revision: 648680

upgpkg: ibm-sw-tpm2 1636-1: upstream release

Also respect the makepkg CPPFLAGS and use the installation rule provided by the
Makefile.

Modified:
  ibm-sw-tpm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:45:32 UTC (rev 648679)
+++ PKGBUILD2020-06-20 22:48:26 UTC (rev 648680)
@@ -1,34 +1,31 @@
 # Maintainer: Jonas Witschel 
 # Contributor: Bruno Pagani 
 pkgname=ibm-sw-tpm2
-pkgver=1628
-pkgrel=2
+pkgver=1636
+pkgrel=1
 pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 specification'
 arch=('x86_64')
 url='https://sourceforge.net/projects/ibmswtpm2/'
 license=('BSD')
 depends=('openssl')
-source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm$pkgver.tar.gz;
-
"ibm-sw-tpm2-1628-increase-nv-memory.patch::https://github.com/kgoldman/ibmswtpm2/commit/3e535e65e307ef9ce02d87993e98ec5dbf7e6dc2.patch;)
-sha512sums=('ab47caa4406ba57c0afc6fadae304fc9ef5e3e125be0f2fb1955a419cf93cd5e9176e103f0b566825abc16cca00b795f98d2b407f0a2bf7b141ef4b025d907d0'
-
'6fd3319f7f3a1aa56af1964a8e4ccb211240232035910c4cdc1738b3c9787ba619dcbdffdae4a9dda1c853de734a176fb87c9b51b076b9c89e253f2ce2adf355')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kgoldman/ibmswtpm2/archive/rev$pkgver.tar.gz;)
+sha512sums=('3540486b21ade92a50fc1e2b41b23f6afefe23e1de05dd009e0ade021bac2f6ca0d61d4b61af9466f3c70327047ebf9b8d6891c100b1949a0d9c0c81335cbb10')
 
 prepare() {
-   sed -e 's|$(CCFLAGS)|& $(CFLAGS)|' \
-   -e 's|$(LNFLAGS)|& $(LDFLAGS)|' \
-   -e 's|-Werror ||' -e 's|-ggdb -O0||' \
-   -i src/makefile
-
-   # Increase NV memory (https://github.com/kgoldman/ibmswtpm2/pull/4)
-   patch --strip=1 
--input="$srcdir/ibm-sw-tpm2-1628-increase-nv-memory.patch"
+   cd "${pkgname//-}-rev$pkgver/src"
+   sed -e 's/$(CCFLAGS)/$(CPPFLAGS) & $(CFLAGS)/' \
+   -e 's/$(LNFLAGS)/& $(LDFLAGS)/' \
+   -e 's/-ggdb//' -e 's/-O0//' -e 's/-Werror//' \
+   -i makefile
 }
 
 build() {
-   cd src
+   cd "${pkgname//-}-rev$pkgver/src"
make
 }
 
 package() {
-   install -Dm755 src/tpm_server -t "$pkgdir/usr/bin"
+   cd "${pkgname//-}-rev$pkgver/src"
+   make DESTDIR="$pkgdir" install
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 }


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 22:45:22
  Author: dvzrv
Revision: 648678

upgpkg: qmidiarp 0.6.5-4: Rebuilding with tests.

Adding all available sodeps in package() and moving the respective packages to 
makedepends.
Running lv2lint in check() and reporting the failures upstream.
Adding non-session-manager in optdepends.
Updating maintainer info.

Modified:
  qmidiarp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:59:00 UTC (rev 648677)
+++ PKGBUILD2020-06-20 22:45:22 UTC (rev 648678)
@@ -1,17 +1,19 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 # Contributor: Shinlun Hsieh 
 
 pkgname=qmidiarp
 pkgver=0.6.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
 arch=(x86_64)
 url="https://sourceforge.net/projects/qmidiarp/;
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('jack' 'hicolor-icon-theme' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+checkdepends=('lv2lint')
+optdepends=('non-session-manager: for session management')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('171d74230a77b15453367fd38f9bcc94bbbd025a9665853180172bdfd812c2ee5ae0954124706d46c7e5cec0aafaebd5de68435f717789f052e7f86c48917379')
 
@@ -21,7 +23,19 @@
   make
 }
 
+check() {
+  local _name
+  cd "${pkgname}-${pkgver}"
+  for _name in arp lfo seq; do
+cp -v src/.libs/${pkgname}_${_name}{,_ui}.so \
+  ${pkgname}_${_name}.lv2/
+lv2lint -Mpack -I ${pkgname}_${_name}.lv2/ \
+  "https://git.code.sf.net/p/qmidiarp/${_name}; || echo "Known to fail: 
https://sourceforge.net/p/qmidiarp/bugs/33/;
+  done
+}
+
 package() {
+  depends+=('libasound.so' 'libjack.so' 'liblo.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
   install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 22:45:32
  Author: dvzrv
Revision: 648679

archrelease: copy trunk to community-x86_64

Added:
  qmidiarp/repos/community-x86_64/PKGBUILD
(from rev 648678, qmidiarp/trunk/PKGBUILD)
Deleted:
  qmidiarp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 22:45:22 UTC (rev 648678)
+++ PKGBUILD2020-06-20 22:45:32 UTC (rev 648679)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Shinlun Hsieh 
-
-pkgname=qmidiarp
-pkgver=0.6.5
-pkgrel=3
-pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
-arch=(x86_64)
-url="https://sourceforge.net/projects/qmidiarp/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('jack' 'hicolor-icon-theme' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('171d74230a77b15453367fd38f9bcc94bbbd025a9665853180172bdfd812c2ee5ae0954124706d46c7e5cec0aafaebd5de68435f717789f052e7f86c48917379')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-qt5
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qmidiarp/repos/community-x86_64/PKGBUILD (from rev 648678, 
qmidiarp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 22:45:32 UTC (rev 648679)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qmidiarp
+pkgver=0.6.5
+pkgrel=4
+pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
+arch=(x86_64)
+url="https://sourceforge.net/projects/qmidiarp/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+checkdepends=('lv2lint')
+optdepends=('non-session-manager: for session management')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('171d74230a77b15453367fd38f9bcc94bbbd025a9665853180172bdfd812c2ee5ae0954124706d46c7e5cec0aafaebd5de68435f717789f052e7f86c48917379')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-qt5
+  make
+}
+
+check() {
+  local _name
+  cd "${pkgname}-${pkgver}"
+  for _name in arp lfo seq; do
+cp -v src/.libs/${pkgname}_${_name}{,_ui}.so \
+  ${pkgname}_${_name}.lv2/
+lv2lint -Mpack -I ${pkgname}_${_name}.lv2/ \
+  "https://git.code.sf.net/p/qmidiarp/${_name}; || echo "Known to fail: 
https://sourceforge.net/p/qmidiarp/bugs/33/;
+  done
+}
+
+package() {
+  depends+=('libasound.so' 'libjack.so' 'liblo.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 22:43:04
  Author: heftig
Revision: 389585

archrelease: copy trunk to extra-x86_64

Added:
  vino/repos/extra-x86_64/PKGBUILD
(from rev 389583, vino/trunk/PKGBUILD)
Deleted:
  vino/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 22:43:04 UTC (rev 389584)
+++ PKGBUILD2020-06-20 22:43:04 UTC (rev 389585)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.22.0+60+gd29a4f2
-pkgrel=2
-pkgdesc="A VNC server for the GNOME desktop"
-url="https://wiki.gnome.org/Projects/Vino;
-arch=(x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
-makedepends=(intltool networkmanager gnome-common git)
-groups=(gnome)
-_commit=d29a4f2e1cb65711921681a60451881d33aac6e7  # master
-source=("git+https://gitlab.gnome.org/GNOME/vino.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: vino/repos/extra-x86_64/PKGBUILD (from rev 389583, vino/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 22:43:04 UTC (rev 389585)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=vino
+pkgver=3.22.0+72+g3fe1f12
+pkgrel=1
+pkgdesc="A VNC server for the GNOME desktop"
+url="https://wiki.gnome.org/Projects/Vino;
+arch=(x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
+makedepends=(intltool networkmanager gnome-common git)
+groups=(gnome)
+_commit=3fe1f12a278522bb741a9e5e2f356740093abda4  # master
+source=("git+https://gitlab.gnome.org/GNOME/vino.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 22:42:48
  Author: heftig
Revision: 389582

maintainer

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:13:55 UTC (rev 389581)
+++ PKGBUILD2020-06-20 22:42:48 UTC (rev 389582)
@@ -1,4 +1,4 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 # Contributor: Michel Brabants 
 


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

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 22:43:04
  Author: heftig
Revision: 389584

archrelease: copy trunk to extra-x86_64

Added:
  seahorse/repos/extra-x86_64/PKGBUILD
(from rev 389583, seahorse/trunk/PKGBUILD)
Deleted:
  seahorse/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 22:42:53 UTC (rev 389583)
+++ PKGBUILD2020-06-20 22:43:04 UTC (rev 389584)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.36
-pkgrel=1
-epoch=1
-pkgdesc="GNOME application for managing PGP keys."
-url="https://wiki.gnome.org/Apps/Seahorse;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
- libhandy)
-makedepends=(libldap yelp-tools gobject-introspection vala git meson)
-provides=(x11-ssh-askpass)
-_commit=a342b325b84c3062f1627d65b1f4d0028f5d96dc  # tags/3.36^0
-source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D manpage=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: seahorse/repos/extra-x86_64/PKGBUILD (from rev 389583, 
seahorse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 22:43:04 UTC (rev 389584)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.36.2
+pkgrel=1
+epoch=1
+pkgdesc="GNOME application for managing PGP keys."
+url="https://wiki.gnome.org/Apps/Seahorse;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
+ libhandy)
+makedepends=(libldap yelp-tools gobject-introspection vala git meson)
+provides=(x11-ssh-askpass)
+_commit=23f8fdac69071b72922ffca4eda4b22a767426c4  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D manpage=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 22:42:53
  Author: heftig
Revision: 389583

3.22.0+72+g3fe1f12-1

Modified:
  vino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:42:48 UTC (rev 389582)
+++ PKGBUILD2020-06-20 22:42:53 UTC (rev 389583)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=vino
-pkgver=3.22.0+60+gd29a4f2
-pkgrel=2
+pkgver=3.22.0+72+g3fe1f12
+pkgrel=1
 pkgdesc="A VNC server for the GNOME desktop"
 url="https://wiki.gnome.org/Projects/Vino;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
 makedepends=(intltool networkmanager gnome-common git)
 groups=(gnome)
-_commit=d29a4f2e1cb65711921681a60451881d33aac6e7  # master
+_commit=3fe1f12a278522bb741a9e5e2f356740093abda4  # master
 source=("git+https://gitlab.gnome.org/GNOME/vino.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 22:13:55
  Author: heftig
Revision: 389581

3.36.2-1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:06:49 UTC (rev 389580)
+++ PKGBUILD2020-06-20 22:13:55 UTC (rev 389581)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.36
+pkgver=3.36.2
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -14,7 +14,7 @@
  libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=a342b325b84c3062f1627d65b1f4d0028f5d96dc  # tags/3.36^0
+_commit=23f8fdac69071b72922ffca4eda4b22a767426c4  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 
 build() {
   arch-meson $pkgname build -D manpage=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:59:00
  Author: arodseth
Revision: 648677

archrelease: copy trunk to community-x86_64

Added:
  swi-prolog/repos/community-x86_64/PKGBUILD
(from rev 648676, swi-prolog/trunk/PKGBUILD)
Deleted:
  swi-prolog/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:58:55 UTC (rev 648676)
+++ PKGBUILD2020-06-20 21:59:00 UTC (rev 648677)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Jachym Barvinek 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: John Proctor 
-# Contributor: Juergen Hoetzel 
-
-pkgname=swi-prolog
-pkgver=8.0.3
-pkgrel=2
-pkgdesc='Prolog environment'
-arch=('x86_64')
-url='https://www.swi-prolog.org/'
-license=(GPL LGPL)
-depends=(libarchive libyaml qt5-base)
-makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
-optdepends=('unixodbc: for using the odbc4pl library'
-'libjpeg:  for using the pl2xpce library'
-'libxpm:   for using the pl2xpce library'
-'libxinerama:  for using the pl2xpce library'
-'libxft:   for using the pl2xpce library'
-'jdk-openjdk:  for using Prolog from Java'
-'java-runtime: for using Prolog from Java')
-source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz;)
-sha256sums=('cee59c0a477c8166d722703f6e52f962028f3ac43a5f41240ecb45dbdbe2d6ae')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../swipl-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
--DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
--DLIBEDIT_INCLUDE_DIR=/usr/include \
--G Ninja
-  ../swipl-$pkgver/scripts/pgo-compile.sh
-  ninja
-}
-
-check() {
-  cd build
-  # the prolog_in_java test fails
-  ctest -j 8 || true
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: www.swi-prolog.org/download/stable
-# vim: ts=2 sw=2 et:

Copied: swi-prolog/repos/community-x86_64/PKGBUILD (from rev 648676, 
swi-prolog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:59:00 UTC (rev 648677)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Jachym Barvinek 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor 
+# Contributor: Juergen Hoetzel 
+
+pkgname=swi-prolog
+pkgver=8.2.0
+pkgrel=1
+pkgdesc='Prolog environment'
+arch=('x86_64')
+url='https://www.swi-prolog.org/'
+license=(GPL LGPL)
+depends=(libarchive libyaml qt5-base)
+makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
+optdepends=('unixodbc: for using the odbc4pl library'
+'libjpeg:  for using the pl2xpce library'
+'libxpm:   for using the pl2xpce library'
+'libxinerama:  for using the pl2xpce library'
+'libxft:   for using the pl2xpce library'
+'jdk-openjdk:  for using Prolog from Java'
+'java-runtime: for using Prolog from Java')
+source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz;)
+sha256sums=('d8c9f3adb9cd997a5fed7b5f5dbfe971d2defda969b9066ada158e4202c09c3c')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../swipl-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
+-DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
+-DLIBEDIT_INCLUDE_DIR=/usr/include \
+-G Ninja
+  ../swipl-$pkgver/scripts/pgo-compile.sh
+  ninja
+}
+
+check() {
+  cd build
+  # the prolog_in_java test fails
+  ctest -j 8 || true
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: www.swi-prolog.org/download/stable
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:58:55
  Author: arodseth
Revision: 648676

upgpkg: swi-prolog 8.2.0-1

Modified:
  swi-prolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
+++ PKGBUILD2020-06-20 21:58:55 UTC (rev 648676)
@@ -5,8 +5,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=swi-prolog
-pkgver=8.0.3
-pkgrel=2
+pkgver=8.2.0
+pkgrel=1
 pkgdesc='Prolog environment'
 arch=('x86_64')
 url='https://www.swi-prolog.org/'
@@ -21,7 +21,7 @@
 'jdk-openjdk:  for using Prolog from Java'
 'java-runtime: for using Prolog from Java')
 source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz;)
-sha256sums=('cee59c0a477c8166d722703f6e52f962028f3ac43a5f41240ecb45dbdbe2d6ae')
+sha256sums=('d8c9f3adb9cd997a5fed7b5f5dbfe971d2defda969b9066ada158e4202c09c3c')
 
 build() {
   mkdir -p build


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:52:49
  Author: arodseth
Revision: 648675

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:52:44 UTC (rev 648674)
+++ PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=22.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 648674, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=23.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+source=("https://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('4da19f0de96d1c516d91c621a5ddf20837303cc25695b944e263e3ea46dd31da')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:52:44
  Author: arodseth
Revision: 648674

upgpkg: erlang-docs 23.0-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:51:22 UTC (rev 648673)
+++ PKGBUILD2020-06-20 21:52:44 UTC (rev 648674)
@@ -3,15 +3,14 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=22.3
+pkgver=23.0
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=(any)
 url='http://erlang.org/doc/'
 license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
+source=("https://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('4da19f0de96d1c516d91c621a5ddf20837303cc25695b944e263e3ea46dd31da')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:51:17
  Author: dvzrv
Revision: 648672

upgpkg: python-orjson 3.1.1-1: Upgrading to 3.1.1.

Adding python-xxhash to checkdepends.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:49:51 UTC (rev 648671)
+++ PKGBUILD2020-06-20 21:51:17 UTC (rev 648672)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=('x86_64')
@@ -10,9 +10,10 @@
 license=('Apache' 'MIT')
 depends=('python')
 makedepends=('maturin' 'python-pip' 'rustup')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest' 
'python-pytz')
+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=('78a5e913fe4fde164eabc69755528a8668a48d315d45f57ea7468101cb3895020b42374acedb2afad139c6de3f7fd61988e2a347049e46e98bbb01be290ce485')
+sha512sums=('c4ed7eae0ed7f42830e946b40040a26c509f3afcb1e3435a5a2209ac8d2bb3444c8617d12a9deff04c50faafa340cef909dd40134db65f4839f3f9906b629fe7')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:51:22
  Author: dvzrv
Revision: 648673

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:51:17 UTC (rev 648672)
+++ PKGBUILD2020-06-20 21:51:22 UTC (rev 648673)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.1.0
-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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('78a5e913fe4fde164eabc69755528a8668a48d315d45f57ea7468101cb3895020b42374acedb2afad139c6de3f7fd61988e2a347049e46e98bbb01be290ce485')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  rustup override set nightly
-}
-
-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 648672, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:51:22 UTC (rev 648673)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.1.1
+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=('c4ed7eae0ed7f42830e946b40040a26c509f3afcb1e3435a5a2209ac8d2bb3444c8617d12a9deff04c50faafa340cef909dd40134db65f4839f3f9906b629fe7')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  rustup override set nightly
+}
+
+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 erlang-nox/trunk (PKGBUILD)

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:49:42
  Author: arodseth
Revision: 648670

upgpkg: erlang-nox 23.0-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:49:19 UTC (rev 648669)
+++ PKGBUILD2020-06-20 21:49:42 UTC (rev 648670)
@@ -6,8 +6,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.3.4
-_docver=22.3
+pkgver=23.0
+_docver=23.0
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 epmd.service
 epmd.socket)
 sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:49:51
  Author: arodseth
Revision: 648671

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 648670, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 648670, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 648670, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 648670, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:49:42 UTC (rev 648670)
+++ PKGBUILD2020-06-20 21:49:51 UTC (rev 648671)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.3.4
-_docver=22.3
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 648670, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:49:51 UTC (rev 648671)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=23.0
+_docver=23.0
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+

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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:49:19
  Author: dvzrv
Revision: 648669

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:49:14 UTC (rev 648668)
+++ PKGBUILD2020-06-20 21:49:19 UTC (rev 648669)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-deck
-_name=deck
-pkgver=1.0.2
-pkgrel=1
-# upstream doesn't adhere to semver:
-# https://github.com/nextcloud/deck/issues/1197
-epoch=1
-pkgdesc="Kanban style organization tool aimed at personal planning and project 
organization"
-arch=('any')
-url="https://github.com/nextcloud/deck;
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz;)
-sha512sums=('87469877a9ab40bcb500729e886594a2b743b4c043977c404bf7753e50814ba7cc237b59a26f7012aeafdde1e138581e8fbd73995abcc48284927202e4b4c8d1')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-deck/repos/community-any/PKGBUILD (from rev 648668, 
nextcloud-app-deck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:49:19 UTC (rev 648669)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-deck
+_name=deck
+pkgver=1.0.3
+pkgrel=1
+# upstream doesn't adhere to semver:
+# https://github.com/nextcloud/deck/issues/1197
+epoch=1
+pkgdesc="Kanban style organization tool aimed at personal planning and project 
organization"
+arch=('any')
+url="https://github.com/nextcloud/deck;
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz;)
+sha512sums=('4aa7d9ebb2522ba321e347f568c6d1dac5a7fbdfa7f316260157c655d2264ef1b3209900e2e6932cd45720b478f0730af9eb4f0189232c8febab6a03f289ce89')
+
+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-deck/trunk (PKGBUILD)

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:49:14
  Author: dvzrv
Revision: 648668

upgpkg: nextcloud-app-deck 1:1.0.3-1: Upgrading to 1.0.3.

Modified:
  nextcloud-app-deck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:45:21 UTC (rev 648667)
+++ PKGBUILD2020-06-20 21:49:14 UTC (rev 648668)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-deck
 _name=deck
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 # upstream doesn't adhere to semver:
 # https://github.com/nextcloud/deck/issues/1197
@@ -14,7 +14,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz;)
-sha512sums=('87469877a9ab40bcb500729e886594a2b743b4c043977c404bf7753e50814ba7cc237b59a26f7012aeafdde1e138581e8fbd73995abcc48284927202e4b4c8d1')
+sha512sums=('4aa7d9ebb2522ba321e347f568c6d1dac5a7fbdfa7f316260157c655d2264ef1b3209900e2e6932cd45720b478f0730af9eb4f0189232c8febab6a03f289ce89')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:44:37
  Author: dvzrv
Revision: 648665

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:44:32 UTC (rev 648664)
+++ PKGBUILD2020-06-20 21:44:37 UTC (rev 648665)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=new-session-manager
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Audio session manager"
-arch=('x86_64')
-url="https://github.com/linuxaudio/new-session-manager;
-license=('GPL3')
-depends=('fltk' 'gcc-libs' 'glibc')
-makedepends=('jack' 'liblo' 'meson')
-provides=('non-session-manager')
-conflicts=('non-session-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('0876256e8e7a3540a108e702c9b5a755548d0bb76de2fa35a3bf71fd66a4c572d4daa88aa5c20c14e7e8d27da504e5e0eb80d1d1945f4a2e31ee6651a9413734')
-b2sums=('75f9a550edb86d8bf2cb7f426a16994eff9e79c8089acfc5af32262d9adb11fd28d2378c91d626c82395f315b6ad61e49f6d9573a03ac9b255afe8430b9ac7d0')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix='/usr' \
---buildtype plain \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
-build
-  ninja -C build
-}
-
-package() {
-  depends+=('libjack.so' 'liblo.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 {CHANGELOG,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

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


[arch-commits] Commit in python-zita-jacktools/repos/community-x86_64 (2 files)

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:45:21
  Author: dvzrv
Revision: 648667

archrelease: copy trunk to community-x86_64

Added:
  python-zita-jacktools/repos/community-x86_64/PKGBUILD
(from rev 648666, python-zita-jacktools/trunk/PKGBUILD)
Deleted:
  python-zita-jacktools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:45:16 UTC (rev 648666)
+++ PKGBUILD2020-06-20 21:45:21 UTC (rev 648667)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-_name=zita-jacktools
-pkgname=python-zita-jacktools
-pkgver=1.0.0
-pkgrel=4
-pkgdesc="Audio tools running as a Jack client"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio;
-license=('LGPL')
-depends=('python-zita-audiotools' 'zita-convolver' 'zita-jclient')
-makedepends=('python-setuptools')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${_name}-${pkgver}.tar.bz2;)
-sha512sums=('f91fad1e9cd3cd0f6868ab655f0eebfc9cb5e93036e8a939e1b34e55b4465a4b7d9ea89348b0c539d366c490a5a466a1a9a5c492c106a9fbde78a9da8af19c62')
-validpgpkeys=()
-
-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 755 examples/*.py \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -vDm 755 examples/utils/*.py \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples/utils"
-}

Copied: python-zita-jacktools/repos/community-x86_64/PKGBUILD (from rev 648666, 
python-zita-jacktools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:45:21 UTC (rev 648667)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+_name=zita-jacktools
+pkgname=python-zita-jacktools
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Audio tools running as a Jack client"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio;
+license=('LGPL')
+depends=('python-zita-audiotools' 'zita-convolver' 'zita-jclient')
+makedepends=('python-setuptools')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${_name}-${pkgver}.tar.bz2;)
+sha512sums=('68771fcb59aa5f9b915c1963a8da8615d701dbfb16d618b64b2e13fbb64a2a02b5525e15a74916138601eb1310b862c09e25c62977ea52802d59c8e12453bcc6')
+
+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}"
+  for example in 
{JackLR4filt,JackGainctl,JackIECfilt,JackPeaklim,JackPlayer,utils,JackParameq,JackSignal,JackNmeter};
 do
+install -vDm 644 "examples/${example}/"*.py \
+  -t "${pkgdir}/usr/share/doc/${pkgname}/examples/${example}"
+  done
+  install -vDm 644 examples/JackMatrix/{README,presets,*.py} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/examples/JackMatrix"
+}


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:45:16
  Author: dvzrv
Revision: 648666

upgpkg: python-zita-jacktools 1.2.0-1: Upgrading to 1.2.0.

Installing examples.
Updating maintainer info.

Modified:
  python-zita-jacktools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:44:37 UTC (rev 648665)
+++ PKGBUILD2020-06-20 21:45:16 UTC (rev 648666)
@@ -1,8 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 _name=zita-jacktools
 pkgname=python-zita-jacktools
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Audio tools running as a Jack client"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio;
@@ -10,8 +11,7 @@
 depends=('python-zita-audiotools' 'zita-convolver' 'zita-jclient')
 makedepends=('python-setuptools')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${_name}-${pkgver}.tar.bz2;)
-sha512sums=('f91fad1e9cd3cd0f6868ab655f0eebfc9cb5e93036e8a939e1b34e55b4465a4b7d9ea89348b0c539d366c490a5a466a1a9a5c492c106a9fbde78a9da8af19c62')
-validpgpkeys=()
+sha512sums=('68771fcb59aa5f9b915c1963a8da8615d701dbfb16d618b64b2e13fbb64a2a02b5525e15a74916138601eb1310b862c09e25c62977ea52802d59c8e12453bcc6')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -28,8 +28,10 @@
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm 755 examples/*.py \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -vDm 755 examples/utils/*.py \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples/utils"
+  for example in 
{JackLR4filt,JackGainctl,JackIECfilt,JackPeaklim,JackPlayer,utils,JackParameq,JackSignal,JackNmeter};
 do
+install -vDm 644 "examples/${example}/"*.py \
+  -t "${pkgdir}/usr/share/doc/${pkgname}/examples/${example}"
+  done
+  install -vDm 644 examples/JackMatrix/{README,presets,*.py} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/examples/JackMatrix"
 }


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:44:32
  Author: dvzrv
Revision: 648664

upgpkg: new-session-manager 1.3.2-1: Upgrading to 1.3.2.

Moving fltk to optdepends (for nsm-legacy-gui).

Modified:
  new-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:36:38 UTC (rev 648663)
+++ PKGBUILD2020-06-20 21:44:32 UTC (rev 648664)
@@ -1,19 +1,20 @@
 # Maintainer: David Runge 
 
 pkgname=new-session-manager
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Audio session manager"
 arch=('x86_64')
 url="https://github.com/linuxaudio/new-session-manager;
 license=('GPL3')
-depends=('fltk' 'gcc-libs' 'glibc')
-makedepends=('jack' 'liblo' 'meson')
+depends=('gcc-libs' 'glibc')
+makedepends=('fltk' 'jack' 'liblo' 'meson')
+optdepends=('fltk: for nsm-legacy-gui')
 provides=('non-session-manager')
 conflicts=('non-session-manager')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('0876256e8e7a3540a108e702c9b5a755548d0bb76de2fa35a3bf71fd66a4c572d4daa88aa5c20c14e7e8d27da504e5e0eb80d1d1945f4a2e31ee6651a9413734')
-b2sums=('75f9a550edb86d8bf2cb7f426a16994eff9e79c8089acfc5af32262d9adb11fd28d2378c91d626c82395f315b6ad61e49f6d9573a03ac9b255afe8430b9ac7d0')
+sha512sums=('4dcd904ea0b40da23c563311d4aedb1f8d96ac90bd98477f52801222904f255ec2da331be8012b4d2f3921ef13e4b21b48921bb390bf2de5a138879be96e424b')
+b2sums=('bfaee6eea5f636a01f55cc0e83e25dbb87c19ee453eb0b3f00d78459026c8be1550d696d48445634f66c4d01f52caa2f6cf6667c9d763b99100b62ebcabaf0e2')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:36:38
  Author: dvzrv
Revision: 648663

archrelease: copy trunk to community-x86_64

Added:
  giada/repos/community-x86_64/PKGBUILD
(from rev 648662, giada/trunk/PKGBUILD)
  giada/repos/community-x86_64/giada-0.16.2.2-devendor_nlohmann-json.patch
(from rev 648662, giada/trunk/giada-0.16.2.2-devendor_nlohmann-json.patch)
Deleted:
  giada/repos/community-x86_64/PKGBUILD
  giada/repos/community-x86_64/giada-0.16.2.2-devendor_nlohmann-json.patch

-+
 PKGBUILD|  142 ++
 giada-0.16.2.2-devendor_nlohmann-json.patch |  110 ++--
 2 files changed, 133 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:36:31 UTC (rev 648662)
+++ PKGBUILD2020-06-20 21:36:38 UTC (rev 648663)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=giada
-pkgver=0.16.2.2
-pkgrel=1
-pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
-arch=('x86_64')
-url="https://www.giadamusic.com/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('fltk' 'gcc-libs' 'glibc' 'libx11' 'libxpm')
-# upstream vendors a hacked rtaudio :(
-makedepends=('alsa-lib' 'gendesk' 'imagemagick' 'jack' 'libpulse'
-'libsamplerate' 'libsndfile' 'nlohmann-json' 'rtmidi')
-checkdepends=('catch2' 'xorg-server-xvfb')
-source=("https://www.giadamusic.com/data/${pkgname}-${pkgver}-src.tar.gz;
-"$pkgname-0.16.2.2-devendor_nlohmann-json.patch")
-sha512sums=('5b642ea557bf27923c99548af2c21cb106d75c515214cf105910897eb1654416303e2b77854220562a6fa16515c6ded219dac470626d96ea6d92fd9cd27757bf'
-
'31cf5b2b1bba29e8c97109c04c6456a98b778017ef5d48a0f020d326d8a11a5e76c8613fc232a2492d16aa48bc2faaae4aae7316252d6b887bd2187032fb83f9')
-
-prepare() {
-  mv -v "$pkgname-$pkgver-src" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name Giada \
-  --categories "AudioVideo;Audio;Midi;Sequencer"
-  # fixing catch2 include for system library
-  sed -e 's|catch\.hpp|catch2/catch\.hpp|g' -i tests/*.cpp
-  # devendor nlohmann-json
-  patch -Np1 -i ../"$pkgname-0.16.2.2-devendor_nlohmann-json.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  # TODO: build vst once the included juce is fixed for gcc >= 9.1.0
-  # https://github.com/monocasual/giada/issues/328
-  ./configure --prefix=/usr \
-  --target=linux \
-  --enable-system-catch
-  make
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  xvfb-run -a make -k check
-}
-
-package() {
-  depends+=('libasound.so' 'libjack.so' 'libpulse.so' 'libpulse-simple.so'
-  'librtmidi.so' 'libsamplerate.so' 'libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # XDG integration
-  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  install -vDm 644 "extras/${pkgname}-logo.png" \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: giada/repos/community-x86_64/PKGBUILD (from rev 648662, 
giada/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:36:38 UTC (rev 648663)
@@ -0,0 +1,78 @@
+# Maintainer: David Runge 
+
+pkgname=giada
+pkgver=0.16.3
+pkgrel=1
+pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
+arch=('x86_64')
+url="https://www.giadamusic.com/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'libx11' 'libxpm')
+# upstream vendors a hacked rtaudio :(
+makedepends=('alsa-lib' 'fltk' 'gendesk' 'imagemagick' 'jack' 'libpulse'
+'libsamplerate' 'libsndfile' 'nlohmann-json' 'rtmidi')
+checkdepends=('catch2' 'xorg-server-xvfb')
+source=("https://www.giadamusic.com/data/${pkgname}-${pkgver}-src.tar.gz;
+
"${pkgname}-0.16.3-fix_tests.patch::https://github.com/monocasual/giada/commit/15cbe99dd12cec5bfce8029d9768755b1dcbbc9e.patch;
+
"${pkgname}-0.16.3-fix_string_include.patch::https://github.com/monocasual/giada/commit/149d7b4b6c42e53cdd96890e4c635701521f52e7.patch;
+"$pkgname-0.16.2.2-devendor_nlohmann-json.patch")
+sha512sums=('b2dab7a9263ce31dfa64bec2fb504ec26d762c3692a571ba25e11663dd3b3000ba6378044d8155458c969dfa38c8b23d9d135409fefec6a0943ed6137d73f0bf'
+
'10d05fba9ffdf3836ccbec0bb7d381e9dd386a5959af784b36a3fba35d0e104db923998c99f2830053d5a8ed178ddb6501971e6f042a3461a4d08c0557325677'
+
'bb553634619f3870b69d6e545352dd693db5e389f879769a70360a1aec6a627f97a0344648993083617d7cc64e812a81f717f0a2d33d47d2beecbb40fd302111'
+

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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:36:30
  Author: arodseth
Revision: 648661

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 648660, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 648660, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 648660, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 648660, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  164 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:36:22 UTC (rev 648660)
+++ PKGBUILD2020-06-20 21:36:30 UTC (rev 648661)
@@ -1,82 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=22.3.4
-pkgrel=1
-_docver=22.3
-arch=(x86_64)
-url='https://www.erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools
- mesa perl unixodbc wxgtk)
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"$url/download/otp_doc_man_$_docver.tar.gz"
-epmd.conf epmd.service epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp && ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(ncurses glu wxgtk openssl)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(unixodbc erlang-nox)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 648660, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:36:30 UTC (rev 648661)
@@ -0,0 +1,82 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=(erlang erlang-unixodbc)
+pkgver=23.0
+pkgrel=1
+_docver=23.0
+arch=(x86_64)
+url='https://www.erlang.org'
+license=(Apache)
+makedepends=(fop git glu java-environment libxslt lksctp-tools
+ mesa perl unixodbc wxgtk)
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"$url/download/otp_doc_man_$_docver.tar.gz"
+epmd.conf epmd.service epmd.socket)
+sha256sums=('SKIP'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+

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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:36:31
  Author: dvzrv
Revision: 648662

upgpkg: giada 0.16.3-1: Upgrading to 0.16.3.

Adding patches to fix tests and missing includes for std::string.
Removing linking against Xinerama, Xcursor, Xft, Xrender which seems unneeded.
Adding libfltk.so to sodeps in package().

Modified:
  giada/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:36:30 UTC (rev 648661)
+++ PKGBUILD2020-06-20 21:36:31 UTC (rev 648662)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=giada
-pkgver=0.16.2.2
+pkgver=0.16.3
 pkgrel=1
 pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
 arch=('x86_64')
@@ -8,20 +8,23 @@
 url="https://www.giadamusic.com/;
 license=('GPL3')
 groups=('pro-audio')
-depends=('fltk' 'gcc-libs' 'glibc' 'libx11' 'libxpm')
+depends=('gcc-libs' 'glibc' 'libx11' 'libxpm')
 # upstream vendors a hacked rtaudio :(
-makedepends=('alsa-lib' 'gendesk' 'imagemagick' 'jack' 'libpulse'
+makedepends=('alsa-lib' 'fltk' 'gendesk' 'imagemagick' 'jack' 'libpulse'
 'libsamplerate' 'libsndfile' 'nlohmann-json' 'rtmidi')
 checkdepends=('catch2' 'xorg-server-xvfb')
 source=("https://www.giadamusic.com/data/${pkgname}-${pkgver}-src.tar.gz;
+
"${pkgname}-0.16.3-fix_tests.patch::https://github.com/monocasual/giada/commit/15cbe99dd12cec5bfce8029d9768755b1dcbbc9e.patch;
+
"${pkgname}-0.16.3-fix_string_include.patch::https://github.com/monocasual/giada/commit/149d7b4b6c42e53cdd96890e4c635701521f52e7.patch;
 "$pkgname-0.16.2.2-devendor_nlohmann-json.patch")
-sha512sums=('5b642ea557bf27923c99548af2c21cb106d75c515214cf105910897eb1654416303e2b77854220562a6fa16515c6ded219dac470626d96ea6d92fd9cd27757bf'
+sha512sums=('b2dab7a9263ce31dfa64bec2fb504ec26d762c3692a571ba25e11663dd3b3000ba6378044d8155458c969dfa38c8b23d9d135409fefec6a0943ed6137d73f0bf'
+
'10d05fba9ffdf3836ccbec0bb7d381e9dd386a5959af784b36a3fba35d0e104db923998c99f2830053d5a8ed178ddb6501971e6f042a3461a4d08c0557325677'
+
'bb553634619f3870b69d6e545352dd693db5e389f879769a70360a1aec6a627f97a0344648993083617d7cc64e812a81f717f0a2d33d47d2beecbb40fd302111'
 
'31cf5b2b1bba29e8c97109c04c6456a98b778017ef5d48a0f020d326d8a11a5e76c8613fc232a2492d16aa48bc2faaae4aae7316252d6b887bd2187032fb83f9')
 
 prepare() {
   mv -v "$pkgname-$pkgver-src" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  autoreconf -vfi
   # XDG desktop file
   gendesk -n \
   --pkgname ${pkgname} \
@@ -28,10 +31,21 @@
   --pkgdesc "${pkgdesc}" \
   --name Giada \
   --categories "AudioVideo;Audio;Midi;Sequencer"
-  # fixing catch2 include for system library
-  sed -e 's|catch\.hpp|catch2/catch\.hpp|g' -i tests/*.cpp
   # devendor nlohmann-json
   patch -Np1 -i ../"$pkgname-0.16.2.2-devendor_nlohmann-json.patch"
+  # fix tests and build: https://github.com/monocasual/giada/issues/351
+  patch -Np1 -i "../${pkgname}-0.16.3-fix_tests.patch"
+  patch -Np1 -i "../${pkgname}-0.16.3-fix_string_include.patch"
+  # fixing test includes to use system catch2
+  sed -e 's|catch\.hpp|catch2/catch\.hpp|g' -i tests/*.cpp
+  # remove unused linking against X libs:
+  # https://github.com/monocasual/giada/issues/352
+  sed -e 's/-lXinerama//g' \
+  -e 's/-lXcursor//g' \
+  -e 's/-lXft//g' \
+  -e 's/-lXrender//g' \
+  -i Makefile.am
+  autoreconf -vfi
 }
 
 build() {
@@ -50,8 +64,8 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libjack.so' 'libpulse.so' 'libpulse-simple.so'
-  'librtmidi.so' 'libsamplerate.so' 'libsndfile.so')
+  depends+=('libasound.so' 'libfltk.so' 'libjack.so' 'libpulse.so'
+  'libpulse-simple.so' 'librtmidi.so' 'libsamplerate.so' 'libsndfile.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   # XDG integration


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:36:22
  Author: arodseth
Revision: 648660

upgpkg: erlang 23.0-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:34:33 UTC (rev 648659)
+++ PKGBUILD2020-06-20 21:36:22 UTC (rev 648660)
@@ -7,9 +7,9 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=22.3.4
+pkgver=23.0
 pkgrel=1
-_docver=22.3
+_docver=23.0
 arch=(x86_64)
 url='https://www.erlang.org'
 license=(Apache)
@@ -20,7 +20,7 @@
 "$url/download/otp_doc_man_$_docver.tar.gz"
 epmd.conf epmd.service epmd.socket)
 sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:34:33
  Author: dvzrv
Revision: 648659

archrelease: copy trunk to community-any

Added:
  nlohmann-json/repos/community-any/PKGBUILD
(from rev 648658, nlohmann-json/trunk/PKGBUILD)
Deleted:
  nlohmann-json/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:34:22 UTC (rev 648658)
+++ PKGBUILD2020-06-20 21:34:33 UTC (rev 648659)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=nlohmann-json
-pkgver=3.8.0
-_test_pkgver=2.0.0
-# upstream doesn't use annotated tags:
-_commit=e7452d87783fbf6e9d320d515675e26dfd1271c5
-pkgrel=1
-pkgdesc="JSON for Modern C++"
-arch=('any')
-url="https://github.com/nlohmann/json;
-license=('MIT')
-makedepends=('cmake' 'git' 'meson')
-source=("${pkgname}::git+https://github.com/nlohmann/json#commit=${_commit}?signed;
-
"json_test_data-${_test_pkgver}.tar.gz::https://github.com/nlohmann/json_test_data/archive/v${_test_pkgver}.tar.gz;)
-md5sums=('SKIP'
- 'bf82cbb8d540a624194def861e96c417')
-validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

-
-prepare() {
-  mkdir -vp "$pkgname/build"
-  mv -v "json_test_data-${_test_pkgver}/" "$pkgname/build/json_test_data/"
-}
-
-build() {
-  cd "$pkgname"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_BUILD_TYPE='None' \
--DBUILD_TESTING=ON \
--DJSON_BuildTests=ON \
--DJSON_MultipleHeaders=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-  # create pkgconfig integration
-  meson --prefix=/usr \
---libdir=lib \
-meson-build
-  ninja -C meson-build
-}
-
-check() {
-  cd "$pkgname/build"
-  ctest --output-on-failure
-}
-
-package() {
-  cd "$pkgname"
-  # NOTE: installing first with meson, as it will install the single header
-  # file, but cmake will install multiple headers.
-  DESTDIR="${pkgdir}" meson install -C meson-build
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {CODE_OF_CONDUCT,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: nlohmann-json/repos/community-any/PKGBUILD (from rev 648658, 
nlohmann-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:34:33 UTC (rev 648659)
@@ -0,0 +1,62 @@
+# Maintainer: David Runge 
+
+pkgname=nlohmann-json
+pkgver=3.8.0
+_test_pkgver=2.0.0
+# upstream doesn't use annotated tags:
+_commit=e7452d87783fbf6e9d320d515675e26dfd1271c5
+pkgrel=2
+pkgdesc="JSON for Modern C++"
+arch=('any')
+url="https://github.com/nlohmann/json;
+license=('MIT')
+makedepends=('cmake' 'git' 'meson')
+source=("${pkgname}::git+https://github.com/nlohmann/json#commit=${_commit}?signed;
+
"${pkgname}-3.8.0-git_tests.patch::https://github.com/nlohmann/json/commit/e86b3fae98854312fc6e59c62e35919a8d8012b1.patch;
+
"json_test_data-${_test_pkgver}.tar.gz::https://github.com/nlohmann/json_test_data/archive/v${_test_pkgver}.tar.gz;)
+sha512sums=('SKIP'
+
'b8002761041d7ee47404fbac082efe161362ba26daca061a0ff37274302866c724cd54827459a3836b93c02b46b90960a5a5686e2eeaf0fc460bd2bc7b2c731e'
+
'eb08a31b09929a027cdacded2e11b9caf47fa0079619c0fa67bcb766bff1be1642a11c8ccd2f4c48521387fe1d42625d4f53f6a063a290d4664b17813f784051')
+validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

+
+prepare() {
+  mkdir -vp "$pkgname/build"
+  mv -v "json_test_data-${_test_pkgver}/" "$pkgname/build/json_test_data/"
+  cd "$pkgname"
+  patch -Np1 -i "../${pkgname}-3.8.0-git_tests.patch"
+}
+
+build() {
+  cd "$pkgname"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
+-DBUILD_TESTING=ON \
+-DJSON_BuildTests=ON \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+  # create pkgconfig integration
+  meson --prefix=/usr \
+--libdir=lib \
+meson-build
+  ninja -C meson-build
+}
+
+check() {
+  cd "$pkgname/build"
+  ctest --output-on-failure -LE git_required
+}
+
+package() {
+  cd "$pkgname"
+  # NOTE: installing first with meson, as it will install the single header
+  # file, but cmake will install multiple headers.
+  DESTDIR="${pkgdir}" meson install -C meson-build
+  make DESTDIR="${pkgdir}" install -C build
+  install -vDm 644 {CODE_OF_CONDUCT,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 21:34:22
  Author: dvzrv
Revision: 648658

upgpkg: nlohmann-json 3.8.0-2: Rebuilding with upstream patch to exclude tests 
requiring a git checkout.

Modified:
  nlohmann-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:25:55 UTC (rev 648657)
+++ PKGBUILD2020-06-20 21:34:22 UTC (rev 648658)
@@ -5,7 +5,7 @@
 _test_pkgver=2.0.0
 # upstream doesn't use annotated tags:
 _commit=e7452d87783fbf6e9d320d515675e26dfd1271c5
-pkgrel=1
+pkgrel=2
 pkgdesc="JSON for Modern C++"
 arch=('any')
 url="https://github.com/nlohmann/json;
@@ -12,14 +12,18 @@
 license=('MIT')
 makedepends=('cmake' 'git' 'meson')
 
source=("${pkgname}::git+https://github.com/nlohmann/json#commit=${_commit}?signed;
+
"${pkgname}-3.8.0-git_tests.patch::https://github.com/nlohmann/json/commit/e86b3fae98854312fc6e59c62e35919a8d8012b1.patch;
 
"json_test_data-${_test_pkgver}.tar.gz::https://github.com/nlohmann/json_test_data/archive/v${_test_pkgver}.tar.gz;)
-md5sums=('SKIP'
- 'bf82cbb8d540a624194def861e96c417')
+sha512sums=('SKIP'
+
'b8002761041d7ee47404fbac082efe161362ba26daca061a0ff37274302866c724cd54827459a3836b93c02b46b90960a5a5686e2eeaf0fc460bd2bc7b2c731e'
+
'eb08a31b09929a027cdacded2e11b9caf47fa0079619c0fa67bcb766bff1be1642a11c8ccd2f4c48521387fe1d42625d4f53f6a063a290d4664b17813f784051')
 validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

 
 prepare() {
   mkdir -vp "$pkgname/build"
   mv -v "json_test_data-${_test_pkgver}/" "$pkgname/build/json_test_data/"
+  cd "$pkgname"
+  patch -Np1 -i "../${pkgname}-3.8.0-git_tests.patch"
 }
 
 build() {
@@ -43,7 +47,7 @@
 
 check() {
   cd "$pkgname/build"
-  ctest --output-on-failure
+  ctest --output-on-failure -LE git_required
 }
 
 package() {


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:25:55
  Author: arodseth
Revision: 648657

archrelease: copy trunk to community-x86_64

Added:
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 648656, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 648656, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/localoptions.h
(from rev 648656, dropbear/trunk/localoptions.h)
Deleted:
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service
  dropbear/repos/community-x86_64/localoptions.h

--+
 PKGBUILD |  120 ++---
 dropbear.service |   20 
 localoptions.h   |   86 ++---
 3 files changed, 114 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:25:47 UTC (rev 648656)
+++ PKGBUILD2020-06-20 21:25:55 UTC (rev 648657)
@@ -1,59 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Timothy Redaelli 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce 
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgbase=dropbear
-pkgname=(dropbear dropbear-scp)
-pkgver=2019.78
-pkgrel=1
-pkgdesc='Lightweight SSH server'
-arch=(x86_64)
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
-license=(MIT)
-options=(emptydirs)
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
-localoptions.h
-$pkgname.service)
-sha256sums=('525965971272270995364a0eb01f35180d793182e63dd0b0c3eb0292291644a4'
-'SKIP'
-'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
-'0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
-
-prepare() {
-  cp -f localoptions.h "$pkgname-$pkgver/"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
-  make \
-PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
-SCPPROGRESS=1
-}
-
-package_dropbear() {
-  install -d "$pkgdir/etc/$pkgname"
-  make -C $pkgbase-$pkgver install DESTDIR="$pkgdir"
-  install -Dm644 $pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_dropbear-scp() {
-  pkgdesc='Lightweight application for copying files over SSH'
-  provides=(scp)
-  conflicts=(openssh)
-
-  make -C $pkgbase-$pkgver install PROGRAMS=scp DESTDIR="$pkgdir"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rmdir "$pkgdir/usr/share/man"{/man1,}
-}
-
-# vim: ts=2 sw=2 et:

Copied: dropbear/repos/community-x86_64/PKGBUILD (from rev 648656, 
dropbear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:25:55 UTC (rev 648657)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Timothy Redaelli 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce 
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgbase=dropbear
+pkgname=(dropbear dropbear-scp)
+pkgver=2020.79
+pkgrel=1
+pkgdesc='Lightweight SSH server'
+arch=(x86_64)
+url='https://github.com/mkj/dropbear'
+license=(MIT)
+options=(emptydirs)
+makedepends=('git')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("git+$url#commit=1e10af850ba6e0c3a9af1382ed0f33981d2754ec" # tag: 
DROPBEAR_2020.79
+localoptions.h
+$pkgname.service)
+sha256sums=('SKIP'
+'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
+'0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
+
+prepare() {
+  cp -f localoptions.h "$pkgname/"
+}
+
+build() {
+  cd $pkgname
+  autoconf
+  autoheader
+  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
+  make \
+PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
+SCPPROGRESS=1
+}
+
+package_dropbear() {
+  install -d "$pkgdir/etc/$pkgname"
+  make -C $pkgbase install DESTDIR="$pkgdir"
+  install -Dm644 $pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgbase/LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_dropbear-scp() {
+  pkgdesc='Lightweight application for copying files over SSH'
+  provides=(scp)
+  conflicts=(openssh)
+
+  make -C $pkgbase install PROGRAMS=scp DESTDIR="$pkgdir"
+  install -Dm644 $pkgbase/LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rmdir "$pkgdir/usr/share/man"{/man1,}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: dropbear.service

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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:25:47
  Author: arodseth
Revision: 648656

upgpkg: dropbear 2020.79-1

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
+++ PKGBUILD2020-06-20 21:25:47 UTC (rev 648656)
@@ -8,28 +8,30 @@
 
 pkgbase=dropbear
 pkgname=(dropbear dropbear-scp)
-pkgver=2019.78
+pkgver=2020.79
 pkgrel=1
 pkgdesc='Lightweight SSH server'
 arch=(x86_64)
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+url='https://github.com/mkj/dropbear'
 license=(MIT)
 options=(emptydirs)
+makedepends=('git')
 validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+source=("git+$url#commit=1e10af850ba6e0c3a9af1382ed0f33981d2754ec" # tag: 
DROPBEAR_2020.79
 localoptions.h
 $pkgname.service)
-sha256sums=('525965971272270995364a0eb01f35180d793182e63dd0b0c3eb0292291644a4'
-'SKIP'
+sha256sums=('SKIP'
 'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
 '0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
 
 prepare() {
-  cp -f localoptions.h "$pkgname-$pkgver/"
+  cp -f localoptions.h "$pkgname/"
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+  autoconf
+  autoheader
   ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
   make \
 PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
@@ -38,10 +40,10 @@
 
 package_dropbear() {
   install -d "$pkgdir/etc/$pkgname"
-  make -C $pkgbase-$pkgver install DESTDIR="$pkgdir"
+  make -C $pkgbase install DESTDIR="$pkgdir"
   install -Dm644 $pkgname.service \
 "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
+  install -Dm644 $pkgbase/LICENSE \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
@@ -50,8 +52,8 @@
   provides=(scp)
   conflicts=(openssh)
 
-  make -C $pkgbase-$pkgver install PROGRAMS=scp DESTDIR="$pkgdir"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
+  make -C $pkgbase install PROGRAMS=scp DESTDIR="$pkgdir"
+  install -Dm644 $pkgbase/LICENSE \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   rmdir "$pkgdir/usr/share/man"{/man1,}
 }


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:17:11
  Author: arodseth
Revision: 648655

archrelease: copy trunk to community-any

Added:
  pychess/repos/community-any/PKGBUILD
(from rev 648654, pychess/trunk/PKGBUILD)
Deleted:
  pychess/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:17:06 UTC (rev 648654)
+++ PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=1.0.0
-pkgrel=4
-pkgdesc='Chess client'
-arch=(any)
-url='http://pychess.org/'
-license=(GPL)
-depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
- python-ptyprocess python-psutil python-sqlalchemy python-pexpect
- python-websockets)
-# /usr/bin/spike is mistaken for a chess engine
-conflicts=(spike)
-makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver;)
-sha256sums=('SKIP')
-
-package() {
-  cd pychess
-
-  # Can only be packaged with X available...
-  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
-
-  # FS#59882
-  find "$pkgdir" -wholename 'external/pexpect' -type d -delete
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim: ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 648654, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Chess client'
+arch=(any)
+url='https://github.com/pychess/pychess'
+license=(GPL)
+depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
+ python-ptyprocess python-psutil python-sqlalchemy python-pexpect
+ python-websockets)
+# /usr/bin/spike is mistaken for a chess engine
+conflicts=(spike)
+makedepends=(git python-pexpect xorg-server-xvfb)
+source=("git+$url#commit=a89889efbeb6f7db9dd70ef7e0b1252de38472a2") # tag: 
1.0.2
+sha256sums=('SKIP')
+
+package() {
+  cd pychess
+
+  # Can only be packaged with X available...
+  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
+
+  # FS#59882
+  find "$pkgdir" -wholename 'external/pexpect' -type d -delete
+}
+
+# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:17:06
  Author: arodseth
Revision: 648654

upgpkg: pychess 1.0.2-1

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 19:03:03 UTC (rev 648653)
+++ PKGBUILD2020-06-20 21:17:06 UTC (rev 648654)
@@ -3,11 +3,11 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Chess client'
 arch=(any)
-url='http://pychess.org/'
+url='https://github.com/pychess/pychess'
 license=(GPL)
 depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
  python-ptyprocess python-psutil python-sqlalchemy python-pexpect
@@ -15,7 +15,7 @@
 # /usr/bin/spike is mistaken for a chess engine
 conflicts=(spike)
 makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver;)
+source=("git+$url#commit=a89889efbeb6f7db9dd70ef7e0b1252de38472a2") # tag: 
1.0.2
 sha256sums=('SKIP')
 
 package() {


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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 19:03:03
  Author: dvzrv
Revision: 648653

archrelease: copy trunk to community-x86_64

Added:
  fltk/repos/community-x86_64/PKGBUILD
(from rev 648652, fltk/trunk/PKGBUILD)
  fltk/repos/community-x86_64/fltk-fix-lib-mess.patch
(from rev 648652, fltk/trunk/fltk-fix-lib-mess.patch)
Deleted:
  fltk/repos/community-x86_64/PKGBUILD
  fltk/repos/community-x86_64/fltk-fix-lib-mess.patch

-+
 PKGBUILD|  169 ++
 fltk-fix-lib-mess.patch |  750 +++---
 2 files changed, 474 insertions(+), 445 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 19:02:52 UTC (rev 648652)
+++ PKGBUILD2020-06-20 19:03:03 UTC (rev 648653)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-
-pkgbase=fltk
-pkgname=('fltk' 'fltk-docs')
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="Graphical user interface toolkit for X"
-arch=('x86_64')
-license=('custom' 'LGPL')
-url="https://www.fltk.org/;
-makedepends=('alsa-lib' 'cairo' 'cmake' 'desktop-file-utils' 'doxygen' 'glu' 
'libjpeg'
-'libxcursor' 'libxft' 'libxinerama' 'mesa' 'shared-mime-info')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fltk/fltk/archive/release-${pkgver}.tar.gz;
-"${pkgname}-fix-lib-mess.patch")
-sha512sums=('35732df4d66573fdabf95f57069c5a2df63b0029d7b904d4ac02bd4c3ab3e5b287d4f06998b67129e8195c42c0b39e137e5d4f10baf4d73992077bb5ae0bef6c'
-
'14592ba5616483df1b36f6e2b8309a3d1e898c5c4dcf0ddfbb374bbd1332eca6ba3490569fc8f903023a069b7771ed06baddef36140253e2e81eb409892bbba5')
-
-prepare() {
-  mv -v "${pkgbase}-release-${pkgver}" "${pkgbase}-${pkgver}"
-  cd "${pkgbase}-${pkgver}"
-  # fix bizarre renaming of shared libraries
-  # https://github.com/fltk/fltk/issues/20
-  patch -Np1 -i ../${pkgname}-fix-lib-mess.patch
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DFLTK_LIBDIR=/usr/lib \
--DOPTION_CREATE_LINKS=ON \
--DOPTION_BUILD_SHARED_LIBS=ON \
--DOPTION_BUILD_HTML_DOCUMENTATION=ON \
--DOPTION_INSTALL_HTML_DOCUMENTATION=ON \
-..
-  make VERBOSE=1
-  make -C documentation html
-}
-
-package_fltk() {
-  pkgdesc="Graphical user interface toolkit for X"
-  depends=('cairo' 'desktop-file-utils' 'glu' 'hicolor-icon-theme' 'libjpeg'
-  'libxcursor' 'libxft' 'libxinerama' 'shared-mime-info' 'xdg-utils')
-  optdepends=('alsa-lib: for sudoku example application')
-  replaces=('fltk-games')
-  options=('!docs' 'staticlibs')
-
-  cd "${pkgbase}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-  install -vDm 644 ../COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # example apps and integration files, that are not covered by make install
-  for app in {blocks,checkers,sudoku}; do
-install -vDm 755 "bin/examples/$app" -t "${pkgdir}/usr/bin/"
-install -vDm 644 "../test/desktop/$app.desktop" \
-  -t "${pkgdir}/usr/share/applications/"
-install -vDm 644 "../test/desktop/$app-32.png" \
-  "${pkgdir}/usr/share/icons/hicolor/32x32/apps/$app.png"
-install -vDm 644 "../test/desktop/$app-128.png" \
-  "${pkgdir}/usr/share/icons/hicolor/128x128/apps/$app.png"
-  done
-}
-
-package_fltk-docs() {
-  pkgdesc="Graphical user interface toolkit for X (documentation)"
-
-  cd "${pkgbase}-${pkgver}/build"
-  make DESTDIR="$pkgdir" -C documentation install
-  install -vDm 644 ../COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-

Copied: fltk/repos/community-x86_64/PKGBUILD (from rev 648652, 
fltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 19:03:03 UTC (rev 648653)
@@ -0,0 +1,99 @@
+# Maintainer: David Runge 
+
+pkgbase=fltk
+pkgname=('fltk' 'fltk-docs' 'fltk-examples')
+pkgver=1.3.5
+pkgrel=2
+pkgdesc="Graphical user interface toolkit for X"
+arch=('x86_64')
+license=('custom' 'LGPL')
+url="https://www.fltk.org/;
+makedepends=('alsa-lib' 'cmake' 'doxygen' 'libglvnd' 'libjpeg' 'libpng' 'mesa'
+'libx11')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/release-${pkgver}.tar.gz;
+"${pkgname}-fix-lib-mess.patch")
+sha512sums=('35732df4d66573fdabf95f57069c5a2df63b0029d7b904d4ac02bd4c3ab3e5b287d4f06998b67129e8195c42c0b39e137e5d4f10baf4d73992077bb5ae0bef6c'
+
'14592ba5616483df1b36f6e2b8309a3d1e898c5c4dcf0ddfbb374bbd1332eca6ba3490569fc8f903023a069b7771ed06baddef36140253e2e81eb409892bbba5')
+
+prepare() {
+  mv -v "${pkgbase}-release-${pkgver}" "${pkgbase}-${pkgver}"
+  cd "${pkgbase}-${pkgver}"
+  # fix bizarre renaming of shared libraries
+  # https://github.com/fltk/fltk/issues/20
+  patch -Np1 -i ../${pkgname}-fix-lib-mess.patch
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DFLTK_LIBDIR='/usr/lib' \
+

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

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 19:02:52
  Author: dvzrv
Revision: 648652

upgpkg: fltk 1.3.5-2: Splitting out examples.

Updating makedepends to only include really required packages.
Applying latest cmake packaging guidelines.
Adding all soprovides for fltk.
Splitting out examples (games) into fltk-examples.
Cleaning up duplicates in fltk/fltk-examples.
Updating maintainer info.

Modified:
  fltk/trunk/PKGBUILD

--+
 PKGBUILD |   95 +++--
 1 file changed, 62 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 17:09:50 UTC (rev 648651)
+++ PKGBUILD2020-06-20 19:02:52 UTC (rev 648652)
@@ -1,16 +1,16 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 
 pkgbase=fltk
-pkgname=('fltk' 'fltk-docs')
+pkgname=('fltk' 'fltk-docs' 'fltk-examples')
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Graphical user interface toolkit for X"
 arch=('x86_64')
 license=('custom' 'LGPL')
 url="https://www.fltk.org/;
-makedepends=('alsa-lib' 'cairo' 'cmake' 'desktop-file-utils' 'doxygen' 'glu' 
'libjpeg'
-'libxcursor' 'libxft' 'libxinerama' 'mesa' 'shared-mime-info')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fltk/fltk/archive/release-${pkgver}.tar.gz;
+makedepends=('alsa-lib' 'cmake' 'doxygen' 'libglvnd' 'libjpeg' 'libpng' 'mesa'
+'libx11')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/release-${pkgver}.tar.gz;
 "${pkgname}-fix-lib-mess.patch")
 
sha512sums=('35732df4d66573fdabf95f57069c5a2df63b0029d7b904d4ac02bd4c3ab3e5b287d4f06998b67129e8195c42c0b39e137e5d4f10baf4d73992077bb5ae0bef6c'
 
'14592ba5616483df1b36f6e2b8309a3d1e898c5c4dcf0ddfbb374bbd1332eca6ba3490569fc8f903023a069b7771ed06baddef36140253e2e81eb409892bbba5')
@@ -21,50 +21,79 @@
   # fix bizarre renaming of shared libraries
   # https://github.com/fltk/fltk/issues/20
   patch -Np1 -i ../${pkgname}-fix-lib-mess.patch
-  mkdir -v build
 }
 
 build() {
-  cd "${pkgbase}-${pkgver}/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DFLTK_LIBDIR=/usr/lib \
+  cd "${pkgbase}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DFLTK_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
 -DOPTION_CREATE_LINKS=ON \
+-DOPTION_BUILD_EXAMPLES=OFF \
 -DOPTION_BUILD_SHARED_LIBS=ON \
 -DOPTION_BUILD_HTML_DOCUMENTATION=ON \
 -DOPTION_INSTALL_HTML_DOCUMENTATION=ON \
-..
-  make VERBOSE=1
-  make -C documentation html
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+  make -C build/documentation html
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DFLTK_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
+-DOPTION_BUILD_EXAMPLES=ON \
+-Wno-dev \
+-B build-examples \
+-S .
+  make VERBOSE=1 -C build-examples
 }
 
 package_fltk() {
   pkgdesc="Graphical user interface toolkit for X"
-  depends=('cairo' 'desktop-file-utils' 'glu' 'hicolor-icon-theme' 'libjpeg'
-  'libxcursor' 'libxft' 'libxinerama' 'shared-mime-info' 'xdg-utils')
-  optdepends=('alsa-lib: for sudoku example application')
-  replaces=('fltk-games')
+  depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libjpeg'
+  'libpng' 'libx11' 'libxext' 'libxfixes')
+  provides=('libfltk_images.so' 'libfltk_gl.so' 'libfltk_forms.so' 
'libfltk.so')
   options=('!docs' 'staticlibs')
+  cd "${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install -C build
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # removing man pages of examples
+  rm -rvf "${pkgdir}/usr/share/man/man6"
+}
 
-  cd "${pkgbase}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-  install -vDm 644 ../COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+package_fltk-docs() {
+  pkgdesc="Graphical user interface toolkit for X (documentation)"
+  cd "${pkgbase}-${pkgver}"
+  make DESTDIR="$pkgdir" install -C build/documentation html
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_fltk-examples() {
+  pkgdesc="Graphical user interface toolkit for X (examples)"
+  depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libasound.so' 'libjpeg'
+  'libpng' 'libx11' 'libxext' 'libxfixes')
+  options=('!docs')
+  cd "${pkgbase}-${pkgver}"
+  make DESTDIR="$pkgdir" install -C build-examples
   # example apps and integration files, that are not covered by make install
   for app in {blocks,checkers,sudoku}; do
-install -vDm 755 "bin/examples/$app" -t "${pkgdir}/usr/bin/"
-install -vDm 644 "../test/desktop/$app.desktop" \
+install -vDm 755 "build-examples/bin/examples/$app" -t "${pkgdir}/usr/bin/"
+install -vDm 644 "test/desktop/$app.desktop" \
   -t "${pkgdir}/usr/share/applications/"
-install -vDm 644 "../test/desktop/$app-32.png" \
+install -vDm 644 "test/desktop/$app-32.png" \
   

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

2020-06-20 Thread Maxime Gauduin via arch-commits
Date: Saturday, June 20, 2020 @ 17:09:50
  Author: alucryd
Revision: 648651

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 17:09:44 UTC (rev 648650)
+++ PKGBUILD2020-06-20 17:09:50 UTC (rev 648651)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.5
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-dateparser
-  python-mock
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=c856ab9dad4901551f2bf7012f6a9dc2779091db)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 648650, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 17:09:50 UTC (rev 648651)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.7
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-tox)
+_tag=81f224d72f4fbdddbb3bd977c5793195b15c25fa
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  tox -e py38
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Maxime Gauduin via arch-commits
Date: Saturday, June 20, 2020 @ 17:09:44
  Author: alucryd
Revision: 648650

upgpkg: python-arrow 0.15.7-1

Modified:
  python-arrow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:53:10 UTC (rev 648649)
+++ PKGBUILD2020-06-20 17:09:44 UTC (rev 648650)
@@ -2,7 +2,7 @@
 # Contributor: Tatsuyuki Ishi 
 
 pkgname=python-arrow
-pkgver=0.15.5
+pkgver=0.15.7
 pkgrel=1
 pkgdesc='Better dates and times for Python'
 arch=(any)
@@ -13,15 +13,9 @@
   git
   python-setuptools
 )
-checkdepends=(
-  python-chai
-  python-dateparser
-  python-mock
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=c856ab9dad4901551f2bf7012f6a9dc2779091db)
+checkdepends=(python-tox)
+_tag=81f224d72f4fbdddbb3bd977c5793195b15c25fa
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -39,7 +33,7 @@
 check() {
   cd arrow
 
-  nosetests
+  tox -e py38
 }
 
 package() {


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:52:35
  Author: felixonmars
Revision: 648642

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 648641, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 648641, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-20 16:52:35 UTC (rev 648642)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=68
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:52:21
  Author: felixonmars
Revision: 648641

upgpkg: shellcheck 0.7.1-68: rebuild with skylighting-core 0.8.5, skylighting 
0.8.5

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:49:31 UTC (rev 648640)
+++ PKGBUILD2020-06-20 16:52:21 UTC (rev 648641)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=67
+pkgrel=68
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:49:31
  Author: felixonmars
Revision: 648640

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 648639, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 16:49:15 UTC (rev 648639)
+++ PKGBUILD2020-06-20 16:49:31 UTC (rev 648640)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200618
-_commit=be967adaabe5eb2250a6b5e122bf098856ba4281
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('53eeaacec0bae2c31f5b8c7594f8607df27e6e3efc02a0ccf69da92bc66e3fa40b0e96be44146a286997440a8e1ee212e81dbf01fbc16aa8abac99b5b6b61ea2')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 648639, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 16:49:31 UTC (rev 648640)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200620
+_commit=901c03d0f6c50b73d3b3c6c130ee96c03fb5aca5
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('2c23c369790ab5651e1de1345d08a109478a242522bad6419cde0195d8e63c8b77591e0abe8eb2749e8de9b004012b74c8c51bdba75fa5d08fe241c804a0a643')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:49:15
  Author: felixonmars
Revision: 648639

upgpkg: rime-cantonese 0.0.0.20200620-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:48:28 UTC (rev 648638)
+++ PKGBUILD2020-06-20 16:49:15 UTC (rev 648639)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200618
-_commit=be967adaabe5eb2250a6b5e122bf098856ba4281
+pkgver=0.0.0.20200620
+_commit=901c03d0f6c50b73d3b3c6c130ee96c03fb5aca5
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('53eeaacec0bae2c31f5b8c7594f8607df27e6e3efc02a0ccf69da92bc66e3fa40b0e96be44146a286997440a8e1ee212e81dbf01fbc16aa8abac99b5b6b61ea2')
+sha512sums=('2c23c369790ab5651e1de1345d08a109478a242522bad6419cde0195d8e63c8b77591e0abe8eb2749e8de9b004012b74c8c51bdba75fa5d08fe241c804a0a643')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:48:28
  Author: felixonmars
Revision: 648638

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 648637, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
648637, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-20 16:48:28 UTC (rev 648638)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.6.3
+pkgrel=36
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('dbe9a3b8b1b48e00d6f35a523f31c999890669ea3c16c848b4f68f8b89ba2713ce8ed8da36ff70da882d6b8e33c9953b93943457255efb8f474b8e7cf586264f')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:48:14
  Author: felixonmars
Revision: 648637

upgpkg: pandoc-crossref 0.3.6.3-36: rebuild with skylighting-core 0.8.5, 
skylighting 0.8.5

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:47:23 UTC (rev 648636)
+++ PKGBUILD2020-06-20 16:48:14 UTC (rev 648637)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.3
-pkgrel=35
+pkgrel=36
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:46:29
  Author: felixonmars
Revision: 648634

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
648633, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-20 16:46:29 UTC (rev 648634)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.3.0
+pkgrel=77
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('104b0ab5092d2f0b7017ff8beae2bbe2fdcbfe37fe9d2cf3165227856e2ab3e13d25f0b4827aab450b5ded447763044580a63a41762e3523f29eb1e647666918')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:47:07
  Author: felixonmars
Revision: 648635

upgpkg: ubuntu-keyring 2020.06.17.1-1

Modified:
  ubuntu-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:46:29 UTC (rev 648634)
+++ PKGBUILD2020-06-20 16:47:07 UTC (rev 648635)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Weischuh 
 
 pkgname=ubuntu-keyring
-pkgver=2020.02.11.2
+pkgver=2020.06.17.1
 pkgrel=1
 pkgdesc="GnuPG keys of the Ubuntu archive"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('gnupg')
 
source=("https://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_$pkgver.tar.gz;)
-sha512sums=('e717699a6f85a07e87cb3362550ce8a0db1271d2efd85f97405c0e9139516fdf8ca473a37035b5e6e38aca9e1a29e92f4a948d51def076f9c25961c5a1d91ce1')
+sha512sums=('33009928eeeadbe1627b77f7db1aba32cf1e59d2fd6767bcd0d441d3521cb2b07c5bf06be86e8426c96b9661786a958b2e978f12d8f0941d1ac79289d977eeaf')
 
 package() {
   cd $pkgname-$pkgver


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:46:13
  Author: felixonmars
Revision: 648633

upgpkg: haskell-hakyll 4.13.3.0-77: rebuild with skylighting-core 0.8.5, 
skylighting 0.8.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:44:27 UTC (rev 648632)
+++ PKGBUILD2020-06-20 16:46:13 UTC (rev 648633)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.3.0
-pkgrel=76
+pkgrel=77
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:47:23
  Author: felixonmars
Revision: 648636

archrelease: copy trunk to community-any

Added:
  ubuntu-keyring/repos/community-any/PKGBUILD
(from rev 648635, ubuntu-keyring/trunk/PKGBUILD)
Deleted:
  ubuntu-keyring/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 16:47:07 UTC (rev 648635)
+++ PKGBUILD2020-06-20 16:47:23 UTC (rev 648636)
@@ -1,20 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andre Vaillancourt 
-# Contributor: Thomas Weischuh 
-
-pkgname=ubuntu-keyring
-pkgver=2020.02.11.2
-pkgrel=1
-pkgdesc="GnuPG keys of the Ubuntu archive"
-arch=('any')
-url="https://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring;
-license=('GPL')
-depends=('gnupg')
-source=("https://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_$pkgver.tar.gz;)
-sha512sums=('e717699a6f85a07e87cb3362550ce8a0db1271d2efd85f97405c0e9139516fdf8ca473a37035b5e6e38aca9e1a29e92f4a948d51def076f9c25961c5a1d91ce1')
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 keyrings/*-{keyring,keys}.gpg -t "$pkgdir"/usr/share/keyrings/
-  install -Dm644 keyrings/ubuntu-keyring-*.gpg -t 
"$pkgdir"/etc/apt/trusted.gpg.d/
-}

Copied: ubuntu-keyring/repos/community-any/PKGBUILD (from rev 648635, 
ubuntu-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 16:47:23 UTC (rev 648636)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan 
+# Contributor: Andre Vaillancourt 
+# Contributor: Thomas Weischuh 
+
+pkgname=ubuntu-keyring
+pkgver=2020.06.17.1
+pkgrel=1
+pkgdesc="GnuPG keys of the Ubuntu archive"
+arch=('any')
+url="https://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring;
+license=('GPL')
+depends=('gnupg')
+source=("https://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_$pkgver.tar.gz;)
+sha512sums=('33009928eeeadbe1627b77f7db1aba32cf1e59d2fd6767bcd0d441d3521cb2b07c5bf06be86e8426c96b9661786a958b2e978f12d8f0941d1ac79289d977eeaf')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 keyrings/*-{keyring,keys}.gpg -t "$pkgdir"/usr/share/keyrings/
+  install -Dm644 keyrings/ubuntu-keyring-*.gpg -t 
"$pkgdir"/etc/apt/trusted.gpg.d/
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:44:13
  Author: felixonmars
Revision: 648631

upgpkg: pandoc-citeproc 0.17-151: rebuild with skylighting-core 0.8.5, 
skylighting 0.8.5

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:40:47 UTC (rev 648630)
+++ PKGBUILD2020-06-20 16:44:13 UTC (rev 648631)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=150
+pkgrel=151
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:44:27
  Author: felixonmars
Revision: 648632

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 648631, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
648631, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-20 16:44:27 UTC (rev 648632)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=151
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+sed -i 's/< *1.5/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:40:47
  Author: felixonmars
Revision: 648630

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 648629, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 648629, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-20 16:40:47 UTC (rev 648630)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2.1
+pkgrel=89
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
pandoc-revert-noprelude.patch::https://github.com/jgm/pandoc/commit/a9ef15bbd574bf09827c2c25ef1cd3efaf288f7c.patch
+
pandoc-skylighting-0.8.4.patch::https://github.com/jgm/pandoc/commit/46179d5b3e84b5c709e09924cbda524230ebd3fe.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+
'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1'
+
'3c057b1bb41cf2346e4fb63c50d3edb745eb598ef5d69c63bc0de0dcfa8e55fce0e4d19d5ce4872ca5fede10ee0f3621fb350d7e162fe63a8d0e1dea8b796e5b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-revert-noprelude.patch
+patch -p1 -i ../pandoc-skylighting-0.8.4.patch || :
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<2/;s/< 
*0.7/<1/;s/< *1.2/<2/;s/< *1.9/<2/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm 

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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:40:32
  Author: felixonmars
Revision: 648629

upgpkg: pandoc 2.9.2.1-89: rebuild with skylighting-core 0.8.5, skylighting 
0.8.5

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:30:53 UTC (rev 648628)
+++ PKGBUILD2020-06-20 16:40:32 UTC (rev 648629)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=88
+pkgrel=89
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:30:53
  Author: felixonmars
Revision: 648628

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
648627, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-20 16:30:53 UTC (rev 648628)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-skylighting-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-executable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:30:39
  Author: felixonmars
Revision: 648627

upgpkg: haskell-skylighting 0.8.5-1: rebuild with skylighting-core 0.8.5, 
skylighting 0.8.5

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:29:19 UTC (rev 648626)
+++ PKGBUILD2020-06-20 16:30:39 UTC (rev 648627)
@@ -2,8 +2,8 @@
 
 _hkgname=skylighting
 pkgname=haskell-skylighting
-pkgver=0.8.4
-pkgrel=23
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('GPL2')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-skylighting-core')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5c0e2605ddc4dd21dba036bc2c010ab2e2be930580921fb13146999b259e5ccd5599c504b7e31adf9d9f9d03af36c05965672de6864a0375ac13a7d372f00498')
+sha512sums=('9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:29:19
  Author: felixonmars
Revision: 648626

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-skylighting-core/repos/community-staging-x86_64/
  haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD
(from rev 648625, haskell-skylighting-core/trunk/PKGBUILD)

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

Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 648625, haskell-skylighting-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-20 16:29:19 UTC (rev 648626)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting-core
+pkgname=haskell-skylighting-core
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-regex-pcre' 'haskell-safe'
+ 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 
'haskell-quickcheck'
+ 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ad411d7e0fd72adeb4cdbf6fc57d6191c51d9319b25c8d41ad35a66f885d518a842846cd7cf5ce35bdc31da74e0f9d97445f492628a4b5a2bceb85642aa23257')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -fsystem-pcre
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-20 Thread Felix Yan via arch-commits
Date: Saturday, June 20, 2020 @ 16:29:04
  Author: felixonmars
Revision: 648625

upgpkg: haskell-skylighting-core 0.8.5-1: rebuild with skylighting-core 0.8.5, 
skylighting 0.8.5

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:28:08 UTC (rev 648624)
+++ PKGBUILD2020-06-20 16:29:04 UTC (rev 648625)
@@ -2,8 +2,8 @@
 
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
-pkgver=0.8.4
-pkgrel=23
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('BSD')
@@ -16,7 +16,7 @@
  'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
  'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7e8e14ee48297ac4d5b1778d5e9aab56526708d2ad8da455dbfe42522d0fc451aff41170f705d7d6f66a898caf7c17fc968d78e81b59925fe2aca770150e5474')
+sha512sums=('ad411d7e0fd72adeb4cdbf6fc57d6191c51d9319b25c8d41ad35a66f885d518a842846cd7cf5ce35bdc31da74e0f9d97445f492628a4b5a2bceb85642aa23257')
 
 build() {
 cd $_hkgname-$pkgver


  1   2   3   4   5   >