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

2020-04-11 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 12, 2020 @ 02:35:26
  Author: anatolik
Revision: 613389

archrelease: copy trunk to community-staging-x86_64

Added:
  crystal/repos/community-staging-x86_64/
  crystal/repos/community-staging-x86_64/PKGBUILD
(from rev 613388, crystal/trunk/PKGBUILD)

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

Copied: crystal/repos/community-staging-x86_64/PKGBUILD (from rev 613388, 
crystal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-12 02:35:26 UTC (rev 613389)
@@ -0,0 +1,66 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.34.0
+pkgrel=2
+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=('973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8')
+
+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"
+}


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

2020-04-11 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 12, 2020 @ 02:35:04
  Author: anatolik
Revision: 613388

upgpkg: crystal 0.34.0-2: LLVM10 rebuild

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-12 02:27:56 UTC (rev 613387)
+++ PKGBUILD2020-04-12 02:35:04 UTC (rev 613388)
@@ -3,7 +3,7 @@
 
 pkgname=crystal
 pkgver=0.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'


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

2020-04-11 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 12, 2020 @ 02:27:53
  Author: foutrelis
Revision: 613386

upgpkg: gaupol 1.8-1: new upstream release

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 23:48:19 UTC (rev 613385)
+++ PKGBUILD2020-04-12 02:27:53 UTC (rev 613386)
@@ -5,8 +5,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=1.7
-pkgrel=3
+pkgver=1.8
+pkgrel=1
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
 url="https://otsaloma.io/gaupol/;
@@ -18,7 +18,7 @@
 'vlc: subtitle preview'
 'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('250b0d929e635eec89656dc9672f5dba3bc0324325008f17155b3e54ac560788')
+sha256sums=('14584337d20e7b15a3bca719cb919b7c12cd0a13b21e8ae9df5a562c54f1cdc9')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-04-11 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 12, 2020 @ 02:27:56
  Author: foutrelis
Revision: 613387

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 613386, gaupol/trunk/PKGBUILD)
Deleted:
  gaupol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-12 02:27:53 UTC (rev 613386)
+++ PKGBUILD2020-04-12 02:27:56 UTC (rev 613387)
@@ -1,28 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=1.7
-pkgrel=3
-pkgdesc="Editor for text-based subtitles"
-arch=('any')
-url="https://otsaloma.io/gaupol/;
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
- 'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
- 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('mpv: subtitle preview'
-'vlc: subtitle preview'
-'mplayer: subtitle preview')
-source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('250b0d929e635eec89656dc9672f5dba3bc0324325008f17155b3e54ac560788')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 613386, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-12 02:27:56 UTC (rev 613387)
@@ -0,0 +1,28 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=1.8
+pkgrel=1
+pkgdesc="Editor for text-based subtitles"
+arch=('any')
+url="https://otsaloma.io/gaupol/;
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
+ 'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('mpv: subtitle preview'
+'vlc: subtitle preview'
+'mplayer: subtitle preview')
+source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('14584337d20e7b15a3bca719cb919b7c12cd0a13b21e8ae9df5a562c54f1cdc9')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 23:48:19
  Author: ffy00
Revision: 613385

archrelease: copy trunk to community-x86_64

Added:
  budgie-extras/repos/community-x86_64/PKGBUILD
(from rev 613384, budgie-extras/trunk/PKGBUILD)
Deleted:
  budgie-extras/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 23:48:15 UTC (rev 613384)
