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

2020-07-21 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 05:57:58
  Author: felixonmars
Revision: 664794

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 05:57:43 UTC (rev 664793)
+++ PKGBUILD2020-07-22 05:57:58 UTC (rev 664794)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-_name=identify
-pkgname=python-identify
-pkgver=1.4.24
-pkgrel=1
-pkgdesc="File identification library for Python"
-arch=('any')
-url="https://github.com/chriskuehl/identify;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-editdistance' 'python-pytest')
-# no tests in pypi sdist tarball:
-# https://github.com/chriskuehl/identify/issues/95
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('4825786783e63f7042d787cc7187095cf937cc62329492f997030644cc00ddcd3cb124866c170f8853b72b5775378338ad8fdda6fa58a097d06a35afbdf0ee67')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-identify/repos/community-any/PKGBUILD (from rev 664793, 
python-identify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 05:57:58 UTC (rev 664794)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+_name=identify
+pkgname=python-identify
+pkgver=1.4.25
+pkgrel=1
+pkgdesc="File identification library for Python"
+arch=('any')
+url="https://github.com/chriskuehl/identify;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-editdistance' 'python-pytest')
+# no tests in pypi sdist tarball:
+# https://github.com/chriskuehl/identify/issues/95
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('36838553ec188838f49acc31072ef1f291b7a860d0b4fabdd81a76a10d5182fdd237d0230094157e9d4a8573aff021d94f1170044bf1c7b2ae03a593e46e0eb2')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 05:57:43
  Author: felixonmars
Revision: 664793

upgpkg: python-identify 1.4.25-1

Modified:
  python-identify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 05:57:31 UTC (rev 664792)
+++ PKGBUILD2020-07-22 05:57:43 UTC (rev 664793)
@@ -3,7 +3,7 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=1.4.24
+pkgver=1.4.25
 pkgrel=1
 pkgdesc="File identification library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 # https://github.com/chriskuehl/identify/issues/95
 # 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('4825786783e63f7042d787cc7187095cf937cc62329492f997030644cc00ddcd3cb124866c170f8853b72b5775378338ad8fdda6fa58a097d06a35afbdf0ee67')
+sha512sums=('36838553ec188838f49acc31072ef1f291b7a860d0b4fabdd81a76a10d5182fdd237d0230094157e9d4a8573aff021d94f1170044bf1c7b2ae03a593e46e0eb2')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 05:57:10
  Author: felixonmars
Revision: 664790

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 664789, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 05:56:55 UTC (rev 664789)
+++ PKGBUILD2020-07-22 05:57:10 UTC (rev 664790)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202007150004
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip;
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('051aa17da4073c41a38475fee3648210e58030087fef001f9e0df32870fbd6ef4bd771f7c4b3767a8bab0c2da30a02a1ac6f17a0f37a69ca373d933b2942bcd9')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 664789, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 05:57:10 UTC (rev 664790)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202007220003
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip;
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('6b0c85a6fa98ca65bd44e5f434ca6d7a8cf91554c864b8913f53d0f53cfb20ff79643b27f4e8a506ba270204a31e8b981fd0e71ec8fe08cc09e2567c813e8eee')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-07-21 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 05:57:16
  Author: felixonmars
Revision: 664791

upgpkg: v2ray-domain-list-community 20200721225648-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 05:57:10 UTC (rev 664790)
+++ PKGBUILD2020-07-22 05:57:16 UTC (rev 664791)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20200721000916
+pkgver=20200721225648
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('8b0c2b25c6f4dac8380daf7fb15b276da11a87df51c3395a0f72a3574dc87162ca86b2eb1b4f07845ecf0e813ed4e4a0fa34daeb4ef0cc04e9f39aff9229ba07')
+sha512sums=('f285bfa5bc0b76714b55a00209fe4b430c768b694ad23ecd76c61f3ff9eab281fdc02a47fb012841e3b6f7a9df4c8112ab3ca8374eefa9786911b5eb6e3738fd')
 
 prepare() {
   mkdir .gopath


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-07-21 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 05:57:31
  Author: felixonmars
Revision: 664792

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 664791, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 05:57:16 UTC (rev 664791)
+++ PKGBUILD2020-07-22 05:57:31 UTC (rev 664792)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20200721000916
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('8b0c2b25c6f4dac8380daf7fb15b276da11a87df51c3395a0f72a3574dc87162ca86b2eb1b4f07845ecf0e813ed4e4a0fa34daeb4ef0cc04e9f39aff9229ba07')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
664791, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 05:57:31 UTC (rev 664792)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20200721225648
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('f285bfa5bc0b76714b55a00209fe4b430c768b694ad23ecd76c61f3ff9eab281fdc02a47fb012841e3b6f7a9df4c8112ab3ca8374eefa9786911b5eb6e3738fd')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 05:56:55
  Author: felixonmars
Revision: 664789

upgpkg: v2ray-geoip 202007220003-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 00:47:55 UTC (rev 664788)
+++ PKGBUILD2020-07-22 05:56:55 UTC (rev 664789)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202007150004
+pkgver=202007220003
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip;
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('051aa17da4073c41a38475fee3648210e58030087fef001f9e0df32870fbd6ef4bd771f7c4b3767a8bab0c2da30a02a1ac6f17a0f37a69ca373d933b2942bcd9')
+sha512sums=('6b0c85a6fa98ca65bd44e5f434ca6d7a8cf91554c864b8913f53d0f53cfb20ff79643b27f4e8a506ba270204a31e8b981fd0e71ec8fe08cc09e2567c813e8eee')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (3 files)

2020-07-21 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 00:47:55
  Author: heftig
Revision: 664788

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 664787, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  
lib32-harfbuzz/repos/multilib-x86_64/0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

-+
 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch |   42 --
 PKGBUILD|  144 +-
 2 files changed, 72 insertions(+), 114 deletions(-)

Deleted: 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
===
--- 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-22 
00:47:41 UTC (rev 664787)
+++ 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-22 
00:47:55 UTC (rev 664788)
@@ -1,42 +0,0 @@
-From 0b5b0f4bc6f6c5c8d64cfd04d8d55cefa5509ddc Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 2 Jul 2020 16:41:22 +
-Subject: [PATCH] meson: Make Requires in .pc files match autotools
-
-Libreoffice tries to use only harfbuzz-icu.pc and assumes this includes
--lharfbuzz.

- src/meson.build | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/meson.build b/src/meson.build
-index 36df8cb13..d3b3246ef 100644
 a/src/meson.build
-+++ b/src/meson.build
-@@ -501,6 +501,7 @@ pkgmod.generate(libharfbuzz,
- 
- pkgmod.generate(libharfbuzz_subset,
-   description: 'HarfBuzz font subsetter',
-+  requires: [libharfbuzz],
-   subdirs: [meson.project_name()],
-   version: meson.project_version(),
- )
-@@ -531,6 +532,7 @@ if have_icu and not have_icu_builtin
- 
-   pkgmod.generate(libharfbuzz_icu,
- description: 'HarfBuzz text shaping library ICU integration',
-+requires: [libharfbuzz],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
-@@ -644,6 +646,7 @@ if have_gobject
- 
-   pkgmod.generate(libharfbuzz_gobject,
- description: 'HarfBuzz text shaping library GObject integration',
-+requires: [libharfbuzz, glib_dep, gobject_dep],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
--- 
-2.27.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 00:47:41 UTC (rev 664787)
+++ PKGBUILD2020-07-22 00:47:55 UTC (rev 664788)
@@ -1,72 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Florian Pritz 
-
-pkgbase=lib32-harfbuzz
-pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.6.8
-pkgrel=2
-pkgdesc="OpenType text shaping engine (32-bit)"
-url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu ragel git python
- meson harfbuzz)
-checkdepends=(python-fonttools python-setuptools)
-_commit=e4203c14699cc0903a2b4611167a7b99532cfdb0  # tags/2.6.8^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;
-0001-meson-Make-Requires-in-.pc-files-match-autotools.patch)
-sha256sums=('SKIP'
-'ebf92aed7613da18817fedccab0962e50308b93f8218e79aae36b6587453cbba')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-  git apply -3 ../0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson harfbuzz build \
---libdir=/usr/lib32 \
--D introspection=disabled \
--D gtk_doc=disabled
-  meson compile -C build
-}
-
-check() {
-  TMPDIR="$srcdir" meson test -C build --print-errorlogs
-  rm -rf "$srcdir"/tmp*
-}
-
-package_lib32-harfbuzz() {
-  depends=(lib32-glib2 lib32-freetype2 libglib-2.0.so libfreetype.so
-   libgobject-2.0.so harfbuzz)
-  provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-
-  # Split harfbuzz-icu
-  mkdir -p hb-icu/usr/lib32/pkgconfig
-  mv -t hb-icu/usr/lib32 "$pkgdir"/usr/lib32/libharfbuzz-icu*
-  mv -t hb-icu/usr/lib32/pkgconfig 
"$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}
-
-package_lib32-harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=("lib32-harfbuzz=$pkgver-$pkgrel" lib32-icu libharfbuzz.so 
harfbuzz-icu)
-  provides=(libharfbuzz-icu.so)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 664787, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 

[arch-commits] Commit in lib32-harfbuzz/trunk (2 files)

2020-07-21 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 00:47:41
  Author: heftig
Revision: 664787

2.6.8-3: FS#67344 Fix cmake script

Modified:
  lib32-harfbuzz/trunk/PKGBUILD
Deleted:
  
lib32-harfbuzz/trunk/0001-meson-Make-Requires-in-.pc-files-match-autotools.patch

-+
 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch |   42 --
 PKGBUILD|   14 +--
 2 files changed, 7 insertions(+), 49 deletions(-)

Deleted: 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
===
--- 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-21 
23:15:29 UTC (rev 664786)
+++ 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-22 
00:47:41 UTC (rev 664787)
@@ -1,42 +0,0 @@
-From 0b5b0f4bc6f6c5c8d64cfd04d8d55cefa5509ddc Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 2 Jul 2020 16:41:22 +
-Subject: [PATCH] meson: Make Requires in .pc files match autotools
-
-Libreoffice tries to use only harfbuzz-icu.pc and assumes this includes
--lharfbuzz.

- src/meson.build | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/meson.build b/src/meson.build
-index 36df8cb13..d3b3246ef 100644
 a/src/meson.build
-+++ b/src/meson.build
-@@ -501,6 +501,7 @@ pkgmod.generate(libharfbuzz,
- 
- pkgmod.generate(libharfbuzz_subset,
-   description: 'HarfBuzz font subsetter',
-+  requires: [libharfbuzz],
-   subdirs: [meson.project_name()],
-   version: meson.project_version(),
- )
-@@ -531,6 +532,7 @@ if have_icu and not have_icu_builtin
- 
-   pkgmod.generate(libharfbuzz_icu,
- description: 'HarfBuzz text shaping library ICU integration',
-+requires: [libharfbuzz],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
-@@ -644,6 +646,7 @@ if have_gobject
- 
-   pkgmod.generate(libharfbuzz_gobject,
- description: 'HarfBuzz text shaping library GObject integration',
-+requires: [libharfbuzz, glib_dep, gobject_dep],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
--- 
-2.27.0
-

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 23:15:29 UTC (rev 664786)
+++ PKGBUILD2020-07-22 00:47:41 UTC (rev 664787)
@@ -1,10 +1,10 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Florian Pritz 
+# Contributor: Florian Pritz 
 
 pkgbase=lib32-harfbuzz
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
 pkgver=2.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
 arch=(x86_64)
@@ -13,10 +13,8 @@
  meson harfbuzz)
 checkdepends=(python-fonttools python-setuptools)
 _commit=e4203c14699cc0903a2b4611167a7b99532cfdb0  # tags/2.6.8^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;
-0001-meson-Make-Requires-in-.pc-files-match-autotools.patch)
-sha256sums=('SKIP'
-'ebf92aed7613da18817fedccab0962e50308b93f8218e79aae36b6587453cbba')
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd harfbuzz
@@ -25,7 +23,9 @@
 
 prepare() {
   cd harfbuzz
-  git apply -3 ../0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
+
+  # Meson fixes
+  git cherry-pick -n 53b0a183c7a4 3adcf398a02f
 }
 
 build() {


[arch-commits] Commit in harfbuzz/repos/extra-x86_64 (3 files)

2020-07-21 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 00:47:55
  Author: heftig
Revision: 392343

archrelease: copy trunk to extra-x86_64

Added:
  harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 392342, harfbuzz/trunk/PKGBUILD)
Deleted:
  
harfbuzz/repos/extra-x86_64/0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
  harfbuzz/repos/extra-x86_64/PKGBUILD

-+
 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch |   42 ---
 PKGBUILD|  134 +-
 2 files changed, 67 insertions(+), 109 deletions(-)

Deleted: 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
===
--- 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-22 
00:47:40 UTC (rev 392342)
+++ 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-22 
00:47:55 UTC (rev 392343)
@@ -1,42 +0,0 @@
-From 0b5b0f4bc6f6c5c8d64cfd04d8d55cefa5509ddc Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 2 Jul 2020 16:41:22 +
-Subject: [PATCH] meson: Make Requires in .pc files match autotools
-
-Libreoffice tries to use only harfbuzz-icu.pc and assumes this includes
--lharfbuzz.

- src/meson.build | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/meson.build b/src/meson.build
-index 36df8cb13..d3b3246ef 100644
 a/src/meson.build
-+++ b/src/meson.build
-@@ -501,6 +501,7 @@ pkgmod.generate(libharfbuzz,
- 
- pkgmod.generate(libharfbuzz_subset,
-   description: 'HarfBuzz font subsetter',
-+  requires: [libharfbuzz],
-   subdirs: [meson.project_name()],
-   version: meson.project_version(),
- )
-@@ -531,6 +532,7 @@ if have_icu and not have_icu_builtin
- 
-   pkgmod.generate(libharfbuzz_icu,
- description: 'HarfBuzz text shaping library ICU integration',
-+requires: [libharfbuzz],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
-@@ -644,6 +646,7 @@ if have_gobject
- 
-   pkgmod.generate(libharfbuzz_gobject,
- description: 'HarfBuzz text shaping library GObject integration',
-+requires: [libharfbuzz, glib_dep, gobject_dep],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
--- 
-2.27.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 00:47:40 UTC (rev 392342)
+++ PKGBUILD2020-07-22 00:47:55 UTC (rev 392343)
@@ -1,67 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=harfbuzz
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.6.8
-pkgrel=2
-pkgdesc="OpenType text shaping engine"
-url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
- ragel git python meson)
-checkdepends=(python-fonttools python-setuptools)
-_commit=e4203c14699cc0903a2b4611167a7b99532cfdb0  # tags/2.6.8^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;
-0001-meson-Make-Requires-in-.pc-files-match-autotools.patch)
-sha256sums=('SKIP'
-'ebf92aed7613da18817fedccab0962e50308b93f8218e79aae36b6587453cbba')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-  git apply -3 ../0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
-}
-
-build() {
-  arch-meson harfbuzz build \
--D graphite=enabled
-  meson compile -C build
-}
-
-check() {
-  TMPDIR="$srcdir" meson test -C build --print-errorlogs
-  rm -rf "$srcdir"/tmp*
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so
-   libgobject-2.0.so)
-  provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
-  optdepends=('cairo: hb-view program')
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  # Split harfbuzz-icu
-  mkdir -p hb-icu/usr/{include/harfbuzz,lib/pkgconfig}
-  mv -t hb-icu/usr/lib "$pkgdir"/usr/lib/libharfbuzz-icu*
-  mv -t hb-icu/usr/lib/pkgconfig "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc
-  mv -t hb-icu/usr/include/harfbuzz "$pkgdir"/usr/include/harfbuzz/hb-icu.h
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=("harfbuzz=$pkgver-$pkgrel" icu libharfbuzz.so)
-  provides=(libharfbuzz-icu.so)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 392342, 
harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 00:47:55 UTC (rev 392343)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=harfbuzz
+pkgname=(harfbuzz harfbuzz-icu)

[arch-commits] Commit in harfbuzz/trunk (2 files)

2020-07-21 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 00:47:40
  Author: heftig
Revision: 392342

2.6.8-3: FS#67344 Fix cmake script

Modified:
  harfbuzz/trunk/PKGBUILD
Deleted:
  harfbuzz/trunk/0001-meson-Make-Requires-in-.pc-files-match-autotools.patch

-+
 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch |   42 --
 PKGBUILD|   14 +--
 2 files changed, 7 insertions(+), 49 deletions(-)

Deleted: 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
===
--- 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-21 
20:56:56 UTC (rev 392341)
+++ 0001-meson-Make-Requires-in-.pc-files-match-autotools.patch 2020-07-22 
00:47:40 UTC (rev 392342)
@@ -1,42 +0,0 @@
-From 0b5b0f4bc6f6c5c8d64cfd04d8d55cefa5509ddc Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 2 Jul 2020 16:41:22 +
-Subject: [PATCH] meson: Make Requires in .pc files match autotools
-
-Libreoffice tries to use only harfbuzz-icu.pc and assumes this includes
--lharfbuzz.

- src/meson.build | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/meson.build b/src/meson.build
-index 36df8cb13..d3b3246ef 100644
 a/src/meson.build
-+++ b/src/meson.build
-@@ -501,6 +501,7 @@ pkgmod.generate(libharfbuzz,
- 
- pkgmod.generate(libharfbuzz_subset,
-   description: 'HarfBuzz font subsetter',
-+  requires: [libharfbuzz],
-   subdirs: [meson.project_name()],
-   version: meson.project_version(),
- )
-@@ -531,6 +532,7 @@ if have_icu and not have_icu_builtin
- 
-   pkgmod.generate(libharfbuzz_icu,
- description: 'HarfBuzz text shaping library ICU integration',
-+requires: [libharfbuzz],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
-@@ -644,6 +646,7 @@ if have_gobject
- 
-   pkgmod.generate(libharfbuzz_gobject,
- description: 'HarfBuzz text shaping library GObject integration',
-+requires: [libharfbuzz, glib_dep, gobject_dep],
- subdirs: [meson.project_name()],
- version: meson.project_version(),
-   )
--- 
-2.27.0
-

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:56:56 UTC (rev 392341)
+++ PKGBUILD2020-07-22 00:47:40 UTC (rev 392342)
@@ -1,10 +1,10 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 
 pkgbase=harfbuzz
 pkgname=(harfbuzz harfbuzz-icu)
 pkgver=2.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenType text shaping engine"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
 arch=(x86_64)
@@ -13,10 +13,8 @@
  ragel git python meson)
 checkdepends=(python-fonttools python-setuptools)
 _commit=e4203c14699cc0903a2b4611167a7b99532cfdb0  # tags/2.6.8^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;
-0001-meson-Make-Requires-in-.pc-files-match-autotools.patch)
-sha256sums=('SKIP'
-'ebf92aed7613da18817fedccab0962e50308b93f8218e79aae36b6587453cbba')
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd harfbuzz
@@ -25,7 +23,9 @@
 
 prepare() {
   cd harfbuzz
-  git apply -3 ../0001-meson-Make-Requires-in-.pc-files-match-autotools.patch
+
+  # Meson fixes
+  git cherry-pick -n 53b0a183c7a4 3adcf398a02f
 }
 
 build() {


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

2020-07-21 Thread Levente Polyak via arch-commits
Date: Tuesday, July 21, 2020 @ 23:15:24
  Author: anthraxx
Revision: 664785

upgpkg: afl 2.57b-2: rebuild of upstream retag

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 22:41:21 UTC (rev 664784)
+++ PKGBUILD2020-07-21 23:15:24 UTC (rev 664785)
@@ -4,7 +4,7 @@
 
 pkgname=afl
 pkgver=2.57b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')
@@ -19,9 +19,9 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608')
-sha512sums=('78e2191b6be93b0b50a347b019422ee43013be8ae567e84e54059788e11cc66c67d89847e4580da55b8f6449efdf99d8efca5bce08d439fbb4a4a3311b942eb9')
-b2sums=('08610165db4438da55aad47935fd392d2992f7abae0ddba182e0637157ab69cb70a79e0dd53e1cb9f5bed4ced8af9a285cc0e4ee22c3b8fb5a83db5e82ae15b8')
+sha256sums=('6f05a6515c07abe49f6f292bd13c96004cc1e016bda0c3cc9c2769dd43f163ee')
+sha512sums=('5d12b96229e966aeb11deb47cd8eb36cde2fa32656eb187db02c7240909d6acda36be59b2baf7e42cddd228d25ec94c8bffc3fa27f7f4b5e1e462b62929ce75d')
+b2sums=('69029d59451e468528386154e8938a1a7303765e039f98aa05e36f07314398f60ff2578f765142e1f1ff653e5ab93ea53a2efb98abe275046ebacdd3ca8363b6')
 
 build() {
   cd AFL-${pkgver}


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

2020-07-21 Thread Levente Polyak via arch-commits
Date: Tuesday, July 21, 2020 @ 23:15:29
  Author: anthraxx
Revision: 664786

archrelease: copy trunk to community-x86_64

Added:
  afl/repos/community-x86_64/PKGBUILD
(from rev 664785, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 23:15:24 UTC (rev 664785)
+++ PKGBUILD2020-07-21 23:15:29 UTC (rev 664786)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.57b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608')
-sha512sums=('78e2191b6be93b0b50a347b019422ee43013be8ae567e84e54059788e11cc66c67d89847e4580da55b8f6449efdf99d8efca5bce08d439fbb4a4a3311b942eb9')
-b2sums=('08610165db4438da55aad47935fd392d2992f7abae0ddba182e0637157ab69cb70a79e0dd53e1cb9f5bed4ced8af9a285cc0e4ee22c3b8fb5a83db5e82ae15b8')
-
-build() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 664785, 
afl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 23:15:29 UTC (rev 664786)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.57b
+pkgrel=2
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6f05a6515c07abe49f6f292bd13c96004cc1e016bda0c3cc9c2769dd43f163ee')
+sha512sums=('5d12b96229e966aeb11deb47cd8eb36cde2fa32656eb187db02c7240909d6acda36be59b2baf7e42cddd228d25ec94c8bffc3fa27f7f4b5e1e462b62929ce75d')
+b2sums=('69029d59451e468528386154e8938a1a7303765e039f98aa05e36f07314398f60ff2578f765142e1f1ff653e5ab93ea53a2efb98abe275046ebacdd3ca8363b6')
+
+build() {
+  cd AFL-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd AFL-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in element.io/trunk (3 files)

2020-07-21 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 21, 2020 @ 22:41:05
  Author: archange
Revision: 664783

Use a more proper AppID, fix WMClass

FS#67342, FS#67343

Added:
  element.io/trunk/io.element.Element.desktop
(from rev 664782, element.io/trunk/io.element.Desktop.desktop)
Modified:
  element.io/trunk/PKGBUILD
Deleted:
  element.io/trunk/io.element.Desktop.desktop

+
 PKGBUILD   |   12 ++--
 io.element.Desktop.desktop |   10 --
 io.element.Element.desktop |   10 ++
 3 files changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:49:19 UTC (rev 664782)
+++ PKGBUILD2020-07-21 22:41:05 UTC (rev 664783)
@@ -7,7 +7,7 @@
 pkgbase=element.io
 pkgname=(element-web element-desktop)
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
 url="https://element.io;
@@ -18,13 +18,13 @@
 
element-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
 
element-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
 
element-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-io.element.Desktop.desktop
+io.element.Element.desktop
 element-desktop.sh)
 sha256sums=('e26ad0d5ce192de4dfe29dd0cee296dddf77c043ae6e23ffcc6fc5c5fdb959b2'
 'SKIP'
 '6d92437d3cd3d7846a21616a98759e9d0c1cabd07bcbbedf1e933c1baf55b287'
 'SKIP'
-'51f5ff93ee354c1840cbb2f47055603d3e66939f52467dacf45cd3271d7f32a3'
+'104bff911980a56b063f04261ed6aa6e636bca4af7920879dfec361bda25c910'
 '7b9beb0999e99beebb85e142fe6d26e9b386ce6b636675610d4caccdfb7fd293')
 validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

 
@@ -81,12 +81,12 @@
   install -Dm644 element.io/release/config.json -t "${pkgdir}"/etc/element
 
   # Required extras
-  install -Dm644 ../io.element.Desktop.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm644 ../io.element.Element.desktop -t 
"${pkgdir}"/usr/share/applications/
   install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
 
   # Icons
-  install -Dm644 
../riot-web-${pkgver}/res/themes/element/img/logos/element-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/io.element.Desktop.svg
+  install -Dm644 
../riot-web-${pkgver}/res/themes/element/img/logos/element-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/io.element.Element.svg
   for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/io.element.Desktop.png
+install -Dm644 build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/io.element.Element.png
   done
 }

Deleted: io.element.Desktop.desktop
===
--- io.element.Desktop.desktop  2020-07-21 20:49:19 UTC (rev 664782)
+++ io.element.Desktop.desktop  2020-07-21 22:41:05 UTC (rev 664783)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Element
-Comment=Feature-rich client for Matrix
-Exec=/usr/bin/element-desktop %u
-Terminal=false
-Type=Application
-Icon=io.element.Desktop
-StartupWMClass=element
-Categories=Network;InstantMessaging;Chat;IRCClient
-MimeType=x-scheme-handler/element;

Copied: element.io/trunk/io.element.Element.desktop (from rev 664782, 
element.io/trunk/io.element.Desktop.desktop)
===
--- io.element.Element.desktop  (rev 0)
+++ io.element.Element.desktop  2020-07-21 22:41:05 UTC (rev 664783)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Element
+Comment=Feature-rich client for Matrix
+Exec=/usr/bin/element-desktop %u
+Terminal=false
+Type=Application
+Icon=io.element.Element
+StartupWMClass=Element (Riot)
+Categories=Network;InstantMessaging;Chat;IRCClient
+MimeType=x-scheme-handler/element;


[arch-commits] Commit in element.io/repos/community-x86_64 (6 files)

2020-07-21 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 21, 2020 @ 22:41:21
  Author: archange
Revision: 664784

archrelease: copy trunk to community-x86_64

Added:
  element.io/repos/community-x86_64/PKGBUILD
(from rev 664783, element.io/trunk/PKGBUILD)
  element.io/repos/community-x86_64/element-desktop.sh
(from rev 664783, element.io/trunk/element-desktop.sh)
  element.io/repos/community-x86_64/io.element.Element.desktop
(from rev 664783, element.io/trunk/io.element.Element.desktop)
Deleted:
  element.io/repos/community-x86_64/PKGBUILD
  element.io/repos/community-x86_64/element-desktop.sh
  element.io/repos/community-x86_64/io.element.Desktop.desktop

+
 PKGBUILD   |  184 +--
 element-desktop.sh |6 -
 io.element.Desktop.desktop |   10 --
 io.element.Element.desktop |   10 ++
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 22:41:05 UTC (rev 664783)
+++ PKGBUILD2020-07-21 22:41:21 UTC (rev 664784)
@@ -1,92 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Steef Hegeman 
-# Contributor: Luca Weiss 
-# Contributor: Julian Schacher 
-
-_pkgbase=riot
-pkgbase=element.io
-pkgname=(element-web element-desktop)
-pkgver=1.7.1
-pkgrel=2
-pkgdesc="Glossy Matrix collaboration client — "
-arch=(x86_64)
-url="https://element.io;
-license=(Apache)
-makedepends=(npm git yarn python rust sqlcipher electron)
-_url="https://github.com/vector-im/riot;
-source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
-
element-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-
element-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
-
element-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-io.element.Desktop.desktop
-element-desktop.sh)
-sha256sums=('e26ad0d5ce192de4dfe29dd0cee296dddf77c043ae6e23ffcc6fc5c5fdb959b2'
-'SKIP'
-'6d92437d3cd3d7846a21616a98759e9d0c1cabd07bcbbedf1e933c1baf55b287'
-'SKIP'
-'51f5ff93ee354c1840cbb2f47055603d3e66939f52467dacf45cd3271d7f32a3'
-'7b9beb0999e99beebb85e142fe6d26e9b386ce6b636675610d4caccdfb7fd293')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

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

Copied: element.io/repos/community-x86_64/PKGBUILD (from rev 664783, 
element.io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 22:41:21 UTC (rev 664784)
@@ -0,0 +1,92 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Steef Hegeman 
+# Contributor: Luca Weiss 
+# Contributor: Julian 

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

2020-07-21 Thread Levente Polyak via arch-commits
Date: Tuesday, July 21, 2020 @ 20:56:56
  Author: anthraxx
Revision: 392341

archrelease: copy trunk to testing-x86_64

Added:
  libseccomp/repos/testing-x86_64/PKGBUILD
(from rev 392340, libseccomp/trunk/PKGBUILD)
Deleted:
  libseccomp/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:56:51 UTC (rev 392340)
+++ PKGBUILD2020-07-21 20:56:56 UTC (rev 392341)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Tobias Powalowski 
-# Contributor: Daniel Micay 
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('x86_64')
-license=('LGPL2.1')
-url="https://github.com/seccomp/libseccomp;
-depends=('glibc')
-checkdepends=('valgrind')
-makedepends=('gperf')
-provides=('libseccomp.so')
-source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('1ffa7038d2720ad191919816db3479295a4bcca1ec14e02f672539f4983014f3'
-'SKIP')
-b2sums=('c1f30624e210d632175b734c49411ee3f95e8f0ee68819ad83a342434231baef10c292f23fca0127394365a37efb043f9f24ade9534deecd61f50e7111a6fbc8'
-'SKIP')
-validpgpkeys=(
-  '7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A' # Paul Moore 
-  '47A68FCE37C7D7024FD65E11356CE62C2B524099' # Tom Hromatka 

-)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 CHANGELOG README.md SECURITY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libseccomp/repos/testing-x86_64/PKGBUILD (from rev 392340, 
libseccomp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:56:56 UTC (rev 392341)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Tobias Powalowski 
+# Contributor: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgbase=libseccomp
+pkgname=(libseccomp python-libseccomp)
+pkgver=2.5.0
+pkgrel=2
+pkgdesc='Enhanced seccomp library'
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp;
+depends=('glibc')
+checkdepends=('valgrind')
+makedepends=('gperf' 'cython' 'python-setuptools')
+source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('1ffa7038d2720ad191919816db3479295a4bcca1ec14e02f672539f4983014f3'
+'SKIP')
+b2sums=('c1f30624e210d632175b734c49411ee3f95e8f0ee68819ad83a342434231baef10c292f23fca0127394365a37efb043f9f24ade9534deecd61f50e7111a6fbc8'
+'SKIP')
+validpgpkeys=(
+  '7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A' # Paul Moore 
+  '47A68FCE37C7D7024FD65E11356CE62C2B524099' # Tom Hromatka 

+)
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  cd src/python
+  env VERSION_RELEASE=${pkgver} python setup.py build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_libseccomp() {
+  provides=('libseccomp.so')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGELOG README.md SECURITY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python-libseccomp() {
+  depends=('python' 'libseccomp.so')
+  cd ${pkgbase}-${pkgver}/src/python
+  env VERSION_RELEASE=${pkgver} python setup.py install --root="${pkgdir}" 
--prefix=/usr -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-21 Thread Levente Polyak via arch-commits
Date: Tuesday, July 21, 2020 @ 20:56:51
  Author: anthraxx
Revision: 392340

upgpkg: libseccomp 2.5.0-2: adding python bindings

Modified:
  libseccomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:31:18 UTC (rev 392339)
+++ PKGBUILD2020-07-21 20:56:51 UTC (rev 392340)
@@ -3,9 +3,10 @@
 # Contributor: Daniel Micay 
 # Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
-pkgname=libseccomp
+pkgbase=libseccomp
+pkgname=(libseccomp python-libseccomp)
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Enhanced seccomp library'
 arch=('x86_64')
 license=('LGPL2.1')
@@ -12,8 +13,7 @@
 url="https://github.com/seccomp/libseccomp;
 depends=('glibc')
 checkdepends=('valgrind')
-makedepends=('gperf')
-provides=('libseccomp.so')
+makedepends=('gperf' 'cython' 'python-setuptools')
 
source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha256sums=('1ffa7038d2720ad191919816db3479295a4bcca1ec14e02f672539f4983014f3'
 'SKIP')
@@ -25,25 +25,34 @@
 )
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   autoreconf -fiv
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   ./configure --prefix=/usr
   make
+  cd src/python
+  env VERSION_RELEASE=${pkgver} python setup.py build
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make check
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
+package_libseccomp() {
+  provides=('libseccomp.so')
+  cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 CHANGELOG README.md SECURITY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }
 
+package_python-libseccomp() {
+  depends=('python' 'libseccomp.so')
+  cd ${pkgbase}-${pkgver}/src/python
+  env VERSION_RELEASE=${pkgver} python setup.py install --root="${pkgdir}" 
--prefix=/usr -O1 --skip-build
+}
+
 # vim: ts=2 sw=2 et:


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

2020-07-21 Thread Filipe Laíns via arch-commits
Date: Tuesday, July 21, 2020 @ 20:49:19
  Author: ffy00
Revision: 664782

archrelease: copy trunk to community-x86_64

Added:
  sigutils/repos/community-x86_64/PKGBUILD
(from rev 664781, sigutils/trunk/PKGBUILD)
Deleted:
  sigutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:49:15 UTC (rev 664781)
+++ PKGBUILD2020-07-21 20:49:19 UTC (rev 664782)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=sigutils
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Small signal processing utility library'
-arch=('x86_64')
-url='https://github.com/BatchDrake/sigutils'
-license=('GPL3')
-depends=('libsndfile' 'fftw' 'libvolk')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('871bbd72739463f1094748edbddf07a9641fb34b29ba78b4d241ad1116f3a85128e99800561f72348a8c7a2590e2d0b3a3b99c368246807bac7a5665fb5829ca')
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: sigutils/repos/community-x86_64/PKGBUILD (from rev 664781, 
sigutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:49:19 UTC (rev 664782)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=sigutils
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Small signal processing utility library'
+arch=('x86_64')
+url='https://github.com/BatchDrake/sigutils'
+license=('GPL3')
+depends=('libsndfile' 'fftw' 'libvolk')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('871bbd72739463f1094748edbddf07a9641fb34b29ba78b4d241ad1116f3a85128e99800561f72348a8c7a2590e2d0b3a3b99c368246807bac7a5665fb5829ca')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-07-21 Thread Filipe Laíns via arch-commits
Date: Tuesday, July 21, 2020 @ 20:49:15
  Author: ffy00
Revision: 664781

upgpkg: sigutils 0.1.0-2 (rebuild for libvolk 2.3.0)

Modified:
  sigutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:47:20 UTC (rev 664780)
+++ PKGBUILD2020-07-21 20:49:15 UTC (rev 664781)
@@ -2,7 +2,7 @@
 
 pkgname=sigutils
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small signal processing utility library'
 arch=('x86_64')
 url='https://github.com/BatchDrake/sigutils'


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

2020-07-21 Thread Filipe Laíns via arch-commits
Date: Tuesday, July 21, 2020 @ 20:47:20
  Author: ffy00
Revision: 664780

archrelease: copy trunk to community-x86_64

Added:
  suscan/repos/community-x86_64/PKGBUILD
(from rev 664779, suscan/trunk/PKGBUILD)
Deleted:
  suscan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:47:05 UTC (rev 664779)
+++ PKGBUILD2020-07-21 20:47:20 UTC (rev 664780)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=suscan
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Channel scanner based on sigutils library'
-arch=('x86_64')
-url='https://github.com/BatchDrake/suscan'
-license=('GPL3')
-depends=('sigutils' 'libsndfile' 'fftw' 'soapysdr' 'libxml2' 'libvolk')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1ae42fb2ebe762b77040b4f2bee70b213e89ce9c348c7b4d589600d0bc764a402cf5bbf8488d8f69bdb4c03aea44cbf6384ad986dac217591caab563bdc09fc6')
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: suscan/repos/community-x86_64/PKGBUILD (from rev 664779, 
suscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:47:20 UTC (rev 664780)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=suscan
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Channel scanner based on sigutils library'
+arch=('x86_64')
+url='https://github.com/BatchDrake/suscan'
+license=('GPL3')
+depends=('sigutils' 'libsndfile' 'fftw' 'soapysdr' 'libxml2' 'libvolk')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('1ae42fb2ebe762b77040b4f2bee70b213e89ce9c348c7b4d589600d0bc764a402cf5bbf8488d8f69bdb4c03aea44cbf6384ad986dac217591caab563bdc09fc6')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-07-21 Thread Filipe Laíns via arch-commits
Date: Tuesday, July 21, 2020 @ 20:47:05
  Author: ffy00
Revision: 664779

upgpkg: suscan 0.1.0-2 (rebuild for libvolk 2.3.0)

Modified:
  suscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:30:30 UTC (rev 664778)
+++ PKGBUILD2020-07-21 20:47:05 UTC (rev 664779)
@@ -2,7 +2,7 @@
 
 pkgname=suscan
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Channel scanner based on sigutils library'
 arch=('x86_64')
 url='https://github.com/BatchDrake/suscan'


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

2020-07-21 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 21, 2020 @ 20:31:18
  Author: jelle
Revision: 392339

archrelease: copy trunk to extra-x86_64

Added:
  help2man/repos/extra-x86_64/PKGBUILD
(from rev 392338, help2man/trunk/PKGBUILD)
Deleted:
  help2man/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:31:10 UTC (rev 392338)
+++ PKGBUILD2020-07-21 20:31:18 UTC (rev 392339)
@@ -1,31 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.15
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('x86_64')
-url="https://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad'
-'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 392338, 
help2man/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:31:18 UTC (rev 392339)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.47.16
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('x86_64')
+url="https://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('b427e60a9e3d2e805caf1ae84c337b09c7ca6f92b7ff14771f946c4a1bf7adf177df99b9c1c223ad76df99756005ababf5b548ff8e08d4746702ff7f8150b544'
+'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-21 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 21, 2020 @ 20:31:10
  Author: jelle
Revision: 392338

upgpkg: help2man 1.47.16-1

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:09:27 UTC (rev 392337)
+++ PKGBUILD2020-07-21 20:31:10 UTC (rev 392338)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=help2man
-pkgver=1.47.15
+pkgver=1.47.16
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('perl-locale-gettext')
 
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad'
+sha512sums=('b427e60a9e3d2e805caf1ae84c337b09c7ca6f92b7ff14771f946c4a1bf7adf177df99b9c1c223ad76df99756005ababf5b548ff8e08d4746702ff7f8150b544'
 'SKIP')
 validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

 


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:30:30
  Author: felixonmars
Revision: 664778

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:30:15 UTC (rev 664777)
+++ PKGBUILD2020-07-21 20:30:30 UTC (rev 664778)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.20.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('8819cf3cce70a16d5e551d38ac54cd27a9649a775416d01452694a86dc40c840ace5d8edda6aed5680a98908e6266fbe6dcc4e6d6d9d3bceb8417d341e3e7a07')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 664777, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:30:30 UTC (rev 664778)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.20.3
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('2b8819c425f607e300ad569115cc72b3ab45026a4d82b7f52a66fc60fe92d392a4ca0dac3260969409006958a81e69fbaac1b4612bfa6236e27f4d8f996acb89')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:30:15
  Author: felixonmars
Revision: 664777

upgpkg: python-hypothesis 5.20.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:15:32 UTC (rev 664776)
+++ PKGBUILD2020-07-21 20:30:15 UTC (rev 664777)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.20.2
+pkgver=5.20.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('8819cf3cce70a16d5e551d38ac54cd27a9649a775416d01452694a86dc40c840ace5d8edda6aed5680a98908e6266fbe6dcc4e6d6d9d3bceb8417d341e3e7a07')
+sha512sums=('2b8819c425f607e300ad569115cc72b3ab45026a4d82b7f52a66fc60fe92d392a4ca0dac3260969409006958a81e69fbaac1b4612bfa6236e27f4d8f996acb89')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in deepin-calculator/trunk (2 files)

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:15:17
  Author: felixonmars
Revision: 664775

upgpkg: deepin-calculator 5.5.22-1

Modified:
  deepin-calculator/trunk/PKGBUILD
Deleted:
  deepin-calculator/trunk/deepin-calculator-qt5.15.patch

+
 PKGBUILD   |   12 
 deepin-calculator-qt5.15.patch |   36 
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:10:55 UTC (rev 664774)
+++ PKGBUILD2020-07-21 20:15:17 UTC (rev 664775)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-calculator
-pkgver=5.5.21
+pkgver=5.5.22
 pkgrel=1
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
@@ -10,16 +10,12 @@
 depends=('deepin-qt5integration')
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz;
-deepin-calculator-qt5.15.patch)
-sha512sums=('74747e7cf6ae172d9adf0e9ab4ebe6506c6a5476f0bb9a6b89806a390b809798bac93571020f227be1d81f11d9571abf54f36ba98ea12f3ae777c00fbdc4cd29'
-
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('801a693809106546c1f681f07012e11d0d5d5f5b79209fed21c232c2457e470f5eee5e24c09054584fb3ad23174b62d358d741156f7bd59ec8b43432208a6baa')
 
 prepare() {
   cd deepin-calculator-$pkgver
-  sed -i '//i #include ' src/core/session.h
-
-  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
+  sed -i '1i#include ' src/modules/simplelistdelegate.cpp 
src/widgets/equalbutton.cpp
 }
 
 build() {

Deleted: deepin-calculator-qt5.15.patch
===
--- deepin-calculator-qt5.15.patch  2020-07-21 20:10:55 UTC (rev 664774)
+++ deepin-calculator-qt5.15.patch  2020-07-21 20:15:17 UTC (rev 664775)
@@ -1,36 +0,0 @@
-diff --git a/src/modules/simplelistdelegate.cpp 
b/src/modules/simplelistdelegate.cpp
-index 40e30b3..ae1b028 100644
 a/src/modules/simplelistdelegate.cpp
-+++ b/src/modules/simplelistdelegate.cpp
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- #include "simplelistmodel.h"
-diff --git a/src/widgets/memorybutton.cpp b/src/widgets/memorybutton.cpp
-index b316632..19ee0de 100644
 a/src/widgets/memorybutton.cpp
-+++ b/src/widgets/memorybutton.cpp
-@@ -2,6 +2,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 
-diff --git a/src/widgets/textbutton.cpp b/src/widgets/textbutton.cpp
-index 80a039d..0c8e37a 100644
 a/src/widgets/textbutton.cpp
-+++ b/src/widgets/textbutton.cpp
-@@ -20,6 +20,7 @@
- #include "textbutton.h"
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:15:32
  Author: felixonmars
Revision: 664776

archrelease: copy trunk to community-x86_64

Added:
  deepin-calculator/repos/community-x86_64/PKGBUILD
(from rev 664775, deepin-calculator/trunk/PKGBUILD)
Deleted:
  deepin-calculator/repos/community-x86_64/PKGBUILD
  deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch

+
 PKGBUILD   |   64 ++-
 deepin-calculator-qt5.15.patch |   36 -
 2 files changed, 30 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:15:17 UTC (rev 664775)
+++ PKGBUILD2020-07-21 20:15:32 UTC (rev 664776)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.5.21
-pkgrel=1
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator;
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz;
-deepin-calculator-qt5.15.patch)
-sha512sums=('74747e7cf6ae172d9adf0e9ab4ebe6506c6a5476f0bb9a6b89806a390b809798bac93571020f227be1d81f11d9571abf54f36ba98ea12f3ae777c00fbdc4cd29'
-
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
-
-prepare() {
-  cd deepin-calculator-$pkgver
-  sed -i '//i #include ' src/core/session.h
-
-  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 664775, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:15:32 UTC (rev 664776)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.5.22
+pkgrel=1
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('801a693809106546c1f681f07012e11d0d5d5f5b79209fed21c232c2457e470f5eee5e24c09054584fb3ad23174b62d358d741156f7bd59ec8b43432208a6baa')
+
+prepare() {
+  cd deepin-calculator-$pkgver
+  sed -i '1i#include ' src/modules/simplelistdelegate.cpp 
src/widgets/equalbutton.cpp
+}
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: deepin-calculator-qt5.15.patch
===
--- deepin-calculator-qt5.15.patch  2020-07-21 20:15:17 UTC (rev 664775)
+++ deepin-calculator-qt5.15.patch  2020-07-21 20:15:32 UTC (rev 664776)
@@ -1,36 +0,0 @@
-diff --git a/src/modules/simplelistdelegate.cpp 
b/src/modules/simplelistdelegate.cpp
-index 40e30b3..ae1b028 100644
 a/src/modules/simplelistdelegate.cpp
-+++ b/src/modules/simplelistdelegate.cpp
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- #include "simplelistmodel.h"
-diff --git a/src/widgets/memorybutton.cpp b/src/widgets/memorybutton.cpp
-index b316632..19ee0de 100644
 a/src/widgets/memorybutton.cpp
-+++ b/src/widgets/memorybutton.cpp
-@@ -2,6 +2,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 
-diff --git a/src/widgets/textbutton.cpp b/src/widgets/textbutton.cpp
-index 80a039d..0c8e37a 100644
 a/src/widgets/textbutton.cpp
-+++ b/src/widgets/textbutton.cpp
-@@ -20,6 +20,7 @@
- #include "textbutton.h"
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:10:55
  Author: felixonmars
Revision: 664774

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:10:40 UTC (rev 664773)
+++ PKGBUILD2020-07-21 20:10:55 UTC (rev 664774)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-yaspin
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="Yet Another Terminal Spinner"
-url="https://github.com/pavdmyt/yaspin;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-dephell')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('e059737d8f2b46929c8044ade0203d9f1298fc42a7354a984f385de5a72ebee06f2d7cbccb6c692c283b76139b825399901047ac0d6899147cf7a9532cc5b142')
-
-prepare() {
-  cd yaspin-$pkgver
-
-  # poetry-generated setup.py is badly broken in several ways, including
-  # distribution of tests in the built package as well as using distutils for
-  # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd yaspin-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd yaspin-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd yaspin-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-yaspin/repos/community-any/PKGBUILD (from rev 664773, 
python-yaspin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:10:55 UTC (rev 664774)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-yaspin
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Yet Another Terminal Spinner"
+url="https://github.com/pavdmyt/yaspin;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-dephell')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
+sha512sums=('daa8ee8272ee48afb5cb0685da4daa4e64d2ce31dda7d1e818655a9c2360242068e234b38ffdb80df766724836668fe5da375817a33ad292804384bc335bb09f')
+
+prepare() {
+  cd yaspin-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd yaspin-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd yaspin-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd yaspin-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:10:40
  Author: felixonmars
Revision: 664773

upgpkg: python-yaspin 0.18.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:08:09 UTC (rev 664772)
+++ PKGBUILD2020-07-21 20:10:40 UTC (rev 664773)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
@@ -11,7 +11,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('e059737d8f2b46929c8044ade0203d9f1298fc42a7354a984f385de5a72ebee06f2d7cbccb6c692c283b76139b825399901047ac0d6899147cf7a9532cc5b142')
+sha512sums=('daa8ee8272ee48afb5cb0685da4daa4e64d2ce31dda7d1e818655a9c2360242068e234b38ffdb80df766724836668fe5da375817a33ad292804384bc335bb09f')
 
 prepare() {
   cd yaspin-$pkgver


[arch-commits] Commit in python-isort/repos/testing-any (PKGBUILD PKGBUILD)

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:09:27
  Author: felixonmars
Revision: 392337

archrelease: copy trunk to testing-any

Added:
  python-isort/repos/testing-any/PKGBUILD
(from rev 392336, python-isort/trunk/PKGBUILD)
Deleted:
  python-isort/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:09:12 UTC (rev 392336)
+++ PKGBUILD2020-07-21 20:09:27 UTC (rev 392337)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-pkgname=python-isort
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort;
-license=('MIT')
-depends=('python')
-makedepends=('python-dephell')
-checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 
'python-pipreqs'
-  'python-pytest' 'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b78eb3d4c633da76d88e95e2c5bd74b74565d1b1da004436c6aa8553c3b5715eaad003e67cad40e580ebac4de7d468bc27a8d1d1664d123a3896e105fe9b6f3e')
-
-prepare() {
-  cd isort-$pkgver
-  # poetry-generated setup.py are fatally broken, see:
-  # https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd isort-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd isort-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" pytest --deselect 
tests/test_importable.py::test_importable
-}
-
-package() {
-  cd isort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-isort/repos/testing-any/PKGBUILD (from rev 392336, 
python-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:09:27 UTC (rev 392337)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgname=python-isort
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort;
+license=('MIT')
+depends=('python')
+makedepends=('python-dephell')
+checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 
'python-pipreqs'
+  'python-pytest' 'python-requirementslib')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c8df3c47c96e2715f93d4c5c22d8b88fd3c67a6a8f2c5ef0d10b967af28761fd58c42a16206fc44cebea28173cf3159a3afd1373c1f193af7521a09c34b660d8')
+
+prepare() {
+  cd isort-$pkgver
+  # poetry-generated setup.py are fatally broken, see:
+  # https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd isort-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd isort-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" pytest --deselect 
tests/test_importable.py::test_importable
+}
+
+package() {
+  cd isort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:09:12
  Author: felixonmars
Revision: 392336

upgpkg: python-isort 5.0.1-1

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 19:59:35 UTC (rev 392335)
+++ PKGBUILD2020-07-21 20:09:12 UTC (rev 392336)
@@ -2,8 +2,8 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python-isort
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
 url="https://github.com/timothycrosley/isort;
@@ -13,7 +13,7 @@
 checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 
'python-pipreqs'
   'python-pytest' 'python-requirementslib')
 
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b78eb3d4c633da76d88e95e2c5bd74b74565d1b1da004436c6aa8553c3b5715eaad003e67cad40e580ebac4de7d468bc27a8d1d1664d123a3896e105fe9b6f3e')
+sha512sums=('c8df3c47c96e2715f93d4c5c22d8b88fd3c67a6a8f2c5ef0d10b967af28761fd58c42a16206fc44cebea28173cf3159a3afd1373c1f193af7521a09c34b660d8')
 
 prepare() {
   cd isort-$pkgver


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:08:09
  Author: felixonmars
Revision: 664772

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:07:54 UTC (rev 664771)
+++ PKGBUILD2020-07-21 20:08:09 UTC (rev 664772)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-session-manager
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Session manager of the UKUI desktop environment"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-session-manager;
-groups=('ukui')
-depends=('kidletime' 'peony' 'qt5-multimedia' 'qt5-ukui-platformtheme' 
'ukui-biometric-auth'
- 'ukui-panel' 'ukui-settings-daemon' 'ukui-screensaver' 'ukwm' 
'xtrans')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-session-manager/archive/v$pkgver.tar.gz;)
-sha512sums=('3207251b3fc2ee6a04a8e49f08c3d7445f3524bbf49d932d2e43c19f8c29ae558ef129cf304217193252259a7a4b43cd7172647828d5dd40486a1979592b2019')
-
-prepare() {
-  mkdir -p build
-  sed -i '/#include /i #include ' 
$pkgname-$pkgver/tools/main.cpp
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ukui-session-manager/repos/community-x86_64/PKGBUILD (from rev 664771, 
ukui-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:08:09 UTC (rev 664772)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-session-manager
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Session manager of the UKUI desktop environment"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-session-manager;
+groups=('ukui')
+depends=('kidletime' 'peony' 'qt5-multimedia' 'qt5-ukui-platformtheme' 
'ukui-biometric-auth'
+ 'ukui-panel' 'ukui-settings-daemon' 'ukui-screensaver' 'ukwm' 
'xtrans')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-session-manager/archive/v$pkgver.tar.gz;)
+sha512sums=('608b43a5e8739921b57224b54b6115965089a239a18f6b6263b03e7eacd684a9c3e3543ea3b32f806176a1629eb07dab9e56832685c1ad3c3c130d7033786147')
+
+prepare() {
+  mkdir -p build
+  sed -i '/#include /i #include ' 
$pkgname-$pkgver/tools/main.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:07:54
  Author: felixonmars
Revision: 664771

upgpkg: ukui-session-manager 2.0.3-1

Modified:
  ukui-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:06:42 UTC (rev 664770)
+++ PKGBUILD2020-07-21 20:07:54 UTC (rev 664771)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-session-manager
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Session manager of the UKUI desktop environment"
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'ukui-panel' 'ukui-settings-daemon' 'ukui-screensaver' 'ukwm' 
'xtrans')
 makedepends=('cmake' 'ninja' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-session-manager/archive/v$pkgver.tar.gz;)
-sha512sums=('3207251b3fc2ee6a04a8e49f08c3d7445f3524bbf49d932d2e43c19f8c29ae558ef129cf304217193252259a7a4b43cd7172647828d5dd40486a1979592b2019')
+sha512sums=('608b43a5e8739921b57224b54b6115965089a239a18f6b6263b03e7eacd684a9c3e3543ea3b32f806176a1629eb07dab9e56832685c1ad3c3c130d7033786147')
 
 prepare() {
   mkdir -p build


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:06:42
  Author: felixonmars
Revision: 664770

archrelease: copy trunk to community-testing-any

Added:
  python-awkward/repos/community-testing-any/
  python-awkward/repos/community-testing-any/PKGBUILD
(from rev 664769, python-awkward/trunk/PKGBUILD)

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

Copied: python-awkward/repos/community-testing-any/PKGBUILD (from rev 664769, 
python-awkward/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-07-21 20:06:42 UTC (rev 664770)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array;
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py' 'python-pandas')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
+sha512sums=('eb5e02e7435b0c2c714f446e516ca774440a13c35a9be1abaa929487af705561a1f77af9a5759544656668bf30c50be255e85ff3a2a414e94fd3aa6b0142fea4')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  pytest tests
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:06:28
  Author: felixonmars
Revision: 664769

upgpkg: python-awkward 0.13.0-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:04:30 UTC (rev 664768)
+++ PKGBUILD2020-07-21 20:06:28 UTC (rev 664769)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.12.22
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py' 'python-pandas')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('45990cacbeb15aaef026fec9cf7f4703e26db59603e40b230a830033ecf0d6b7834f34c12339fcad48dd834cb0574d44bb6707501f5aee4e93b035fd8d484867')
+sha512sums=('eb5e02e7435b0c2c714f446e516ca774440a13c35a9be1abaa929487af705561a1f77af9a5759544656668bf30c50be255e85ff3a2a414e94fd3aa6b0142fea4')
 
 build() {
   cd awkward-array-$pkgver


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:04:30
  Author: felixonmars
Revision: 664768

archrelease: copy trunk to community-x86_64

Added:
  ukui-greeter/repos/community-x86_64/PKGBUILD
(from rev 664767, ukui-greeter/trunk/PKGBUILD)
Deleted:
  ukui-greeter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:04:15 UTC (rev 664767)
+++ PKGBUILD2020-07-21 20:04:30 UTC (rev 664768)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-greeter
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="Lightdm greeter for UKUI"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-greeter;
-groups=('ukui')
-depends=('imlib2' 'liblightdm-qt5' 'libxrandr' 'libxtst' 'qt5-svg' 
'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-greeter/archive/v$pkgver.tar.gz;)
-sha512sums=('6e4f3b72cea6c95826c54deeaf6eee262a7cbdf43be86c85c0f6798370060ad2db51a7f654bcde3e0dbd03a5dee0ba8e0e99ad788491bd5e8513a518dc91f9ea')
-
-prepare() {
-  cd ukui-greeter-$pkgver
-  sed -i 's|target.path = /usr/sbin/|target.path = /usr/bin/|' 
ukui-greeter/ukui-greeter.pro
-}
-
-build() {
-  cd ukui-greeter-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-greeter-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ukui-greeter/repos/community-x86_64/PKGBUILD (from rev 664767, 
ukui-greeter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:04:30 UTC (rev 664768)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-greeter
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Lightdm greeter for UKUI"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-greeter;
+groups=('ukui')
+depends=('imlib2' 'liblightdm-qt5' 'libxrandr' 'libxtst' 'qt5-svg' 
'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-greeter/archive/v$pkgver.tar.gz;)
+sha512sums=('2ac2438de1f79a955435737c57c793288a2ebeb32e9ac9e9ed07eb5f25f291a2681c48cbad1008bd82822979558216ae3fefbeb61855cc66ce611e5cf3204773')
+
+prepare() {
+  cd ukui-greeter-$pkgver
+  sed -i 's|target.path = /usr/sbin/|target.path = /usr/bin/|' 
ukui-greeter/ukui-greeter.pro
+}
+
+build() {
+  cd ukui-greeter-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-greeter-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:04:15
  Author: felixonmars
Revision: 664767

upgpkg: ukui-greeter 1.2.6-1

Modified:
  ukui-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:00:05 UTC (rev 664766)
+++ PKGBUILD2020-07-21 20:04:15 UTC (rev 664767)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-greeter
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="Lightdm greeter for UKUI"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('imlib2' 'liblightdm-qt5' 'libxrandr' 'libxtst' 'qt5-svg' 
'qt5-x11extras')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-greeter/archive/v$pkgver.tar.gz;)
-sha512sums=('6e4f3b72cea6c95826c54deeaf6eee262a7cbdf43be86c85c0f6798370060ad2db51a7f654bcde3e0dbd03a5dee0ba8e0e99ad788491bd5e8513a518dc91f9ea')
+sha512sums=('2ac2438de1f79a955435737c57c793288a2ebeb32e9ac9e9ed07eb5f25f291a2681c48cbad1008bd82822979558216ae3fefbeb61855cc66ce611e5cf3204773')
 
 prepare() {
   cd ukui-greeter-$pkgver


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

2020-07-21 Thread Levente Polyak via arch-commits
Date: Tuesday, July 21, 2020 @ 19:14:36
  Author: anthraxx
Revision: 392332

upgpkg: libseccomp 2.5.0-1

New PGP key earned implicit trust by having the fingerprint in the
README and having the 2.5.0 release being signed with the old key.
This gives the new release maintainer key trust.

Modified:
  libseccomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 14:04:35 UTC (rev 392331)
+++ PKGBUILD2020-07-21 19:14:36 UTC (rev 392332)
@@ -4,7 +4,7 @@
 # Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=libseccomp
-pkgver=2.4.2
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Enhanced seccomp library'
 arch=('x86_64')
@@ -12,44 +12,36 @@
 url="https://github.com/seccomp/libseccomp;
 depends=('glibc')
 checkdepends=('valgrind')
-makedepends=('git')
+makedepends=('gperf')
 provides=('libseccomp.so')
-#source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-source=("git+https://github.com/seccomp/${pkgname}?signed#tag=v${pkgver};)
-sha256sums=('SKIP')
-# XXX: do NOT trust this key as its not yet in the strong set, see linked issue
-# XXX: https://github.com/seccomp/libseccomp/issues/187
-# XXX: 47A68FCE37C7D7024FD65E11356CE62C2B524099  Tom Hromatka 

-# XXX: do NOT trust ^^ this key as its not yet in the strong set ^^ see linked 
issue
-validpgpkeys=('7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A') # Paul Moore 

+source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('1ffa7038d2720ad191919816db3479295a4bcca1ec14e02f672539f4983014f3'
+'SKIP')
+b2sums=('c1f30624e210d632175b734c49411ee3f95e8f0ee68819ad83a342434231baef10c292f23fca0127394365a37efb043f9f24ade9534deecd61f50e7111a6fbc8'
+'SKIP')
+validpgpkeys=(
+  '7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A' # Paul Moore 
+  '47A68FCE37C7D7024FD65E11356CE62C2B524099' # Tom Hromatka 

+)
 
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 prepare() {
-  cd ${pkgname}
-  # assert annotated tag doesn't change
-  test "$(git rev-parse HEAD)" = "1b6cfd1fc0b7499a28c24299a93a80bd18619563"
-  # backport: api: define __SNR_ppoll again
-  git cherry-pick --no-commit e3647f5b6b52996bf30d0c2c1d1248e4182e1c1c
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
 }
 
 build() {
-  cd ${pkgname}
-  autoreconf -fiv
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 CHANGELOG README.md SECURITY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-07-21 Thread Levente Polyak via arch-commits
Date: Tuesday, July 21, 2020 @ 19:14:40
  Author: anthraxx
Revision: 392333

archrelease: copy trunk to testing-x86_64

Added:
  libseccomp/repos/testing-x86_64/
  libseccomp/repos/testing-x86_64/PKGBUILD
(from rev 392332, libseccomp/trunk/PKGBUILD)

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

Copied: libseccomp/repos/testing-x86_64/PKGBUILD (from rev 392332, 
libseccomp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-21 19:14:40 UTC (rev 392333)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Tobias Powalowski 
+# Contributor: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp;
+depends=('glibc')
+checkdepends=('valgrind')
+makedepends=('gperf')
+provides=('libseccomp.so')
+source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('1ffa7038d2720ad191919816db3479295a4bcca1ec14e02f672539f4983014f3'
+'SKIP')
+b2sums=('c1f30624e210d632175b734c49411ee3f95e8f0ee68819ad83a342434231baef10c292f23fca0127394365a37efb043f9f24ade9534deecd61f50e7111a6fbc8'
+'SKIP')
+validpgpkeys=(
+  '7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A' # Paul Moore 
+  '47A68FCE37C7D7024FD65E11356CE62C2B524099' # Tom Hromatka 

+)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGELOG README.md SECURITY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:08:23
  Author: anatolik
Revision: 664764

upgpkg: gitlab-workhorse 8.37.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 18:08:00 UTC (rev 664763)
+++ PKGBUILD2020-07-21 18:08:23 UTC (rev 664764)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=8.36.0
+pkgver=8.37.0
 pkgrel=1
 pkgdesc="A smart reverse proxy for GitLab that handles large HTTP requests 
such as file downloads, file uploads, git push/pull and git archive downloads"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
 "gitlab-workhorse.service")
-sha512sums=('985d79d2a41c04d26388f7375bd9ab373b8dfd4945ef5d1d0acecf73ec8adf047c61aef71204fb81450028578d574f75deb1921c88e005f0ac9d475d78623b32'
+sha512sums=('789e4a573da41aa8b75233a9b389e8cef613a35751134906f94b906cdfd4249c086b983878edfb39d42e3c61653ce82107e17db89040fffc9b7072f08c9c8d59'
 
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
 
 build() {


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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:08:46
  Author: anatolik
Revision: 664765

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-workhorse/repos/community-testing-x86_64/
  gitlab-workhorse/repos/community-testing-x86_64/PKGBUILD
(from rev 664764, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service
(from rev 664764, gitlab-workhorse/trunk/gitlab-workhorse.service)

--+
 PKGBUILD |   38 ++
 gitlab-workhorse.service |   22 ++
 2 files changed, 60 insertions(+)

Copied: gitlab-workhorse/repos/community-testing-x86_64/PKGBUILD (from rev 
664764, gitlab-workhorse/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-21 18:08:46 UTC (rev 664765)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=8.37.0
+pkgrel=1
+pkgdesc="A smart reverse proxy for GitLab that handles large HTTP requests 
such as file downloads, file uploads, git push/pull and git archive downloads"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc' 'perl-image-exiftool')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('789e4a573da41aa8b75233a9b389e8cef613a35751134906f94b906cdfd4249c086b983878edfb39d42e3c61653ce82107e17db89040fffc9b7072f08c9c8d59'
+
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}

Copied: 
gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service (from 
rev 664764, gitlab-workhorse/trunk/gitlab-workhorse.service)
===
--- community-testing-x86_64/gitlab-workhorse.service   
(rev 0)
+++ community-testing-x86_64/gitlab-workhorse.service   2020-07-21 18:08:46 UTC 
(rev 664765)
@@ -0,0 +1,22 @@
+[Unit]
+Description=Gitlab Workhorse
+Requires=gitlab-puma.service
+After=gitlab-puma.service
+
+[Service]
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-workhorse
+CapabilityBoundingSet=
+ProtectSystem=full
+ProtectHome=true
+NoNewPrivileges=true
+ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix 
-listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend 
http://localhost:8080 -authSocket /run/gitlab/gitlab.socket -documentRoot 
/usr/share/webapps/gitlab/public
+ExecStop=/usr/bin/kill -QUIT $MAINPID
+ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target


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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:07:12
  Author: anatolik
Revision: 664761

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-gitaly/repos/community-testing-x86_64/
  gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD
(from rev 664760, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/configs.patch
(from rev 664760, gitlab-gitaly/trunk/configs.patch)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 664760, gitlab-gitaly/trunk/gitlab-gitaly.service)

---+
 PKGBUILD  |   53 +
 configs.patch |   99 
 gitlab-gitaly.service |   14 ++
 3 files changed, 166 insertions(+)

Copied: gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD (from rev 664760, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-21 18:07:12 UTC (rev 664761)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=13.2.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby libxml2 libxslt libssh2)
+options=(!buildflags)
+makedepends=(go ruby-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+_tag=v${pkgver}
+source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
+"configs.patch"
+"gitlab-gitaly.service")
+sha512sums=('7589687f31dc46c3ed568d7086c22667741786835b49606ec1ee8060180441746e0b816cddd7fcfd914689af66ec3035777f6382f6b2270d4bda001a67a12127'
+
'6565b3dbed2653c31d5a49043dd8227812d9c8a1f6d716ed65fed5878b9c9bd6def84e8b00ff23ddb37d8bf2f484ecb229dcb1528e8276fff7fbbb1099790850'
+
'7f5cd528c873a5e43e18aa6a88bd7298422c047e0e61cf3208be7d9fcfdfdc8a844b5c439ab6afc2098c5c4c60ed9c3d167c2f87517f1e93b34f39be3d3dad09')
+
+prepare() {
+  cd gitaly-$_tag
+
+  patch -p1 < ../configs.patch
+  # At this point the config file should not contain any references to 
'/home/git'
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
+}
+
+build() {
+  cd gitaly-$_tag
+
+  bundle config force_ruby_platform true # build from sources as some prebuilt 
gems are not available for newer ruby
+  make BUILD_TAGS="tracer_static tracer_static_jaeger"
+}
+
+package() {
+  cd gitaly-$_tag
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p ${pkgdir}/etc/gitlab-gitaly
+  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
+  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
+
+  install -Dm644 config.toml.example "${pkgdir}/etc/${pkgname}/config.toml"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}

Copied: gitlab-gitaly/repos/community-testing-x86_64/configs.patch (from rev 
664760, gitlab-gitaly/trunk/configs.patch)
===
--- community-testing-x86_64/configs.patch  (rev 0)
+++ community-testing-x86_64/configs.patch  2020-07-21 18:07:12 UTC (rev 
664761)
@@ -0,0 +1,99 @@
+commit 487d724f098441298088e59805af2faba7843fbe
+Author: Anatol Pomozov 
+Date:   Tue May 26 00:26:02 2020 -0700
+
+Patch config files with Arch Linux specific locations
+
+Arch uses upstream's default config files as a base for its configs.
+But directory structure at Arch is completely different from the default
+one specified by gitlab project.
+We used to have a lot of seds expressions to adjust the files but as
+complexity of configs grew 'sed' makes it easy to miss a changed/added
+option.
+
+Track set of diffs as a patch. If upstream modifies config file then it
+will cause a conflict that needs to be reviewed manually.
+
+diff --git a/config.toml.example b/config.toml.example
+index 85fbf6ba..9f8e6c99 100644
+--- a/config.toml.example
 b/config.toml.example
+@@ -2,10 +2,10 @@
+ # Documentation lives at https://docs.gitlab.com/ee/administration/gitaly/ and
+ # https://docs.gitlab.com/ee//administration/gitaly/reference
+ 
+-socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
++socket_path = "/run/gitlab/gitlab-gitaly.socket"
+ 
+ # The directory where Gitaly's executables are stored
+-bin_dir = "/home/git/gitaly"
++bin_dir = "/usr/bin"
+ 
+ # # Optional: listen on a TCP socket. This is insecure (no authentication)
+ # listen_addr = 

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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:07:25
  Author: anatolik
Revision: 664762

upgpkg: gitlab-runner 13.2.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 18:07:12 UTC (rev 664761)
+++ PKGBUILD2020-07-21 18:07:25 UTC (rev 664762)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=13.1.0
+pkgver=13.2.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -22,9 +22,9 @@
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
-sha512sums=('b6e289013e12675bbb69c95337f465b05f2982935d4b4229be8db6c9f9a7971c6417705c32e37065bf99c4190442b587e355bef7d30e03e0fb44c9a1ac88ada7'
-
'cc29dbde3540925fa35b49ca77201ac58c1154be82e3e286a4791749ca697f02621c49a786cdcf33db896f79e57279bf7b29b64a969084525753198b07d79976'
-
'fa8c200dbd76c40937e4ea58dfdb2fd77148a28906cd1da8708f6cf82f479ac944d089c2ee7c115363091193bc072c45405ec709e9d034304786b065b0ffe76a'
+sha512sums=('facb22f4d9c4628e529118f6a330fb6753bd6f84bbe5c95b6316e761de20a71884e83e7a143b5bef2aedfde032b4c2e3eb99a7abebf0886249754202ff6b5737'
+
'c08f31d72190bc0f2ece56160dd6a2efbdbf032ab325d100cabbabf57fcf129017d4dd51332e172174bf70ba3b4c2fe2189d3a3de112466a3aa4bc2c8516c74f'
+
'7c6a2f122027e117881dee5d5949c4f8abb327abcc7a7a5836b3f6adee3b46265df4b45698870373e555a2e17d583d6ce766185f6c23bc20170c8a2cc945e6be'
 
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


[arch-commits] Commit in gitlab-runner/repos (7 files)

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:08:00
  Author: anatolik
Revision: 664763

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-runner/repos/community-testing-x86_64/
  gitlab-runner/repos/community-testing-x86_64/PKGBUILD
(from rev 664762, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-testing-x86_64/config.toml
(from rev 664762, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.install
(from rev 664762, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.service
(from rev 664762, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.sysusers
(from rev 664762, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.tmpfiles
(from rev 664762, gitlab-runner/trunk/gitlab-runner.tmpfiles)

+
 PKGBUILD   |   71 +++
 config.toml|1 
 gitlab-runner.install  |6 +++
 gitlab-runner.service  |   17 +++
 gitlab-runner.sysusers |1 
 gitlab-runner.tmpfiles |1 
 6 files changed, 97 insertions(+)

Copied: gitlab-runner/repos/community-testing-x86_64/PKGBUILD (from rev 664762, 
gitlab-runner/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-21 18:08:00 UTC (rev 664763)
@@ -0,0 +1,71 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lubomir 'Kuci' Kucera 
+
+pkgname=gitlab-runner
+pkgver=13.2.0
+pkgrel=1
+pkgdesc="The official GitLab CI runner written in Go"
+arch=('x86_64')
+url='https://gitlab.com/gitlab-org/gitlab-runner'
+license=('GPL3')
+depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
+makedepends=('git' 'go' 'git' 'mercurial' 'gox')
+install=gitlab-runner.install
+replaces=('gitlab-ci-multi-runner')
+backup=('etc/gitlab-runner/config.toml')
+noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
+   "prebuilt-${pkgver}-arm.tar.xz")
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver};
+
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-x86_64.tar.xz;
+
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-arm.tar.xz;
+"gitlab-runner.service"
+"gitlab-runner.sysusers"
+"gitlab-runner.tmpfiles"
+"config.toml")
+sha512sums=('facb22f4d9c4628e529118f6a330fb6753bd6f84bbe5c95b6316e761de20a71884e83e7a143b5bef2aedfde032b4c2e3eb99a7abebf0886249754202ff6b5737'
+
'c08f31d72190bc0f2ece56160dd6a2efbdbf032ab325d100cabbabf57fcf129017d4dd51332e172174bf70ba3b4c2fe2189d3a3de112466a3aa4bc2c8516c74f'
+
'7c6a2f122027e117881dee5d5949c4f8abb327abcc7a7a5836b3f6adee3b46265df4b45698870373e555a2e17d583d6ce766185f6c23bc20170c8a2cc945e6be'
+
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
+
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
+
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
+
'9718b94bd0ddb09095ffb8c1e60ca1e9649dabb1747e7fc95e58e404b2f9effdeb4cfd759f5b904443dc53a4e18c02003c38f85584713deb49f6a6d1007503de')
+
+_srcdir="gitlab-runner-v${pkgver}-"
+
+prepare() {
+  local revision=$(ls -d ${_srcdir}* | rev | cut -c 33-40 | rev)
+
+  cd "${_srcdir}"*
+
+  local version=$(cat VERSION)
+
+  sed -i "s/export VERSION.*/export VERSION := $version/" Makefile
+  sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
+  sed -i "s/var VERSION.*/var VERSION = \"$version\"/" common/version.go
+
+  make version
+
+  ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
+  ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
+}
+
+build() {
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd "${_srcdir}"*
+  go build -o gitlab-runner .
+}
+
+package() {
+  cd "${_srcdir}"*
+
+  install -Dm644 "${srcdir}/config.toml" 
"${pkgdir}/etc/gitlab-runner/config.toml"
+  install -Dm644 "${srcdir}/gitlab-runner.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
+  install -Dm644 "${srcdir}/gitlab-runner.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-runner.conf"
+  install -Dm644 "${srcdir}/gitlab-runner.tmpfiles" 

[arch-commits] Commit in gitlab/repos (14 files)

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:06:27
  Author: anatolik
Revision: 664759

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 664758, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 664758, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 664758, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 664758, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 664758, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 664758, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 664758, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 664758, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 664758, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 664758, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 664758, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 664758, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 664758, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  183 +++
 build_fix.patch |   23 +++
 configs.patch   |  305 ++
 environment |3 
 gitlab-backup.service   |   19 ++
 gitlab-backup.timer |   10 +
 gitlab-mailroom.service |   21 +++
 gitlab-puma.service |   34 +
 gitlab-sidekiq.service  |   30 
 gitlab.install  |   34 +
 gitlab.logrotate|6 
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 13 files changed, 676 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 664758, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-21 18:06:27 UTC (rev 664759)
@@ -0,0 +1,183 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=13.2.0
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+build_fix.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'4fbc19b97cb9183e2f9b91a261b327262ba37dceff145ae4690ea0818dfb21175456f0ed174354b74cec0d186bb981087a1a590d51044c2a9c6034d94ee0727c'
+
'3fc0919e2995f36da9a98fa74e83955f91854fd2e214f66f0a32054b77c83161063f8c05e1126e57e474eb0f2909970641ccc4d13eea9625f36bf56cdf0c75a4'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'75bf9e5ad238a862dfc2638101fb74101227d88958a5f0fdf1ced3833e403f91b6a5908dfb97c5172f75748737212bf87d05b7d39bbe90ed5d3a6c248c1c1ab6'
+
'18f4a31935d0626c26d1be1942b715128cf3edcb114f672af16e4a145d8ac693e1afc7d59094cae3702e47e4c6c4cb4a62a009bafcbec500e69120a2dd400a2a'
+
'8afffb8caafdaa7a39991a4e694efc5133af1dc201ae07f3dc3989dbabb983339941011ffdd1f97c63033c94a02a3a7a6eb3722001aa3e7155c16f6743aec4c8'
+

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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:06:45
  Author: anatolik
Revision: 664760

upgpkg: gitlab-gitaly 13.2.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 18:06:27 UTC (rev 664759)
+++ PKGBUILD2020-07-21 18:06:45 UTC (rev 664760)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=13.1.2
+pkgver=13.2.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 
source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
 "configs.patch"
 "gitlab-gitaly.service")
-sha512sums=('37ae8a5465aaac6a4e7b718660235ccb00718320d36a876cca8a3836ad27f9ef2368f7779163ee4ba7434455d0ce481d28f654dd53dfecd24b02be3e2cb65e91'
+sha512sums=('7589687f31dc46c3ed568d7086c22667741786835b49606ec1ee8060180441746e0b816cddd7fcfd914689af66ec3035777f6382f6b2270d4bda001a67a12127'
 
'6565b3dbed2653c31d5a49043dd8227812d9c8a1f6d716ed65fed5878b9c9bd6def84e8b00ff23ddb37d8bf2f484ecb229dcb1528e8276fff7fbbb1099790850'
 
'7f5cd528c873a5e43e18aa6a88bd7298422c047e0e61cf3208be7d9fcfdfdc8a844b5c439ab6afc2098c5c4c60ed9c3d167c2f87517f1e93b34f39be3d3dad09')
 


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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 18:05:26
  Author: anatolik
Revision: 664758

upgpkg: gitlab 13.2.0-1

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/build_fix.patch
  gitlab/trunk/configs.patch
Deleted:
  gitlab/trunk/ruby27-pop-extra-arg.patch

+
 PKGBUILD   |   19 +--
 build_fix.patch|6 +++---
 configs.patch  |   34 +-
 ruby27-pop-extra-arg.patch |   26 --
 4 files changed, 25 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 17:06:02 UTC (rev 664757)
+++ PKGBUILD2020-07-21 18:05:26 UTC (rev 664758)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.1.4
+pkgver=13.2.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -37,12 +37,11 @@
 gitlab-backup.timer
 gitlab.target
 gitlab.tmpfiles.d
-gitlab.logrotate
-ruby27-pop-extra-arg.patch)
+gitlab.logrotate)
 install='gitlab.install'
 sha512sums=('SKIP'
-
'19c69797d268216e254f82dd9e865a70c8e79039a34b09efba42542b6e59e4d74f546be566ad923f39ed9e873273b7341619efa71ce7689d97e1a72df5677753'
-
'9623de113358d3d6e49047f688e272d9394579734ace1bd647497e8717a90784546d27e547a29197a16c80d72ad9f2c79eb65f8edc631deadf2ec90ee86ea44b'
+
'4fbc19b97cb9183e2f9b91a261b327262ba37dceff145ae4690ea0818dfb21175456f0ed174354b74cec0d186bb981087a1a590d51044c2a9c6034d94ee0727c'
+
'3fc0919e2995f36da9a98fa74e83955f91854fd2e214f66f0a32054b77c83161063f8c05e1126e57e474eb0f2909970641ccc4d13eea9625f36bf56cdf0c75a4'
 
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
 
'75bf9e5ad238a862dfc2638101fb74101227d88958a5f0fdf1ced3833e403f91b6a5908dfb97c5172f75748737212bf87d05b7d39bbe90ed5d3a6c248c1c1ab6'
 
'18f4a31935d0626c26d1be1942b715128cf3edcb114f672af16e4a145d8ac693e1afc7d59094cae3702e47e4c6c4cb4a62a009bafcbec500e69120a2dd400a2a'
@@ -51,8 +50,7 @@
 
'c76d634647336aaf157bc66ba094a363e971c0d275875a7df4521819147f54cd4c709eb8e024cdac9e900d99167e8a78a222587e7292e915573ef29060e6ec21'
 
'879be339148123e32b58a5669fdd3d3bb8b5d711326cb618f95b1680a6ac3a83c85d8862f2691b352fa26c95e4764dbb827856e22a3e2b9e4a76c13fe42864b5'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
-
'88e199d2f63e4f235930c35c6dfde80e6010e590907bd4de0af1fbfe6d5491ff56845aefcfe8edefa707712bd84fef96880655747b8bfb949ceeadc0456b0121'
-
'0cc5c1df3cd18978df9a01bb64680d3a375c1ff4de6a453045dd26355777b4f08e3a05f55f035c8012a9683100de0bc3d11c280debcb343eb7167fc25342d5c0')
+
'88e199d2f63e4f235930c35c6dfde80e6010e590907bd4de0af1fbfe6d5491ff56845aefcfe8edefa707712bd84fef96880655747b8bfb949ceeadc0456b0121')
 
 
 _appdir="/usr/share/webapps/gitlab" # the app source code location
@@ -100,13 +98,6 @@
   bundle config force_ruby_platform true # some native gems are not available 
for newer ruby
   bundle install --jobs=$(nproc) --no-cache --deployment --without development 
test aws kerberos
 
-  # workaround for a ruby2.7 issue
-  # https://gitlab.com/groups/gitlab-org/-/epics/2380
-  # https://github.com/ruby-grape/grape/issues/1967
-  pushd vendor/bundle/ruby/2.7.0/gems/grape-1.1.0/
-  patch -p1 < $srcdir/ruby27-pop-extra-arg.patch
-  popd
-
   yarn install --production --pure-lockfile
   bundle exec rake gitlab:assets:compile RAILS_ENV=production 
NODE_ENV=production NODE_OPTIONS="--max_old_space_size=4096"
   bundle exec rake gettext:compile RAILS_ENV=production

Modified: build_fix.patch
===
--- build_fix.patch 2020-07-21 17:06:02 UTC (rev 664757)
+++ build_fix.patch 2020-07-21 18:05:26 UTC (rev 664758)
@@ -1,4 +1,4 @@
-commit 96ff060075dc13332347c0c4d69bd4df5c6be8b7
+commit 6f719b584af4796ce794b8cc2d6e15483ad3f32d
 Author: Anatol Pomozov 
 Date:   Sat Mar 21 09:13:31 2020 -0700
 
@@ -5,10 +5,10 @@
 ArchLinux fixes
 
 diff --git a/Gemfile b/Gemfile
-index 51350401807..60b49c90adf 100644
+index e0820947158..90d5a6af719 100644
 --- a/Gemfile
 +++ b/Gemfile
-@@ -310,6 +310,12 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
+@@ -315,6 +315,12 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
  gem 'gettext_i18n_rails_js', '~> 1.3'
  gem 'gettext', '~> 3.2.2', require: false, group: :development
  

Modified: configs.patch
===
--- configs.patch   2020-07-21 17:06:02 UTC (rev 664757)
+++ configs.patch   2020-07-21 18:05:26 UTC (rev 664758)
@@ -1,4 +1,4 @@
-commit c9e64ce3e8b077b5c5faa27e42dea441ef5dfd91
+commit 55143d718b2ed503faa2b302d6d246ce489c6d70
 Author: 

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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 17:06:02
  Author: anatolik
Revision: 664757

archrelease: copy trunk to community-x86_64

Added:
  fio/repos/community-x86_64/PKGBUILD
(from rev 664756, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 17:05:43 UTC (rev 664756)
+++ PKGBUILD2020-07-21 17:06:02 UTC (rev 664757)
@@ -1,46 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=3.19
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python numactl glusterfs)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('b12efbd810f7c2ab5f17bd17b4144545e156dc0966c0e4e8196428d0f9e9a0e7')
-
-prepare() {
-  cd fio-fio-$pkgver
-  sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-x86_64/PKGBUILD (from rev 664756, 
fio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 17:06:02 UTC (rev 664757)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.21
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python numactl glusterfs)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('90fe6f03c6a54fbdaf6d14468b5c4b35bd335c0cd4726f5cf23d83e3077bef71')
+
+prepare() {
+  cd fio-fio-$pkgver
+  sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 17:05:43
  Author: anatolik
Revision: 664756

upgpkg: fio 3.21-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 15:34:08 UTC (rev 664755)
+++ PKGBUILD2020-07-21 17:05:43 UTC (rev 664756)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.19
+pkgver=3.21
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('b12efbd810f7c2ab5f17bd17b4144545e156dc0966c0e4e8196428d0f9e9a0e7')
+sha256sums=('90fe6f03c6a54fbdaf6d14468b5c4b35bd335c0cd4726f5cf23d83e3077bef71')
 
 prepare() {
   cd fio-fio-$pkgver


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

2020-07-21 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 21, 2020 @ 15:34:03
  Author: mtorromeo
Revision: 664754

upgpkg: r8168-lts 8.048.03-11: Updated CFLAGS to reflect upstream defaults

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 15:33:41 UTC (rev 664753)
+++ PKGBUILD2020-07-21 15:34:03 UTC (rev 664754)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=10
+pkgrel=11
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
@@ -16,7 +16,7 @@
# avoid using the Makefile directly -- it doesn't understand
# any kernel but the current.
make -C /usr/src/linux-lts M="$PWD/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
modules
 }
 


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

2020-07-21 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 21, 2020 @ 15:34:08
  Author: mtorromeo
Revision: 664755

archrelease: copy trunk to community-x86_64

Added:
  r8168-lts/repos/community-x86_64/PKGBUILD
(from rev 664754, r8168-lts/trunk/PKGBUILD)
Deleted:
  r8168-lts/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 15:34:03 UTC (rev 664754)
+++ PKGBUILD2020-07-21 15:34:08 UTC (rev 664755)
@@ -1,35 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=r8168-lts
-pkgver=8.048.03
-pkgrel=10
-pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
-url="http://www.realtek.com.tw;
-license=("GPL")
-arch=('x86_64')
-makedepends=('linux-lts-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
-sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
-
-build() {
-   cd "r8168-$pkgver"
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/src/linux-lts M="$PWD/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   depends=('glibc' 'linux-lts')
-
-   local 
extradir=/usr/lib/modules/$(
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=11
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-07-21 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 21, 2020 @ 15:33:41
  Author: mtorromeo
Revision: 664753

archrelease: copy trunk to community-x86_64

Added:
  r8168/repos/community-x86_64/PKGBUILD
(from rev 664752, r8168/trunk/PKGBUILD)
Deleted:
  r8168/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 15:33:27 UTC (rev 664752)
+++ PKGBUILD2020-07-21 15:33:41 UTC (rev 664753)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.048.03
-pkgrel=11
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw;
-license=("GPL")
-arch=('x86_64')
-makedepends=('linux-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
-
-build() {
-   cd "$pkgname-$pkgver"
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/src/linux M="$PWD/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   depends=('glibc' 'linux')
-
-   local extradir=/usr/lib/modules/$(
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=12
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2020-07-21 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 21, 2020 @ 15:33:27
  Author: mtorromeo
Revision: 664752

upgpkg: r8168 8.048.03-12: Updated CFLAGS to reflect upstream defaults

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 13:34:58 UTC (rev 664751)
+++ PKGBUILD2020-07-21 15:33:27 UTC (rev 664752)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")
@@ -18,7 +18,7 @@
# avoid using the Makefile directly -- it doesn't understand
# any kernel but the current.
make -C /usr/src/linux M="$PWD/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
modules
 }
 


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 14:04:35
  Author: tpowa
Revision: 392331

readd old signatur

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 13:17:18 UTC (rev 392330)
+++ PKGBUILD2020-07-21 14:04:35 UTC (rev 392331)
@@ -14,6 +14,7 @@
 
source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
 
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
 validpgpkeys=(
+'8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
 '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

 )
 


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

2020-07-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 21, 2020 @ 13:34:53
  Author: svenstaro
Revision: 664750

upgpkg: tiled 1.4.1-2: Properly enable zstd support (FS#67340)

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 13:18:04 UTC (rev 664749)
+++ PKGBUILD2020-07-21 13:34:53 UTC (rev 664750)
@@ -2,7 +2,7 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('x86_64')
 url='http://www.mapeditor.org'
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  qmake -r CONFIG+="tiled_zstd" SYSTEMD_ZSTD=yes INSTALL_HEADERS=yes RPATH=no 
PREFIX=/usr
   make
 }
 


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

2020-07-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 21, 2020 @ 13:34:58
  Author: svenstaro
Revision: 664751

archrelease: copy trunk to community-x86_64

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

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

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

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


[arch-commits] Commit in redis/repos/community-x86_64 (14 files)

2020-07-21 Thread Andrew Crerar via arch-commits
Date: Tuesday, July 21, 2020 @ 13:18:04
  Author: andrewsc
Revision: 664749

archrelease: copy trunk to community-x86_64

Added:
  redis/repos/community-x86_64/PKGBUILD
(from rev 664748, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
(from rev 664748, redis/trunk/redis-5.0-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 664748, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.logrotate
(from rev 664748, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 664748, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.sysusers
(from rev 664748, redis/trunk/redis.sysusers)
  redis/repos/community-x86_64/redis.tmpfiles
(from rev 664748, redis/trunk/redis.tmpfiles)
Deleted:
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.sysusers
  redis/repos/community-x86_64/redis.tmpfiles

-+
 PKGBUILD|  114 +-
 redis-5.0-use-system-jemalloc.patch |   30 
 redis.conf-sane-defaults.patch  |   24 +++
 redis.logrotate |   10 +-
 redis.service   |   44 ++---
 redis.sysusers  |2 
 redis.tmpfiles  |2 
 7 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 13:17:23 UTC (rev 664748)
+++ PKGBUILD2020-07-21 13:18:04 UTC (rev 664749)
@@ -1,57 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Sergej Pupykin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=6.0.5
-pkgrel=1
-pkgdesc='An in-memory database that persists on disk'
-arch=('x86_64')
-url='https://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antirez/redis/archive/${pkgver}.tar.gz;
-redis.service
-redis.sysusers
-redis.tmpfiles
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-5.0-use-system-jemalloc.patch)
-sha512sums=('e1ea379aa5a2ba25272b8f495c09560aec4716ce967cf091cb44df7179cdec7cf57776833d70c4025ee1211ca7d814886c8bfc128d13008f09b907903fb61870'
-
'86018ddd6625f918295e10f9478da361f73a6dbd6c6b8e4b974201669bcccbd4dba443bb0844be68f6ab8d5a1762b32af04c5e12df53b1f0ea812b790d9f4e37'
-
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
-
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'
-
'df11492df0458b224f75fff31475d39b85116cba6deb06d80d0fd8c467d221db51a2a8f5fc5d2e3e8239c0718e1cf5dc12e99cac9019cb99d3f11835ad00aa5d'
-
'fe9748e0ab326e429f4183016b5aeb772199cd4688371c320811c25f8de2fcb7bc34955b359612c1a287e83b4afaba3b7fd6a6567fad66c04e8482cc802f3b50'
-
'55b4085900c54fa7e7bf1c2bad7fba8cdbaf496a3f83b6d32fccb8aed5048cdde1690fea0485162dbb637e7fafb00a6b995908fa6db55e77854eb9f575b54d40')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-5.0-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations made before 2.8.13-2
-  install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-
-  ln -sf redis-server "$pkgdir"/usr/bin/redis-sentinel
-
-  install -Dm644 "$srcdir"/redis.sysusers 
"$pkgdir"/usr/lib/sysusers.d/redis.conf
-  install -Dm644 "$srcdir"/redis.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-x86_64/PKGBUILD (from rev 664748, 
redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 13:18:04 UTC (rev 664749)
@@ -0,0 +1,57 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Sergej Pupykin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jan-Erik Rediger 
+# Contributor: nofxx .com>
+
+pkgname=redis
+pkgver=6.0.6
+pkgrel=1
+pkgdesc='An in-memory database that persists on 

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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 13:17:18
  Author: tpowa
Revision: 392330

archrelease: copy trunk to testing-x86_64

Added:
  pam/repos/testing-x86_64/PKGBUILD
(from rev 392329, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 392329, pam/trunk/other)
Deleted:
  pam/repos/testing-x86_64/PKGBUILD
  pam/repos/testing-x86_64/other

--+
 PKGBUILD |   82 ++---
 other|   10 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 13:17:09 UTC (rev 392329)
+++ PKGBUILD2020-07-21 13:17:18 UTC (rev 392330)
@@ -1,41 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=pam
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="PAM (Pluggable Authentication Modules) library"
-arch=('x86_64')
-license=('GPL2')
-url="http://linux-pam.org;
-depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
-makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
-source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
-
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
-validpgpkeys=(
-'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

-)
-
-sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
-'SKIP')
-
-options=('!emptydirs')
-
-build() {
-  cd Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
-  make
-}
-
-package() {
-  cd Linux-PAM-$pkgver
-  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
-
-  # set unix_chkpwd uid
-  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
-
-  # remove doc which is not used anymore
-  # FS #40749
-  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
-}

Copied: pam/repos/testing-x86_64/PKGBUILD (from rev 392329, pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 13:17:18 UTC (rev 392330)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase' 'audit')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
+
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
+validpgpkeys=(
+'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

+)
+
+sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
+'SKIP')
+
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+}
+
+package() {
+  cd Linux-PAM-$pkgver
+  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Deleted: other
===
--- other   2020-07-21 13:17:09 UTC (rev 392329)
+++ other   2020-07-21 13:17:18 UTC (rev 392330)
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-accountrequiredpam_unix.so
-password   requiredpam_unix.so
-sessionrequiredpam_unix.so

Copied: pam/repos/testing-x86_64/other (from rev 392329, pam/trunk/other)
===
--- other   (rev 0)
+++ other   2020-07-21 13:17:18 UTC (rev 392330)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so


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

2020-07-21 Thread Andrew Crerar via arch-commits
Date: Tuesday, July 21, 2020 @ 13:17:23
  Author: andrewsc
Revision: 664748

upgpkg: redis 6.0.6-1

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 13:14:20 UTC (rev 664747)
+++ PKGBUILD2020-07-21 13:17:23 UTC (rev 664748)
@@ -5,7 +5,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=6.0.5
+pkgver=6.0.6
 pkgrel=1
 pkgdesc='An in-memory database that persists on disk'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-5.0-use-system-jemalloc.patch)
-sha512sums=('e1ea379aa5a2ba25272b8f495c09560aec4716ce967cf091cb44df7179cdec7cf57776833d70c4025ee1211ca7d814886c8bfc128d13008f09b907903fb61870'
+sha512sums=('c2ebf8d5a7e2696f8b5f79e86e6d9d4257552b48a994d0b9bee8cc915fe0e29a609290ea19ef157f02a78acc25de03329543dc1e5dc3f046eae5a2bdfd621edd'
 
'86018ddd6625f918295e10f9478da361f73a6dbd6c6b8e4b974201669bcccbd4dba443bb0844be68f6ab8d5a1762b32af04c5e12df53b1f0ea812b790d9f4e37'
 
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
 
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 13:17:09
  Author: tpowa
Revision: 392329

upgpkg: pam 1.4.0-2: fix #55922,#60365,#61711

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 13:01:49 UTC (rev 392328)
+++ PKGBUILD2020-07-21 13:17:09 UTC (rev 392329)
@@ -3,14 +3,14 @@
 
 pkgname=pam
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
 license=('GPL2')
 url="http://linux-pam.org;
-depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase' 'audit')
 makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/environment)
 
source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
 
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
 validpgpkeys=(


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

2020-07-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 21, 2020 @ 13:14:15
  Author: svenstaro
Revision: 664746

upgpkg: rust-racer 2.1.36-1

Modified:
  rust-racer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 13:03:59 UTC (rev 664745)
+++ PKGBUILD2020-07-21 13:14:15 UTC (rev 664746)
@@ -4,19 +4,21 @@
 
 pkgname=rust-racer
 _pkgname=racer
-pkgver=2.1.31
+pkgver=2.1.36
 pkgrel=1
 pkgdesc="Code completion for Rust"
 url="https://github.com/racer-rust/racer;
+depends=('gcc-libs')
 makedepends=('rustup' 'cmake')
 arch=('x86_64')
 license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/racer-rust/racer/archive/v${pkgver}.tar.gz;)
-sha256sums=('0ff33fa15ac0384376741d16ddb05a65263dde4e2c5d0f7a9f3747db788764aa')
+sha256sums=('60cd191c3f42c37295404ddd204654985892626a9326e32a7c2ac370eb9df1bb')
 
 build() {
   cd "$_pkgname-$pkgver"
-  rustup default nightly-2020-03-11
+  rustup set profile minimal
+  rustup default nightly-2020-07-21
   cargo build --release --locked
 }
 
@@ -23,7 +25,8 @@
 # Currently borked :<
 # check() {
 #   cd "$_pkgname-$pkgver"
-#   rustup default nightly-2020-03-11
+#   rustup set profile minimal
+#   rustup default nightly-2020-07-21
 #   cargo test --release --locked
 # }
 


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

2020-07-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 21, 2020 @ 13:14:20
  Author: svenstaro
Revision: 664747

archrelease: copy trunk to community-x86_64

Added:
  rust-racer/repos/community-x86_64/PKGBUILD
(from rev 664746, rust-racer/trunk/PKGBUILD)
Deleted:
  rust-racer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 13:14:15 UTC (rev 664746)
+++ PKGBUILD2020-07-21 13:14:20 UTC (rev 664747)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-# Contributor: issue 
-
-pkgname=rust-racer
-_pkgname=racer
-pkgver=2.1.31
-pkgrel=1
-pkgdesc="Code completion for Rust"
-url="https://github.com/racer-rust/racer;
-makedepends=('rustup' 'cmake')
-arch=('x86_64')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/racer-rust/racer/archive/v${pkgver}.tar.gz;)
-sha256sums=('0ff33fa15ac0384376741d16ddb05a65263dde4e2c5d0f7a9f3747db788764aa')
-
-build() {
-  cd "$_pkgname-$pkgver"
-  rustup default nightly-2020-03-11
-  cargo build --release --locked
-}
-
-# Currently borked :<
-# check() {
-#   cd "$_pkgname-$pkgver"
-#   rustup default nightly-2020-03-11
-#   cargo test --release --locked
-# }
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}

Copied: rust-racer/repos/community-x86_64/PKGBUILD (from rev 664746, 
rust-racer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 13:14:20 UTC (rev 664747)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+# Contributor: issue 
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=2.1.36
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/racer-rust/racer;
+depends=('gcc-libs')
+makedepends=('rustup' 'cmake')
+arch=('x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/racer-rust/racer/archive/v${pkgver}.tar.gz;)
+sha256sums=('60cd191c3f42c37295404ddd204654985892626a9326e32a7c2ac370eb9df1bb')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  rustup set profile minimal
+  rustup default nightly-2020-07-21
+  cargo build --release --locked
+}
+
+# Currently borked :<
+# check() {
+#   cd "$_pkgname-$pkgver"
+#   rustup set profile minimal
+#   rustup default nightly-2020-07-21
+#   cargo test --release --locked
+# }
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}


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

2020-07-21 Thread David Runge via arch-commits
Date: Tuesday, July 21, 2020 @ 13:03:50
  Author: dvzrv
Revision: 664744

upgpkg: nextcloud-app-spreed 1:9.0.2-1: Upgrade to 9.0.2.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 12:55:12 UTC (rev 664743)
+++ PKGBUILD2020-07-21 13:03:50 UTC (rev 664744)
@@ -2,7 +2,7 @@
 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=9.0.1
+pkgver=9.0.2
 pkgrel=1
 # epoch needed, because of fake semver:
 # https://github.com/nextcloud/spreed/issues/1685
@@ -13,7 +13,8 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('6cd26b5a5f13070434f3ab2c9c9fa875082a4925a5ebfe94c79ed476de86fc1c76a791c310775bfe988f1b2c9c50b95a5dcbf1d06c95def198a413f1e13cf224')
+sha512sums=('4c6ab0de0a8c54d8755b807c71b00f4f4c52951aa63eb00f17e9c52479171745d056fcbdb0c3c2adac9f7c14c026b49521e69936516c275f74315aa5d022fa52')
+b2sums=('312ec434e7f6e5fe860dd4cd50ecc59a915d3f2fbf541058e1f70286495b93d1036251c2efa1f5700bc5c9bd62fb25cd98821c38724a3056d6ec0169a295aeb9')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


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

2020-07-21 Thread David Runge via arch-commits
Date: Tuesday, July 21, 2020 @ 13:03:59
  Author: dvzrv
Revision: 664745

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 13:03:50 UTC (rev 664744)
+++ PKGBUILD2020-07-21 13:03:59 UTC (rev 664745)
@@ -1,26 +0,0 @@
-# Maintainer: David Runge 
-
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=9.0.1
-pkgrel=1
-# epoch needed, because of fake semver:
-# https://github.com/nextcloud/spreed/issues/1685
-epoch=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed;
-license=('AGPL3')
-depends=('nextcloud')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('6cd26b5a5f13070434f3ab2c9c9fa875082a4925a5ebfe94c79ed476de86fc1c76a791c310775bfe988f1b2c9c50b95a5dcbf1d06c95def198a413f1e13cf224')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 664744, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 13:03:59 UTC (rev 664745)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=9.0.2
+pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed;
+license=('AGPL3')
+depends=('nextcloud')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('4c6ab0de0a8c54d8755b807c71b00f4f4c52951aa63eb00f17e9c52479171745d056fcbdb0c3c2adac9f7c14c026b49521e69936516c275f74315aa5d022fa52')
+b2sums=('312ec434e7f6e5fe860dd4cd50ecc59a915d3f2fbf541058e1f70286495b93d1036251c2efa1f5700bc5c9bd62fb25cd98821c38724a3056d6ec0169a295aeb9')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 13:01:49
  Author: tpowa
Revision: 392328

archrelease: copy trunk to testing-x86_64

Added:
  pam/repos/testing-x86_64/PKGBUILD
(from rev 392327, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 392327, pam/trunk/other)
Deleted:
  pam/repos/testing-x86_64/PKGBUILD
  pam/repos/testing-x86_64/other

--+
 PKGBUILD |   82 ++---
 other|   10 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 13:00:34 UTC (rev 392327)
+++ PKGBUILD2020-07-21 13:01:49 UTC (rev 392328)
@@ -1,41 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=pam
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="PAM (Pluggable Authentication Modules) library"
-arch=('x86_64')
-license=('GPL2')
-url="http://linux-pam.org;
-depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
-makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
-source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
-
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
-validpgpkeys=(
-'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

-)
-
-sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
-'SKIP')
-
-options=('!emptydirs')
-
-build() {
-  cd Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
-  make
-}
-
-package() {
-  cd Linux-PAM-$pkgver
-  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
-
-  # set unix_chkpwd uid
-  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
-
-  # remove doc which is not used anymore
-  # FS #40749
-  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
-}

Copied: pam/repos/testing-x86_64/PKGBUILD (from rev 392327, pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 13:01:49 UTC (rev 392328)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
+
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
+validpgpkeys=(
+'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

+)
+
+sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
+'SKIP')
+
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+}
+
+package() {
+  cd Linux-PAM-$pkgver
+  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Deleted: other
===
--- other   2020-07-21 13:00:34 UTC (rev 392327)
+++ other   2020-07-21 13:01:49 UTC (rev 392328)
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-accountrequiredpam_unix.so
-password   requiredpam_unix.so
-sessionrequiredpam_unix.so

Copied: pam/repos/testing-x86_64/other (from rev 392327, pam/trunk/other)
===
--- other   (rev 0)
+++ other   2020-07-21 13:01:49 UTC (rev 392328)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so


[arch-commits] Commit in pambase/trunk (PKGBUILD system-login)

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 13:00:24
  Author: tpowa
Revision: 392326

upgpkg: pambase 20200721.1-1: bump for new pam 1.4.0, deprecation of tally2

Modified:
  pambase/trunk/PKGBUILD
  pambase/trunk/system-login

--+
 PKGBUILD |6 +++---
 system-login |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 12:13:38 UTC (rev 392325)
+++ PKGBUILD2020-07-21 13:00:24 UTC (rev 392326)
@@ -1,8 +1,8 @@
 # Maintainer: Dave Reisner 
 
 pkgname=pambase
-pkgver=20190105.1
-pkgrel=2
+pkgver=20200721.1
+pkgrel=1
 pkgdesc="Base PAM configuration for services"
 arch=('any')
 url="https://www.archlinux.org;
@@ -21,7 +21,7 @@
 'etc/pam.d/other')
 sha256sums=('3eb67872e436817ec97c4f3795adba2cf1d3829ea4e107ef5747569e4eeb5746'
 '005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
-'1e5dd7dd31a81381f4a00179844bd45f15e4ead46cc4d5a1a0f2c0701189829b'
+'7ed354fca93af277cb139a7b98be985d573c6a5e5585528b0e76b9a401e59749'
 '005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
 '6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567'
 'd5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f')

Modified: system-login
===
--- system-login2020-07-21 12:13:38 UTC (rev 392325)
+++ system-login2020-07-21 13:00:24 UTC (rev 392326)
@@ -1,11 +1,11 @@
 #%PAM-1.0
 
-auth   required   pam_tally2.soonerr=succeed file=/var/log/tallylog
+auth   required   pam_faillock.soonerr=succeed 
file=/var/log/tallylog
 auth   required   pam_shells.so
 auth   requisite  pam_nologin.so
 auth   includesystem-auth
 
-accountrequired   pam_tally2.so 
+accountrequired   pam_faillock.so 
 accountrequired   pam_access.so
 accountrequired   pam_nologin.so
 accountincludesystem-auth


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 13:00:34
  Author: tpowa
Revision: 392327

archrelease: copy trunk to testing-any

Added:
  pambase/repos/testing-any/
  pambase/repos/testing-any/PKGBUILD
(from rev 392326, pambase/trunk/PKGBUILD)
  pambase/repos/testing-any/other
(from rev 392326, pambase/trunk/other)
  pambase/repos/testing-any/system-auth
(from rev 392326, pambase/trunk/system-auth)
  pambase/repos/testing-any/system-local-login
(from rev 392326, pambase/trunk/system-local-login)
  pambase/repos/testing-any/system-login
(from rev 392326, pambase/trunk/system-login)
  pambase/repos/testing-any/system-remote-login
(from rev 392326, pambase/trunk/system-remote-login)
  pambase/repos/testing-any/system-services
(from rev 392326, pambase/trunk/system-services)

-+
 PKGBUILD|   34 ++
 other   |9 +
 system-auth |   16 
 system-local-login  |6 ++
 system-login|   21 +
 system-remote-login |6 ++
 system-services |   11 +++
 7 files changed, 103 insertions(+)

Copied: pambase/repos/testing-any/PKGBUILD (from rev 392326, 
pambase/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-07-21 13:00:34 UTC (rev 392327)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pambase
+pkgver=20200721.1
+pkgrel=1
+pkgdesc="Base PAM configuration for services"
+arch=('any')
+url="https://www.archlinux.org;
+license=('GPL')
+source=('system-auth'
+'system-local-login'
+'system-login'
+'system-remote-login'
+'system-services'
+'other')
+backup=('etc/pam.d/system-auth'
+'etc/pam.d/system-local-login'
+'etc/pam.d/system-login'
+'etc/pam.d/system-remote-login'
+'etc/pam.d/system-services'
+'etc/pam.d/other')
+sha256sums=('3eb67872e436817ec97c4f3795adba2cf1d3829ea4e107ef5747569e4eeb5746'
+'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
+'7ed354fca93af277cb139a7b98be985d573c6a5e5585528b0e76b9a401e59749'
+'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
+'6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567'
+'d5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f')
+
+package() {
+  install -dm755 "$pkgdir/etc/pam.d"
+  install -m644 -t "$pkgdir/etc/pam.d" "${source[@]}"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pambase/repos/testing-any/other (from rev 392326, pambase/trunk/other)
===
--- testing-any/other   (rev 0)
+++ testing-any/other   2020-07-21 13:00:34 UTC (rev 392327)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+auth  required   pam_deny.so
+auth  required   pam_warn.so
+account   required   pam_deny.so
+account   required   pam_warn.so
+password  required   pam_deny.so
+password  required   pam_warn.so
+session   required   pam_deny.so
+session   required   pam_warn.so

Copied: pambase/repos/testing-any/system-auth (from rev 392326, 
pambase/trunk/system-auth)
===
--- testing-any/system-auth (rev 0)
+++ testing-any/system-auth 2020-07-21 13:00:34 UTC (rev 392327)
@@ -0,0 +1,16 @@
+#%PAM-1.0
+
+auth  required  pam_unix.so try_first_pass nullok
+auth  optional  pam_permit.so
+auth  required  pam_env.so
+
+account   required  pam_unix.so
+account   optional  pam_permit.so
+account   required  pam_time.so
+
+password  required  pam_unix.so try_first_pass nullok sha512 shadow
+password  optional  pam_permit.so
+
+session   required  pam_limits.so
+session   required  pam_unix.so
+session   optional  pam_permit.so

Copied: pambase/repos/testing-any/system-local-login (from rev 392326, 
pambase/trunk/system-local-login)
===
--- testing-any/system-local-login  (rev 0)
+++ testing-any/system-local-login  2020-07-21 13:00:34 UTC (rev 392327)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+auth  include   system-login
+account   include   system-login
+password  include   system-login
+session   include   system-login

Copied: pambase/repos/testing-any/system-login (from rev 392326, 
pambase/trunk/system-login)
===
--- testing-any/system-login(rev 0)
+++ testing-any/system-login2020-07-21 13:00:34 UTC (rev 392327)
@@ -0,0 +1,21 @@
+#%PAM-1.0
+
+auth   required   pam_faillock.soonerr=succeed 
file=/var/log/tallylog
+auth   required   pam_shells.so
+auth   requisite  pam_nologin.so
+auth   includesystem-auth
+
+account

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

2020-07-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 21, 2020 @ 12:55:12
  Author: svenstaro
Revision: 664743

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 12:55:06 UTC (rev 664742)
+++ PKGBUILD2020-07-21 12:55:12 UTC (rev 664743)
@@ -1,18 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: crab2313 
-
-pkgname=python-gitlab
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Python wrapper for the GitLab API"
-arch=(any)
-url="https://github.com/python-gitlab/python-gitlab;
-license=('LGPL3')
-depends=('python' 'python-requests' 'python-six')
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('f893f39c11b76cf995a319ae223cbf4bd68581a12af3641598bd77893a00101893f8f4657edc3e4fc8e82c8c2719f9fb6593d9c26426fca18e9da3b306164d57')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 664742, 
python-gitlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 12:55:12 UTC (rev 664743)
@@ -0,0 +1,18 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: crab2313 
+
+pkgname=python-gitlab
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Python wrapper for the GitLab API"
+arch=(any)
+url="https://github.com/python-gitlab/python-gitlab;
+license=('LGPL3')
+depends=('python' 'python-requests' 'python-six')
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
+sha512sums=('3d3ad7c2a8561c44b61f05da79f536243f2700fae1e5f33fb77742d61970e14f6181601649da4460b562e8626cf82433a9bd0afc0c0b31b74715bdf05ed0a099')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2020-07-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 21, 2020 @ 12:55:06
  Author: svenstaro
Revision: 664742

upgpkg: python-gitlab 2.4.0-1

Modified:
  python-gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 12:03:47 UTC (rev 664741)
+++ PKGBUILD2020-07-21 12:55:06 UTC (rev 664742)
@@ -2,7 +2,7 @@
 # Contributor: crab2313 
 
 pkgname=python-gitlab
-pkgver=2.1.2
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Python wrapper for the GitLab API"
 arch=(any)
@@ -9,8 +9,8 @@
 url="https://github.com/python-gitlab/python-gitlab;
 license=('LGPL3')
 depends=('python' 'python-requests' 'python-six')
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('f893f39c11b76cf995a319ae223cbf4bd68581a12af3641598bd77893a00101893f8f4657edc3e4fc8e82c8c2719f9fb6593d9c26426fca18e9da3b306164d57')
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
+sha512sums=('3d3ad7c2a8561c44b61f05da79f536243f2700fae1e5f33fb77742d61970e14f6181601649da4460b562e8626cf82433a9bd0afc0c0b31b74715bdf05ed0a099')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 12:13:33
  Author: tpowa
Revision: 392324

upgpkg: pam 1.4.0-1: bump to latest version

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 12:06:17 UTC (rev 392323)
+++ PKGBUILD2020-07-21 12:13:33 UTC (rev 392324)
@@ -2,8 +2,8 @@
 # Contributor: judd 
 
 pkgname=pam
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
 license=('GPL2')
@@ -14,11 +14,11 @@
 
source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
 
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
 validpgpkeys=(
-'8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
+'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

 )
 
-md5sums=('558ff53b0fc0563ca97f79e911822165'
- 'SKIP')
+sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
+'SKIP')
 
 options=('!emptydirs')
 


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 12:13:38
  Author: tpowa
Revision: 392325

archrelease: copy trunk to testing-x86_64

Added:
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 392324, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 392324, pam/trunk/other)

--+
 PKGBUILD |   41 +
 other|5 +
 2 files changed, 46 insertions(+)

Copied: pam/repos/testing-x86_64/PKGBUILD (from rev 392324, pam/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-21 12:13:38 UTC (rev 392325)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
+
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
+validpgpkeys=(
+'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

+)
+
+sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
+'SKIP')
+
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+}
+
+package() {
+  cd Linux-PAM-$pkgver
+  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Copied: pam/repos/testing-x86_64/other (from rev 392324, pam/trunk/other)
===
--- testing-x86_64/other(rev 0)
+++ testing-x86_64/other2020-07-21 12:13:38 UTC (rev 392325)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 12:06:06
  Author: tpowa
Revision: 392322

upgpkg: kbd 2.3.0-1: bump to latest version

Modified:
  kbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 10:43:38 UTC (rev 392321)
+++ PKGBUILD2020-07-21 12:06:06 UTC (rev 392322)
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kbd
-pkgver=2.2.0
-pkgrel=5
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="Keytable files and keyboard utilities"
 arch=('x86_64')
 url="http://www.kbd-project.org;
@@ -12,14 +12,12 @@
 
#source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
 #
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
 
source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver
-'fix-euro2.patch'
-'kbd-fix-loadkmap-compat.patch')
+'fix-euro2.patch')
 provides=('vlock')
 conflicts=('vlock')
 replaces=('vlock')
-md5sums=('SKIP'
- 'd869200acbc0aab6a9cafa43cb140d4e'
- '98f634bf1771834cdb94bc44aa2636ee')
+sha256sums=('SKIP'
+'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8')
 validpgpkeys=(
   '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
  )
@@ -37,10 +35,6 @@
   mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
   # fix euro2 #28213
   patch -Np1 -i ../fix-euro2.patch
-  git cherry-pick -n 15a74479 # Don't override CFLAGS
-  git cherry-pick -n acf93e44 # https://github.com/legionus/kbd/issues/31
-  git cherry-pick -n 7e27102b # https://github.com/legionus/kbd/issues/32
-  patch -p1 -i ../kbd-fix-loadkmap-compat.patch # Restore compatibility with 
busybox loadkmap
   autoreconf -if
 }
 


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

2020-07-21 Thread Tobias Powalowski via arch-commits
Date: Tuesday, July 21, 2020 @ 12:06:17
  Author: tpowa
Revision: 392323

archrelease: copy trunk to testing-x86_64

Added:
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 392322, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 392322, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch
(from rev 392322, kbd/trunk/kbd-fix-loadkmap-compat.patch)

---+
 PKGBUILD  |   59 
 fix-euro2.patch   |9 ++
 kbd-fix-loadkmap-compat.patch |   22 ++
 3 files changed, 90 insertions(+)

Copied: kbd/repos/testing-x86_64/PKGBUILD (from rev 392322, kbd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-21 12:06:17 UTC (rev 392323)
@@ -0,0 +1,59 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Keytable files and keyboard utilities"
+arch=('x86_64')
+url="http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check' 'git')
+#source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
+#
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
+source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver
+'fix-euro2.patch')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+sha256sums=('SKIP'
+'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8')
+validpgpkeys=(
+  '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
+ )
+
+prepare() {
+  cd ${pkgname}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+  autoreconf -if
+}
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+check() {
+  cd ${pkgname}
+
+# This test is expected to fail since kbd-fix-loadkmap-compat.patch modifies 
the binary format
+  sed -e 's|dumpkeys-bkeymap ||' -i tests/Makefile
+
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR="${pkgdir}" install
+}

Copied: kbd/repos/testing-x86_64/fix-euro2.patch (from rev 392322, 
kbd/trunk/fix-euro2.patch)
===
--- testing-x86_64/fix-euro2.patch  (rev 0)
+++ testing-x86_64/fix-euro2.patch  2020-07-21 12:06:17 UTC (rev 392323)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode  18 = euro
+ altgr keycode  46 = cent

Copied: kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch (from rev 
392322, kbd/trunk/kbd-fix-loadkmap-compat.patch)
===
--- testing-x86_64/kbd-fix-loadkmap-compat.patch
(rev 0)
+++ testing-x86_64/kbd-fix-loadkmap-compat.patch2020-07-21 12:06:17 UTC 
(rev 392323)
@@ -0,0 +1,22 @@
+diff --git a/src/libkeymap/dump.c b/src/libkeymap/dump.c
+index 83ac351..8531b5a 100644
+--- a/src/libkeymap/dump.c
 b/src/libkeymap/dump.c
+@@ -72,9 +72,14 @@ int lk_dump_bkeymap(struct lk_ctx *ctx, FILE *fd)
+   continue;
+ 
+   for (j = 0; j < NR_KEYS / 2; j++) {
+-  int v = lk_get_key(ctx, i, j);
++  int value = lk_get_key(ctx, i, j);
+ 
+-  if (fwrite(, sizeof(v), 1, fd) != 1)
++  if (value < 0 || value > USHRT_MAX) {
++  ERR(ctx, _("can not bind key %d to value %d 
because it is too large"), j, value);
++  goto fail;
++  }
++
++  if (fwrite(, sizeof(unsigned short), 1, fd) != 1)
+   goto fail;
+   }
+   }
+


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 12:03:41
  Author: alucryd
Revision: 664740

upgpkg: lib32-wxgtk2 3.0.5.1-1

Modified:
  lib32-wxgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:39:07 UTC (rev 664739)
+++ PKGBUILD2020-07-21 12:03:41 UTC (rev 664740)
@@ -2,49 +2,64 @@
 # Contributor: Eric Bélanger 
 
 pkgname=lib32-wxgtk2
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.5.1
+pkgrel=1
 pkgdesc='GTK+ implementation of wxWidgets API for GUI'
-arch=('x86_64')
-url='https://wxwidgets.org'
-license=('custom:wxWindows')
-depends=('lib32-gtk2' 'lib32-libsm' 'wxgtk2')
-makedepends=('lib32-glu')
-conflicts=('lib32-wxgtk')
-provides=('lib32-wxgtk')
-replaces=('lib32-wxgtk')
-source=("https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2;
-'make-abicheck-non-fatal.patch')
-sha256sums=('96157f988d261b7368e5340afa1a0cad943768f35929c22841f62c25b17bf7f0'
-'d4c2d070a06eb63f0a018c8cf687589e5ffdec601225b4d16a268ffe390fb58b')
+arch=(x86_64)
+url=https://wxwidgets.org
+license=(custom:wxWindows)
+depends=(
+  lib32-gtk2
+  lib32-libsm
+  wxgtk2
+)
+makedepends=(
+  git
+  lib32-glu
+)
+conflicts=(lib32-wxgtk)
+provides=(lib32-wxgtk)
+replaces=(lib32-wxgtk)
+_tag=db9378c1d32e84cf7ca4453932df259471d67dc9
+source=(
+  git+https://github.com/wxWidgets/wxWidgets.git?signed#tag=${_tag}
+  make-abicheck-non-fatal.patch
+)
+validpgpkeys=(31FAF2D074EC22A10AA4C6DA06EA41DE4F6C1E86) # Vadim Zeitlin 

+sha256sums=(
+  SKIP
+  d4c2d070a06eb63f0a018c8cf687589e5ffdec601225b4d16a268ffe390fb58b
+)
 
 prepare() {
-  cd wxWidgets-${pkgver}
+  cd wxWidgets
 
   patch -Np1 -i ../make-abicheck-non-fatal.patch
+
+  ./autogen.sh
 }
 
 build() {
-  cd wxWidgets-${pkgver}
+  cd wxWidgets
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
   export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
   export CXXFLAGS="-I/usr/include/libtiff32 $CXXFLAGS"
 
   ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
+--prefix=/usr \
+--libdir=/usr/lib32 \
 --enable-graphics_ctx \
 --enable-unicode \
 --disable-mediactrl \
 --disable-precomp-headers \
 --disable-webview \
---with-gtk='2' \
---with-lib{jpeg,png,tiff,xpm}='sys' \
+--with-gtk=2 \
+--with-lib{jpeg,png,tiff,xpm}=sys \
 --with-opengl \
---with-regex='builtin' \
+--with-regex=builtin \
 --without-libnotify
   make
   make -C locale allmo
@@ -51,9 +66,7 @@
 }
 
 package() {
-  cd wxWidgets-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C wxWidgets install
   rm -rf "${pkgdir}"/usr/{bin/{wx-config,wxrc},include,share}
   mv "${pkgdir}"/usr/bin/wxrc{,32}-3.0
   ln -s /usr/bin/wxrc32-3.0 "${pkgdir}"/usr/bin/wxrc32


[arch-commits] Commit in lib32-wxgtk2/repos/multilib-x86_64 (4 files)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 12:03:47
  Author: alucryd
Revision: 664741

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-wxgtk2/repos/multilib-x86_64/PKGBUILD
(from rev 664740, lib32-wxgtk2/trunk/PKGBUILD)
  lib32-wxgtk2/repos/multilib-x86_64/make-abicheck-non-fatal.patch
(from rev 664740, lib32-wxgtk2/trunk/make-abicheck-non-fatal.patch)
Deleted:
  lib32-wxgtk2/repos/multilib-x86_64/PKGBUILD
  lib32-wxgtk2/repos/multilib-x86_64/make-abicheck-non-fatal.patch

---+
 PKGBUILD  |  145 +---
 make-abicheck-non-fatal.patch |   32 
 2 files changed, 95 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 12:03:41 UTC (rev 664740)
+++ PKGBUILD2020-07-21 12:03:47 UTC (rev 664741)
@@ -1,66 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Eric Bélanger 
-
-pkgname=lib32-wxgtk2
-pkgver=3.0.4
-pkgrel=2
-pkgdesc='GTK+ implementation of wxWidgets API for GUI'
-arch=('x86_64')
-url='https://wxwidgets.org'
-license=('custom:wxWindows')
-depends=('lib32-gtk2' 'lib32-libsm' 'wxgtk2')
-makedepends=('lib32-glu')
-conflicts=('lib32-wxgtk')
-provides=('lib32-wxgtk')
-replaces=('lib32-wxgtk')
-source=("https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2;
-'make-abicheck-non-fatal.patch')
-sha256sums=('96157f988d261b7368e5340afa1a0cad943768f35929c22841f62c25b17bf7f0'
-'d4c2d070a06eb63f0a018c8cf687589e5ffdec601225b4d16a268ffe390fb58b')
-
-prepare() {
-  cd wxWidgets-${pkgver}
-
-  patch -Np1 -i ../make-abicheck-non-fatal.patch
-}
-
-build() {
-  cd wxWidgets-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
-  export CXXFLAGS="-I/usr/include/libtiff32 $CXXFLAGS"
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---enable-graphics_ctx \
---enable-unicode \
---disable-mediactrl \
---disable-precomp-headers \
---disable-webview \
---with-gtk='2' \
---with-lib{jpeg,png,tiff,xpm}='sys' \
---with-opengl \
---with-regex='builtin' \
---without-libnotify
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin/{wx-config,wxrc},include,share}
-  mv "${pkgdir}"/usr/bin/wxrc{,32}-3.0
-  ln -s /usr/bin/wxrc32-3.0 "${pkgdir}"/usr/bin/wxrc32
-  ln -s /usr/lib32/wx/config/gtk2-unicode-3.0 "${pkgdir}"/usr/bin/wx-config32
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s wxgtk2 "${pkgdir}"/usr/share/licenses/lib32-wxgtk2
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wxgtk2/repos/multilib-x86_64/PKGBUILD (from rev 664740, 
lib32-wxgtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 12:03:47 UTC (rev 664741)
@@ -0,0 +1,79 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Eric Bélanger 
+
+pkgname=lib32-wxgtk2
+pkgver=3.0.5.1
+pkgrel=1
+pkgdesc='GTK+ implementation of wxWidgets API for GUI'
+arch=(x86_64)
+url=https://wxwidgets.org
+license=(custom:wxWindows)
+depends=(
+  lib32-gtk2
+  lib32-libsm
+  wxgtk2
+)
+makedepends=(
+  git
+  lib32-glu
+)
+conflicts=(lib32-wxgtk)
+provides=(lib32-wxgtk)
+replaces=(lib32-wxgtk)
+_tag=db9378c1d32e84cf7ca4453932df259471d67dc9
+source=(
+  git+https://github.com/wxWidgets/wxWidgets.git?signed#tag=${_tag}
+  make-abicheck-non-fatal.patch
+)
+validpgpkeys=(31FAF2D074EC22A10AA4C6DA06EA41DE4F6C1E86) # Vadim Zeitlin 

+sha256sums=(
+  SKIP
+  d4c2d070a06eb63f0a018c8cf687589e5ffdec601225b4d16a268ffe390fb58b
+)
+
+prepare() {
+  cd wxWidgets
+
+  patch -Np1 -i ../make-abicheck-non-fatal.patch
+
+  ./autogen.sh
+}
+
+build() {
+  cd wxWidgets
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
+  export CXXFLAGS="-I/usr/include/libtiff32 $CXXFLAGS"
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--enable-graphics_ctx \
+--enable-unicode \
+--disable-mediactrl \
+--disable-precomp-headers \
+--disable-webview \
+--with-gtk=2 \
+--with-lib{jpeg,png,tiff,xpm}=sys \
+--with-opengl \
+--with-regex=builtin \
+--without-libnotify
+  make
+  make -C locale allmo
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C wxWidgets install
+  rm -rf "${pkgdir}"/usr/{bin/{wx-config,wxrc},include,share}
+  mv "${pkgdir}"/usr/bin/wxrc{,32}-3.0
+  ln -s /usr/bin/wxrc32-3.0 "${pkgdir}"/usr/bin/wxrc32
+  ln -s /usr/lib32/wx/config/gtk2-unicode-3.0 "${pkgdir}"/usr/bin/wx-config32
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s wxgtk2 "${pkgdir}"/usr/share/licenses/lib32-wxgtk2
+}
+
+# vim: ts=2 sw=2 et:

Deleted: 

[arch-commits] Commit in nut/repos/community-x86_64 (14 files)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:39:07
  Author: alucryd
Revision: 664739

archrelease: copy trunk to community-x86_64

Added:
  nut/repos/community-x86_64/PKGBUILD
(from rev 664738, nut/trunk/PKGBUILD)
  nut/repos/community-x86_64/nut-lowspeed-buffer-size.patch
(from rev 664738, nut/trunk/nut-lowspeed-buffer-size.patch)
  nut/repos/community-x86_64/nut-no-libdummy.patch
(from rev 664738, nut/trunk/nut-no-libdummy.patch)
  nut/repos/community-x86_64/nut-openssl-1.1.patch
(from rev 664738, nut/trunk/nut-openssl-1.1.patch)
  nut/repos/community-x86_64/nut-snmp-usb-order.patch
(from rev 664738, nut/trunk/nut-snmp-usb-order.patch)
  nut/repos/community-x86_64/nut.sysusers
(from rev 664738, nut/trunk/nut.sysusers)
  nut/repos/community-x86_64/nut.tmpfiles
(from rev 664738, nut/trunk/nut.tmpfiles)
Deleted:
  nut/repos/community-x86_64/PKGBUILD
  nut/repos/community-x86_64/nut-lowspeed-buffer-size.patch
  nut/repos/community-x86_64/nut-no-libdummy.patch
  nut/repos/community-x86_64/nut-openssl-1.1.patch
  nut/repos/community-x86_64/nut-snmp-usb-order.patch
  nut/repos/community-x86_64/nut.sysusers
  nut/repos/community-x86_64/nut.tmpfiles

+
 PKGBUILD   |  258 -
 nut-lowspeed-buffer-size.patch |   38 ++--
 nut-no-libdummy.patch  |   28 +--
 nut-openssl-1.1.patch  |  302 +++
 nut-snmp-usb-order.patch   |   76 -
 nut.sysusers   |4 
 nut.tmpfiles   |   10 -
 7 files changed, 359 insertions(+), 357 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:38:57 UTC (rev 664738)
+++ PKGBUILD2020-07-21 11:39:07 UTC (rev 664739)
@@ -1,129 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Florian Bruhin 
-# Contributor: Alex Reznichenko 
-# Contributor: Roman Kyrylych 
-# Contributor: Giuseppe Lucarelli 
-# Contributor: Dan Ziemba 
-
-pkgname=nut
-pkgver=2.7.4
-pkgrel=1
-pkgdesc='A collection of programs which provide a common interface for 
monitoring and administering UPS, PDU and SCD hardware'
-arch=(x86_64)
-url=https://networkupstools.org/
-license=(
-  GPL2
-  GPL3
-)
-depends=(
-  gcc-libs
-  glibc
-  libtool
-  libusb-compat
-  neon
-  net-snmp
-  openssl
-)
-makedepends=(
-  asciidoc
-  gd
-  git
-  python
-)
-optdepends=('gd: CGI support')
-provides=(network-ups-tools)
-conflicts=(network-ups-tools)
-replaces=(network-ups-tools)
-options=(!makeflags)
-backup=(
-  etc/nut/hosts.conf
-  etc/nut/nut.conf
-  etc/nut/ups.conf
-  etc/nut/upsd.conf
-  etc/nut/upsd.users
-  etc/nut/upsmon.conf
-  etc/nut/upssched.conf
-  etc/nut/upsstats.html
-  etc/nut/upsstats-single.html
-)
-source=(
-  
git+https://github.com/networkupstools/nut.git#tag=0b4bfddbc609c59ac0a117c758e6893635121166
-  nut.sysusers
-  nut.tmpfiles
-  nut-lowspeed-buffer-size.patch
-  nut-no-libdummy.patch
-  nut-openssl-1.1.patch
-  nut-snmp-usb-order.patch
-)
-sha256sums=('SKIP'
-'3001e24969545136361670c5d615684d2b37830525e090c2ab3bcfa90d90e4ac'
-'bdf4409b5b9bfad1338d587c7639c43be838d37d4942c69879e85eb3a827bb25'
-'40d6fc328ad2e127f580bb359bd5c2fb721a2c6cf1860334be96c18552d6f8f7'
-'b35a8d28fde10668e8e54e97be9c5505f296c989e67da847c5abf1acab6a219b'
-'717e116aa93f42ccca901de920da3ff97407672003f721b4976caf525f3e5f08'
-'c2c7d3b72f94f9c7987ab047bba466923c63ddb80b468485f100b1e44997ec84')
-
-pkgver() {
-  cd nut
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd nut
-
-  git cherry-pick -n eea0c5e9e5566c36a8b1e364ed4909231901a8f5
-  patch -Np1 -i ../nut-lowspeed-buffer-size.patch
-  patch -Np1 -i ../nut-no-libdummy.patch
-  patch -Np1 -i ../nut-openssl-1.1.patch
-  patch -Np1 -i ../nut-snmp-usb-order.patch
-
-  ./autogen.sh
-}
-
-build() {
-  cd nut
-
-  ./configure \
---prefix=/usr \
---datadir=/usr/share/nut \
---sbindir=/usr/bin \
---sysconfdir=/etc/nut \
---disable-static \
---with-user=nut \
---with-group=nut \
---with-altpidpath=/run/nut \
---with-cgipath=/usr/share/nut/cgi \
---with-drvpath=/usr/lib/nut \
---with-htmlpath=/usr/share/nut/html \
---with-pidpath=/run/nut \
---with-statepath=/var/lib/nut \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udev-dir=/usr/lib/udev \
---with-cgi \
---with-dev \
---with-doc=html-single \
---with-libltdl \
---with-neon \
---with-openssl \
---with-serial \
---with-snmp \
---with-usb \
---without-avahi \
---without-doc \
---without-ipmi \
---without-freeipmi \
---without-powerman \
---without-wrap
-  make -j1
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C nut install
-  find "${pkgdir}"/etc/nut -name *.sample -exec rename '.sample' '' {} \;
-
-  install -Dm 644 nut.sysusers 

[arch-commits] Commit in nut/trunk (PKGBUILD nut.tmpfiles)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:38:57
  Author: alucryd
Revision: 664738

FS#67247: nut 2.7.4-2

Modified:
  nut/trunk/PKGBUILD
  nut/trunk/nut.tmpfiles

--+
 PKGBUILD |4 ++--
 nut.tmpfiles |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:29:45 UTC (rev 664737)
+++ PKGBUILD2020-07-21 11:38:57 UTC (rev 664738)
@@ -7,7 +7,7 @@
 
 pkgname=nut
 pkgver=2.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A collection of programs which provide a common interface for 
monitoring and administering UPS, PDU and SCD hardware'
 arch=(x86_64)
 url=https://networkupstools.org/
@@ -57,7 +57,7 @@
 )
 sha256sums=('SKIP'
 '3001e24969545136361670c5d615684d2b37830525e090c2ab3bcfa90d90e4ac'
-'bdf4409b5b9bfad1338d587c7639c43be838d37d4942c69879e85eb3a827bb25'
+'c924ccaae9ec75ee7795c872e1708d10201402642a6d5de2304cc644744bbcc5'
 '40d6fc328ad2e127f580bb359bd5c2fb721a2c6cf1860334be96c18552d6f8f7'
 'b35a8d28fde10668e8e54e97be9c5505f296c989e67da847c5abf1acab6a219b'
 '717e116aa93f42ccca901de920da3ff97407672003f721b4976caf525f3e5f08'

Modified: nut.tmpfiles
===
--- nut.tmpfiles2020-07-21 11:29:45 UTC (rev 664737)
+++ nut.tmpfiles2020-07-21 11:38:57 UTC (rev 664738)
@@ -1,4 +1,6 @@
 d /run/nut 0700 nut nut -
 d /var/lib/nut 0700 nut nut -
+z /etc/nut/upsd.conf 0640 root nut -
 z /etc/nut/upsd.users 0640 root nut -
+z /etc/nut/upsmon.conf 0640 root nut -
 


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:29:45
  Author: alucryd
Revision: 664737

archrelease: copy trunk to community-any

Added:
  retroarch-assets/repos/community-any/PKGBUILD
(from rev 664736, retroarch-assets/trunk/PKGBUILD)
Deleted:
  retroarch-assets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:29:37 UTC (rev 664736)
+++ PKGBUILD2020-07-21 11:29:45 UTC (rev 664737)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=retroarch-assets
-pkgname=(
-  retroarch-assets-ozone
-  retroarch-assets-xmb
-)
-pkgver=323
-pkgrel=1
-epoch=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=(any)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(retroarch)
-makedepends=(git)
-_commit=8827a81bc65462d44661227a75f168cda0a95acc
-source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package_retroarch-assets-ozone() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-package_retroarch-assets-xmb() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets/repos/community-any/PKGBUILD (from rev 664736, 
retroarch-assets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:29:45 UTC (rev 664737)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=325
+pkgrel=1
+epoch=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=(any)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(retroarch)
+makedepends=(git)
+_commit=33f26cea64280aad73d5ff5336afcfc1f8ff5a0a
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-xmb() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:29:37
  Author: alucryd
Revision: 664736

upgpkg: retroarch-assets 1:325-1

Modified:
  retroarch-assets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:27:34 UTC (rev 664735)
+++ PKGBUILD2020-07-21 11:29:37 UTC (rev 664736)
@@ -5,7 +5,7 @@
   retroarch-assets-ozone
   retroarch-assets-xmb
 )
-pkgver=323
+pkgver=325
 pkgrel=1
 epoch=1
 pkgdesc='XMB menu assets for RetroArch'
@@ -15,7 +15,7 @@
 groups=(libretro)
 depends=(retroarch)
 makedepends=(git)
-_commit=8827a81bc65462d44661227a75f168cda0a95acc
+_commit=33f26cea64280aad73d5ff5336afcfc1f8ff5a0a
 source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-shaders-slang/trunk (PKGBUILD)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:27:29
  Author: alucryd
Revision: 664734

upgpkg: libretro-shaders-slang 760-1

Modified:
  libretro-shaders-slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:27:12 UTC (rev 664733)
+++ PKGBUILD2020-07-21 11:27:29 UTC (rev 664734)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-shaders-slang
-pkgver=749
+pkgver=760
 pkgrel=1
 pkgdesc='Collection of shaders for libretro'
 arch=(any)
@@ -10,7 +10,7 @@
 groups=(libretro)
 provides=(libretro-shaders)
 makedepends=(git)
-_commit=bdc0203b569af721e2d437fdbaa360f5e832e0a1
+_commit=7e6c924d717b02e70b2861533402dfcb8b5a64bc
 
source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-shaders-slang/repos/community-any (2 files)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:27:34
  Author: alucryd
Revision: 664735

archrelease: copy trunk to community-any

Added:
  libretro-shaders-slang/repos/community-any/PKGBUILD
(from rev 664734, libretro-shaders-slang/trunk/PKGBUILD)
Deleted:
  libretro-shaders-slang/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:27:29 UTC (rev 664734)
+++ PKGBUILD2020-07-21 11:27:34 UTC (rev 664735)
@@ -1,27 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-shaders-slang
-pkgver=749
-pkgrel=1
-pkgdesc='Collection of shaders for libretro'
-arch=(any)
-url=https://www.libretro.com/
-license=(GPL3)
-groups=(libretro)
-provides=(libretro-shaders)
-makedepends=(git)
-_commit=bdc0203b569af721e2d437fdbaa360f5e832e0a1
-source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-shaders-slang
-
-  git rev-list --count HEAD
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-shaders-slang/repos/community-any/PKGBUILD (from rev 664734, 
libretro-shaders-slang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:27:34 UTC (rev 664735)
@@ -0,0 +1,27 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-slang
+pkgver=760
+pkgrel=1
+pkgdesc='Collection of shaders for libretro'
+arch=(any)
+url=https://www.libretro.com/
+license=(GPL3)
+groups=(libretro)
+provides=(libretro-shaders)
+makedepends=(git)
+_commit=7e6c924d717b02e70b2861533402dfcb8b5a64bc
+source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-shaders-slang
+
+  git rev-list --count HEAD
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:27:12
  Author: alucryd
Revision: 664733

archrelease: copy trunk to community-x86_64

Added:
  libretro-ppsspp/repos/community-x86_64/PKGBUILD
(from rev 664732, libretro-ppsspp/trunk/PKGBUILD)
Deleted:
  libretro-ppsspp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:27:06 UTC (rev 664732)
+++ PKGBUILD2020-07-21 11:27:12 UTC (rev 664733)
@@ -1,101 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Duck Hunt 
-
-pkgname=libretro-ppsspp
-pkgver=27206
-pkgrel=1
-pkgdesc='Sony PlayStation Portable core'
-arch=(x86_64)
-url=https://github.com/libretro/ppsspp
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glew
-  glibc
-  libgl
-  libretro-core-info
-  libzip
-  snappy
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-  python
-)
-source=(
-  
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=ba06c87a7dd953ff8f376fd6a5f811d29e1bdc6a
-  git+https://github.com/Kingcom/armips.git
-  git+https://github.com/discordapp/discord-rpc.git
-  git+https://github.com/hrydgard/ppsspp-ffmpeg.git
-  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
-  git+https://github.com/hrydgard/ppsspp-lang.git
-  git+https://github.com/Tencent/rapidjson.git
-  git+https://github.com/KhronosGroup/SPIRV-Cross.git
-  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libretro-ppsspp
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-ppsspp
-
-  for submodule in ffmpeg assets/lang ext/glslang; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd ext/armips
-
-  for submodule in ext/tinyformat; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../../armips-${submodule#*/}
-git submodule update ${submodule}
-  done
-}
-
-build() {
-  cmake -S libretro-ppsspp -B build \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DHEADLESS=OFF \
--DLIBRETRO=ON \
--DMOBILE_DEVICE=OFF \
--DSIMULATOR=OFF \
--DUNITTEST=OFF \
--DUSE_SYSTEM_LIBZIP=ON \
--DUSE_SYSTEM_SNAPPY=ON \
--DUSING_QT_UI=OFF
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/lib/ppsspp_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-ppsspp/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/libretro-ppsspp-git/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-ppsspp/repos/community-x86_64/PKGBUILD (from rev 664732, 
libretro-ppsspp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:27:12 UTC (rev 664733)
@@ -0,0 +1,101 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Duck Hunt 
+
+pkgname=libretro-ppsspp
+pkgver=27206
+pkgrel=1
+pkgdesc='Sony PlayStation Portable core'
+arch=(x86_64)
+url=https://github.com/libretro/ppsspp
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glew
+  glibc
+  libgl
+  libretro-core-info
+  libzip
+  snappy
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libglvnd
+  python
+)
+source=(
+  
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=ba06c87a7dd953ff8f376fd6a5f811d29e1bdc6a
+  git+https://github.com/Kingcom/armips.git
+  git+https://github.com/discordapp/discord-rpc.git
+  git+https://github.com/hrydgard/ppsspp-ffmpeg.git
+  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
+  git+https://github.com/hrydgard/ppsspp-lang.git
+  git+https://github.com/Tencent/rapidjson.git
+  git+https://github.com/KhronosGroup/SPIRV-Cross.git
+  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libretro-ppsspp
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-ppsspp
+
+  for submodule in ffmpeg assets/lang ext/glslang; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
+git submodule update ${submodule}
+  done
+  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  cd ext/armips
+
+  for submodule in ext/tinyformat; do
+git 

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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:27:06
  Author: alucryd
Revision: 664732

archrelease: copy trunk to community-x86_64

Added:
  libretro-play/repos/community-x86_64/PKGBUILD
(from rev 664731, libretro-play/trunk/PKGBUILD)
Deleted:
  libretro-play/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:27:01 UTC (rev 664731)
+++ PKGBUILD2020-07-21 11:27:06 UTC (rev 664732)
@@ -1,92 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-play
-pkgver=5741
-pkgrel=1
-pkgdesc='Sony PlayStation 2 core'
-arch=(x86_64)
-url=https://github.com/jpd002/Play-
-license=(MIT)
-groups=(libretro)
-depends=(
-  bzip2
-  glew
-  glibc
-  icu
-  libgl
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-)
-_commit=4ecb9798443d00dbf4eafe9865afb3d221ed3d7c
-source=(
-  libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
-  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
-  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
-  play-Framework::git+https://github.com/jpd002/Play--Framework.git
-  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
-  git+https://github.com/SDWebImage/SDWebImage.git
-  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
-  git+https://github.com/gulrak/filesystem.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libretro-play
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-play
-
-  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../play-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd deps/Dependencies
-
-  git submodule init SDWebImage
-  git config submodule.SDWebImage.url ../../../SDWebImage
-  git submodule update SDWebImage
-
-  git submodule init boost-cmake
-  git config submodule.boost-cmake.url ../../../play-boost-cmake
-  git submodule update boost-cmake
-
-  git submodule init ghc_filesystem
-  git config submodule.ghc_filesystem.url ../../../filesystem
-  git submodule update ghc_filesystem
-}
-
-build() {
-  cmake -S libretro-play -B build \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_LIBRETRO_CORE=ON \
--DBUILD_PLAY=OFF \
--DBUILD_TESTS=OFF \
--DENABLE_AMAZON_S3=OFF
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/Source/ui_libretro/play_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-play/License.txt -t 
"${pkgdir}"/usr/share/licenses/libretro-play/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-play/repos/community-x86_64/PKGBUILD (from rev 664731, 
libretro-play/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:27:06 UTC (rev 664732)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-play
+pkgver=5750
+pkgrel=1
+pkgdesc='Sony PlayStation 2 core'
+arch=(x86_64)
+url=https://github.com/jpd002/Play-
+license=(MIT)
+groups=(libretro)
+depends=(
+  bzip2
+  glew
+  glibc
+  icu
+  libgl
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libglvnd
+)
+_commit=71a45f1280bbc9f225057ed09da21d896c2a95e0
+source=(
+  libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
+  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
+  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
+  play-Framework::git+https://github.com/jpd002/Play--Framework.git
+  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
+  git+https://github.com/SDWebImage/SDWebImage.git
+  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
+  git+https://github.com/gulrak/filesystem.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libretro-play
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-play
+
+  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../play-${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  cd deps/Dependencies
+
+  git submodule init SDWebImage
+  git config submodule.SDWebImage.url ../../../SDWebImage
+  git submodule update SDWebImage
+
+  git submodule init boost-cmake
+  git config submodule.boost-cmake.url ../../../play-boost-cmake
+  git submodule update boost-cmake
+
+  git submodule init ghc_filesystem
+  git config submodule.ghc_filesystem.url ../../../filesystem
+  git submodule update ghc_filesystem
+}
+
+build() {
+  cmake -S libretro-play -B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_LIBRETRO_CORE=ON \
+ 

[arch-commits] Commit in libretro-mesen-s/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:39
  Author: alucryd
Revision: 664726

archrelease: copy trunk to community-x86_64

Added:
  libretro-mesen-s/repos/community-x86_64/PKGBUILD
(from rev 664725, libretro-mesen-s/trunk/PKGBUILD)
Deleted:
  libretro-mesen-s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:34 UTC (rev 664725)
+++ PKGBUILD2020-07-21 11:26:39 UTC (rev 664726)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-mesen-s
-pkgver=911
-pkgrel=1
-pkgdesc='Super Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/SourMesen/Mesen-S
-license=(GPL3)
-groups=(libretro)
-depends=(
-  gcc-libs
-  libretro-core-info
-)
-makedepends=(git)
-_commit=1d27867dddb2be7e46278abef2d61c5bc617552a
-source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd Mesen-S
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C Mesen-S/Libretro
-}
-
-package() {
-  install -Dm 644 Mesen-S/Libretro/mesens_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mesen-s/repos/community-x86_64/PKGBUILD (from rev 664725, 
libretro-mesen-s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:26:39 UTC (rev 664726)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-mesen-s
+pkgver=916
+pkgrel=1
+pkgdesc='Super Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/SourMesen/Mesen-S
+license=(GPL3)
+groups=(libretro)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
+makedepends=(git)
+_commit=89199f298a95345a893d814525b6668567a6d490
+source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd Mesen-S
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C Mesen-S/Libretro
+}
+
+package() {
+  install -Dm 644 Mesen-S/Libretro/mesens_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:27
  Author: alucryd
Revision: 664724

archrelease: copy trunk to community-x86_64

Added:
  libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 664723, libretro-flycast/trunk/PKGBUILD)
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch
(from rev 664723, libretro-flycast/trunk/libretro-flycast-flags.patch)
Deleted:
  libretro-flycast/repos/community-x86_64/PKGBUILD
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch

--+
 PKGBUILD |  114 -
 libretro-flycast-flags.patch |   38 ++---
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:20 UTC (rev 664723)
+++ PKGBUILD2020-07-21 11:26:27 UTC (rev 664724)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-flycast
-pkgver=4169
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=(x86_64)
-url=https://github.com/libretro/flycast
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-  libzip
-  xxhash
-  zlib
-)
-makedepends=(
-  git
-  mesa
-)
-source=(
-  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=984153f4da9b0bb1ecadd6b3d1be0e5cfed08edb
-  libretro-flycast-flags.patch
-)
-sha256sums=('SKIP'
-'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
-
-pkgver() {
-  cd libretro-flycast
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-flycast
-
-  patch -Np1 -i ../libretro-flycast-flags.patch
-}
-
-build() {
-  make \
-HAVE_OIT=1 \
-SYSTEM_GLSLANG=0 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_LIBZIP=1 \
-SYSTEM_PICOTCP=0 \
-SYSTEM_XXHASH=1 \
-SYSTEM_ZLIB=1 \
--C libretro-flycast
-}
-
-package() {
-  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 664723, 
libretro-flycast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:26:27 UTC (rev 664724)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-flycast
+pkgver=4169
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/flycast
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+  libzip
+  xxhash
+  zlib
+)
+makedepends=(
+  git
+  mesa
+)
+source=(
+  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=984153f4da9b0bb1ecadd6b3d1be0e5cfed08edb
+  libretro-flycast-flags.patch
+)
+sha256sums=('SKIP'
+'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
+
+pkgver() {
+  cd libretro-flycast
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-flycast
+
+  patch -Np1 -i ../libretro-flycast-flags.patch
+}
+
+build() {
+  make \
+HAVE_OIT=1 \
+SYSTEM_GLSLANG=0 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_LIBZIP=1 \
+SYSTEM_PICOTCP=0 \
+SYSTEM_XXHASH=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-flycast
+}
+
+package() {
+  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-flycast-flags.patch
===
--- libretro-flycast-flags.patch2020-07-21 11:26:20 UTC (rev 664723)
+++ libretro-flycast-flags.patch2020-07-21 11:26:27 UTC (rev 664724)
@@ -1,19 +0,0 @@
-diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
 libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
-+++ libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
-@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
- 
- MFLAGS   := 
- ASFLAGS  := 
--LDFLAGS  :=
-+LDFLAGS  := ${LDFLAGS}
- LDFLAGS_END :=
- INCFLAGS :=
- LIBS :=
--CFLAGS   := 
--CXXFLAGS :=
-+CFLAGS   := ${CFLAGS}
-+CXXFLAGS := ${CXXFLAGS}
- 
- GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
- ifneq ($(GIT_VERSION)," unknown")

Copied: libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch 
(from rev 664723, libretro-flycast/trunk/libretro-flycast-flags.patch)
===
--- libretro-flycast-flags.patch(rev 0)
+++ libretro-flycast-flags.patch2020-07-21 11:26:27 UTC (rev 664724)
@@ -0,0 +1,19 @@
+diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
+--- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
 libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
+@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
+ 
+ MFLAGS   := 
+ ASFLAGS  := 
+-LDFLAGS  :=
++LDFLAGS  := ${LDFLAGS}
+ LDFLAGS_END :=
+ INCFLAGS :=
+ LIBS :=
+-CFLAGS   

[arch-commits] Commit in libretro-mupen64plus-next/repos/community-x86_64 (2 files)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:48
  Author: alucryd
Revision: 664728

archrelease: copy trunk to community-x86_64

Added:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
(from rev 664727, libretro-mupen64plus-next/trunk/PKGBUILD)
Deleted:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:43 UTC (rev 664727)
+++ PKGBUILD2020-07-21 11:26:48 UTC (rev 664728)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-mupen64plus-next
-pkgver=228
-pkgrel=1
-epoch=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/mupen64plus-libretro-nx
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-  nasm
-)
-replaces=(libretro-mupen64plus)
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=81a58df0263c90b10b7fc11b6deee04d47e3aa40)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-mupen64plus-next
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 
HAVE_THR_AL=1
-}
-
-package() {
-  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 
664727, libretro-mupen64plus-next/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:26:48 UTC (rev 664728)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-mupen64plus-next
+pkgver=300
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/mupen64plus-libretro-nx
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libgl
+  libpng
+  libretro-core-info
+  minizip
+  xxhash
+  zlib
+)
+makedepends=(
+  git
+  mesa
+  nasm
+)
+replaces=(libretro-mupen64plus)
+_commit=622568ee6dc2967fff8107858f0c9a7f2a30c411
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-mupen64plus-next
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+WITH_DYNAREC=x86_64 \
+HAVE_PARALLEL_RSP=1 \
+HAVE_THR_AL=1 \
+SYSTEM_LIBPNG=1 \
+SYSTEM_MINIZIP=1 \
+SYSTEM_XXHASH=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-mupen64plus-next
+}
+
+package() {
+  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:27:01
  Author: alucryd
Revision: 664731

upgpkg: libretro-play 5750-1

Modified:
  libretro-play/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:57 UTC (rev 664730)
+++ PKGBUILD2020-07-21 11:27:01 UTC (rev 664731)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-play
-pkgver=5741
+pkgver=5750
 pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   git
   libglvnd
 )
-_commit=4ecb9798443d00dbf4eafe9865afb3d221ed3d7c
+_commit=71a45f1280bbc9f225057ed09da21d896c2a95e0
 source=(
   libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git


[arch-commits] Commit in libretro-mupen64plus-next/trunk (PKGBUILD)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:43
  Author: alucryd
Revision: 664727

upgpkg: libretro-mupen64plus-next 1:300-1

Modified:
  libretro-mupen64plus-next/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:39 UTC (rev 664726)
+++ PKGBUILD2020-07-21 11:26:43 UTC (rev 664727)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-mupen64plus-next
-pkgver=228
+pkgver=300
 pkgrel=1
 epoch=1
 pkgdesc='Nintendo 64 core'
@@ -13,7 +13,11 @@
   gcc-libs
   glibc
   libgl
+  libpng
   libretro-core-info
+  minizip
+  xxhash
+  zlib
 )
 makedepends=(
   git
@@ -21,7 +25,8 @@
   nasm
 )
 replaces=(libretro-mupen64plus)
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=81a58df0263c90b10b7fc11b6deee04d47e3aa40)
+_commit=622568ee6dc2967fff8107858f0c9a7f2a30c411
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -31,7 +36,15 @@
 }
 
 build() {
-  make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 
HAVE_THR_AL=1
+  make \
+WITH_DYNAREC=x86_64 \
+HAVE_PARALLEL_RSP=1 \
+HAVE_THR_AL=1 \
+SYSTEM_LIBPNG=1 \
+SYSTEM_MINIZIP=1 \
+SYSTEM_XXHASH=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-mupen64plus-next
 }
 
 package() {


[arch-commits] Commit in libretro-mesen-s/trunk (PKGBUILD)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:34
  Author: alucryd
Revision: 664725

upgpkg: libretro-mesen-s 916-1

Modified:
  libretro-mesen-s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:27 UTC (rev 664724)
+++ PKGBUILD2020-07-21 11:26:34 UTC (rev 664725)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-mesen-s
-pkgver=911
+pkgver=916
 pkgrel=1
 pkgdesc='Super Nintendo Entertainment System core'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   libretro-core-info
 )
 makedepends=(git)
-_commit=1d27867dddb2be7e46278abef2d61c5bc617552a
+_commit=89199f298a95345a893d814525b6668567a6d490
 source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-parallel-n64/trunk (PKGBUILD)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:52
  Author: alucryd
Revision: 664729

upgpkg: libretro-parallel-n64 5202-1

Modified:
  libretro-parallel-n64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:48 UTC (rev 664728)
+++ PKGBUILD2020-07-21 11:26:52 UTC (rev 664729)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=libretro-parallel-n64
-pkgver=5198
+pkgver=5202
 pkgrel=1
 pkgdesc='Nintendo 64 core'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   git
   mesa
 )
-_commit=76193f8308c467f0f4e88b4550d30d9331da5958
+_commit=cfb9789e13ccbeaabd928203566346c05709d501
 
source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-parallel-n64/repos/community-x86_64 (2 files)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:57
  Author: alucryd
Revision: 664730

archrelease: copy trunk to community-x86_64

Added:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD
(from rev 664729, libretro-parallel-n64/trunk/PKGBUILD)
Deleted:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:52 UTC (rev 664729)
+++ PKGBUILD2020-07-21 11:26:57 UTC (rev 664730)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5198
-pkgrel=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/parallel-n64
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-)
-_commit=76193f8308c467f0f4e88b4550d30d9331da5958
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-WITH_DYNAREC=x86_64 \
-HAVE_PARALLEL=1 \
-HAVE_PARALLEL_RSP=1 \
-HAVE_THR_AL=1 \
--C libretro-parallel-n64
-}
-
-package() {
-  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 664729, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:26:57 UTC (rev 664730)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5202
+pkgrel=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/parallel-n64
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+_commit=cfb9789e13ccbeaabd928203566346c05709d501
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+WITH_DYNAREC=x86_64 \
+HAVE_PARALLEL=1 \
+HAVE_PARALLEL_RSP=1 \
+HAVE_THR_AL=1 \
+-C libretro-parallel-n64
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-pce-fast/trunk (PKGBUILD)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:15
  Author: alucryd
Revision: 664722

upgpkg: libretro-beetle-pce-fast 985-1

Modified:
  libretro-beetle-pce-fast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:11 UTC (rev 664721)
+++ PKGBUILD2020-07-21 11:26:15 UTC (rev 664722)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-beetle-pce-fast
-pkgver=982
+pkgver=985
 pkgrel=1
 pkgdesc='NEC PC Engine/CD core'
 arch=(x86_64)
@@ -15,7 +15,7 @@
   zlib
 )
 makedepends=(git)
-_commit=1c404cc613bad950f74385486812d7bdf8a059e4
+_commit=bdcb39400470cfc9457e170e223a2e70130fdd5c
 
source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-beetle-pce-fast/repos/community-x86_64 (2 files)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:20
  Author: alucryd
Revision: 664723

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD
(from rev 664722, libretro-beetle-pce-fast/trunk/PKGBUILD)
Deleted:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:15 UTC (rev 664722)
+++ PKGBUILD2020-07-21 11:26:20 UTC (rev 664723)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-beetle-pce-fast
-pkgver=982
-pkgrel=1
-pkgdesc='NEC PC Engine/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-fast-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=1c404cc613bad950f74385486812d7bdf8a059e4
-source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce-fast
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-pce-fast
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD (from rev 
664722, libretro-beetle-pce-fast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:26:20 UTC (rev 664723)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-beetle-pce-fast
+pkgver=985
+pkgrel=1
+pkgdesc='NEC PC Engine/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-fast-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=bdcb39400470cfc9457e170e223a2e70130fdd5c
+source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-pce-fast
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-pce-fast
+}
+
+package() {
+  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-psx/repos/community-x86_64 (2 files)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:11
  Author: alucryd
Revision: 664721

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 664720, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:06 UTC (rev 664720)
+++ PKGBUILD2020-07-21 11:26:11 UTC (rev 664721)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=libretro-beetle-psx
-pkgname=(
-  libretro-beetle-psx
-  libretro-beetle-psx-hw
-)
-pkgver=2343
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-psx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  vulkan-icd-loader
-)
-_commit=bf5d7f866b1dde9a27c4ad0e6c23ddd8e69c048d
-source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-psx
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cp -r libretro-beetle-psx{,-hw}
-}
-
-build() {
-  make \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx
-  make \
-HAVE_HW=1 \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx-hw
-}
-
-package_libretro-beetle-psx() {
-  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-package_libretro-beetle-psx-hw() {
-  depends+=(libgl)
-
-  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-x86_64/PKGBUILD (from rev 664720, 
libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:26:11 UTC (rev 664721)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-beetle-psx
+pkgname=(
+  libretro-beetle-psx
+  libretro-beetle-psx-hw
+)
+pkgver=2354
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-psx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  vulkan-icd-loader
+)
+_commit=52710212f35b7254eeb11b541d7f16b581b406a9
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cp -r libretro-beetle-psx{,-hw}
+}
+
+build() {
+  make \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx
+  make \
+HAVE_HW=1 \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx-hw
+}
+
+package_libretro-beetle-psx() {
+  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=(libgl)
+
+  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-psx/trunk (PKGBUILD)

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:06
  Author: alucryd
Revision: 664720

upgpkg: libretro-beetle-psx 2354-1

Modified:
  libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:23:06 UTC (rev 664719)
+++ PKGBUILD2020-07-21 11:26:06 UTC (rev 664720)
@@ -5,7 +5,7 @@
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2343
+pkgver=2354
 pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   mesa
   vulkan-icd-loader
 )
-_commit=bf5d7f866b1dde9a27c4ad0e6c23ddd8e69c048d
+_commit=52710212f35b7254eeb11b541d7f16b581b406a9
 
source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in qtqr (5 files)

2020-07-21 Thread Balló György via arch-commits
Date: Tuesday, July 21, 2020 @ 11:23:06
  Author: bgyorgy
Revision: 664719

archrelease: copy trunk to community-any

Added:
  qtqr/repos/
  qtqr/repos/community-any/
  qtqr/repos/community-any/PKGBUILD
(from rev 664718, qtqr/trunk/PKGBUILD)
  qtqr/repos/community-any/qtqr.appdata.xml
(from rev 664718, qtqr/trunk/qtqr.appdata.xml)
  qtqr/repos/community-any/qtqr.desktop
(from rev 664718, qtqr/trunk/qtqr.desktop)

--+
 PKGBUILD |   37 +
 qtqr.appdata.xml |   20 
 qtqr.desktop |   10 ++
 3 files changed, 67 insertions(+)

Copied: qtqr/repos/community-any/PKGBUILD (from rev 664718, qtqr/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2020-07-21 11:23:06 UTC (rev 664719)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+
+pkgname=qtqr
+pkgver=2.0
+_bzrrev=39
+pkgrel=2
+pkgdesc="Qt GUI that makes easy creating and decoding QR codes"
+arch=(any)
+url="https://launchpad.net/qr-tools;
+license=(GPL3)
+depends=(python-pillow python-pyqt5 qrencode qt5-translations zbar)
+makedepends=(bzr)
+provides=(python-qrtools)
+conflicts=(python-qrtools)
+replaces=(python-qrtools)
+source=(bzr+lp:qr-tools#revision=$_bzrrev
+qtqr.desktop
+qtqr.appdata.xml)
+sha256sums=('SKIP'
+'67ea09222b0ad8875e4253f74c02cd88bdd796ac2609a7e594148aefd0f8f565'
+'3812f5ebd5ffd0074fdf18d12dc5d73b19f597bbdce04772fecf45a9ee45ad2b')
+
+build() {
+  cd qr-tools
+  python3 setup.py build
+}
+
+package() {
+  cd qr-tools
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm755 qtqr.py "$pkgdir/usr/bin/qtqr"
+  install -Dm644 -t "$pkgdir/usr/share/qt/translations" *.qm
+  install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/96x96/apps/qtqr.png"
+  install -Dm644 ../qtqr.desktop "$pkgdir/usr/share/applications/qtqr.desktop"
+  install -Dm644 ../qtqr.appdata.xml 
"$pkgdir/usr/share/metainfo/qtqr.appdata.xml"
+}

Copied: qtqr/repos/community-any/qtqr.appdata.xml (from rev 664718, 
qtqr/trunk/qtqr.appdata.xml)
===
--- repos/community-any/qtqr.appdata.xml(rev 0)
+++ repos/community-any/qtqr.appdata.xml2020-07-21 11:23:06 UTC (rev 
664719)
@@ -0,0 +1,20 @@
+
+
+  net.launchpad.qr-tools
+  qtqr.desktop
+  QtQR
+  Create and decode QR codes.
+  CC0-1.0
+  GPL-3.0
+  
+QtQR is a Qt based software that let's you generate QR codes easily, 
scan an image file for QR codes and decode them or use your webcam to scan a 
printed one.
+  
+  
+
+​  
https://screenshots.debian.net/screenshots/000/009/046/large.png
+
+  
+  https://bugs.launchpad.net/qr-tools
+  https://launchpad.net/qr-tools
+  qtqr
+

Copied: qtqr/repos/community-any/qtqr.desktop (from rev 664718, 
qtqr/trunk/qtqr.desktop)
===
--- repos/community-any/qtqr.desktop(rev 0)
+++ repos/community-any/qtqr.desktop2020-07-21 11:23:06 UTC (rev 664719)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=QtQR
+Comment=Create and decode QR Codes
+Exec=qtqr %F
+Icon=qtqr
+Terminal=false
+Type=Application
+Categories=Graphics
+MimeType=image/gif;image/png;image/jpg;
+Keywords=qr;


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:22:57
  Author: alucryd
Revision: 664717

fix wrong extrapkg invoke

Deleted:
  gpac/repos/extra-x86_64/


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

2020-07-21 Thread Balló György via arch-commits
Date: Tuesday, July 21, 2020 @ 11:23:02
  Author: bgyorgy
Revision: 664718

upgpkg: qtqr 2.0-2: Add qtqr

Modified:
  qtqr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:22:57 UTC (rev 664717)
+++ PKGBUILD2020-07-21 11:23:02 UTC (rev 664718)
@@ -1,7 +1,6 @@
 # Maintainer: Balló György 
 
 pkgname=qtqr
-_pkgname=qr-tools
 pkgver=2.0
 _bzrrev=39
 pkgrel=2
@@ -22,12 +21,12 @@
 '3812f5ebd5ffd0074fdf18d12dc5d73b19f597bbdce04772fecf45a9ee45ad2b')
 
 build() {
-  cd $_pkgname
+  cd qr-tools
   python3 setup.py build
 }
 
 package() {
-  cd $_pkgname
+  cd qr-tools
   python3 setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm755 qtqr.py "$pkgdir/usr/bin/qtqr"


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:21:34
  Author: alucryd
Revision: 664714

upgpkg: gpac 1:1.0.0-1

Modified:
  gpac/trunk/PKGBUILD
Deleted:
  gpac/trunk/gpac-ffmpeg-4.0.patch
  gpac/trunk/gpac-openssl-1.1.patch

+
 PKGBUILD   |   59 +++
 gpac-ffmpeg-4.0.patch  |   42 -
 gpac-openssl-1.1.patch |   11 
 3 files changed, 30 insertions(+), 82 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 11:21:27 UTC (rev 664713)
+++ PKGBUILD2020-07-21 11:21:34 UTC (rev 664714)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gpac
-pkgver=0.8.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 epoch=1
 pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
 arch=(x86_64)
@@ -10,32 +10,31 @@
 url=https://gpac.wp.imt.fr/
 license=(LGPL)
 depends=(
-  ffmpeg
-  glu
-  libxv
+  glibc
+  openssl
+  xz
+  zlib
 )
-makedepends=(
-  git
-  jack
-  a52dec
-  freetype2
-  faad2
-  libmad
-  mesa
-  sdl2
-)
-optdepends=(
-  'jack: for jack support'
-  'a52dec: for A52 support'
-  'faad2: for AAC support'
-  'libmad: for mp3 support'
-  'sdl2: for sdl support'
-)
+makedepends=(git)
 provides=(libgpac.so)
-options=(staticlibs)
-source=(git+https://github.com/gpac/gpac.git#tag=v${pkgver})
-sha256sums=('SKIP')
+_tag=a99c032b7afbc2e0a55d0259fd09b4139f8a7402
+source=(git+https://github.com/gpac/gpac.git#tag=${_tag})
+sha256sums=(SKIP)
 
+pkgver() {
+  cd gpac
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd gpac
+
+  git cherry-pick -n 4710737bed502534499754afd730601c7ffb3d7b
+  git cherry-pick -n 1bfe33a9f4f985065efbff00ff700cca9e380be9
+  git cherry-pick -n 45633fabccf331405f5c09aa44db86d6962dfd0f
+}
+
 build() {
   cd gpac
 
@@ -42,15 +41,17 @@
   ./configure \
 --prefix=/usr \
 --mandir=/usr/share/man \
---X11-path=/usr \
+--disable-oss-audio \
+--disable-dvb4linux \
+--disable-qjs \
+--enable-pic \
 --use-js=no
   make
 }
 
 package() {
-  cd gpac
-
-  make DESTDIR="${pkgdir}" STRIP=true install install-lib
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install-lib
 }
 
 # vim: ts=2 sw=2 et:

Deleted: gpac-ffmpeg-4.0.patch
===
--- gpac-ffmpeg-4.0.patch   2020-07-21 11:21:27 UTC (rev 664713)
+++ gpac-ffmpeg-4.0.patch   2020-07-21 11:21:34 UTC (rev 664714)
@@ -1,42 +0,0 @@
-diff -rupN gpac-0.7.1.orig/applications/dashcast/video_encoder.c 
gpac-0.7.1/applications/dashcast/video_encoder.c
 gpac-0.7.1.orig/applications/dashcast/video_encoder.c  2018-04-26 
09:19:52.938118328 +0200
-+++ gpac-0.7.1/applications/dashcast/video_encoder.c   2018-04-26 
09:20:03.165170164 +0200
-@@ -144,7 +144,7 @@ int dc_video_encoder_open(VideoOutputFil
-   }
- 
-   //the global header gives access to the extradata (SPS/PPS)
--  video_output_file->codec_ctx->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+  video_output_file->codec_ctx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
- 
-   video_output_file->vstream_idx = 0;//video_stream->index;
- 
-diff -rupN gpac-0.7.1.orig/modules/ffmpeg_in/ffmpeg_decode.c 
gpac-0.7.1/modules/ffmpeg_in/ffmpeg_decode.c
 gpac-0.7.1.orig/modules/ffmpeg_in/ffmpeg_decode.c  2018-04-26 
09:19:53.034788555 +0200
-+++ gpac-0.7.1/modules/ffmpeg_in/ffmpeg_decode.c   2018-04-26 
09:30:09.739463486 +0200
-@@ -49,7 +49,7 @@
- static uint8_t * ffmpeg_realloc_buffer(uint8_t * oldBuffer, u32 size) {
-   uint8_t * buffer;
-   /* Size of buffer must be larger, see avcodec_decode_video2 
documentation */
--  u32 allocatedSz = sizeof( char ) * (FF_INPUT_BUFFER_PADDING_SIZE + 
size);
-+  u32 allocatedSz = sizeof( char ) * (AV_INPUT_BUFFER_PADDING_SIZE + 
size);
-   if (oldBuffer)
-   gf_free(oldBuffer);
-   buffer = (uint8_t*)gf_malloc( allocatedSz );
-@@ -577,7 +577,7 @@ static GF_Err FFDEC_GetCapabilities(GF_B
-   capability->cap.valueInt = 1;
-   return GF_OK;
-   case GF_CODEC_PADDING_BYTES:
--  capability->cap.valueInt = FF_INPUT_BUFFER_PADDING_SIZE;
-+  capability->cap.valueInt = AV_INPUT_BUFFER_PADDING_SIZE;
-   return GF_OK;
-   case GF_CODEC_REORDER:
-   capability->cap.valueInt = 1;
-@@ -669,7 +669,7 @@ static GF_Err FFDEC_GetCapabilities(GF_B
-   break;
- 
-   case GF_CODEC_PADDING_BYTES:
--  capability->cap.valueInt = FF_INPUT_BUFFER_PADDING_SIZE;
-+  capability->cap.valueInt = AV_INPUT_BUFFER_PADDING_SIZE;
-   break;
-   default:
-   capability->cap.valueInt = 0;

Deleted: gpac-openssl-1.1.patch
===
--- gpac-openssl-1.1.patch  2020-07-21 11:21:27 UTC (rev 664713)
+++ 

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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:22:25
  Author: alucryd
Revision: 664716

archrelease: copy trunk to community-x86_64

Added:
  gpac/repos/community-x86_64/PKGBUILD
(from rev 664715, gpac/trunk/PKGBUILD)
Deleted:
  gpac/repos/community-x86_64/PKGBUILD
  gpac/repos/community-x86_64/gpac-ffmpeg-4.0.patch
  gpac/repos/community-x86_64/gpac-openssl-1.1.patch

+
 PKGBUILD   |  113 +++
 gpac-ffmpeg-4.0.patch  |   42 -
 gpac-openssl-1.1.patch |   11 
 3 files changed, 57 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:21:38 UTC (rev 664715)
+++ PKGBUILD2020-07-21 11:22:25 UTC (rev 664716)
@@ -1,56 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Maxime Gauduin 
-
-pkgname=gpac
-pkgver=0.8.0
-pkgrel=2
-epoch=1
-pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
-arch=(x86_64)
-url=https://gpac.wp.imt.fr/
-license=(LGPL)
-depends=(
-  ffmpeg
-  glu
-  libxv
-)
-makedepends=(
-  git
-  jack
-  a52dec
-  freetype2
-  faad2
-  libmad
-  mesa
-  sdl2
-)
-optdepends=(
-  'jack: for jack support'
-  'a52dec: for A52 support'
-  'faad2: for AAC support'
-  'libmad: for mp3 support'
-  'sdl2: for sdl support'
-)
-provides=(libgpac.so)
-options=(staticlibs)
-source=(git+https://github.com/gpac/gpac.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd gpac
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---X11-path=/usr \
---use-js=no
-  make
-}
-
-package() {
-  cd gpac
-
-  make DESTDIR="${pkgdir}" STRIP=true install install-lib
-}
-
-# vim: ts=2 sw=2 et:

Copied: gpac/repos/community-x86_64/PKGBUILD (from rev 664715, 
gpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:22:25 UTC (rev 664716)
@@ -0,0 +1,57 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Maxime Gauduin 
+
+pkgname=gpac
+pkgver=1.0.0
+pkgrel=1
+epoch=1
+pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
+arch=(x86_64)
+url=https://gpac.wp.imt.fr/
+license=(LGPL)
+depends=(
+  glibc
+  openssl
+  xz
+  zlib
+)
+makedepends=(git)
+provides=(libgpac.so)
+_tag=a99c032b7afbc2e0a55d0259fd09b4139f8a7402
+source=(git+https://github.com/gpac/gpac.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gpac
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd gpac
+
+  git cherry-pick -n 4710737bed502534499754afd730601c7ffb3d7b
+  git cherry-pick -n 1bfe33a9f4f985065efbff00ff700cca9e380be9
+  git cherry-pick -n 45633fabccf331405f5c09aa44db86d6962dfd0f
+}
+
+build() {
+  cd gpac
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-oss-audio \
+--disable-dvb4linux \
+--disable-qjs \
+--enable-pic \
+--use-js=no
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install-lib
+}
+
+# vim: ts=2 sw=2 et:

Deleted: gpac-ffmpeg-4.0.patch
===
--- gpac-ffmpeg-4.0.patch   2020-07-21 11:21:38 UTC (rev 664715)
+++ gpac-ffmpeg-4.0.patch   2020-07-21 11:22:25 UTC (rev 664716)
@@ -1,42 +0,0 @@
-diff -rupN gpac-0.7.1.orig/applications/dashcast/video_encoder.c 
gpac-0.7.1/applications/dashcast/video_encoder.c
 gpac-0.7.1.orig/applications/dashcast/video_encoder.c  2018-04-26 
09:19:52.938118328 +0200
-+++ gpac-0.7.1/applications/dashcast/video_encoder.c   2018-04-26 
09:20:03.165170164 +0200
-@@ -144,7 +144,7 @@ int dc_video_encoder_open(VideoOutputFil
-   }
- 
-   //the global header gives access to the extradata (SPS/PPS)
--  video_output_file->codec_ctx->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+  video_output_file->codec_ctx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
- 
-   video_output_file->vstream_idx = 0;//video_stream->index;
- 
-diff -rupN gpac-0.7.1.orig/modules/ffmpeg_in/ffmpeg_decode.c 
gpac-0.7.1/modules/ffmpeg_in/ffmpeg_decode.c
 gpac-0.7.1.orig/modules/ffmpeg_in/ffmpeg_decode.c  2018-04-26 
09:19:53.034788555 +0200
-+++ gpac-0.7.1/modules/ffmpeg_in/ffmpeg_decode.c   2018-04-26 
09:30:09.739463486 +0200
-@@ -49,7 +49,7 @@
- static uint8_t * ffmpeg_realloc_buffer(uint8_t * oldBuffer, u32 size) {
-   uint8_t * buffer;
-   /* Size of buffer must be larger, see avcodec_decode_video2 
documentation */
--  u32 allocatedSz = sizeof( char ) * (FF_INPUT_BUFFER_PADDING_SIZE + 
size);
-+  u32 allocatedSz = sizeof( char ) * (AV_INPUT_BUFFER_PADDING_SIZE + 
size);
-   if (oldBuffer)
-   gf_free(oldBuffer);
-   buffer = (uint8_t*)gf_malloc( allocatedSz );
-@@ -577,7 +577,7 @@ static GF_Err FFDEC_GetCapabilities(GF_B
-   capability->cap.valueInt = 1;
-   return GF_OK;
-   case 

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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:21:38
  Author: alucryd
Revision: 664715

archrelease: copy trunk to extra-x86_64

Added:
  gpac/repos/extra-x86_64/
  gpac/repos/extra-x86_64/PKGBUILD
(from rev 664714, gpac/trunk/PKGBUILD)

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

Copied: gpac/repos/extra-x86_64/PKGBUILD (from rev 664714, gpac/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-07-21 11:21:38 UTC (rev 664715)
@@ -0,0 +1,57 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Maxime Gauduin 
+
+pkgname=gpac
+pkgver=1.0.0
+pkgrel=1
+epoch=1
+pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
+arch=(x86_64)
+url=https://gpac.wp.imt.fr/
+license=(LGPL)
+depends=(
+  glibc
+  openssl
+  xz
+  zlib
+)
+makedepends=(git)
+provides=(libgpac.so)
+_tag=a99c032b7afbc2e0a55d0259fd09b4139f8a7402
+source=(git+https://github.com/gpac/gpac.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gpac
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd gpac
+
+  git cherry-pick -n 4710737bed502534499754afd730601c7ffb3d7b
+  git cherry-pick -n 1bfe33a9f4f985065efbff00ff700cca9e380be9
+  git cherry-pick -n 45633fabccf331405f5c09aa44db86d6962dfd0f
+}
+
+build() {
+  cd gpac
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-oss-audio \
+--disable-dvb4linux \
+--disable-qjs \
+--enable-pic \
+--use-js=no
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install-lib
+}
+
+# vim: ts=2 sw=2 et:


  1   2   >