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

2020-05-07 Thread Christian Hesse via arch-commits
Date: Friday, May 8, 2020 @ 05:58:47
  Author: eworm
Revision: 382761

add soname depends

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 05:56:16 UTC (rev 382760)
+++ PKGBUILD2020-05-08 05:58:47 UTC (rev 382761)
@@ -8,7 +8,8 @@
 arch=(x86_64)
 license=('GPL')
 url='https://gitlab.com/cryptsetup/cryptsetup/'
-depends=('device-mapper' 'openssl' 'popt' 'libutil-linux' 'json-c' 'argon2')
+depends=('device-mapper' 'libdevmapper.so' 'openssl' 'popt' 'libutil-linux'
+ 'libuuid.so' 'json-c' 'libjson-c.so' 'argon2' 'libargon2.so')
 makedepends=('util-linux')
 provides=('libcryptsetup.so')
 options=('!emptydirs')


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

2020-05-07 Thread Christian Hesse via arch-commits
Date: Friday, May 8, 2020 @ 05:56:16
  Author: eworm
Revision: 382760

add soname depends

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 05:43:29 UTC (rev 382759)
+++ PKGBUILD2020-05-08 05:56:16 UTC (rev 382760)
@@ -97,7 +97,7 @@
 package_device-mapper() {
   pkgdesc="Device mapper userspace library and tools"
   url="http://sourceware.org/dm/;
-  depends=('glibc' 'systemd-libs')
+  depends=('glibc' 'systemd-libs' 'libudev.so')
   provides=('libdevmapper.so'
 'libdevmapper-event.so')
 
@@ -115,7 +115,9 @@
 
 package_lvm2() {
   pkgdesc="Logical Volume Manager 2 utilities"
-  depends=('bash' "device-mapper>=${pkgver}" 'systemd-libs' 'libutil-linux' 
'readline' 'thin-provisioning-tools')
+  depends=('bash' "device-mapper>=${pkgver}" 'libdevmapper.so' 'systemd-libs'
+'libudev.so' 'libutil-linux' 'libblkid.so' 'readline' 'libreadline.so'
+'thin-provisioning-tools')
   conflicts=('lvm' 'mkinitcpio<0.7')
   backup=('etc/lvm/lvm.conf'
 'etc/lvm/lvmlocal.conf')


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

2020-05-07 Thread Christian Hesse via arch-commits
Date: Friday, May 8, 2020 @ 05:43:29
  Author: eworm
Revision: 382759

add soname depends

Modified:
  acl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 05:17:36 UTC (rev 382758)
+++ PKGBUILD2020-05-08 05:43:29 UTC (rev 382759)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 url='https://savannah.nongnu.org/projects/acl'
 license=('LGPL')
-depends=('attr')
+depends=('attr' 'libattr.so')
 replaces=('xfsacl')
 provides=('xfsacl' 'libacl.so')
 conflicts=('xfsacl')


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 02:23:07
  Author: allan
Revision: 382748

upgpkg: libebur128 1.2.4-2: .BUILDINFO rebuild

Modified:
  libebur128/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 02:13:18 UTC (rev 382747)
+++ PKGBUILD2020-05-08 02:23:07 UTC (rev 382748)
@@ -3,7 +3,7 @@
 
 pkgname=libebur128
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that implements the EBU R 128 standard for loudness 
normalisation."
 arch=(x86_64)
 url="https://github.com/jiixyj/libebur128;


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

2020-05-07 Thread Nicola Squartini via arch-commits
Date: Friday, May 8, 2020 @ 02:22:57
  Author: tensor5
Revision: 625511

upgpkg: zcash 2.1.2_1-1

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 01:17:56 UTC (rev 625510)
+++ PKGBUILD2020-05-08 02:22:57 UTC (rev 625511)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=zcash
-pkgver=2.1.2
-_commit=ff1e8ebe2fe86394739e3190a06e5ea7fd85ace0
+pkgver=2.1.2_1
+_commit=f7d2142eb0744d51be448130d0cee0c5bd1cb6f3
 pkgrel=1
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')


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

2020-05-07 Thread Nicola Squartini via arch-commits
Date: Friday, May 8, 2020 @ 02:23:41
  Author: tensor5
Revision: 625512

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 625511, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/use-system-qpid-proton.patch
(from rev 625511, zcash/trunk/use-system-qpid-proton.patch)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 625511, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 625511, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/use-system-qpid-proton.patch
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

--+
 PKGBUILD |  146 -
 use-system-qpid-proton.patch |   52 +++---
 use-system-rust.patch|   28 +++
 zcashd.service   |   18 ++---
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 02:22:57 UTC (rev 625511)
+++ PKGBUILD2020-05-08 02:23:41 UTC (rev 625512)
@@ -1,73 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=2.1.2
-_commit=ff1e8ebe2fe86394739e3190a06e5ea7fd85ace0
-pkgrel=1
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
-makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
-checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 
'python-simplejson')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
-'use-system-qpid-proton.patch'
-'use-system-rust.patch'
-'zcashd.service')
-sha512sums=('SKIP'
-
'0d9c089e1b9eddc127936dbc12984804f3ad65c35845a336368cc9fce22ae784fb486a9a74b5cf34f42739779b42c18084f0558c9c1c74f18c6d8999596c7af6'
-
'1267fc174df81a80a1b0f2e1a6bbaaa6fa95402c83bc6a8678b582ed6c7f7a02eeed0f61c9600496aa782f9fb9fec6dc9ac419d366d059306a5c4f97a5a166f0'
-
'2fb8b0a636ca9c7ee15f0fd2c47046c8323ade3de9562f393da7541eee50dd14b12107dd29b0e1ee90ff88963e2f7e25b12435166a1812df5c88c579c12dde88')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../use-system-qpid-proton.patch
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd ${pkgname}
-
-cd depends
-make install \
-native_packages='' \
-packages="bdb utfcpp"
-cd ..
-
-BUILD="$(./depends/config.guess)"
-CPPFLAGS="${CPPFLAGS} -I${PWD}/depends/${BUILD}/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/${BUILD}/lib"
-
-./autogen.sh
-depends_prefix="${PWD}/depends/${BUILD}" ./configure --prefix=/usr \
---enable-online-rust \
---enable-proton
-make RUST_TARGET="${BUILD}"
-}
-
-check() {
-cd ${pkgname}
-
-./zcutil/fetch-params.sh --testnet
-export RUST_TARGET="$(./depends/config.guess)"
-./qa/zcash/full_test_suite.py || true
-}
-
-package() {
-cd ${pkgname}
-
-make DESTDIR="${pkgdir}" RUST_TARGET="$(./depends/config.guess)" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 625511, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 02:23:41 UTC (rev 625512)
@@ -0,0 +1,73 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=2.1.2_1
+_commit=f7d2142eb0744d51be448130d0cee0c5bd1cb6f3
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
+checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 
'python-simplejson')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
+'use-system-qpid-proton.patch'
+'use-system-rust.patch'
+'zcashd.service')
+sha512sums=('SKIP'
+
'0d9c089e1b9eddc127936dbc12984804f3ad65c35845a336368cc9fce22ae784fb486a9a74b5cf34f42739779b42c18084f0558c9c1c74f18c6d8999596c7af6'
+
'1267fc174df81a80a1b0f2e1a6bbaaa6fa95402c83bc6a8678b582ed6c7f7a02eeed0f61c9600496aa782f9fb9fec6dc9ac419d366d059306a5c4f97a5a166f0'
+

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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 02:23:26
  Author: allan
Revision: 382749

archrelease: copy trunk to extra-x86_64

Added:
  libebur128/repos/extra-x86_64/PKGBUILD
(from rev 382748, libebur128/trunk/PKGBUILD)
Deleted:
  libebur128/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 02:23:07 UTC (rev 382748)
+++ PKGBUILD2020-05-08 02:23:26 UTC (rev 382749)
@@ -1,35 +0,0 @@
-# Maintainer:
-# Contributor: BoosterDEV 
-
-pkgname=libebur128
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A library that implements the EBU R 128 standard for loudness 
normalisation."
-arch=(x86_64)
-url="https://github.com/jiixyj/libebur128;
-license=(MIT)
-depends=(glibc)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jiixyj/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_STATIC_LIBS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libebur128/repos/extra-x86_64/PKGBUILD (from rev 382748, 
libebur128/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 02:23:26 UTC (rev 382749)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: BoosterDEV 
+
+pkgname=libebur128
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="A library that implements the EBU R 128 standard for loudness 
normalisation."
+arch=(x86_64)
+url="https://github.com/jiixyj/libebur128;
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jiixyj/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 02:13:18
  Author: allan
Revision: 382747

archrelease: copy trunk to extra-x86_64

Added:
  libcue/repos/extra-x86_64/PKGBUILD
(from rev 382746, libcue/trunk/PKGBUILD)
Deleted:
  libcue/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 02:13:02 UTC (rev 382746)
+++ PKGBUILD2020-05-08 02:13:18 UTC (rev 382747)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson  
-# Contributor: said 
-
-pkgname=libcue
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Parses so-called cue sheets and handles the parsed data'
-url='https://github.com/lipnitsk/libcue/'
-arch=('x86_64')
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
-depends=('glibc')
-makedepends=('cmake')
-sha512sums=('32e476cb09ed2cb2d64aaba1342fb91e77e448391b493a3a794a8d2a6723a0e6097a90b11c6ad82998cb7f270f4f18c2578d7b8575f6929c2a35502e09ebc964')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DBUILD_SHARED_LIBS=ON .
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: libcue/repos/extra-x86_64/PKGBUILD (from rev 382746, 
libcue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 02:13:18 UTC (rev 382747)
@@ -0,0 +1,25 @@
+# Maintainer: Gaetan Bisson  
+# Contributor: said 
+
+pkgname=libcue
+pkgver=2.2.1
+pkgrel=2
+pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='https://github.com/lipnitsk/libcue/'
+arch=('x86_64')
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
+depends=('glibc')
+makedepends=('cmake')
+sha512sums=('32e476cb09ed2cb2d64aaba1342fb91e77e448391b493a3a794a8d2a6723a0e6097a90b11c6ad82998cb7f270f4f18c2578d7b8575f6929c2a35502e09ebc964')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DBUILD_SHARED_LIBS=ON .
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 02:13:02
  Author: allan
Revision: 382746

upgpkg: libcue 2.2.1-2: .BUILDINFO rebuild

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 01:56:22 UTC (rev 382745)
+++ PKGBUILD2020-05-08 02:13:02 UTC (rev 382746)
@@ -3,7 +3,7 @@
 
 pkgname=libcue
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
 arch=('x86_64')


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 01:56:22
  Author: allan
Revision: 382745

archrelease: copy trunk to extra-x86_64

Added:
  libdv/repos/extra-x86_64/PKGBUILD
(from rev 382744, libdv/trunk/PKGBUILD)
Deleted:
  libdv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 01:56:05 UTC (rev 382744)
+++ PKGBUILD2020-05-08 01:56:22 UTC (rev 382745)
@@ -1,24 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgname=libdv
-pkgver=1.0.0
-pkgrel=8
-pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
-arch=('x86_64')
-url="http://libdv.sourceforge.net/;
-license=('LGPL')
-depends=('popt')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-gtk
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libdv/repos/extra-x86_64/PKGBUILD (from rev 382744, 
libdv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 01:56:22 UTC (rev 382745)
@@ -0,0 +1,24 @@
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgname=libdv
+pkgver=1.0.0
+pkgrel=9
+pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
+arch=('x86_64')
+url="http://libdv.sourceforge.net/;
+license=('LGPL')
+depends=('popt')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-gtk
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 01:56:05
  Author: allan
Revision: 382744

upgpkg: libdv 1.0.0-9: .BUILDINFO rebuild

Modified:
  libdv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 01:53:33 UTC (rev 382743)
+++ PKGBUILD2020-05-08 01:56:05 UTC (rev 382744)
@@ -3,7 +3,7 @@
 
 pkgname=libdv
 pkgver=1.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
 arch=('x86_64')
 url="http://libdv.sourceforge.net/;


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 01:53:33
  Author: allan
Revision: 382743

archrelease: copy trunk to extra-x86_64

Added:
  libdvdcss/repos/extra-x86_64/PKGBUILD
(from rev 382742, libdvdcss/trunk/PKGBUILD)
Deleted:
  libdvdcss/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 01:53:15 UTC (rev 382742)
+++ PKGBUILD2020-05-08 01:53:33 UTC (rev 382743)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Stéphane Gaudreault 
-# Contributor: arjan 
-# Contributor Sarah Hay 
-
-pkgname=libdvdcss
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Portable abstraction library for DVD decryption"
-url="https://www.videolan.org/developers/libdvdcss.html;
-arch=('x86_64')
-license=('GPL')
-depends=('glibc')
-options=('!docs' '!emptydirs')
-source=(https://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('78c2ed77ec9c0d8fbed7bf7d3abc82068b8864be494cfad165821377ff3f2575')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdvdcss/repos/extra-x86_64/PKGBUILD (from rev 382742, 
libdvdcss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 01:53:33 UTC (rev 382743)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot 
+# Contributor: Stéphane Gaudreault 
+# Contributor: arjan 
+# Contributor Sarah Hay 
+
+pkgname=libdvdcss
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Portable abstraction library for DVD decryption"
+url="https://www.videolan.org/developers/libdvdcss.html;
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+options=('!docs' '!emptydirs')
+source=(https://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('78c2ed77ec9c0d8fbed7bf7d3abc82068b8864be494cfad165821377ff3f2575')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 01:53:15
  Author: allan
Revision: 382742

upgpkg: libdvdcss 1.4.2-2: .BUILDINFO rebuild

Modified:
  libdvdcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 01:45:49 UTC (rev 382741)
+++ PKGBUILD2020-05-08 01:53:15 UTC (rev 382742)
@@ -5,7 +5,7 @@
 
 pkgname=libdvdcss
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable abstraction library for DVD decryption"
 url="https://www.videolan.org/developers/libdvdcss.html;
 arch=('x86_64')


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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 01:45:49
  Author: allan
Revision: 382741

archrelease: copy trunk to extra-x86_64

Added:
  libebur128/repos/extra-x86_64/PKGBUILD
(from rev 382740, libebur128/trunk/PKGBUILD)
Deleted:
  libebur128/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 01:01:06 UTC (rev 382740)
+++ PKGBUILD2020-05-08 01:45:49 UTC (rev 382741)
@@ -1,35 +0,0 @@
-# Maintainer:
-# Contributor: BoosterDEV 
-
-pkgname=libebur128
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A library that implements the EBU R 128 standard for loudness 
normalisation."
-arch=(x86_64)
-url="https://github.com/jiixyj/libebur128;
-license=(MIT)
-depends=(glibc)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jiixyj/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_STATIC_LIBS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libebur128/repos/extra-x86_64/PKGBUILD (from rev 382740, 
libebur128/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 01:45:49 UTC (rev 382741)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: BoosterDEV 
+
+pkgname=libebur128
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A library that implements the EBU R 128 standard for loudness 
normalisation."
+arch=(x86_64)
+url="https://github.com/jiixyj/libebur128;
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jiixyj/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-07 Thread Nicola Squartini via arch-commits
Date: Friday, May 8, 2020 @ 01:17:56
  Author: tensor5
Revision: 625510

archrelease: copy trunk to community-x86_64

Added:
  apm/repos/community-x86_64/PKGBUILD
(from rev 625509, apm/trunk/PKGBUILD)
  apm/repos/community-x86_64/apm.js
(from rev 625509, apm/trunk/apm.js)
  apm/repos/community-x86_64/git-utils.patch
(from rev 625509, apm/trunk/git-utils.patch)
  apm/repos/community-x86_64/no-scripts.patch
(from rev 625509, apm/trunk/no-scripts.patch)
  apm/repos/community-x86_64/use-system-npm.patch
(from rev 625509, apm/trunk/use-system-npm.patch)
Deleted:
  apm/repos/community-x86_64/PKGBUILD
  apm/repos/community-x86_64/apm.js
  apm/repos/community-x86_64/git-utils.patch
  apm/repos/community-x86_64/no-scripts.patch
  apm/repos/community-x86_64/use-system-npm.patch

--+
 PKGBUILD |  210 -
 apm.js   |   24 ++---
 git-utils.patch  |   20 ++--
 no-scripts.patch |   32 +++
 use-system-npm.patch |   20 ++--
 5 files changed, 152 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 01:17:09 UTC (rev 625509)
+++ PKGBUILD2020-05-08 01:17:56 UTC (rev 625510)
@@ -1,105 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=apm
-pkgver=2.4.5
-pkgrel=2
-pkgdesc='Atom package manager'
-arch=('x86_64')
-url='https://github.com/atom/apm'
-license=('MIT')
-depends=('libsecret' 'nodejs>=10' 'npm' 'python')
-makedepends=('git')
-provides=('nodejs-atom-package-manager')
-conflicts=('nodejs-atom-package-manager')
-replaces=('nodejs-atom-package-manager')
-options=(!emptydirs)
-_gitutils_tag=5.6.1
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
-'apm.js'
-'no-scripts.patch'
-'use-system-npm.patch'
-'git-utils.patch')
-sha512sums=('bf84e40be7491fac7bc7c7449e88d035549b526874371f4314ecfd80592e21459435d03c5d74d662551285161536982f30631d5add17f2929e9b3b8a4eb17d13'
-
'cc81dd506dc70c3c6b561e99e78eebbee45ce5543f2bd9dce6bc61949ecd876fc26c68b90b596c40ef839a4dc3c50e22f79c45d9137380925c2d06b5c2dec705'
-
'50646299427b8233ac7fff7cf7abd46a8ffde121c166a8084d20d2e36b1bf3e35032eca339c9499ca844080c616fa52b0f4a13996305f2a4e41243bbf858'
-
'ef467bd6d3dbe3198fdd78f63489063e838c79103161dbfd611fe165e27a8c12c70792090ef3b3ee2f87cbe87c66114aec608e45b384895b4b88563b829c6d36'
-
'bf9f4023bfbdc7240e5ed8a87bc9097eb7a57b2bae44f1044098eb380b15ff8a12f92347b99b6754c6adb537b8310d1f47bdfd3e60db411e4d69d575ce70b2a6')
-
-_apmdir='/usr/lib/node_modules/atom-package-manager'
-
-prepare() {
-  rm -rf "${srcdir}"/apm-build
-
-  cd apm-${pkgver}
-
-  # Use custom launcher
-  rm bin/apm{,.cmd} bin/npm{,.cmd}
-  rm src/cli.coffee
-  install -m755 "${srcdir}"/apm.js bin/apm
-
-  # Use system npm
-  patch -Np1 -i "${srcdir}"/use-system-npm.patch
-
-  # Don't download binary Node
-  patch -Np1 -i "${srcdir}"/no-scripts.patch
-  rm BUNDLED_NODE_VERSION script/*
-}
-
-build() {
-  cd apm-${pkgver}
-
-  npm update keytar  # Node 12
-  npm install coffee-script
-  npx coffee -c --no-header -o lib src/*.coffee
-  rm -r node_modules
-  npm install --user root -g --prefix="${srcdir}"/apm-build/usr $(npm pack | 
tail -1)
-
-  cd 
"${srcdir}/apm-build/usr/lib/node_modules/atom-package-manager/node_modules/git-utils"
-  patch -Np1 -i "${srcdir}/git-utils.patch"
-  node-gyp rebuild
-}
-
-package() {
-  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
-
-  cd "${pkgdir}"${_apmdir}
-  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
-
-  # Install license file
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
- "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Remove occurrences of ${srcdir}
-  find "${pkgdir}" -name "package.json" \
-   -exec sed -e "s|${srcdir}/apm-build||" \
- -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
- -i '{}' \;
-
-  # Remove useless stuff
-  find "${pkgdir}"/usr/lib \
-  -name ".*" -prune -exec rm -r '{}' \; \
-  -or -name "*.a" -exec rm '{}' \; \
-  -or -name "*.bat" -exec rm '{}' \; \
-  -or -name "*.mk" -exec rm '{}' \; \
-  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/git-utils/src/*.{cc,h}" -prune -exec rm -r '{}' \; \
-  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/oniguruma/src" -prune -exec rm -r '{}' \; \
-  -or -name "appveyor.yml" -exec rm '{}' \; \
-  -or -name "benchmark" -prune -exec rm -r '{}' \; \
-  -or -name "binding.Makefile" -exec rm '{}' \; \
-  -or -name "config.gypi" -exec rm '{}' \; \
-  -or -name "deps" -prune -exec rm -r '{}' \; \
-  -or -name "doc" 

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

2020-05-07 Thread Nicola Squartini via arch-commits
Date: Friday, May 8, 2020 @ 01:17:09
  Author: tensor5
Revision: 625509

upgpkg: apm 2.5.0-1

Modified:
  apm/trunk/PKGBUILD
  apm/trunk/apm.js
  apm/trunk/no-scripts.patch
  apm/trunk/use-system-npm.patch

--+
 PKGBUILD |   16 
 apm.js   |2 --
 no-scripts.patch |2 +-
 use-system-npm.patch |2 +-
 4 files changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 01:01:07 UTC (rev 625508)
+++ PKGBUILD2020-05-08 01:17:09 UTC (rev 625509)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=apm
-pkgver=2.4.5
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc='Atom package manager'
 arch=('x86_64')
 url='https://github.com/atom/apm'
@@ -13,16 +13,15 @@
 conflicts=('nodejs-atom-package-manager')
 replaces=('nodejs-atom-package-manager')
 options=(!emptydirs)
-_gitutils_tag=5.6.1
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
 'apm.js'
 'no-scripts.patch'
 'use-system-npm.patch'
 'git-utils.patch')
-sha512sums=('bf84e40be7491fac7bc7c7449e88d035549b526874371f4314ecfd80592e21459435d03c5d74d662551285161536982f30631d5add17f2929e9b3b8a4eb17d13'
-
'cc81dd506dc70c3c6b561e99e78eebbee45ce5543f2bd9dce6bc61949ecd876fc26c68b90b596c40ef839a4dc3c50e22f79c45d9137380925c2d06b5c2dec705'
-
'50646299427b8233ac7fff7cf7abd46a8ffde121c166a8084d20d2e36b1bf3e35032eca339c9499ca844080c616fa52b0f4a13996305f2a4e41243bbf858'
-
'ef467bd6d3dbe3198fdd78f63489063e838c79103161dbfd611fe165e27a8c12c70792090ef3b3ee2f87cbe87c66114aec608e45b384895b4b88563b829c6d36'
+sha512sums=('34fdd9646d9ea67731aed7560547fb74fcb2f19a2ae69dd692834dffc7e0f2d7a9b1147f774e0f1bc9d491d57755f674073268dd599fa00e41673d2150883223'
+
'1f31778fca9540c7861ec13e15631f141997791e804582d1ba9e5c2a57c02ff62250b340f3166d103e7ed824fb05a993778f35e1a3575905b8582909adbfd159'
+
'4ad07dcf6fca3aabdd106f092d3a159712f52c4b161c54e7ac2c1d90598b98635dc86e8e97ec6f847392110c894b0b0ffb89be9f82164cd4a377a7dc53ac7b9a'
+
'd14c3465f068959580a8232b53740aa199e25b67e5c209b824ac1060aca4a6a12083cf2d495683abcc7faba4d4d1c4fe3276679c79c1754954b0eaf5e2d4eea2'
 
'bf9f4023bfbdc7240e5ed8a87bc9097eb7a57b2bae44f1044098eb380b15ff8a12f92347b99b6754c6adb537b8310d1f47bdfd3e60db411e4d69d575ce70b2a6')
 
 _apmdir='/usr/lib/node_modules/atom-package-manager'
@@ -83,7 +82,8 @@
   -or -name "*.bat" -exec rm '{}' \; \
   -or -name "*.mk" -exec rm '{}' \; \
   -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/git-utils/src/*.{cc,h}" -prune -exec rm -r '{}' \; \
+  -or -path "*/git-utils/src/*.cc" -exec rm '{}' \; \
+  -or -path "*/git-utils/src/*.h" -exec rm '{}' \; \
   -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
   -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
   -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \

Modified: apm.js
===
--- apm.js  2020-05-08 01:01:07 UTC (rev 625508)
+++ apm.js  2020-05-08 01:17:09 UTC (rev 625509)
@@ -6,8 +6,6 @@
 
 process.env.ATOM_ELECTRON_VERSION = process.env.ATOM_ELECTRON_VERSION || 
require("fs").readFileSync("/usr/lib/electron4/version", "utf8");
 
-process.env.npm_config_python = __dirname + "/python-interceptor.sh";
-
 require("../lib/apm-cli.js").run(process.argv.slice(2), function (error) {
 process.exitCode = Number(Boolean(error));
 });

Modified: no-scripts.patch
===
--- no-scripts.patch2020-05-08 01:01:07 UTC (rev 625508)
+++ no-scripts.patch2020-05-08 01:17:09 UTC (rev 625509)
@@ -6,7 +6,7 @@
},
 -  "scripts": {
 -"build": "node script/check-version.js && grunt",
--"prepublish": "grunt prepublish",
+-"prepare": "grunt prepare",
 -"install": "node script/postinstall.js",
 -"test": "node script/check-version.js && grunt test",
 -"check-version": "node version.js"

Modified: use-system-npm.patch
===
--- use-system-npm.patch2020-05-08 01:01:07 UTC (rev 625508)
+++ use-system-npm.patch2020-05-08 01:17:09 UTC (rev 625509)
@@ -4,7 +4,7 @@
  "keytar": "^4.0",
  "mv": "2.0.0",
  "ncp": "~0.5.1",
--"npm": "6.2.0",
+-"npm": "^6.14.4",
  "open": "0.0.5",
  "q": "~0.9.7",
  "read": "~1.0.5",


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (6 files)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 23:52:18
  Author: anthraxx
Revision: 382739

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 382738, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 382738, linux-hardened/trunk/config)
  linux-hardened/repos/extra-x86_64/sphinx-workaround.patch
(from rev 382738, linux-hardened/trunk/sphinx-workaround.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config
  linux-hardened/repos/extra-x86_64/sphinx-workaround.patch

-+
 PKGBUILD|  404 
 config  |21486 +++---
 sphinx-workaround.patch |   26 
 3 files changed, 10958 insertions(+), 10958 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 382738:382739 to see the changes.


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 23:52:02
  Author: anthraxx
Revision: 382738

upgpkg: linux-hardened 5.6.11.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 22:31:34 UTC (rev 382737)
+++ PKGBUILD2020-05-07 23:52:02 UTC (rev 382738)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.6.10.a
+pkgver=5.6.11.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -28,11 +28,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('7bdc96827a9db8de79cd13d74a1c5fe8915674f793e592387f2903cb225801b9'
+sha256sums=('d6dd6cbe99429f088eddb248abce7832e8f8e45eb072cbf0d0f86b5b87221baa'
 'SKIP'
-'fee9f78c83ab19c5c07ad3ecf6d046a1c2add30fada93f35f4abb544ef99be4a'
+'a3eb5f89cff627b3bd9232edf50ff28a9522134e9529017b82412cb19ce3ccac'
 'SKIP'
-'c48c81ba9040736a5a947914b3a6747c8702c4df890e90e1705b6cf6a0537fab'
+'93ba919836378a3a4df05e78011281a6e4430afe89a0e54dac48e2ad15355fa4'
 '8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
 
 export KBUILD_BUILD_HOST=archlinux

Modified: config
===
--- config  2020-05-07 22:31:34 UTC (rev 382737)
+++ config  2020-05-07 23:52:02 UTC (rev 382738)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.6.10 Kernel Configuration
+# Linux/x86 5.6.11 Kernel Configuration
 #
 
 #


[arch-commits] Commit in aarch64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2020-05-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 7, 2020 @ 23:03:44
  Author: anatolik
Revision: 625507

archrelease: copy trunk to community-x86_64

Added:
  aarch64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 625506, aarch64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  aarch64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 23:03:24 UTC (rev 625506)
+++ PKGBUILD2020-05-07 23:03:44 UTC (rev 625507)
@@ -1,100 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Maintainer: Eli Schwartz 
-
-_target=aarch64-linux-gnu
-pkgname=$_target-gcc
-pkgver=9.3.0
-_islver=0.22
-pkgrel=1
-#_snapshot=8-20190111
-pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
-arch=(x86_64)
-url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=($_target-binutils $_target-glibc libmpc zlib)
-makedepends=(gmp mpfr)
-options=(!emptydirs !strip staticlibs)
-source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-#https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
-'SKIP'
-'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
-validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

-
-if [ -n "$_snapshot" ]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -sf ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf "$srcdir"/gcc-build
-  mkdir "$srcdir"/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  "$srcdir"/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --with-native-system-header-dir=/include \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++,fortran \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc 
install-target-{libgcc,libstdc++-v3,libgomp,libgfortran,libquadmath}
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib \
-   -type f -and \( -name \*.a -or -name \*.o \) \
-   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
-   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R 
.debug_line \
-   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}

Copied: aarch64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 625506, 
aarch64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 23:03:44 UTC (rev 625507)
@@ -0,0 +1,100 @@
+# Maintainer: Anatol Pomozov 
+# Maintainer: Eli Schwartz 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-gcc
+pkgver=10.1.0
+_islver=0.22
+pkgrel=1
+#_snapshot=8-20190111
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils $_target-glibc libmpc zlib)
+makedepends=(gmp mpfr)
+options=(!emptydirs !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+   

[arch-commits] Commit in aarch64-linux-gnu-gcc/trunk (PKGBUILD)

2020-05-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 7, 2020 @ 23:03:24
  Author: anatolik
Revision: 625506

upgpkg: aarch64-linux-gnu-gcc 10.1.0-1

Modified:
  aarch64-linux-gnu-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 22:57:38 UTC (rev 625505)
+++ PKGBUILD2020-05-07 23:03:24 UTC (rev 625506)
@@ -3,7 +3,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-gcc
-pkgver=9.3.0
+pkgver=10.1.0
 _islver=0.22
 pkgrel=1
 #_snapshot=8-20190111
@@ -17,7 +17,7 @@
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
+sha256sums=('b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2'
 'SKIP'
 'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 



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

2020-05-07 Thread David Runge via arch-commits
Date: Thursday, May 7, 2020 @ 22:57:19
  Author: dvzrv
Revision: 625504

upgpkg: amsynth 1.10.0-1: Upgrading to 1.10.0.

Adding all sodeps in package() and the respective packages to makedepends.
Adding oscpack as optdepends for non-session-manager support.
Running lv2lint against lv2 plugin and reporting problems upstream.
Updating maintainer info.

Modified:
  amsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 22:30:46 UTC (rev 625503)
+++ PKGBUILD2020-05-07 22:57:19 UTC (rev 625504)
@@ -1,9 +1,9 @@
-# Maintainer : David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 # Contributor: Alessio Biancalana 
 
 pkgname=amsynth
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('x86_64')
@@ -10,14 +10,22 @@
 url="https://amsynth.github.io/;
 license=('GPL2')
 groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('gtk2' 'jack' 'liblo')
-makedepends=('dssi' 'ladspa' 'lv2' 'intltool' 'pandoc')
-source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2;)
-sha512sums=('4600c0ca8ee2cfecdbaa272bf9a29a29386b04081fe2b75fa3d12c7d53c75a32803f30d1822c36db64009f8c38258f2e22c4e59210b882de0568d5241c623965')
+depends=('cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc')
+makedepends=('atk' 'dssi' 'freetype2' 'glib2' 'gtk2' 'harfbuzz' 'jack' 'ladspa'
+'liblo' 'lv2' 'intltool' 'pandoc')
+checkdepends=('lv2lint')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'non-session-manager: for session management with the standalone 
application'
+'oscpack: for non-session-manager support of standalone 
application')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz;)
+sha512sums=('951a74d10e4669b0b4bff5d02f12a1dcb62dbb2b04044174554df8ff30ff2f6b5965af922943b13bbafb969cc2ae78eade394e98aca7df8fd8c27feacbe64605')
 
 prepare() {
+  mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
   autoreconf -vfi
+  intltoolize -f
 }
 
 build() {
@@ -25,7 +33,6 @@
   ./configure --prefix=/usr \
 --with-alsa \
 --with-jack \
---with-sndfile \
 --with-dssi \
 --with-lv2 \
 --with-vst \
@@ -33,7 +40,19 @@
   make
 }
 
+check() {
+  cd "${pkgname}-${pkgver}"
+  cp .libs/${pkgname}_lv2*.so data/${pkgname}.lv2/
+  lv2lint -Mpack \
+  -I "data/${pkgname}.lv2" \
+  "http://code.google.com/p/amsynth/amsynth; || echo "Known to fail: 
https://github.com/amsynth/amsynth/issues/159;
+}
+
 package() {
+  depends+=('libatk-1.0.so' 'libfreetype.so' 'libgdk-x11-2.0.so'
+  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so'
+  'libharfbuzz.so' 'liblo.so' 'libpangocairo-1.0.so' 'libpangoft2-1.0.so'
+  'libpango-1.0.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
   install -vDm 644 {AUTHORS,NEWS,README} \


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

2020-05-07 Thread David Runge via arch-commits
Date: Thursday, May 7, 2020 @ 22:57:38
  Author: dvzrv
Revision: 625505

archrelease: copy trunk to community-x86_64

Added:
  amsynth/repos/community-x86_64/PKGBUILD
(from rev 625504, amsynth/trunk/PKGBUILD)
Deleted:
  amsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:57:19 UTC (rev 625504)
+++ PKGBUILD2020-05-07 22:57:38 UTC (rev 625505)
@@ -1,41 +0,0 @@
-# Maintainer : David Runge 
-# Contributor: speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('x86_64')
-url="https://amsynth.github.io/;
-license=('GPL2')
-groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('gtk2' 'jack' 'liblo')
-makedepends=('dssi' 'ladspa' 'lv2' 'intltool' 'pandoc')
-source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2;)
-sha512sums=('4600c0ca8ee2cfecdbaa272bf9a29a29386b04081fe2b75fa3d12c7d53c75a32803f30d1822c36db64009f8c38258f2e22c4e59210b882de0568d5241c623965')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---with-alsa \
---with-jack \
---with-sndfile \
---with-dssi \
---with-lv2 \
---with-vst \
---with-pandoc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,NEWS,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 625504, 
amsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:57:38 UTC (rev 625505)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('x86_64')
+url="https://amsynth.github.io/;
+license=('GPL2')
+groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc')
+makedepends=('atk' 'dssi' 'freetype2' 'glib2' 'gtk2' 'harfbuzz' 'jack' 'ladspa'
+'liblo' 'lv2' 'intltool' 'pandoc')
+checkdepends=('lv2lint')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'non-session-manager: for session management with the standalone 
application'
+'oscpack: for non-session-manager support of standalone 
application')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz;)
+sha512sums=('951a74d10e4669b0b4bff5d02f12a1dcb62dbb2b04044174554df8ff30ff2f6b5965af922943b13bbafb969cc2ae78eade394e98aca7df8fd8c27feacbe64605')
+
+prepare() {
+  mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  intltoolize -f
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--with-alsa \
+--with-jack \
+--with-dssi \
+--with-lv2 \
+--with-vst \
+--with-pandoc
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cp .libs/${pkgname}_lv2*.so data/${pkgname}.lv2/
+  lv2lint -Mpack \
+  -I "data/${pkgname}.lv2" \
+  "http://code.google.com/p/amsynth/amsynth; || echo "Known to fail: 
https://github.com/amsynth/amsynth/issues/159;
+}
+
+package() {
+  depends+=('libatk-1.0.so' 'libfreetype.so' 'libgdk-x11-2.0.so'
+  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so'
+  'libharfbuzz.so' 'liblo.so' 'libpangocairo-1.0.so' 'libpangoft2-1.0.so'
+  'libpango-1.0.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,NEWS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in qt5-xmlpatterns/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:31:34
  Author: arojas
Revision: 382737

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382736, qt5-xmlpatterns/kde-unstable/PKGBUILD)
Deleted:
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:31:23 UTC (rev 382736)
+++ PKGBUILD2020-05-07 22:31:34 UTC (rev 382737)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-xmlpatterns
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('c44d3d130703251d603062f9fd4e7242afe3c99704014a1cce08da5fe8a6afe5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD (from rev 382736, 
qt5-xmlpatterns/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:31:34 UTC (rev 382737)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qtchooser')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('c67776e1229460fefbafab1332e9edee247148397f9a0cef1b5e2a29fc602313')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-x11extras/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:31:23
  Author: arojas
Revision: 382736

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382735, qt5-x11extras/kde-unstable/PKGBUILD)
Deleted:
  qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:30:59 UTC (rev 382735)
+++ PKGBUILD2020-05-07 22:31:23 UTC (rev 382736)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-x11extras
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides platform-specific APIs for X11'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('2a0b4d33fe09b731a523bec20cf87fc714c92d4954302eb1025d3352d3786fc8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-x11extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 382735, 
qt5-x11extras/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:31:23 UTC (rev 382736)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-x11extras
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides platform-specific APIs for X11'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('0453e7c906680f8fba7f92dd61c23f6e8d9283eecaf911e9c7fee1150d7c7ce9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-webview/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:30:59
  Author: arojas
Revision: 382735

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382734, qt5-webview/kde-unstable/PKGBUILD)
Deleted:
  qt5-webview/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:30:31 UTC (rev 382734)
+++ PKGBUILD2020-05-07 22:30:59 UTC (rev 382735)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webview
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides a way to display web content in a QML application'
-depends=('qt5-webengine')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('be4eaa349bdcf7927c901ebd740f6fb13038e09aaf5f6c019e47a8d5bb1ccd9d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-webview/repos/kde-unstable-x86_64/PKGBUILD (from rev 382734, 
qt5-webview/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:30:59 UTC (rev 382735)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webview
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides a way to display web content in a QML application'
+depends=('qt5-webengine')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('fa76a5920379d18521f6d161c60800b367b51481438845142fcf18a4c1293daf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-webglplugin/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:30:31
  Author: arojas
Revision: 382734

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382733, qt5-webglplugin/kde-unstable/PKGBUILD)
Deleted:
  qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:28:27 UTC (rev 382733)
+++ PKGBUILD2020-05-07 22:30:31 UTC (rev 382734)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webglplugin
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='QPA plugin for running an application via a browser using streamed 
WebGL commands'
-depends=(qt5-websockets qt5-declarative)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('c949391dd30127ef56682463830eb3812fe4322f281f303b73f1f4e63319bee0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-webglplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 382733, 
qt5-webglplugin/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:30:31 UTC (rev 382734)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webglplugin
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='QPA plugin for running an application via a browser using streamed 
WebGL commands'
+depends=(qt5-websockets qt5-declarative)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('fe2b3cb3a2991be978e486a014a0941f61a3a0840ce012c31a6c33798d86cc39')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


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

2020-05-07 Thread David Runge via arch-commits
Date: Thursday, May 7, 2020 @ 22:30:46
  Author: dvzrv
Revision: 625503

archrelease: copy trunk to community-x86_64

Added:
  oscpack/repos/community-x86_64/
  oscpack/repos/community-x86_64/PKGBUILD
(from rev 625502, oscpack/trunk/PKGBUILD)
  oscpack/repos/community-x86_64/oscpack-1.1.0-makefile.patch
(from rev 625502, oscpack/trunk/oscpack-1.1.0-makefile.patch)

--+
 PKGBUILD |   35 +++
 oscpack-1.1.0-makefile.patch |   41 +
 2 files changed, 76 insertions(+)

Copied: oscpack/repos/community-x86_64/PKGBUILD (from rev 625502, 
oscpack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-05-07 22:30:46 UTC (rev 625503)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+
+_version=1_1_0
+pkgname=oscpack
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Open Sound Control packet manipulation library"
+arch=('x86_64')
+url="https://github.com/RossBencina/oscpack;
+license=('GPL')
+depends=('gcc-libs' 'glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RossBencina/${pkgname}/archive/release_${_version}.tar.gz;
+"$pkgname-1.1.0-makefile.patch")
+sha512sums=('7a61a364cab4914c81e113d7aeee2b4accf5e560f500df6634232e0093f564ed4bb0ef8e87d2c8a18f245b0c7ec25f41e64f42f20a6654c22bb5c02aa253bbd0'
+
'6a092a5eae7c52001175b59cb86bbbce0a8d565730edf38d8bcd18ed30ae1a0de4766a735a4a5702fa4210355b884a6f28991bfcba31b17be403d5c553c08b2c')
+
+prepare() {
+  mv -v "$pkgname-release_${_version}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # fixing makefile to include -fPIC when compiling, honoring LDFLAGS during
+  # linking and using DESTDIR during install
+  patch -Np1 -i "../$pkgname-1.1.0-makefile.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+  install -vDm 644 {CHANGES,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: oscpack/repos/community-x86_64/oscpack-1.1.0-makefile.patch (from rev 
625502, oscpack/trunk/oscpack-1.1.0-makefile.patch)
===
--- community-x86_64/oscpack-1.1.0-makefile.patch   
(rev 0)
+++ community-x86_64/oscpack-1.1.0-makefile.patch   2020-05-07 22:30:46 UTC 
(rev 625503)
@@ -0,0 +1,41 @@
+diff -ruN a/Makefile b/Makefile
+--- a/Makefile 2013-04-09 03:53:29.0 +0200
 b/Makefile 2020-05-07 23:35:37.658428769 +0200
+@@ -16,7 +16,7 @@
+ 
+ CXX := g++
+ INCLUDES := -I.
+-COPTS  := -Wall -Wextra -O3
++COPTS  := -Wall -Wextra -O3 -fPIC
+ CDEBUG := -Wall -Wextra -g 
+ CXXFLAGS := $(COPTS) $(INCLUDES) -D$(ENDIANESS)
+ 
+@@ -111,23 +111,18 @@
+   $(CXX) -dynamiclib -Wl,-install_name,$(LIBSONAME) -o $(LIBFILENAME) 
$(LIBOBJECTS) -lc
+ else
+   #GNU/Linux case
+-  $(CXX) -shared -Wl,-soname,$(LIBSONAME) -o $(LIBFILENAME) $(LIBOBJECTS) 
-lc
++  $(CXX) -shared -Wl,-soname,$(LIBSONAME) -o $(LIBFILENAME) $(LIBOBJECTS) 
-lc $(LDFLAGS)
+ endif
+ 
+ lib: $(LIBFILENAME)
+ 
+ #Installs the library on a system global location
+ install: $(LIBFILENAME)
+-  @$(INSTALL) -m 755 $(LIBFILENAME) $(PREFIX)/lib/$(LIBFILENAME)
+-  @ln -s -f $(PREFIX)/lib/$(LIBFILENAME) $(PREFIX)/lib/$(LIBSONAME) 
+-  @mkdir  -p $(PREFIX)/include/oscpack/ip $(PREFIX)/include/oscpack/osc
+-  @$(INSTALL) -m 644 ip/*.h $(PREFIX)/include/oscpack/ip
+-  @$(INSTALL) -m 644 osc/*.h $(PREFIX)/include/oscpack/osc
++  @$(INSTALL) -vDm 755 $(LIBFILENAME) 
$(DESTDIR)/$(PREFIX)/lib/$(LIBFILENAME)
++  @ln -sfv $(LIBFILENAME) $(DESTDIR)/$(PREFIX)/lib/$(LIBSONAME)
++  @$(INSTALL) -vDm 644 ip/*.h -t $(DESTDIR)/$(PREFIX)/include/oscpack/ip
++  @$(INSTALL) -vDm 644 osc/*.h -t $(DESTDIR)/$(PREFIX)/include/oscpack/osc
+   @echo "SUCCESS! oscpack has been installed in $(PREFIX)/lib and 
$(PREFIX)/include/ospack/"
+-ifneq ($(UNAME), Darwin)
+-  @echo "now doing ldconfig..."
+-  @ldconfig
+-endif
+ 
+ #Installs the include/lib structure locally
+ install-local: $(LIBFILENAME)


[arch-commits] Commit in qt5-wayland/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:28:27
  Author: arojas
Revision: 382733

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382732, qt5-wayland/kde-unstable/PKGBUILD)
Deleted:
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:27:56 UTC (rev 382732)
+++ PKGBUILD2020-05-07 22:28:27 UTC (rev 382733)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-makedepends=('vulkan-headers')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('3957166e89cb666b471bbc9d67c1f95364acb6cca9eb1fe50529df3e5834f915')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 382732, 
qt5-wayland/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:28:27 UTC (rev 382733)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('844accf5062f6e205bcef1f3f23508685ef41b314b2934f1458443e84e2cef4f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-svg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:27:29
  Author: arojas
Revision: 382731

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382730, qt5-svg/kde-unstable/PKGBUILD)
Deleted:
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:27:03 UTC (rev 382730)
+++ PKGBUILD2020-05-07 22:27:29 UTC (rev 382731)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=('qt5-base')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('786e0c96f9a06bf4a55593c796bb9b02cf91911320303edd9dd947b1042f02ee')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-svg/repos/kde-unstable-x86_64/PKGBUILD (from rev 382730, 
qt5-svg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:27:29 UTC (rev 382731)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('f809d46ebc424653dd26d33b421e96065037ae870b2e1ef6985f328a31542c35')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-virtualkeyboard/repos/kde-unstable-x86_64 (2 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:27:56
  Author: arojas
Revision: 382732

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382731, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
Deleted:
  qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:27:29 UTC (rev 382731)
+++ PKGBUILD2020-05-07 22:27:56 UTC (rev 382732)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-virtualkeyboard
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3')
-pkgdesc='Virtual keyboard framework'
-depends=('qt5-declarative' 'qt5-svg' 'hunspell')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('983a3945fe8a2483f7bd2d43c0422702d741035e519561a3418b2cba4ef463a0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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' {} \;
-}

Copied: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
382731, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:27:56 UTC (rev 382732)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('2e3b605a756816cff50818b9444f1c8a4c3cfad1db9008a4465c721c64f721c0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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' {} \;
+}


[arch-commits] Commit in (5 files)

2020-05-07 Thread David Runge via arch-commits
Date: Thursday, May 7, 2020 @ 22:27:43
  Author: dvzrv
Revision: 625502

Adding oscpack for amsynth.

Added:
  oscpack/
  oscpack/repos/
  oscpack/trunk/
  oscpack/trunk/PKGBUILD
  oscpack/trunk/oscpack-1.1.0-makefile.patch

--+
 PKGBUILD |   35 +++
 oscpack-1.1.0-makefile.patch |   41 +
 2 files changed, 76 insertions(+)

Added: oscpack/trunk/PKGBUILD
===
--- oscpack/trunk/PKGBUILD  (rev 0)
+++ oscpack/trunk/PKGBUILD  2020-05-07 22:27:43 UTC (rev 625502)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+
+_version=1_1_0
+pkgname=oscpack
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Open Sound Control packet manipulation library"
+arch=('x86_64')
+url="https://github.com/RossBencina/oscpack;
+license=('GPL')
+depends=('gcc-libs' 'glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RossBencina/${pkgname}/archive/release_${_version}.tar.gz;
+"$pkgname-1.1.0-makefile.patch")
+sha512sums=('7a61a364cab4914c81e113d7aeee2b4accf5e560f500df6634232e0093f564ed4bb0ef8e87d2c8a18f245b0c7ec25f41e64f42f20a6654c22bb5c02aa253bbd0'
+
'6a092a5eae7c52001175b59cb86bbbce0a8d565730edf38d8bcd18ed30ae1a0de4766a735a4a5702fa4210355b884a6f28991bfcba31b17be403d5c553c08b2c')
+
+prepare() {
+  mv -v "$pkgname-release_${_version}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # fixing makefile to include -fPIC when compiling, honoring LDFLAGS during
+  # linking and using DESTDIR during install
+  patch -Np1 -i "../$pkgname-1.1.0-makefile.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+  install -vDm 644 {CHANGES,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Added: oscpack/trunk/oscpack-1.1.0-makefile.patch
===
--- oscpack/trunk/oscpack-1.1.0-makefile.patch  (rev 0)
+++ oscpack/trunk/oscpack-1.1.0-makefile.patch  2020-05-07 22:27:43 UTC (rev 
625502)
@@ -0,0 +1,41 @@
+diff -ruN a/Makefile b/Makefile
+--- a/Makefile 2013-04-09 03:53:29.0 +0200
 b/Makefile 2020-05-07 23:35:37.658428769 +0200
+@@ -16,7 +16,7 @@
+ 
+ CXX := g++
+ INCLUDES := -I.
+-COPTS  := -Wall -Wextra -O3
++COPTS  := -Wall -Wextra -O3 -fPIC
+ CDEBUG := -Wall -Wextra -g 
+ CXXFLAGS := $(COPTS) $(INCLUDES) -D$(ENDIANESS)
+ 
+@@ -111,23 +111,18 @@
+   $(CXX) -dynamiclib -Wl,-install_name,$(LIBSONAME) -o $(LIBFILENAME) 
$(LIBOBJECTS) -lc
+ else
+   #GNU/Linux case
+-  $(CXX) -shared -Wl,-soname,$(LIBSONAME) -o $(LIBFILENAME) $(LIBOBJECTS) 
-lc
++  $(CXX) -shared -Wl,-soname,$(LIBSONAME) -o $(LIBFILENAME) $(LIBOBJECTS) 
-lc $(LDFLAGS)
+ endif
+ 
+ lib: $(LIBFILENAME)
+ 
+ #Installs the library on a system global location
+ install: $(LIBFILENAME)
+-  @$(INSTALL) -m 755 $(LIBFILENAME) $(PREFIX)/lib/$(LIBFILENAME)
+-  @ln -s -f $(PREFIX)/lib/$(LIBFILENAME) $(PREFIX)/lib/$(LIBSONAME) 
+-  @mkdir  -p $(PREFIX)/include/oscpack/ip $(PREFIX)/include/oscpack/osc
+-  @$(INSTALL) -m 644 ip/*.h $(PREFIX)/include/oscpack/ip
+-  @$(INSTALL) -m 644 osc/*.h $(PREFIX)/include/oscpack/osc
++  @$(INSTALL) -vDm 755 $(LIBFILENAME) 
$(DESTDIR)/$(PREFIX)/lib/$(LIBFILENAME)
++  @ln -sfv $(LIBFILENAME) $(DESTDIR)/$(PREFIX)/lib/$(LIBSONAME)
++  @$(INSTALL) -vDm 644 ip/*.h -t $(DESTDIR)/$(PREFIX)/include/oscpack/ip
++  @$(INSTALL) -vDm 644 osc/*.h -t $(DESTDIR)/$(PREFIX)/include/oscpack/osc
+   @echo "SUCCESS! oscpack has been installed in $(PREFIX)/lib and 
$(PREFIX)/include/ospack/"
+-ifneq ($(UNAME), Darwin)
+-  @echo "now doing ldconfig..."
+-  @ldconfig
+-endif
+ 
+ #Installs the include/lib structure locally
+ install-local: $(LIBFILENAME)


[arch-commits] Commit in qt5-scxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:26:19
  Author: arojas
Revision: 382728

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382727, qt5-scxml/kde-unstable/PKGBUILD)
Deleted:
  qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:25:44 UTC (rev 382727)
+++ PKGBUILD2020-05-07 22:26:19 UTC (rev 382728)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-scxml
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Static and runtime integration of SCXML models into Qt code'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('97fd2b0b143eb1a4690de4dd3c2fbd1855217844eec9c5375d343dce900dbf59')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-scxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 382727, 
qt5-scxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:26:19 UTC (rev 382728)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('7921f8fd2f8be383cefd2dd5711b4bc0418f04c4a3ae6331de63d77f3ebe7108')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-speech/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:27:03
  Author: arojas
Revision: 382730

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-speech/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382729, qt5-speech/kde-unstable/PKGBUILD)
Deleted:
  qt5-speech/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:26:37 UTC (rev 382729)
+++ PKGBUILD2020-05-07 22:27:03 UTC (rev 382730)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt module to make text to speech and speech recognition easy'
-depends=(qt5-multimedia)
-makedepends=(flite speech-dispatcher)
-optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('03eb72f2951fe7bc360ef083e6c3431a727b52881e4450f29334d452fe153f50')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-speech/repos/kde-unstable-x86_64/PKGBUILD (from rev 382729, 
qt5-speech/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:27:03 UTC (rev 382730)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module to make text to speech and speech recognition easy'
+depends=(qt5-multimedia)
+makedepends=(flite speech-dispatcher)
+optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('bff549a6559d5676041213211fd2ae1aea7ac4e551922da3cd25c351ed3863a9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-serialbus/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:26:37
  Author: arojas
Revision: 382729

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382728, qt5-serialbus/kde-unstable/PKGBUILD)
Deleted:
  qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:26:19 UTC (rev 382728)
+++ PKGBUILD2020-05-07 22:26:37 UTC (rev 382729)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialbus
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Qt module for general purpose serial bus access'
-depends=('qt5-serialport')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('224fa5dc18386914a9c1bd7fe5f1c509a55e402dcd6f9f7b2c6f53ff7c0c365e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-serialbus/repos/kde-unstable-x86_64/PKGBUILD (from rev 382728, 
qt5-serialbus/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:26:37 UTC (rev 382729)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialbus
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt module for general purpose serial bus access'
+depends=('qt5-serialport')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('adae29449e033f26b57ad491743f579044aad16ce1f0a44695b9cc12ce554fbc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-script/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:25:44
  Author: arojas
Revision: 382727

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382726, qt5-script/kde-unstable/PKGBUILD)
Deleted:
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:24:40 UTC (rev 382726)
+++ PKGBUILD2020-05-07 22:25:44 UTC (rev 382727)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-script
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('656df065a364e8f256dea488db8b997bf6df1fe43289a3cfb65ea2ac59fc4ed1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-script/repos/kde-unstable-x86_64/PKGBUILD (from rev 382726, 
qt5-script/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:25:44 UTC (rev 382727)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('c5c3164cce28b96d7f190f574983ea3ede6a2a8579798589485eb88a946d82fc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-remoteobjects/repos/kde-unstable-x86_64 (2 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:24:40
  Author: arojas
Revision: 382726

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382725, qt5-remoteobjects/kde-unstable/PKGBUILD)
Deleted:
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:24:12 UTC (rev 382725)
+++ PKGBUILD2020-05-07 22:24:40 UTC (rev 382726)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-remoteobjects
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Inter-process communication (IPC) module developed for Qt'
-depends=(qt5-base)
-makedepends=(qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('3b8a20c35e430566e5303c8dece92d667780afdbcb1b6364859daf53be61a01d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD (from rev 382725, 
qt5-remoteobjects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:24:40 UTC (rev 382726)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-remoteobjects
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt5-base)
+makedepends=(qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('9bd3be5d15c82eecd09b7d62b4921ecb028807cbb12a01867a55a0dc64f312b9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-quickcontrols/repos/kde-unstable-x86_64 (2 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:23:59
  Author: arojas
Revision: 382724

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382723, qt5-quickcontrols/kde-unstable/PKGBUILD)
Deleted:
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:23:46 UTC (rev 382723)
+++ PKGBUILD2020-05-07 22:23:59 UTC (rev 382724)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style 
user interfaces'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('8eae0df2d8c702c008534ef0b63703441097b87c6c26ec474f1d0e521b73ab9d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD (from rev 382723, 
qt5-quickcontrols/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:23:59 UTC (rev 382724)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style 
user interfaces'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('86ef786d23d682504ce9c52c31c529783dec6481822fd36990751f23908dc32a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-purchasing/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:23:46
  Author: arojas
Revision: 382723

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-purchasing/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382722, qt5-purchasing/kde-unstable/PKGBUILD)
Deleted:
  qt5-purchasing/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:22:55 UTC (rev 382722)
+++ PKGBUILD2020-05-07 22:23:46 UTC (rev 382723)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-purchasing
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Qt In-App Purchasing API'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('244d244768f0fe406e7e90a82ea44dc8b7e97793d461dceb0c4327b26ccdda27')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-purchasing/repos/kde-unstable-x86_64/PKGBUILD (from rev 382722, 
qt5-purchasing/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:23:46 UTC (rev 382723)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-purchasing
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt In-App Purchasing API'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('92f99800464db3105061bcd282972eca1676e3e83c4a214a3854e16ceef838ba')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-quickcontrols2/repos/kde-unstable-x86_64 (2 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:24:12
  Author: arojas
Revision: 382725

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382724, qt5-quickcontrols2/kde-unstable/PKGBUILD)
Deleted:
  qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:23:59 UTC (rev 382724)
+++ PKGBUILD2020-05-07 22:24:12 UTC (rev 382725)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols2
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Next generation user interface controls based on Qt Quick'
-depends=('qt5-declarative')
-optdepends=('qt5-graphicaleffects: for the Material style')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('02ea14cc80531940b3a944c40dd56545e790ec8f3e27274bfbbe99168172f697')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD (from rev 382724, 
qt5-quickcontrols2/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:24:12 UTC (rev 382725)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols2
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Next generation user interface controls based on Qt Quick'
+depends=('qt5-declarative')
+optdepends=('qt5-graphicaleffects: for the Material style')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a4ca04686f7bbe2a8539dec8377fce5eee0e21eef06ff926bc505e77a5e9f6a0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-networkauth/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:22:55
  Author: arojas
Revision: 382722

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382721, qt5-networkauth/kde-unstable/PKGBUILD)
Deleted:
  qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:22:27 UTC (rev 382721)
+++ PKGBUILD2020-05-07 22:22:55 UTC (rev 382722)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-networkauth
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Network authentication module'
-depends=(qt5-base)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('06c2e4676fc5f632c3522bd1360871648bc84b87fdb20d3e421ffe4846f94d58')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-networkauth/repos/kde-unstable-x86_64/PKGBUILD (from rev 382721, 
qt5-networkauth/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:22:55 UTC (rev 382722)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-networkauth
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt5-base)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('116fac836cde3c0dd314a0305a9a692764b1058c2071672acf70d154c385a114')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-multimedia/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:22:27
  Author: arojas
Revision: 382721

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382720, qt5-multimedia/kde-unstable/PKGBUILD)
Deleted:
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:21:58 UTC (rev 382720)
+++ PKGBUILD2020-05-07 22:22:27 UTC (rev 382721)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-multimedia
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for audio, video, radio and camera functionality'
-depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
-makedepends=('qt5-declarative' 'gst-plugins-bad')
-optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, 
additional plugins'
-'gst-plugins-bad: camera support, additional plugins' 
'gst-plugins-ugly: additional plugins'
-'gst-libav: ffmpeg plugin')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('9c1d0b2f11281f34f7499c44c06054e066c6dffb83948e02a3373dfccd442cd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 382720, 
qt5-multimedia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:22:27 UTC (rev 382721)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, 
additional plugins'
+'gst-plugins-bad: camera support, additional plugins' 
'gst-plugins-ugly: additional plugins'
+'gst-libav: ffmpeg plugin')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('4a09b1ae5a5bc4f37d8a66533c32a34508b4f5959ff9f7758032a69c66a8a6c0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-lottie/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:21:58
  Author: arojas
Revision: 382720

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-lottie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382719, qt5-lottie/kde-unstable/PKGBUILD)
Deleted:
  qt5-lottie/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:21:30 UTC (rev 382719)
+++ PKGBUILD2020-05-07 22:21:58 UTC (rev 382720)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-lottie
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A family of player software for a certain json-based file format for 
describing 2d vector graphics animations'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('cf74220ff35707d7b5993af36e0ad18d68863bdab2ad2bff27df0d1bd2630889')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-lottie/repos/kde-unstable-x86_64/PKGBUILD (from rev 382719, 
qt5-lottie/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:21:58 UTC (rev 382720)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-lottie
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A family of player software for a certain json-based file format for 
describing 2d vector graphics animations'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('e7a814053c0fb6b41ddb2707830dd1257a1c5cde545db468153f7d92b34a9beb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-graphicaleffects/repos/kde-unstable-x86_64 (2 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:21:18
  Author: arojas
Revision: 382718

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382717, qt5-graphicaleffects/kde-unstable/PKGBUILD)
Deleted:
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:20:50 UTC (rev 382717)
+++ PKGBUILD2020-05-07 22:21:18 UTC (rev 382718)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-graphicaleffects
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Graphical effects for use with Qt Quick 2'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('d8838c96461f59a1123ab7b7a18c55138f5aa535cb458c8c2dc36d49885ee64d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD (from rev 
382717, qt5-graphicaleffects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:21:18 UTC (rev 382718)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a920fa606b4cdd7875e498e641a6c02b861d1430985bd907bf8242f3906d00fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-imageformats/repos/kde-unstable-x86_64 (2 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:21:30
  Author: arojas
Revision: 382719

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382718, qt5-imageformats/kde-unstable/PKGBUILD)
Deleted:
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:21:18 UTC (rev 382718)
+++ PKGBUILD2020-05-07 22:21:30 UTC (rev 382719)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('f86bd9aae527680d278bd2104ac4c991b9e178658b310f9d204ce42f8f56ced8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD (from rev 382718, 
qt5-imageformats/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:21:30 UTC (rev 382719)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('c06b2253d32bffcf6e0215b76dc365c203efaf1ddd792d60ff3e2a3b998d9ceb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-gamepad/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:20:50
  Author: arojas
Revision: 382717

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382716, qt5-gamepad/kde-unstable/PKGBUILD)
Deleted:
  qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:12:02 UTC (rev 382716)
+++ PKGBUILD2020-05-07 22:20:50 UTC (rev 382717)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-gamepad
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Adds support for getting events from gamepad devices'
-depends=('qt5-base' 'sdl2')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('f3b52470b9edec495995a47db0773fa60083f12674b7b86a6ad8c1d50d7d997e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-gamepad/repos/kde-unstable-x86_64/PKGBUILD (from rev 382716, 
qt5-gamepad/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:20:50 UTC (rev 382717)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Adds support for getting events from gamepad devices'
+depends=('qt5-base' 'sdl2')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('e9d4cd6869c8c8c4eda58eaa696c6659c7cecbc25bff955fbfb99ce7543b8870')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-charts/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:11:18
  Author: arojas
Revision: 382713

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382712, qt5-charts/kde-unstable/PKGBUILD)
Deleted:
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:11:02 UTC (rev 382712)
+++ PKGBUILD2020-05-07 22:11:18 UTC (rev 382713)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3')
-pkgdesc='Provides a set of easy to use chart components'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('e0621c575cd9fcd40384403f43d5ca0397c3a8438f7037f5df2800dc2417bb2a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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' {} \;
-}

Copied: qt5-charts/repos/kde-unstable-x86_64/PKGBUILD (from rev 382712, 
qt5-charts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:11:18 UTC (rev 382713)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3')
+pkgdesc='Provides a set of easy to use chart components'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('7b607cf67fd01c0ffe8a03aefd98424cc97b6e385fa99c108196193b7863b760')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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' {} \;
+}


[arch-commits] Commit in qt5-datavis3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:11:45
  Author: arojas
Revision: 382715

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382714, qt5-datavis3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:11:31 UTC (rev 382714)
+++ PKGBUILD2020-05-07 22:11:45 UTC (rev 382715)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3')
-pkgdesc='Qt Data Visualization module'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('10c8bf0f148895dfaaec2141e77ada52e000d3647f12bd9d9e66a0ea84d7e07d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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' {} \;
-}

Copied: qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 382714, 
qt5-datavis3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:11:45 UTC (rev 382715)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('46a4b71a0f347909595f669b056a65b5d2da917bc1a80017a8b853d6d480825c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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' {} \;
+}


[arch-commits] Commit in qt5-doc/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:12:02
  Author: arojas
Revision: 382716

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-doc/repos/kde-unstable-any/PKGBUILD
(from rev 382715, qt5-doc/kde-unstable/PKGBUILD)
Deleted:
  qt5-doc/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:11:45 UTC (rev 382715)
+++ PKGBUILD2020-05-07 22:12:02 UTC (rev 382716)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgbase=qt5-doc
-pkgname=(qt5-doc qt5-examples)
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-makedepends=('qt5-tools' 'python2' 'python' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
- 'gperf' 'nss' 'clang')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
-sha256sums=('0df2831a7550f1614a9e1d75e1b65815eb365a2cc545a8ab3b9d3fc830cf5d89')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  ln -s /usr/bin qttools/
-  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
-
-  sed -e 's|QMAKE_PYTHON2 = python|QMAKE_PYTHON2 = python2|' -i 
qtwebengine/mkspecs/features/functions.prf # Use python2
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  QMAKE_PYTHON2=python2 ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--nomake examples
-  make docs
-}
-
-package_qt5-doc() {
-  pkgdesc='A cross-platform application and UI framework (Documentation)'
-  depends=('qt5-base')
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="$pkgdir" install_docs
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}
-
-package_qt5-examples() {
-  pkgdesc='Examples and demos from qt5 documentation'
-  depends=('qt5-doc')
-
-  _base="$pkgdir"/usr/share/doc/qt/examples
-
-  # The various example dirs have conflicting .pro files, but
-  # QtCreator requires them to be in the same top-level directory.
-  # Matching the Qt5 installer, only the qtbase project is kept.
-  mkdir -p $_base
-  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
-
-  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
-  for _dir in $_fdirs; do
-  _mod=$(basename ${_dir%/examples})
-
-  if [ -e "$_dir/README" ]; then
-cp $_dir/README $_dir/README.$_mod
-  fi
-
-# mkdir $_base/$_mod
-  cp -rn $_dir/* $_base
-  done
-}

Copied: qt5-doc/repos/kde-unstable-any/PKGBUILD (from rev 382715, 
qt5-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:12:02 UTC (rev 382716)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgbase=qt5-doc
+pkgname=(qt5-doc qt5-examples)
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+makedepends=('qt5-tools' 'python2' 'python' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
+ 'gperf' 'nss' 'clang')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+sha256sums=('8ab48c80649fd773afc1be9c747d2ff566549a4b2d38756697ecc50d15bca0b9')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  ln -s /usr/bin qttools/
+  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
+
+  sed -e 's|QMAKE_PYTHON2 = python|QMAKE_PYTHON2 = python2|' -i 
qtwebengine/mkspecs/features/functions.prf # Use python2
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  QMAKE_PYTHON2=python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-nomake examples
+  make docs
+}
+
+package_qt5-doc() {
+  pkgdesc='A cross-platform application and UI framework (Documentation)'
+  depends=('qt5-base')
+
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}
+
+package_qt5-examples() {
+  pkgdesc='Examples and demos from qt5 documentation'
+  depends=('qt5-doc')
+
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+ 

[arch-commits] Commit in qt5-connectivity/repos/kde-unstable-x86_64 (2 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:11:31
  Author: arojas
Revision: 382714

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382713, qt5-connectivity/kde-unstable/PKGBUILD)
Deleted:
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:11:18 UTC (rev 382713)
+++ PKGBUILD2020-05-07 22:11:31 UTC (rev 382714)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base' 'bluez-libs')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('dd23feb26fe96219a8d25e44fb358416f08e999879c5870eec2b4ca2ff683d29')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-connectivity/repos/kde-unstable-x86_64/PKGBUILD (from rev 382713, 
qt5-connectivity/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:11:31 UTC (rev 382714)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to Bluetooth hardware'
+depends=('qt5-base' 'bluez-libs')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('daadbd869c7f4c8ef04ac7b031bbae5d5a03a5c2fd28bd8e563fbf0e27ea7a7e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:11:02
  Author: arojas
Revision: 382712

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382711, qt5-3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:10:50 UTC (rev 382711)
+++ PKGBUILD2020-05-07 22:11:02 UTC (rev 382712)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-makedepends=('vulkan-headers')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('ef96748d14b6d37a12b887d8a6db4385a806c1c2b37e72259b40a0c282c6c738')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 382711, 
qt5-3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:11:02 UTC (rev 382712)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+makedepends=('vulkan-headers')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('8e7852345248a39512d508a1bccdace2d49fe71f1fa925958917144a78ece6f0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-websockets/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:10:50
  Author: arojas
Revision: 382711

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382710, qt5-websockets/kde-unstable/PKGBUILD)
Deleted:
  qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:09:34 UTC (rev 382710)
+++ PKGBUILD2020-05-07 22:10:50 UTC (rev 382711)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-websockets
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides WebSocket communication compliant with RFC 6455'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('2cad3b6fcc63e92fa7322e46ae246b274a3fff1664a476c03b24dc7728a61344')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-websockets/repos/kde-unstable-x86_64/PKGBUILD (from rev 382710, 
qt5-websockets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:10:50 UTC (rev 382711)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides WebSocket communication compliant with RFC 6455'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('7326a1418e8dc7add2db502bf14859c16c57a973c8b1ead2c1701d275c3004d7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-webengine/repos/kde-unstable-x86_64 (4 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:09:34
  Author: arojas
Revision: 382710

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382709, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/icu67.patch
(from rev 382709, qt5-webengine/kde-unstable/icu67.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/icu67.patch

-+
 PKGBUILD|   96 
 icu67.patch |  338 +-
 2 files changed, 217 insertions(+), 217 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:09:15 UTC (rev 382709)
+++ PKGBUILD2020-05-07 22:09:34 UTC (rev 382710)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=3
-arch=('x86_64')
-url='https://www.qt.io'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 
'krb5' 'ttf-font')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-icu67.patch)
-sha256sums=('96da8e77eaf78d89a3f1874b4033cfcff45f84d178a21584d351b587b2fa87aa'
-'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006')
-
-prepare() {
-  mkdir -p build
-  patch -Np3 -d $_pkgfqn/src/3rdparty/chromium/v8 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 
'krb5' 'ttf-font')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+icu67.patch)
+sha256sums=('1627a2ac6114e851b37adfeda2bb8c62fd7116a0e8a375df72e2fdd4dcbcacaa'
+'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006')
+
+prepare() {
+  mkdir -p build
+  patch -Np3 -d $_pkgfqn/src/3rdparty/chromium/v8 
-Date: Wed, 22 Apr 2020 12:20:17 +0530
-Subject: [PATCH] deps: V8: backport 3f8dc4b2e5ba
-
-Original commit message:
-
-[intl] Remove soon-to-be removed getAllFieldPositions
-
-Needed to land ICU67.1 soon.
-
-Bug: v8:10393
-Change-Id: I3c7737ca600d6ccfdc46ffaddfb318ce60bc7618
-Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2136489
-Reviewed-by: Jakob Kummerow 
-Commit-Queue: Frank Tang 
-Cr-Commit-Position: refs/heads/master@{#67027}
-
-Refs: https://github.com/v8/v8/commit/3f8dc4b2e5baf77b463334c769af85b79d8c1463

- common.gypi |  2 +-
- deps/v8/src/objects/js-number-format.cc | 72 +
- 2 files changed, 38 insertions(+), 36 deletions(-)
-
-diff --git a/deps/v8/src/objects/js-number-format.cc 
b/deps/v8/src/objects/js-number-format.cc
-index 92d3e2fb82e..ced408aa173 100644
 a/deps/v8/src/objects/js-number-format.cc
-+++ b/deps/v8/src/objects/js-number-format.cc
-@@ -1197,42 +1197,31 @@ MaybeHandle 
JSNumberFormat::New(Isolate* isolate,
- }
- 
- namespace {
--Maybe IcuFormatNumber(
-+Maybe IcuFormatNumber(
- Isolate* isolate,
- const icu::number::LocalizedNumberFormatter& number_format,
--Handle numeric_obj, icu::FieldPositionIterator* fp_iter) {
-+Handle numeric_obj, icu::number::FormattedNumber* formatted) {
-   // If it is BigInt, handle it differently.
-   UErrorCode status = U_ZERO_ERROR;
--  icu::number::FormattedNumber formatted;
-   if (numeric_obj->IsBigInt()) {
- Handle big_int = Handle::cast(numeric_obj);
- Handle big_int_string;
- ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, big_int_string,
-  BigInt::ToString(isolate, big_int),
-- Nothing());
--formatted = number_format.formatDecimal(
-+ Nothing());
-+*formatted = number_format.formatDecimal(
- {big_int_string->ToCString().get(), big_int_string->length()}, 
status);
-   } else {
- double number = numeric_obj->Number();
--formatted = number_format.formatDouble(number, 

[arch-commits] Commit in qt5-webchannel/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:09:15
  Author: arojas
Revision: 382709

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382708, qt5-webchannel/kde-unstable/PKGBUILD)
Deleted:
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:09:00 UTC (rev 382708)
+++ PKGBUILD2020-05-07 22:09:15 UTC (rev 382709)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webchannel
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('ec074b322298ee8487469d9616b3b1d9064cbcc00fb73b3645255ea5320e4045')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-webchannel/repos/kde-unstable-x86_64/PKGBUILD (from rev 382708, 
qt5-webchannel/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:09:15 UTC (rev 382709)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('5678874b29cc3a32f435c423524227b6a6c98aad1c9cdb58f347ec5a38a988e8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-tools/repos/kde-unstable-x86_64 (10 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:08:40
  Author: arojas
Revision: 382707

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382706, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 382706, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 382706, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 382706, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 382706, qt5-tools/kde-unstable/qdbusviewer.desktop)
Deleted:
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop

-+
 PKGBUILD|  148 +-
 assistant.desktop   |   16 ++---
 designer.desktop|   20 +++---
 linguist.desktop|   18 +++---
 qdbusviewer.desktop |   18 +++---
 5 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:08:17 UTC (rev 382706)
+++ PKGBUILD2020-05-07 22:08:40 UTC (rev 382707)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('e9c8b166b82b153d6777b866016a6d50d5b34791e98e1e2d37146a6dda46'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 382706, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:08:40 UTC (rev 382707)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI 

[arch-commits] Commit in qt5-translations/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:09:00
  Author: arojas
Revision: 382708

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-translations/repos/kde-unstable-any/PKGBUILD
(from rev 382707, qt5-translations/kde-unstable/PKGBUILD)
Deleted:
  qt5-translations/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:08:40 UTC (rev 382707)
+++ PKGBUILD2020-05-07 22:09:00 UTC (rev 382708)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-translations
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Translations)'
-depends=('qt5-base')
-makedepends=('qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('12f8a006acd7bd8fcb997193e9f637f0cab1482446654a3f401524e3cc181d85')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-translations/repos/kde-unstable-any/PKGBUILD (from rev 382707, 
qt5-translations/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:09:00 UTC (rev 382708)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=('qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('767b3cbe312ffe4fe3072bf359151dfa236c855f7c95dadf1a053470caa7cbcf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-sensors/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:08:01
  Author: arojas
Revision: 382705

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382704, qt5-sensors/kde-unstable/PKGBUILD)
Deleted:
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:07:44 UTC (rev 382704)
+++ PKGBUILD2020-05-07 22:08:01 UTC (rev 382705)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-sensors
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to sensor hardware and motion gesture recognition'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('814c6acd35bf3c2569a5a9a0dc39b38bf9d5b96647e817e152d2b69ae842ea5d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-sensors/repos/kde-unstable-x86_64/PKGBUILD (from rev 382704, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:08:01 UTC (rev 382705)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('239cc38af4eb484f404391ee09198baf52195412a7cbc8b66de2f4b37705e37f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-serialport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:08:17
  Author: arojas
Revision: 382706

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382705, qt5-serialport/kde-unstable/PKGBUILD)
Deleted:
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:08:01 UTC (rev 382705)
+++ PKGBUILD2020-05-07 22:08:17 UTC (rev 382706)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialport
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('fb517f865f87df63fbfd658cc88defa559bb26c33ef91fd9562f47f4d6c56e76')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-serialport/repos/kde-unstable-x86_64/PKGBUILD (from rev 382705, 
qt5-serialport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:08:17 UTC (rev 382706)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('bd4e4a851c2778a27d08659a9a1a2cb9005fa3d86421ae7ed89e7c86c88777c7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-declarative/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:07:24
  Author: arojas
Revision: 382703

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382702, qt5-declarative/kde-unstable/PKGBUILD)
Deleted:
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:06:31 UTC (rev 382702)
+++ PKGBUILD2020-05-07 22:07:24 UTC (rev 382703)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-base')
-makedepends=('python' 'vulkan-headers')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('f7cd7a3090e2df9907dc9a9c8798bf1968144575fe3dd11061bd93b40da73998')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-declarative/repos/kde-unstable-x86_64/PKGBUILD (from rev 382702, 
qt5-declarative/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:07:24 UTC (rev 382703)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-base')
+makedepends=('python' 'vulkan-headers')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('24cfd261954b309cf362e16301362ad6b489c10646a7c7a1d260423234a81dfb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-location/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:07:44
  Author: arojas
Revision: 382704

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382703, qt5-location/kde-unstable/PKGBUILD)
Deleted:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:07:24 UTC (rev 382703)
+++ PKGBUILD2020-05-07 22:07:44 UTC (rev 382704)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('a1642fc5511139f812b81ba26f7444a624fcd0f22d98f6421390a4ceba4c506d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # 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-location/repos/kde-unstable-x86_64/PKGBUILD (from rev 382703, 
qt5-location/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:07:44 UTC (rev 382704)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('47c2316a3c97c52cbaf556d998d6c288cadb2e9c2807967ae1bce7d3a0951feb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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}
+}


[arch-commits] Commit in qt5-base/repos/kde-unstable-x86_64 (4 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:06:31
  Author: arojas
Revision: 382702

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382701, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/qt5-base-cflags.patch
(from rev 382701, qt5-base/kde-unstable/qt5-base-cflags.patch)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/qt5-base-cflags.patch

---+
 PKGBUILD  |  200 
 qt5-base-cflags.patch |   92 +++---
 2 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:05:03 UTC (rev 382701)
+++ PKGBUILD2020-05-07 22:06:31 UTC (rev 382702)
@@ -1,100 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.15.0-beta4
-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'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- qt5-base-cflags.patch)
-sha256sums=('77c59eb2de03f63ae98c0394db8f4574c97e53c50033b004e78971e3c0a891ee'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # 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' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 382701, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:06:31 UTC (rev 382702)
@@ -0,0 +1,100 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 

[arch-commits] Commit in (38 files)

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:05:03
  Author: arojas
Revision: 382701

Qt 5.15 RC

Modified:
  qt5-3d/kde-unstable/PKGBUILD
  qt5-base/kde-unstable/PKGBUILD
  qt5-charts/kde-unstable/PKGBUILD
  qt5-connectivity/kde-unstable/PKGBUILD
  qt5-datavis3d/kde-unstable/PKGBUILD
  qt5-declarative/kde-unstable/PKGBUILD
  qt5-doc/kde-unstable/PKGBUILD
  qt5-gamepad/kde-unstable/PKGBUILD
  qt5-graphicaleffects/kde-unstable/PKGBUILD
  qt5-imageformats/kde-unstable/PKGBUILD
  qt5-location/kde-unstable/PKGBUILD
  qt5-lottie/kde-unstable/PKGBUILD
  qt5-mqtt/kde-unstable/PKGBUILD
  qt5-multimedia/kde-unstable/PKGBUILD
  qt5-networkauth/kde-unstable/PKGBUILD
  qt5-purchasing/kde-unstable/PKGBUILD
  qt5-quick3d/kde-unstable/PKGBUILD
  qt5-quickcontrols/kde-unstable/PKGBUILD
  qt5-quickcontrols2/kde-unstable/PKGBUILD
  qt5-remoteobjects/kde-unstable/PKGBUILD
  qt5-script/kde-unstable/PKGBUILD
  qt5-scxml/kde-unstable/PKGBUILD
  qt5-sensors/kde-unstable/PKGBUILD
  qt5-serialbus/kde-unstable/PKGBUILD
  qt5-serialport/kde-unstable/PKGBUILD
  qt5-speech/kde-unstable/PKGBUILD
  qt5-svg/kde-unstable/PKGBUILD
  qt5-tools/kde-unstable/PKGBUILD
  qt5-translations/kde-unstable/PKGBUILD
  qt5-virtualkeyboard/kde-unstable/PKGBUILD
  qt5-wayland/kde-unstable/PKGBUILD
  qt5-webchannel/kde-unstable/PKGBUILD
  qt5-webengine/kde-unstable/PKGBUILD
  qt5-webglplugin/kde-unstable/PKGBUILD
  qt5-websockets/kde-unstable/PKGBUILD
  qt5-webview/kde-unstable/PKGBUILD
  qt5-x11extras/kde-unstable/PKGBUILD
  qt5-xmlpatterns/kde-unstable/PKGBUILD

+
 qt5-3d/kde-unstable/PKGBUILD   |4 ++--
 qt5-base/kde-unstable/PKGBUILD |6 +++---
 qt5-charts/kde-unstable/PKGBUILD   |4 ++--
 qt5-connectivity/kde-unstable/PKGBUILD |4 ++--
 qt5-datavis3d/kde-unstable/PKGBUILD|4 ++--
 qt5-declarative/kde-unstable/PKGBUILD  |4 ++--
 qt5-doc/kde-unstable/PKGBUILD  |4 ++--
 qt5-gamepad/kde-unstable/PKGBUILD  |4 ++--
 qt5-graphicaleffects/kde-unstable/PKGBUILD |4 ++--
 qt5-imageformats/kde-unstable/PKGBUILD |4 ++--
 qt5-location/kde-unstable/PKGBUILD |6 +++---
 qt5-lottie/kde-unstable/PKGBUILD   |4 ++--
 qt5-mqtt/kde-unstable/PKGBUILD |2 +-
 qt5-multimedia/kde-unstable/PKGBUILD   |4 ++--
 qt5-networkauth/kde-unstable/PKGBUILD  |4 ++--
 qt5-purchasing/kde-unstable/PKGBUILD   |4 ++--
 qt5-quick3d/kde-unstable/PKGBUILD  |4 ++--
 qt5-quickcontrols/kde-unstable/PKGBUILD|4 ++--
 qt5-quickcontrols2/kde-unstable/PKGBUILD   |4 ++--
 qt5-remoteobjects/kde-unstable/PKGBUILD|4 ++--
 qt5-script/kde-unstable/PKGBUILD   |4 ++--
 qt5-scxml/kde-unstable/PKGBUILD|4 ++--
 qt5-sensors/kde-unstable/PKGBUILD  |4 ++--
 qt5-serialbus/kde-unstable/PKGBUILD|4 ++--
 qt5-serialport/kde-unstable/PKGBUILD   |4 ++--
 qt5-speech/kde-unstable/PKGBUILD   |4 ++--
 qt5-svg/kde-unstable/PKGBUILD  |4 ++--
 qt5-tools/kde-unstable/PKGBUILD|6 +++---
 qt5-translations/kde-unstable/PKGBUILD |4 ++--
 qt5-virtualkeyboard/kde-unstable/PKGBUILD  |4 ++--
 qt5-wayland/kde-unstable/PKGBUILD  |4 ++--
 qt5-webchannel/kde-unstable/PKGBUILD   |4 ++--
 qt5-webengine/kde-unstable/PKGBUILD|6 +++---
 qt5-webglplugin/kde-unstable/PKGBUILD  |4 ++--
 qt5-websockets/kde-unstable/PKGBUILD   |4 ++--
 qt5-webview/kde-unstable/PKGBUILD  |4 ++--
 qt5-x11extras/kde-unstable/PKGBUILD|4 ++--
 qt5-xmlpatterns/kde-unstable/PKGBUILD  |4 ++--
 38 files changed, 79 insertions(+), 79 deletions(-)

Modified: qt5-3d/kde-unstable/PKGBUILD
===
--- qt5-3d/kde-unstable/PKGBUILD2020-05-07 18:55:52 UTC (rev 382700)
+++ qt5-3d/kde-unstable/PKGBUILD2020-05-07 22:05:03 UTC (rev 382701)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-3d
-_qtver=5.15.0-beta4
+_qtver=5.15.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('ef96748d14b6d37a12b887d8a6db4385a806c1c2b37e72259b40a0c282c6c738')
+sha256sums=('8e7852345248a39512d508a1bccdace2d49fe71f1fa925958917144a78ece6f0')
 
 prepare() {
   mkdir -p build

Modified: qt5-base/kde-unstable/PKGBUILD
===
--- qt5-base/kde-unstable/PKGBUILD  2020-05-07 18:55:52 UTC (rev 382700)
+++ qt5-base/kde-unstable/PKGBUILD  2020-05-07 22:05:03 UTC (rev 382701)
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.15.0-beta4
+_qtver=5.15.0-rc
 pkgver=${_qtver/-/}
-pkgrel=2

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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 21:55:43
  Author: arodseth
Revision: 625501

archrelease: copy trunk to community-staging-x86_64

Added:
  libutf8proc/repos/community-staging-x86_64/
  libutf8proc/repos/community-staging-x86_64/PKGBUILD
(from rev 625500, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-staging-x86_64/libutf8proc.pc.in
(from rev 625500, libutf8proc/trunk/libutf8proc.pc.in)

---+
 PKGBUILD  |   47 +++
 libutf8proc.pc.in |   10 ++
 2 files changed, 57 insertions(+)

Copied: libutf8proc/repos/community-staging-x86_64/PKGBUILD (from rev 625500, 
libutf8proc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 21:55:43 UTC (rev 625501)
@@ -0,0 +1,47 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=libutf8proc
+pkgver=2.5.0
+_sover=2.3.2
+pkgrel=1
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=(x86_64)
+url='https://github.com/JuliaStrings/utf8proc'
+license=(custom)
+makedepends=(cmake git ninja)
+# tag: v2.5.0
+source=("git+$url#commit=0890a538bf8238cded9be0c81171f57e43f2c755"
+libutf8proc.pc.in)
+sha256sums=('SKIP'
+'0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')
+
+prepare() {
+  sed "s#@VERSION@#$pkgver#" libutf8proc.pc.in > libutf8proc.pc
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../utf8proc \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-G Ninja
+  ninja
+}
+
+package() {
+  # The install command does not work for libutf8proc
+  #DESTDIR="$pkgdir" ninja -C $pkgname-$pkgver/build install
+
+  cd utf8proc
+  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 "$srcdir/libutf8proc.pc" \
+"$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
+  install -Dm644 ../build/libutf8proc.so.$_sover \
+"$pkgdir/usr/lib/libutf8proc.so.$_sover"
+  ln -s /usr/lib/libutf8proc.so.$_sover "$pkgdir/usr/lib/libutf8proc.so"
+  ldconfig -n "$pkgdir/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libutf8proc/repos/community-staging-x86_64/libutf8proc.pc.in (from rev 
625500, libutf8proc/trunk/libutf8proc.pc.in)
===
--- community-staging-x86_64/libutf8proc.pc.in  (rev 0)
+++ community-staging-x86_64/libutf8proc.pc.in  2020-05-07 21:55:43 UTC (rev 
625501)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: @VERSION@
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir} -DUTF8PROC_EXPORTS


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2020-05-07 Thread Andrew Crerar via arch-commits
Date: Thursday, May 7, 2020 @ 21:51:08
  Author: andrewsc
Revision: 625500

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 625499, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 21:50:43 UTC (rev 625499)
+++ PKGBUILD2020-05-07 21:51:08 UTC (rev 625500)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=76.0b8
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('b910cde1e0c4e6fea52ff9b2a77fbf32afb8129651c59c09bfbfa7da85bbd516633c7451090b5d2955fa55a8108252bc0b154e85c2d136e908bd13b70353ac05'
-
'976320e8dc56d606a59e496a3009643c884e4314108f6d7f17cc9a79119023dfab8667b3dea140ddda77b6e765db824b1519861a9fe68ccee183418e5751e3d0'
-
'd8ed359013d9a72e647a3d9b5f42491e5defc783292308fc55a9630fc1526fadde13578225e22fa6bb036b92c053a727e0fc38227e7c626c316ef8435d18fb65'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2020-05-07 Thread Andrew Crerar via arch-commits
Date: Thursday, May 7, 2020 @ 21:50:43
  Author: andrewsc
Revision: 625499

upgpkg: firefox-developer-edition-i18n 77.0b2-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 21:42:25 UTC (rev 625498)
+++ PKGBUILD2020-05-07 21:50:43 UTC (rev 625499)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=76.0b8
+pkgver=77.0b2
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('b910cde1e0c4e6fea52ff9b2a77fbf32afb8129651c59c09bfbfa7da85bbd516633c7451090b5d2955fa55a8108252bc0b154e85c2d136e908bd13b70353ac05'
-
'976320e8dc56d606a59e496a3009643c884e4314108f6d7f17cc9a79119023dfab8667b3dea140ddda77b6e765db824b1519861a9fe68ccee183418e5751e3d0'
-
'd8ed359013d9a72e647a3d9b5f42491e5defc783292308fc55a9630fc1526fadde13578225e22fa6bb036b92c053a727e0fc38227e7c626c316ef8435d18fb65'
-
'2ec08a9867b6036c4d091adf46e58ecd24f6484c86fce303064627e80e05aa501ccfc0fd405651de4d31b71ea073e5fce7d1cf4cc1bf7cee69ea8ccb3f289527'
-
'11c72be05046ac679827c1ec28b22934ecdf2b354beae633ea5177a90a66108c2be0b0d82b73c3722ca4006f8782698f46b86875fd947be9ee8b28d437268821'
-
'4b5386fc455700f365d4fab68aefe7aca5b37a8350f2ccab3c215361980736c3b8cd800860b549610d73653bd9fa918533492cc485a025b2618a1909db9637e5'
-
'e9312763110f3b48a143374be64d7a0a30347e668a7d7692dda7c2e6aa4c2b4ff02e97d5a960e9a004916e0e72b95ebde428d25a00f7be70c80166f77d560e11'
-
'0563913778fb533405fd2eb7babbc31e44268d3d879d7eed5000e5cf6155960efd8d30494fb198fad4d97a1dcf929482e02c7143de438bfbec88a51e91e15f4a'
-
'f17aed6e1887396c131b0c7290264967ba489cf31a5cc482607b4dfb334b04a4161fd0209f4ebce7b79eedfce651eb06b5860b2bf1a6a6d0ead70f113ef6d410'
-
'607bea0ced3abe1c78da557a3cf812542ffbbba53176488fe0499c1071297660daf46e5f13e7e8c469e611b9768affac3572a22d0836322cf2a0d7b99d24c82c'
-
'950b6d8dbba6043c948706406bea4e56b1e4de1190a87b92a2be180dce947ed6b197f9a1651a54d4d435328614b9f51d81e16a99c81300b71b5aa48a999b4ecd'
-
'63ba9a3307210a19418527c17aa9530aa0e4c94030bed053374d47aa3aa8943e0d1228dc70b75a6162657e9141f7ac269f9aed3a63a9d0b241bbd60ec8166c29'
-
'7fb1f27e69f3755dc8aaa23e88b8318b9d5c7e1012389bfe9222d0ab7bd96d945214e375bd2d0d461ce8ce9d123a7e04f0925d6946db4a2931350c3da5fe0962'
-
'5a0290f28bae7437dbcdbb3f270e51e4052199ec5ddcf5e5bfd27f29d8b2951979985fd149fd5ee3221d0dac67629f7ec0cd0c677fb439533c0807d1f15e666a'
-
'0cd9a9989ad1841ea309ba3c1affea5b7ab49304d0e0ff397d6823279ba19751e155cf8077438f01089d775813cc62ce71cb459c965ef8a2bead23c725f7e0c8'
-
'af9dfef55ba12da0fac81bb569522a4b555c9c85369daf3dcc1fb1bbfab013c9f896422796e13d0e8127a3ed4b7a119910e94ca3015c7efb9d2f66c36fd3a4c9'
-
'4af9fe7e2d75115b67059ed1d76e108f7a40095d7c3c8c477cd4c290e8fe12b29d525f11d688ee81d00f156a04e8652668c620fd531b88f92e2d81513455c7c8'
-
'ccb258695e2714a93b68f6a8fad577c9e84deda0208fe8c0be4e25c1027e0570804bcc59887e836b3c721e57f02da3b80a87262321ae485074e26b52f6cd93a2'
-
'1d245539ef91ef55eacf162064f8bba64a0758a7c4ebf85c1c0eb0c761da5500d0ea13279f207d55154899f58105bdaa04d98143cac7f9d6ae2264c2deca8779'
-
'5e2578d604bd4675a96506486e089a23f8cec2e848828a2c661d00b145f35ff42c1c18a93aab9fb0640e4573ce5e16e0536edb568326ee041d227e887544ea75'
-
'a319b6b78b17506dece5896543e981aee4a74f049795bf3dee61b3195eb14bce0a78143ecc5432502a86c7b10a61fc72bc873519fe4e308e09904d1e04427752'
-
'bb0f17b58e6e11a019c3cdad2247e1eb9c359927a981e6ce19afc8ea6e6fda893e726d6a8dd4ba55f1c856607ea62bf79cf8ca4f9d8c7fa88ed9a7329dd74b4d'
-
'd1d7b9e7a606f21c153ddae82162380457a928f83c33cf0852ab9db1dfdfc923218368f97804fddae683089e75eb155feb951da2f2f13768f2f5c6384ff93751'
-
'6ab332015fe357f61503e608a0a3aaf1da8840463fc6c7f39bdca8cc387d07fe7240c997b7cf03cbb08ada84641eee5ff3417b36cd494107af2bdcb9e2904493'
-
'539ab40d83671991e264344874efaf258475ef24871c01c634f7587cbd1eed940c7ad2d4e7ab6b387076ea7212f68d36e43c87a65451888be1af687b390b5e53'
-
'61caa6a63177077451aeedc97a80ffa796632fc3bffb4002598999897830677ee05ad928c88bfb6c2e8748d27273ca8d8df9e71033de36c8e815c8117043be06'
-
'f575819c799b6c9f886ce4428465f0b7ccfe79567f4eaf6a1faf4c280e48e91ae317c6e9bc00ad063b59240b4f1953099ecc590263e9e8e1c24750c6e3d08243'
-
'a41015e197d60dae2e253b96e10cfed8185259a895ec6e0b72ef764ca1a1155032aef229a582919ee866d8de3862f07e3440ed25c01e4ebe0d7425817254ff79'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2020-05-07 Thread Andrew Crerar via arch-commits
Date: Thursday, May 7, 2020 @ 21:42:25
  Author: andrewsc
Revision: 625498

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 625497, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 625497, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 625497, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 625497, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   56 -
 0001_Use_remoting_name_for_GDK_application_names.patch |   48 +
 PKGBUILD   |  450 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 5 files changed, 656 insertions(+), 664 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-05-07 
21:41:51 UTC (rev 625497)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-05-07 
21:42:25 UTC (rev 625498)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 625497, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-05-07 
21:42:25 UTC (rev 625498)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());

[arch-commits] Commit in firefox-developer-edition/trunk (4 files)

2020-05-07 Thread Andrew Crerar via arch-commits
Date: Thursday, May 7, 2020 @ 21:41:51
  Author: andrewsc
Revision: 625497

upgpkg: firefox-developer-edition 77.0b2-1

- Added additional MimeTypes
- Updated remoting name patch

Added:
  
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch
Modified:
  firefox-developer-edition/trunk/PKGBUILD
  firefox-developer-edition/trunk/firefox-developer-edition.desktop
Deleted:
  
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   56 ---
 0001_Use_remoting_name_for_GDK_application_names.patch |   48 
 PKGBUILD   |   12 +--
 firefox-developer-edition.desktop  |2 
 4 files changed, 55 insertions(+), 63 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-05-07 
21:32:35 UTC (rev 625496)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-05-07 
21:41:51 UTC (rev 625497)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Added: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-05-07 
21:41:51 UTC (rev 625497)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ #include "ScreenHelperGTK.h"
+ #include "HeadlessScreenHelper.h"
+ #include "mozilla/widget/ScreenManager.h"
+@@ -178,10 +179,8 @@
+   // creating top-level windows. (At this point, a child process hasn't
+   // received the list of registered chrome packages, so the
+   // GetBrandShortName call would fail anyway.)
+-  nsAutoString brandName;
+-  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
+-  if (!brandName.IsEmpty()) {
+-

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

2020-05-07 Thread David Runge via arch-commits
Date: Thursday, May 7, 2020 @ 21:32:35
  Author: dvzrv
Revision: 625496

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2020-05-07 Thread David Runge via arch-commits
Date: Thursday, May 7, 2020 @ 21:26:11
  Author: dvzrv
Revision: 625495

upgpkg: qtractor 0.9.14-1: Upgrading to 0.9.14.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 21:17:55 UTC (rev 625494)
+++ PKGBUILD2020-05-07 21:26:11 UTC (rev 625495)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.9.13
+pkgver=0.9.14
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('alsa-lib' 'aubio' 'dssi' 'jack' 'ladspa' 'liblo' 'libsamplerate'
 'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband' 'suil')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9344a992d315e024aaf4d1e7277665e26085667077835cad0f75682bf2a474877808dbe244680e7fe3a2dd81184c8962d22a58d84ac24402afada2dabcd2b8d4')
+sha512sums=('b0fb388bf54ade03ec090d931a0902eb2a02c767c9dc61ccf7a4bfddd882e2bcf7af69958a8101fc2ef81f31837e9465df9040a8cd5e37319f61dec9e243cb6b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in steam-native-runtime/repos (3 files)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 21:17:55
  Author: anthraxx
Revision: 625494

archrelease: copy trunk to multilib-testing-x86_64

Added:
  steam-native-runtime/repos/multilib-testing-x86_64/
  steam-native-runtime/repos/multilib-testing-x86_64/PKGBUILD
(from rev 625493, steam-native-runtime/trunk/PKGBUILD)
  steam-native-runtime/repos/multilib-testing-x86_64/steam-native.sh
(from rev 625493, steam-native-runtime/trunk/steam-native.sh)

-+
 PKGBUILD|   66 ++
 steam-native.sh |9 +++
 2 files changed, 75 insertions(+)

Copied: steam-native-runtime/repos/multilib-testing-x86_64/PKGBUILD (from rev 
625493, steam-native-runtime/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-05-07 21:17:55 UTC (rev 625494)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.62
+pkgrel=1
+pkgdesc='Native replacement for the Steam runtime using system libraries'
+arch=('x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+replaces=('steam-libs')
+depends=(
+  'bash' 'steam' 'alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' 
'fontconfig'
+  'freetype2' 'freeglut' 'gdk-pixbuf2' 'glew1.10' 'glib2' 'glu' 'gtk2'
+  'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' 'lib32-curl'
+  'lib32-dbus-glib' 'lib32-fontconfig' 'lib32-freetype2' 'lib32-freeglut'
+  'lib32-gdk-pixbuf2' 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
+  'lib32-libcaca' 'lib32-libcanberra'
+  'lib32-libcups' 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
+  'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libidn11'
+  'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
+  'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4'
+  'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libva' 'lib32-libvdpau'
+  'lib32-libvorbis' 'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
+  'lib32-libxcursor' 'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama'
+  'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
+  'lib32-libxxf86vm' 'lib32-nspr' 'lib32-openal'
+  'lib32-openssl-1.0' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
+  'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' 'lib32-sdl_mixer'
+  'lib32-sdl_ttf' 'libcaca' 'libcanberra' 'libcups'
+  'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm' 'libgcrypt15' 'libice'
+  'libidn11' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'librsvg' 'librtmp0'
+  'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libva' 'libvdpau'
+  'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor' 'libxft'
+  'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst'
+  'libxxf86vm' 'nspr' 'openal' 'openssl-1.0' 'pango' 'sdl' 'sdl2'
+  'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf'
+  'vulkan-icd-loader' 'vulkan-driver' 'lib32-vulkan-driver' 
'lib32-vulkan-icd-loader'
+  'lib32-libappindicator-gtk2' 'lib32-libindicator-gtk2' 
'lib32-libdbusmenu-glib' 'lib32-libdbusmenu-gtk2'
+)
+source=(steam-native.sh)
+sha512sums=('03e969de86a69b0d9d86508a0a0cdd13be7c0c63076f6bc77c3685839a6784e8041528f5a1e9bfcb51d27c6c9994fab591c7d70fc44cc4673a1384781433041b')
+
+prepare() {
+  cp /usr/share/applications/steam.desktop steam-native.desktop
+  sed -r 's|(Name=Steam) \(Runtime\)|\1 (Native)|' -i steam-native.desktop
+  sed -r 's|(/usr/bin/steam)-runtime|\1-native|' -i steam-native.desktop
+}
+
+package() {
+  install -Dm 644 steam-native.desktop -t "${pkgdir}/usr/share/applications"
+  install -Dm 755 steam-native.sh "${pkgdir}/usr/bin/steam-native"
+
+  install -d "${pkgdir}/usr/lib/steam"
+  ln -sf /usr/lib/libcurl.so.3 "${pkgdir}/usr/lib/steam/libcurl.so.3"
+  ln -sf /usr/lib/libcurl.so.4.2.0 "${pkgdir}/usr/lib/steam/libcurl.so.4"
+  ln -sf /usr/lib/libcurl.so.4.2.0 "${pkgdir}/usr/lib/steam/libcurl.so.4.2.0"
+  if [ "${CARCH}" == "x86_64" ]; then
+install -d "${pkgdir}/usr/lib32/steam"
+ln -sf /usr/lib32/libcurl.so.3 "${pkgdir}/usr/lib32/steam/libcurl.so.3"
+ln -sf /usr/lib32/libcurl.so.4.2.0 "${pkgdir}/usr/lib32/steam/libcurl.so.4"
+ln -sf /usr/lib32/libcurl.so.4.2.0 
"${pkgdir}/usr/lib32/steam/libcurl.so.4.2.0"
+  fi
+}
+
+# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/multilib-testing-x86_64/steam-native.sh 
(from rev 625493, steam-native-runtime/trunk/steam-native.sh)
===
--- multilib-testing-x86_64/steam-native.sh (rev 0)
+++ multilib-testing-x86_64/steam-native.sh 2020-05-07 21:17:55 UTC (rev 
625494)
@@ -0,0 +1,9 @@
+#!/bin/bash
+export STEAM_RUNTIME=0
+export STEAM_RUNTIME_HEAVY=0
+# Workaround for dbus fatal 

[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 21:16:42
  Author: anthraxx
Revision: 625492

upgpkg: steam-native-runtime 1.0.0.62-1

Modified:
  steam-native-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 21:14:11 UTC (rev 625491)
+++ PKGBUILD2020-05-07 21:16:42 UTC (rev 625492)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=steam-native-runtime
-pkgver=1.0.0.61
-pkgrel=2
+pkgver=1.0.0.62
+pkgrel=1
 pkgdesc='Native replacement for the Steam runtime using system libraries'
 arch=('x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
@@ -15,7 +15,7 @@
   'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' 'lib32-curl'
   'lib32-dbus-glib' 'lib32-fontconfig' 'lib32-freetype2' 'lib32-freeglut'
   'lib32-gdk-pixbuf2' 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-  'lib32-libappindicator-gtk2' 'lib32-libcaca' 'lib32-libcanberra'
+  'lib32-libcaca' 'lib32-libcanberra'
   'lib32-libcups' 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
   'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libidn11'
   'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
@@ -35,7 +35,8 @@
   'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst'
   'libxxf86vm' 'nspr' 'openal' 'openssl-1.0' 'pango' 'sdl' 'sdl2'
   'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf'
-  'vulkan-icd-loader'
+  'vulkan-icd-loader' 'vulkan-driver' 'lib32-vulkan-driver' 
'lib32-vulkan-icd-loader'
+  'lib32-libappindicator-gtk2' 'lib32-libindicator-gtk2' 
'lib32-libdbusmenu-glib' 'lib32-libdbusmenu-gtk2'
 )
 source=(steam-native.sh)
 
sha512sums=('03e969de86a69b0d9d86508a0a0cdd13be7c0c63076f6bc77c3685839a6784e8041528f5a1e9bfcb51d27c6c9994fab591c7d70fc44cc4673a1384781433041b')


[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (4 files)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 21:16:49
  Author: anthraxx
Revision: 625493

archrelease: copy trunk to multilib-x86_64

Added:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
(from rev 625492, steam-native-runtime/trunk/PKGBUILD)
  steam-native-runtime/repos/multilib-x86_64/steam-native.sh
(from rev 625492, steam-native-runtime/trunk/steam-native.sh)
Deleted:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
  steam-native-runtime/repos/multilib-x86_64/steam-native.sh

-+
 PKGBUILD|  131 +++---
 steam-native.sh |   18 +++
 2 files changed, 75 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 21:16:42 UTC (rev 625492)
+++ PKGBUILD2020-05-07 21:16:49 UTC (rev 625493)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.61
-pkgrel=2
-pkgdesc='Native replacement for the Steam runtime using system libraries'
-arch=('x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-replaces=('steam-libs')
-depends=(
-  'bash' 'steam' 'alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' 
'fontconfig'
-  'freetype2' 'freeglut' 'gdk-pixbuf2' 'glew1.10' 'glib2' 'glu' 'gtk2'
-  'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' 'lib32-curl'
-  'lib32-dbus-glib' 'lib32-fontconfig' 'lib32-freetype2' 'lib32-freeglut'
-  'lib32-gdk-pixbuf2' 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-  'lib32-libappindicator-gtk2' 'lib32-libcaca' 'lib32-libcanberra'
-  'lib32-libcups' 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
-  'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libidn11'
-  'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
-  'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4'
-  'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libva' 'lib32-libvdpau'
-  'lib32-libvorbis' 'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
-  'lib32-libxcursor' 'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama'
-  'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-  'lib32-libxxf86vm' 'lib32-nspr' 'lib32-openal'
-  'lib32-openssl-1.0' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-  'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' 'lib32-sdl_mixer'
-  'lib32-sdl_ttf' 'libcaca' 'libcanberra' 'libcups'
-  'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm' 'libgcrypt15' 'libice'
-  'libidn11' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'librsvg' 'librtmp0'
-  'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libva' 'libvdpau'
-  'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor' 'libxft'
-  'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst'
-  'libxxf86vm' 'nspr' 'openal' 'openssl-1.0' 'pango' 'sdl' 'sdl2'
-  'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf'
-  'vulkan-icd-loader'
-)
-source=(steam-native.sh)
-sha512sums=('03e969de86a69b0d9d86508a0a0cdd13be7c0c63076f6bc77c3685839a6784e8041528f5a1e9bfcb51d27c6c9994fab591c7d70fc44cc4673a1384781433041b')
-
-prepare() {
-  cp /usr/share/applications/steam.desktop steam-native.desktop
-  sed -r 's|(Name=Steam) \(Runtime\)|\1 (Native)|' -i steam-native.desktop
-  sed -r 's|(/usr/bin/steam)-runtime|\1-native|' -i steam-native.desktop
-}
-
-package() {
-  install -Dm 644 steam-native.desktop -t "${pkgdir}/usr/share/applications"
-  install -Dm 755 steam-native.sh "${pkgdir}/usr/bin/steam-native"
-
-  install -d "${pkgdir}/usr/lib/steam"
-  ln -sf /usr/lib/libcurl.so.3 "${pkgdir}/usr/lib/steam/libcurl.so.3"
-  ln -sf /usr/lib/libcurl.so.4.2.0 "${pkgdir}/usr/lib/steam/libcurl.so.4"
-  ln -sf /usr/lib/libcurl.so.4.2.0 "${pkgdir}/usr/lib/steam/libcurl.so.4.2.0"
-  if [ "${CARCH}" == "x86_64" ]; then
-install -d "${pkgdir}/usr/lib32/steam"
-ln -sf /usr/lib32/libcurl.so.3 "${pkgdir}/usr/lib32/steam/libcurl.so.3"
-ln -sf /usr/lib32/libcurl.so.4.2.0 "${pkgdir}/usr/lib32/steam/libcurl.so.4"
-ln -sf /usr/lib32/libcurl.so.4.2.0 
"${pkgdir}/usr/lib32/steam/libcurl.so.4.2.0"
-  fi
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 625492, 
steam-native-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 21:16:49 UTC (rev 625493)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.62
+pkgrel=1
+pkgdesc='Native replacement for the Steam runtime using system libraries'
+arch=('x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+replaces=('steam-libs')
+depends=(
+  'bash' 'steam' 'alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 

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

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 21:14:11
  Author: anthraxx
Revision: 625491

archrelease: copy trunk to multilib-testing-x86_64

Added:
  steam/repos/multilib-testing-x86_64/
  steam/repos/multilib-testing-x86_64/PKGBUILD
(from rev 625490, steam/trunk/PKGBUILD)
  steam/repos/multilib-testing-x86_64/steam-runtime.sh
(from rev 625490, steam/trunk/steam-runtime.sh)

--+
 PKGBUILD |   59 +
 steam-runtime.sh |2 +
 2 files changed, 61 insertions(+)

Copied: steam/repos/multilib-testing-x86_64/PKGBUILD (from rev 625490, 
steam/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-05-07 21:14:11 UTC (rev 625491)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: K900 
+
+pkgname=steam
+pkgver=1.0.0.62
+pkgrel=1
+pkgdesc="Valve's digital software delivery system"
+url='https://steampowered.com/'
+arch=('x86_64')
+license=('custom')
+depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus'
+ 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 
'usbutils'
+ 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
+depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss'
+'lib32-alsa-plugins' 'lib32-libgpg-error'
+'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader')
+optdepends=('steam-native-runtime: steam native runtime support')
+source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
+steam-runtime.sh)
+sha512sums=('0f1638d17ed28f8d8710e31391c516df631f42f5b3f187fa2b8227e9e1819b48a4c9fbca1ee35e7c1de6f3b52135a67ce720f26c531767ade7f0e242a8599e84'
+
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
+b2sums=('2a033f9e3449dc839aa31c82cde0d8aeb20467425dc3253a721c13b0d068d731e4dab94cb7840febbdfd5c67e39aed2dc3b5a05d0587470f1399d7c8a3c806ea'
+
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
+
+prepare() {
+  cd ${pkgname}-launcher
+  # apply roundups for udev rules
+  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
subprojects/steam-devices/60-steam-input.rules
+  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
subprojects/steam-devices/60-steam-input.rules
+  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
subprojects/steam-devices/60-steam-vr.rules
+
+  # separated runtime/native desktop files
+  sed -r 's|(Name=Steam)|\1 (Runtime)|' -i steam.desktop
+  sed -r 's|(/usr/bin/steam)|\1-runtime|' -i steam.desktop
+}
+
+package() {
+  cd ${pkgname}-launcher
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 755 "${srcdir}/steam-runtime.sh" 
"${pkgdir}/usr/bin/steam-runtime"
+  install -d "${pkgdir}/usr/lib/steam"
+  mv "${pkgdir}/usr/bin/steam" "${pkgdir}/usr/lib/steam/steam"
+  ln -sf /usr/bin/steam-runtime "${pkgdir}/usr/bin/steam"
+
+  install -Dm 644 COPYING steam_subscriber_agreement.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 debian/changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # blank steamdeps because apt-get
+  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
+
+  install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
+"${pkgdir}/usr/lib/udev/rules.d/70-steam-input.rules"
+  install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
+"${pkgdir}/usr/lib/udev/rules.d/70-steam-vr.rules"
+}
+
+# vim: ts=2 sw=2 et:

Copied: steam/repos/multilib-testing-x86_64/steam-runtime.sh (from rev 625490, 
steam/trunk/steam-runtime.sh)
===
--- multilib-testing-x86_64/steam-runtime.sh(rev 0)
+++ multilib-testing-x86_64/steam-runtime.sh2020-05-07 21:14:11 UTC (rev 
625491)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/lib/steam/steam "$@"


[arch-commits] Commit in steam/trunk (PKGBUILD alsa_sdl_audiodriver.patch)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 21:14:06
  Author: anthraxx
Revision: 625490

upgpkg: steam 1.0.0.62-1

Modified:
  steam/trunk/PKGBUILD
Deleted:
  steam/trunk/alsa_sdl_audiodriver.patch

+
 PKGBUILD   |   39 +++
 alsa_sdl_audiodriver.patch |   14 --
 2 files changed, 19 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 21:01:01 UTC (rev 625489)
+++ PKGBUILD2020-05-07 21:14:06 UTC (rev 625490)
@@ -3,33 +3,32 @@
 # Contributor: K900 
 
 pkgname=steam
-pkgver=1.0.0.61
-pkgrel=4
+pkgver=1.0.0.62
+pkgrel=1
 pkgdesc="Valve's digital software delivery system"
 url='https://steampowered.com/'
 arch=('x86_64')
 license=('custom')
 depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus'
- 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 
'usbutils')
+ 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 
'usbutils'
+ 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
 depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss'
-'lib32-alsa-plugins' 'lib32-libgpg-error' 
'lib32-libappindicator-gtk2'
-'lib32-libindicator-gtk2' 'lib32-libdbusmenu-glib' 
'lib32-libdbusmenu-gtk2'
-'lib32-nss')
+'lib32-alsa-plugins' 'lib32-libgpg-error'
+'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader')
 optdepends=('steam-native-runtime: steam native runtime support')
 
source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
-steam-runtime.sh
-alsa_sdl_audiodriver.patch)
-sha512sums=('14b4e2d10953dea7e062205f986d95ea46f0791a964c0dcfac905b707da55b25142cb2bc056c5488e0309f7ef4521b44f1540ce14617deb5f1df57a8fd1f723e'
-
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0'
-
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5')
+steam-runtime.sh)
+sha512sums=('0f1638d17ed28f8d8710e31391c516df631f42f5b3f187fa2b8227e9e1819b48a4c9fbca1ee35e7c1de6f3b52135a67ce720f26c531767ade7f0e242a8599e84'
+
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
+b2sums=('2a033f9e3449dc839aa31c82cde0d8aeb20467425dc3253a721c13b0d068d731e4dab94cb7840febbdfd5c67e39aed2dc3b5a05d0587470f1399d7c8a3c806ea'
+
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
+
 prepare() {
-  cd ${pkgname}
-  patch -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch"
-
+  cd ${pkgname}-launcher
   # apply roundups for udev rules
-  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
lib/udev/rules.d/60-steam-input.rules
-  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
lib/udev/rules.d/60-steam-input.rules
-  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
lib/udev/rules.d/60-steam-vr.rules
+  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
subprojects/steam-devices/60-steam-input.rules
+  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
subprojects/steam-devices/60-steam-input.rules
+  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
subprojects/steam-devices/60-steam-vr.rules
 
   # separated runtime/native desktop files
   sed -r 's|(Name=Steam)|\1 (Runtime)|' -i steam.desktop
@@ -37,7 +36,7 @@
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-launcher
   make DESTDIR="${pkgdir}" install
 
   install -Dm 755 "${srcdir}/steam-runtime.sh" 
"${pkgdir}/usr/bin/steam-runtime"
@@ -51,9 +50,9 @@
   # blank steamdeps because apt-get
   ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
 
-  install -Dm 644 lib/udev/rules.d/60-steam-input.rules \
+  install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
 "${pkgdir}/usr/lib/udev/rules.d/70-steam-input.rules"
-  install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \
+  install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
 "${pkgdir}/usr/lib/udev/rules.d/70-steam-vr.rules"
 }
 

Deleted: alsa_sdl_audiodriver.patch
===
--- alsa_sdl_audiodriver.patch  2020-05-07 21:01:01 UTC (rev 625489)
+++ alsa_sdl_audiodriver.patch  2020-05-07 21:14:06 UTC (rev 625490)
@@ -1,14 +0,0 @@
 a/steam2013-02-15 14:43:40.0 -0500
-+++ b/steam2013-02-17 23:26:31.951179106 -0500
-@@ -17,6 +17,11 @@
- # Set up domain for script localization
- export TEXTDOMAIN=steam
- 
-+# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
-+if ! pulseaudio --check &>/dev/null; then
-+export SDL_AUDIODRIVER=alsa
-+fi
-+

[arch-commits] Commit in intellij-idea-community-edition/repos/community-x86_64 (6 files)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 21:01:01
  Author: anthraxx
Revision: 625489

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 625488, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 625488, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 625488, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh

--+
 PKGBUILD |  140 -
 idea.desktop |   22 
 idea.sh  |   22 
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 21:00:48 UTC (rev 625488)
+++ PKGBUILD2020-05-07 21:01:01 UTC (rev 625489)
@@ -1,70 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=intellij-idea-community-edition
-pkgver=2020.1
-_build=201.6668.121
-pkgrel=1
-epoch=2
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-url='https://www.jetbrains.com/idea/'
-arch=('x86_64')
-license=('Apache')
-backup=('usr/share/idea/bin/idea.vmoptions'
-'usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib')
-makedepends=('ant' 'git' 'java8-openjfx' 'java-environment=8')
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build};
-
idea-android::"git+https://github.com/JetBrains/android#tag=idea/${_build};
-
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
-idea.desktop
-idea.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-'5d4f998bec3249165b0e62b5e51e9b7fbe383bb9f1178ffefe070f2c9872eebb')
-
-prepare() {
-  cd intellij-community
-
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-  mv "${srcdir}"/idea-adt-tools-base android/tools-base
-
-  sed '/def targetOs =/c def targetOs = "linux"' -i 
build/dependencies/setupJbre.gradle
-  sed '/String targetOS/c   String targetOS = OS_LINUX' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
-  sed -E 's|(\1|' -i build.xml
-  sed -E 's/-Xmx[0-9]+m/-XX:-UseGCOverheadLimit/' -i build.xml
-  echo ${_build} > build.txt
-}
-
-build() {
-  cd intellij-community
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  ant build
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier-arm lib/libpty/linux/x86
-
-  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
-  cp -dr --no-preserve='ownership' bin lib plugins redist 
"${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
-}
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 625488, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 21:01:01 UTC (rev 625489)
@@ -0,0 +1,70 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=intellij-idea-community-edition
+pkgver=2020.1.1
+_build=201.7223.91
+pkgrel=1
+epoch=2
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')
+backup=('usr/share/idea/bin/idea.vmoptions'
+'usr/share/idea/bin/idea64.vmoptions')
+depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib')
+makedepends=('ant' 'git' 'java8-openjfx' 'java-environment=8')
+source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build};
+

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2020-05-07 Thread Levente Polyak via arch-commits
Date: Thursday, May 7, 2020 @ 21:00:48
  Author: anthraxx
Revision: 625488

upgpkg: intellij-idea-community-edition 2:2020.1.1-1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 19:55:26 UTC (rev 625487)
+++ PKGBUILD2020-05-07 21:00:48 UTC (rev 625488)
@@ -3,8 +3,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=intellij-idea-community-edition
-pkgver=2020.1
-_build=201.6668.121
+pkgver=2020.1.1
+_build=201.7223.91
 pkgrel=1
 epoch=2
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
@@ -17,7 +17,7 @@
 makedepends=('ant' 'git' 'java8-openjfx' 'java-environment=8')
 
source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build};
 
idea-android::"git+https://github.com/JetBrains/android#tag=idea/${_build};
-
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
+
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=17e9c8b666cac0b974b1efc5e1e4c33404f72904"
 idea.desktop
 idea.sh)
 sha256sums=('SKIP'


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

2020-05-07 Thread Bruno Pagani via arch-commits
Date: Thursday, May 7, 2020 @ 19:55:26
  Author: archange
Revision: 625487

archrelease: copy trunk to community-x86_64

Added:
  riot/repos/community-x86_64/PKGBUILD
(from rev 625486, riot/trunk/PKGBUILD)
  riot/repos/community-x86_64/riot-desktop.sh
(from rev 625486, riot/trunk/riot-desktop.sh)
  riot/repos/community-x86_64/riot.desktop
(from rev 625486, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-x86_64/PKGBUILD
  riot/repos/community-x86_64/riot-desktop.sh
  riot/repos/community-x86_64/riot.desktop

-+
 PKGBUILD|  182 +++---
 riot-desktop.sh |6 -
 riot.desktop|   20 ++---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 19:55:18 UTC (rev 625486)
+++ PKGBUILD2020-05-07 19:55:26 UTC (rev 625487)
@@ -1,91 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Steef Hegeman 
-# Contributor: Luca Weiss 
-# Contributor: Julian Schacher 
-
-pkgbase=riot
-pkgname=(riot-web riot-desktop)
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=(x86_64)
-url="https://riot.im;
-license=(Apache)
-makedepends=(npm git yarn python rust sqlcipher electron)
-_url="https://github.com/vector-im/riot;
-source=(${pkgbase}-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
-
${pkgbase}-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-
${pkgbase}-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
-
${pkgbase}-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-${pkgbase}.desktop
-${pkgbase}-desktop.sh)
-sha256sums=('0e54adbda71e2d572f1ecdec3a6f07cb6379e5c9f8223bff19580d2e663f50c4'
-'SKIP'
-'4b1befbabb1fc391d0a9a49125540903fa97d5bbad033bdaff377a018a244333'
-'SKIP'
-'ba8157d7b951400d1c590c2a75ec879a4f3770dac6baf38d6010c24e69f0c3fc'
-'dc14c79694bac4f523493c26a73c8000f9a2374f36dd21c1945bfb93d19277cd')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  # Switch target to output to directory rather than .deb package
-  sed -i 's/"target": "deb"/"target": "dir"/g' package.json
-  yarn install
-
-  cd ../${pkgbase}-desktop-${pkgver}
-  sed -i 's@"https://packages.riot.im/desktop/update/"@null@g' 
riot.im/release/config.json
-  yarn install
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  yarn build
-
-  cd ../${pkgbase}-desktop-${pkgver}
-  yarn run build:native
-  yarn run build
-}
-
-package_riot-web() {
-  pkgdesc="Glossy Matrix collaboration client for the web."
-  provides=(vector-web)
-  replaces=(vector-web)
-
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="Glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron sqlcipher)
-  backup=('etc/riot/config.json')
-
-  cd ${pkgbase}-desktop-${pkgver}
-
-  install -d "${pkgdir}"{/usr/lib/${pkgbase}/,/etc/webapps/${pkgbase}}
-
-  # Install the app content, replace the webapp with a symlink to the system 
package
-  cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/${pkgbase}/
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-
-  # Config file
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-  install -Dm644 riot.im/release/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  # Required extras
-  install -Dm644 ../${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  # Icons
-  install -Dm644 
../${pkgbase}-web-${pkgver}/res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-x86_64/PKGBUILD (from rev 625486, 
riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 19:55:26 UTC (rev 625487)
@@ -0,0 +1,91 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Steef Hegeman 
+# Contributor: Luca Weiss 
+# Contributor: Julian Schacher 
+
+pkgbase=riot
+pkgname=(riot-web riot-desktop)
+pkgver=1.6.0
+pkgrel=2

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

2020-05-07 Thread Bruno Pagani via arch-commits
Date: Thursday, May 7, 2020 @ 19:55:18
  Author: archange
Revision: 625486

Tighten dependency to make it more obvious when people only upgrade one of the 
two components

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 19:07:52 UTC (rev 625485)
+++ PKGBUILD2020-05-07 19:55:18 UTC (rev 625486)
@@ -6,7 +6,7 @@
 pkgbase=riot
 pkgname=(riot-web riot-desktop)
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(x86_64)
 url="https://riot.im;
@@ -64,7 +64,7 @@
 
 package_riot-desktop() {
   pkgdesc="Glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron sqlcipher)
+  depends=("riot-web=${pkgver}" electron sqlcipher)
   backup=('etc/riot/config.json')
 
   cd ${pkgbase}-desktop-${pkgver}


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

2020-05-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 7, 2020 @ 19:07:52
  Author: anatolik
Revision: 625485

archrelease: copy trunk to community-x86_64

Added:
  librdkafka/repos/community-x86_64/PKGBUILD
(from rev 625484, librdkafka/trunk/PKGBUILD)
Deleted:
  librdkafka/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 19:07:33 UTC (rev 625484)
+++ PKGBUILD2020-05-07 19:07:52 UTC (rev 625485)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Andrew Sun 
-# Contributor: Joel Teichroeb 
-# Contributor: Alim Gokkaya 
-
-pkgname=librdkafka
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='The Apache Kafka C/C++ library'
-arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
-license=(BSD)
-depends=(libsasl zstd)
-makedepends=(python openssl lz4 rapidjson)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('3b99a36c082a67ef6295eabd4fb3e32ab0bff7c6b0d397d6352697335f4e57eb')
-
-build() {
-  cd librdkafka-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd librdkafka-$pkgver
-  make install DESTDIR="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 625484, 
librdkafka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 19:07:52 UTC (rev 625485)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.4.2
+pkgrel=2
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('3b99a36c082a67ef6295eabd4fb3e32ab0bff7c6b0d397d6352697335f4e57eb')
+
+build() {
+  cmake -S librdkafka-$pkgver -B build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2020-05-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 7, 2020 @ 19:07:33
  Author: anatolik
Revision: 625484

upgpkg: librdkafka 1.4.2-2

 - Switch to cmake build tool
 - Fix 'empty librdkafka++.so file' issue

Modified:
  librdkafka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 18:52:05 UTC (rev 625483)
+++ PKGBUILD2020-05-07 19:07:33 UTC (rev 625484)
@@ -5,24 +5,27 @@
 
 pkgname=librdkafka
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Apache Kafka C/C++ library'
 arch=(x86_64)
 url='https://github.com/edenhill/librdkafka'
 license=(BSD)
 depends=(libsasl zstd)
-makedepends=(python openssl lz4 rapidjson)
+makedepends=(python openssl lz4 rapidjson cmake)
 
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
 sha256sums=('3b99a36c082a67ef6295eabd4fb3e32ab0bff7c6b0d397d6352697335f4e57eb')
 
 build() {
-  cd librdkafka-$pkgver
-  ./configure --prefix=/usr
-  make
+  cmake -S librdkafka-$pkgver -B build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr --build build
 }
 
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
 package() {
-  cd librdkafka-$pkgver
-  make install DESTDIR="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cmake --build build --target install -- DESTDIR="$pkgdir"
 }


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

2020-05-07 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 18:55:48
  Author: eworm
Revision: 382699

upgpkg: iniparser 4.1-2

Buildinfo Format 1 rebuild

Modified:
  iniparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 18:35:13 UTC (rev 382698)
+++ PKGBUILD2020-05-07 18:55:48 UTC (rev 382699)
@@ -4,7 +4,7 @@
 
 pkgname=iniparser
 pkgver=4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
 arch=('x86_64')
 url="http://ndevilla.free.fr/iniparser/;
@@ -13,6 +13,7 @@
 makedepends=('chrpath')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ndevilla/iniparser/archive/v$pkgver.tar.gz)
 md5sums=('e43b722c71b399ab17c329c04dbdf1d7')
+sha256sums=('960daa800dd31d70ba1bacf3ea2d22e8ddfc2906534bf328319495966443f3ae')
 
 build() {
   cd $pkgname-$pkgver


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

2020-05-07 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 18:55:52
  Author: eworm
Revision: 382700

archrelease: copy trunk to extra-x86_64

Added:
  iniparser/repos/extra-x86_64/PKGBUILD
(from rev 382699, iniparser/trunk/PKGBUILD)
Deleted:
  iniparser/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 18:55:48 UTC (rev 382699)
+++ PKGBUILD2020-05-07 18:55:52 UTC (rev 382700)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Roman Kyrylych 
-# Contributor: Roman Kyrylych 
-
-pkgname=iniparser
-pkgver=4.1
-pkgrel=1
-pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
-arch=('x86_64')
-url="http://ndevilla.free.fr/iniparser/;
-license=('MIT')
-depends=('glibc')
-makedepends=('chrpath')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ndevilla/iniparser/archive/v$pkgver.tar.gz)
-md5sums=('e43b722c71b399ab17c329c04dbdf1d7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
-  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
-  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
-  install -Dm644 libiniparser.so.1 $pkgdir/usr/lib/libiniparser.so.1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
-  ln -sf libiniparser.so.1 $pkgdir/usr/lib/libiniparser.so
-  chrpath -d $pkgdir/usr/lib/libiniparser.so
-}

Copied: iniparser/repos/extra-x86_64/PKGBUILD (from rev 382699, 
iniparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 18:55:52 UTC (rev 382700)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Roman Kyrylych 
+# Contributor: Roman Kyrylych 
+
+pkgname=iniparser
+pkgver=4.1
+pkgrel=2
+pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
+arch=('x86_64')
+url="http://ndevilla.free.fr/iniparser/;
+license=('MIT')
+depends=('glibc')
+makedepends=('chrpath')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ndevilla/iniparser/archive/v$pkgver.tar.gz)
+md5sums=('e43b722c71b399ab17c329c04dbdf1d7')
+sha256sums=('960daa800dd31d70ba1bacf3ea2d22e8ddfc2906534bf328319495966443f3ae')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 src/iniparser.h "$pkgdir"/usr/include/iniparser.h
+  install -Dm644 src/dictionary.h "$pkgdir"/usr/include/dictionary.h
+  install -Dm644 libiniparser.a "$pkgdir"/usr/lib/libiniparser.a
+  install -Dm644 libiniparser.so.1 "$pkgdir"/usr/lib/libiniparser.so.1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/iniparser/LICENSE
+  ln -sf libiniparser.so.1 "$pkgdir"/usr/lib/libiniparser.so
+  chrpath -d "$pkgdir"/usr/lib/libiniparser.so
+}


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

2020-05-07 Thread Morten Linderud via arch-commits
Date: Thursday, May 7, 2020 @ 18:51:53
  Author: foxboron
Revision: 625482

upgpkg: qutebrowser 1.11.1-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 18:39:10 UTC (rev 625481)
+++ PKGBUILD2020-05-07 18:51:53 UTC (rev 625482)
@@ -4,7 +4,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -24,7 +24,7 @@
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
 
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('e2ed9d56aa5db8a0865f7a18d5d0d796d48db161d9c04c03a935dd95e2a4182c'
+sha256sums=('7a3354cb28efcec2cc4549b8ab37e1c4b81b45c51f52e87fdfb9380100afb533'
 'SKIP')
 
 build() {


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

2020-05-07 Thread Morten Linderud via arch-commits
Date: Thursday, May 7, 2020 @ 18:52:05
  Author: foxboron
Revision: 625483

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 625482, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 18:51:53 UTC (rev 625482)
+++ PKGBUILD2020-05-07 18:52:05 UTC (rev 625483)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Lukas Fleischer 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="https://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
- "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback with qt5-webkit backend"
-"gst-plugins-base: media playback with qt5-webkit backend"
-"gst-plugins-good: media playback with qt5-webkit backend"
-"gst-plugins-bad: media playback with qt5-webkit backend"
-"gst-plugins-ugly: media playback with qt5-webkit backend"
-"pdfjs: displaying PDF in-browser"
-"qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('e2ed9d56aa5db8a0865f7a18d5d0d796d48db161d9c04c03a935dd95e2a4182c'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 625482, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 18:52:05 UTC (rev 625483)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Lukas Fleischer 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="https://www.qutebrowser.org/;
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+ "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback with qt5-webkit backend"
+"gst-plugins-base: media playback with qt5-webkit backend"
+"gst-plugins-good: media playback with qt5-webkit backend"
+"gst-plugins-bad: media playback with qt5-webkit backend"
+"gst-plugins-ugly: media playback with qt5-webkit backend"
+"pdfjs: displaying PDF in-browser"
+"qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('7a3354cb28efcec2cc4549b8ab37e1c4b81b45c51f52e87fdfb9380100afb533'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2020-05-07 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 7, 2020 @ 18:39:10
  Author: bisson
Revision: 625481

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 18:38:50 UTC (rev 625480)
+++ PKGBUILD2020-05-07 18:39:10 UTC (rev 625481)
@@ -1,35 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
-validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 625480, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 18:39:10 UTC (rev 625481)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
+validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2020-05-07 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 7, 2020 @ 18:38:50
  Author: bisson
Revision: 625480

upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 18:06:56 UTC (rev 625479)
+++ PKGBUILD2020-05-07 18:38:50 UTC (rev 625480)
@@ -3,7 +3,7 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 18:35:13
  Author: heftig
Revision: 382698

archrelease: copy trunk to extra-x86_64

Added:
  libbs2b/repos/extra-x86_64/PKGBUILD
(from rev 382697, libbs2b/trunk/PKGBUILD)
Deleted:
  libbs2b/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 18:34:04 UTC (rev 382697)
+++ PKGBUILD2020-05-07 18:35:13 UTC (rev 382698)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gustavo Alvarez 
-# Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net 
-
-pkgname=libbs2b
-pkgver=3.1.0
-pkgrel=6
-pkgdesc="Bauer stereophonic-to-binaural DSP effect library"
-url="http://bs2b.sourceforge.net;
-arch=(x86_64)
-license=('custom:MIT')
-depends=(libsndfile)
-source=("https://downloads.sourceforge.net/sourceforge/bs2b/$pkgname-$pkgver.tar.lzma;)
-md5sums=('00d32ffa6461dde6a632c846da3e0a13')
-sha1sums=('ec847e38a3a6f7eeed245b44e53f02cfff056df0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/dist-lzma/dist-xz/g' configure.ac
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libbs2b/repos/extra-x86_64/PKGBUILD (from rev 382697, 
libbs2b/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 18:35:13 UTC (rev 382698)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gustavo Alvarez 
+# Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net 
+
+pkgname=libbs2b
+pkgver=3.1.0
+pkgrel=7
+pkgdesc="Bauer stereophonic-to-binaural DSP effect library"
+url="http://bs2b.sourceforge.net;
+arch=(x86_64)
+license=('custom:MIT')
+depends=(libsndfile gcc-libs)
+source=("https://downloads.sourceforge.net/sourceforge/bs2b/$pkgname-$pkgver.tar.lzma;)
+md5sums=('00d32ffa6461dde6a632c846da3e0a13')
+sha1sums=('ec847e38a3a6f7eeed245b44e53f02cfff056df0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/dist-lzma/dist-xz/g' configure.ac
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  depends+=(libsndfile.so)
+  provides+=(libbs2b.so)
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 18:34:04
  Author: heftig
Revision: 382697

3.1.0-7

Modified:
  libbs2b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 18:23:39 UTC (rev 382696)
+++ PKGBUILD2020-05-07 18:34:04 UTC (rev 382697)
@@ -4,12 +4,12 @@
 
 pkgname=libbs2b
 pkgver=3.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Bauer stereophonic-to-binaural DSP effect library"
 url="http://bs2b.sourceforge.net;
 arch=(x86_64)
 license=('custom:MIT')
-depends=(libsndfile)
+depends=(libsndfile gcc-libs)
 
source=("https://downloads.sourceforge.net/sourceforge/bs2b/$pkgname-$pkgver.tar.lzma;)
 md5sums=('00d32ffa6461dde6a632c846da3e0a13')
 sha1sums=('ec847e38a3a6f7eeed245b44e53f02cfff056df0')
@@ -33,6 +33,9 @@
 }
 
 package() {
+  depends+=(libsndfile.so)
+  provides+=(libbs2b.so)
+
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 18:23:39
  Author: heftig
Revision: 382696

1.43.1-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 18:16:30 UTC (rev 382695)
+++ PKGBUILD2020-05-07 18:23:39 UTC (rev 382696)
@@ -5,8 +5,8 @@
 
 pkgname=('rust' 'lib32-rust-libs' 'rust-docs')
 epoch=1
-pkgver=1.43.0
-pkgrel=2
+pkgver=1.43.1
+pkgrel=1
 
 _llvm_ver=10.0.0
 
@@ -24,7 +24,7 @@
 
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig}
 70163.patch)
 
-sha256sums=('75f6ac6c9da9f897f4634d5a07be4084692f7ccc2d2bb89337be86cfc18453a1'
+sha256sums=('cde177b4a8c687da96f20de27630a1eb55c9d146a15e4c900d5c31cd3c3ac41d'
 'SKIP'
 '6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
 'SKIP'


[arch-commits] Commit in filesystem/repos (26 files)

2020-05-07 Thread Sébastien Luttringer via arch-commits
Date: Thursday, May 7, 2020 @ 18:16:30
  Author: seblu
Revision: 382695

archrelease: copy trunk to testing-x86_64

Added:
  filesystem/repos/testing-x86_64/
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 382694, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux.png
(from rev 382694, filesystem/trunk/archlinux.png)
  filesystem/repos/testing-x86_64/archlinux.svg
(from rev 382694, filesystem/trunk/archlinux.svg)
  filesystem/repos/testing-x86_64/crypttab
(from rev 382694, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/env-generator
(from rev 382694, filesystem/trunk/env-generator)
  filesystem/repos/testing-x86_64/fstab
(from rev 382694, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 382694, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 382694, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 382694, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 382694, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 382694, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 382694, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 382694, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/motd
(from rev 382694, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 382694, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 382694, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 382694, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 382694, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 382694, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 382694, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 382694, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 382694, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/sysctl
(from rev 382694, filesystem/trunk/sysctl)
  filesystem/repos/testing-x86_64/sysusers
(from rev 382694, filesystem/trunk/sysusers)
  filesystem/repos/testing-x86_64/tmpfiles
(from rev 382694, filesystem/trunk/tmpfiles)

---+
 PKGBUILD  |  130 
 crypttab  |   12 +
 env-generator |3 +
 fstab |4 +
 group |1 
 gshadow   |1 
 host.conf |4 +
 hosts |2 
 issue |2 
 ld.so.conf|4 +
 locale.sh |   22 +
 nsswitch.conf |   18 +++
 os-release|   10 
 passwd|1 
 profile   |   45 +++
 resolv.conf   |2 
 securetty |   12 +
 shadow|1 
 shells|5 ++
 sysctl|3 +
 sysusers  |   28 
 tmpfiles  |   17 +++
 22 files changed, 327 insertions(+)

Copied: filesystem/repos/testing-x86_64/PKGBUILD (from rev 382694, 
filesystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 18:16:30 UTC (rev 382695)
@@ -0,0 +1,130 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Tom Gundersen 
+
+pkgname=filesystem
+pkgver=2020.05.07
+pkgrel=1
+pkgdesc='Base Arch Linux files'
+arch=('x86_64')
+license=('GPL')
+url='https://www.archlinux.org'
+depends=('iana-etc')
+backup=('etc/crypttab' 'etc/fstab' 'etc/group' 'etc/gshadow' 'etc/host.conf'
+'etc/hosts' 'etc/issue' 'etc/ld.so.conf' 'etc/motd' 'etc/nsswitch.conf'
+'etc/passwd' 'etc/profile' 'etc/resolv.conf' 'etc/securetty'
+'etc/shadow' 'etc/shells')
+source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 
'hosts'
+'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
+'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells' 'sysctl'
+'sysusers' 'tmpfiles' 'archlinux.svg' 'archlinux.png')
+md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
+ '2b0344e9639f35f3c0d5637a23556089'
+ 'e33f6dfdd61978fcb3ddf1431286e05a'
+ '7fed1e1fb855e41a6d64d41f8521d69a'
+ '1c1e3b08acfa286f4b417c49de3e4366'
+ '7d119a9cce152aa182fb3392ddeecea7'
+ 'a1315ea3e2b64d197b6efaf9c14ff778'
+ '7813c481156f6b280a3ba91fc6236368'
+ '5deb9f890a4d08a245e9752ede77271e'
+ '580cf8b59eebfaac4fad373ffadc9912'
+ 'd41d8cd98f00b204e9800998ecf8427e'
+ '981ee4d7e506a9d6d9ed2d872e16004b'
+ '173371ea3ac7817fdec6a726e3996067'
+ '5182ac38a0de85da8ade93ef71975ca4'
+ '7b208a630a548740e0f4cd368badae23'
+ 

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

2020-05-07 Thread Sébastien Luttringer via arch-commits
Date: Thursday, May 7, 2020 @ 18:16:06
  Author: seblu
Revision: 382694

upgpkg: filesystem 2020.05.07-1

Modified:
  filesystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 17:51:58 UTC (rev 382693)
+++ PKGBUILD2020-05-07 18:16:06 UTC (rev 382694)
@@ -2,7 +2,7 @@
 # Contributor: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2020.05.03
+pkgver=2020.05.07
 pkgrel=1
 pkgdesc='Base Arch Linux files'
 arch=('x86_64')


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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 18:06:56
  Author: arodseth
Revision: 625479

upgpkg: libutf8proc 2.5.0-1

Modified:
  libutf8proc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 17:59:08 UTC (rev 625478)
+++ PKGBUILD2020-05-07 18:06:56 UTC (rev 625479)
@@ -1,15 +1,16 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=libutf8proc
-pkgver=2.4.0
-_sover=2.3.1
+pkgver=2.5.0
+_sover=2.3.2
 pkgrel=1
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=(x86_64)
-url='https://julialang.org/utf8proc/'
+url='https://github.com/JuliaStrings/utf8proc'
 license=(custom)
 makedepends=(cmake git ninja)
-source=("git+https://github.com/JuliaStrings/utf8proc#tag=v$pkgver;
+# tag: v2.5.0
+source=("git+$url#commit=0890a538bf8238cded9be0c81171f57e43f2c755"
 libutf8proc.pc.in)
 sha256sums=('SKIP'
 '0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:51:58
  Author: heftig
Revision: 382693

archrelease: copy trunk to extra-x86_64

Added:
  libcanberra/repos/extra-x86_64/PKGBUILD
(from rev 382691, libcanberra/trunk/PKGBUILD)
  libcanberra/repos/extra-x86_64/libcanberra.xinit
(from rev 382691, libcanberra/trunk/libcanberra.xinit)
Deleted:
  libcanberra/repos/extra-x86_64/PKGBUILD
  libcanberra/repos/extra-x86_64/libcanberra.xinit

---+
 PKGBUILD  |  165 ++--
 libcanberra.xinit |   26 
 2 files changed, 96 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 17:51:56 UTC (rev 382692)
+++ PKGBUILD2020-05-07 17:51:58 UTC (rev 382693)
@@ -1,82 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=libcanberra
-pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
-pkgver=0.30+2+gc0620e4
-pkgrel=2
-pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
-arch=(x86_64)
-license=(LGPL)
-depends=(libvorbis libltdl alsa-lib tdb sound-theme-freedesktop)
-makedepends=(gtk-doc libpulse gstreamer gtk2 gtk3 git)
-options=(!emptydirs libtool)
-url="http://0pointer.de/lennart/projects/libcanberra;
-_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
-source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit; 
libcanberra.xinit)
-sha256sums=('SKIP'
-'a0d0b135d3fea5c703a5f84208b79d66f671b082ae85f67b629ee2568a7ddc30')
-
-_plugindir=usr/lib/$pkgbase-0.30
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
-  --disable-static --with-builtin=dso --enable-null --disable-oss \
-  --enable-alsa --enable-gstreamer --enable-pulse \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libcanberra() {
-  optdepends=("$pkgbase-pulse: PulseAudio driver"
-  "$pkgbase-gstreamer: GStreamer driver")
-
-  cd $pkgbase
-
-  make -j1 DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/libcanberra-gtk*.la
-  rm "$pkgdir"/usr/lib/gtk-{2,3}.0/modules/*.la
-
-  install -D "$srcdir/libcanberra.xinit" \
-"$pkgdir/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module.sh"
-
-  # Split plugins
-  for _p in pulse gstreamer; do
-mkdir ../$_p-plugin
-mv "$pkgdir/$_plugindir"/libcanberra-$_p.* ../$_p-plugin
-  done
-
-  # FS#52370: Remove login, logout and system-ready sounds.
-  # We have no sound themes that include these so do not play them.
-  rm -f "$pkgdir/usr/share/gnome/autostart/libcanberra-login-sound.desktop"
-  rm -f "$pkgdir/usr/share/gnome/shutdown/libcanberra-logout-sound.sh"
-  rm -f 
"$pkgdir/usr/share/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop"
-}
-
-package_libcanberra-pulse() {
-  pkgdesc="PulseAudio plugin for libcanberra"
-  depends=("$pkgbase=$pkgver-$pkgrel" libpulse)
-
-  install -d "$pkgdir/$_plugindir"
-  mv pulse-plugin/* "$pkgdir/$_plugindir"
-}
-
-package_libcanberra-gstreamer() {
-  pkgdesc="GStreamer plugin for libcanberra"
-  depends=("$pkgbase=$pkgver-$pkgrel" gstreamer)
-
-  install -d "$pkgdir/$_plugindir"
-  mv gstreamer-plugin/* "$pkgdir/$_plugindir"
-}

Copied: libcanberra/repos/extra-x86_64/PKGBUILD (from rev 382691, 
libcanberra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 17:51:58 UTC (rev 382693)
@@ -0,0 +1,83 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=libcanberra
+pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
+pkgver=0.30+2+gc0620e4
+pkgrel=3
+pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
+arch=(x86_64)
+license=(LGPL)
+depends=(libvorbis libltdl alsa-lib tdb sound-theme-freedesktop)
+makedepends=(gtk-doc libpulse gstreamer gtk2 gtk3 git)
+options=(!emptydirs libtool)
+url="http://0pointer.de/lennart/projects/libcanberra;
+_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
+source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit; 
libcanberra.xinit)
+sha256sums=('SKIP'
+'a0d0b135d3fea5c703a5f84208b79d66f671b082ae85f67b629ee2568a7ddc30')
+
+_plugindir=usr/lib/$pkgbase-0.30
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
+  --disable-static --with-builtin=dso --enable-null --disable-oss \
+  --enable-alsa --enable-gstreamer --enable-pulse \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ 

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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:51:56
  Author: heftig
Revision: 382692

archrelease: copy trunk to extra-x86_64

Added:
  rest/repos/extra-x86_64/PKGBUILD
(from rev 382691, rest/trunk/PKGBUILD)
Deleted:
  rest/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 17:51:54 UTC (rev 382691)
+++ PKGBUILD2020-05-07 17:51:56 UTC (rev 382692)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=rest
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Helper library for RESTful services"
-url="https://wiki.gnome.org/Projects/Librest;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 libxml2 libsoup)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=2971b3b92701f70fc368ad64bd25cefaea043f87  # tags/0.8.1^0
-source=("git+https://gitlab.gnome.org/GNOME/librest.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd librest
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librest
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librest
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd librest
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rest/repos/extra-x86_64/PKGBUILD (from rev 382691, rest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 17:51:56 UTC (rev 382692)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=rest
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="Helper library for RESTful services"
+url="https://wiki.gnome.org/Projects/Librest;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 libxml2 libsoup)
+makedepends=(gobject-introspection gtk-doc git)
+provides=(librest{,-extras}-0.7.so)
+_commit=2971b3b92701f70fc368ad64bd25cefaea043f87  # tags/0.8.1^0
+source=("git+https://gitlab.gnome.org/GNOME/librest.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd librest
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librest
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librest
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd librest
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:51:54
  Author: heftig
Revision: 382691

archrelease: copy trunk to extra-x86_64

Added:
  woff2/repos/extra-x86_64/PKGBUILD
(from rev 382690, woff2/trunk/PKGBUILD)
Deleted:
  woff2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 17:38:41 UTC (rev 382690)
+++ PKGBUILD2020-05-07 17:51:54 UTC (rev 382691)
@@ -1,31 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=woff2
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="Web Open Font Format 2 reference implementation"
-url="https://github.com/google/woff2;
-arch=(x86_64)
-license=(custom:MIT)
-depends=(brotli)
-makedepends=(git cmake ninja)
-_commit=1bccf208bca986e53a647dfe4811322adb06ecf8  # tags/v1.0.2
-source=("git+$url#commit=$_commit")
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i 's/NOT BUILD_SHARED_LIBS/TRUE/' CMakeLists.txt
-}
-
-build() {
-  cd $pkgname
-  cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}

Copied: woff2/repos/extra-x86_64/PKGBUILD (from rev 382690, 
woff2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 17:51:54 UTC (rev 382691)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=woff2
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Web Open Font Format 2 reference implementation"
+url="https://github.com/google/woff2;
+arch=(x86_64)
+license=(custom:MIT)
+depends=(brotli)
+makedepends=(git cmake)
+provides=(libwoff2{common,dec,enc}.so)
+_commit=1bccf208bca986e53a647dfe4811322adb06ecf8  # tags/v1.0.2
+source=("git+$url#commit=$_commit")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # Install binaries
+  sed -i 's/NOT BUILD_SHARED_LIBS/TRUE/' CMakeLists.txt
+}
+
+build() {
+  cmake -H$pkgname -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
+}


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:51:57
  Author: heftig
Revision: 625454

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 17:38:49 UTC (rev 625453)
+++ PKGBUILD2020-05-07 17:51:57 UTC (rev 625454)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan de Groot 
-
-_pkgbasename=libcanberra
-pkgbase=lib32-$_pkgbasename
-pkgname=(lib32-libcanberra lib32-libcanberra-pulse lib32-libcanberra-gstreamer)
-pkgver=0.30+2+gc0620e4
-pkgrel=1
-pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-tdb $_pkgbasename)
-makedepends=(gtk-doc lib32-libpulse lib32-gstreamer lib32-gtk2 lib32-gtk3 git 
gcc-multilib libtool-multilib)
-options=(!emptydirs libtool)
-url="http://0pointer.de/lennart/projects/libcanberra;
-_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
-source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-_plugindir=usr/lib32/$_pkgbasename-0.30
-
-pkgver() {
-  cd $_pkgbasename
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $_pkgbasename
-  ./autogen.sh
-}
-
-build() {
-  cd $_pkgbasename
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var 
--libdir=/usr/lib32 \
-  --disable-static --with-builtin=dso --enable-null --disable-oss \
-  --enable-alsa --enable-gstreamer --enable-pulse \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_lib32-libcanberra() {
-  optdepends=("$pkgbase-pulse: PulseAudio driver")
-
-  cd $_pkgbasename
-
-  make -j1 DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib32/libcanberra-gtk*.la
-  rm "$pkgdir"/usr/lib32/gtk-{2,3}.0/modules/*.la
-
-  # Split plugins
-  for _p in pulse gstreamer; do
-mkdir ../$_p-plugin
-mv "$pkgdir/$_plugindir"/libcanberra-$_p.* ../$_p-plugin
-  done
-
-  rm -r "$pkgdir"/usr/{include,share,bin,lib,lib32/gnome-settings-daemon-3.0}
-  rm "$pkgdir"/usr/lib32/*.la
-}
-
-package_lib32-libcanberra-pulse() {
-  pkgdesc="PulseAudio plugin for libcanberra (32-bit)"
-  depends=("$pkgbase=$pkgver-$pkgrel" lib32-libpulse)
-
-  install -d "$pkgdir/$_plugindir"
-  mv pulse-plugin/* "$pkgdir/$_plugindir"
-}
-
-package_lib32-libcanberra-gstreamer() {
-  pkgdesc="GStreamer plugin for libcanberra (32-bit)"
-  depends=("$pkgbase=$pkgver-$pkgrel" lib32-gstreamer)
-
-  install -d "$pkgdir/$_plugindir"
-  mv gstreamer-plugin/* "$pkgdir/$_plugindir"
-}

Copied: lib32-libcanberra/repos/multilib-x86_64/PKGBUILD (from rev 625453, 
lib32-libcanberra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 17:51:57 UTC (rev 625454)
@@ -0,0 +1,83 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jan de Groot 
+
+pkgbase=lib32-libcanberra
+pkgname=(lib32-libcanberra lib32-libcanberra-pulse lib32-libcanberra-gstreamer)
+pkgver=0.30+2+gc0620e4
+pkgrel=3
+pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-tdb libcanberra)
+makedepends=(gtk-doc lib32-libpulse lib32-gstreamer lib32-gtk2 lib32-gtk3 git)
+options=(!emptydirs libtool)
+url="http://0pointer.de/lennart/projects/libcanberra;
+_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
+source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+_plugindir=usr/lib32/libcanberra-0.30
+
+pkgver() {
+  cd libcanberra
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd libcanberra
+  ./autogen.sh
+}
+
+build() {
+  cd libcanberra
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
+  --libdir=/usr/lib32 \
+  --disable-static --with-builtin=dso --enable-null --disable-oss \
+  --enable-alsa --enable-gstreamer --enable-pulse \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_lib32-libcanberra() {
+  optdepends=("$pkgbase-pulse: PulseAudio driver"
+  "$pkgbase-gstreamer: GStreamer driver")
+  

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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:38:49
  Author: heftig
Revision: 625453

0.30+2+gc0620e4-3

Modified:
  lib32-libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 17:03:27 UTC (rev 625452)
+++ PKGBUILD2020-05-07 17:38:49 UTC (rev 625453)
@@ -1,16 +1,15 @@
 # Maintainer: Florian Pritz 
 # Contributor: Jan de Groot 
 
-_pkgbasename=libcanberra
-pkgbase=lib32-$_pkgbasename
+pkgbase=lib32-libcanberra
 pkgname=(lib32-libcanberra lib32-libcanberra-pulse lib32-libcanberra-gstreamer)
 pkgver=0.30+2+gc0620e4
-pkgrel=1
+pkgrel=3
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
 arch=(x86_64)
 license=(LGPL)
-depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-tdb $_pkgbasename)
-makedepends=(gtk-doc lib32-libpulse lib32-gstreamer lib32-gtk2 lib32-gtk3 git 
gcc-multilib libtool-multilib)
+depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-tdb libcanberra)
+makedepends=(gtk-doc lib32-libpulse lib32-gstreamer lib32-gtk2 lib32-gtk3 git)
 options=(!emptydirs libtool)
 url="http://0pointer.de/lennart/projects/libcanberra;
 _commit=c0620e432650e81062c1967cc669829dbd29b310  # master
@@ -17,26 +16,27 @@
 source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;)
 sha256sums=('SKIP')
 
-_plugindir=usr/lib32/$_pkgbasename-0.30
+_plugindir=usr/lib32/libcanberra-0.30
 
 pkgver() {
-  cd $_pkgbasename
+  cd libcanberra
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
 prepare() {
-  cd $_pkgbasename
+  cd libcanberra
   ./autogen.sh
 }
 
 build() {
-  cd $_pkgbasename
+  cd libcanberra
 
   export CC="gcc -m32"
   export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
 
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var 
--libdir=/usr/lib32 \
+  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
+  --libdir=/usr/lib32 \
   --disable-static --with-builtin=dso --enable-null --disable-oss \
   --enable-alsa --enable-gstreamer --enable-pulse \
   --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
@@ -46,9 +46,11 @@
 }
 
 package_lib32-libcanberra() {
-  optdepends=("$pkgbase-pulse: PulseAudio driver")
+  optdepends=("$pkgbase-pulse: PulseAudio driver"
+  "$pkgbase-gstreamer: GStreamer driver")
+  provides=(libcanberra{,-gtk,-gtk3}.so)
 
-  cd $_pkgbasename
+  cd libcanberra
 
   make -j1 DESTDIR="$pkgdir" install
   rm "$pkgdir"/usr/lib32/libcanberra-gtk*.la


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:38:41
  Author: heftig
Revision: 382690

0.30+2+gc0620e4-3

Modified:
  libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 17:33:34 UTC (rev 382689)
+++ PKGBUILD2020-05-07 17:38:41 UTC (rev 382690)
@@ -3,7 +3,7 @@
 pkgbase=libcanberra
 pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
 pkgver=0.30+2+gc0620e4
-pkgrel=2
+pkgrel=3
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
 arch=(x86_64)
 license=(LGPL)
@@ -42,6 +42,7 @@
 package_libcanberra() {
   optdepends=("$pkgbase-pulse: PulseAudio driver"
   "$pkgbase-gstreamer: GStreamer driver")
+  provides=(libcanberra{,-gtk,-gtk3}.so)
 
   cd $pkgbase
 


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:33:34
  Author: heftig
Revision: 382689

1.0.2-3

Modified:
  woff2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 17:32:56 UTC (rev 382688)
+++ PKGBUILD2020-05-07 17:33:34 UTC (rev 382689)
@@ -2,13 +2,14 @@
 
 pkgname=woff2
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Web Open Font Format 2 reference implementation"
 url="https://github.com/google/woff2;
 arch=(x86_64)
 license=(custom:MIT)
 depends=(brotli)
-makedepends=(git cmake ninja)
+makedepends=(git cmake)
+provides=(libwoff2{common,dec,enc}.so)
 _commit=1bccf208bca986e53a647dfe4811322adb06ecf8  # tags/v1.0.2
 source=("git+$url#commit=$_commit")
 sha512sums=('SKIP')
@@ -15,17 +16,19 @@
 
 prepare() {
   cd $pkgname
+
+  # Install binaries
   sed -i 's/NOT BUILD_SHARED_LIBS/TRUE/' CMakeLists.txt
 }
 
 build() {
-  cd $pkgname
-  cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
+  cmake -H$pkgname -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib
+  cmake --build build
 }
 
 package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+  DESTDIR="$pkgdir" cmake --build build --target install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
 }


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:32:56
  Author: heftig
Revision: 382688

0.8.1-3

Modified:
  rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 17:20:24 UTC (rev 382687)
+++ PKGBUILD2020-05-07 17:32:56 UTC (rev 382688)
@@ -2,7 +2,7 @@
 
 pkgname=rest
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Helper library for RESTful services"
 url="https://wiki.gnome.org/Projects/Librest;
 arch=(x86_64)
@@ -9,6 +9,7 @@
 license=(LGPL2.1)
 depends=(glib2 libxml2 libsoup)
 makedepends=(gobject-introspection gtk-doc git)
+provides=(librest{,-extras}-0.7.so)
 _commit=2971b3b92701f70fc368ad64bd25cefaea043f87  # tags/0.8.1^0
 source=("git+https://gitlab.gnome.org/GNOME/librest.git#commit=$_commit;)
 sha256sums=('SKIP')


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

2020-05-07 Thread Jan Steffens via arch-commits
Date: Thursday, May 7, 2020 @ 17:20:24
  Author: heftig
Revision: 382687

archrelease: copy trunk to extra-x86_64

Added:
  dleyna-renderer/repos/extra-x86_64/167.patch
(from rev 382686, dleyna-renderer/trunk/167.patch)
  dleyna-renderer/repos/extra-x86_64/PKGBUILD
(from rev 382686, dleyna-renderer/trunk/PKGBUILD)
Deleted:
  dleyna-renderer/repos/extra-x86_64/PKGBUILD
  dleyna-renderer/repos/extra-x86_64/gupnp-1.2.diff

+
 167.patch  |  942 +++
 PKGBUILD   |   96 ++---
 gupnp-1.2.diff |  130 ---
 3 files changed, 992 insertions(+), 176 deletions(-)

Copied: dleyna-renderer/repos/extra-x86_64/167.patch (from rev 382686, 
dleyna-renderer/trunk/167.patch)
===
--- 167.patch   (rev 0)
+++ 167.patch   2020-05-07 17:20:24 UTC (rev 382687)
@@ -0,0 +1,942 @@
+From 594015eac2757f629a32d043c9a9b10ff6c5f95f Mon Sep 17 00:00:00 2001
+From: Jens Georg 
+Date: Mon, 5 Nov 2018 22:07:09 +0100
+Subject: [PATCH 1/4] Use english for logging
+
+---
+ libdleyna/renderer/device.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libdleyna/renderer/device.c b/libdleyna/renderer/device.c
+index 7acef89..032d394 100644
+--- a/libdleyna/renderer/device.c
 b/libdleyna/renderer/device.c
+@@ -1201,7 +1201,7 @@ static void prv_add_actions(dlr_device_t *device,
+   continue;
+   }
+ 
+-  DLEYNA_LOG_DEBUG("DLNA version ≥ 1.50 pour %s",
++  DLEYNA_LOG_DEBUG("DLNA version ≥ 1.50 for %s",
+device->path);
+   timeseek_missing = TRUE;
+   g_free(dlna_device_class);
+
+From a588dd11e4c6d2ff6a7c1789fad913ab9c2519b5 Mon Sep 17 00:00:00 2001
+From: Jens Georg 
+Date: Sat, 21 Sep 2019 20:36:04 +0200
+Subject: [PATCH 2/4] Do service introspection on device creation
+
+Fixes #104
+Fixes #164
+---
+ libdleyna/renderer/Makefile.am   |   2 +
+ libdleyna/renderer/device.c  | 411 ---
+ libdleyna/renderer/gasync-task.c | 135 ++
+ libdleyna/renderer/gasync-task.h |  57 +
+ libdleyna/renderer/manager.c |   1 -
+ libdleyna/renderer/upnp.c|  14 +-
+ 6 files changed, 419 insertions(+), 201 deletions(-)
+ create mode 100644 libdleyna/renderer/gasync-task.c
+ create mode 100644 libdleyna/renderer/gasync-task.h
+
+diff --git a/libdleyna/renderer/Makefile.am b/libdleyna/renderer/Makefile.am
+index ca601c7..ce4dc41 100644
+--- a/libdleyna/renderer/Makefile.am
 b/libdleyna/renderer/Makefile.am
+@@ -22,6 +22,7 @@ libdleyna_renderer_1_0_la_LDFLAGS =  -version-info 
$(DLEYNA_RENDERER_VERSION) \
+ libdleyna_renderer_1_0_la_SOURCES =   $(libdleyna_rendererinc_HEADERS) \
+   async.c  \
+   device.c \
++  gasync-task.c\
+   host-service.c   \
+   manager.c\
+   server.c \
+@@ -53,6 +54,7 @@ sysconf_DATA = dleyna-renderer-service.conf
+ EXTRA_DIST =  $(sysconf_DATA) \
+   async.h \
+   device.h\
++  gasync-task.h\
+   host-service.h  \
+   prop-defs.h \
+   manager.h   \
+diff --git a/libdleyna/renderer/device.c b/libdleyna/renderer/device.c
+index 032d394..73b3dd3 100644
+--- a/libdleyna/renderer/device.c
 b/libdleyna/renderer/device.c
+@@ -26,15 +26,16 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #include 
+ #include 
+ #include 
+-#include 
+ 
+ #include "async.h"
+ #include "device.h"
++#include "gasync-task.h"
+ #include "prop-defs.h"
+ #include "server.h"
+ 
+@@ -675,21 +676,30 @@ static void prv_process_protocol_info(dlr_device_t 
*device,
+   DLEYNA_LOG_DEBUG("Exit");
+ }
+ 
+-static void prv_get_protocol_info_cb(GUPnPServiceProxy *proxy,
+-   GUPnPServiceProxyAction *action,
++static void prv_get_protocol_info_cb(GObject *target,
++ GAsyncResult *res,
+gpointer user_data)
+ {
+   gchar *result = NULL;
+   gboolean end;
+   GError *error = NULL;
+   prv_new_device_ct_t *priv_t = (prv_new_device_ct_t *)user_data;
++  GUPnPServiceProxyAction *action;
+ 
+   DLEYNA_LOG_DEBUG("Enter");
+ 
+   priv_t->dev->construct_step++;
+ 
+-  end = gupnp_service_proxy_end_action(proxy, action, , "Sink",
+-   

  1   2   3   4   >