+++ PKGBUILD2020-04-11 23:48:19 UTC (rev 613385)
@@ -1,53 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=budgie-extras
-pkgver=1.0.0
-_quickchar=3a3f28468b34a037ba8977e3a6d0d2ad0696a33c
-_app_menu=2.5.0
-_net_applet=800ca55ae7aa7538d56ae8f2019e4fc569918bce
-pkgrel=1
-pkgdesc='Additional Budgie Desktop enhancements for the user experience'
-arch=('x86_64')
-license=('GPL3')
-url='https://github.com/UbuntuBudgie/budgie-extras'
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
- 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
- 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib'
- 'libkeybinder3' 'python-pyperclip' 'python-xlib' 'xorg-xinput' 
'granite' 'appstream' 'zeitgeist'
- 'libnma')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool' 'git')
-source=("git+$url.git#tag=v$pkgver"
-"git+https://github.com/UbuntuBudgie/QuickChar.git#commit=$_quickchar;
-
"git+https://github.com/UbuntuBudgie/applications-menu.git#tag=$_app_menu;
-
"git+https://github.com/UbuntuBudgie/budgie-network-applet.git#commit=$_net_applet;)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config submodule.budgie-quickchar/quickchar.url "$srcdir"/QuickChar
-  git config submodule.budgie-applications-menu/applications-menu.url 
"$srcdir"/applications-menu
-  git config submodule.budgie-network-manager/budgie-network-applet.url 
"$srcdir"/budgie-network-applet
-  git submodule update
-}
-
-build() {
-  mkdir -p $pkgname/build
-  cd $pkgname/build
-
-  arch-meson .. \
-   -D b_pie=false
-
-  ninja
-}
-
-package() {
-  cd $pkgname/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: budgie-extras/repos/community-x86_64/PKGBUILD (from rev 613384, 
budgie-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 23:48:19 UTC (rev 613385)
@@ -0,0 +1,53 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=1.0.1
+_quickchar=3a3f28468b34a037ba8977e3a6d0d2ad0696a33c
+_app_menu=2.5.0
+_net_applet=800ca55ae7aa7538d56ae8f2019e4fc569918bce
+pkgrel=1
+pkgdesc='Additional Budgie Desktop enhancements for the user experience'
+arch=('x86_64')
+license=('GPL3')
+url='https://github.com/UbuntuBudgie/budgie-extras'
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib'
+ 'libkeybinder3' 'python-pyperclip' 'python-xlib' 'xorg-xinput' 
'granite' 'appstream' 'zeitgeist'
+ 'libnma')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool' 'git')
+source=("git+$url.git#tag=v$pkgver"
+"git+https://github.com/UbuntuBudgie/QuickChar.git#commit=$_quickchar;
+
"git+https://github.com/UbuntuBudgie/applications-menu.git#tag=$_app_menu;
+
"git+https://github.com/UbuntuBudgie/budgie-network-applet.git#commit=$_net_applet;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config submodule.budgie-quickchar/quickchar.url "$srcdir"/QuickChar
+  git config submodule.budgie-applications-menu/applications-menu.url 
"$srcdir"/applications-menu
+  git config submodule.budgie-network-manager/budgie-network-applet.url 
"$srcdir"/budgie-network-applet
+  git submodule update
+}
+
+build() {
+  mkdir -p $pkgname/build
+  cd $pkgname/build
+
+  arch-meson .. \
+   -D b_pie=false
+
+  ninja
+}
+
+package() {
+  cd $pkgname/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 23:48:15
  Author: ffy00
Revision: 613384

upgpkg: budgie-extras 1.0.1-1

Modified:
  budgie-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 23:45:08 UTC (rev 613383)
+++ PKGBUILD2020-04-11 23:48:15 UTC (rev 613384)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=budgie-extras
-pkgver=1.0.0
+pkgver=1.0.1
 _quickchar=3a3f28468b34a037ba8977e3a6d0d2ad0696a33c
 _app_menu=2.5.0
 _net_applet=800ca55ae7aa7538d56ae8f2019e4fc569918bce


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 23:45:04
  Author: ffy00
Revision: 613382

upgpkg: repo 2.5-1

Modified:
  repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 23:44:07 UTC (rev 613381)
+++ PKGBUILD2020-04-11 23:45:04 UTC (rev 613382)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=repo
-pkgver=2.4.1
+pkgver=2.5
 pkgrel=1
 
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 23:45:08
  Author: ffy00
Revision: 613383

archrelease: copy trunk to community-any

Added:
  repo/repos/community-any/PKGBUILD
(from rev 613382, repo/trunk/PKGBUILD)
Deleted:
  repo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 23:45:04 UTC (rev 613382)
+++ PKGBUILD2020-04-11 23:45:08 UTC (rev 613383)
@@ -1,23 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=repo
-pkgver=2.4.1
-pkgrel=1
-
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-url="https://android.googlesource.com/tools/repo;
-arch=('any')
-license=("APACHE")
-
-depends=("git" "python")
-
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
-
-sha256sums=('SKIP')
-
-package() {
-  cd repo
-  install -D -m 755 repo "$pkgdir/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 613382, repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 23:45:08 UTC (rev 613383)
@@ -0,0 +1,23 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=repo
+pkgver=2.5
+pkgrel=1
+
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo;
+arch=('any')
+license=("APACHE")
+
+depends=("git" "python")
+
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
+
+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -D -m 755 repo "$pkgdir/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+}


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 23:44:07
  Author: ffy00
Revision: 613381

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
(from rev 613380, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 23:43:43 UTC (rev 613380)
+++ PKGBUILD2020-04-11 23:44:07 UTC (rev 613381)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=wine-mono
-pkgver=4.9.4
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=('any')
-url="https://wiki.winehq.org/Mono;
-license=('GPL' 'LGPL2.1' 'MPL')
-depends=('wine')
-source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
-sha512sums=('d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9')
-
-package() {
-  install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
-}

Copied: wine-mono/repos/community-any/PKGBUILD (from rev 613380, 
wine-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 23:44:07 UTC (rev 613381)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=wine-mono
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
+arch=('any')
+url="https://wiki.winehq.org/Mono;
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('wine')
+source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.msi;)
+sha512sums=('8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c')
+
+package() {
+  install -Dm644 $pkgname-$pkgver-x86.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
+}


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 23:43:43
  Author: ffy00
Revision: 613380

upgpkg: wine-mono 5.0.0-1

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 23:41:48 UTC (rev 613379)
+++ PKGBUILD2020-04-11 23:43:43 UTC (rev 613380)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=4.9.4
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=('any')
@@ -10,9 +10,9 @@
 url="https://wiki.winehq.org/Mono;
 license=('GPL' 'LGPL2.1' 'MPL')
 depends=('wine')
-source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
-sha512sums=('d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9')
+source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.msi;)
+sha512sums=('8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c')
 
 package() {
-  install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
+  install -Dm644 $pkgname-$pkgver-x86.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
 }


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

2020-04-11 Thread David Runge via arch-commits
 for type in {0..19}; do
-  gendesk -n \
-  --pkgname "x42-meter-${type}" \
-  --name "x42-meter ${meter_types[$type]}" \
-  --pkgdesc "${meter_types[$type]}" \
-  --exec "x42-meter $type" \
-  --icon "x42-meter" \
-  --genericname "Audio Meter" \
-  --categories "x42-plugins"
-done
-;;
-  tuna)
-for type in {0,1}; do
-  gendesk -n \
-  --pkgname "x42-${name}-${type}" \
-  --name "x42-${name} ${tuna_types[$type]}" \
-  --pkgdesc "${tuna_types[$type]}" \
-  --exec "x42-${name} $type" \
-  --icon "x42-${name}" \
-  --genericname "Music Instrument Tuner" \
-  --categories "x42-plugins"
-done
-;;
-  *)
-gendesk -n \
---pkgname "x42-${name}" \
---name "x42-${name}" \
---pkgdesc "${comments[$name]}" \
---genericname "${generic[$name]}" \
---categories "x42-plugins"
-;;
-esac
-  done
-  # moving images to correct location so installation is not such a hassle 
later on
-  mv -v fat1.lv2/img/x42{_,-}fat1.png
-  mv -v mixtri.lv2/img/x42{_,-}mixtri.png
-  mv -v meters.lv2/img/x42-meter{s,}.png
-  mv -v matrixmixer.lv2/img/x42-matrixmixer{,8x8}.png
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  make
-}
-
-package() {
-  declare -A _dirs=(
-  ["darc"]="darc.lv2"
-  ["dpl"]="dpl.lv2"
-  ["fat1"]="fat1.lv2"
-  ["fil4"]="fil4.lv2"
-  ["matrixmixer8x8"]="matrixmixer.lv2"
-  ["meter"]="meters.lv2"
-  ["mixtri"]="mixtri.lv2"
-  ["scope"]="sisco.lv2"
-  ["spectr"]="spectra.lv2"
-  ["stepseq"]="stepseq.lv2"
-  ["tuna"]="tuna.lv2"
-  )
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-  # xdg desktop integration
-  install -vDm 644 ./*.desktop -t "${pkgdir}/usr/share/applications/"
-  # icons
-  for name in "${_names[@]}"; do
-if [[ "$name" != 'fil4' ]]; then
-  install -vDm 644 "${_dirs[$name]}/img/x42-${name}.png" \
--t "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"
-fi
-  done
-  install -vDm 644 "../${pkgname}.png" \
--t "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"
-  # menu integration
-  install -vDm 644 "../${pkgname}.menu" \
--t "${pkgdir}/etc/xdg/menus/applications-merged/"
-  install -vDm 644 "../${pkgname}.directory" \
--t "${pkgdir}/usr/share/desktop-directories/"
-  install -vDm 644 plugin.news \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 613378, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 23:41:48 UTC (rev 613379)
@@ -0,0 +1,166 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20200411
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins;
+license=('GPL2' 'GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'ftgl' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd'
+'libx11')
+makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
+'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
+optdepends=('jack: for standalone applications'
+'liblo: for standalone applications')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png;
+"${pkgname}.directory"
+"${pkgname}.menu")
+sha512sums=('d6dd7c7b80d08ebeeae38708096e8bb8a0c7c3a2fc77381f180728becf2fbddd19d27e681896252ca8128ef8dbc3a08ef55036cdd38caa6e095c8c6c3ef3588e'
+
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
+
'fef75b22b2c1fed8586af4dfd01ea291a7c1506e80ce384f05f13dc04c4b7e3e934003c20d89ae94f36ad1021b7ad75097da836ca30ee965b4107b559305b496'
+
'411015b0feb8a289272cb821afa7e2a284d3e9d994a446baa

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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 23:41:42
  Author: dvzrv
Revision: 613378

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

Moving all sodeps to package() and adding the respective packages to 
makedepends.
Removing Categories from XDG desktop files.
Adding all XDG desktop files in x42-plugins.menu so they don't show up 
everywhere.

Modified:
  x42-plugins/trunk/PKGBUILD
  x42-plugins/trunk/x42-plugins.directory
  x42-plugins/trunk/x42-plugins.menu

---+
 PKGBUILD  |   38 +++---
 x42-plugins.directory |1 +
 x42-plugins.menu  |   32 +++-
 3 files changed, 51 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 23:39:11 UTC (rev 613377)
+++ PKGBUILD2020-04-11 23:41:42 UTC (rev 613378)
@@ -2,7 +2,7 @@
 # Contributor: Lieven Moors 
 
 pkgname=x42-plugins
-pkgver=20200114
+pkgver=20200411
 pkgrel=1
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
@@ -9,20 +9,20 @@
 url="https://github.com/x42/x42-plugins;
 license=('GPL2' 'GPL3')
 groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'fftw' 'ftgl' 'gcc-libs' 'glib2' 'glibc' 'hicolor-icon-theme'
-'libglvnd' 'libltc.so' 'libsamplerate' 'libsndfile' 'libx11'
-'libzita-convolver.so' 'pango')
-makedepends=('gendesk' 'help2man' 'libjack.so' 'liblo.so' 'lv2' 'ttf-dejavu')
-optdepends=('libjack.so: for standalone applications'
-'liblo.so: for standalone applications')
+depends=('cairo' 'ftgl' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd'
+'libx11')
+makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
+'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
+optdepends=('jack: for standalone applications'
+'liblo: for standalone applications')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 "${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png;
 "${pkgname}.directory"
 "${pkgname}.menu")
-sha512sums=('90676898773463368f87f86ad644d5538ea628c90d09818f697b8fb07aa1da3ea763cf002692dad3685743ac1e869e660269086aa3196834d1b31e3e1818ccc8'
+sha512sums=('d6dd7c7b80d08ebeeae38708096e8bb8a0c7c3a2fc77381f180728becf2fbddd19d27e681896252ca8128ef8dbc3a08ef55036cdd38caa6e095c8c6c3ef3588e'
 
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
-
'a4f25224da25f0bc9015290d5cc20051bfa02abc8dce54244e7d4a98e3f8bf1ea58afb8adf6f38818126c509f3551f4012417d9e17af701b1ae7f917df8b794d'
-
'ce8f056a034e3bccff1087016c2df550dad32d3c03fb72135623322e46c24b6f5ec5fd3a1478ba5c42a90ec757157f951fd40fb00903c9a20f6e631db454e856')
+
'fef75b22b2c1fed8586af4dfd01ea291a7c1506e80ce384f05f13dc04c4b7e3e934003c20d89ae94f36ad1021b7ad75097da836ca30ee965b4107b559305b496'
+
'411015b0feb8a289272cb821afa7e2a284d3e9d994a446baa73b3a6ce0f0ebd1e94c4cb3392a0afb1d741ce6d8b2d14c9bd124a0684b830275b4ba8e14680aa3')
 
 _names=('darc' 'dpl' 'fat1' 'fil4' 'matrixmixer8x8' 'meter' 'mixtri' 'scope' 
'spectr' 'stepseq' 'tuna')
 
@@ -83,34 +83,31 @@
   meter)
 for type in {0..19}; do
   gendesk -n \
-  --pkgname "x42-meter-${type}" \
+  --pkgname "com.x42_plugins.x42_meter_${type}" \
   --name "x42-meter ${meter_types[$type]}" \
   --pkgdesc "${meter_types[$type]}" \
   --exec "x42-meter $type" \
   --icon "x42-meter" \
-  --genericname "Audio Meter" \
-  --categories "x42-plugins"
+  --genericname "Audio Meter"
 done
 ;;
   tuna)
 for type in {0,1}; do
   gendesk -n \
-  --pkgname "x42-${name}-${type}" \
+  --pkgname "com.x42_plugins.x42_${name}_${type}" \
   --name "x42-${name} ${tuna_types[$type]}" \
   --pkgdesc "${tuna_types[$type]}" \
   --exec "x42-${name} $type" \
   --icon "x42-${name}" \
-  --genericname "Music Instrument Tuner" \
-  --categories "x42-plugins"
+  --genericname "Music Instrument Tuner"
 done
 ;;
   *)
 gendesk -n \
---pkgname "x42-${name}" \
+--pkgname "com.x42_plugins.x42_${name}" \
 --name "x42-${name}" \
 --pkgdesc "${comments[$name]}" \
---genericname "${generic[$name]}" \
---categories "x42-plugins&quo

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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 23:39:05
  Author: dvzrv
Revision: 613376

upgpkg: lsp-plugins 1.1.17-2: Removing Categories from XDG desktop files 
(upstream patch).

Modified:
  lsp-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 23:21:06 UTC (rev 613375)
+++ PKGBUILD2020-04-11 23:39:05 UTC (rev 613376)
@@ -2,7 +2,7 @@
 
 pkgname=lsp-plugins
 pkgver=1.1.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
 url="https://lsp-plug.in;
@@ -11,11 +11,17 @@
 depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
 makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
 optdepends=('jack: for standalone applications')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5')
+source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-1.1.17-xdg_desktop.patch::https://github.com/sadko4u/lsp-plugins/commit/bd357bf0718a58dab3ec655d344282e938067080.patch;)
+sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5'
+
'6bf2b3be944b739be316a382194a4fda6824b7334a89740393076b16bf964946312a945f4c64f613b50b319666459978768c0e1d0f908bae342d837cef128977')
 
 prepare() {
   mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # removing all Categories from desktop files:
+  # https://github.com/sadko4u/lsp-plugins/issues/97
+  patch -Np1 -i "../${pkgname}-1.1.17-xdg_desktop.patch"
 }
 
 build() {


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 23:39:11
  Author: dvzrv
Revision: 613377

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 23:39:05 UTC (rev 613376)
+++ PKGBUILD2020-04-11 23:39:11 UTC (rev 613377)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=lsp-plugins
-pkgver=1.1.17
-pkgrel=1
-pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
-arch=('x86_64')
-url="https://lsp-plug.in;
-license=('LGPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
-makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
-optdepends=('jack: for standalone applications')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5')
-
-prepare() {
-  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  make
-  make OBJDIR="${_test_path}" clean
-  make OBJDIR="${_test_path}" test
-}
-
-check() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  "${_test_path}/lsp-plugins-test" utest \
---nofork \
---debug \
---verbose || echo "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make PREFIX='/usr' \
-   DESTDIR="$pkgdir/" \
-   install
-}

Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 613376, 
lsp-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 23:39:11 UTC (rev 613377)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+
+pkgname=lsp-plugins
+pkgver=1.1.17
+pkgrel=2
+pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
+arch=('x86_64')
+url="https://lsp-plug.in;
+license=('LGPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
+makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
+optdepends=('jack: for standalone applications')
+source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-1.1.17-xdg_desktop.patch::https://github.com/sadko4u/lsp-plugins/commit/bd357bf0718a58dab3ec655d344282e938067080.patch;)
+sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5'
+
'6bf2b3be944b739be316a382194a4fda6824b7334a89740393076b16bf964946312a945f4c64f613b50b319666459978768c0e1d0f908bae342d837cef128977')
+
+prepare() {
+  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # removing all Categories from desktop files:
+  # https://github.com/sadko4u/lsp-plugins/issues/97
+  patch -Np1 -i "../${pkgname}-1.1.17-xdg_desktop.patch"
+}
+
+build() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  make
+  make OBJDIR="${_test_path}" clean
+  make OBJDIR="${_test_path}" test
+}
+
+check() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  "${_test_path}/lsp-plugins-test" utest \
+--nofork \
+--debug \
+--verbose || echo "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr' \
+   DESTDIR="$pkgdir/" \
+   install
+}


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

2020-04-11 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 23:21:00
  Author: archange
Revision: 613374

hdf5 1.12.0 rebuild

Modified:
  cgns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 22:46:18 UTC (rev 613373)
+++ PKGBUILD2020-04-11 23:21:00 UTC (rev 613374)
@@ -3,7 +3,7 @@
 _pkgname=CGNS
 pkgname=cgns
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Standard for recording and recovering computer data associated with 
the numerical solution of fluid dynamics equations"
 arch=(x86_64)
 url="https://cgns.github.io/;


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

2020-04-11 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 23:21:06
  Author: archange
Revision: 613375

archrelease: copy trunk to community-staging-x86_64

Added:
  cgns/repos/community-staging-x86_64/
  cgns/repos/community-staging-x86_64/PKGBUILD
(from rev 613374, cgns/trunk/PKGBUILD)

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

Copied: cgns/repos/community-staging-x86_64/PKGBUILD (from rev 613374, 
cgns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-11 23:21:06 UTC (rev 613375)
@@ -0,0 +1,43 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=CGNS
+pkgname=cgns
+pkgver=4.1.1
+pkgrel=2
+pkgdesc="Standard for recording and recovering computer data associated with 
the numerical solution of fluid dynamics equations"
+arch=(x86_64)
+url="https://cgns.github.io/;
+license=(custom)
+depends=(tk hdf5 libxmu glu)
+makedepends=(gcc-fortran cmake)
+options=(!makeflags)
+source=(https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('055d345c3569df3ae832fb2611cd7e0bc61d56da41b2be1533407e949581e226')
+
+build() {
+cmake -B build -S ${_pkgname}-${pkgver} \
+-DCGNS_BUILD_CGNSTOOLS=ON \
+-DCGNS_BUILD_SHARED=ON \
+-DCGNS_ENABLE_64BIT=ON \
+-DCGNS_ENABLE_FORTRAN=ON \
+-DCGNS_ENABLE_HDF5=ON \
+-DCGNS_ENABLE_LEGACY=ON \
+-DCGNS_ENABLE_SCOPING=OFF \
+-DCGNS_ENABLE_TESTS=ON \
+-DHDF5_FOUND=OFF \
+-DCMAKE_BUILD_TYPE="Release" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+# HDF5_FOUND=OFF is a (silly) workaround for 
https://cgnsorg.atlassian.net/browse/CGNS-143
+make -C build
+}
+
+
+check() {
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${_pkgname}-${pkgver}/license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in intel-media-sdk/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-11 Thread Daniel Bermond via arch-commits
Date: Saturday, April 11, 2020 @ 22:46:18
  Author: dbermond
Revision: 613373

archrelease: copy trunk to community-x86_64

Added:
  intel-media-sdk/repos/community-x86_64/PKGBUILD
(from rev 613372, intel-media-sdk/trunk/PKGBUILD)
Deleted:
  intel-media-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 22:45:51 UTC (rev 613372)
+++ PKGBUILD2020-04-11 22:46:18 UTC (rev 613373)
@@ -1,63 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgbase=intel-media-sdk
-pkgname=('intel-media-sdk' 'libmfx')
-pkgver=19.4.0
-pkgrel=4
-pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
-arch=('x86_64')
-url='https://software.intel.com/en-us/media-sdk/'
-license=('MIT')
-makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
- 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python'
- 'opencl-headers' 'ocl-icd' 'intel-compute-runtime')
-source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;)
-sha256sums=('289a40ffe73dc291461d97edf452bdc622f76e52666483fd1eb4f131d2921cd1')
-
-build() {
-cmake -B build -S "MediaSDK-intel-mediasdk-${pkgver}" \
--DBUILD_ALL:BOOL='ON' \
--DBUILD_TOOLS:BOOL='ON' \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--DENABLE_ITT:BOOL='OFF' \
--DENABLE_OPENCL:BOOL='ON' \
--DENABLE_WAYLAND:BOOL='ON' \
--DENABLE_X11_DRI3:BOOL='ON' \
--Wno-dev
-make -C build
-}
-
-check() {
-make -C build test
-}
-
-package_intel-media-sdk() {
-depends=('gcc-libs' 'libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 
'intel-media-driver')
-optdepends=('ocl-icd: for rotate_opencl plugin'
-'intel-compute-runtime: for rotate_opencl plugin')
-
-make -C build DESTDIR="$pkgdir" install
-
-ln -s ../share/mfx/samples/libcttmetrics.so 
"${pkgdir}/usr/lib/libcttmetrics.so"
-
-# remove core component libmfx
-[ -d 'libmfx' ] && rm -rf libmfx
-mkdir -p libmfx/lib/pkgconfig
-mv "${pkgdir}/usr/include" libmfx
-mv "${pkgdir}/usr/lib/libmfx.so"* libmfx/lib
-mv "${pkgdir}/usr/lib/pkgconfig/"{,lib}mfx.pc libmfx/lib/pkgconfig
-
-install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_libmfx() {
-pkgdesc='Intel Media SDK dispatcher library'
-depends=('gcc-libs')
-
-# install core component libmfx into a separated package
-mkdir -p "${pkgdir}/usr"
-mv libmfx/{include,lib} "${pkgdir}/usr"
-
-install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: intel-media-sdk/repos/community-x86_64/PKGBUILD (from rev 613372, 
intel-media-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 22:46:18 UTC (rev 613373)
@@ -0,0 +1,61 @@
+# Maintainer: Daniel Bermond 
+
+pkgbase=intel-media-sdk
+pkgname=('intel-media-sdk' 'libmfx')
+pkgver=20.1.0
+pkgrel=1
+pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
+arch=('x86_64')
+url='https://software.intel.com/en-us/media-sdk/'
+license=('MIT')
+makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
+ 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python'
+ 'opencl-headers' 'ocl-icd' 'intel-compute-runtime')
+source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;)
+sha256sums=('964515eb5ed7720e50e010013ca21fd29ee6a34a569726839743acfe389acca9')
+
+build() {
+export CFLAGS+=" ${CPPFLAGS}"
+export CXXFLAGS+=" ${CPPFLAGS}"
+cmake -B build -S "MediaSDK-intel-mediasdk-${pkgver}" \
+-DBUILD_ALL:BOOL='ON' \
+-DBUILD_TOOLS:BOOL='ON' \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-DENABLE_ITT:BOOL='OFF' \
+-DENABLE_OPENCL:BOOL='ON' \
+-DENABLE_WAYLAND:BOOL='ON' \
+-DENABLE_X11_DRI3:BOOL='ON' \
+-Wno-dev
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package_intel-media-sdk() {
+depends=('gcc-libs' 'libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 
'intel-media-driver')
+optdepends=('ocl-icd: for rotate_opencl plugin'
+'intel-compute-runtime: for rotate_opencl plugin')
+
+make -C build DESTDIR="$pkgdir" install
+ln -s ../share/mfx/samples/libcttmetrics.so 
"${pkgdir}/usr/lib/libcttmetrics.so"
+install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+
+# remove core component libmfx
+[ -d 'libmfx' ] && rm -rf 

[arch-commits] Commit in intel-media-sdk/trunk (PKGBUILD)

2020-04-11 Thread Daniel Bermond via arch-commits
Date: Saturday, April 11, 2020 @ 22:45:51
  Author: dbermond
Revision: 613372

upgpkg: intel-media-sdk 20.1.0-1

Modified:
  intel-media-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 22:45:31 UTC (rev 613371)
+++ PKGBUILD2020-04-11 22:45:51 UTC (rev 613372)
@@ -2,8 +2,8 @@
 
 pkgbase=intel-media-sdk
 pkgname=('intel-media-sdk' 'libmfx')
-pkgver=19.4.0
-pkgrel=4
+pkgver=20.1.0
+pkgrel=1
 pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
 arch=('x86_64')
 url='https://software.intel.com/en-us/media-sdk/'
@@ -12,9 +12,11 @@
  'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python'
  'opencl-headers' 'ocl-icd' 'intel-compute-runtime')
 
source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;)
-sha256sums=('289a40ffe73dc291461d97edf452bdc622f76e52666483fd1eb4f131d2921cd1')
+sha256sums=('964515eb5ed7720e50e010013ca21fd29ee6a34a569726839743acfe389acca9')
 
 build() {
+export CFLAGS+=" ${CPPFLAGS}"
+export CXXFLAGS+=" ${CPPFLAGS}"
 cmake -B build -S "MediaSDK-intel-mediasdk-${pkgver}" \
 -DBUILD_ALL:BOOL='ON' \
 -DBUILD_TOOLS:BOOL='ON' \
@@ -38,17 +40,16 @@
 'intel-compute-runtime: for rotate_opencl plugin')
 
 make -C build DESTDIR="$pkgdir" install
-
 ln -s ../share/mfx/samples/libcttmetrics.so 
"${pkgdir}/usr/lib/libcttmetrics.so"
+install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 
 # remove core component libmfx
 [ -d 'libmfx' ] && rm -rf libmfx
-mkdir -p libmfx/lib/pkgconfig
-mv "${pkgdir}/usr/include" libmfx
+mkdir -p libmfx/{include,lib/pkgconfig}
+mv "${pkgdir}/usr/include/mfx" libmfx/include
 mv "${pkgdir}/usr/lib/libmfx.so"* libmfx/lib
 mv "${pkgdir}/usr/lib/pkgconfig/"{,lib}mfx.pc libmfx/lib/pkgconfig
-
-install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+rm -d "${pkgdir}/usr/include"
 }
 
 package_libmfx() {
@@ -55,9 +56,6 @@
 pkgdesc='Intel Media SDK dispatcher library'
 depends=('gcc-libs')
 
-# install core component libmfx into a separated package
-mkdir -p "${pkgdir}/usr"
-mv libmfx/{include,lib} "${pkgdir}/usr"
-
+mv libmfx "${pkgdir}/usr"
 install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }


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

2020-04-11 Thread Daniel Bermond via arch-commits
Date: Saturday, April 11, 2020 @ 22:45:31
  Author: dbermond
Revision: 613371

archrelease: copy trunk to community-x86_64

Added:
  i2pd/repos/community-x86_64/010-i2pd-use-arch-flags-on-tests.patch
(from rev 613370, i2pd/trunk/010-i2pd-use-arch-flags-on-tests.patch)
  i2pd/repos/community-x86_64/020-i2pd-fix-install.patch
(from rev 613370, i2pd/trunk/020-i2pd-fix-install.patch)
  i2pd/repos/community-x86_64/030-i2pd-config.patch
(from rev 613370, i2pd/trunk/030-i2pd-config.patch)
  i2pd/repos/community-x86_64/040-i2pd-do-not-override-config.patch
(from rev 613370, i2pd/trunk/040-i2pd-do-not-override-config.patch)
  i2pd/repos/community-x86_64/050-i2pd-tunnels-d-readme.patch
(from rev 613370, i2pd/trunk/050-i2pd-tunnels-d-readme.patch)
  i2pd/repos/community-x86_64/PKGBUILD
(from rev 613370, i2pd/trunk/PKGBUILD)
  i2pd/repos/community-x86_64/i2pd.sysusers
(from rev 613370, i2pd/trunk/i2pd.sysusers)
  i2pd/repos/community-x86_64/i2pd.tmpfiles
(from rev 613370, i2pd/trunk/i2pd.tmpfiles)
Deleted:
  i2pd/repos/community-x86_64/010-i2pd-use-arch-flags-on-tests.patch
  i2pd/repos/community-x86_64/020-i2pd-fix-install.patch
  i2pd/repos/community-x86_64/030-i2pd-config.patch
  i2pd/repos/community-x86_64/040-i2pd-do-not-override-config.patch
  i2pd/repos/community-x86_64/050-i2pd-tunnels-d-readme.patch
  i2pd/repos/community-x86_64/PKGBUILD
  i2pd/repos/community-x86_64/i2pd.sysusers
  i2pd/repos/community-x86_64/i2pd.tmpfiles

+
 010-i2pd-use-arch-flags-on-tests.patch |   90 ++---
 020-i2pd-fix-install.patch |   70 +-
 030-i2pd-config.patch  |   58 
 040-i2pd-do-not-override-config.patch  |   70 +-
 050-i2pd-tunnels-d-readme.patch|   18 +-
 PKGBUILD   |  206 +++
 i2pd.sysusers  |2 
 i2pd.tmpfiles  |   12 -
 8 files changed, 263 insertions(+), 263 deletions(-)

Deleted: 010-i2pd-use-arch-flags-on-tests.patch
===
--- 010-i2pd-use-arch-flags-on-tests.patch  2020-04-11 22:44:30 UTC (rev 
613370)
+++ 010-i2pd-use-arch-flags-on-tests.patch  2020-04-11 22:45:31 UTC (rev 
613371)
@@ -1,45 +0,0 @@
-diff -Naurp a/tests/Makefile b/tests/Makefile
 a/tests/Makefile   2020-02-24 15:46:01.0 +
-+++ b/tests/Makefile   2020-02-24 15:47:19.414667269 +
-@@ -1,32 +1,32 @@
--CXXFLAGS += -Wall -Wextra -pedantic -O0 -g -std=c++11 
-D_GLIBCXX_USE_NANOSLEEP=1 -I../libi2pd/ -pthread 
-Wl,--unresolved-symbols=ignore-in-object-files
-+CXXFLAGS += -Wall -Wextra -pedantic -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 
-I../libi2pd/ -pthread -Wl,--unresolved-symbols=ignore-in-object-files
- 
- TESTS = test-gost test-gost-sig test-base-64 test-x25519 
test-aeadchacha20poly1305 test-blinding test-elligator
- 
- all: $(TESTS) run
- 
- test-http-%: ../libi2pd/HTTP.cpp test-http-%.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^
-+  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(CPPFLAGS) $(INCFLAGS) -o $@ $^ 
$(LDFLAGS)
- 
- test-base-%: ../libi2pd/Base.cpp test-base-%.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^
-+  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(CPPFLAGS) $(INCFLAGS) -o $@ $^ 
$(LDFLAGS)
- 
- test-gost: ../libi2pd/Gost.cpp ../libi2pd/I2PEndian.cpp test-gost.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto
-+  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(CPPFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto $(LDFLAGS)
- 
- test-gost-sig: ../libi2pd/Gost.cpp ../libi2pd/I2PEndian.cpp 
../libi2pd/Crypto.cpp ../libi2pd/Log.cpp test-gost-sig.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(CPPFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system $(LDFLAGS)
- 
- test-x25519: ../libi2pd/Ed25519.cpp ../libi2pd/I2PEndian.cpp 
../libi2pd/Log.cpp ../libi2pd/Crypto.cpp  test-x25519.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(CPPFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system $(LDFLAGS)
- 
- test-aeadchacha20poly1305: ../libi2pd/Crypto.cpp ../libi2pd/ChaCha20.cpp 
../libi2pd/Poly1305.cpp test-aeadchacha20poly1305.cpp
--   $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+   $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(CPPFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system $(LDFLAGS)
- 
- test-blinding: ../libi2pd/Crypto.cpp ../libi2pd/Blinding.cpp 
../libi2pd/Ed25519.cpp ../libi2pd/I2PEndian.cpp ../libi2pd/Log.cpp 
../libi2pd/util.cpp ../libi2pd/Identity.cpp ../libi2pd/Signature.cpp 
../libi2pd/Timestamp.cpp test-blinding.cpp
--   $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) 

[arch-commits] Commit in i2pd/trunk (020-i2pd-fix-install.patch PKGBUILD)

2020-04-11 Thread Daniel Bermond via arch-commits
Date: Saturday, April 11, 2020 @ 22:44:30
  Author: dbermond
Revision: 613370

upgpkg: i2pd 2.31.0-1

Modified:
  i2pd/trunk/020-i2pd-fix-install.patch
  i2pd/trunk/PKGBUILD

+
 020-i2pd-fix-install.patch |8 
 PKGBUILD   |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: 020-i2pd-fix-install.patch
===
--- 020-i2pd-fix-install.patch  2020-04-11 21:56:25 UTC (rev 613369)
+++ 020-i2pd-fix-install.patch  2020-04-11 22:44:30 UTC (rev 613370)
@@ -1,7 +1,7 @@
 diff -Naurp a/build/CMakeLists.txt b/build/CMakeLists.txt
 a/build/CMakeLists.txt 2020-02-25 17:08:50.0 +
-+++ b/build/CMakeLists.txt 2020-02-29 14:47:28.0 +
-@@ -488,20 +488,7 @@ if (WITH_BINARY)
+--- a/build/CMakeLists.txt 2020-04-10 17:33:54.0 +
 b/build/CMakeLists.txt 2020-04-11 21:52:44.0 +
+@@ -469,20 +469,7 @@ if (WITH_BINARY)
endif ()
  endif ()
  
@@ -22,7 +22,7 @@
  # install(DIRECTORY ../ DESTINATION src/
  #   # OPTIONAL
  #   COMPONENT Source FILES_MATCHING
-@@ -509,8 +496,8 @@ install(FILES ${I2PD_SOURCES} DESTINATIO
+@@ -490,8 +477,8 @@ install(FILES ${I2PD_SOURCES} DESTINATIO
  #   PATTERN "*.cpp"
  #   )
  

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 21:56:25 UTC (rev 613369)
+++ PKGBUILD2020-04-11 22:44:30 UTC (rev 613370)
@@ -9,7 +9,7 @@
 # Contributor: r4sas
 
 pkgname=i2pd
-pkgver=2.30.0
+pkgver=2.31.0
 pkgrel=1
 pkgdesc='A full-featured C++ implementation of the I2P router'
 arch=('x86_64')
@@ -28,9 +28,9 @@
 '050-i2pd-tunnels-d-readme.patch'
 'i2pd.sysusers'
 'i2pd.tmpfiles')
-sha256sums=('25915cbd33a9f53c89ddf7fbd68fccc5ffc89ab40d4445ccc813da74fae154f2'
+sha256sums=('7e37abcf49e9f59ef6939069f4d74fc6bf29b09deec111bd3561021fc1349528'
 '9394ed4825fdebe398566d8748cd8b4f1e931f5ab07907e8eda9fb11d4146c67'
-'bccb099df5f9010055455a6d74f5cc44ad9de09755ca5e7505ae1e56f9273965'
+'e55b877e8d2ac520abf2645436c03296427c3fe1fd62f290ec062aa5607c261f'
 'f3a2afe0adc2f502dcb388f778a394a2556848fe8be014f3470e205a098e765c'
 'a9a2fabd093b952507a297c755b75ff765f658cad16ec0318b22514d1bba44d7'
 '48217794d5d520751e00efe3ea4fe0f2a340df16c669007cf08058c349746ac1'


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 21:56:25
  Author: dvzrv
Revision: 613369

archrelease: copy trunk to community-staging-x86_64

Added:
  csound/repos/community-staging-x86_64/
  csound/repos/community-staging-x86_64/PKGBUILD
(from rev 613368, csound/trunk/PKGBUILD)
  csound/repos/community-staging-x86_64/csound.sh
(from rev 613368, csound/trunk/csound.sh)

---+
 PKGBUILD  |  113 
 csound.sh |3 +
 2 files changed, 116 insertions(+)

Copied: csound/repos/community-staging-x86_64/PKGBUILD (from rev 613368, 
csound/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-11 21:56:25 UTC (rev 613369)
@@ -0,0 +1,113 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.14.0
+pkgrel=3
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="https://csound.com;
+license=('LGPL')
+# libpd needs to be packaged: https://github.com/libpd/libpd/releases
+# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
+makedepends=('alsa-lib' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
+'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
+'libsamplerate' 'libsndfile' 'libwebsockets' 'abletonlink' 'llvm' 'lua' 
'openssl'
+'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse')
+checkdepends=('cunit')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
+
"${pkgbase}-6.14.0-hdf5-1.12.0.patch::https://github.com/csound/csound/pull/1314/commits/de4a066566430e8742989dc41638242f5d07fa04.patch;
+"${pkgbase}.sh"
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;)
+sha512sums=('fc9eb1fc1b5cdbff88ebaa3500996938693481be2e9eead9193524878d1eb6ddd08dbe224892f7c24456e510c8c30e89aaeee8d090759b518994008cdeec9efd'
+
'5086419f4d41b69a70308a6f540720baaef76e778564d9aa33a57e0a0f4f6c436a66dd071a8721b672ef36f8f3f73d881957fa39b95caf88534290157a5f8e75'
+
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
+
'638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b'
+
'55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d')
+
+prepare() {
+  # fix file permissions in html manual
+  find html/ -type f -exec chmod -c 644 {} \;
+  cd "${pkgbase}-${pkgver}"
+  # adding patch for hdf5 API changes:
+  # https://github.com/csound/csound/issues/1313
+  patch -Np1 -i "../${pkgbase}-6.14.0-hdf5-1.12.0.patch"
+}
+
+build() {
+  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
+  cd "${pkgbase}-${pkgver}"
+  # without CMAKE_BUILD_TYPE=Release, csound is build as beta: 
https://bugs.archlinux.org/task/63348
+  # it's not allowed to redistribute the scansyn opcodes: 
https://github.com/csound/csound/issues/1148
+  # the python plugin is not python3 compatible: 
https://github.com/csound/csound/issues/631
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='Release' \
+-DBUILD_SCANSYN_OPCODES=OFF \
+
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
+-DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \
+-DLUA_LIBRARY=/usr/lib/liblua.so \
+-DBUILD_STATIC_LIBRARY=ON \
+-DBUILD_ABLETON_LINK_OPCODES=ON \
+-DABLETON_LINK_HOME=/usr/include/ableton \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}"
+  make test -C build
+}
+
+package_csound() {
+  groups=('pro-audio')
+  depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate.so' 'libsndfile.so')
+  optdepends=('alsa-lib: for librtalsa plugin'
+  'csound-doc: for the canonical Csound Reference Manual'
+  'csoundqt: for frontend/ editor with integrated help'
+  'fltk: for libvirtual and libwidgets plugins'
+  'hdf5: for hdf5ops plugin'
+  'java-runtime: java integration'
+  'libfaust.so: for libfaustcsound plugin'
+  'libfluidsynth.so: for libfluidOpcodes plugin'
+  'libjack.so: for libjacko, librtjack and libjackTransport 
plugins'
+  'liblo.so: for libosc plugin'
+  'libncursesw.so: for libfaustcsound plugin'
+  'libpng: 

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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 21:55:15
  Author: dvzrv
Revision: 613368

upgpkg: csound 6.14.0-3: Rebuilding against hdf5 1.12.0.

Adding upstreamed patch to fix API breaking changes in the hdf5 opcode.

Modified:
  csound/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 21:44:37 UTC (rev 613367)
+++ PKGBUILD2020-04-11 21:55:15 UTC (rev 613368)
@@ -6,7 +6,7 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="https://csound.com;
@@ -19,10 +19,12 @@
 'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse')
 checkdepends=('cunit')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
+
"${pkgbase}-6.14.0-hdf5-1.12.0.patch::https://github.com/csound/csound/pull/1314/commits/de4a066566430e8742989dc41638242f5d07fa04.patch;
 "${pkgbase}.sh"
 
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
 
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;)
 
sha512sums=('fc9eb1fc1b5cdbff88ebaa3500996938693481be2e9eead9193524878d1eb6ddd08dbe224892f7c24456e510c8c30e89aaeee8d090759b518994008cdeec9efd'
+
'5086419f4d41b69a70308a6f540720baaef76e778564d9aa33a57e0a0f4f6c436a66dd071a8721b672ef36f8f3f73d881957fa39b95caf88534290157a5f8e75'
 
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
 
'638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b'
 
'55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d')
@@ -30,6 +32,10 @@
 prepare() {
   # fix file permissions in html manual
   find html/ -type f -exec chmod -c 644 {} \;
+  cd "${pkgbase}-${pkgver}"
+  # adding patch for hdf5 API changes:
+  # https://github.com/csound/csound/issues/1313
+  patch -Np1 -i "../${pkgbase}-6.14.0-hdf5-1.12.0.patch"
 }
 
 build() {


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:44:37
  Author: arojas
Revision: 613367

archrelease: copy trunk to community-x86_64

Added:
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 613366, latte-dock/trunk/PKGBUILD)
Deleted:
  latte-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 21:44:12 UTC (rev 613366)
+++ PKGBUILD2020-04-11 21:44:37 UTC (rev 613367)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.9.10
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://store.kde.org/p/1169519/'
-license=(GPL)
-depends=(plasma-framework knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fc53e5c605dc7cc673ae1b5689bcbd121907af1c24bb48028b038e91a9764987'
-'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 613366, 
latte-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 21:44:37 UTC (rev 613367)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.9.11
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://store.kde.org/p/1169519/'
+license=(GPL)
+depends=(plasma-framework knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('513320e30f3016686ffb97f5502e513f4d21ce0f7bce75bf034a7775d448ea74'
+'SKIP')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:44:12
  Author: arojas
Revision: 613366

Update to 0.9.11

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 21:13:20 UTC (rev 613365)
+++ PKGBUILD2020-04-11 21:44:12 UTC (rev 613366)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework knewstuff hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fc53e5c605dc7cc673ae1b5689bcbd121907af1c24bb48028b038e91a9764987'
+sha256sums=('513320e30f3016686ffb97f5502e513f4d21ce0f7bce75bf034a7775d448ea74'
 'SKIP')
 validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
 


[arch-commits] Commit in kdevelop/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:40:35
  Author: arojas
Revision: 380135

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop/repos/staging-x86_64/
  kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 380134, kdevelop/trunk/PKGBUILD)

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

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 380134, 
kdevelop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 21:40:35 UTC (rev 380135)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.5.0
+_clangver=10.0.0
+pkgrel=2
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a891aab101db8597ac0d35577faa4bc7a8a4b9de91140c70a9f112b183386810'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:37:22
  Author: arojas
Revision: 380134

clang/LLVM 10 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 21:31:13 UTC (rev 380133)
+++ PKGBUILD2020-04-11 21:37:22 UTC (rev 380134)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.5.0
-_clangver=9.0.1
-pkgrel=1
+_clangver=10.0.0
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


[arch-commits] Commit in shiboken2/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:31:13
  Author: arojas
Revision: 380133

archrelease: copy trunk to staging-x86_64

Added:
  shiboken2/repos/staging-x86_64/
  shiboken2/repos/staging-x86_64/PKGBUILD
(from rev 380132, shiboken2/trunk/PKGBUILD)

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

Copied: shiboken2/repos/staging-x86_64/PKGBUILD (from rev 380132, 
shiboken2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 21:31:13 UTC (rev 380133)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.14.2
+_clangver=10.0.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
+_pkgfqn=pyside-setup-opensource-src-${_qtver}
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('7c7af33792de57255dbdc165c808e1f03a2520295c5922d9897aca8ad1be92b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/shiboken2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  make
+}
+
+package_shiboken2() {
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+}
+
+package_python-shiboken2() {
+  depends=(python)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig}}
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:30:40
  Author: arojas
Revision: 380132

clang/LLVM 10 rebuild

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 21:28:32 UTC (rev 380131)
+++ PKGBUILD2020-04-11 21:30:40 UTC (rev 380132)
@@ -4,9 +4,9 @@
 pkgbase=shiboken2
 pkgname=(shiboken2 python-shiboken2)
 _qtver=5.14.2
-_clangver=9.0.1
+_clangver=10.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)


[arch-commits] Commit in clazy/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:28:32
  Author: arojas
Revision: 380131

archrelease: copy trunk to staging-x86_64

Added:
  clazy/repos/staging-x86_64/
  clazy/repos/staging-x86_64/PKGBUILD
(from rev 380130, clazy/trunk/PKGBUILD)

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

Copied: clazy/repos/staging-x86_64/PKGBUILD (from rev 380130, 
clazy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 21:28:32 UTC (rev 380131)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Contributor: André Klitzing 
+
+pkgname=clazy
+pkgver=1.6
+pkgrel=2
+pkgdesc="Qt oriented code checker based on clang framework"
+url="https://www.kdab.com/;
+license=(GPL2)
+depends=(clang)
+makedepends=(cmake llvm)
+arch=(x86_64)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+
clazy-llvm-10.patch::"https://cgit.kde.org/clazy.git/patch/?id=df41bd29;
+
clazy-clang-cpp.patch::"https://cgit.kde.org/clazy.git/patch/CMakeLists.txt?id=0e295e5a;)
+sha256sums=('806d1befaddba82316f4ea34f1cba38bcc7545d0981007e3527c1ff1576dd0de'
+'SKIP'
+'b69cb69c508a2a02a996c6e4d426e6aacc5a6574c6b33315df4bfe6fed891a69'
+'7672f28c59bbe07920f36acb61efaa6ef19ed7f8fbf73e82d5740a023df6a1cf')
+validpgpkeys=(949014B23D24354DFD548E5457416A0ADCEF0EFE) # Sergio Martins 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../clazy-llvm-10.patch # Fix build with LLVM 10
+  patch -p1 -i ../clazy-clang-cpp.patch # link to libclang-cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCLANG_CLANG-CPP_LIB=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:28:09
  Author: arojas
Revision: 380130

clang/LLVM 10 rebuild

Modified:
  clazy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 21:13:05 UTC (rev 380129)
+++ PKGBUILD2020-04-11 21:28:09 UTC (rev 380130)
@@ -3,7 +3,7 @@
 
 pkgname=clazy
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt oriented code checker based on clang framework"
 url="https://www.kdab.com/;
 license=(GPL2)
@@ -10,19 +10,28 @@
 depends=(clang)
 makedepends=(cmake llvm)
 arch=(x86_64)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+
clazy-llvm-10.patch::"https://cgit.kde.org/clazy.git/patch/?id=df41bd29;
+
clazy-clang-cpp.patch::"https://cgit.kde.org/clazy.git/patch/CMakeLists.txt?id=0e295e5a;)
 sha256sums=('806d1befaddba82316f4ea34f1cba38bcc7545d0981007e3527c1ff1576dd0de'
-'SKIP')
+'SKIP'
+'b69cb69c508a2a02a996c6e4d426e6aacc5a6574c6b33315df4bfe6fed891a69'
+'7672f28c59bbe07920f36acb61efaa6ef19ed7f8fbf73e82d5740a023df6a1cf')
 validpgpkeys=(949014B23D24354DFD548E5457416A0ADCEF0EFE) # Sergio Martins 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../clazy-llvm-10.patch # Fix build with LLVM 10
+  patch -p1 -i ../clazy-clang-cpp.patch # link to libclang-cpp
 }
 
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCLANG_CLANG-CPP_LIB=ON
   make
 }
 


[arch-commits] Commit in qtcreator/repos (4 files)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:07:54
  Author: arojas
Revision: 380128

archrelease: copy trunk to staging-x86_64

Added:
  qtcreator/repos/staging-x86_64/
  qtcreator/repos/staging-x86_64/PKGBUILD
(from rev 380127, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/staging-x86_64/qtcreator-clang-libs.patch
(from rev 380127, qtcreator/trunk/qtcreator-clang-libs.patch)
  qtcreator/repos/staging-x86_64/qtcreator-preload-plugins.patch
(from rev 380127, qtcreator/trunk/qtcreator-preload-plugins.patch)

-+
 PKGBUILD|   81 ++
 qtcreator-clang-libs.patch  |   24 +++
 qtcreator-preload-plugins.patch |   13 ++
 3 files changed, 118 insertions(+)

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 380127, 
qtcreator/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 21:07:54 UTC (rev 380128)
@@ -0,0 +1,81 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.11.2
+_clangver=10.0.0
+pkgrel=3
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting desktop-file-utils)
+makedepends=(llvm python patchelf)
+options=(docs !strip) # https://bugs.archlinux.org/task/66078
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support'
+'perf: performer analyzer')
+source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
+qtcreator-preload-plugins.patch
+qtcreator-clang-libs.patch
+
qtcreator-clang-10.patch::"https://code.qt.io/cgit/qt-creator/qt-creator.git/patch?id=44023c8f;)
+sha256sums=('8d67e45b66944fdb0f879cbfae341af7e38d6a348cf18332b5cb9f07937aae02'
+'d6f979c820e2294653f4f1853af96942bf25ff9fe9450657d45ff1c7f02bbca7'
+'0f6d0dc41a87aae9ef371b1950f5b9d823db8b5685c6ac04a7a7ac133eb19a3f'
+'cbbaa52f8daf40866c1c7157f168746cf7cb0231200feaeed05a0fb80e78c8ab')
+
+prepare() {
+  mkdir -p build
+
+  cd qt-creator-opensource-src-$pkgver
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i qtcreator.pri
+  sed -e 's|libexec|lib|g' -i src/tools/tools.pro
+  # use system qbs
+  rm -r src/shared/qbs
+  # Preload analyzer plugins, since upstream clang doesn't link to all plugins
+  # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
+  # and https://bugs.archlinux.org/task/59492
+  patch -p1 -i ../qtcreator-preload-plugins.patch
+
+  # Fix build with clang 10
+  patch -p1 -i ../qtcreator-clang-10.patch
+  patch -p1 -i ../qtcreator-clang-libs.patch
+}
+
+build() {
+  cd build
+
+  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr \
+KSYNTAXHIGHLIGHTING_LIB_DIR=/usr/lib 
KSYNTAXHIGHLIGHTING_INCLUDE_DIR=/usr/include/KF5/KSyntaxHighlighting \
+CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES \
+"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir/usr/" install
+  make INSTALL_ROOT="$pkgdir/usr/" install_docs
+
+  install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
+
+# Link clazy plugin explicitely
+  patchelf --add-needed ClazyPlugin.so "$pkgdir"/usr/lib/qtcreator/clangbackend
+}

Copied: qtcreator/repos/staging-x86_64/qtcreator-clang-libs.patch (from rev 
380127, qtcreator/trunk/qtcreator-clang-libs.patch)
===
--- staging-x86_64/qtcreator-clang-libs.patch   (rev 0)
+++ staging-x86_64/qtcreator-clang-libs.patch   2020-04-11 21:07:54 UTC (rev 
380128)
@@ -0,0 +1,24 @@
+diff --git a/src/shared/clang/clang_installation.pri 
b/src/shared/clang/clang_installation.pri
+index 08838838bc..bee3779484 100644
+--- a/src/shared/clang/clang_installation.pri
 b/src/shared/clang/clang_installation.pri
+@@ -131,9 +131,7 @@ defineReplace(extractWarnings) {
+ return($$result)
+ }
+ 
+-CLANGTOOLING_LIBS=-lclangTooling -lclangIndex 

[arch-commits] Commit in qtcreator/trunk (PKGBUILD qtcreator-clang-libs.patch)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:07:19
  Author: arojas
Revision: 380127

clang/LLVM 10 rebuild

Added:
  qtcreator/trunk/qtcreator-clang-libs.patch
Modified:
  qtcreator/trunk/PKGBUILD

+
 PKGBUILD   |   16 
 qtcreator-clang-libs.patch |   24 
 2 files changed, 36 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 20:31:29 UTC (rev 380126)
+++ PKGBUILD2020-04-11 21:07:19 UTC (rev 380127)
@@ -8,8 +8,8 @@
 
 pkgname=qtcreator
 pkgver=4.11.2
-_clangver=9.0.1
-pkgrel=2
+_clangver=10.0.0
+pkgrel=3
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -29,9 +29,13 @@
 'valgrind: analyze support'
 'perf: performer analyzer')
 
source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
-qtcreator-preload-plugins.patch)
+qtcreator-preload-plugins.patch
+qtcreator-clang-libs.patch
+
qtcreator-clang-10.patch::"https://code.qt.io/cgit/qt-creator/qt-creator.git/patch?id=44023c8f;)
 sha256sums=('8d67e45b66944fdb0f879cbfae341af7e38d6a348cf18332b5cb9f07937aae02'
-'d6f979c820e2294653f4f1853af96942bf25ff9fe9450657d45ff1c7f02bbca7')
+'d6f979c820e2294653f4f1853af96942bf25ff9fe9450657d45ff1c7f02bbca7'
+'0f6d0dc41a87aae9ef371b1950f5b9d823db8b5685c6ac04a7a7ac133eb19a3f'
+'cbbaa52f8daf40866c1c7157f168746cf7cb0231200feaeed05a0fb80e78c8ab')
 
 prepare() {
   mkdir -p build
@@ -46,6 +50,10 @@
   # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
   # and https://bugs.archlinux.org/task/59492
   patch -p1 -i ../qtcreator-preload-plugins.patch
+
+  # Fix build with clang 10
+  patch -p1 -i ../qtcreator-clang-10.patch
+  patch -p1 -i ../qtcreator-clang-libs.patch
 }
 
 build() {

Added: qtcreator-clang-libs.patch
===
--- qtcreator-clang-libs.patch  (rev 0)
+++ qtcreator-clang-libs.patch  2020-04-11 21:07:19 UTC (rev 380127)
@@ -0,0 +1,24 @@
+diff --git a/src/shared/clang/clang_installation.pri 
b/src/shared/clang/clang_installation.pri
+index 08838838bc..bee3779484 100644
+--- a/src/shared/clang/clang_installation.pri
 b/src/shared/clang/clang_installation.pri
+@@ -131,9 +131,7 @@ defineReplace(extractWarnings) {
+ return($$result)
+ }
+ 
+-CLANGTOOLING_LIBS=-lclangTooling -lclangIndex -lclangFrontend -lclangParse 
-lclangSerialization \
+-  -lclangSema -lclangEdit -lclangAnalysis -lclangDriver 
-lclangDynamicASTMatchers \
+-  -lclangASTMatchers -lclangToolingCore -lclangAST -lclangLex 
-lclangBasic
++CLANGTOOLING_LIBS=-lclang-cpp
+ win32:CLANGTOOLING_LIBS += -lversion
+ 
+ BIN_EXTENSION =
+@@ -207,7 +205,7 @@ isEmpty(LLVM_VERSION) {
+ 
isEmpty(QTC_CLANG_BUILDMODE_MISMATCH)|!equals(QTC_CLANG_BUILDMODE_MISMATCH, 1) {
+ CLANGFORMAT_MAIN_HEADER = $$LLVM_INCLUDEPATH/clang/Format/Format.h
+ exists($$CLANGFORMAT_MAIN_HEADER) {
+-CLANGFORMAT_LIBS=-lclangFormat -lclangToolingInclusions 
-lclangToolingCore -lclangRewrite -lclangLex -lclangBasic
++CLANGFORMAT_LIBS=-lclang-cpp
+ ALL_CLANG_LIBS=-lclangFormat -lclangToolingInclusions 
-lclangTooling -lclangToolingCore \
+-lclangRewrite -lclangIndex -lclangFrontend 
-lclangParse -lclangSerialization \
+-lclangSema -lclangEdit -lclangAnalysis 
-lclangDriver -lclangDynamicASTMatchers \


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

2020-04-11 Thread Anatol Pomozov via arch-commits
Date: Saturday, April 11, 2020 @ 20:45:51
  Author: anatolik
Revision: 613362

upgpkg: android-udev 20200410-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 20:29:23 UTC (rev 613361)
+++ PKGBUILD2020-04-11 20:45:51 UTC (rev 613362)
@@ -2,7 +2,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20191103
+pkgver=20200410
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(udev libmtp)
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('ac663ab866e5bed5811da6725df12531ce0d37bb')
+sha1sums=('dbf6fee0bd359d32762bc24867de5f8c4ec2c541')
 
 package() {
   cd android-udev-rules-$pkgver


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

2020-04-11 Thread Anatol Pomozov via arch-commits
Date: Saturday, April 11, 2020 @ 20:46:11
  Author: anatolik
Revision: 613363

archrelease: copy trunk to community-testing-any

Added:
  android-udev/repos/community-testing-any/
  android-udev/repos/community-testing-any/PKGBUILD
(from rev 613362, android-udev/trunk/PKGBUILD)

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

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 613362, 
android-udev/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-04-11 20:46:11 UTC (rev 613363)
@@ -0,0 +1,19 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20200410
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+sha1sums=('dbf6fee0bd359d32762bc24867de5f8c4ec2c541')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
+}


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

2020-04-11 Thread Jelle van der Waa via arch-commits
Date: Saturday, April 11, 2020 @ 20:31:17
  Author: jelle
Revision: 380125

upgpkg: bc 1.07.1-4

Reproducible build rebuild, fixes tar file order.

Modified:
  bc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 17:22:39 UTC (rev 380124)
+++ PKGBUILD2020-04-11 20:31:17 UTC (rev 380125)
@@ -2,7 +2,7 @@
 
 pkgname=bc
 pkgver=1.07.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An arbitrary precision calculator language"
 arch=('x86_64')
 url="https://www.gnu.org/software/bc/;


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

2020-04-11 Thread Jelle van der Waa via arch-commits
Date: Saturday, April 11, 2020 @ 20:31:29
  Author: jelle
Revision: 380126

archrelease: copy trunk to extra-x86_64

Added:
  bc/repos/extra-x86_64/PKGBUILD
(from rev 380125, bc/trunk/PKGBUILD)
Deleted:
  bc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 20:31:17 UTC (rev 380125)
+++ PKGBUILD2020-04-11 20:31:29 UTC (rev 380126)
@@ -1,34 +0,0 @@
-# Maintainer: dorphell 
-
-pkgname=bc
-pkgver=1.07.1
-pkgrel=3
-pkgdesc="An arbitrary precision calculator language"
-arch=('x86_64')
-url="https://www.gnu.org/software/bc/;
-license=('GPL')
-depends=('readline')
-makedepends=('ed')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
-'SKIP')
-validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson 

-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info --with-readline
-  make -j1
-}
-
-check () {
-  cd "${pkgname}-${pkgver}"
-  echo "quit" | ./bc/bc -l Test/checklib.b
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bc/repos/extra-x86_64/PKGBUILD (from rev 380125, bc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 20:31:29 UTC (rev 380126)
@@ -0,0 +1,34 @@
+# Maintainer: dorphell 
+
+pkgname=bc
+pkgver=1.07.1
+pkgrel=4
+pkgdesc="An arbitrary precision calculator language"
+arch=('x86_64')
+url="https://www.gnu.org/software/bc/;
+license=('GPL')
+depends=('readline')
+makedepends=('ed')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
+'SKIP')
+validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--infodir=/usr/share/info --with-readline
+  make -j1
+}
+
+check () {
+  cd "${pkgname}-${pkgver}"
+  echo "quit" | ./bc/bc -l Test/checklib.b
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-04-11 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 20:29:23
  Author: archange
Revision: 613361

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf-openmpi/repos/community-staging-x86_64/
  netcdf-openmpi/repos/community-staging-x86_64/PKGBUILD
(from rev 613360, netcdf-openmpi/trunk/PKGBUILD)

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

Copied: netcdf-openmpi/repos/community-staging-x86_64/PKGBUILD (from rev 
613360, netcdf-openmpi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-11 20:29:23 UTC (rev 613361)
@@ -0,0 +1,53 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: damir 
+
+_pkg=netcdf
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=4.7.4
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
+arch=(x86_64)
+url="https://www.unidata.ucar.edu/software/netcdf/;
+license=(custom)
+depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" curl)
+makedepends=(cmake)
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+checkdepends=(inetutils)
+provides=("${_pkg}")
+conflicts=("${_pkg}")
+options=(!makeflags)
+source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b')
+
+build() {
+export CC=mpicc
+cmake -B build -S ${_pkg}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_PNETCDF=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make -C build
+}
+
+
+check() {
+# This is required starting with OpenMPI 3.0 when trying to run more
+# processes than the number of available cores
+export OMPI_MCA_rmaps_base_oversubscribe=yes
+
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${_pkg}-c-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${_pkg}/
+}


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

2020-04-11 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 20:29:12
  Author: archange
Revision: 613360

upgpkg: netcdf-openmpi 4.7.4-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 19:55:23 UTC (rev 613359)
+++ PKGBUILD2020-04-11 20:29:12 UTC (rev 613360)
@@ -5,7 +5,7 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.7.3
+pkgver=4.7.4
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
 arch=(x86_64)
@@ -19,16 +19,11 @@
 conflicts=("${_pkg}")
 options=(!makeflags)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d')
+sha256sums=('99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b')
 
-prepare() {
-mkdir -p build
-}
-
 build() {
-cd build
 export CC=mpicc
-cmake ../${_pkg}-c-${pkgver} \
+cmake -B build -S ${_pkg}-c-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
@@ -40,24 +35,19 @@
 -DENABLE_FAILING_TESTS=ON \
 -DENABLE_FILTER_TESTING=ON \
 -DENABLE_LARGE_FILE_TESTS=ON
-make
+make -C build
 }
 
 
 check() {
-cd build
-
 # This is required starting with OpenMPI 3.0 when trying to run more
 # processes than the number of available cores
 export OMPI_MCA_rmaps_base_oversubscribe=yes
 
-make test
+make -C build test
 }
 
 package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${_pkg}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${_pkg}-c-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${_pkg}/
 }


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 19:55:15
  Author: dvzrv
Revision: 613358

upgpkg: ambix 0.2.10-1: Adding ambix 0.2.10.

Modified:
  ambix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 19:37:52 UTC (rev 613357)
+++ PKGBUILD2020-04-11 19:55:15 UTC (rev 613358)
@@ -8,7 +8,7 @@
 url="https://github.com/kronihias/ambix;
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('gcc8-libs' 'glibc' 'libglvnd' 'libsoxr' 'libx11' 'libxext')
+depends=('gcc-libs' 'glibc' 'libglvnd' 'libsoxr' 'libx11' 'libxext')
 makedepends=('alsa-lib' 'cmake' 'eigen' 'fftw' 'freetype2' 'freeglut' 'gcc8'
 'gendesk' 'glu' 'libxcursor' 'libxinerama' 'jack' 'liblo' 'zita-convolver')
 checkdepends=('lv2lint')


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 19:55:23
  Author: dvzrv
Revision: 613359

archrelease: copy trunk to community-x86_64

Added:
  ambix/repos/community-x86_64/
  ambix/repos/community-x86_64/PKGBUILD
(from rev 613358, ambix/trunk/PKGBUILD)

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

Copied: ambix/repos/community-x86_64/PKGBUILD (from rev 613358, 
ambix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-11 19:55:23 UTC (rev 613359)
@@ -0,0 +1,125 @@
+# Maintainer: David Runge 
+
+pkgname=ambix
+pkgver=0.2.10
+pkgrel=1
+pkgdesc="Ambisonic VST, LV2 plug-ins with variable order for use in Digital 
Audio Workstations"
+arch=('x86_64')
+url="https://github.com/kronihias/ambix;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('gcc-libs' 'glibc' 'libglvnd' 'libsoxr' 'libx11' 'libxext')
+makedepends=('alsa-lib' 'cmake' 'eigen' 'fftw' 'freetype2' 'freeglut' 'gcc8'
+'gendesk' 'glu' 'libxcursor' 'libxinerama' 'jack' 'liblo' 'zita-convolver')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone applications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kronihias/${pkgname}/archive/v${pkgver}.tar.gz;
+
"${pkgname}-0.2.10-lv2_plugin_uri.patch::https://github.com/kronihias/ambix/pull/28/commits/3892c0b5e6ca6bf1033cfaf8d008aaa5790ba5fe.patch;)
+sha512sums=('6e53129bb258a7fd767fb60097354ead28cf05fd5e15017530518b5f0bc9f6350326a58ca81ab7250e70ae25b50900cb00092b489ae33974b258cb200f1c43f5'
+
'e89f69841fcf29b6a0a80b13c026157d0fc625df0962d705f970b9e562be3c8472f3b3d31d87d0d0bfd66ec78cd36ffd0f5944736e123ca88e2000210dc14f20')
+
+_plugin_names=('ambix_binaural' 'ambix_converter' 'ambix_decoder'
+'ambix_directional_loudness' 'ambix_encoder_i2' 'ambix_encoder_i4'
+'ambix_encoder_i6' 'ambix_encoder_i8' 'ambix_encoder' 'ambix_maxre'
+'ambix_mirror' 'ambix_rotator' 'ambix_rotator_z' 'ambix_vmic' 'ambix_warp'
+'ambix_widening')
+
+_standalone_names=('ambix_binaural' 'ambix_converter' 'ambix_decoder'
+'ambix_directional_loudness' 'ambix_encoder' 'ambix_mirror' 'ambix_rotator'
+'ambix_vmic')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # setting proper LV2 URIs:
+  # https://github.com/kronihias/ambix/issues/27
+  patch -Np1 -i "../${pkgname}-0.2.10-lv2_plugin_uri.patch"
+  declare -A _descriptions=(
+['ambix_binaural']="Listen to Ambisonics with Headphones"
+['ambix_converter']="Convert between Ambisonics Formats"
+['ambix_decoder']="Playback Ambisonics with Loudspeakers"
+['ambix_directional_loudness']="Amplify, Attenuate or Filter Out Certain 
Parts of the Spherical Soundfield"
+['ambix_encoder']="Encode Audio for Ambisonics"
+['ambix_mirror']="Adjust Symmetric Components in Ambisonics Streams"
+['ambix_rotator']="Rotate Sounds for Ambisonics"
+['ambix_vmic']="Virtual Microphone: Select part of the Soundfield"
+  )
+  declare -A _generic=(
+['ambix_binaural']="Binaural Decoder"
+['ambix_converter']="Ambisonics Formats Converter"
+['ambix_decoder']="Single-band Decoded Ambisonics"
+['ambix_directional_loudness']="Spherical Soundfield Amplifier"
+['ambix_encoder']="Ambisonics Panning"
+['ambix_mirror']="Soundfield Mirroring"
+['ambix_rotator']="Ambisonics Sounds Rotator"
+['ambix_vmic']="Ambisonics Virtual Microphone"
+  )
+  for _standalone in ${_standalone_names[@]}; do
+gendesk -n \
+--pkgname "${_standalone}" \
+--name "${_standalone}" \
+--pkgdesc "${_description[${_standalone}]}" \
+--genericname "${_generic[${_standalone}]}" \
+--categories "AudioVideo;Audio"
+  done
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # building with gcc > 9.1 is currently broken
+  # https://github.com/kronihias/ambix/issues/26
+  export CC="gcc-8"
+  export CXX="g++-8"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='Release' \
+-DBUILD_LV2=ON \
+-DWITH_ZITA_CONVOLVER=ON \
+-DOpenGL_GL_PREFERENCE=GLVND \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+  (
+cd lv2-ttl-generator
+make
+  )
+  (
+cd build/_bin
+../../lv2-ttl-generator/generate-ttl.sh
+  )
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  for _plugin in ${_plugin_names[@]}; do
+lv2lint -I "build/_bin/lv2/${_plugin}_o5.lv2/" \
+  "https://github.com/kronihias/ambix/${_plugin}; \
+  || echo "Known to fail: https://github.com/kronihias/ambix/issues/29;
+  done
+}
+
+package() {
+  depends+=('libasound.so' 'libfftw3f.so' 'libfftw3f_threads.so'
+  'libfreetype.so' 'libzita-convolver.so')
+  cd "$pkgname-$pkgver"
+  # install standalone applications
+  for _standalone in ${_standalone_names[@]}; do
+install -vDm 755 "build/_bin/standalone/${_standalone}_standalone_o5" \
+  

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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 19:37:52
  Author: dvzrv
Revision: 613357

Adding ambix.

Added:
  ambix/
  ambix/repos/
  ambix/trunk/
  ambix/trunk/PKGBUILD

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

Added: ambix/trunk/PKGBUILD
===
--- ambix/trunk/PKGBUILD(rev 0)
+++ ambix/trunk/PKGBUILD2020-04-11 19:37:52 UTC (rev 613357)
@@ -0,0 +1,125 @@
+# Maintainer: David Runge 
+
+pkgname=ambix
+pkgver=0.2.10
+pkgrel=1
+pkgdesc="Ambisonic VST, LV2 plug-ins with variable order for use in Digital 
Audio Workstations"
+arch=('x86_64')
+url="https://github.com/kronihias/ambix;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('gcc8-libs' 'glibc' 'libglvnd' 'libsoxr' 'libx11' 'libxext')
+makedepends=('alsa-lib' 'cmake' 'eigen' 'fftw' 'freetype2' 'freeglut' 'gcc8'
+'gendesk' 'glu' 'libxcursor' 'libxinerama' 'jack' 'liblo' 'zita-convolver')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone applications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kronihias/${pkgname}/archive/v${pkgver}.tar.gz;
+
"${pkgname}-0.2.10-lv2_plugin_uri.patch::https://github.com/kronihias/ambix/pull/28/commits/3892c0b5e6ca6bf1033cfaf8d008aaa5790ba5fe.patch;)
+sha512sums=('6e53129bb258a7fd767fb60097354ead28cf05fd5e15017530518b5f0bc9f6350326a58ca81ab7250e70ae25b50900cb00092b489ae33974b258cb200f1c43f5'
+
'e89f69841fcf29b6a0a80b13c026157d0fc625df0962d705f970b9e562be3c8472f3b3d31d87d0d0bfd66ec78cd36ffd0f5944736e123ca88e2000210dc14f20')
+
+_plugin_names=('ambix_binaural' 'ambix_converter' 'ambix_decoder'
+'ambix_directional_loudness' 'ambix_encoder_i2' 'ambix_encoder_i4'
+'ambix_encoder_i6' 'ambix_encoder_i8' 'ambix_encoder' 'ambix_maxre'
+'ambix_mirror' 'ambix_rotator' 'ambix_rotator_z' 'ambix_vmic' 'ambix_warp'
+'ambix_widening')
+
+_standalone_names=('ambix_binaural' 'ambix_converter' 'ambix_decoder'
+'ambix_directional_loudness' 'ambix_encoder' 'ambix_mirror' 'ambix_rotator'
+'ambix_vmic')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # setting proper LV2 URIs:
+  # https://github.com/kronihias/ambix/issues/27
+  patch -Np1 -i "../${pkgname}-0.2.10-lv2_plugin_uri.patch"
+  declare -A _descriptions=(
+['ambix_binaural']="Listen to Ambisonics with Headphones"
+['ambix_converter']="Convert between Ambisonics Formats"
+['ambix_decoder']="Playback Ambisonics with Loudspeakers"
+['ambix_directional_loudness']="Amplify, Attenuate or Filter Out Certain 
Parts of the Spherical Soundfield"
+['ambix_encoder']="Encode Audio for Ambisonics"
+['ambix_mirror']="Adjust Symmetric Components in Ambisonics Streams"
+['ambix_rotator']="Rotate Sounds for Ambisonics"
+['ambix_vmic']="Virtual Microphone: Select part of the Soundfield"
+  )
+  declare -A _generic=(
+['ambix_binaural']="Binaural Decoder"
+['ambix_converter']="Ambisonics Formats Converter"
+['ambix_decoder']="Single-band Decoded Ambisonics"
+['ambix_directional_loudness']="Spherical Soundfield Amplifier"
+['ambix_encoder']="Ambisonics Panning"
+['ambix_mirror']="Soundfield Mirroring"
+['ambix_rotator']="Ambisonics Sounds Rotator"
+['ambix_vmic']="Ambisonics Virtual Microphone"
+  )
+  for _standalone in ${_standalone_names[@]}; do
+gendesk -n \
+--pkgname "${_standalone}" \
+--name "${_standalone}" \
+--pkgdesc "${_description[${_standalone}]}" \
+--genericname "${_generic[${_standalone}]}" \
+--categories "AudioVideo;Audio"
+  done
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # building with gcc > 9.1 is currently broken
+  # https://github.com/kronihias/ambix/issues/26
+  export CC="gcc-8"
+  export CXX="g++-8"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='Release' \
+-DBUILD_LV2=ON \
+-DWITH_ZITA_CONVOLVER=ON \
+-DOpenGL_GL_PREFERENCE=GLVND \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+  (
+cd lv2-ttl-generator
+make
+  )
+  (
+cd build/_bin
+../../lv2-ttl-generator/generate-ttl.sh
+  )
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  for _plugin in ${_plugin_names[@]}; do
+lv2lint -I "build/_bin/lv2/${_plugin}_o5.lv2/" \
+  "https://github.com/kronihias/ambix/${_plugin}; \
+  || echo "Known to fail: https://github.com/kronihias/ambix/issues/29;
+  done
+}
+
+package() {
+  depends+=('libasound.so' 'libfftw3f.so' 'libfftw3f_threads.so'
+  'libfreetype.so' 'libzita-convolver.so')
+  cd "$pkgname-$pkgver"
+  # install standalone applications
+  for _standalone in ${_standalone_names[@]}; do
+install -vDm 755 "build/_bin/standalone/${_standalone}_standalone_o5" \
+  "${pkgdir}/usr/bin/${_standalone}"
+  done
+  # install vst2 plugins
+  for _plugin in ${_plugin_names[@]}; do
+install -vDm 755 "build/_bin/vst/${_plugin}_o5.so" \

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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 19:36:24
  Author: ffy00
Revision: 613356

archrelease: copy trunk to community-staging-x86_64

Added:
  ghdl/repos/community-staging-x86_64/
  ghdl/repos/community-staging-x86_64/PKGBUILD
(from rev 613355, ghdl/trunk/PKGBUILD)

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

Copied: ghdl/repos/community-staging-x86_64/PKGBUILD (from rev 613355, 
ghdl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-11 19:36:24 UTC (rev 613356)
@@ -0,0 +1,162 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=ghdl
+pkgname=('ghdl-mcode' 'ghdl-llvm' 'ghdl-gcc')
+_gcc=9.3.0
+_isl=0.22
+pkgver=0.37
+pkgrel=2
+pkgdesc='VHDL simulator'
+arch=('x86_64')
+url='https://github.com/ghdl/ghdl'
+license=('GPL2')
+depends=('gcc-ada')
+makedepends=('gmp' 'mpfr' 'libmpc' 'zlib' 'llvm' 'clang')
+provides=('ghdl')
+conflicts=('ghdl')
+validpgpkeys=('33C235A34C46AA3FFB293709A328C3A2C3C45C06') # Jakub Jelinek 

+source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"https://ftp.gnu.org/gnu/gcc/gcc-$_gcc/gcc-$_gcc.tar.xz"{,.sig}
+"http://isl.gforge.inria.fr/isl-$_isl.tar.bz2;
+
"fix-llvm10.patch::$url/commit/cfb359f0b05e9042c1045213b93b09e465fa8ccc.patch")
+sha512sums=('1ecb12379a99948740e795a51a5a7454a4231064e20b779355c4450ee6b3f6622285b6aa9b9cc53fc23352b1a017f0c735d7e567f42fbfff54d697c4cc0b6be9'
+
'4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
+'SKIP'
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668'
+
'67aff7e7bdcf4b517074a3f436ee2b1fc9b4b1d9d618fe6df0b7819cb44471d051682b1c78e95ce67616563e0714a6297c9936af79d784d49778a8a9cbdad36b')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  patch -p1 -i ../fix-llvm10.patch
+
+  cd "$srcdir"
+
+  cp -r $pkgbase-$pkgver ghdl-mcode
+  cp -r $pkgbase-$pkgver ghdl-llvm
+  cp -r $pkgbase-$pkgver ghdl-gcc
+
+  mkdir gcc-build
+
+  cd gcc-$_gcc
+
+  ln -s ../isl-$_isl isl
+
+  echo $_gcc > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+}
+
+build() {
+  echo 'Building ghdl-mcode...'
+  cd "$srcdir"/ghdl-mcode
+
+  ./configure \
+  --prefix=/usr \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make
+
+  echo 'Building ghdl-llvm...'
+  cd "$srcdir"/ghdl-llvm
+
+  ./configure \
+  --prefix=/usr \
+  --with-llvm-config \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make
+
+  echo 'Building ghdl-gcc...'
+  cd "$srcdir"/ghdl-gcc
+
+  ./configure \
+  --prefix=/usr \
+  --with-gcc="$srcdir"/gcc-$_gcc \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make copy-sources
+
+  cd "$srcdir"/gcc-build
+
+  "$srcdir"/gcc-$_gcc/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --enable-languages=vhdl \
+  --enable-default-pie \
+  --with-system-zlib \
+  --with-isl \
+  --disable-bootstrap \
+  --disable-lto \
+  --disable-multilib \
+  --disable-libssp \
+  --disable-libgomp \
+  --disable-libquadmath \
+  --with-pkgversion='Arch Linux Repositories' \
+  --with-bugurl='https://bugs.archlinux.org/'
+
+  make
+
+#  cd "$srcdir"/ghdl-gcc
+#
+#  make ghdllib
+}
+
+package_ghdl-mcode() {
+  pkgdesc="$pkgdesc (mcode backend)"
+
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+}
+
+package_ghdl-llvm() {
+  pkgdesc="$pkgdesc (LLVM backend)"
+  depends+=('llvm-libs')
+
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # strip binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/ghdl -type f -and \( -executable 
-o -name '*.o' \) -exec strip '{}' \;
+}
+
+package_ghdl-gcc() {
+  pkgdesc="$pkgdesc (GCC backend)"
+  options=(!emptydirs)
+
+#  cd "$srcdir"/ghdl-gcc
+#
+#  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"/gcc-build
+
+  mkdir "$srcdir"/dest
+  make DESTDIR="$srcdir"/dest install
+
+  # manually install the files
+  install -dm 755 "$pkgdir"/usr/{bin,lib/{ghdl,gcc/x86_64-pc-linux-gnu/$_gcc}}
+  install -Dm 755 "$srcdir"/dest/usr/bin/ghdl "$pkgdir"/usr/bin/ghdl
+  install -Dm 644 "$srcdir"/dest/usr/lib/ghdl/libbacktrace.a 
"$pkgdir"/usr/lib/ghdl/libbacktrace.a
+  install -Dm 644 "$srcdir"/dest/usr/share/info/ghdl.info 
"$pkgdir"/usr/share/info/ghdl.info
+  install -Dm 644 

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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 19:36:14
  Author: ffy00
Revision: 613355

upgpkg: ghdl 0.37-2 (LLVM 10 rebuild)

Modified:
  ghdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 19:24:12 UTC (rev 613354)
+++ PKGBUILD2020-04-11 19:36:14 UTC (rev 613355)
@@ -5,7 +5,7 @@
 _gcc=9.3.0
 _isl=0.22
 pkgver=0.37
-pkgrel=1
+pkgrel=2
 pkgdesc='VHDL simulator'
 arch=('x86_64')
 url='https://github.com/ghdl/ghdl'
@@ -17,13 +17,21 @@
 validpgpkeys=('33C235A34C46AA3FFB293709A328C3A2C3C45C06') # Jakub Jelinek 

 source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 "https://ftp.gnu.org/gnu/gcc/gcc-$_gcc/gcc-$_gcc.tar.xz"{,.sig}
-"http://isl.gforge.inria.fr/isl-$_isl.tar.bz2;)
+"http://isl.gforge.inria.fr/isl-$_isl.tar.bz2;
+
"fix-llvm10.patch::$url/commit/cfb359f0b05e9042c1045213b93b09e465fa8ccc.patch")
 
sha512sums=('1ecb12379a99948740e795a51a5a7454a4231064e20b779355c4450ee6b3f6622285b6aa9b9cc53fc23352b1a017f0c735d7e567f42fbfff54d697c4cc0b6be9'
 
'4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
 'SKIP'
-
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668'
+
'67aff7e7bdcf4b517074a3f436ee2b1fc9b4b1d9d618fe6df0b7819cb44471d051682b1c78e95ce67616563e0714a6297c9936af79d784d49778a8a9cbdad36b')
 
 prepare() {
+  cd $pkgbase-$pkgver
+
+  patch -p1 -i ../fix-llvm10.patch
+
+  cd "$srcdir"
+
   cp -r $pkgbase-$pkgver ghdl-mcode
   cp -r $pkgbase-$pkgver ghdl-llvm
   cp -r $pkgbase-$pkgver ghdl-gcc


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 19:24:12
  Author: ffy00
Revision: 613354

prepare to build ghdllib for ghdl-gcc

Modified:
  ghdl/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 18:58:43 UTC (rev 613353)
+++ PKGBUILD2020-04-11 19:24:12 UTC (rev 613354)
@@ -102,6 +102,10 @@
   --with-bugurl='https://bugs.archlinux.org/'
 
   make
+
+#  cd "$srcdir"/ghdl-gcc
+#
+#  make ghdllib
 }
 
 package_ghdl-mcode() {
@@ -128,8 +132,12 @@
   pkgdesc="$pkgdesc (GCC backend)"
   options=(!emptydirs)
 
-  cd gcc-build
+#  cd "$srcdir"/ghdl-gcc
+#
+#  make DESTDIR="$pkgdir" install
 
+  cd "$srcdir"/gcc-build
+
   mkdir "$srcdir"/dest
   make DESTDIR="$srcdir"/dest install
 


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

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 18:58:43
  Author: alucryd
Revision: 613353

archrelease: copy trunk to community-x86_64

Added:
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 613352, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-flags.patch
(from rev 613352, ppsspp/trunk/ppsspp-flags.patch)
  ppsspp/repos/community-x86_64/ppsspp-qt.desktop
(from rev 613352, ppsspp/trunk/ppsspp-qt.desktop)
  ppsspp/repos/community-x86_64/ppsspp-sdl.desktop
(from rev 613352, ppsspp/trunk/ppsspp-sdl.desktop)
Deleted:
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-flags.patch

+
 PKGBUILD   |  267 ++-
 ppsspp-flags.patch |   66 ++--
 ppsspp-qt.desktop  |9 +
 ppsspp-sdl.desktop |9 +
 4 files changed, 191 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 18:58:33 UTC (rev 613352)
+++ PKGBUILD2020-04-11 18:58:43 UTC (rev 613353)
@@ -1,127 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ben Reedy 
-# Contributor: Clement Guerin 
-# Contributor: Thiago Kenji Okada 
-
-pkgname=ppsspp
-pkgver=1.9.4
-pkgrel=2
-pkgdesc='A PSP emulator written in C++'
-arch=(x86_64)
-url=https://www.ppsspp.org/
-license=(GPL2)
-depends=(
-  gcc-libs
-  glew
-  glibc
-  hicolor-icon-theme
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libgl
-  libswresample.so
-  libswscale.so
-  libzip
-  qt5-base
-  sdl2
-  snappy
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-  python
-  qt5-tools
-)
-provides=(
-  ppsspp-headless
-  ppsspp-qt
-)
-conflicts=(
-  ppsspp-headless
-  ppsspp-qt
-)
-replaces=(
-  ppsspp-headless
-  ppsspp-qt
-)
-source=(
-  
git+https://github.com/hrydgard/ppsspp.git#tag=e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
-  git+https://github.com/Kingcom/armips.git
-  git+https://github.com/discordapp/discord-rpc.git
-  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
-  git+https://github.com/hrydgard/ppsspp-lang.git
-  git+https://github.com/Tencent/rapidjson.git
-  git+https://github.com/KhronosGroup/SPIRV-Cross.git
-  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
-  ppsspp.desktop
-  ppsspp-flags.patch
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'93685b9f05322fa24753fc857bf63da7d6e0ee1bcb7e2167ba7600f38079e277'
-'6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278')
-
-pkgver() {
-  cd ppsspp
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd ppsspp
-
-  patch -Np1 -i ../ppsspp-flags.patch
-
-  for submodule in assets/lang ext/glslang; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd ext/armips
-
-  for submodule in ext/tinyformat; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../../armips-${submodule#*/}
-git submodule update ${submodule}
-  done
-}
-
-build() {
-  cmake -S ppsspp -B build \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON \
--DHEADLESS=ON \
--DUSE_SYSTEM_FFMPEG=ON \
--DUSE_SYSTEM_LIBZIP=ON \
--DUSE_SYSTEM_SNAPPY=ON \
--DUSING_QT_UI=ON
-  make -C build
-}
-
-package() {
-  install -Dm 755 build/PPSSPPHeadless -t "${pkgdir}"/usr/bin/
-  install -Dm 755 build/PPSSPPQt -t "${pkgdir}"/usr/bin/
-  install -dm 755 "${pkgdir}"/usr/share/{icons,ppsspp}
-  cp -dr --no-preserve=ownership build/assets "${pkgdir}"/usr/share/ppsspp/
-  cp -dr --no-preserve=ownership ppsspp/icons/hicolor 
"${pkgdir}"/usr/share/icons/
-  install -Dm 644 ppsspp/icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -Dm 644 ppsspp.desktop -t "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ppsspp/repos/community-x86_64/PKGBUILD (from rev 613352, 
ppsspp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 18:58:43 UTC (rev 613353)
@@ -0,0 +1,140 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ben Reedy 
+# Contributor: Clement Guerin 
+# Contributor: Thiago Kenji Okada 
+
+pkgname=ppsspp
+pkgver=1.9.4
+pkgrel=3
+pkgdesc='A PSP emulator written in C++'
+arch=(x86_64)
+url=https://www.ppsspp.org/
+license=(GPL2)
+depends=(
+  gcc-libs
+  glew
+  glibc
+  hicolor-icon-theme
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libgl
+  libswresample.so
+  

[arch-commits] Commit in ppsspp/trunk (PKGBUILD ppsspp-qt.desktop ppsspp-sdl.desktop)

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 18:58:33
  Author: alucryd
Revision: 613352

FS#66208: ppsspp 1.9.4-3

Added:
  ppsspp/trunk/ppsspp-qt.desktop
  ppsspp/trunk/ppsspp-sdl.desktop
Modified:
  ppsspp/trunk/PKGBUILD

+
 PKGBUILD   |   31 ++-
 ppsspp-qt.desktop  |9 +
 ppsspp-sdl.desktop |9 +
 3 files changed, 40 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 18:36:21 UTC (rev 613351)
+++ PKGBUILD2020-04-11 18:58:33 UTC (rev 613352)
@@ -6,7 +6,7 @@
 
 pkgname=ppsspp
 pkgver=1.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
 url=https://www.ppsspp.org/
@@ -56,7 +56,8 @@
   git+https://github.com/Tencent/rapidjson.git
   git+https://github.com/KhronosGroup/SPIRV-Cross.git
   armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
-  ppsspp.desktop
+  ppsspp-sdl.desktop
+  ppsspp-qt.desktop
   ppsspp-flags.patch
 )
 sha256sums=('SKIP'
@@ -67,7 +68,8 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'93685b9f05322fa24753fc857bf63da7d6e0ee1bcb7e2167ba7600f38079e277'
+'47977bbdc36cd9eebe74b204e69aa8c0eb39b1ec66d89e7b90b1c216e5778d8d'
+'7df9274e8f404a8009042a529729ca43332c264cff032f32b2ce1bf5adf04042'
 '6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278')
 
 pkgver() {
@@ -103,7 +105,7 @@
 }
 
 build() {
-  cmake -S ppsspp -B build \
+  cmake -S ppsspp -B build-sdl \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_SKIP_RPATH=ON \
 -DHEADLESS=ON \
@@ -110,18 +112,29 @@
 -DUSE_SYSTEM_FFMPEG=ON \
 -DUSE_SYSTEM_LIBZIP=ON \
 -DUSE_SYSTEM_SNAPPY=ON \
+-DUSING_QT_UI=OFF
+  make -C build-sdl
+  cmake -S ppsspp -B build-qt \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON \
+-DHEADLESS=OFF \
+-DUSE_SYSTEM_FFMPEG=ON \
+-DUSE_SYSTEM_LIBZIP=ON \
+-DUSE_SYSTEM_SNAPPY=ON \
 -DUSING_QT_UI=ON
-  make -C build
+  make -C build-qt
 }
 
 package() {
-  install -Dm 755 build/PPSSPPHeadless -t "${pkgdir}"/usr/bin/
-  install -Dm 755 build/PPSSPPQt -t "${pkgdir}"/usr/bin/
+  install -Dm 755 build-sdl/PPSSPPSDL -t "${pkgdir}"/usr/bin/
+  install -Dm 755 build-sdl/PPSSPPHeadless -t "${pkgdir}"/usr/bin/
+  install -Dm 755 build-qt/PPSSPPQt -t "${pkgdir}"/usr/bin/
   install -dm 755 "${pkgdir}"/usr/share/{icons,ppsspp}
-  cp -dr --no-preserve=ownership build/assets "${pkgdir}"/usr/share/ppsspp/
+  cp -dr --no-preserve=ownership build-sdl/assets "${pkgdir}"/usr/share/ppsspp/
   cp -dr --no-preserve=ownership ppsspp/icons/hicolor 
"${pkgdir}"/usr/share/icons/
   install -Dm 644 ppsspp/icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -Dm 644 ppsspp.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 644 ppsspp-sdl.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 644 ppsspp-qt.desktop -t "${pkgdir}"/usr/share/applications/
 }
 
 # vim: ts=2 sw=2 et:

Added: ppsspp-qt.desktop
===
--- ppsspp-qt.desktop   (rev 0)
+++ ppsspp-qt.desktop   2020-04-11 18:58:33 UTC (rev 613352)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PPSSPP (Qt)
+GenericName=PSP Emulator
+Comment=PlayStation Portable Simulator Suitable for Playing Portably
+Exec=PPSSPPQt %f
+Icon=ppsspp
+Categories=Game

Added: ppsspp-sdl.desktop
===
--- ppsspp-sdl.desktop  (rev 0)
+++ ppsspp-sdl.desktop  2020-04-11 18:58:33 UTC (rev 613352)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PPSSPP (SDL)
+GenericName=PSP Emulator
+Comment=PlayStation Portable Simulator Suitable for Playing Portably
+Exec=PPSSPPSDL %f
+Icon=ppsspp
+Categories=Game


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 18:36:09
  Author: ffy00
Revision: 613350

upgpkg: ghdl 0.37-1

Added:
  ghdl/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 18:36:09 UTC (rev 613350)
@@ -0,0 +1,146 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=ghdl
+pkgname=('ghdl-mcode' 'ghdl-llvm' 'ghdl-gcc')
+_gcc=9.3.0
+_isl=0.22
+pkgver=0.37
+pkgrel=1
+pkgdesc='VHDL simulator'
+arch=('x86_64')
+url='https://github.com/ghdl/ghdl'
+license=('GPL2')
+depends=('gcc-ada')
+makedepends=('gmp' 'mpfr' 'libmpc' 'zlib' 'llvm' 'clang')
+provides=('ghdl')
+conflicts=('ghdl')
+validpgpkeys=('33C235A34C46AA3FFB293709A328C3A2C3C45C06') # Jakub Jelinek 

+source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"https://ftp.gnu.org/gnu/gcc/gcc-$_gcc/gcc-$_gcc.tar.xz"{,.sig}
+"http://isl.gforge.inria.fr/isl-$_isl.tar.bz2;)
+sha512sums=('1ecb12379a99948740e795a51a5a7454a4231064e20b779355c4450ee6b3f6622285b6aa9b9cc53fc23352b1a017f0c735d7e567f42fbfff54d697c4cc0b6be9'
+
'4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
+'SKIP'
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+
+prepare() {
+  cp -r $pkgbase-$pkgver ghdl-mcode
+  cp -r $pkgbase-$pkgver ghdl-llvm
+  cp -r $pkgbase-$pkgver ghdl-gcc
+
+  mkdir gcc-build
+
+  cd gcc-$_gcc
+
+  ln -s ../isl-$_isl isl
+
+  echo $_gcc > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+}
+
+build() {
+  echo 'Building ghdl-mcode...'
+  cd "$srcdir"/ghdl-mcode
+
+  ./configure \
+  --prefix=/usr \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make
+
+  echo 'Building ghdl-llvm...'
+  cd "$srcdir"/ghdl-llvm
+
+  ./configure \
+  --prefix=/usr \
+  --with-llvm-config \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make
+
+  echo 'Building ghdl-gcc...'
+  cd "$srcdir"/ghdl-gcc
+
+  ./configure \
+  --prefix=/usr \
+  --with-gcc="$srcdir"/gcc-$_gcc \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make copy-sources
+
+  cd "$srcdir"/gcc-build
+
+  "$srcdir"/gcc-$_gcc/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --enable-languages=vhdl \
+  --enable-default-pie \
+  --with-system-zlib \
+  --with-isl \
+  --disable-bootstrap \
+  --disable-lto \
+  --disable-multilib \
+  --disable-libssp \
+  --disable-libgomp \
+  --disable-libquadmath \
+  --with-pkgversion='Arch Linux Repositories' \
+  --with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package_ghdl-mcode() {
+  pkgdesc="$pkgdesc (mcode backend)"
+
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+}
+
+package_ghdl-llvm() {
+  pkgdesc="$pkgdesc (LLVM backend)"
+  depends+=('llvm-libs')
+
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # strip binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/ghdl -type f -and \( -executable 
-o -name '*.o' \) -exec strip '{}' \;
+}
+
+package_ghdl-gcc() {
+  pkgdesc="$pkgdesc (GCC backend)"
+  options=(!emptydirs)
+
+  cd gcc-build
+
+  mkdir "$srcdir"/dest
+  make DESTDIR="$srcdir"/dest install
+
+  # manually install the files
+  install -dm 755 "$pkgdir"/usr/{bin,lib/{ghdl,gcc/x86_64-pc-linux-gnu/$_gcc}}
+  install -Dm 755 "$srcdir"/dest/usr/bin/ghdl "$pkgdir"/usr/bin/ghdl
+  install -Dm 644 "$srcdir"/dest/usr/lib/ghdl/libbacktrace.a 
"$pkgdir"/usr/lib/ghdl/libbacktrace.a
+  install -Dm 644 "$srcdir"/dest/usr/share/info/ghdl.info 
"$pkgdir"/usr/share/info/ghdl.info
+  install -Dm 644 "$srcdir"/dest/usr/lib/gcc/x86_64-pc-linux-gnu/$_gcc/ghdl1 
"$pkgdir"/usr/lib/gcc/x86_64-pc-linux-gnu/$_gcc/ghdl1
+
+  # strip binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc -type f -and \( -executable \) 
-exec strip '{}' \;
+}
+


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 18:36:21
  Author: ffy00
Revision: 613351

archrelease: copy trunk to community-x86_64

Added:
  ghdl/repos/community-x86_64/
  ghdl/repos/community-x86_64/PKGBUILD
(from rev 613350, ghdl/trunk/PKGBUILD)

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

Copied: ghdl/repos/community-x86_64/PKGBUILD (from rev 613350, 
ghdl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-11 18:36:21 UTC (rev 613351)
@@ -0,0 +1,146 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=ghdl
+pkgname=('ghdl-mcode' 'ghdl-llvm' 'ghdl-gcc')
+_gcc=9.3.0
+_isl=0.22
+pkgver=0.37
+pkgrel=1
+pkgdesc='VHDL simulator'
+arch=('x86_64')
+url='https://github.com/ghdl/ghdl'
+license=('GPL2')
+depends=('gcc-ada')
+makedepends=('gmp' 'mpfr' 'libmpc' 'zlib' 'llvm' 'clang')
+provides=('ghdl')
+conflicts=('ghdl')
+validpgpkeys=('33C235A34C46AA3FFB293709A328C3A2C3C45C06') # Jakub Jelinek 

+source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"https://ftp.gnu.org/gnu/gcc/gcc-$_gcc/gcc-$_gcc.tar.xz"{,.sig}
+"http://isl.gforge.inria.fr/isl-$_isl.tar.bz2;)
+sha512sums=('1ecb12379a99948740e795a51a5a7454a4231064e20b779355c4450ee6b3f6622285b6aa9b9cc53fc23352b1a017f0c735d7e567f42fbfff54d697c4cc0b6be9'
+
'4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
+'SKIP'
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+
+prepare() {
+  cp -r $pkgbase-$pkgver ghdl-mcode
+  cp -r $pkgbase-$pkgver ghdl-llvm
+  cp -r $pkgbase-$pkgver ghdl-gcc
+
+  mkdir gcc-build
+
+  cd gcc-$_gcc
+
+  ln -s ../isl-$_isl isl
+
+  echo $_gcc > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+}
+
+build() {
+  echo 'Building ghdl-mcode...'
+  cd "$srcdir"/ghdl-mcode
+
+  ./configure \
+  --prefix=/usr \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make
+
+  echo 'Building ghdl-llvm...'
+  cd "$srcdir"/ghdl-llvm
+
+  ./configure \
+  --prefix=/usr \
+  --with-llvm-config \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make
+
+  echo 'Building ghdl-gcc...'
+  cd "$srcdir"/ghdl-gcc
+
+  ./configure \
+  --prefix=/usr \
+  --with-gcc="$srcdir"/gcc-$_gcc \
+  --disable-werror \
+  --enable-checks \
+  --enable-libghdl \
+  --enable-openieee \
+  --enable-synth
+
+  make copy-sources
+
+  cd "$srcdir"/gcc-build
+
+  "$srcdir"/gcc-$_gcc/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --enable-languages=vhdl \
+  --enable-default-pie \
+  --with-system-zlib \
+  --with-isl \
+  --disable-bootstrap \
+  --disable-lto \
+  --disable-multilib \
+  --disable-libssp \
+  --disable-libgomp \
+  --disable-libquadmath \
+  --with-pkgversion='Arch Linux Repositories' \
+  --with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package_ghdl-mcode() {
+  pkgdesc="$pkgdesc (mcode backend)"
+
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+}
+
+package_ghdl-llvm() {
+  pkgdesc="$pkgdesc (LLVM backend)"
+  depends+=('llvm-libs')
+
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # strip binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/ghdl -type f -and \( -executable 
-o -name '*.o' \) -exec strip '{}' \;
+}
+
+package_ghdl-gcc() {
+  pkgdesc="$pkgdesc (GCC backend)"
+  options=(!emptydirs)
+
+  cd gcc-build
+
+  mkdir "$srcdir"/dest
+  make DESTDIR="$srcdir"/dest install
+
+  # manually install the files
+  install -dm 755 "$pkgdir"/usr/{bin,lib/{ghdl,gcc/x86_64-pc-linux-gnu/$_gcc}}
+  install -Dm 755 "$srcdir"/dest/usr/bin/ghdl "$pkgdir"/usr/bin/ghdl
+  install -Dm 644 "$srcdir"/dest/usr/lib/ghdl/libbacktrace.a 
"$pkgdir"/usr/lib/ghdl/libbacktrace.a
+  install -Dm 644 "$srcdir"/dest/usr/share/info/ghdl.info 
"$pkgdir"/usr/share/info/ghdl.info
+  install -Dm 644 "$srcdir"/dest/usr/lib/gcc/x86_64-pc-linux-gnu/$_gcc/ghdl1 
"$pkgdir"/usr/lib/gcc/x86_64-pc-linux-gnu/$_gcc/ghdl1
+
+  # strip binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc -type f -and \( -executable \) 
-exec strip '{}' \;
+}
+


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

2020-04-11 Thread Filipe Laíns via arch-commits
Date: Saturday, April 11, 2020 @ 18:34:01
  Author: ffy00
Revision: 613349

rename sources to avoid collision in a shared SRCDEST

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 17:14:12 UTC (rev 613348)
+++ PKGBUILD2020-04-11 18:34:01 UTC (rev 613349)
@@ -18,9 +18,9 @@
 
 source=(
 "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"git+https://github.com/ldc-developers/druntime.git;
-"git+https://github.com/ldc-developers/phobos.git;
-"git+https://github.com/ldc-developers/dmd-testsuite.git;
+"ldc-druntime::git+https://github.com/ldc-developers/druntime.git;
+"ldc-phobos::git+https://github.com/ldc-developers/phobos.git;
+"ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git;
 )
 
 sha256sums=('SKIP'
@@ -32,9 +32,9 @@
 cd "$srcdir/ldc"
 
 git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
+git config submodule.druntime.url "$srcdir/ldc-druntime"
+git config submodule.phobos.url "$srcdir/ldc-phobos"
+git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
 git submodule update
 
 # Set version used for path construction in getFullClangCompilerRTLibPath()


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

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:22:31
  Author: alucryd
Revision: 380123

upgpkg: x264 3:0.159.r2999.296494a-1

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 17:16:43 UTC (rev 380122)
+++ PKGBUILD2020-04-11 17:22:31 UTC (rev 380123)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=x264
-pkgver=0.159.r2991.1771b55
+pkgver=0.159.r2999.296494a
 pkgrel=1
 epoch=3
 pkgdesc='Open Source H264/AVC video encoder'
@@ -34,7 +34,7 @@
   libx264-10bit
   libx264-all
 )
-source=(git+https://code.videolan.org/videolan/x264.git#commit=1771b556ee45207f8711744ccbd5d42a3949b14c)
+source=(git+https://code.videolan.org/videolan/x264.git#commit=296494a4011f58f32adc54304a2654627558c59a)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:22:39
  Author: alucryd
Revision: 380124

archrelease: copy trunk to extra-x86_64

Added:
  x264/repos/extra-x86_64/PKGBUILD
(from rev 380123, x264/trunk/PKGBUILD)
Deleted:
  x264/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 17:22:31 UTC (rev 380123)
+++ PKGBUILD2020-04-11 17:22:39 UTC (rev 380124)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=x264
-pkgver=0.159.r2991.1771b55
-pkgrel=1
-epoch=3
-pkgdesc='Open Source H264/AVC video encoder'
-arch=(x86_64)
-url=https://www.videolan.org/developers/x264.html
-license=(GPL)
-depends=(
-  liblsmash.so
-)
-makedepends=(
-  git
-  l-smash
-  nasm
-)
-provides=(
-  libx264
-  libx264.so
-)
-conflicts=(
-  libx264
-  libx264-10bit
-  libx264-all
-)
-replaces=(
-  libx264
-  libx264-10bit
-  libx264-all
-)
-source=(git+https://code.videolan.org/videolan/x264.git#commit=1771b556ee45207f8711744ccbd5d42a3949b14c)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd x264
-
-  ./version.sh | grep X264_POINTVER | sed -r 's/^#define X264_POINTVER 
"([0-9]+\.[0-9]+)\.([0-9]+) (.*)"$/\1.r\2.\3/'
-}
-
-build() {
-  cd x264
-
-  ./configure \
---prefix=/usr \
---enable-shared \
---enable-pic \
---enable-lto \
---disable-avs
-  make
-}
-
-package() {
-  make -C x264 DESTDIR="${pkgdir}" install-cli install-lib-shared
-}
-
-# vim: ts=2 sw=2 et:

Copied: x264/repos/extra-x86_64/PKGBUILD (from rev 380123, x264/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 17:22:39 UTC (rev 380124)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=0.159.r2999.296494a
+pkgrel=1
+epoch=3
+pkgdesc='Open Source H264/AVC video encoder'
+arch=(x86_64)
+url=https://www.videolan.org/developers/x264.html
+license=(GPL)
+depends=(
+  liblsmash.so
+)
+makedepends=(
+  git
+  l-smash
+  nasm
+)
+provides=(
+  libx264
+  libx264.so
+)
+conflicts=(
+  libx264
+  libx264-10bit
+  libx264-all
+)
+replaces=(
+  libx264
+  libx264-10bit
+  libx264-all
+)
+source=(git+https://code.videolan.org/videolan/x264.git#commit=296494a4011f58f32adc54304a2654627558c59a)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd x264
+
+  ./version.sh | grep X264_POINTVER | sed -r 's/^#define X264_POINTVER 
"([0-9]+\.[0-9]+)\.([0-9]+) (.*)"$/\1.r\2.\3/'
+}
+
+build() {
+  cd x264
+
+  ./configure \
+--prefix=/usr \
+--enable-shared \
+--enable-pic \
+--enable-lto \
+--disable-avs
+  make
+}
+
+package() {
+  make -C x264 DESTDIR="${pkgdir}" install-cli install-lib-shared
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in qt5-tools/repos (6 files)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 17:16:43
  Author: arojas
Revision: 380122

archrelease: copy trunk to staging-x86_64

Added:
  qt5-tools/repos/staging-x86_64/
  qt5-tools/repos/staging-x86_64/PKGBUILD
(from rev 380121, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/staging-x86_64/assistant.desktop
(from rev 380121, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/staging-x86_64/designer.desktop
(from rev 380121, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/staging-x86_64/linguist.desktop
(from rev 380121, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/staging-x86_64/qdbusviewer.desktop
(from rev 380121, qt5-tools/trunk/qdbusviewer.desktop)

-+
 PKGBUILD|   74 ++
 assistant.desktop   |8 +
 designer.desktop|   10 ++
 linguist.desktop|9 ++
 qdbusviewer.desktop |9 ++
 5 files changed, 110 insertions(+)

Copied: qt5-tools/repos/staging-x86_64/PKGBUILD (from rev 380121, 
qt5-tools/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 17:16:43 UTC (rev 380122)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.14.2
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
+depends=('qt5-base' 'hicolor-icon-theme')
+makedepends=('qt5-declarative' 'vulkan-headers' 'clang' 'qt5-webkit')
+optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+{assistant,designer,linguist,qdbusviewer}.desktop)
+sha256sums=('5bb0cf7832b88eb6bc9d4289f98307eb14b16a453ad6cf42cca13c4fe1a053c5'
+'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
+'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
+'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
+'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="${pkgdir}" install
+
+  cd ../${_pkgfqn}
+  # install missing icons and desktop files
+  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
+size=$(echo $(basename ${icon}) | cut -d- -f2)
+install -p -D -m644 ${icon} \
+  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
+  done
+
+  install -D -m644 src/assistant/assistant/images/assistant.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
+  install -D -m644 src/assistant/assistant/images/assistant-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
+  install -D -m644 src/designer/src/designer/images/designer.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
+  install -d "${pkgdir}/usr/share/applications"
+  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
+"${pkgdir}/usr/share/applications/"
+
+  # Symlinks for backwards compatibility
+  for b in "${pkgdir}"/usr/bin/*; do
+ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-tools/repos/staging-x86_64/assistant.desktop (from rev 380121, 
qt5-tools/trunk/assistant.desktop)
===
--- staging-x86_64/assistant.desktop(rev 0)
+++ staging-x86_64/assistant.desktop2020-04-11 17:16:43 UTC (rev 380122)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt Assistant
+Comment=Shows Qt documentation and examples
+Exec=assistant
+Icon=assistant
+Terminal=false
+Type=Application
+Categories=Qt;Development;Documentation;

Copied: qt5-tools/repos/staging-x86_64/designer.desktop (from rev 380121, 
qt5-tools/trunk/designer.desktop)
===
--- staging-x86_64/designer.desktop (rev 0)
+++ 

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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 17:15:55
  Author: arojas
Revision: 380121

clang/LLVM 10 rebuild

Modified:
  qt5-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 12:14:06 UTC (rev 380120)
+++ PKGBUILD2020-04-11 17:15:55 UTC (rev 380121)
@@ -4,7 +4,7 @@
 pkgname=qt5-tools
 _qtver=5.14.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:13:52
  Author: alucryd
Revision: 613346

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtirpc/repos/multilib-x86_64/PKGBUILD
(from rev 613345, lib32-libtirpc/trunk/PKGBUILD)
Deleted:
  lib32-libtirpc/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 17:13:46 UTC (rev 613345)
+++ PKGBUILD2020-04-11 17:13:52 UTC (rev 613346)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-# Contributor: Franco Tortoriello 
-# Contributor: josephgbr 
-
-pkgname=lib32-libtirpc
-pkgver=1.2.5
-pkgrel=1
-pkgdesc='Transport Independent RPC library (SunRPC replacement)'
-arch=(x86_64)
-url=http://libtirpc.sourceforge.net/
-license=(BSD)
-depends=(
-  lib32-krb5
-  libtirpc
-)
-makedepends=(git)
-source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=3642f9f6692bd8c0f4ac40561a27ef63502d80a4)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libtirpc
-
-  git describe --tags | sed 's/^libtirpc-//; s/-/./g'
-}
-
-prepare() {
-  cd libtirpc
-
-  chmod +x autogen.sh
-  ./autogen.sh
-}
-
-build() {
-  cd libtirpc
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd libtirpc
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libtirpc "${pkgdir}"/usr/share/licenses/lib32-libtirpc
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libtirpc/repos/multilib-x86_64/PKGBUILD (from rev 613345, 
lib32-libtirpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 17:13:52 UTC (rev 613346)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+# Contributor: Franco Tortoriello 
+# Contributor: josephgbr 
+
+pkgname=lib32-libtirpc
+pkgver=1.2.6
+pkgrel=1
+pkgdesc='Transport Independent RPC library (SunRPC replacement)'
+arch=(x86_64)
+url=http://libtirpc.sourceforge.net/
+license=(BSD)
+depends=(
+  lib32-krb5
+  libtirpc
+)
+makedepends=(git)
+source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=60467de3c1207a1e1a37694b6c13ae5cf3b459aa)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libtirpc
+
+  git describe --tags | sed 's/^libtirpc-//; s/-/./g'
+}
+
+prepare() {
+  cd libtirpc
+
+  chmod +x autogen.sh
+  ./autogen.sh
+}
+
+build() {
+  cd libtirpc
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd libtirpc
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libtirpc "${pkgdir}"/usr/share/licenses/lib32-libtirpc
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:13:28
  Author: alucryd
Revision: 613344

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 613343, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 613343, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 613343, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  188 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 17:13:19 UTC (rev 613343)
+++ PKGBUILD2020-04-11 17:13:28 UTC (rev 613344)
@@ -1,94 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.24.17
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit'
-arch=(x86_64)
-license=(LGPL)
-url=https://www.gtk.org/
-depends=(
-  gtk3
-  lib32-at-spi2-atk
-  lib32-colord
-  lib32-dbus
-  lib32-mesa
-  lib32-gdk-pixbuf2
-  lib32-json-glib
-  lib32-libcups
-  lib32-libepoxy
-  lib32-librsvg
-  lib32-libxcomposite
-  lib32-libxcursor
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-pango
-  lib32-rest
-  lib32-libcanberra
-  lib32-wayland
-  lib32-libxdamage
-)
-makedepends=(
-  gobject-introspection
-  gtk-doc
-  git
-  glib2-docs
-  sassc
-)
-install=lib32-gtk3.install
-source=(
-  
git+https://gitlab.gnome.org/GNOME/gtk.git#tag=4480c0ffc6858f8a324f841a318a6ed4b57dd629
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=('SKIP'
-'04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989')
-
-pkgver() {
-  cd gtk
-
-  git describe --tags
-}
-
-prepare() {
-  cd gtk
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX=/bin/false
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libdir=/usr/lib32 \
---localstatedir=/var \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 613343, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 17:13:28 UTC (rev 613344)
@@ -0,0 +1,94 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.18
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.gtk.org/
+depends=(
+  gtk3
+  lib32-at-spi2-atk
+  lib32-colord
+  lib32-dbus
+  lib32-mesa
+  lib32-gdk-pixbuf2
+  lib32-json-glib
+  lib32-libcups
+  lib32-libepoxy
+  lib32-librsvg
+  lib32-libxcomposite
+  lib32-libxcursor
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-pango
+  lib32-rest
+  lib32-libcanberra
+  lib32-wayland
+  lib32-libxdamage
+)
+makedepends=(
+  gobject-introspection
+  gtk-doc
+  git
+  glib2-docs
+  sassc
+)
+install=lib32-gtk3.install
+source=(
+  
git+https://gitlab.gnome.org/GNOME/gtk.git#tag=f9decb0cd61f7102af6b5d1f70493bfe6dacb3d1
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=('SKIP'
+'04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989')
+
+pkgver() {
+  cd gtk
+
+  git describe --tags
+}
+
+prepare() {
+  cd gtk
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX=/bin/false
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-{broadway,wayland,x11}-backend \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/{etc,usr/{include,share}}
+  find 

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

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:13:19
  Author: alucryd
Revision: 613343

upgpkg: lib32-gtk3 3.24.18-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 15:58:05 UTC (rev 613342)
+++ PKGBUILD2020-04-11 17:13:19 UTC (rev 613343)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.17
+pkgver=3.24.18
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit'
 arch=(x86_64)
@@ -41,7 +41,7 @@
 )
 install=lib32-gtk3.install
 source=(
-  
git+https://gitlab.gnome.org/GNOME/gtk.git#tag=4480c0ffc6858f8a324f841a318a6ed4b57dd629
+  
git+https://gitlab.gnome.org/GNOME/gtk.git#tag=f9decb0cd61f7102af6b5d1f70493bfe6dacb3d1
   gtk-query-immodules-3.0-32.hook
 )
 sha256sums=('SKIP'


[arch-commits] Commit in pantheon-applications-menu/repos (2 files)

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:14:12
  Author: alucryd
Revision: 613348

archrelease: copy trunk to community-testing-x86_64

Added:
  pantheon-applications-menu/repos/community-testing-x86_64/
  pantheon-applications-menu/repos/community-testing-x86_64/PKGBUILD
(from rev 613347, pantheon-applications-menu/trunk/PKGBUILD)

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

Copied: pantheon-applications-menu/repos/community-testing-x86_64/PKGBUILD 
(from rev 613347, pantheon-applications-menu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-11 17:14:12 UTC (rev 613348)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-applications-menu
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='The Pantheon Application Menu'
+arch=(x86_64)
+url=https://github.com/elementary/applications-menu
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  appstream
+  gdk-pixbuf2
+  glib2
+  gnome-menus
+  gtk3
+  json-glib
+  libgee
+  libgranite.so
+  libsoup
+  libswitchboard-2.0.so
+  libwingpanel-2.0.so
+  plank
+  zeitgeist
+)
+makedepends=(
+  git
+  meson
+  switchboard
+  vala
+  wingpanel
+)
+source=(pantheon-applications-menu::git+https://github.com/elementary/applications-menu.git#tag=e8b29862c99cc48b492c9bf37d6e711aa0f94ea9)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-applications-menu
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-applications-menu build \
+-D with-unity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:13:46
  Author: alucryd
Revision: 613345

upgpkg: lib32-libtirpc 1.2.6-1

Modified:
  lib32-libtirpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 17:13:28 UTC (rev 613344)
+++ PKGBUILD2020-04-11 17:13:46 UTC (rev 613345)
@@ -6,7 +6,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libtirpc
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc='Transport Independent RPC library (SunRPC replacement)'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   libtirpc
 )
 makedepends=(git)
-source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=3642f9f6692bd8c0f4ac40561a27ef63502d80a4)
+source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=60467de3c1207a1e1a37694b6c13ae5cf3b459aa)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in pantheon-applications-menu/trunk (PKGBUILD)

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 17:14:08
  Author: alucryd
Revision: 613347

upgpkg: pantheon-applications-menu 2.6.0-1

Modified:
  pantheon-applications-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 17:13:52 UTC (rev 613346)
+++ PKGBUILD2020-04-11 17:14:08 UTC (rev 613347)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-applications-menu
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='The Pantheon Application Menu'
 arch=(x86_64)
@@ -30,7 +30,7 @@
   vala
   wingpanel
 )
-source=(pantheon-applications-menu::git+https://github.com/elementary/applications-menu.git#tag=5fe45e08aa3beadf2202eb92de3539de31f9acde)
+source=(pantheon-applications-menu::git+https://github.com/elementary/applications-menu.git#tag=e8b29862c99cc48b492c9bf37d6e711aa0f94ea9)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-11 Thread Maxim Baz via arch-commits
Date: Saturday, April 11, 2020 @ 15:58:05
  Author: maximbaz
Revision: 613342

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 613341, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 15:58:02 UTC (rev 613341)
+++ PKGBUILD2020-04-11 15:58:05 UTC (rev 613342)
@@ -1,44 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=waybar
-pkgver=0.9.1
-pkgrel=3
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'chrono-date'
-'gtk-layer-shell'
-'gtkmm3'
-'libjsoncpp.so'
-'libspdlog.so'
-'libdbusmenu-gtk3'
-'libpulse'
-'libmpdclient'
-)
-makedepends=(
-'cmake'
-'meson'
-'scdoc'  # For generating manpages
-'sway'  # Support for workspace and window title modules
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('97d61baced26835b49d9366a1316925fc5ec59c4ae9269d85c71c5375a061478')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr --wrap-mode=nofallback build
-ninja -C build
-}
-
-package() {
-cd "Waybar-$pkgver"
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 613341, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 15:58:05 UTC (rev 613342)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'chrono-date'
+'gtk-layer-shell'
+'gtkmm3'
+'libjsoncpp.so'
+'libspdlog.so'
+'libdbusmenu-gtk3'
+'libpulse'
+'libmpdclient'
+)
+makedepends=(
+'cmake'
+'meson'
+'scdoc'  # For generating manpages
+'sway'   # Support for workspace and window title modules
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('9740662de19dd6126c23efb69c9dc7f9d918443543af12aee770de39d415bdf8')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr --wrap-mode=nofallback build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2020-04-11 Thread Maxim Baz via arch-commits
Date: Saturday, April 11, 2020 @ 15:58:02
  Author: maximbaz
Revision: 613341

upgpkg: waybar 0.9.2-1

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 13:19:45 UTC (rev 613340)
+++ PKGBUILD2020-04-11 15:58:02 UTC (rev 613341)
@@ -1,8 +1,9 @@
 # Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=waybar
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;
@@ -21,7 +22,7 @@
 'cmake'
 'meson'
 'scdoc'  # For generating manpages
-'sway'  # Support for workspace and window title modules
+'sway'   # Support for workspace and window title modules
 )
 optdepends=(
 'otf-font-awesome: Icons in the default configuration'
@@ -29,7 +30,7 @@
 source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
 )
-sha256sums=('97d61baced26835b49d9366a1316925fc5ec59c4ae9269d85c71c5375a061478')
+sha256sums=('9740662de19dd6126c23efb69c9dc7f9d918443543af12aee770de39d415bdf8')
 
 build() {
 cd "Waybar-$pkgver"


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 13:19:45
  Author: dvzrv
Revision: 613340

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 13:19:40 UTC (rev 613339)
+++ PKGBUILD2020-04-11 13:19:45 UTC (rev 613340)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=geonkick
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
-makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint' 'sord')
-optdepends=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('acf9141bfaaf58b7817ccfe6a0ba4cbe1cbdc6d324b49330475cfd353221d18e7a775a7e8051af383fd2cf196079feacc70f3e2570bb37cb9c1b632e5edf6254')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DGKICK_REDKITE_SDK_PATH=/usr \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}/plugin/lv2" lv2lint "http://geontime.com/geonkick; || echo 
"Known to fail: https://gitlab.com/geontime/geonkick/issues/144;
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
-  install -vDm 644 "data/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications"
-  install -vDm 644 presets/*.gkick \
--t "${pkgdir}/usr/share/doc/${pkgname}/presets"
-  for directory in presets/*; do
-if [ -d "$directory" ]; then
-  install -vDm 644 "$directory/"*.{gkick,gkit} \
--t "${pkgdir}/usr/share/doc/${pkgname}/presets/$(basename 
"$directory")"
-fi
-  done
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 613339, 
geonkick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 13:19:45 UTC (rev 613340)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+
+pkgname=geonkick
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
+makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone application')
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
+sha512sums=('acf9141bfaaf58b7817ccfe6a0ba4cbe1cbdc6d324b49330475cfd353221d18e7a775a7e8051af383fd2cf196079feacc70f3e2570bb37cb9c1b632e5edf6254')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DGKICK_REDKITE_SDK_PATH=/usr \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+  "http://geontime.com/geonkick; \
+  || echo "Known to fail: 
https://gitlab.com/geontime/geonkick/issues/144;
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
+  install -vDm 644 "data/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  install -vDm 644 presets/*.gkick \
+-t "${pkgdir}/usr/share/doc/${pkgname}/presets"
+  for directory in presets/*; do
+if [ -d "$directory" ]; then
+  install -vDm 644 "$directory/"*.{gkick,gkit} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/presets/$(basename 
"$directory")"
+fi
+  done
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 13:19:40
  Author: dvzrv
Revision: 613339

upgpkg: geonkick 1.10.0-2: Rebuilding to fail hard on lv2lint.

The call to lv2lint with LV2_PATH set or using the -I switch behave differently.
The former fails on X11UI, while the latter does not.

Modified:
  geonkick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 12:51:37 UTC (rev 613338)
+++ PKGBUILD2020-04-11 13:19:40 UTC (rev 613339)
@@ -2,7 +2,7 @@
 
 pkgname=geonkick
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A free software percussion synthesizer"
 arch=('x86_64')
 url="https://gitlab.com/iurie/geonkick;
@@ -10,7 +10,7 @@
 groups=('pro-audio')
 depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
 makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint' 'sord')
+checkdepends=('lv2lint')
 optdepends=('jack: for standalone application')
 
source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
 
sha512sums=('acf9141bfaaf58b7817ccfe6a0ba4cbe1cbdc6d324b49330475cfd353221d18e7a775a7e8051af383fd2cf196079feacc70f3e2570bb37cb9c1b632e5edf6254')
@@ -30,7 +30,11 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}/plugin/lv2" lv2lint "http://geontime.com/geonkick; || echo 
"Known to fail: https://gitlab.com/geontime/geonkick/issues/144;
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+  "http://geontime.com/geonkick; \
+  || echo "Known to fail: 
https://gitlab.com/geontime/geonkick/issues/144;
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
 }
 
 package() {


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

2020-04-11 Thread Morten Linderud via arch-commits
Date: Saturday, April 11, 2020 @ 12:51:37
  Author: foxboron
Revision: 613338

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 613337, archlinux-repro/trunk/PKGBUILD)
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 12:51:23 UTC (rev 613337)
+++ PKGBUILD2020-04-11 12:51:37 UTC (rev 613338)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20200411
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('9e3a2d41ec8adfdcfb7755b84de17c53c629b2ecc775e4dc0ade61708fd30aaa'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 613337, 
archlinux-repro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 12:51:37 UTC (rev 613338)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20200411.1
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('9795557ec576ac24bf7656951ab6bc9e1d03214a63b5532359114eba7d2e'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Morten Linderud via arch-commits
Date: Saturday, April 11, 2020 @ 12:51:23
  Author: foxboron
Revision: 613337

upgpkg: archlinux-repro 20200411.1-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 12:49:05 UTC (rev 613336)
+++ PKGBUILD2020-04-11 12:51:23 UTC (rev 613337)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20200411
+pkgver=20200411.1
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('9e3a2d41ec8adfdcfb7755b84de17c53c629b2ecc775e4dc0ade61708fd30aaa'
+sha256sums=('9795557ec576ac24bf7656951ab6bc9e1d03214a63b5532359114eba7d2e'
 'SKIP')
 
 build(){


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:49:00
  Author: dvzrv
Revision: 613335

upgpkg: bshapr 0.8-2: Rebuilding to fail hard on lv2lint.

The call to lv2lint with LV2_PATH set or using the -I switch behave differently.
The former fails on X11UI, while the latter does not.

Modified:
  bshapr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 12:46:25 UTC (rev 613334)
+++ PKGBUILD2020-04-11 12:49:00 UTC (rev 613335)
@@ -4,7 +4,7 @@
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
 pkgname=bshapr
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
 url="https://github.com/sjaehn/BShapr;
@@ -27,7 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
+  lv2lint -I "${_name}.lv2/" "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
 }
 
 package() {


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:49:05
  Author: dvzrv
Revision: 613336

archrelease: copy trunk to community-x86_64

Added:
  bshapr/repos/community-x86_64/PKGBUILD
(from rev 613335, bshapr/trunk/PKGBUILD)
Deleted:
  bshapr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 12:49:00 UTC (rev 613335)
+++ PKGBUILD2020-04-11 12:49:05 UTC (rev 613336)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-
-_name=BShapr
-_plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
-pkgname=bshapr
-pkgver=0.8
-pkgrel=1
-pkgdesc="Beat/ envelope shaper LV2 plugin"
-arch=('x86_64')
-url="https://github.com/sjaehn/BShapr;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
-makedepends=('lv2')
-checkdepends=('lv2lint')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('60d6fe9a9db8e6e0c4f53deee0bc067b2ed8fae4fe85320e19c379be2378278367e535c7ce4dfeefa33c6a389670ab4ad4cd17c79bb97caf6745b2a7c64ef631')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: bshapr/repos/community-x86_64/PKGBUILD (from rev 613335, 
bshapr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 12:49:05 UTC (rev 613336)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+_name=BShapr
+_plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
+pkgname=bshapr
+pkgver=0.8
+pkgrel=2
+pkgdesc="Beat/ envelope shaper LV2 plugin"
+arch=('x86_64')
+url="https://github.com/sjaehn/BShapr;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('60d6fe9a9db8e6e0c4f53deee0bc067b2ed8fae4fe85320e19c379be2378278367e535c7ce4dfeefa33c6a389670ab4ad4cd17c79bb97caf6745b2a7c64ef631')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -I "${_name}.lv2/" "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:46:25
  Author: dvzrv
Revision: 613334

archrelease: copy trunk to community-x86_64

Added:
  bsequencer/repos/community-x86_64/PKGBUILD
(from rev 61, bsequencer/trunk/PKGBUILD)
Deleted:
  bsequencer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 12:46:20 UTC (rev 61)
+++ PKGBUILD2020-04-11 12:46:25 UTC (rev 613334)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-
-_name=BSEQuencer
-_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer;
-pkgname=bsequencer
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
-arch=('x86_64')
-url="https://github.com/sjaehn/BSEQuencer;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
-makedepends=('lv2')
-checkdepends=('lv2lint' 'sord')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('1f3aaf9a30317fb5773dc70d7ce7c49cd261799c6a74528920b9fa13b077d1ec41611d0a249e33087d7f32171ad60dffd38b1473474894937de1e000bcbb3cb1')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  sord_validate "${_name}.lv2/"*.ttl || echo "Known to fail 
https://github.com/sjaehn/BSEQuencer/issues/12;
-  LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail 
https://github.com/sjaehn/BSEQuencer/issues/12;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  install -vDm 644 README.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  # remove useless license file
-  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
-}

Copied: bsequencer/repos/community-x86_64/PKGBUILD (from rev 61, 
bsequencer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 12:46:25 UTC (rev 613334)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=BSEQuencer
+_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer;
+pkgname=bsequencer
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
+arch=('x86_64')
+url="https://github.com/sjaehn/BSEQuencer;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('1f3aaf9a30317fb5773dc70d7ce7c49cd261799c6a74528920b9fa13b077d1ec41611d0a249e33087d7f32171ad60dffd38b1473474894937de1e000bcbb3cb1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -I "${_name}.lv2/" "${_plugin_uri}"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove useless license file
+  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:46:20
  Author: dvzrv
Revision: 61

upgpkg: bsequencer 1.2.0-2: Rebuilding to fail hard on lv2lint.

The call to lv2lint with LV2_PATH set or using the -I switch behave differently.
The former fails on X11UI, while the latter does not.

Modified:
  bsequencer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 12:43:37 UTC (rev 613332)
+++ PKGBUILD2020-04-11 12:46:20 UTC (rev 61)
@@ -4,7 +4,7 @@
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer;
 pkgname=bsequencer
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
 arch=('x86_64')
 url="https://github.com/sjaehn/BSEQuencer;
@@ -12,7 +12,7 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
 makedepends=('lv2')
-checkdepends=('lv2lint' 'sord')
+checkdepends=('lv2lint')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('1f3aaf9a30317fb5773dc70d7ce7c49cd261799c6a74528920b9fa13b077d1ec41611d0a249e33087d7f32171ad60dffd38b1473474894937de1e000bcbb3cb1')
 
@@ -27,8 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  sord_validate "${_name}.lv2/"*.ttl || echo "Known to fail 
https://github.com/sjaehn/BSEQuencer/issues/12;
-  LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail 
https://github.com/sjaehn/BSEQuencer/issues/12;
+  lv2lint -I "${_name}.lv2/" "${_plugin_uri}"
 }
 
 package() {


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:43:26
  Author: dvzrv
Revision: 613331

upgpkg: bslizr 1.2.6-2: Rebuilding to fail hard on lv2lint.

The call to lv2lint with LV2_PATH set or using the -I switch behave differently.
The former fails on X11UI, while the latter does not.

Modified:
  bslizr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 12:43:14 UTC (rev 613330)
+++ PKGBUILD2020-04-11 12:43:26 UTC (rev 613331)
@@ -3,7 +3,7 @@
 _name=BSlizr
 pkgname=bslizr
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input 
signals"
 arch=('x86_64')
 url="https://github.com/sjaehn/bslizr;
@@ -27,7 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}" lv2lint "https://www.jahnichen.de/plugins/lv2/BSlizr; || 
echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8;
+  lv2lint -I "${_name}.lv2/" "https://www.jahnichen.de/plugins/lv2/BSlizr;
 }
 
 package() {


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:43:37
  Author: dvzrv
Revision: 613332

archrelease: copy trunk to community-x86_64

Added:
  bslizr/repos/community-x86_64/PKGBUILD
(from rev 613331, bslizr/trunk/PKGBUILD)
Deleted:
  bslizr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 12:43:26 UTC (rev 613331)
+++ PKGBUILD2020-04-11 12:43:37 UTC (rev 613332)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-
-_name=BSlizr
-pkgname=bslizr
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input 
signals"
-arch=('x86_64')
-url="https://github.com/sjaehn/bslizr;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
-makedepends=('lv2')
-checkdepends=('lv2lint')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('3e95176ca1332bf8a8607df6b7f1186ce941cddaa248f31880151555800040516550fafb54a70ff146d4d126e4900916566a50a42cbe1895987ac663e7422959')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX='/usr'
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}" lv2lint "https://www.jahnichen.de/plugins/lv2/BSlizr; || 
echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" PREFIX='/usr' install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # remove useless license file
-  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
-}

Copied: bslizr/repos/community-x86_64/PKGBUILD (from rev 613331, 
bslizr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 12:43:37 UTC (rev 613332)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+
+_name=BSlizr
+pkgname=bslizr
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input 
signals"
+arch=('x86_64')
+url="https://github.com/sjaehn/bslizr;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('3e95176ca1332bf8a8607df6b7f1186ce941cddaa248f31880151555800040516550fafb54a70ff146d4d126e4900916566a50a42cbe1895987ac663e7422959')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr'
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -I "${_name}.lv2/" "https://www.jahnichen.de/plugins/lv2/BSlizr;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" PREFIX='/usr' install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove useless license file
+  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:43:14
  Author: dvzrv
Revision: 613330

archrelease: copy trunk to community-x86_64

Added:
  bchoppr/repos/community-x86_64/
  bchoppr/repos/community-x86_64/PKGBUILD
(from rev 613329, bchoppr/trunk/PKGBUILD)

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

Copied: bchoppr/repos/community-x86_64/PKGBUILD (from rev 613329, 
bchoppr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-11 12:43:14 UTC (rev 613330)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+_name=BChoppr
+pkgname=bchoppr
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="An audio stream chopping LV2 plugin"
+arch=('x86_64')
+url="https://github.com/sjaehn/BChoppr;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('d6f05f737d1f4e116ebd80c48d8cbb4c7e13e969593504395ab9ae0521d31e39a587d0f44e7c9ec609624de8f4575f87d556bfce39ab70922a35ad1979c063c5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr'
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -I "${PWD}/${_name}.lv2/" 
"https://www.jahnichen.de/plugins/lv2/${_name};
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" PREFIX='/usr' install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove useless license file
+  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}


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

2020-04-11 Thread David Runge via arch-commits
Date: Saturday, April 11, 2020 @ 12:40:51
  Author: dvzrv
Revision: 613329

Adding bchoppr.

Added:
  bchoppr/
  bchoppr/repos/
  bchoppr/trunk/
  bchoppr/trunk/PKGBUILD

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

Added: bchoppr/trunk/PKGBUILD
===
--- bchoppr/trunk/PKGBUILD  (rev 0)
+++ bchoppr/trunk/PKGBUILD  2020-04-11 12:40:51 UTC (rev 613329)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+_name=BChoppr
+pkgname=bchoppr
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="An audio stream chopping LV2 plugin"
+arch=('x86_64')
+url="https://github.com/sjaehn/BChoppr;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('d6f05f737d1f4e116ebd80c48d8cbb4c7e13e969593504395ab9ae0521d31e39a587d0f44e7c9ec609624de8f4575f87d556bfce39ab70922a35ad1979c063c5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr'
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -I "${PWD}/${_name}.lv2/" 
"https://www.jahnichen.de/plugins/lv2/${_name};
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" PREFIX='/usr' install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove useless license file
+  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 12:14:06
  Author: arojas
Revision: 380120

archrelease: copy trunk to extra-x86_64

Added:
  aspell-en/repos/extra-x86_64/PKGBUILD
(from rev 380119, aspell-en/trunk/PKGBUILD)
Deleted:
  aspell-en/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 12:13:41 UTC (rev 380119)
+++ PKGBUILD2020-04-11 12:14:06 UTC (rev 380120)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=aspell-en
-pkgver=2018.04.16
-pkgrel=1
-pkgdesc="English dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/;
-license=('custom')
-depends=('aspell')
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
-sha512sums=('70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2')
-
-build() {
-  cd "$srcdir/aspell6-en-$pkgver-0"
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/aspell6-en-$pkgver-0"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aspell-en/repos/extra-x86_64/PKGBUILD (from rev 380119, 
aspell-en/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 12:14:06 UTC (rev 380120)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=aspell-en
+pkgver=2019.10.06
+pkgrel=1
+pkgdesc="English dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
+sha512sums=('e16c76bd2da4515af6f1e3dbbc1c5f26fc3be550e022cbb5b741b867be2acc1359a8902af1b359f6c8cff38de01b9aa43a02153a5a6bc618296e75bf86020a6e')
+
+build() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 12:13:41
  Author: arojas
Revision: 380119

Update to 2019.10.06

Modified:
  aspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 10:49:55 UTC (rev 380118)
+++ PKGBUILD2020-04-11 12:13:41 UTC (rev 380119)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=aspell-en
-pkgver=2018.04.16
+pkgver=2019.10.06
 pkgrel=1
 pkgdesc="English dictionary for aspell"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('custom')
 depends=('aspell')
 source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
-sha512sums=('70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2')
+sha512sums=('e16c76bd2da4515af6f1e3dbbc1c5f26fc3be550e022cbb5b741b867be2acc1359a8902af1b359f6c8cff38de01b9aa43a02153a5a6bc618296e75bf86020a6e')
 
 build() {
   cd "$srcdir/aspell6-en-$pkgver-0"


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:49:55
  Author: arojas
Revision: 380118

archrelease: copy trunk to testing-x86_64

Added:
  plasma-workspace/repos/testing-x86_64/
  plasma-workspace/repos/testing-x86_64/PKGBUILD
(from rev 380117, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-x86_64/kde.pam
(from rev 380117, plasma-workspace/trunk/kde.pam)

--+
 PKGBUILD |   65 +
 kde.pam  |9 
 2 files changed, 74 insertions(+)

Copied: plasma-workspace/repos/testing-x86_64/PKGBUILD (from rev 380117, 
plasma-workspace/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 10:49:55 UTC (rev 380118)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace plasma-wayland-session)
+pkgver=5.18.4.1
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools 
appstream-qt phonon-qt5
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
+ plasma-integration kdelibs4support kpeople kactivities-stats 
libkscreen kquickcharts kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam)
+sha256sums=('924d8401c3d1fe5d107b6d3facaf96c292f1d4972529831993056982f28b1601'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+  'kdepim-addons: displaying PIM events in the calendar'
+  'appmenu-gtk-module: global menu support for GTK2 and some GTK3 
applications'
+  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
+  'baloo: Baloo search runner' 'discover: manage applications 
installation from the launcher')
+  provides=(notification-daemon)
+  backup=('etc/pam.d/kde')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+  # Split plasma-wayland scripts
+  rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_plasma-wayland-session() {
+  pkgdesc='Plasma Wayland session'
+  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
+  groups=()
+
+  install -Dm644 build/login-sessions/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}

Copied: plasma-workspace/repos/testing-x86_64/kde.pam (from rev 380117, 
plasma-workspace/trunk/kde.pam)
===
--- testing-x86_64/kde.pam  (rev 0)
+++ testing-x86_64/kde.pam  2020-04-11 10:49:55 UTC (rev 380118)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+authinclude system-login
+
+account include system-login
+
+passwordinclude system-login
+
+session include system-login


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:49:31
  Author: arojas
Revision: 380117

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 10:44:32 UTC (rev 380116)
+++ PKGBUILD2020-04-11 10:49:31 UTC (rev 380117)
@@ -6,12 +6,12 @@
 pkgbase=plasma-workspace
 pkgname=(plasma-workspace plasma-wayland-session)
 pkgver=5.18.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools 
appstream-qt
+depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools 
appstream-qt phonon-qt5
  xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
  plasma-integration kdelibs4support kpeople kactivities-stats 
libkscreen kquickcharts kuserfeedback)
 makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
kdesignerplugin)


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:44:32
  Author: arojas
Revision: 380116

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 380115, networkmanager-qt/trunk/PKGBUILD)
Deleted:
  networkmanager-qt/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 10:44:05 UTC (rev 380115)
+++ PKGBUILD2020-04-11 10:44:32 UTC (rev 380116)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=networkmanager-qt
-pkgver=5.69.0
-pkgrel=1
-pkgdesc='Qt wrapper for NetworkManager API'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(networkmanager qt5-base)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9e836e8dd97931231bb92b5ae84777dc54977860aeed881d784209868a2759f0'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 380115, 
networkmanager-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 10:44:32 UTC (rev 380116)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.69.0
+pkgrel=2
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(networkmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e836e8dd97931231bb92b5ae84777dc54977860aeed881d784209868a2759f0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:44:05
  Author: arojas
Revision: 380115

libffi 3.3 rebuild

Modified:
  networkmanager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 10:31:46 UTC (rev 380114)
+++ PKGBUILD2020-04-11 10:44:05 UTC (rev 380115)
@@ -4,7 +4,7 @@
 
 pkgname=networkmanager-qt
 pkgver=5.69.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt wrapper for NetworkManager API'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:31:46
  Author: arojas
Revision: 380114

archrelease: copy trunk to extra-x86_64

Added:
  kwordquiz/repos/extra-x86_64/PKGBUILD
(from rev 380113, kwordquiz/trunk/PKGBUILD)
Deleted:
  kwordquiz/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 10:31:27 UTC (rev 380113)
+++ PKGBUILD2020-04-11 10:31:46 UTC (rev 380114)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwordquiz
-pkgver=19.12.3
-pkgrel=1
-pkgdesc="Flash Card Trainer"
-url="https://kde.org/applications/education/kwordquiz/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(knotifyconfig libkeduvocdocument knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6965a3b3c171c3f62aeecf4cce14d23062ab914b1860822546a5770b80fc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwordquiz/repos/extra-x86_64/PKGBUILD (from rev 380113, 
kwordquiz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 10:31:46 UTC (rev 380114)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwordquiz
+pkgver=19.12.3
+pkgrel=2
+pkgdesc="Flash Card Trainer"
+url="https://kde.org/applications/education/kwordquiz/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knotifyconfig libkeduvocdocument knewstuff phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6965a3b3c171c3f62aeecf4cce14d23062ab914b1860822546a5770b80fc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kwordquiz (kde-unstable/PKGBUILD trunk/PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:31:27
  Author: arojas
Revision: 380113

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  kwordquiz/kde-unstable/PKGBUILD
  kwordquiz/trunk/PKGBUILD

---+
 kde-unstable/PKGBUILD |2 +-
 trunk/PKGBUILD|4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2020-04-11 10:29:53 UTC (rev 380112)
+++ kde-unstable/PKGBUILD   2020-04-11 10:31:27 UTC (rev 380113)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
-depends=(knotifyconfig libkeduvocdocument knewstuff)
+depends=(knotifyconfig libkeduvocdocument knewstuff phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('848ceab68146048ffda9182ef9e6894c6564b9216fbf20eafef4fa23f3e6ebd6'

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-04-11 10:29:53 UTC (rev 380112)
+++ trunk/PKGBUILD  2020-04-11 10:31:27 UTC (rev 380113)
@@ -4,13 +4,13 @@
 
 pkgname=kwordquiz
 pkgver=19.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Flash Card Trainer"
 url="https://kde.org/applications/education/kwordquiz/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
-depends=(knotifyconfig libkeduvocdocument knewstuff)
+depends=(knotifyconfig libkeduvocdocument knewstuff phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('6965a3b3c171c3f62aeecf4cce14d23062ab914b1860822546a5770b80fc'


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:29:53
  Author: arojas
Revision: 380112

archrelease: copy trunk to extra-x86_64

Added:
  ktorrent/repos/extra-x86_64/PKGBUILD
(from rev 380111, ktorrent/trunk/PKGBUILD)
Deleted:
  ktorrent/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 10:29:34 UTC (rev 380111)
+++ PKGBUILD2020-04-11 10:29:53 UTC (rev 380112)
@@ -1,35 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Travis Willard 
-# Contributor: Georg Grabler 
-
-pkgname=ktorrent
-pkgver=5.1.2
-pkgrel=1
-pkgdesc="A powerful BitTorrent client for KDE"
-arch=(x86_64)
-url='https://www.kde.org/applications/internet/ktorrent/'
-license=(GPL2)
-depends=(libktorrent kcmutils knotifyconfig kross)
-makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit geoip)
-optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
-'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f'
-'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DWITH_SYSTEM_GEOIP=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktorrent/repos/extra-x86_64/PKGBUILD (from rev 380111, 
ktorrent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 10:29:53 UTC (rev 380112)
@@ -0,0 +1,35 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Travis Willard 
+# Contributor: Georg Grabler 
+
+pkgname=ktorrent
+pkgver=5.1.2
+pkgrel=2
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/ktorrent/'
+license=(GPL2)
+depends=(libktorrent kcmutils knotifyconfig kross phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit geoip)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
+'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DWITH_SYSTEM_GEOIP=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:29:34
  Author: arojas
Revision: 380111

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 10:27:07 UTC (rev 380110)
+++ PKGBUILD2020-04-11 10:29:34 UTC (rev 380111)
@@ -4,12 +4,12 @@
 
 pkgname=ktorrent
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
-depends=(libktorrent kcmutils knotifyconfig kross)
+depends=(libktorrent kcmutils knotifyconfig kross phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit geoip)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
 'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')


[arch-commits] Commit in korganizer (kde-unstable/PKGBUILD trunk/PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:26:48
  Author: arojas
Revision: 380109

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  korganizer/kde-unstable/PKGBUILD
  korganizer/trunk/PKGBUILD

---+
 kde-unstable/PKGBUILD |2 +-
 trunk/PKGBUILD|4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2020-04-11 10:24:40 UTC (rev 380108)
+++ kde-unstable/PKGBUILD   2020-04-11 10:26:48 UTC (rev 380109)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url="https://kontact.kde.org;
 license=(GPL2)
-depends=(kdepim-runtime kontactinterface incidenceeditor kuserfeedback)
+depends=(kdepim-runtime kontactinterface incidenceeditor kuserfeedback 
phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools qt5-tools boost)
 optdepends=('kdepim-addons: additional plugins')
 groups=(kde-applications kdepim)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-04-11 10:24:40 UTC (rev 380108)
+++ trunk/PKGBUILD  2020-04-11 10:26:48 UTC (rev 380109)
@@ -3,12 +3,12 @@
 
 pkgname=korganizer
 pkgver=19.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Calendar and scheduling Program"
 arch=(x86_64)
 url="https://kontact.kde.org;
 license=(GPL2)
-depends=(kdepim-runtime kontactinterface incidenceeditor)
+depends=(kdepim-runtime kontactinterface incidenceeditor phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools qt5-tools boost)
 optdepends=('kdepim-addons: additional plugins')
 groups=(kde-applications kdepim)


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:27:07
  Author: arojas
Revision: 380110

archrelease: copy trunk to extra-x86_64

Added:
  korganizer/repos/extra-x86_64/PKGBUILD
(from rev 380109, korganizer/trunk/PKGBUILD)
Deleted:
  korganizer/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 10:26:48 UTC (rev 380109)
+++ PKGBUILD2020-04-11 10:27:07 UTC (rev 380110)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=korganizer
-pkgver=19.12.3
-pkgrel=1
-pkgdesc="Calendar and scheduling Program"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime kontactinterface incidenceeditor)
-makedepends=(extra-cmake-modules kdoctools qt5-tools boost)
-optdepends=('kdepim-addons: additional plugins')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ea0a970aa510d5cdbbf80e974049fa3e7591e02c9ec2c4206137c49266df1acb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: korganizer/repos/extra-x86_64/PKGBUILD (from rev 380109, 
korganizer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 10:27:07 UTC (rev 380110)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=korganizer
+pkgver=19.12.3
+pkgrel=2
+pkgdesc="Calendar and scheduling Program"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime kontactinterface incidenceeditor phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools qt5-tools boost)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ea0a970aa510d5cdbbf80e974049fa3e7591e02c9ec2c4206137c49266df1acb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:24:40
  Author: arojas
Revision: 380108

archrelease: copy trunk to extra-x86_64

Added:
  kalarm/repos/extra-x86_64/PKGBUILD
(from rev 380107, kalarm/trunk/PKGBUILD)
Deleted:
  kalarm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 10:24:19 UTC (rev 380107)
+++ PKGBUILD2020-04-11 10:24:40 UTC (rev 380108)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kalarm
-pkgver=19.12.3
-pkgrel=1
-pkgdesc="Personal alarm scheduler"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime perl)
-makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('526ab8884752c15622233db8b72e88d0c22a7a1bd265763d850b6e18e32de417'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarm/repos/extra-x86_64/PKGBUILD (from rev 380107, 
kalarm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 10:24:40 UTC (rev 380108)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalarm
+pkgver=19.12.3
+pkgrel=2
+pkgdesc="Personal alarm scheduler"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime perl phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('526ab8884752c15622233db8b72e88d0c22a7a1bd265763d850b6e18e32de417'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:24:19
  Author: arojas
Revision: 380107

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  kalarm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 10:21:52 UTC (rev 380106)
+++ PKGBUILD2020-04-11 10:24:19 UTC (rev 380107)
@@ -3,7 +3,7 @@
 
 pkgname=kalarm
 pkgver=19.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Personal alarm scheduler"
 arch=(x86_64)
 url="https://kontact.kde.org;


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:21:52
  Author: arojas
Revision: 380106

archrelease: copy trunk to extra-x86_64

Added:
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 380105, konversation/trunk/PKGBUILD)
Deleted:
  konversation/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 10:21:31 UTC (rev 380105)
+++ PKGBUILD2020-04-11 10:21:52 UTC (rev 380106)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.7.5
-pkgrel=2
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(x86_64)
-url="https://konversation.kde.org;
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme 
perl)
-optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
-makedepends=(extra-cmake-modules kdoctools)
-license=(GPL2 FDL)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- 
konversation-qt-5.13.patch::"https://cgit.kde.org/konversation.git/patch/src/irc?id=4d003661;)
-sha256sums=('60bf7533062b5fc63a37105461b4776437f4e24859e8ddaed1d48c4ba1470940'
-'SKIP'
-'2b734869ae5e04644aceff8e02d1b24c8b705bd984f68f8fc4c0c9c042851afb')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../konversation-qt-5.13.patch # Fix build with Qt 5.13
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: konversation/repos/extra-x86_64/PKGBUILD (from rev 380105, 
konversation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 10:21:52 UTC (rev 380106)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.7.5
+pkgrel=3
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(x86_64)
+url="https://konversation.kde.org;
+depends=(knotifyconfig kemoticons kparts kidletime phonon-qt5 qca-qt5 
hicolor-icon-theme perl)
+optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
+makedepends=(extra-cmake-modules kdoctools)
+license=(GPL2 FDL)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
konversation-qt-5.13.patch::"https://cgit.kde.org/konversation.git/patch/src/irc?id=4d003661;)
+sha256sums=('60bf7533062b5fc63a37105461b4776437f4e24859e8ddaed1d48c4ba1470940'
+'SKIP'
+'2b734869ae5e04644aceff8e02d1b24c8b705bd984f68f8fc4c0c9c042851afb')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../konversation-qt-5.13.patch # Fix build with Qt 5.13
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:21:31
  Author: arojas
Revision: 380105

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 10:17:33 UTC (rev 380104)
+++ PKGBUILD2020-04-11 10:21:31 UTC (rev 380105)
@@ -7,11 +7,11 @@
 
 pkgname=konversation
 pkgver=1.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A user-friendly and fully-featured IRC client"
 arch=(x86_64)
 url="https://konversation.kde.org;
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme 
perl)
+depends=(knotifyconfig kemoticons kparts kidletime phonon-qt5 qca-qt5 
hicolor-icon-theme perl)
 optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
 makedepends=(extra-cmake-modules kdoctools)
 license=(GPL2 FDL)


[arch-commits] Commit in kalarm (kde-unstable/PKGBUILD trunk/PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:17:33
  Author: arojas
Revision: 380104

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  kalarm/kde-unstable/PKGBUILD
  kalarm/trunk/PKGBUILD

---+
 kde-unstable/PKGBUILD |2 +-
 trunk/PKGBUILD|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2020-04-11 09:48:53 UTC (rev 380103)
+++ kde-unstable/PKGBUILD   2020-04-11 10:17:33 UTC (rev 380104)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url="https://kontact.kde.org;
 license=(GPL2)
-depends=(kdepim-runtime perl)
+depends=(kdepim-runtime perl phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
 groups=(kde-applications kdepim)
 
source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-04-11 09:48:53 UTC (rev 380103)
+++ trunk/PKGBUILD  2020-04-11 10:17:33 UTC (rev 380104)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url="https://kontact.kde.org;
 license=(GPL2)
-depends=(kdepim-runtime perl)
+depends=(kdepim-runtime perl phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
 groups=(kde-applications kdepim)
 
source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:05:13
  Author: arojas
Revision: 613328

archrelease: copy trunk to community-staging-x86_64

Added:
  qgis/repos/community-staging-x86_64/
  qgis/repos/community-staging-x86_64/PKGBUILD
(from rev 613327, qgis/trunk/PKGBUILD)
  qgis/repos/community-staging-x86_64/qgis-pyqt5-sip5.patch
(from rev 613327, qgis/trunk/qgis-pyqt5-sip5.patch)

---+
 PKGBUILD  |   60 
 qgis-pyqt5-sip5.patch |   22 +
 2 files changed, 82 insertions(+)

Copied: qgis/repos/community-staging-x86_64/PKGBUILD (from rev 613327, 
qgis/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-11 10:05:13 UTC (rev 613328)
@@ -0,0 +1,60 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.12.1
+pkgrel=1
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(desktop-file-utils exiv2 gdal hicolor-icon-theme libzip 
python-qscintilla-qt5 qca qt5-3d
+ qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex python-sip)
+makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip 
python-setuptools)
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin'
+'gsl: Georeferencer plugin'
+'python-gdal: DB Manager plugin; Processing plugin'
+'python-jinja: MetaSearch plugin'
+'python-owslib: MetaSearch plugin'
+'python-psycopg2: DB Manager plugin; Processing plugin'
+'python-pygments: MetaSearch plugin'
+'python-numpy: Processing plugin'
+'python-yaml: Processing plugin')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
+ qgis-pyqt5-sip5.patch)
+sha256sums=('a7dc7af768b8960c08ce72a06c1f4ca4664f4197ce29c7fe238429e48b2881a8'
+'47fdab75c94ecf5b61a41b334e23714226e895cef507c35a3bc4b46c7d307981')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../qgis-pyqt5-sip5.patch # Use new pyqt sip file location
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_3D=TRUE \
+-DWITH_SERVER=TRUE \
+-DWITH_CUSTOM_WIDGETS=TRUE \
+-DBINDINGS_GLOBAL_INSTALL=TRUE \
+-DQGIS_MANUAL_SUBDIR=share/man \
+-DWITH_QWTPOLAR=TRUE \
+-DWITH_INTERNAL_QWTPOLAR=FALSE
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: qgis/repos/community-staging-x86_64/qgis-pyqt5-sip5.patch (from rev 
613327, qgis/trunk/qgis-pyqt5-sip5.patch)
===
--- community-staging-x86_64/qgis-pyqt5-sip5.patch  
(rev 0)
+++ community-staging-x86_64/qgis-pyqt5-sip5.patch  2020-04-11 10:05:13 UTC 
(rev 613328)
@@ -0,0 +1,22 @@
+diff --git a/cmake/FindPyQt5.py b/cmake/FindPyQt5.py
+index 6a55a0f801..ba46441059 100644
+--- a/cmake/FindPyQt5.py
 b/cmake/FindPyQt5.py
+@@ -37,7 +37,7 @@ except ImportError:
+ import PyQt5.QtCore
+ import sipconfig # won't work for SIP v5
+ import os.path
+-import sys
++import sys, site
+ cfg = sipconfig.Configuration()
+ sip_dir = cfg.default_sip_dir
+ if sys.platform.startswith('freebsd'):
+@@ -54,7 +54,7 @@ except ImportError:
+ 'pyqt_version_str': PyQt5.QtCore.PYQT_VERSION_STR,
+ 'pyqt_sip_flags': PyQt5.QtCore.PYQT_CONFIGURATION['sip_flags'],
+ 'pyqt_mod_dir': os.path.join(cfg.default_mod_dir, "PyQt5"),
+-'pyqt_sip_dir': sip_dir,
++'pyqt_sip_dir': os.path.join(site.getsitepackages()[0], "PyQt5", 
"bindings"),
+ 'pyqt_bin_dir': cfg.default_bin_dir,
+ }
+ pyqtcfg = sipconfig.Configuration([cfg])


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:04:54
  Author: arojas
Revision: 613327

Update to 3.12.1, hdf5 1.12 rebuild

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 09:45:54 UTC (rev 613326)
+++ PKGBUILD2020-04-11 10:04:54 UTC (rev 613327)
@@ -9,7 +9,7 @@
 # Contributor: Eric Forgeot < http://esclinux.tk >
 
 pkgname=qgis
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
@@ -30,7 +30,7 @@
 'python-yaml: Processing plugin')
 source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
  qgis-pyqt5-sip5.patch)
-sha256sums=('19e9c185dfe88cad7ee6e0dcf5ab7b0bbfe1672307868a53bf771e0c8f9d5e9c'
+sha256sums=('a7dc7af768b8960c08ce72a06c1f4ca4664f4197ce29c7fe238429e48b2881a8'
 '47fdab75c94ecf5b61a41b334e23714226e895cef507c35a3bc4b46c7d307981')
 
 prepare() {


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:48:36
  Author: arojas
Revision: 380100

archrelease: copy trunk to testing-x86_64

Added:
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 380098, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 380098, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:48:36 UTC (rev 380100)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.69.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-svg ki18n kjs)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('706b3448694143484393dfa4c05953e832c83757d84d17d47d02e36f137f351f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Andreas Radke via arch-commits
Date: Saturday, April 11, 2020 @ 09:48:41
  Author: andyrtr
Revision: 380101

archrelease: copy trunk to extra-x86_64

Added:
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 380100, libinput/trunk/PKGBUILD)
Deleted:
  libinput/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 09:48:36 UTC (rev 380100)
+++ PKGBUILD2020-04-11 09:48:41 UTC (rev 380101)
@@ -1,35 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.15.4
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://www.freedesktop.org/wiki/Software/libinput/;
-arch=(x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# upstream doesn't recommend building docs
-makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
-optdepends=('gtk3: libinput debug-gui'
-'python-pyudev: libinput measure'
-'python-libevdev: libinput measure')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('4659818952dc729cd5bdb78ebe21edbbacbf8a66a592b13ba30f3bb4c4e264208ec94440a253cfa4edc8b2ef904954eecea6be0f8d63cf239e3858d3abb64a80'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  arch-meson $pkgname-$pkgver build \
--Dudev-dir=/usr/lib/udev \
--Dtests=false \
--Ddocumentation=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dvm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libinput/repos/extra-x86_64/PKGBUILD (from rev 380100, 
libinput/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 09:48:41 UTC (rev 380101)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.15.5
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# upstream doesn't recommend building docs
+makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-libevdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('a0a3a325048841fc017e19d3bc5f5490605972ab9e2730dc5678bda7efb7a5b1fa6f531f3c8abd8393899ec383d8d2bcfd586eacee04fc1fbda0e02ba2af956a'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-Dudev-dir=/usr/lib/udev \
+-Dtests=false \
+-Ddocumentation=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:48:45
  Author: arojas
Revision: 380102

archrelease: copy trunk to testing-x86_64

Added:
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 380101, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 380101, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:48:45 UTC (rev 380102)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.69.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c01e9a6bb7f134f453be70bd6d92ead28dce647c57dd9c2421cd6f1e99e0cd72'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Andreas Radke via arch-commits
Date: Saturday, April 11, 2020 @ 09:48:35
  Author: andyrtr
Revision: 380099

upgpkg: libinput 1.15.5-1: upstream update 1.15.5

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 09:48:26 UTC (rev 380098)
+++ PKGBUILD2020-04-11 09:48:35 UTC (rev 380099)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.15.4
+pkgver=1.15.5
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
@@ -15,7 +15,7 @@
 'python-pyudev: libinput measure'
 'python-libevdev: libinput measure')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('4659818952dc729cd5bdb78ebe21edbbacbf8a66a592b13ba30f3bb4c4e264208ec94440a253cfa4edc8b2ef904954eecea6be0f8d63cf239e3858d3abb64a80'
+sha512sums=('a0a3a325048841fc017e19d3bc5f5490605972ab9e2730dc5678bda7efb7a5b1fa6f531f3c8abd8393899ec383d8d2bcfd586eacee04fc1fbda0e02ba2af956a'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:48:53
  Author: arojas
Revision: 380103

archrelease: copy trunk to testing-x86_64

Added:
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 380102, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 380102, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:48:53 UTC (rev 380103)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.69.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts qt5-script)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('acec70fe9732b05b28747da7761571d8b684641c7848f544a0e67a698f93'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:48:26
  Author: arojas
Revision: 380098

archrelease: copy trunk to testing-x86_64

Added:
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 380097, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 380097, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:48:26 UTC (rev 380098)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.69.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(giflib kparts kjs phonon-qt5)
+makedepends=(extra-cmake-modules gperf)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2c650bd976490dcb016216f94a73e5e58d83c51bcf6cb145875909f0882d231d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in qqc2-desktop-style/repos (2 files)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:47:49
  Author: arojas
Revision: 380094

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 380093, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 380093, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:47:49 UTC (rev 380094)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.69.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('be70ed78ec4b82d96ce6fb573478a18042d14c46fb462bc571dc9b777cf63eb9'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:47:58
  Author: arojas
Revision: 380095

archrelease: copy trunk to testing-x86_64

Added:
  syndication/repos/testing-x86_64/
  syndication/repos/testing-x86_64/PKGBUILD
(from rev 380094, syndication/trunk/PKGBUILD)

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

Copied: syndication/repos/testing-x86_64/PKGBUILD (from rev 380094, 
syndication/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:47:58 UTC (rev 380095)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=syndication
+pkgver=5.69.0
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks;
+license=(LGPL)
+depends=(kcodecs)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+conflicts=(kde-syndication)
+provides=(kde-syndication)
+replaces=(kde-syndication)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('eb38fbc7749efff7a06ee1454c0aaf4e0751bda2eaaf2587560e7d810f02972e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


  1   2   3   >