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

2020-04-06 Thread Maxim Baz via arch-commits
Date: Monday, April 6, 2020 @ 07:37:13
  Author: maximbaz
Revision: 612035

upgpkg: prettier 2.0.3-1

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 06:35:57 UTC (rev 612034)
+++ PKGBUILD2020-04-06 07:37:13 UTC (rev 612035)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=prettier
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -11,7 +11,7 @@
 depends=("nodejs")
 makedepends=("yarn")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('341c60bfabec098e417ffa5752560506c1a31ece14bb2f1f3717222b5d768630')
+sha256sums=('9c3f87346be4cff4f14234e06af65cb383bf9741a0461f454ba6fb8638aafb0b')
 
 
 build() {


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

2020-04-06 Thread Maxim Baz via arch-commits
Date: Monday, April 6, 2020 @ 07:37:17
  Author: maximbaz
Revision: 612036

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 612035, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 07:37:13 UTC (rev 612035)
+++ PKGBUILD2020-04-06 07:37:17 UTC (rev 612036)
@@ -1,35 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/";
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('341c60bfabec098e417ffa5752560506c1a31ece14bb2f1f3717222b5d768630')
-
-
-build() {
-   cd "$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-
-   # https://github.com/prettier/prettier/issues/6900
-   chmod +x "bin-$pkgname.js"
-
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 612035, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 07:37:17 UTC (rev 612036)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/";
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('9c3f87346be4cff4f14234e06af65cb383bf9741a0461f454ba6fb8638aafb0b')
+
+
+build() {
+   cd "$pkgname-$pkgver"
+   yarn
+   yarn build
+}
+
+
+package() {
+   install -d "$pkgdir/usr/lib/$pkgname"
+   cd "$pkgdir/usr/lib/$pkgname"
+   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+
+   # https://github.com/prettier/prettier/issues/6900
+   chmod +x "bin-$pkgname.js"
+
+   install -d "$pkgdir/usr/bin"
+   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 07:43:16
  Author: arojas
Revision: 379619

Update to 7.0.10.5

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:00:44 UTC (rev 379618)
+++ PKGBUILD2020-04-06 07:43:16 UTC (rev 379619)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.10.4
+pkgver=7.0.10.5
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/";
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('64d65d4b0f11b5b2344c58972c0e5bb13c4121dc482d60bcf14d5cd4f310f98f'
+sha256sums=('a00aab72ca47b5efd7fedbb052effa783c4cced67a6bb25d69307beb26703950'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 07:43:42
  Author: arojas
Revision: 379620

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 379619, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 379619, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  242 +++---
 arch-fonts.diff |  214 +++
 2 files changed, 228 insertions(+), 228 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 07:43:16 UTC (rev 379619)
+++ PKGBUILD2020-04-06 07:43:42 UTC (rev 379620)
@@ -1,121 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.10.4
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/";
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('64d65d4b0f11b5b2344c58972c0e5bb13c4121dc482d60bcf14d5cd4f310f98f'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-
-# Use correct options for inkscape<1.0
-  sed -e 's|--export-file|--export-png|' -i 
"$pkgdir"/etc/ImageMagick-7/delegates.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 379619, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 07:43:42 UTC (rev 379620)
@@ -0,0 +1,121 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.10.5
+pkgrel=1
+pkgdesc="An ima

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

2020-04-06 Thread Kpcyrd via arch-commits
Date: Monday, April 6, 2020 @ 09:18:06
  Author: kpcyrd
Revision: 612037

upgpkg: bandwhich 0.13.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 07:37:17 UTC (rev 612036)
+++ PKGBUILD2020-04-06 09:18:06 UTC (rev 612037)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('88024e7021af9cdbb500d74f7864b08a13ff35afd1bf83aeb6487c59ec3c1ff81270d8e32473e0716ae5aa24f6db0f2a92cdcbf04dafdd35b3e03f466b7cbfc0')
-b2sums=('f4c1c920d415b1fb8fa9d448f567418658d2ef936f044dc4971c4e8bca8110724b367a2807c9c1fb45409d7035a2b6852ac2fa0289ed35d305a474c689bde6e4')
+sha512sums=('5d6960af13653d134205d517102fb3121bc6aaf87bf12021c9d968e34917243c000f452426f0805dae6ffc06d66a17a95f64205ea8d238a2275d07d1f4c7fc91')
+b2sums=('3fe31f8170ddf49703546daa83ea645cf86c89f32b7364afd9fa2e33c31f6beaf2e77d5e9af090265e1a67b213a7a2f32d0d4f731a41fd0f6b8047db3d0f538a')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-04-06 Thread Kpcyrd via arch-commits
Date: Monday, April 6, 2020 @ 09:18:20
  Author: kpcyrd
Revision: 612038

archrelease: copy trunk to community-x86_64

Added:
  bandwhich/repos/community-x86_64/PKGBUILD
(from rev 612037, bandwhich/trunk/PKGBUILD)
Deleted:
  bandwhich/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 09:18:06 UTC (rev 612037)
+++ PKGBUILD2020-04-06 09:18:20 UTC (rev 612038)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Aram Drevekenin 
-
-pkgname=bandwhich
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Terminal bandwidth utilization tool'
-url='https://github.com/imsnif/bandwhich'
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('88024e7021af9cdbb500d74f7864b08a13ff35afd1bf83aeb6487c59ec3c1ff81270d8e32473e0716ae5aa24f6db0f2a92cdcbf04dafdd35b3e03f466b7cbfc0')
-b2sums=('f4c1c920d415b1fb8fa9d448f567418658d2ef936f044dc4971c4e8bca8110724b367a2807c9c1fb45409d7035a2b6852ac2fa0289ed35d305a474c689bde6e4')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bandwhich/repos/community-x86_64/PKGBUILD (from rev 612037, 
bandwhich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 09:18:20 UTC (rev 612038)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Aram Drevekenin 
+
+pkgname=bandwhich
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Terminal bandwidth utilization tool'
+url='https://github.com/imsnif/bandwhich'
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5d6960af13653d134205d517102fb3121bc6aaf87bf12021c9d968e34917243c000f452426f0805dae6ffc06d66a17a95f64205ea8d238a2275d07d1f4c7fc91')
+b2sums=('3fe31f8170ddf49703546daa83ea645cf86c89f32b7364afd9fa2e33c31f6beaf2e77d5e9af090265e1a67b213a7a2f32d0d4f731a41fd0f6b8047db3d0f538a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-06 Thread Christian Hesse via arch-commits
Date: Monday, April 6, 2020 @ 09:19:45
  Author: eworm
Revision: 612039

upgpkg: haproxy 2.1.4-1

new upstream release

fixes CVE-2020-11100
https://www.mail-archive.com/haproxy@formilux.org/msg36876.html

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 09:18:20 UTC (rev 612038)
+++ PKGBUILD2020-04-06 09:19:45 UTC (rev 612039)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -21,7 +21,7 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-sha256sums=('bb678e550374d0d9d9312885fb9d270b501dae9e3b336f0a4379c667dae00b59'
+sha256sums=('51030ff696d7067162b4d24d354044293aecfbb36d7acc2f840c8d928bfe91cd'
 'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
 'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
 'ba489cec86ea7dae643128825d69fd560a53dd9dc85d0bf4e81f2614aade164e')


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

2020-04-06 Thread Christian Hesse via arch-commits
Date: Monday, April 6, 2020 @ 09:19:55
  Author: eworm
Revision: 612040

archrelease: copy trunk to community-x86_64

Added:
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 612039, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 612039, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 612039, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 612039, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/haproxy.sysusers
(from rev 612039, haproxy/trunk/haproxy.sysusers)
Deleted:
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install
  haproxy/repos/community-x86_64/haproxy.sysusers

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |  114 +--
 PKGBUILD|  142 +++---
 haproxy.cfg |   98 -
 haproxy.install |   16 -
 haproxy.sysusers|2 
 5 files changed, 186 insertions(+), 186 deletions(-)

Deleted: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-04-06 
09:19:45 UTC (rev 612039)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-04-06 
09:19:55 UTC (rev 612040)
@@ -1,57 +0,0 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- contrib/halog/Makefile| 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 100644
 a/contrib/halog/Makefile
-+++ b/contrib/halog/Makefile
-@@ -16,7 +16,7 @@ DEFINE   =
- OBJS = halog
- 
- halog: halog.c fgets2.c
--  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
- 
- clean:
-   rm -f $(OBJS) *.[oas]
-diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6d..1276b97d 100644
 a/contrib/ip6range/Makefile
-+++ b/contrib/ip6range/Makefile
-@@ -7,7 +7,7 @@ OBJS = ip6range
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
-diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72eda..e92baf3d 100644
 a/contrib/iprange/Makefile
-+++ b/contrib/iprange/Makefile
-@@ -7,7 +7,7 @@ OBJS = iprange
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
--- 
-2.20.1
-

Copied: 
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 612039, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 
(rev 0)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-04-06 
09:19:55 UTC (rev 612040)
@@ -0,0 +1,57 @@
+From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Wed, 9 Jan 2019 23:37:02 +0100
+Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ contrib/halog/Makefile| 2 +-
+ contrib/ip6range/Makefile | 2 +-
+ contrib/iprange/Makefile  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index 5e687c09..2474409a 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 

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

2020-04-06 Thread Kpcyrd via arch-commits
Date: Monday, April 6, 2020 @ 09:28:11
  Author: kpcyrd
Revision: 612041

upgpkg: cargo-edit 0.6.0-1

Modified:
  cargo-edit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 09:19:55 UTC (rev 612040)
+++ PKGBUILD2020-04-06 09:28:11 UTC (rev 612041)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-edit
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc='Managing cargo dependencies from the command line'
 url='https://github.com/killercup/cargo-edit/releases'
 arch=('x86_64')
@@ -9,8 +9,8 @@
 license=('MIT' 'APACHE')
 depends=('cargo')
 
source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('39c216f6e51f6d497ae3895d063b68476471c880d94603b6e0712891bb7c2229af93c9181bf06d98040ddabc71e052051457e4d8075c8dfe8aa5f17d1797d140')
-b2sums=('3d4383eb87f25630fbcece3b5494694de089254c7b716527382f521af25a8152f12f3dea3196acd00f56450571413cfce323d7cd334e79bad323236738e4ff02')
+sha512sums=('485c2ed37a53c1145e79d1bf2db039f1cdd07c12327a6641848574da9e9f3a69fbe1f20ff7f7a255edac5cac35075411569afb37ec26d3b692a1aace3c1e57fd')
+b2sums=('218fa8f723ae10ea780b9eca38a3a3a76504596827aaa334dc799ce3d96c2947e649b2f3871de7ec4d6ccb51ef110b8076001fec00f64d4a521ff041ea6559b2')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-04-06 Thread Kpcyrd via arch-commits
Date: Monday, April 6, 2020 @ 09:28:19
  Author: kpcyrd
Revision: 612042

archrelease: copy trunk to community-x86_64

Added:
  cargo-edit/repos/community-x86_64/PKGBUILD
(from rev 612041, cargo-edit/trunk/PKGBUILD)
Deleted:
  cargo-edit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 09:28:11 UTC (rev 612041)
+++ PKGBUILD2020-04-06 09:28:19 UTC (rev 612042)
@@ -1,38 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-edit
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='Managing cargo dependencies from the command line'
-url='https://github.com/killercup/cargo-edit/releases'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('cargo')
-source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('39c216f6e51f6d497ae3895d063b68476471c880d94603b6e0712891bb7c2229af93c9181bf06d98040ddabc71e052051457e4d8075c8dfe8aa5f17d1797d140')
-b2sums=('3d4383eb87f25630fbcece3b5494694de089254c7b716527382f521af25a8152f12f3dea3196acd00f56450571413cfce323d7cd334e79bad323236738e4ff02')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # tests depend on target/debug/
-  cargo test --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 \
-target/release/cargo-add \
-target/release/cargo-rm \
-target/release/cargo-upgrade \
--t "${pkgdir}/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-edit/repos/community-x86_64/PKGBUILD (from rev 612041, 
cargo-edit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 09:28:19 UTC (rev 612042)
@@ -0,0 +1,38 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-edit
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Managing cargo dependencies from the command line'
+url='https://github.com/killercup/cargo-edit/releases'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('cargo')
+source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('485c2ed37a53c1145e79d1bf2db039f1cdd07c12327a6641848574da9e9f3a69fbe1f20ff7f7a255edac5cac35075411569afb37ec26d3b692a1aace3c1e57fd')
+b2sums=('218fa8f723ae10ea780b9eca38a3a3a76504596827aaa334dc799ce3d96c2947e649b2f3871de7ec4d6ccb51ef110b8076001fec00f64d4a521ff041ea6559b2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # tests depend on target/debug/
+  cargo test --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 \
+target/release/cargo-add \
+target/release/cargo-rm \
+target/release/cargo-upgrade \
+-t "${pkgdir}/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 09:33:17
  Author: mtorromeo
Revision: 612043

Updated source URL (fixes FS#66114)

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 09:28:19 UTC (rev 612042)
+++ PKGBUILD2020-04-06 09:33:17 UTC (rev 612043)
@@ -12,7 +12,7 @@
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
 optdepends=('qpress: for compressed backups')
-source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz";
+source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver}/source/tarball/percona-xtrabackup-$pkgver.tar.gz";
 
"https://dl.bintray.com/boostorg/release/${_boostver}/source/boost_${_boostver//./_}.tar.bz2";)
 
 sha256sums=('6d1b6ed78ace1b9e8ca6fe3ec73e07db8d662e4270fff4f77cd41e4021ee9364'


[arch-commits] Commit in (3 files)

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 10:03:49
  Author: mtorromeo
Revision: 612044

Added libvirt-dbus package as a runtime dependency for cockpit-machines

Added:
  libvirt-dbus/
  libvirt-dbus/trunk/
  libvirt-dbus/trunk/PKGBUILD

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

Added: libvirt-dbus/trunk/PKGBUILD
===
--- libvirt-dbus/trunk/PKGBUILD (rev 0)
+++ libvirt-dbus/trunk/PKGBUILD 2020-04-06 10:03:49 UTC (rev 612044)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libvirt-dbus
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented 
API better suited for dbus-based applications"
+arch=('x86_64')
+url="https://libvirt.org/dbus.html";
+license=('LGPL')
+depends=('libvirt-glib' 'dbus' 'libssh')
+validpgpkeys=('4252D86A52041137C291CADFC85C5E957062A701')
+source=("https://libvirt.org/sources/dbus/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('44e31beedc5aeb5bcd032d3a9766b0380b2320f1ae78cbcfb316d7a9025fb33f1ff24fdc65c023f38c2408062e7d40e62392cbc756d1cf8f8644a086bc871544'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  mkdir build && cd build
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--disable-static \
+--with-runstatedir=/run
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 10:05:12
  Author: mtorromeo
Revision: 612046

upgpkg: cockpit 216-2: Splitted docker and machines components

Modified:
  cockpit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 10:04:26 UTC (rev 612045)
+++ PKGBUILD2020-04-06 10:05:12 UTC (rev 612046)
@@ -4,9 +4,9 @@
 # Contributor: Anatol Pomozov 
 
 pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard)
+pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-docker cockpit-machines)
 pkgver=216
-pkgrel=1
+pkgrel=2
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'
@@ -45,6 +45,8 @@
   backup=('etc/pam.d/cockpit')
   optdepends=("cockpit-pcp: reading performance metrics"
   "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
+  "cockpit-docker: user interface for managing docker containers"
+  "cockpit-machines: user interface for managing virtual machines"
   "udisks2: manage hard disks"
   "networkmanager: manage network connections"
   "packagekit: manage packages"
@@ -66,7 +68,8 @@
  
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
 
   # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard} \
+  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard,docker,machines} \
+ 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{docker,machines}.metainfo.xml
 \
  "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
  "$pkgdir"/var/lib/pcp
 }
@@ -84,15 +87,37 @@
   rm -rf "$pkgdir"/tmp
 }
 
-package_cockpit-dashboard() {
-  pkgdesc='Cockpit support for connecting to remote servers (through ssh), 
bastion hosts, and a basic dashboard.'
-  depends=(cockpit)
+_do_package_component() {
+  _component="${pkgname#cockpit-}"
 
   cd cockpit-$pkgver
   make DESTDIR="$pkgdir"/tmp install
 
   cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/dashboard \
+  bsdtar -cf - usr/share/cockpit/$_component \
 | bsdtar -xf - -C "$pkgdir"
+
+  [ -f usr/share/metainfo/org.cockpit-project.$pkgname.metainfo.xml ] && \
+install -Dm644 
usr/share/metainfo/org.cockpit-project.$pkgname.metainfo.xml \
+  "$pkgdir"/usr/share/metainfo/org.cockpit-project.$pkgname.metainfo.xml
+
   rm -rf "$pkgdir"/tmp
 }
+
+package_cockpit-dashboard() {
+  pkgdesc='Cockpit support for connecting to remote servers (through ssh), 
bastion hosts, and a basic dashboard.'
+  depends=(cockpit)
+  _do_package_component
+}
+
+package_cockpit-docker() {
+  pkgdesc='Cockpit components for interacting with Docker and user interface.'
+  depends=(cockpit docker)
+  _do_package_component
+}
+
+package_cockpit-machines() {
+  pkgdesc='Cockpit components for managing virtual machines.'
+  depends=(cockpit libvirt-dbus)
+  _do_package_component
+}


[arch-commits] Commit in libvirt-dbus (3 files)

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 10:04:26
  Author: mtorromeo
Revision: 612045

archrelease: copy trunk to community-x86_64

Added:
  libvirt-dbus/repos/
  libvirt-dbus/repos/community-x86_64/
  libvirt-dbus/repos/community-x86_64/PKGBUILD
(from rev 612044, libvirt-dbus/trunk/PKGBUILD)

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

Copied: libvirt-dbus/repos/community-x86_64/PKGBUILD (from rev 612044, 
libvirt-dbus/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-04-06 10:04:26 UTC (rev 612045)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libvirt-dbus
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented 
API better suited for dbus-based applications"
+arch=('x86_64')
+url="https://libvirt.org/dbus.html";
+license=('LGPL')
+depends=('libvirt-glib' 'dbus' 'libssh')
+validpgpkeys=('4252D86A52041137C291CADFC85C5E957062A701')
+source=("https://libvirt.org/sources/dbus/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('44e31beedc5aeb5bcd032d3a9766b0380b2320f1ae78cbcfb316d7a9025fb33f1ff24fdc65c023f38c2408062e7d40e62392cbc756d1cf8f8644a086bc871544'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  mkdir build && cd build
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--disable-static \
+--with-runstatedir=/run
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 10:05:26
  Author: mtorromeo
Revision: 612047

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 612046, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 612046, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 612046, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 612046, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  221 +-
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 130 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 10:05:12 UTC (rev 612046)
+++ PKGBUILD2020-04-06 10:05:26 UTC (rev 612047)
@@ -1,98 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard)
-pkgver=216
-pkgrel=1
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz";
-
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz";
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('85fe845fba0c23531fe73e761e090dd6ecb06b389f7dc0c639a5730eb3e940fc'
-'963e1051d575090361f68b4df6e49b0120e77f90cc674217dafbf613cfbd1710'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
---with-nfs-client-package='"nfs-utils"' \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages"
-  "docker: manage containers"
-  "libvirt: manage virtual machines"
-  "kubernetes: manage cluster")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard} \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/pcp usr/lib/cockpit/cockpit-pcp var/lib/pcp \
-| bsdtar -xf - -C "$pkgdir"
-  rm -rf "$pkgdir"/tmp
-}
-
-package_cockpit-dashboard() {
-  pkgdesc='Cockpit support for connecting to remote servers (through ssh), 
bastion hosts, and a basic dashboard.'
-  depends=

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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 10:42:05
  Author: mtorromeo
Revision: 612049

archrelease: copy trunk to community-x86_64

Added:
  earlyoom/repos/community-x86_64/PKGBUILD
(from rev 612048, earlyoom/trunk/PKGBUILD)
Deleted:
  earlyoom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 10:41:43 UTC (rev 612048)
+++ PKGBUILD2020-04-06 10:42:05 UTC (rev 612049)
@@ -1,29 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=earlyoom
-pkgver=1.5
-pkgrel=1
-pkgdesc="Early OOM Daemon for Linux"
-arch=('x86_64')
-url="https://github.com/rfjakob/earlyoom";
-license=('MIT')
-makedepends=('pandoc')
-backup=("etc/default/earlyoom")
-source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('55b71800e878a01325951c904fa45d345b83440123c7dcbce1c47ff49326ea91')
-
-prepare() {
-cd "$pkgname-$pkgver"
-sed "/systemctl|chcon/d" -ri Makefile
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: earlyoom/repos/community-x86_64/PKGBUILD (from rev 612048, 
earlyoom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 10:42:05 UTC (rev 612049)
@@ -0,0 +1,30 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=earlyoom
+pkgver=1.5
+pkgrel=2
+pkgdesc="Early OOM Daemon for Linux"
+arch=('x86_64')
+url="https://github.com/rfjakob/earlyoom";
+license=('MIT')
+makedepends=('pandoc')
+backup=("etc/default/earlyoom")
+source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('55b71800e878a01325951c904fa45d345b83440123c7dcbce1c47ff49326ea91')
+
+prepare() {
+cd "$pkgname-$pkgver"
+sed "/systemctl|chcon/d" -ri Makefile
+sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 10:41:43
  Author: mtorromeo
Revision: 612048

upgpkg: earlyoom 1.5-2: Added directive SupplementaryGroups=proc to systemd 
service

Modified:
  earlyoom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 10:05:26 UTC (rev 612047)
+++ PKGBUILD2020-04-06 10:41:43 UTC (rev 612048)
@@ -2,7 +2,7 @@
 
 pkgname=earlyoom
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
 url="https://github.com/rfjakob/earlyoom";
@@ -15,6 +15,7 @@
 prepare() {
 cd "$pkgname-$pkgver"
 sed "/systemctl|chcon/d" -ri Makefile
+sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
 }
 
 build() {


[arch-commits] Commit in (39 files)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:28:06
  Author: arojas
Revision: 379621

Qt 5.15 beta 3

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
Deleted:
  qt5-base/kde-unstable/qtbug-82700.patch

+
 qt5-3d/kde-unstable/PKGBUILD   |4 -
 qt5-base/kde-unstable/PKGBUILD |   13 +---
 qt5-base/kde-unstable/qtbug-82700.patch|   72 ---
 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 |4 -
 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|4 -
 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 -
 39 files changed, 78 insertions(+), 155 deletions(-)

Modified: qt5-3d/kde-unstable/PKGBUILD
===
--- qt5-3d/kde-unstable/PKGBUILD2020-04-06 07:43:42 UTC (rev 379620)
+++ qt5-3d/kde-unstable/PKGBUILD2020-04-06 11:28:06 UTC (rev 379621)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-3d
-_qtver=5.15.0-beta2
+_qtver=5.15.0-beta3
 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=('f2de720d318e32cc73c64cc4c96c85277e0044436627ec1218dbcaee65810ed9')
+sha256sums=('d6d55f57ff511beafd35143cfac291b207e998d2f56d4f6905c62b2291fe7a7f')
 
 prepare() {
   mkdir -p build

Modified: qt5-base/kde-unstable/PKGBUILD
===
--- qt5-base/kde-unstable/PKGBUILD  2020-04-06 07:43:42 UTC (rev 379620)
+++ qt5-base/kde-unstable/PKGBUILD  2020-04-06 11:28:06 UTC (rev 379621)
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.15.0-beta2
+_qtver=5.15.0-beta3
 pkgver=${_q

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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:29:08
  Author: arojas
Revision: 379622

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

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379621, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/qt5-base-cflags.patch
(from rev 379621, 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
  qt5-base/repos/kde-unstable-x86_64/qtbug-82700.patch

---+
 PKGBUILD  |  203 +++-
 qt5-base-cflags.patch |   92 ++---
 qtbug-82700.patch |   72 -
 3 files changed, 146 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 11:28:06 UTC (rev 379621)
+++ PKGBUILD2020-04-06 11:29:08 UTC (rev 379622)
@@ -1,103 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.15.0-beta2
-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
- qtbug-82700.patch)
-sha256sums=('4b07983d9b8ae611bbb65388beea0629990080b99813788e4e7db56cb7897677'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'38c28c63e86dbae8d27db38d274bb9b5f4d2702feab9023f86d50555c84a96af')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
-  patch -p1 -i ../qtbug-82700.patch # Fix binary incompatible change in 
QJsonObject and QJsonArray
-}
-
-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 379621, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:29:08 UTC (rev 379622)
@@ -0,0 +1,100 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base q

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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:29:32
  Author: arojas
Revision: 379623

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

Added:
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379622, 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-04-06 11:29:08 UTC (rev 379622)
+++ PKGBUILD2020-04-06 11:29:32 UTC (rev 379623)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-_qtver=5.15.0-beta2
-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=('9967831ab178f118ffd2c7ed8846559360a011cd07704ac62475038aba638be2')
-
-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 379622, 
qt5-declarative/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:29:32 UTC (rev 379623)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.15.0-beta3
+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=('95accbf0543f75b9d3527f014144663fc101534346ae74ea83fa56331a35b640')
+
+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-serialport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:30:17
  Author: arojas
Revision: 379626

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

Added:
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379625, 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-04-06 11:30:03 UTC (rev 379625)
+++ PKGBUILD2020-04-06 11:30:17 UTC (rev 379626)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialport
-_qtver=5.15.0-beta2
-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=('098bf3bb359bad6b22c324c331a2d37a908b84520a3dcf2d880739e141938fa4')
-
-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 379625, 
qt5-serialport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:30:17 UTC (rev 379626)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.15.0-beta3
+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=('00f564d2729e7d1f8e6acf56e84d5dd44dfcf0b3a650c3d996be8cd18a2b84b4')
+
+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-sensors/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:30:03
  Author: arojas
Revision: 379625

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

Added:
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379624, 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-04-06 11:29:48 UTC (rev 379624)
+++ PKGBUILD2020-04-06 11:30:03 UTC (rev 379625)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-sensors
-_qtver=5.15.0-beta2
-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=('235c2728ed73d8ce582886ad6dbf01b0f92e67c4e11f8dd0f571990202784a98')
-
-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 379624, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:30:03 UTC (rev 379625)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.15.0-beta3
+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=('2f9270ab877d57365aef83fb6707b83f186a8145e04c6a15f69b69621f394487')
+
+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-translations/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:30:57
  Author: arojas
Revision: 379628

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

Added:
  qt5-translations/repos/kde-unstable-any/PKGBUILD
(from rev 379627, 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-04-06 11:30:36 UTC (rev 379627)
+++ PKGBUILD2020-04-06 11:30:57 UTC (rev 379628)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-translations
-_qtver=5.15.0-beta2
-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=('d7e29931cc4cb417ded9022f6aa5ba935abe84874ff92eff3bbc8e4880c3c936')
-
-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 379627, 
qt5-translations/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:30:57 UTC (rev 379628)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.15.0-beta3
+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=('b999b9ffaa87d3cd32f4877b7f6db0d1f382fd1f730df0c67e8046d16cd21627')
+
+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-tools/repos/kde-unstable-x86_64 (10 files)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:30:36
  Author: arojas
Revision: 379627

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

Added:
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379626, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 379626, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 379626, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 379626, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 379626, 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-04-06 11:30:17 UTC (rev 379626)
+++ PKGBUILD2020-04-06 11:30:36 UTC (rev 379627)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-beta2
-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=('5c99c02bc2d32c9a37966816aef74f465702d5b0a79b6643a3af3719b17d6937'
-'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 379626, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:30:36 UTC (rev 379627)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and U

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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:31:11
  Author: arojas
Revision: 379629

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

Added:
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379628, 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-04-06 11:30:57 UTC (rev 379628)
+++ PKGBUILD2020-04-06 11:31:11 UTC (rev 379629)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webchannel
-_qtver=5.15.0-beta2
-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=('63e25ad5d3c079f45a8fa82637e9467acac5e5d7295e638b928919e1dc13c6dc')
-
-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 379628, 
qt5-webchannel/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:31:11 UTC (rev 379629)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.15.0-beta3
+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=('e8d7537412a0895414ec37f7be597c2d22f06b86f0ca1e5b41090fe11ee3e166')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:32:14
  Author: arojas
Revision: 379631

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

Added:
  qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379630, 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-04-06 11:31:25 UTC (rev 379630)
+++ PKGBUILD2020-04-06 11:32:14 UTC (rev 379631)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-websockets
-_qtver=5.15.0-beta2
-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=('1ce78f04b7556e911cc826d69dc14778cca1c1057d279e8ae5fa298c27a34814')
-
-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 379630, 
qt5-websockets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:32:14 UTC (rev 379631)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.15.0-beta3
+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=('84476996e8f51a6ee298bd0be20f779acb642087f40e7b2f0af4ae091d83655e')
+
+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 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:31:25
  Author: arojas
Revision: 379630

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 11:31:11 UTC (rev 379629)
+++ PKGBUILD2020-04-06 11:31:25 UTC (rev 379630)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.15.0-beta2
-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')
-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";)
-sha256sums=('f0050f22a7e09017380236bdd693743b0a793b14a8486a6af3ef728c00b2f068')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|7-9|7-9\|10|' -i $_pkgfqn/configure.pri # Support ninja 1.10
-}
-
-build() {
-  cd build
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker \
--webengine-icu \
--webengine-kerberos
-  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 -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 379629, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:31:25 UTC (rev 379630)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.15.0-beta3
+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')
+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";)
+sha256sums=('5a6ebee3c679e28f8db43c31c01daef9c9d8b8b68d25d29fc66177e7c11b7bf8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker \
+-webengine-icu \
+-webengine-kerberos
+  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 -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:32:56
  Author: arojas
Revision: 379634

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

Added:
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379633, 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-04-06 11:32:43 UTC (rev 379633)
+++ PKGBUILD2020-04-06 11:32:56 UTC (rev 379634)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.15.0-beta2
-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=('5c64e6f43af8574e40f340a5962a175632b17171e40647a67a4db35066782b86')
-
-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 379633, 
qt5-connectivity/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:32:56 UTC (rev 379634)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.15.0-beta3
+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=('c638a391cc9cbd4b049ccffc4bdbcbcf02e811a514e16b249c63c87252b91b17')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:32:28
  Author: arojas
Revision: 379632

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

Added:
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379631, 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-04-06 11:32:14 UTC (rev 379631)
+++ PKGBUILD2020-04-06 11:32:28 UTC (rev 379632)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.15.0-beta2
-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=('f2de720d318e32cc73c64cc4c96c85277e0044436627ec1218dbcaee65810ed9')
-
-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 379631, 
qt5-3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:32:28 UTC (rev 379632)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.15.0-beta3
+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=('d6d55f57ff511beafd35143cfac291b207e998d2f56d4f6905c62b2291fe7a7f')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:32:43
  Author: arojas
Revision: 379633

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

Added:
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379632, 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-04-06 11:32:28 UTC (rev 379632)
+++ PKGBUILD2020-04-06 11:32:43 UTC (rev 379633)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.15.0-beta2
-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=('b62e3b5efbdb22c8f8a8b84bc7ba43b1df4b0100b22a3f3e870ce356ea160f7b')
-
-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 379632, 
qt5-charts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:32:43 UTC (rev 379633)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.15.0-beta3
+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=('53fbef8005abe127401904d2ec6bf516cf4100655912005be072ca3ed9bb3b36')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:33:09
  Author: arojas
Revision: 379635

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

Added:
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379634, 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-04-06 11:32:56 UTC (rev 379634)
+++ PKGBUILD2020-04-06 11:33:09 UTC (rev 379635)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.15.0-beta2
-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=('c8419a00ade96275a38bccffa053c4234891d7090c0f9202c0922c66429fd8f9')
-
-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 379634, 
qt5-datavis3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:33:09 UTC (rev 379635)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.15.0-beta3
+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=('84a3fee99d831d8338649c3f591c8b18fa441c29bdddbf1859a7446f062ac65e')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:33:26
  Author: arojas
Revision: 379636

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

Added:
  qt5-doc/repos/kde-unstable-any/PKGBUILD
(from rev 379635, 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-04-06 11:33:09 UTC (rev 379635)
+++ PKGBUILD2020-04-06 11:33:26 UTC (rev 379636)
@@ -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-beta2
-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=('094ebdf4276d265376a925a6ae73775683f1e262723be5414b13988908631e81')
-
-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 379635, 
qt5-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:33:26 UTC (rev 379636)
@@ -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-beta3
+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=('711eab08aa9f2bbe8e3c27da072db0500397039c5928e3a7049f34878923ff41')
+
+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 director

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

2020-04-06 Thread Sébastien Luttringer via arch-commits
Date: Monday, April 6, 2020 @ 11:35:10
  Author: seblu
Revision: 379637

upgpkg: btrfs-progs 5.6-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 11:33:26 UTC (rev 379636)
+++ PKGBUILD2020-04-06 11:35:10 UTC (rev 379637)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=5.4.1
+pkgver=5.6
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 sha256sums=('SKIP'
-'f3e07fb248d608bdad5b63973513211de5daba47aaecfa44d29a836f6e7a9d69'
+'a1321c77521dfa6cac41d0d030358e9c74bcf650afd6a9c1c7d531e6cd112f6b'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 '8b1f8a1176141c5c6abe772dcb93cd87c083c7415c856b4fcb563491c9916836'


[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:35:19
  Author: arojas
Revision: 612050

Remove nauty from linker flags in pc file, it is statically linked (FS#66142)

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 10:42:05 UTC (rev 612049)
+++ PKGBUILD2020-04-06 11:35:19 UTC (rev 612050)
@@ -4,7 +4,7 @@
 
 pkgname=coin-or-cbc
 pkgver=2.10.5
-pkgrel=2
+pkgrel=3
 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
 arch=(x86_64)
 url="https://projects.coin-or.org/Cbc";
@@ -42,4 +42,7 @@
   cd Cbc-$pkgver/Cbc
   PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
   make DESTDIR="$pkgdir" install
+
+# Remove nauty from linker flags in pc file, it is statically compiled
+  sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
 }


[arch-commits] Commit in btrfs-progs/repos (7 files)

2020-04-06 Thread Sébastien Luttringer via arch-commits
Date: Monday, April 6, 2020 @ 11:35:20
  Author: seblu
Revision: 379638

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 379637, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 379637, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 379637, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 379637, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 379637, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 379637, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   74 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |8 +
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 132 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 379637, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-06 11:35:20 UTC (rev 379638)
@@ -0,0 +1,74 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.6
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+optdepends=('python: libbtrfsutil python bindings')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+sha256sums=('SKIP'
+'a1321c77521dfa6cac41d0d030358e9c74bcf650afd6a9c1c7d531e6cd112f6b'
+'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
+'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
+'8b1f8a1176141c5c6abe772dcb93cd87c083c7415c856b4fcb563491c9916836'
+'7cbeebee2a561e468c0ce1d33107fa968da76109df1b693e48b501971a462444')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 379637, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2020-04-06 11:35:20 UTC (rev 379638)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service (from rev 379637, 
btrfs-progs/trunk/btrfs-scrub@.service)
==

[arch-commits] Commit in coin-or-cbc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:36:00
  Author: arojas
Revision: 612051

archrelease: copy trunk to community-x86_64

Added:
  coin-or-cbc/repos/community-x86_64/PKGBUILD
(from rev 612050, coin-or-cbc/trunk/PKGBUILD)
Deleted:
  coin-or-cbc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 11:35:19 UTC (rev 612050)
+++ PKGBUILD2020-04-06 11:36:00 UTC (rev 612051)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cbc
-pkgver=2.10.5
-pkgrel=2
-pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
-arch=(x86_64)
-url="https://projects.coin-or.org/Cbc";
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-cgl)
-makedepends=(nauty)
-source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz";)
-sha256sums=('da1a945648679b21ba56b454b81e939451dc7951d9beb3c3e14f18f64dde6972')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-cgl-lib="$(pkg-config --libs cgl)" \
-  --with-cgl-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking \
-  --enable-cbc-parallel \
-  --with-nauty-lib=/usr/lib/libnauty.a 
--with-nauty-incdir=/usr/include/nauty
-  make
-}
-
-check() {
-  cd Cbc-$pkgver/Cbc
-#  make test
-}
-
-package() {
-  cd Cbc-$pkgver/Cbc
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cbc/repos/community-x86_64/PKGBUILD (from rev 612050, 
coin-or-cbc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:36:00 UTC (rev 612051)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.10.5
+pkgrel=3
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(x86_64)
+url="https://projects.coin-or.org/Cbc";
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+makedepends=(nauty)
+source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz";)
+sha256sums=('da1a945648679b21ba56b454b81e939451dc7951d9beb3c3e14f18f64dde6972')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel \
+  --with-nauty-lib=/usr/lib/libnauty.a 
--with-nauty-incdir=/usr/include/nauty
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+
+# Remove nauty from linker flags in pc file, it is statically compiled
+  sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
+}


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:37:46
  Author: arojas
Revision: 379641

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

Added:
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379640, 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-04-06 11:37:34 UTC (rev 379640)
+++ PKGBUILD2020-04-06 11:37:46 UTC (rev 379641)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.15.0-beta2
-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=('6ff4521f5b03105944370f2d55991065eb20ba6df2d89bdc6b059346f0539181')
-
-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 379640, 
qt5-imageformats/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:37:46 UTC (rev 379641)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.15.0-beta3
+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=('356bd2c9ae695e4dce520fdbadc99eea16e9c6112bb4e98a671bbeae0ca2b45c')
+
+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-mqtt/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:38:12
  Author: arojas
Revision: 379643

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 11:37:58 UTC (rev 379642)
+++ PKGBUILD2020-04-06 11:38:12 UTC (rev 379643)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Jan Peter Koenig 
-# Contributor: Niklas 
-
-pkgname=qt5-mqtt
-_qtver=5.15.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-pkgdesc="Module to implement MQTT protocol v3.1/3.1.1/5.0"
-arch=(x86_64)
-url="http://qt-project.org/";
-license=(GPL3 custom)
-depends=(qt5-base)
-makedepends=(git)
-source=("git://code.qt.io/qt/qtmqtt.git#tag=v$_qtver")
-sha512sums=('SKIP')
-_pkgfqn=${pkgname/5-/}
-
-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 -Dm644 "$srcdir"/$_pkgfqn/LICENSE.GPL3-EXCEPT \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.GPL3-EXCEPT
-}

Copied: qt5-mqtt/repos/kde-unstable-x86_64/PKGBUILD (from rev 379642, 
qt5-mqtt/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:38:12 UTC (rev 379643)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Jan Peter Koenig 
+# Contributor: Niklas 
+
+pkgname=qt5-mqtt
+_qtver=5.15.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+pkgdesc="Module to implement MQTT protocol v3.1/3.1.1/5.0"
+arch=(x86_64)
+url="http://qt-project.org/";
+license=(GPL3 custom)
+depends=(qt5-base)
+makedepends=(git)
+source=("git://code.qt.io/qt/qtmqtt.git#tag=v$_qtver")
+sha512sums=('SKIP')
+_pkgfqn=${pkgname/5-/}
+
+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 -Dm644 "$srcdir"/$_pkgfqn/LICENSE.GPL3-EXCEPT \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.GPL3-EXCEPT
+}


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:37:21
  Author: arojas
Revision: 379639

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

Added:
  qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379638, 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-04-06 11:35:20 UTC (rev 379638)
+++ PKGBUILD2020-04-06 11:37:21 UTC (rev 379639)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-gamepad
-_qtver=5.15.0-beta2
-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=('89c14d4a1feeeb12385c9858f56086a3545b08cadc3119413271d65cf15be0ea')
-
-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 379638, 
qt5-gamepad/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:37:21 UTC (rev 379639)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.15.0-beta3
+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=('5f8acd1323639e378991a2fdb8991d4d954217d5a2fc82cedd0cac78b4578a8f')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:37:34
  Author: arojas
Revision: 379640

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

Added:
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379639, 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-04-06 11:37:21 UTC (rev 379639)
+++ PKGBUILD2020-04-06 11:37:34 UTC (rev 379640)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-graphicaleffects
-_qtver=5.15.0-beta2
-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=('37a35cd275d65bfd75c752f2e4f02f8bfa876b065b6102ac63a13c30ec04f81b')
-
-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 
379639, qt5-graphicaleffects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:37:34 UTC (rev 379640)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.15.0-beta3
+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=('d9c282b01869fb5a33bb6749d0929c1687944b96d3dd32b628c61e196fff324d')
+
+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-lottie/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:37:58
  Author: arojas
Revision: 379642

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

Added:
  qt5-lottie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379641, 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-04-06 11:37:46 UTC (rev 379641)
+++ PKGBUILD2020-04-06 11:37:58 UTC (rev 379642)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-lottie
-_qtver=5.15.0-beta2
-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=('7a482fe8e808ee8fcae2e5de2243938e886943492ef538815e135a69b47d11e6')
-
-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 379641, 
qt5-lottie/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:37:58 UTC (rev 379642)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-lottie
+_qtver=5.15.0-beta3
+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=('fa9934d0af184d72d177bc50d07f2f145e79431a33fbcfbfcd271433986c54b9')
+
+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-quick3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:39:01
  Author: arojas
Revision: 379647

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 11:38:48 UTC (rev 379646)
+++ PKGBUILD2020-04-06 11:39:01 UTC (rev 379647)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quick3d
-_qtver=5.15.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Qt module and API for defining 3D content in Qt Quick'
-depends=('qt5-declarative')
-makedepends=('assimp')
-optdepends=('assimp: Import from assimp')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('9325933bd96616d122b8659fd8632335122adc0d1c8247f0208b0835906a2bbc')
-
-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-quick3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 379646, 
qt5-quick3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:39:01 UTC (rev 379647)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quick3d
+_qtver=5.15.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt module and API for defining 3D content in Qt Quick'
+depends=('qt5-declarative')
+makedepends=('assimp')
+optdepends=('assimp: Import from assimp')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('3aa637374b38e9564353453e97a1c2164a9d81b45482f5290ae81d797dd852bc')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:38:48
  Author: arojas
Revision: 379646

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

Added:
  qt5-purchasing/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379645, 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-04-06 11:38:36 UTC (rev 379645)
+++ PKGBUILD2020-04-06 11:38:48 UTC (rev 379646)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-purchasing
-_qtver=5.15.0-beta2
-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=('7e679ed6f3acb39de09f5db5b55168322594179c6d44c8768bba8b49aee858ad')
-
-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 379645, 
qt5-purchasing/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:38:48 UTC (rev 379646)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-purchasing
+_qtver=5.15.0-beta3
+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=('eb36d6b7e0e4ce79c5067e10b2de9f279845cba490d69dc28e2ed7be8a732ce9')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:38:36
  Author: arojas
Revision: 379645

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

Added:
  qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379644, 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-04-06 11:38:24 UTC (rev 379644)
+++ PKGBUILD2020-04-06 11:38:36 UTC (rev 379645)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-networkauth
-_qtver=5.15.0-beta2
-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=('9885d47ebd448b95d4ac3d96ca12b16552c08b4d30b616e5d057ce9b67243ec8')
-
-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 379644, 
qt5-networkauth/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:38:36 UTC (rev 379645)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-networkauth
+_qtver=5.15.0-beta3
+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=('6b635f896b4db85c56dfd197171cf933faa14d2107932bd3879d17d618e9305e')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:38:24
  Author: arojas
Revision: 379644

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

Added:
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379643, 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-04-06 11:38:12 UTC (rev 379643)
+++ PKGBUILD2020-04-06 11:38:24 UTC (rev 379644)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-multimedia
-_qtver=5.15.0-beta2
-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=('4278efe733f59722f813bc52fe4a52b7144fbc6ce4f444f4a6c28dbe66739fa9')
-
-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 379643, 
qt5-multimedia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:38:24 UTC (rev 379644)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.15.0-beta3
+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=('1a8a4abb7fc1e2e677db32839502f07b8a02b18631c7d117a2889ac47b0f49f2')
+
+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-location/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:29:48
  Author: arojas
Revision: 379624

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

Added:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379623, 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-04-06 11:29:32 UTC (rev 379623)
+++ PKGBUILD2020-04-06 11:29:48 UTC (rev 379624)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.15.0-beta2
-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=('dbd26e8291a41fbdbf517ebdec65ce6c404d74e3acd58574f6668df68de540f6')
-
-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 379623, 
qt5-location/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:29:48 UTC (rev 379624)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.15.0-beta3
+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=('f6396933fd210137248415a949be0d69cf8328890a1cae987b40c092f9aafe05')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:39:52
  Author: arojas
Revision: 379650

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

Added:
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379649, 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-04-06 11:39:37 UTC (rev 379649)
+++ PKGBUILD2020-04-06 11:39:52 UTC (rev 379650)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-remoteobjects
-_qtver=5.15.0-beta2
-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=('297b972778bdcee407298147f2f55ba0b881e69771544600b77c908c3d036430')
-
-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 379649, 
qt5-remoteobjects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:39:52 UTC (rev 379650)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-remoteobjects
+_qtver=5.15.0-beta3
+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=('036d2d6f4da42339db970f139a245e056f21d407d43e92a84090b489e8e8d7fb')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:40:06
  Author: arojas
Revision: 379651

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

Added:
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379650, 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-04-06 11:39:52 UTC (rev 379650)
+++ PKGBUILD2020-04-06 11:40:06 UTC (rev 379651)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-script
-_qtver=5.15.0-beta2
-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=('be15d3bc640681fd2bde90abfdab910463e972e283bdf800e87b4d82eafbae73')
-
-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 379650, 
qt5-script/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:40:06 UTC (rev 379651)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.15.0-beta3
+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=('88e7819f30a4fbf238d7af07fa4c731ca955800627544e4c18d6eba8e51a4cc4')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:39:37
  Author: arojas
Revision: 379649

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

Added:
  qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379648, 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-04-06 11:39:21 UTC (rev 379648)
+++ PKGBUILD2020-04-06 11:39:37 UTC (rev 379649)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols2
-_qtver=5.15.0-beta2
-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=('860bd6c3111f6872ccbecd2c7c7164a957f96ace4a6a05c2bb8a55d7fa3f35d7')
-
-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 379648, 
qt5-quickcontrols2/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:39:37 UTC (rev 379649)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols2
+_qtver=5.15.0-beta3
+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=('33447275e55ca1c014c11f7d5a2c50f7ef478cde6d9874e32d981d39b5ccb1cc')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:39:21
  Author: arojas
Revision: 379648

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

Added:
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379647, 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-04-06 11:39:01 UTC (rev 379647)
+++ PKGBUILD2020-04-06 11:39:21 UTC (rev 379648)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols
-_qtver=5.15.0-beta2
-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=('7104e707648b914f491f5a542af05e50f3b1f0dfcdaefd76f9d353b36efad834')
-
-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 379647, 
qt5-quickcontrols/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:39:21 UTC (rev 379648)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.15.0-beta3
+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=('5f6fd57e85414293bc8d12b695f85d73c1d08eefd4f96d2f432d16369170bae4')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:40:32
  Author: arojas
Revision: 379653

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

Added:
  qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379652, 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-04-06 11:40:19 UTC (rev 379652)
+++ PKGBUILD2020-04-06 11:40:32 UTC (rev 379653)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialbus
-_qtver=5.15.0-beta2
-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=('c3afa0078e5780f08a6999287a10881d55e15067d602107d67ccfca081abc278')
-
-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 379652, 
qt5-serialbus/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:40:32 UTC (rev 379653)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialbus
+_qtver=5.15.0-beta3
+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=('f5d426f2080d60b2bf52cbc406ba6222ed7bccc4fc47e824c9223ab9f91e822d')
+
+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-scxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:40:19
  Author: arojas
Revision: 379652

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

Added:
  qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379651, 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-04-06 11:40:06 UTC (rev 379651)
+++ PKGBUILD2020-04-06 11:40:19 UTC (rev 379652)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-scxml
-_qtver=5.15.0-beta2
-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=('87f5505eb76ebfd05e6e522ea6e68a6af66cb73b831ed497fc8c413d6f313afb')
-
-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 379651, 
qt5-scxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:40:19 UTC (rev 379652)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.15.0-beta3
+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=('932469e7a9dff38f3a43187a5facca78bde0026bb4abfc9da7d196aa176ebc31')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:40:45
  Author: arojas
Revision: 379654

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

Added:
  qt5-speech/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379653, 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-04-06 11:40:32 UTC (rev 379653)
+++ PKGBUILD2020-04-06 11:40:45 UTC (rev 379654)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.15.0-beta2
-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=('bf6587d8c8575635300e9a14140fc9d4b4b9424f5bccc48bc2b5e8c1eb0ac4c7')
-
-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 379653, 
qt5-speech/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:40:45 UTC (rev 379654)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.15.0-beta3
+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=('88281d6e5aa10c0b2ae0ab6dca261fa47c7c11a9557f2cb05e38743680dbb363')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:41:10
  Author: arojas
Revision: 379656

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

Added:
  qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379655, 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-04-06 11:40:58 UTC (rev 379655)
+++ PKGBUILD2020-04-06 11:41:10 UTC (rev 379656)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-virtualkeyboard
-_qtver=5.15.0-beta2
-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=('61d16f4f1760a95e5bd147c90d3b5ec5afa1b0661f9c360d66a97f67ae7b10d8')
-
-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 
379655, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:41:10 UTC (rev 379656)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.15.0-beta3
+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=('6dff967120ecf16be1cc7c191c0d854f07d9bd83c718d20808430aa59f4f3b1e')
+
+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 qt5-svg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:40:58
  Author: arojas
Revision: 379655

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

Added:
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379654, 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-04-06 11:40:45 UTC (rev 379654)
+++ PKGBUILD2020-04-06 11:40:58 UTC (rev 379655)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_qtver=5.15.0-beta2
-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=('00b438a6b5cda1be65e1ba4ca3728a4ba92df3b7d895b992a1d453100f02830a')
-
-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 379654, 
qt5-svg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:40:58 UTC (rev 379655)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.15.0-beta3
+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=('ea74eb0fb92fad64f7337e750872636f76037ae0373dbc2f744e636c127600c9')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:41:43
  Author: arojas
Revision: 379658

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

Added:
  qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379657, 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-04-06 11:41:31 UTC (rev 379657)
+++ PKGBUILD2020-04-06 11:41:43 UTC (rev 379658)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webglplugin
-_qtver=5.15.0-beta2
-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=('f54562a6af3d3aa9b699667af22c6ac537c36aadd587b54e6277d3346195afec')
-
-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 379657, 
qt5-webglplugin/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:41:43 UTC (rev 379658)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webglplugin
+_qtver=5.15.0-beta3
+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=('49c0cdbd17263b752d5e0805d50dabef53332b707e6e4d8fca8297c4eba202f9')
+
+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-wayland/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:41:31
  Author: arojas
Revision: 379657

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

Added:
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379656, 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-04-06 11:41:10 UTC (rev 379656)
+++ PKGBUILD2020-04-06 11:41:31 UTC (rev 379657)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_qtver=5.15.0-beta2
-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=('e25c216f749f1884e4164e4b114a79e2a8d3d3a86b031c3418c394e92ef71473')
-
-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 379656, 
qt5-wayland/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:41:31 UTC (rev 379657)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.15.0-beta3
+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=('f5ef4bb03cd0866e59c06dbdc939a93cd38fbbc828b30c4c501fed154ac529f5')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:42:08
  Author: arojas
Revision: 379660

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

Added:
  qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379659, 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-04-06 11:41:55 UTC (rev 379659)
+++ PKGBUILD2020-04-06 11:42:08 UTC (rev 379660)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-x11extras
-_qtver=5.15.0-beta2
-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=('d279751e07a7e4355d8331b5dc14c7853f63e0830179525a169afa5db0f086db')
-
-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 379659, 
qt5-x11extras/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:42:08 UTC (rev 379660)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-x11extras
+_qtver=5.15.0-beta3
+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=('01330c0f435df679d144b5f9222e23afeb079669dabebb350aa56aca650fcdcc')
+
+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-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:41:55
  Author: arojas
Revision: 379659

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

Added:
  qt5-webview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379658, 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-04-06 11:41:43 UTC (rev 379658)
+++ PKGBUILD2020-04-06 11:41:55 UTC (rev 379659)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webview
-_qtver=5.15.0-beta2
-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=('7a2f2e2eba37f954599539bbbf0936aea30cb05c40f5be081b8442d6074377aa')
-
-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 379658, 
qt5-webview/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:41:55 UTC (rev 379659)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webview
+_qtver=5.15.0-beta3
+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=('7d2c67a9af27b28ea54b44880847821a4bc5bcd9184d60faac891407bde0ee2d')
+
+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-xmlpatterns/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:42:20
  Author: arojas
Revision: 379661

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

Added:
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379660, 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-04-06 11:42:08 UTC (rev 379660)
+++ PKGBUILD2020-04-06 11:42:20 UTC (rev 379661)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-xmlpatterns
-_qtver=5.15.0-beta2
-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=('b7730fe05de1ff9484c6d79c58c246e8d9326ba57877ea759e1681132474b931')
-
-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 379660, 
qt5-xmlpatterns/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:42:20 UTC (rev 379661)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.15.0-beta3
+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=('bf1edccb35982f930b36356d77659273bc8cc46b60bb56534421760ebcc0c28b')
+
+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 rav1e (repos repos/extra-x86_64 repos/extra-x86_64/PKGBUILD)

2020-04-06 Thread Maxime Gauduin via arch-commits
Date: Monday, April 6, 2020 @ 12:11:24
  Author: alucryd
Revision: 379663

archrelease: copy trunk to extra-x86_64

Added:
  rav1e/repos/
  rav1e/repos/extra-x86_64/
  rav1e/repos/extra-x86_64/PKGBUILD
(from rev 379662, rav1e/trunk/PKGBUILD)

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

Copied: rav1e/repos/extra-x86_64/PKGBUILD (from rev 379662, 
rav1e/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-04-06 12:11:24 UTC (rev 379663)
@@ -0,0 +1,81 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond 
+# Contributor: Chocobo1 
+
+pkgname=rav1e
+pkgver=0.3.1
+pkgrel=4
+pkgdesc='An AV1 encoder focused on speed and safety'
+arch=(x86_64)
+url=https://github.com/xiph/rav1e/
+license=(BSD)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(
+  cargo-c
+  git
+  nasm
+  rust
+)
+provides=(librav1e.so)
+source=(
+  
git+https://github.com/xiph/rav1e.git#tag=8188671c6258a9be8166d59536abb62d68131390
+  
rav1e-${pkgver}.Cargo.lock::https://github.com/xiph/rav1e/releases/download/v${pkgver}/Cargo.lock
+)
+sha256sums=(
+  SKIP
+  5d7d408bdcf69059f07fe060c64d14a1ef2fac42a59350c3dfb3a85a8e94881a
+)
+
+pkgver() {
+  cd rav1e
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  ln -sf ../rav1e-${pkgver}.Cargo.lock rav1e/Cargo.lock
+  cargo fetch \
+--locked \
+--manifest-path rav1e/Cargo.toml
+}
+
+build() {
+  cargo build \
+--release \
+--frozen \
+--manifest-path rav1e/Cargo.toml
+  cargo cbuild \
+--release \
+--frozen \
+--prefix=/usr \
+--manifest-path rav1e/Cargo.toml
+}
+
+check() {
+  cargo test \
+--release \
+--frozen \
+--manifest-path rav1e/Cargo.toml
+}
+
+package() {
+  cd rav1e
+
+  cargo install \
+--frozen \
+--offline \
+--no-track \
+--path . \
+--root "${pkgdir}"/usr
+  cargo cinstall \
+--release \
+--frozen \
+--prefix=/usr \
+--destdir="${pkgdir}" 
+  install -Dm 644 LICENSE PATENTS -t "${pkgdir}"/usr/share/licenses/rav1e/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-06 Thread Maxime Gauduin via arch-commits
Date: Monday, April 6, 2020 @ 12:11:15
  Author: alucryd
Revision: 379662

Add rav1e

Added:
  rav1e/
  rav1e/trunk/
  rav1e/trunk/PKGBUILD

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

Added: rav1e/trunk/PKGBUILD
===
--- rav1e/trunk/PKGBUILD(rev 0)
+++ rav1e/trunk/PKGBUILD2020-04-06 12:11:15 UTC (rev 379662)
@@ -0,0 +1,81 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond 
+# Contributor: Chocobo1 
+
+pkgname=rav1e
+pkgver=0.3.1
+pkgrel=4
+pkgdesc='An AV1 encoder focused on speed and safety'
+arch=(x86_64)
+url=https://github.com/xiph/rav1e/
+license=(BSD)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(
+  cargo-c
+  git
+  nasm
+  rust
+)
+provides=(librav1e.so)
+source=(
+  
git+https://github.com/xiph/rav1e.git#tag=8188671c6258a9be8166d59536abb62d68131390
+  
rav1e-${pkgver}.Cargo.lock::https://github.com/xiph/rav1e/releases/download/v${pkgver}/Cargo.lock
+)
+sha256sums=(
+  SKIP
+  5d7d408bdcf69059f07fe060c64d14a1ef2fac42a59350c3dfb3a85a8e94881a
+)
+
+pkgver() {
+  cd rav1e
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  ln -sf ../rav1e-${pkgver}.Cargo.lock rav1e/Cargo.lock
+  cargo fetch \
+--locked \
+--manifest-path rav1e/Cargo.toml
+}
+
+build() {
+  cargo build \
+--release \
+--frozen \
+--manifest-path rav1e/Cargo.toml
+  cargo cbuild \
+--release \
+--frozen \
+--prefix=/usr \
+--manifest-path rav1e/Cargo.toml
+}
+
+check() {
+  cargo test \
+--release \
+--frozen \
+--manifest-path rav1e/Cargo.toml
+}
+
+package() {
+  cd rav1e
+
+  cargo install \
+--frozen \
+--offline \
+--no-track \
+--path . \
+--root "${pkgdir}"/usr
+  cargo cinstall \
+--release \
+--frozen \
+--prefix=/usr \
+--destdir="${pkgdir}" 
+  install -Dm 644 LICENSE PATENTS -t "${pkgdir}"/usr/share/licenses/rav1e/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 12:53:47
  Author: arojas
Revision: 612053

perl 5.30.2 rebuild

Modified:
  polymake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 12:47:35 UTC (rev 612052)
+++ PKGBUILD2020-04-06 12:53:47 UTC (rev 612053)
@@ -2,13 +2,14 @@
 
 pkgname=polymake
 pkgver=4.0.r1
-pkgrel=1
+pkgrel=2
+_perlver=5.30.2
 pkgdesc="Open source software for research in polyhedral geometry"
 arch=(x86_64)
 url="https://polymake.org/";
 license=(GPL)
 depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt
- perl-term-readline-gnu perl-term-readkey perl-json sympol)
+ perl-term-readline-gnu perl-term-readkey perl-json sympol 
perl=$_perlver)
 makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk permlib)
 optdepends=('java-runtime: java module')
 
source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${pkgver/.r/r}-minimal.tar.bz2";)


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 12:55:02
  Author: arojas
Revision: 612054

archrelease: copy trunk to community-x86_64

Added:
  polymake/repos/community-x86_64/PKGBUILD
(from rev 612053, polymake/trunk/PKGBUILD)
Deleted:
  polymake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 12:53:47 UTC (rev 612053)
+++ PKGBUILD2020-04-06 12:55:02 UTC (rev 612054)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=polymake
-pkgver=4.0.r1
-pkgrel=1
-pkgdesc="Open source software for research in polyhedral geometry"
-arch=(x86_64)
-url="https://polymake.org/";
-license=(GPL)
-depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt
- perl-term-readline-gnu perl-term-readkey perl-json sympol)
-makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk permlib)
-optdepends=('java-runtime: java module')
-source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${pkgver/.r/r}-minimal.tar.bz2";)
-sha256sums=('b29de50dda6f657f2e82ef6acff62df1b51128a20c5d53bd97226ea22fdc3b52')
-
-build() {
-  cd polymake-${pkgver%.*}
-  ./configure \
---prefix=/usr \
---with-cdd=/usr \
---with-lrs=/usr \
---with-permlib=/usr \
---with-sympol=/usr
-  make
-}
-
-package() {
-  cd polymake-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-}

Copied: polymake/repos/community-x86_64/PKGBUILD (from rev 612053, 
polymake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 12:55:02 UTC (rev 612054)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=polymake
+pkgver=4.0.r1
+pkgrel=2
+_perlver=5.30.2
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(x86_64)
+url="https://polymake.org/";
+license=(GPL)
+depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt
+ perl-term-readline-gnu perl-term-readkey perl-json sympol 
perl=$_perlver)
+makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk permlib)
+optdepends=('java-runtime: java module')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${pkgver/.r/r}-minimal.tar.bz2";)
+sha256sums=('b29de50dda6f657f2e82ef6acff62df1b51128a20c5d53bd97226ea22fdc3b52')
+
+build() {
+  cd polymake-${pkgver%.*}
+  ./configure \
+--prefix=/usr \
+--with-cdd=/usr \
+--with-lrs=/usr \
+--with-permlib=/usr \
+--with-sympol=/usr
+  make
+}
+
+package() {
+  cd polymake-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-06 Thread Maxim Baz via arch-commits
Date: Monday, April 6, 2020 @ 13:19:39
  Author: maximbaz
Revision: 612056

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 612055, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 13:19:36 UTC (rev 612055)
+++ PKGBUILD2020-04-06 13:19:39 UTC (rev 612056)
@@ -1,35 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/";
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('9c3f87346be4cff4f14234e06af65cb383bf9741a0461f454ba6fb8638aafb0b')
-
-
-build() {
-   cd "$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-
-   # https://github.com/prettier/prettier/issues/6900
-   chmod +x "bin-$pkgname.js"
-
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 612055, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 13:19:39 UTC (rev 612056)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/";
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('72f2fa1de916b3ecd8bbc0d625f637f14d225441497a8091722ccc9c5f9577e6')
+
+
+build() {
+   cd "$pkgname-$pkgver"
+   yarn
+   yarn build
+}
+
+
+package() {
+   install -d "$pkgdir/usr/lib/$pkgname"
+   cd "$pkgdir/usr/lib/$pkgname"
+   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+
+   # https://github.com/prettier/prettier/issues/6900
+   chmod +x "bin-$pkgname.js"
+
+   install -d "$pkgdir/usr/bin"
+   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


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

2020-04-06 Thread Maxim Baz via arch-commits
Date: Monday, April 6, 2020 @ 13:19:36
  Author: maximbaz
Revision: 612055

upgpkg: prettier 2.0.4-1

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 12:55:02 UTC (rev 612054)
+++ PKGBUILD2020-04-06 13:19:36 UTC (rev 612055)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=prettier
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -11,7 +11,7 @@
 depends=("nodejs")
 makedepends=("yarn")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('9c3f87346be4cff4f14234e06af65cb383bf9741a0461f454ba6fb8638aafb0b')
+sha256sums=('72f2fa1de916b3ecd8bbc0d625f637f14d225441497a8091722ccc9c5f9577e6')
 
 
 build() {


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

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:19:56
  Author: heftig
Revision: 379664

0.14.0-2

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 12:11:24 UTC (rev 379663)
+++ PKGBUILD2020-04-06 14:19:56 UTC (rev 379664)
@@ -2,7 +2,7 @@
 
 pkgname=cbindgen
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen";
 arch=(x86_64)
@@ -20,6 +20,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Unbreak Firefox
+  git revert -n ec1631f3e47686e6e0c1b7641bb08b0e39c59250
+
   cargo fetch --locked --target x86_64-unknown-linux-gnu
 }
 


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

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:19:58
  Author: heftig
Revision: 379665

75.0-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 14:19:56 UTC (rev 379664)
+++ PKGBUILD2020-04-06 14:19:58 UTC (rev 379665)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=74.0.1
+pkgver=75.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -23,7 +23,7 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop)
-sha256sums=('62e4297b682fad1ea50d8e32fc51c811169f8edec8d12d2aab0ea60b3197f011'
+sha256sums=('bbb1054d8f2717c634480556d3753a8483986af7360e023bb6232df80b746b0f'
 'SKIP'
 '5f7ac724a5c5afd9322b1e59006f4170ea5354ca1e0e60dab08b7784c2d8463c'
 'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33')


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

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:25:10
  Author: heftig
Revision: 379666

75.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 14:19:58 UTC (rev 379665)
+++ PKGBUILD2020-04-06 14:25:10 UTC (rev 379666)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=74.0.1
+pkgver=75.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('52c6b1b211bd6334a7c3d1e4b46919157875efe51f602fbd3f03c40fd93a307c'
-'45486360c69fb36f3ae27a0dee46e8059c4ecda82fbd01233451bbb6ac0c7b49'
-'d36435680ca80aca9083c697a6d575bdcaa2d8cf499c92da4e62b0cf6874430d'
-'e813ca2ca12c73014bc32621deb307c57e77a4499cc82f07857053ca55fbc07f'
-'6adf57992455ee525ececd7757c8c39e14fb01a2ae365cc250f2800eb39921cf'
-'11c128c3ecf6309de80e8d85ee40abe5f36e8846161013930c63a16eae2be1da'
-'331f12a8409c666d02e787d5bfa187f3482d98330b8aa412c44953aea2a4596c'
-'1eb6507399ca5faae073f53377ade740b8726bb18d5ea27634f08cb44e2632e2'
-'fd9d5a7ac48533d67f81f4c204a77edff2cfa39afae8af83fe2bb3fc54c753fd'
-'32ae688c68e9cc1bd61471c7b1156f7e19594194ee70789d57c5e7463968b6f1'
-'81ef580fd02e6724ca038de526cabf31551a5a0ea1d15d04dff658a0ecc0f79e'
-'f1f9927118db9fe9f79e8346c4c2279aaa8c9716cce497db3acb4dc1e9530154'
-'71ecdb91818cfdb1411b1b9998bc3ed472eedb569fbdc6bfd0c07f61a9841c51'
-'869791e190c602d62ad519bdb96870a8df44a3728c67a26eb284bae731819c3b'
-'b92cfb14525236e28f67bc2e2ac6a09b61053db6f9b6848308abf6d23b0a8257'
-'6b7f5c2260ddf33aad6c148500349cdc21f3438c4477abe390ec2482cd284861'
-'6570998788acdfc64e7dee69b947514ae0e39841bc1b4be1f4fe4e9d3c0f3f92'
-'43a22495a7d02ec64b968c1f29cb05a0afeb095ebe621bfa3f5a8997a988e208'
-'791bad750f1e6c172afaa80e913d104cd4de9258f39f4c17c72b6bcc2a333257'
-'bef294a2923695a75632c7294eb40524d7f4b07c263b97a854bde240cee16ec9'
-'eab2736a55aa849ddd6b4d11c883c5d21c901118fc0982a21fdfbaf60ff60235'
-'41afd2c14915d6a542523383f3eded5aa57e19f75b6c98a4b69dbf80bd235260'
-'8d752f649e04cd30416f33ac886b229cb1e95d8f39f0fd3e856bcc88a9871aa8'
-'0d26c172a7b5adf3372a1d395616e326cb3a34ee2f14396899af493d337c7611'
-'7acfb3b38d95146c85bb2f64854cb8e07ec0580c4a86e95f333a133ad649393b'
-'6e43c38df19e4a66ac3898a0ef3a1139bbc4ae3fc1ec3a73ae3623d715f36cec'
-'2e0a49c797255299fe150d5ac237be9873ce3ca1b917a3d31169d20e48e08700'
-'a17deb4a4b7876442d2d7e7ec43ad686c491630bb0a7e905f3e68c61557d7687'
-'bcd68d72d284fc292dc24ae11a52aadf7ea11a55156077b0847bdbaac4bd2f6b'
-'a9224d77310d5846c5284a04a2838ace571b0918075e750011695aebf8209b7e'
-'f6997c05f9a777ed943b92af74ef3030e1592f3c220ab50c1ffcda794cbbe9f1'
-'1ee4963fb15eccca691a6690835df6c6dc15e3d3258365b03f2a314f63db72cc'
-'f399475d41039ef5754e2034f1c0d0b966d8b47970681e661964a776fffe77b3'
-'42113a904bd9172234ba7e9e793ddc118d3855b153c6098b88e74aac577437b6'
-'c9e6eefa852ae1fb2571b18397cb46cbae22332b1cb8730688bb1fd7bc2d56b7'
-'58bf88e2e764a7a5c3221166d6590637e1055f8b7f07b923229daf80ed4e2571'
-'6c67707befaab208435ffe026c3291504dea4bd5d6b78d150c4f4c111be1af7a'
-'a454a957611b5fd41ee2f0bab6bf916d250b5d511ef8feebdc4bff8dce0df904'
-'6eb8bc8e2d7c3714052bc3df2b77d3dbf7582df0a8dd8b21f745fecab34e82e4'
-'f9a75be69dea12075f7494b2a4d7cf7cd2a7540c18dc720b996836b6386da830'
-'58872cd3879b7bbb7ce780483cef3da9f99a5079463556b59a962c00c46a8669'
-'0ba0c3f5d1bb620e14ff470013af4b5e58ae7add2818f6b304b3a9920f5d5e6e'
-'5eebfaa7f838cc2290e89e767faa5c0b6f9b428db031149eea2eb83d94549e22'
-'c485035fcccbddb2459a9ae306d6e69324afd8a1c57fb31203ea694e468a8fcb'
-'4baaf0606c08989de8fcf8cf6559f74475562382ff0ba8eb507a67c120431f9d'
-'d3d8c39a22c65843ffc35de0128cc52dded56ee55826b5219c1b112fe928b5af'
-'32215adee770eefaa2f0cd5324ddb8aeec0d9a719c6f0c830a5ca6ea97c8cfb2'
-'7510e616687fc25394a95a8d6901ebc267e90f638e84683016cfde71a230e6f6'
-'340c89ea936202adf1ad2a6534f215997c1bc9f0d765415d0f4a100b4ed9e632'
-'509a0362cae940b462acdbaa5bb4312a61f19d40ae1476e8b5ab7ea9b71260b2'
-'c281f81693eb7d756026b963932b5ddfe9515c78f7e12d28aa3f8cdb824ea0c7'
-'38f16323192f3335e51596c9bce2591799662cd12c303e91fddeff2f7b477dbe'
-'adef8fee41390ac11215d5d21c2dbbf4b7d85f1984c7e5d43a0ecdda1202accc'
-'78c7e

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

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:40:12
  Author: heftig
Revision: 379668

0.48.3-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 14:39:56 UTC (rev 379667)
+++ PKGBUILD2020-04-06 14:40:12 UTC (rev 379668)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.48.2
+pkgver=0.48.3
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -15,7 +15,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=9e0ed97536dbbd48dc35146289e570bef5589260  # tags/0.48.2^0
+_commit=b8565a5ed1fe9327fc444f9df29111f98f153b53  # tags/0.48.3^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gtk3/trunk (1633.patch 1634.patch 1638.patch PKGBUILD)

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:39:56
  Author: heftig
Revision: 379667

3.24.17+15+gdc79e07228-1

Added:
  gtk3/trunk/1638.patch
Modified:
  gtk3/trunk/PKGBUILD
Deleted:
  gtk3/trunk/1633.patch
  gtk3/trunk/1634.patch

+
 1633.patch |   57 -
 1634.patch |   43 ---
 1638.patch |   39 +++
 PKGBUILD   |   23 +++
 4 files changed, 46 insertions(+), 116 deletions(-)

Deleted: 1633.patch
===
--- 1633.patch  2020-04-06 14:25:10 UTC (rev 379666)
+++ 1633.patch  2020-04-06 14:39:56 UTC (rev 379667)
@@ -1,57 +0,0 @@
-From 12fc9a45efcbb546eb7de13c5c4d3183f2f5a3b8 Mon Sep 17 00:00:00 2001
-From: William Wold 
-Date: Sun, 5 Apr 2020 05:26:24 -0400
-Subject: [PATCH 1/2] Do not require an initial configure for custom Wayland
- surfaces
-
-There is no way for custom Wayland surfaces to get configure events, so an
-initial configure event should not be required to resize a custom surface.
-
-Fixes #2578.

- gdk/wayland/gdkwindow-wayland.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
-index eba8361b21..5f39c5771c 100644
 a/gdk/wayland/gdkwindow-wayland.c
-+++ b/gdk/wayland/gdkwindow-wayland.c
-@@ -1087,6 +1087,8 @@ needs_initial_configure (GdkWindow *window)
- 
-   if (impl->display_server.wl_subsurface)
- return FALSE;
-+  else if (impl->use_custom_surface)
-+return FALSE;
-   else if (is_realized_toplevel (window))
- return TRUE;
-   else if (is_realized_popup (window))
--- 
-2.24.1
-
-
-From 5a52af20cba76474e631b2a7548963bcad22d66d Mon Sep 17 00:00:00 2001
-From: William Wold 
-Date: Sun, 5 Apr 2020 07:11:45 -0400
-Subject: [PATCH 2/2] Do not require an initial configure for DnD windows
-
-Fixes #2075

- gdk/wayland/gdkwindow-wayland.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
-index 5f39c5771c..04506508f3 100644
 a/gdk/wayland/gdkwindow-wayland.c
-+++ b/gdk/wayland/gdkwindow-wayland.c
-@@ -1089,6 +1089,8 @@ needs_initial_configure (GdkWindow *window)
- return FALSE;
-   else if (impl->use_custom_surface)
- return FALSE;
-+  else if (impl->hint == GDK_WINDOW_TYPE_HINT_DND)
-+return FALSE;
-   else if (is_realized_toplevel (window))
- return TRUE;
-   else if (is_realized_popup (window))
--- 
-2.24.1
-

Deleted: 1634.patch
===
--- 1634.patch  2020-04-06 14:25:10 UTC (rev 379666)
+++ 1634.patch  2020-04-06 14:39:56 UTC (rev 379667)
@@ -1,43 +0,0 @@
-From 79732da1ed8cb167440fb047c72cfc0d888a187b Mon Sep 17 00:00:00 2001
-From: Jonas Witschel 
-Date: Sun, 5 Apr 2020 20:16:52 +0200
-Subject: [PATCH] wayland: don't call gdk_wayland_window_configure without
- valid size
-
-Commit 7f12dc2b66bba15b2e1c0ca077fa4ae58962ec0f ("wayland: Postpone
-window resize requests until configured") runs
-gdk_wayland_window_configure unconditionally even if no valid size is
-set. This breaks GtkDialogs, which are not shown any more, and results
-in warnings like
-
-gtk_widget_size_allocate(): attempt to allocate widget with width -3 and
-height -3
-
-Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/2574

- gdk/wayland/gdkwindow-wayland.c | 9 +
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
-index eba8361b21..2d3e31906e 100644
 a/gdk/wayland/gdkwindow-wayland.c
-+++ b/gdk/wayland/gdkwindow-wayland.c
-@@ -1635,10 +1635,11 @@ gdk_wayland_window_handle_configure (GdkWindow *window,
- }
-   else
- {
--  gdk_wayland_window_configure (window,
--impl->unconfigured_width,
--impl->unconfigured_height,
--impl->scale);
-+  if (impl->unconfigured_width > 0 && impl->unconfigured_height > 0)
-+gdk_wayland_window_configure (window,
-+  impl->unconfigured_width,
-+  impl->unconfigured_height,
-+  impl->scale);
- }
- 
-   if (fixed_size)
--- 
-2.24.1
-

Added: 1638.patch
===
--- 1638.patch  (rev 0)
+++ 1638.patch  2020-04-06 14:39:56 UTC (rev 379667)
@@ -0,0 +1,39 @@
+From f7811616819040acc661762101d8ad87a2fa Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jonas=20=C3=85dahl?= 
+Date: Mon, 6 Apr 2020 14:20:43 +0200
+Subject: [PATCH] wayland: Always store unconfigured size
+
+This means it'll always be as up to date GdkWindow::width/height. We
+still skip the resize for non-configured windows though, to avoid
+mapping with the wrong size.
+---
+ gd

[arch-commits] Commit in firefox-i18n/repos (testing-any testing-any/PKGBUILD)

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:40:58
  Author: heftig
Revision: 379673

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 379672, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 379672, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-04-06 14:40:58 UTC (rev 379673)
@@ -0,0 +1,234 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=75.0
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=(any)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/";
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn "Bengali"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca-valencia "Catalan (Valencian)"'
+  'ca "Catalan"'
+  'cak"Maya Kaqchikel"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-CA  "English (Canadian)"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  '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"Chicahuaxtla Triqui"'
+  'uk "Ukrainian"'
+  'ur "Urdu"'
+  'uz "Uzbek"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-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"
+  depends=("firefox>=$pkgver")
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+}
+
+sha256sums=('e5dda36c10d614f4f800091853c787ef5d110a69b905840f366d00f93bc81b71'
+'e0f7df987f11e4319d8da90e6ae2d2912128ace55274ee1a26f9cf683c69308b'
+'6ffccb6e19e67504757f9e0459acbf15d2cf3422a9dd8da55b5b37e9a88204a0'
+'d66e58d828254b8a51f4d840904e7bf68acf1e869798658dcf73a682fdcaccd1'
+'ceec1bc104f80c0d7ad97d4a96a5d2e351df14b1c345c55eff05ded15d7f9a41'
+'469f14fb458f4d76bee5be9fb510a2c68a2f1991358a2ca7e8be251b59dac7bf'
+'7eb505070ddcba25eb54deae280ef28698d88b95419d2fa187eed3bbaa64a021'
+'0553f92403693eb7a6324175a480b954e3463af5b5c16465f0b3f364fae80675'
+'a3d6f0f2f10376c9215fd72cc064a59b98727cbe7c86adfc4ad1a4ee8fda03f9'
+'c0ecfc3f30750507aeea1a66149ae810af22e486ddd81cb8ac20743178e890cb'
+'d6642d68f75b7e49917e86cb3ff2522f433e07badfbbe19c3d973a8390f61a56'
+'4cd17bd1278eb4614fddd01360e6975c0ef006c4831b576d3ab9

[arch-commits] Commit in firefox/repos (5 files)

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:40:43
  Author: heftig
Revision: 379671

archrelease: copy trunk to testing-x86_64

Added:
  firefox/repos/testing-x86_64/
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 379669, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 379669, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 379669, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/upload-symbol-archive
(from rev 379669, firefox/trunk/upload-symbol-archive)

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   55 ++
 PKGBUILD   |  225 +
 firefox.desktop|  340 +++
 upload-symbol-archive  |   25 +
 4 files changed, 645 insertions(+)

Copied: 
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 379669, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
(rev 0)
+++ testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
2020-04-06 14:40:43 UTC (rev 379671)
@@ -0,0 +1,55 @@
+From 83f234464554c7f4393cd1dbdeb3a68d3ae0ccae Mon Sep 17 00:00:00 2001
+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 984b998133bd..b6c9f013940c 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3746,11 +3746,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 0daa78fdbbad..49038d0bb1c8 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"
+@@ -175,10 +176,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.24.0
+

Copied: firefox/repos/testing-x86_64/PKGBUILD (from rev 379669, 
firefox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-06 14:40:43 UTC (rev 379671)
@@ -0,0 +1,225 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=75.0
+pkgrel=1
+pkgdesc="Standalone web browser from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/";
+depends=(gtk3 libxt startup-notification mime-types dbus-glib ffmpeg nss
+ ttf-font libpulse)
+makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
+ xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2 python
+ nodejs python2-psutil cbindgen nasm)
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'pulseaudio: Audio support'
+'speech-dispatcher: Text-to-Speech'
+'hunspell-en_US: Spell checking, American English')
+options=(!emptydirs !makeflags !strip)
+source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
+0001-Use-remoting-name-for-GDK-application-names.patch
+$pkgname.desktop)
+sha256sums=('bbb1054d8f2717c634480556d3753a8483986af7360e023bb6232df80b746b0f'
+'SKIP'
+'5f7ac724a5c5afd9322b1e59006f4170ea5354ca1e0e60dab08b7784c2d8463c'
+'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea2

[arch-commits] Commit in gtk3/repos (8 files)

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:40:44
  Author: heftig
Revision: 379672

archrelease: copy trunk to testing-x86_64

Added:
  gtk3/repos/testing-x86_64/
  gtk3/repos/testing-x86_64/1638.patch
(from rev 379669, gtk3/trunk/1638.patch)
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 379669, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
(from rev 379669, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
(from rev 379669, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
(from rev 379669, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 379670, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 379670, gtk3/trunk/settings.ini)

--+
 1638.patch   |   39 +++
 PKGBUILD |   80 +
 gtk-query-immodules-3.0.hook |   11 +
 gtk-update-icon-cache.hook   |   13 ++
 gtk-update-icon-cache.script |   10 +
 gtk3.install |3 +
 settings.ini |4 ++
 7 files changed, 160 insertions(+)

Copied: gtk3/repos/testing-x86_64/1638.patch (from rev 379669, 
gtk3/trunk/1638.patch)
===
--- testing-x86_64/1638.patch   (rev 0)
+++ testing-x86_64/1638.patch   2020-04-06 14:40:44 UTC (rev 379672)
@@ -0,0 +1,39 @@
+From f7811616819040acc661762101d8ad87a2fa Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jonas=20=C3=85dahl?= 
+Date: Mon, 6 Apr 2020 14:20:43 +0200
+Subject: [PATCH] wayland: Always store unconfigured size
+
+This means it'll always be as up to date GdkWindow::width/height. We
+still skip the resize for non-configured windows though, to avoid
+mapping with the wrong size.
+---
+ gdk/wayland/gdkwindow-wayland.c | 10 +++---
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
+index 6c555443bd..05a673eb61 100644
+--- a/gdk/wayland/gdkwindow-wayland.c
 b/gdk/wayland/gdkwindow-wayland.c
+@@ -1145,16 +1145,12 @@ gdk_wayland_window_maybe_configure (GdkWindow *window,
+   gboolean is_xdg_popup;
+   gboolean is_visible;
+ 
++  impl->unconfigured_width = calculate_width_without_margin (window, width);
++  impl->unconfigured_height = calculate_height_without_margin (window, 
height);
+ 
+   if (needs_initial_configure (window) &&
+   !impl->initial_configure_received)
+-{
+-  impl->unconfigured_width = calculate_width_without_margin (window,
+- width);
+-  impl->unconfigured_height = calculate_height_without_margin (window,
+-   height);
+-  return;
+-}
++return;
+ 
+   if (window->width == width &&
+   window->height == height &&
+-- 
+2.24.1
+

Copied: gtk3/repos/testing-x86_64/PKGBUILD (from rev 379669, 
gtk3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-06 14:40:44 UTC (rev 379672)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.17+15+gdc79e07228
+pkgrel=1
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/";
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
+ adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
+ cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
+makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
+license=(LGPL)
+_commit=dc79e07228800dafa1062c959c68afcc7b4a1bef  # gtk-3-24
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
+1638.patch
+settings.ini
+gtk-query-immodules-3.0.hook
+gtk-update-icon-cache.hook
+gtk-update-icon-cache.script)
+sha256sums=('SKIP'
+'45be674b2596b16d5778a85a51a31b59b3e3a198daaea34eec4400e4cdb9bd4e'
+'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
+'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229'
+'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
+'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
+
+pkgver() {
+  cd gtk
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+
+  # https://bugs.archlinux.org/task/66106
+  # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1638
+  

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

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:40:41
  Author: heftig
Revision: 379670

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 379669, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 14:40:39 UTC (rev 379669)
+++ PKGBUILD2020-04-06 14:40:41 UTC (rev 379670)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.48.2
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=9e0ed97536dbbd48dc35146289e570bef5589260  # tags/0.48.2^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 379669, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 14:40:41 UTC (rev 379670)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.48.3
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=b8565a5ed1fe9327fc444f9df29111f98f153b53  # tags/0.48.3^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 14:40:39
  Author: heftig
Revision: 379669

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 379668, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 14:40:12 UTC (rev 379668)
+++ PKGBUILD2020-04-06 14:40:39 UTC (rev 379669)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen";
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=4a38a48937264d6ec162b2fd47ffd0e7a091ca72  # tags/v0.14.0^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked --target x86_64-unknown-linux-gnu
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --frozen --all-targets
-}
-
-check() {
-  cd $pkgname
-  # test_expand* fails; needs nightly rust
-  cargo test --release --frozen || :
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 379668, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 14:40:39 UTC (rev 379669)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen";
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=4a38a48937264d6ec162b2fd47ffd0e7a091ca72  # tags/v0.14.0^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Unbreak Firefox
+  git revert -n ec1631f3e47686e6e0c1b7641bb08b0e39c59250
+
+  cargo fetch --locked --target x86_64-unknown-linux-gnu
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --frozen --all-targets
+}
+
+check() {
+  cd $pkgname
+  # test_expand* fails; needs nightly rust
+  cargo test --release --frozen || :
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2020-04-06 Thread Kpcyrd via arch-commits
Date: Monday, April 6, 2020 @ 15:09:35
  Author: kpcyrd
Revision: 612057

upgpkg: monero-gui 0.15.0.5-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 13:19:39 UTC (rev 612056)
+++ PKGBUILD2020-04-06 15:09:35 UTC (rev 612057)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.15.0.4
+pkgver=0.15.0.5
 pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
@@ -13,9 +13,11 @@
 source=(
 "git+https://github.com/monero-project/monero-gui#tag=v${pkgver}";
 "git+https://github.com/monero-project/monero";
+
"https://github.com/monero-project/monero-gui/commit/5872bc8a2bdbf1f0b94374dc6f9c0f6f34aa65b9.patch";
 )
 sha512sums=('SKIP'
-'SKIP')
+'SKIP'
+
'6322e7dd9142da44a5e1b2102856c84a505c16fa988be36664adad2ae0a1aef068cb4b363a28a5cc51e61666cd3bcfca047394a8603d54c229cccf1ae4131053')
 
 prepare() {
   cd "${pkgname}"
@@ -22,6 +24,7 @@
   git submodule init
   git config submodule.monero.url "$srcdir/monero"
   git submodule update
+  patch --forward --strip=1 
--input="${srcdir}/5872bc8a2bdbf1f0b94374dc6f9c0f6f34aa65b9.patch"
 }
 
 build() {


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

2020-04-06 Thread Kpcyrd via arch-commits
Date: Monday, April 6, 2020 @ 15:09:49
  Author: kpcyrd
Revision: 612058

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 612057, monero-gui/trunk/PKGBUILD)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 15:09:35 UTC (rev 612057)
+++ PKGBUILD2020-04-06 15:09:49 UTC (rev 612058)
@@ -1,38 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.15.0.4
-pkgrel=1
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'unbound'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui#tag=v${pkgver}";
-"git+https://github.com/monero-project/monero";
-)
-sha512sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default QT_SELECT=5 ./build.sh
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 612057, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 15:09:49 UTC (rev 612058)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.15.0.5
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'unbound'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui#tag=v${pkgver}";
+"git+https://github.com/monero-project/monero";
+
"https://github.com/monero-project/monero-gui/commit/5872bc8a2bdbf1f0b94374dc6f9c0f6f34aa65b9.patch";
+)
+sha512sums=('SKIP'
+'SKIP'
+
'6322e7dd9142da44a5e1b2102856c84a505c16fa988be36664adad2ae0a1aef068cb4b363a28a5cc51e61666cd3bcfca047394a8603d54c229cccf1ae4131053')
+
+prepare() {
+  cd "${pkgname}"
+  git submodule init
+  git config submodule.monero.url "$srcdir/monero"
+  git submodule update
+  patch --forward --strip=1 
--input="${srcdir}/5872bc8a2bdbf1f0b94374dc6f9c0f6f34aa65b9.patch"
+}
+
+build() {
+  cd "${pkgname}"
+  ARCH=default QT_SELECT=5 ./build.sh
+}
+
+package() {
+  cd "${pkgname}"
+  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 16:20:05
  Author: mtorromeo
Revision: 612059

upgpkg: cockpit 216-3: Fixed depends and optdepends

Modified:
  cockpit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 15:09:49 UTC (rev 612058)
+++ PKGBUILD2020-04-06 16:20:05 UTC (rev 612059)
@@ -6,7 +6,7 @@
 pkgbase=cockpit
 pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-docker cockpit-machines)
 pkgver=216
-pkgrel=2
+pkgrel=3
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'
@@ -46,12 +46,11 @@
   optdepends=("cockpit-pcp: reading performance metrics"
   "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
   "cockpit-docker: user interface for managing docker containers"
+  "cockpit-podman: user interface for managing podman containers"
   "cockpit-machines: user interface for managing virtual machines"
   "udisks2: manage hard disks"
   "networkmanager: manage network connections"
   "packagekit: manage packages"
-  "docker: manage containers"
-  "libvirt: manage virtual machines"
   "kubernetes: manage cluster")
 
   cd cockpit-$pkgver
@@ -119,5 +118,8 @@
 package_cockpit-machines() {
   pkgdesc='Cockpit components for managing virtual machines.'
   depends=(cockpit libvirt-dbus)
+  optdepends=(
+"virt-install: create new virtual machines"
+  )
   _do_package_component
 }


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 16:20:56
  Author: mtorromeo
Revision: 612061

upgpkg: libvirt-dbus 1.3.0-2: Installed missing libvirtdbus user

Modified:
  libvirt-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 16:20:37 UTC (rev 612060)
+++ PKGBUILD2020-04-06 16:20:56 UTC (rev 612061)
@@ -2,7 +2,7 @@
 
 pkgname=libvirt-dbus
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented 
API better suited for dbus-based applications"
 arch=('x86_64')
 url="https://libvirt.org/dbus.html";
@@ -32,4 +32,9 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/build"
   make DESTDIR="${pkgdir}" install
+
+  chmod 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+
+  install -dm0755 "${pkgdir}/usr/lib/sysusers.d"
+  echo "u libvirtdbus - -" > "${pkgdir}/usr/lib/sysusers.d/libvirtdbus.conf"
 }


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 16:20:37
  Author: mtorromeo
Revision: 612060

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 612059, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 612059, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 612059, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 612059, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  248 +++---
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 132 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 16:20:05 UTC (rev 612059)
+++ PKGBUILD2020-04-06 16:20:37 UTC (rev 612060)
@@ -1,123 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-docker cockpit-machines)
-pkgver=216
-pkgrel=2
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz";
-
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz";
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('85fe845fba0c23531fe73e761e090dd6ecb06b389f7dc0c639a5730eb3e940fc'
-'963e1051d575090361f68b4df6e49b0120e77f90cc674217dafbf613cfbd1710'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
---with-nfs-client-package='"nfs-utils"' \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
-  "cockpit-docker: user interface for managing docker containers"
-  "cockpit-machines: user interface for managing virtual machines"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages"
-  "docker: manage containers"
-  "libvirt: manage virtual machines"
-  "kubernetes: manage cluster")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard,docker,machines} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{docker,machines}.metainfo.xml
 \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pk

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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 16:21:09
  Author: mtorromeo
Revision: 612062

archrelease: copy trunk to community-x86_64

Added:
  libvirt-dbus/repos/community-x86_64/PKGBUILD
(from rev 612061, libvirt-dbus/trunk/PKGBUILD)
Deleted:
  libvirt-dbus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 16:20:56 UTC (rev 612061)
+++ PKGBUILD2020-04-06 16:21:09 UTC (rev 612062)
@@ -1,35 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libvirt-dbus
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented 
API better suited for dbus-based applications"
-arch=('x86_64')
-url="https://libvirt.org/dbus.html";
-license=('LGPL')
-depends=('libvirt-glib' 'dbus' 'libssh')
-validpgpkeys=('4252D86A52041137C291CADFC85C5E957062A701')
-source=("https://libvirt.org/sources/dbus/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('44e31beedc5aeb5bcd032d3a9766b0380b2320f1ae78cbcfb316d7a9025fb33f1ff24fdc65c023f38c2408062e7d40e62392cbc756d1cf8f8644a086bc871544'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  mkdir build && cd build
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---disable-static \
---with-runstatedir=/run
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libvirt-dbus/repos/community-x86_64/PKGBUILD (from rev 612061, 
libvirt-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 16:21:09 UTC (rev 612062)
@@ -0,0 +1,40 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libvirt-dbus
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented 
API better suited for dbus-based applications"
+arch=('x86_64')
+url="https://libvirt.org/dbus.html";
+license=('LGPL')
+depends=('libvirt-glib' 'dbus' 'libssh')
+validpgpkeys=('4252D86A52041137C291CADFC85C5E957062A701')
+source=("https://libvirt.org/sources/dbus/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('44e31beedc5aeb5bcd032d3a9766b0380b2320f1ae78cbcfb316d7a9025fb33f1ff24fdc65c023f38c2408062e7d40e62392cbc756d1cf8f8644a086bc871544'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  mkdir build && cd build
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--disable-static \
+--with-runstatedir=/run
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  chmod 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+
+  install -dm0755 "${pkgdir}/usr/lib/sysusers.d"
+  echo "u libvirtdbus - -" > "${pkgdir}/usr/lib/sysusers.d/libvirtdbus.conf"
+}


[arch-commits] Commit in gnome-weather/repos/extra-any (PKGBUILD PKGBUILD)

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 16:31:12
  Author: heftig
Revision: 379675

archrelease: copy trunk to extra-any

Added:
  gnome-weather/repos/extra-any/PKGBUILD
(from rev 379674, gnome-weather/trunk/PKGBUILD)
Deleted:
  gnome-weather/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 16:30:54 UTC (rev 379674)
+++ PKGBUILD2020-04-06 16:31:12 UTC (rev 379675)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-weather
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="Access current weather conditions and forecasts"
-url="https://wiki.gnome.org/Apps/Weather";
-arch=(any)
-license=(GPL)
-depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
-makedepends=(gobject-introspection appstream-glib git meson)
-groups=(gnome)
-_commit=daec8b80e44a6cbc27fa222ea7ddc56d28cf348f  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 379674, 
gnome-weather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 16:31:12 UTC (rev 379675)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-weather
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather";
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
+makedepends=(gobject-introspection appstream-glib git meson)
+groups=(gnome)
+_commit=e9f2748a7261c71a45d633a66b0ba34f3fec544f  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-06 Thread Jan Steffens via arch-commits
Date: Monday, April 6, 2020 @ 16:30:54
  Author: heftig
Revision: 379674

3.36.0-1

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 14:40:58 UTC (rev 379673)
+++ PKGBUILD2020-04-06 16:30:54 UTC (rev 379674)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-weather
-pkgver=3.34.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather";
@@ -10,7 +10,7 @@
 depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
-_commit=daec8b80e44a6cbc27fa222ea7ddc56d28cf348f  # tags/3.34.1^0
+_commit=e9f2748a7261c71a45d633a66b0ba34f3fec544f  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-04-06 Thread Maxime Gauduin via arch-commits
Date: Monday, April 6, 2020 @ 17:08:31
  Author: alucryd
Revision: 379676

cosmetic fixes

Modified:
  rav1e/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 16:31:12 UTC (rev 379675)
+++ PKGBUILD2020-04-06 17:08:31 UTC (rev 379676)
@@ -73,8 +73,8 @@
   cargo cinstall \
 --release \
 --frozen \
---prefix=/usr \
---destdir="${pkgdir}" 
+--prefix /usr \
+--destdir "${pkgdir}"
   install -Dm 644 LICENSE PATENTS -t "${pkgdir}"/usr/share/licenses/rav1e/
 }
 


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 17:21:15
  Author: arojas
Revision: 612063

python2 version is no longer built

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 16:21:09 UTC (rev 612062)
+++ PKGBUILD2020-04-06 17:21:15 UTC (rev 612063)
@@ -26,13 +26,8 @@
   # required for gfortran
   export LDFLAGS="-Wall -shared"
 
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
   cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
+  python setup.py config_fc --fcompiler=gnu95 build
 }
 
 check() {


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

2020-04-06 Thread Jonathan Steel via arch-commits
Date: Monday, April 6, 2020 @ 18:46:33
  Author: jsteel
Revision: 612074

archrelease: copy trunk to community-x86_64

Added:
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 612073, obs-studio/trunk/PKGBUILD)
Deleted:
  obs-studio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 18:46:22 UTC (rev 612073)
+++ PKGBUILD2020-04-06 18:46:33 UTC (rev 612074)
@@ -1,39 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=25.0.3
-pkgrel=1
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('x86_64')
-url="https://obsproject.com";
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'mbedtls'
- 'qt5-svg' 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support'
-'libva-intel-driver: hardware encoding'
-'libva-mesa-driver: hardware encoding'
-'luajit: scripting support'
-'python: scripting support'
-'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('c7573a1b0abe3b4618cf32b32bf7e641')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-x86_64/PKGBUILD (from rev 612073, 
obs-studio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 18:46:33 UTC (rev 612074)
@@ -0,0 +1,39 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=25.0.4
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('x86_64')
+url="https://obsproject.com";
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'mbedtls'
+ 'qt5-svg' 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support'
+'libva-intel-driver: hardware encoding'
+'libva-mesa-driver: hardware encoding'
+'luajit: scripting support'
+'python: scripting support'
+'vlc: VLC Media Source support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('0d2d361ccc1ede151e7be5607e10daba')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}


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

2020-04-06 Thread Jonathan Steel via arch-commits
Date: Monday, April 6, 2020 @ 18:46:22
  Author: jsteel
Revision: 612073

upgpkg: obs-studio 25.0.4-1

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 18:28:12 UTC (rev 612072)
+++ PKGBUILD2020-04-06 18:46:22 UTC (rev 612073)
@@ -2,7 +2,7 @@
 # Contributor: Benjamin Klettbach 
 
 pkgname=obs-studio
-pkgver=25.0.3
+pkgver=25.0.4
 pkgrel=1
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 'python: scripting support'
 'vlc: VLC Media Source support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('c7573a1b0abe3b4618cf32b32bf7e641')
+md5sums=('0d2d361ccc1ede151e7be5607e10daba')
 
 build() {
   cd $pkgname-$pkgver


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 18:53:23
  Author: arojas
Revision: 612075

Update to 2.14

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 18:46:33 UTC (rev 612074)
+++ PKGBUILD2020-04-06 18:53:23 UTC (rev 612075)
@@ -6,7 +6,7 @@
 # Contributor: Jack Lloyd 
 
 pkgname=botan
-pkgver=2.13.0
+pkgver=2.14.0
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('python: for using botan2.py')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
-sha256sums=('f57ae42a41e1091bca58f44f41addebd9a390b651603952c881ec89d50187e90'
+sha256sums=('0c10f12b424a40ee19bde00292098e201d7498535c062d8d5b586d07861a54b5'
 'SKIP')
 
 build() {
@@ -34,7 +34,7 @@
 check() {
   cd "${pkgname^}-$pkgver"
 
-  ./botan-test
+  LD_LIBRARY_PATH="$PWD" ./botan-test
 }
 
 package() {


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 18:54:29
  Author: arojas
Revision: 612076

archrelease: copy trunk to community-testing-x86_64

Added:
  botan/repos/community-testing-x86_64/
  botan/repos/community-testing-x86_64/PKGBUILD
(from rev 612075, botan/trunk/PKGBUILD)
  botan/repos/community-testing-x86_64/botan.key
(from rev 612075, botan/trunk/botan.key)

---+
 PKGBUILD  |   44 
 botan.key |   35 +++
 2 files changed, 79 insertions(+)

Copied: botan/repos/community-testing-x86_64/PKGBUILD (from rev 612075, 
botan/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-06 18:54:29 UTC (rev 612076)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+# Contributor: Jack Lloyd 
+
+pkgname=botan
+pkgver=2.14.0
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+arch=(x86_64)
+url='https://botan.randombit.net/'
+license=(BSD)
+makedepends=(python)
+optdepends=('python: for using botan2.py')
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0c10f12b424a40ee19bde00292098e201d7498535c062d8d5b586d07861a54b5'
+'SKIP')
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  ./configure.py \
+--prefix=/usr \
+--with-bzip \
+--with-lzma \
+--with-zlib \
+--with-os-feature=getrandom
+  make
+}
+
+check() {
+  cd "${pkgname^}-$pkgver"
+
+  LD_LIBRARY_PATH="$PWD" ./botan-test
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C "${pkgname^}-$pkgver" install
+  install -Dm644 "${pkgname^}-$pkgver/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: botan/repos/community-testing-x86_64/botan.key (from rev 612075, 
botan/trunk/botan.key)
===
--- community-testing-x86_64/botan.key  (rev 0)
+++ community-testing-x86_64/botan.key  2020-04-06 18:54:29 UTC (rev 612076)
@@ -0,0 +1,35 @@
+pub   2048R/EFBADFBC 2004-10-30
+  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
+uid  Botan Distribution Key
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
+T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
+zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1
+4hKV75nB7ZO6676SEZRILYM+7RJwKAKEmEPJc6hEf94VXn9ecNzaTlHgYkjhz9db
+LOd3od9XvuUw+LMR1dwBqMxbvR90MiXjbedDEkbArcZB9YOAIvEX/lC3qaW4XJt4
+iwHWl/YVZEfALcvQywe2CDrH5hO794wd9MpBAAYptBZCb3RhbiBEaXN0cmlidXRp
+b24gS2V5iQEqBBMBAgAUAhsDAh4BAheABQJKfFpnBBUKCQgACgkQYhHr8e+637xk
+PQf/aOi78XenwwvFrwXOVIVTdZIf8rK1zJksf26h09UD8uVV6z5iiTcpn86+eN9p
+6Ar8IH3tD+JuFnPSwZ/r9MNC2XZwenYo4Gb14jqM6/9hBe328vmeM4Y1G7bD4HrL
+kgV5WEyokqm3zbp3FBLr3Vh68TAC5JB9aHevra+cCA2u3vBNI3YUM5z4TdO150P3
+J00whkqImQEUni8bgxvllBLFM+uhucsX3HZWkoDEpotbg8yd0bqMkiPEyMr1OnJq
+eDVDMrB5wnyLgLFfRAAw3mopM0C1PNOAHr/BIYiaDHX2OwnOfep8rMDoRVf2Ge0D
+DBgsJJ6LduQHLeg403SHWL2F6YkCHAQTAQIABgUCQYPWUgAKCRBcD5boTsFta+r9
+EACWVis7YcaGkKKgRB/5ox8rM36XVhMXdh/hnnGHt5rapbbRRkRHRcWU8WIcFO1A
+59+TfwNNd8gN1MEt/5aX5KHWVKHBDexJgIxm6Dm1pisYHf/dnYQPM18hmqqwNlKY
+97hFkPpHd7enrtc/SvGbQhhLXYlpwBrdMl76e9xJLnnrRQksxegGPo8cr+C9HTs1
+Lwa8zzBxyBwYBYX+0moDkDShEhuXx6mEOXrGvQanJuIvpoIwGH+62E65MbJGlwWp
+w/MAtm2jFhBIhGV0bqJCFp9zIgdNgfskBaPr0oilbuJQZqP0Iqe/6CCt4XkS51yW
+ZqxjLAFpEpvDec4PGw3witKf/koGon9X8C035+nEjLBrWy18Q91vw2USyLI+mm9d
+iMAS8pY2gomfxBO2VwYHJryZykjCYQkccRA1tHteRj4gqTObo0Ak47y5MnplTWwi
+40oP7K2cfhCRBmMioxmYES4xsHEupfRBo3xr1Jq9q0t688WTT1NXHPMPoueF9mKZ
+Cf2pa9aHsqBmWTm3sCaNQKGubCDBEUmJUyndmSatJyYM7NVYoUp6EfqMACFuTNdB
+sjKMh7aWVikQpbJDfA1BIU3lZeqgjgrghVAWkEOBfhG0IVZj+RVCJpsqoTJ8asY2
+VreArSCyr/VnLEnfuH/QpgvCiCbepo3E34DJt4SaAOO2ZohGBBARAgAGBQJMGVc1
+AAoJEKY/LL36AvvMgsoAn2G7kXd09BF7ffk1Sfh174SVrvM9AKC7+R7x0+yV3SCd
+JkkUOo3xR5cOxw==
+=1QuR
+-END PGP PUBLIC KEY BLOCK-


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

2020-04-06 Thread David Runge via arch-commits
Date: Monday, April 6, 2020 @ 19:05:00
  Author: dvzrv
Revision: 379683

archrelease: copy trunk to community-x86_64

Added:
  fluidsynth/repos/community-x86_64/
  fluidsynth/repos/community-x86_64/PKGBUILD
(from rev 379682, fluidsynth/trunk/PKGBUILD)

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

Copied: fluidsynth/repos/community-x86_64/PKGBUILD (from rev 379682, 
fluidsynth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-06 19:05:00 UTC (rev 379683)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=fluidsynth
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
+arch=('x86_64')
+url="http://www.fluidsynth.org/";
+license=('LGPL2.1')
+groups=('pro-audio')
+depends=('glibc' 'glib2' 'sdl2')
+makedepends=('alsa-lib' 'cmake' 'dbus' 'doxygen' 'jack' 'ladspa' 'libinstpatch'
+'libpulse' 'libsndfile' 'portaudio' 'readline' 'systemd-libs')
+provides=('libfluidsynth.so' 'soundfont-synthesizer')
+backup=("etc/conf.d/$pkgname")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
+sha512sums=('ece3328ee94731f347a03f555fd39ead0a50cb24fef5d90dbff22e74db8344c9a68bfaccb76b873bd18a8ac68ee1d7802571e51c938bbf98e424267376f47eb8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-DLIB_SUFFIX="" \
+-B build \
+.
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  depends+=('libasound.so' 'libdbus-1.so' 'libinstpatch-1.0.so' 'libjack.so'
+  'libportaudio.so' 'libpulse-simple.so' 'libreadline.so' 'libsndfile.so'
+  'libsystemd.so')
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="$pkgdir" install
+  # systemd user unit
+  install -vDm 644 "build/${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
+  # system-wide configuration file
+  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,{CONTRIBUTING,README}.md,THANKS,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-06 Thread David Runge via arch-commits
Date: Monday, April 6, 2020 @ 19:04:52
  Author: dvzrv
Revision: 379682

upgpkg: fluidsynth 2.1.2-1: Upgrading to 2.1.2.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 18:29:43 UTC (rev 379681)
+++ PKGBUILD2020-04-06 19:04:52 UTC (rev 379682)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 provides=('libfluidsynth.so' 'soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
-sha512sums=('f8776c59aa0aa4a25fe3c38973c994e8608f8fad8a2e478db0d0232d4c787983dfdcba200c558cd810e892930b50184af4bc4a7f3c98ec5c38e147fd715e51b8')
+sha512sums=('ece3328ee94731f347a03f555fd39ead0a50cb24fef5d90dbff22e74db8344c9a68bfaccb76b873bd18a8ac68ee1d7802571e51c938bbf98e424267376f47eb8')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-04-06 Thread David Runge via arch-commits
Date: Monday, April 6, 2020 @ 19:06:07
  Author: dvzrv
Revision: 379684

archrelease: copy trunk to extra-x86_64

Added:
  fluidsynth/repos/extra-x86_64/PKGBUILD
(from rev 379683, fluidsynth/trunk/PKGBUILD)
Deleted:
  fluidsynth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 19:05:00 UTC (rev 379683)
+++ PKGBUILD2020-04-06 19:06:07 UTC (rev 379684)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=fluidsynth
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
-arch=('x86_64')
-url="http://www.fluidsynth.org/";
-license=('LGPL2.1')
-groups=('pro-audio')
-depends=('glibc' 'glib2' 'sdl2')
-makedepends=('alsa-lib' 'cmake' 'dbus' 'doxygen' 'jack' 'ladspa' 'libinstpatch'
-'libpulse' 'libsndfile' 'portaudio' 'readline' 'systemd-libs')
-provides=('libfluidsynth.so' 'soundfont-synthesizer')
-backup=("etc/conf.d/$pkgname")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
-sha512sums=('f8776c59aa0aa4a25fe3c38973c994e8608f8fad8a2e478db0d0232d4c787983dfdcba200c558cd810e892930b50184af4bc4a7f3c98ec5c38e147fd715e51b8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--DLIB_SUFFIX="" \
--B build \
-.
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  depends+=('libasound.so' 'libdbus-1.so' 'libinstpatch-1.0.so' 'libjack.so'
-  'libportaudio.so' 'libpulse-simple.so' 'libreadline.so' 'libsndfile.so'
-  'libsystemd.so')
-  cd "${pkgname}-${pkgver}"
-  make -C build DESTDIR="$pkgdir" install
-  # systemd user unit
-  install -vDm 644 "build/${pkgname}.service" \
--t "$pkgdir/usr/lib/systemd/user/"
-  # system-wide configuration file
-  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
-  # docs
-  install -vDm 644 {AUTHORS,ChangeLog,{CONTRIBUTING,README}.md,THANKS,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: fluidsynth/repos/extra-x86_64/PKGBUILD (from rev 379683, 
fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 19:06:07 UTC (rev 379684)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=fluidsynth
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
+arch=('x86_64')
+url="http://www.fluidsynth.org/";
+license=('LGPL2.1')
+groups=('pro-audio')
+depends=('glibc' 'glib2' 'sdl2')
+makedepends=('alsa-lib' 'cmake' 'dbus' 'doxygen' 'jack' 'ladspa' 'libinstpatch'
+'libpulse' 'libsndfile' 'portaudio' 'readline' 'systemd-libs')
+provides=('libfluidsynth.so' 'soundfont-synthesizer')
+backup=("etc/conf.d/$pkgname")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
+sha512sums=('ece3328ee94731f347a03f555fd39ead0a50cb24fef5d90dbff22e74db8344c9a68bfaccb76b873bd18a8ac68ee1d7802571e51c938bbf98e424267376f47eb8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-DLIB_SUFFIX="" \
+-B build \
+.
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  depends+=('libasound.so' 'libdbus-1.so' 'libinstpatch-1.0.so' 'libjack.so'
+  'libportaudio.so' 'libpulse-simple.so' 'libreadline.so' 'libsndfile.so'
+  'libsystemd.so')
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="$pkgdir" install
+  # systemd user unit
+  install -vDm 644 "build/${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
+  # system-wide configuration file
+  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,{CONTRIBUTING,README}.md,THANKS,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-06 Thread David Runge via arch-commits
Date: Monday, April 6, 2020 @ 19:07:48
  Author: dvzrv
Revision: 379685

Removing accidentally added (but aborted) push to community.

Deleted:
  fluidsynth/repos/community-x86_64/


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

2020-04-06 Thread Jonathan Steel via arch-commits
Date: Monday, April 6, 2020 @ 19:12:19
  Author: jsteel
Revision: 612077

upgpkg: stella 6.1.1-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 18:54:29 UTC (rev 612076)
+++ PKGBUILD2020-04-06 19:12:19 UTC (rev 612077)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=6.1
+pkgver=6.1.1
 pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
 
source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('380788141b26e6a7b214b646fecbf4f3')
+md5sums=('ccf63b9a056e828340493c3d86edba9b')
 
 build() {
   cd $pkgname-$pkgver


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

2020-04-06 Thread Jonathan Steel via arch-commits
Date: Monday, April 6, 2020 @ 19:12:34
  Author: jsteel
Revision: 612078

archrelease: copy trunk to community-x86_64

Added:
  stella/repos/community-x86_64/PKGBUILD
(from rev 612077, stella/trunk/PKGBUILD)
Deleted:
  stella/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 19:12:19 UTC (rev 612077)
+++ PKGBUILD2020-04-06 19:12:34 UTC (rev 612078)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=6.1
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('x86_64')
-url="https://stella-emu.github.io/";
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('380788141b26e6a7b214b646fecbf4f3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 612077, 
stella/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 19:12:34 UTC (rev 612078)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('x86_64')
+url="https://stella-emu.github.io/";
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
+md5sums=('ccf63b9a056e828340493c3d86edba9b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

2020-04-06 Thread Daniel M. Capella via arch-commits
Date: Monday, April 6, 2020 @ 19:17:51
  Author: polyzen
Revision: 612080

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 612079, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 19:17:31 UTC (rev 612079)
+++ PKGBUILD2020-04-06 19:17:51 UTC (rev 612080)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.25.2
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi";)
-noextract=("${source##*/}")
-sha256sums=('997aac00064665641298047534c9392492ef09f0cbf177b6a30d4fa288081579')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 612079, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 19:17:51 UTC (rev 612080)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.26.0
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi";)
+noextract=("${source##*/}")
+sha256sums=('77dc9b59c953a6040e871e72be969e19ecdec841cc851295c21d1c0e755c8620')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-ublock-origin/trunk (PKGBUILD)

2020-04-06 Thread Daniel M. Capella via arch-commits
Date: Monday, April 6, 2020 @ 19:17:31
  Author: polyzen
Revision: 612079

upgpkg: firefox-ublock-origin 1.26.0-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 19:12:34 UTC (rev 612078)
+++ PKGBUILD2020-04-06 19:17:31 UTC (rev 612079)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.25.2
+pkgver=1.26.0
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi";)
 noextract=("${source##*/}")
-sha256sums=('997aac00064665641298047534c9392492ef09f0cbf177b6a30d4fa288081579')
+sha256sums=('77dc9b59c953a6040e871e72be969e19ecdec841cc851295c21d1c0e755c8620')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi


[arch-commits] Commit in (wireguard-arch)

2020-04-06 Thread Christian Hesse via arch-commits
Date: Monday, April 6, 2020 @ 19:31:08
  Author: eworm
Revision: 379687

upstreamed with linux 5.6

Deleted:
  wireguard-arch/


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

2020-04-06 Thread Daniel M. Capella via arch-commits
Date: Monday, April 6, 2020 @ 19:31:43
  Author: polyzen
Revision: 612081

upgpkg: python-dkim 1.0.4-1

Modified:
  python-dkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 19:17:51 UTC (rev 612080)
+++ PKGBUILD2020-04-06 19:31:43 UTC (rev 612081)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=python-dkim
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
 arch=('any')
@@ -11,7 +11,7 @@
 checkdepends=('python-authres' 'python-pynacl')
 optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
 
source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz";)
-sha256sums=('11fc2bd6177a7d016e1148bff8535d0f0c9931e339186b4a58a93a331c9aefc3')
+sha256sums=('6dfbd64bbafd17358516c93ac97e6ca60fd76bc47dfc55a28f80f9c881662d92')
 
 build() {
   cd dkimpy-$pkgver


  1   2   3   4   >