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

2020-12-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 19, 2020 @ 01:17:00
  Author: anatolik
Revision: 404513

archrelease: copy trunk to testing-x86_64

Added:
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
(from rev 404512, ethtool/trunk/PKGBUILD)

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

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 404512, 
ethtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-19 01:17:00 UTC (rev 404513)
@@ -0,0 +1,34 @@
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=5.10
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc' 'libmnl')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha1sums=('e2aeacbe11ea12daa4d4408889dc5898ee106db7'
+  'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville 

+  D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2020-12-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 19, 2020 @ 01:16:39
  Author: anatolik
Revision: 404512

upgpkg: ethtool 1:5.10-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 00:24:23 UTC (rev 404511)
+++ PKGBUILD2020-12-19 01:16:39 UTC (rev 404512)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=5.9
+pkgver=5.10
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc' 'libmnl')
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha1sums=('ce264951660409c4a7c55c13642bc40978e77c82'
+sha1sums=('e2aeacbe11ea12daa4d4408889dc5898ee106db7'
   'SKIP')
 validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville 

   D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek 



[arch-commits] Commit in gitlab/repos/community-x86_64 (26 files)

2020-12-15 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 15, 2020 @ 19:25:27
  Author: anatolik
Revision: 776098

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  370 +--
 configs.patch   |  622 +++---
 environment |6 
 fixes.patch |   38 +-
 gitlab-backup.service   |   38 +-
 gitlab-backup.timer |   20 -
 gitlab-mailroom.service |   42 +--
 gitlab-puma.service |   68 ++---
 gitlab-sidekiq.service  |   60 ++--
 gitlab.install  |   68 ++---
 gitlab.logrotate|   12 
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 13 files changed, 680 insertions(+), 680 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 19:24:24 UTC (rev 776097)
+++ PKGBUILD2020-12-15 19:25:27 UTC (rev 776098)
@@ -1,185 +0,0 @@
-# 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.6.2
-pkgrel=2
-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
-fixes.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'
-
'282a2063a9ac04272ab46c04417aedecc46ff99db6e35cf8b6bf04b3c38f1dc7492677d95f95773e756a52fcc5fba85e844931271dab52aa582598cbb9cacde3'
-
'790611d868e8206b83694f8509c38e49f92fc85678b9ff81e0d158dcb3f4c8251f231b8e71b77e216eb254dedbaf68ea46348896aa327f04c6dd4cb08a661dbd'
-
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
-

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

2020-12-15 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 15, 2020 @ 19:24:24
  Author: anatolik
Revision: 776097

upgpkg: gitlab 13.6.3-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 19:23:21 UTC (rev 776096)
+++ PKGBUILD2020-12-15 19:24:24 UTC (rev 776097)
@@ -8,8 +8,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.6.2
-pkgrel=2
+pkgver=13.6.3
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-foss;


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

2020-12-14 Thread Anatol Pomozov via arch-commits
Date: Monday, December 14, 2020 @ 23:29:16
  Author: anatolik
Revision: 775794

archrelease: copy trunk to community-testing-x86_64

Added:
  fio/repos/community-testing-x86_64/
  fio/repos/community-testing-x86_64/PKGBUILD
(from rev 775793, fio/trunk/PKGBUILD)

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

Copied: fio/repos/community-testing-x86_64/PKGBUILD (from rev 775793, 
fio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-14 23:29:16 UTC (rev 775794)
@@ -0,0 +1,47 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.25
+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 curl)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'curl: for gfio - fio GUI frontend'
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('612bfaddc3b24c0f47a2512d4f490580c4a0a87416cc829a3417d6a49f934395')
+
+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-12-14 Thread Anatol Pomozov via arch-commits
Date: Monday, December 14, 2020 @ 23:29:00
  Author: anatolik
Revision: 775793

upgpkg: fio 3.25-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 23:28:19 UTC (rev 775792)
+++ PKGBUILD2020-12-14 23:29:00 UTC (rev 775793)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.23
+pkgver=3.25
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('066a44fdbdd2b35d33987fee5991dcc7d932760c2743e90648041aa1a5406e09')
+sha256sums=('612bfaddc3b24c0f47a2512d4f490580c4a0a87416cc829a3417d6a49f934395')
 
 prepare() {
   cd fio-fio-$pkgver


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

2020-12-14 Thread Anatol Pomozov via arch-commits
Date: Monday, December 14, 2020 @ 21:15:09
  Author: anatolik
Revision: 775774

archrelease: copy trunk to community-testing-x86_64

Added:
  android-file-transfer/repos/community-testing-x86_64/
  android-file-transfer/repos/community-testing-x86_64/PKGBUILD
(from rev 775773, android-file-transfer/trunk/PKGBUILD)

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

Copied: android-file-transfer/repos/community-testing-x86_64/PKGBUILD (from rev 
775773, android-file-transfer/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-14 21:15:09 UTC (rev 775774)
@@ -0,0 +1,25 @@
+# Contributor: yaroslav 
+# Contributor: Askhat Bakarov 
+
+pkgname=android-file-transfer
+pkgver=4.1
+pkgrel=1
+pkgdesc='Android MTP client with minimalistic UI'
+arch=(x86_64)
+url='https://github.com/whoozle/android-file-transfer-linux'
+license=(GPL3)
+depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
+makedepends=(cmake qt5-tools)
+source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
+sha256sums=('66a3cb1748a4212155294ac615b432ee56c93247a924a45225cc356d6f6eda44')
+
+build() {
+  cd android-file-transfer-linux-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd android-file-transfer-linux-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2020-12-14 Thread Anatol Pomozov via arch-commits
Date: Monday, December 14, 2020 @ 21:14:49
  Author: anatolik
Revision: 775773

upgpkg: android-file-transfer 4.1-1

Modified:
  android-file-transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 21:11:44 UTC (rev 775772)
+++ PKGBUILD2020-12-14 21:14:49 UTC (rev 775773)
@@ -2,7 +2,7 @@
 # Contributor: Askhat Bakarov 
 
 pkgname=android-file-transfer
-pkgver=4.0
+pkgver=4.1
 pkgrel=1
 pkgdesc='Android MTP client with minimalistic UI'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
 makedepends=(cmake qt5-tools)
 
source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('1923a15f276a730ddb9709de43414766d235f74940429ac314b0c42f47c2c471')
+sha256sums=('66a3cb1748a4212155294ac615b432ee56c93247a924a45225cc356d6f6eda44')
 
 build() {
   cd android-file-transfer-linux-$pkgver


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

2020-12-14 Thread Anatol Pomozov via arch-commits
Date: Monday, December 14, 2020 @ 20:58:38
  Author: anatolik
Revision: 404324

archrelease: copy trunk to testing-x86_64

Added:
  strace/repos/testing-x86_64/
  strace/repos/testing-x86_64/PKGBUILD
(from rev 404323, strace/trunk/PKGBUILD)

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

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 404323, 
strace/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-14 20:58:38 UTC (rev 404324)
@@ -0,0 +1,34 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=5.10
+pkgrel=1
+pkgdesc='A diagnostic, debugging and instructional userspace tracer'
+arch=(x86_64)
+url='https://strace.io/'
+license=(BSD)
+depends=(perl libunwind)
+source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
+sha1sums=('8b5ced312f379806406a0ee6551fbe373c55e738'
+  'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-libunwind
+  make
+}
+
+check() {
+  # tests do not work in chroot environment. TODO: fixit.
+  # make -C $pkgname-$pkgver check
+  true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-14 Thread Anatol Pomozov via arch-commits
Date: Monday, December 14, 2020 @ 20:58:19
  Author: anatolik
Revision: 404323

upgpkg: strace 5.10-1

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 17:13:16 UTC (rev 404322)
+++ PKGBUILD2020-12-14 20:58:19 UTC (rev 404323)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=5.9
+pkgver=5.10
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha1sums=('3b86b7c84d73415245c6b4cfa0944699dcc61c74'
+sha1sums=('8b5ced312f379806406a0ee6551fbe373c55e738'
   'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 


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

2020-12-11 Thread Anatol Pomozov via arch-commits
Date: Friday, December 11, 2020 @ 17:53:07
  Author: anatolik
Revision: 403992

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 403991, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 403991, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-guest-agent.install
(from rev 403991, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/testing-x86_64/qemu-guest-agent.service
(from rev 403991, qemu/trunk/qemu-guest-agent.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 403991, qemu/trunk/qemu.install)

--+
 65-kvm.rules |1 
 PKGBUILD |  215 +
 qemu-guest-agent.install |6 +
 qemu-guest-agent.service |9 +
 qemu.install |8 +
 5 files changed, 239 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 403991, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2020-12-11 17:53:07 UTC (rev 403992)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 403991, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-11 17:53:07 UTC (rev 403992)
@@ -0,0 +1,215 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.2.0
+pkgrel=2
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing ndctl dtc)
+depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-guest-agent.service
+65-kvm.rules)
+sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth 

+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl jack"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  ninja
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip !emptydirs)
+
+  DESTDIR="$pkgdir" ninja -C build-$1 install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  cd ../bin
+
+  # remove extra arch
+  for 

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

2020-12-11 Thread Anatol Pomozov via arch-commits
Date: Friday, December 11, 2020 @ 17:52:33
  Author: anatolik
Revision: 403991

upgpkg: qemu 5.2.0-2: FS#68927: rebuild for missing dependency

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 16:57:51 UTC (rev 403990)
+++ PKGBUILD2020-12-11 17:52:33 UTC (rev 403991)
@@ -6,7 +6,7 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 11, 2020 @ 02:48:47
  Author: anatolik
Revision: 773102

archrelease: copy trunk to community-x86_64

Added:
  libc++/repos/community-x86_64/
  libc++/repos/community-x86_64/PKGBUILD
(from rev 773101, libc++/trunk/PKGBUILD)

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

Copied: libc++/repos/community-x86_64/PKGBUILD (from rev 773101, 
libc++/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-11 02:48:47 UTC (rev 773102)
@@ -0,0 +1,81 @@
+# Maintener: Anatol Pomozov
+# Contributor: Llewelyn Trahaearn 
+# Contributor: Daniel Micay 
+# Contributor: MThinkCpp 
+
+pkgbase=libc++
+pkgname=(libc++ libc++abi libc++experimental)
+pkgver=11.0.0
+pkgrel=2
+url="https://libcxx.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'llvm' 'libunwind' 'ninja' 'python')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
+noextract=("${source[@]##*/}")
+sha512sums=('b3e92091ac48772edc0c30801218ce646ef374e1968baab91df9005f58e11c3ce149b2c4c655c7001f8554fd337caa02c08783bc736153bf58f35fe008e624a4'
+'SKIP'
+
'c4360c330c27caa940b6881775e37f4801152ef9f12fe5ba754aa5d38214e588e975d760a79866d1eb26f9fba9ce9082c4248f0ac2e7d635d976b9456cc1a4aa'
+'SKIP'
+
'bfefe9784c9b466844d46e9882b93409b226277b3d98f05ff096a9b533fe1b112687122179e6e8678670f950968dbae7accf3f6ab0f0784cfb316ccab981dbcf'
+'SKIP')
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 
 (.1 releases)
+  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 
 (.0 releases)
+ 
+prepare() {
+  mkdir -p build llvm/projects/libcxx llvm/projects/libcxxabi
+  bsdtar --strip-components 1 -zxf "${source[0]##*/}" -C llvm
+  bsdtar --strip-components 1 -zxf "${source[2]##*/}" -C llvm/projects/libcxx
+  bsdtar --strip-components 1 -zxf "${source[4]##*/}" -C 
llvm/projects/libcxxabi
+  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT 
llvm/projects/libcxxabi/LICENSE.TXT
+}
+ 
+build() {
+  cd build
+
+  cmake \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++ \
+-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=NO \
+"$srcdir"/llvm
+  ninja cxx cxx_experimental
+}
+
+check() {
+  ninja -C build check-cxx check-cxxabi
+}
+
+package_libc++() {
+  pkgdesc='LLVM C++ standard library.'
+  depends=("libc++abi=$pkgver-$pkgrel")
+  options=('staticlibs')
+
+  DESTDIR="$pkgdir" ninja -C build install-cxx
+
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++abi() {
+  pkgdesc='Low level support for the LLVM C++ standard library.'
+  options=('staticlibs')
+  
+  DESTDIR="$pkgdir" ninja -C build install-cxxabi
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++experimental() {
+  depends=("libc++=$pkgver-$pkgrel")
+  pkgdesc='LLVM C++ experimental library.'
+  
+  install -Dm0644 -t "$pkgdir"/usr/lib/ build/lib/libc++experimental.a
+  install -Dm0644 llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 11, 2020 @ 02:48:28
  Author: anatolik
Revision: 773101

upgpkg: libc++ 11.0.0-2

Modified:
  libc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 02:46:12 UTC (rev 773100)
+++ PKGBUILD2020-12-11 02:48:28 UTC (rev 773101)
@@ -35,9 +35,6 @@
  
 build() {
   cd build
-  # https://wiki.archlinux.org/index.php/Clang#Build_packages_with_Clang
-  # CFLAGS=${CFLAGS/-fvar-tracking-assignments}
-  # CXXFLAGS=${CXXFLAGS/-fvar-tracking-assignments}
 
   cmake \
 -G Ninja \


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 10, 2020 @ 23:38:55
  Author: anatolik
Revision: 773094

libc++: move from AUR to [community]

Added:
  libc++/
  libc++/repos/
  libc++/trunk/
  libc++/trunk/PKGBUILD

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

Added: libc++/trunk/PKGBUILD
===
--- libc++/trunk/PKGBUILD   (rev 0)
+++ libc++/trunk/PKGBUILD   2020-12-10 23:38:55 UTC (rev 773094)
@@ -0,0 +1,84 @@
+# Maintener: Anatol Pomozov
+# Contributor: Llewelyn Trahaearn 
+# Contributor: Daniel Micay 
+# Contributor: MThinkCpp 
+
+pkgbase=libc++
+pkgname=(libc++ libc++abi libc++experimental)
+pkgver=11.0.0
+pkgrel=2
+url="https://libcxx.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'llvm' 'libunwind' 'ninja' 'python')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
+noextract=("${source[@]##*/}")
+sha512sums=('b3e92091ac48772edc0c30801218ce646ef374e1968baab91df9005f58e11c3ce149b2c4c655c7001f8554fd337caa02c08783bc736153bf58f35fe008e624a4'
+'SKIP'
+
'c4360c330c27caa940b6881775e37f4801152ef9f12fe5ba754aa5d38214e588e975d760a79866d1eb26f9fba9ce9082c4248f0ac2e7d635d976b9456cc1a4aa'
+'SKIP'
+
'bfefe9784c9b466844d46e9882b93409b226277b3d98f05ff096a9b533fe1b112687122179e6e8678670f950968dbae7accf3f6ab0f0784cfb316ccab981dbcf'
+'SKIP')
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 
 (.1 releases)
+  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 
 (.0 releases)
+ 
+prepare() {
+  mkdir -p build llvm/projects/libcxx llvm/projects/libcxxabi
+  bsdtar --strip-components 1 -zxf "${source[0]##*/}" -C llvm
+  bsdtar --strip-components 1 -zxf "${source[2]##*/}" -C llvm/projects/libcxx
+  bsdtar --strip-components 1 -zxf "${source[4]##*/}" -C 
llvm/projects/libcxxabi
+  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT 
llvm/projects/libcxxabi/LICENSE.TXT
+}
+ 
+build() {
+  cd build
+  # https://wiki.archlinux.org/index.php/Clang#Build_packages_with_Clang
+  # CFLAGS=${CFLAGS/-fvar-tracking-assignments}
+  # CXXFLAGS=${CXXFLAGS/-fvar-tracking-assignments}
+
+  cmake \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++ \
+-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=NO \
+"$srcdir"/llvm
+  ninja cxx cxx_experimental
+}
+
+check() {
+  ninja -C build check-cxx check-cxxabi
+}
+
+package_libc++() {
+  pkgdesc='LLVM C++ standard library.'
+  depends=("libc++abi=$pkgver-$pkgrel")
+  options=('staticlibs')
+
+  DESTDIR="$pkgdir" ninja -C build install-cxx
+
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++abi() {
+  pkgdesc='Low level support for the LLVM C++ standard library.'
+  options=('staticlibs')
+  
+  DESTDIR="$pkgdir" ninja -C build install-cxxabi
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++experimental() {
+  depends=("libc++=$pkgver-$pkgrel")
+  pkgdesc='LLVM C++ experimental library.'
+  
+  install -Dm0644 -t "$pkgdir"/usr/lib/ build/lib/libc++experimental.a
+  install -Dm0644 llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


Property changes on: libc++/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 10, 2020 @ 17:34:13
  Author: anatolik
Revision: 773052

archrelease: copy trunk to community-any

Added:
  ruby-activesupport/repos/community-any/PKGBUILD
(from rev 773051, ruby-activesupport/trunk/PKGBUILD)
Deleted:
  ruby-activesupport/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 17:33:52 UTC (rev 773051)
+++ PKGBUILD2020-12-10 17:34:13 UTC (rev 773052)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-
-_name=activesupport
-pkgname=ruby-activesupport
-pkgver=6.0.3.4
-pkgrel=2
-pkgdesc='A collection of utility classes and standard library extensions'
-arch=('any')
-url="https://github.com/rails/rails/tree/master/activesupport;
-license=('MIT')
-# bootstrap activesupport without i18n (circular dependency)
-depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk' 
'ruby-minitest')
-makedepends=('git' 'ruby-rake')
-# TODO: package ruby-dalli
-checkdepends=('ruby-minitest')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=(
-  '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948'  # Rafael Mendonça França 

-  '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6'  # Aaron Patterson 

-)
-
-prepare() {
-  cd "${pkgname}-${pkgver}/activesupport"
-  # we don't do version pinning
-  sed -r 's|~>|>=|g' -i "${_name}.gemspec"
-  # bootstrap activesupport (circular dependency on i18n)
-  sed -r '/i18n/d' -i "${_name}.gemspec"
-}
-
-build() {
-  cd "$pkgname-$pkgver/activesupport"
-  gem build "${_name}.gemspec"
-}
-
-# bootstrap activesupport without tests (circular dependency on i18n)
-# unspecified dependency on ruby-dalli: 
https://github.com/rails/rails/issues/38134
-# check() {
-#   cd "$pkgname-$pkgver/activesupport"
-#   rake test
-# }
-
-package() {
-  cd "$pkgname-$pkgver/activesupport"
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies \
-  --no-user-install \
-  -i "${pkgdir}/${_gemdir}" \
-  -n "${pkgdir}/usr/bin" \
-  ${_name}-${pkgver}.gem
-  install -vDm 644 MIT-LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  cd "${pkgdir}/${_gemdir}"
-  rm -rvf cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
-extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
-build_info extensions
-}

Copied: ruby-activesupport/repos/community-any/PKGBUILD (from rev 773051, 
ruby-activesupport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 17:34:13 UTC (rev 773052)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+
+_name=activesupport
+pkgname=ruby-activesupport
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='A collection of utility classes and standard library extensions'
+arch=('any')
+url="https://github.com/rails/rails/tree/master/activesupport;
+license=('MIT')
+# bootstrap activesupport without i18n (circular dependency)
+depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk' 
'ruby-minitest')
+makedepends=('git' 'ruby-rake')
+# TODO: package ruby-dalli
+checkdepends=('ruby-minitest')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=(
+  '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948'  # Rafael Mendonça França 

+  '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6'  # Aaron Patterson 

+)
+
+prepare() {
+  cd "${pkgname}-${pkgver}/activesupport"
+  # we don't do version pinning
+  sed -r 's|~>|>=|g' -i "${_name}.gemspec"
+  # bootstrap activesupport (circular dependency on i18n)
+  sed -r '/i18n/d' -i "${_name}.gemspec"
+}
+
+build() {
+  cd "$pkgname-$pkgver/activesupport"
+  gem build "${_name}.gemspec"
+}
+
+# bootstrap activesupport without tests (circular dependency on i18n)
+# unspecified dependency on ruby-dalli: 
https://github.com/rails/rails/issues/38134
+# check() {
+#   cd "$pkgname-$pkgver/activesupport"
+#   rake test
+# }
+
+package() {
+  cd "$pkgname-$pkgver/activesupport"
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies \
+  --no-user-install \
+  -i "${pkgdir}/${_gemdir}" \
+  -n "${pkgdir}/usr/bin" \
+  ${_name}-${pkgver}.gem
+  install -vDm 644 MIT-LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd "${pkgdir}/${_gemdir}"
+  rm -rvf cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
+build_info extensions
+}


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 10, 2020 @ 17:33:52
  Author: anatolik
Revision: 773051

upgpkg: ruby-activesupport 6.1.0-1

Modified:
  ruby-activesupport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:25:04 UTC (rev 773050)
+++ PKGBUILD2020-12-10 17:33:52 UTC (rev 773051)
@@ -2,8 +2,8 @@
 
 _name=activesupport
 pkgname=ruby-activesupport
-pkgver=6.0.3.4
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 pkgdesc='A collection of utility classes and standard library extensions'
 arch=('any')
 url="https://github.com/rails/rails/tree/master/activesupport;


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

2020-12-09 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 16:55:05
  Author: anatolik
Revision: 772871

archrelease: copy trunk to community-testing-x86_64

Added:
  librdkafka/repos/community-testing-x86_64/
  librdkafka/repos/community-testing-x86_64/PKGBUILD
(from rev 772870, librdkafka/trunk/PKGBUILD)

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

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


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

2020-12-09 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 16:51:28
  Author: anatolik
Revision: 772870

upgpkg: librdkafka 1.5.3-1

Modified:
  librdkafka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 16:12:00 UTC (rev 772869)
+++ PKGBUILD2020-12-09 16:51:28 UTC (rev 772870)
@@ -4,7 +4,7 @@
 # Contributor: Alim Gokkaya 
 
 pkgname=librdkafka
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='The Apache Kafka C/C++ library'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(libsasl zstd)
 makedepends=(python openssl lz4 rapidjson cmake)
 
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('ca3db90d04ef81ca791e55e9eed67e004b547b7adedf11df6c24ac377d4840c6')
+sha256sums=('2105ca01fef5beca10c9f010bc50342b15d5ce6b73b2489b012e6d09a008b7bf')
 
 build() {
   cmake -S librdkafka-$pkgver -B build


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:15:56
  Author: anatolik
Revision: 403177

Add dependency reported by namcap

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 05:13:11 UTC (rev 403176)
+++ PKGBUILD2020-12-09 05:15:56 UTC (rev 403177)
@@ -204,7 +204,7 @@
 
 package_qemu-guest-agent() {
   pkgdesc="QEMU Guest Agent"
-  depends=(gcc-libs glib2 libudev.so)
+  depends=(gcc-libs glib2 libudev.so liburing)
   install=qemu-guest-agent.install
 
   install -D build-full/qga/qemu-ga "$pkgdir/usr/bin/qemu-ga"


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:13:11
  Author: anatolik
Revision: 403176

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 403175, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 403175, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-guest-agent.install
(from rev 403175, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/testing-x86_64/qemu-guest-agent.service
(from rev 403175, qemu/trunk/qemu-guest-agent.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 403175, qemu/trunk/qemu.install)

--+
 65-kvm.rules |1 
 PKGBUILD |  215 +
 qemu-guest-agent.install |6 +
 qemu-guest-agent.service |9 +
 qemu.install |8 +
 5 files changed, 239 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 403175, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2020-12-09 05:13:11 UTC (rev 403176)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 403175, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-09 05:13:11 UTC (rev 403176)
@@ -0,0 +1,215 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.2.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing ndctl dtc)
+depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-guest-agent.service
+65-kvm.rules)
+sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth 

+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl jack"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  ninja
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip !emptydirs)
+
+  DESTDIR="$pkgdir" ninja -C build-$1 install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  cd ../bin
+
+  # remove extra arch
+  

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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:12:04
  Author: anatolik
Revision: 403175

qemu was incorrectly pushed to comuunity-testing

Deleted:
  qemu/repos/community-testing-x86_64/


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:08:16
  Author: anatolik
Revision: 403174

archrelease: copy trunk to community-testing-x86_64

Added:
  qemu/repos/community-testing-x86_64/
  qemu/repos/community-testing-x86_64/65-kvm.rules
(from rev 403173, qemu/trunk/65-kvm.rules)
  qemu/repos/community-testing-x86_64/PKGBUILD
(from rev 403173, qemu/trunk/PKGBUILD)
  qemu/repos/community-testing-x86_64/qemu-guest-agent.install
(from rev 403173, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/community-testing-x86_64/qemu-guest-agent.service
(from rev 403173, qemu/trunk/qemu-guest-agent.service)
  qemu/repos/community-testing-x86_64/qemu.install
(from rev 403173, qemu/trunk/qemu.install)

--+
 65-kvm.rules |1 
 PKGBUILD |  215 +
 qemu-guest-agent.install |6 +
 qemu-guest-agent.service |9 +
 qemu.install |8 +
 5 files changed, 239 insertions(+)

Copied: qemu/repos/community-testing-x86_64/65-kvm.rules (from rev 403173, 
qemu/trunk/65-kvm.rules)
===
--- community-testing-x86_64/65-kvm.rules   (rev 0)
+++ community-testing-x86_64/65-kvm.rules   2020-12-09 05:08:16 UTC (rev 
403174)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/community-testing-x86_64/PKGBUILD (from rev 403173, 
qemu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-09 05:08:16 UTC (rev 403174)
@@ -0,0 +1,215 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.2.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing ndctl dtc)
+depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-guest-agent.service
+65-kvm.rules)
+sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth 

+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl jack"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  ninja
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip !emptydirs)
+
+  DESTDIR="$pkgdir" ninja -C build-$1 install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s 

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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:07:42
  Author: anatolik
Revision: 403173

upgpkg: qemu 5.2.0-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 02:48:40 UTC (rev 403172)
+++ PKGBUILD2020-12-09 05:07:42 UTC (rev 403173)
@@ -5,20 +5,20 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=5.1.0
-pkgrel=3
+pkgver=5.2.0
+pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
 _headlessdeps=(seabios gnutls libpng libaio numactl libnfs
lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
-   libssh zstd liburing)
+   libssh zstd liburing ndctl dtc)
 depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
-makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs)
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
 qemu-guest-agent.service
 65-kvm.rules)
-sha512sums=('e213edb71d93d5167ddce7546220ecb7b52a7778586a4f476f65bd1e510c9cfc6d1876238a7b501d9cc3fd31cc2ae4b7fb9e753bc3f12cc17cd16dfce2a96ba3'
+sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
 'SKIP'
 
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
 
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
@@ -64,7 +64,7 @@
 --enable-xfsctl \
 "${@:2}"
 
-  make
+  ninja
 )
 
 package_qemu() {
@@ -92,7 +92,7 @@
   install=qemu.install
   options=(!strip !emptydirs)
 
-  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+  DESTDIR="$pkgdir" ninja -C build-$1 install "${@:2}"
 
   # systemd stuff
   install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
@@ -207,7 +207,7 @@
   depends=(gcc-libs glib2 libudev.so)
   install=qemu-guest-agent.install
 
-  install -D build-full/qemu-ga "$pkgdir/usr/bin/qemu-ga"
+  install -D build-full/qga/qemu-ga "$pkgdir/usr/bin/qemu-ga"
   install -Dm644 qemu-guest-agent.service 
"$pkgdir/usr/lib/systemd/system/qemu-guest-agent.service"
   install -Dm755 "$srcdir/qemu-$pkgver/scripts/qemu-guest-agent/fsfreeze-hook" 
"$pkgdir/etc/qemu/fsfreeze-hook"
 }


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 02:48:40
  Author: anatolik
Revision: 403172

archrelease: copy trunk to testing-x86_64

Added:
  spice/repos/testing-x86_64/
  spice/repos/testing-x86_64/PKGBUILD
(from rev 403171, spice/trunk/PKGBUILD)

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

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 403171, 
spice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-09 02:48:40 UTC (rev 403172)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.3
+pkgrel=3
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=('pixman' 'opus' 'libjpeg-turbo' 'glib2' 'libsasl' 'lz4')
+makedepends=('meson' 'spice-protocol' 'libcacard')
+checkdepends=('gdk-pixbuf2' 'glib-networking')
+provides=('libspice-server.so')
+source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sign})
+sha256sums=('551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114'
+'SKIP')
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

+
+prepare() {
+  sed -i "s/if not version_info.contains('git')/if version_info.length() >= 
4/" $pkgname-$pkgver/server/meson.build
+}
+
+build() {
+  arch-meson "$pkgname-$pkgver" build -D gstreamer=no
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 02:48:20
  Author: anatolik
Revision: 403171

upgpkg: spice 0.14.3-3: FS#68061: apply an upstream fix to correct version 
reporting

Modified:
  spice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:35:25 UTC (rev 403170)
+++ PKGBUILD2020-12-09 02:48:20 UTC (rev 403171)
@@ -3,7 +3,7 @@
 
 pkgname=spice
 pkgver=0.14.3
-pkgrel=2
+pkgrel=3
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org;
@@ -17,6 +17,10 @@
 'SKIP')
 validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

 
+prepare() {
+  sed -i "s/if not version_info.contains('git')/if version_info.length() >= 
4/" $pkgname-$pkgver/server/meson.build
+}
+
 build() {
   arch-meson "$pkgname-$pkgver" build -D gstreamer=no
   ninja -C build


[arch-commits] Commit in gitlab/repos/community-x86_64 (26 files)

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 8, 2020 @ 18:10:48
  Author: anatolik
Revision: 771959

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  370 +--
 configs.patch   |  622 +++---
 environment |6 
 fixes.patch |   38 +-
 gitlab-backup.service   |   38 +-
 gitlab-backup.timer |   20 -
 gitlab-mailroom.service |   42 +--
 gitlab-puma.service |   68 ++---
 gitlab-sidekiq.service  |   60 ++--
 gitlab.install  |   68 ++---
 gitlab.logrotate|   12 
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 13 files changed, 680 insertions(+), 680 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 18:10:38 UTC (rev 771958)
+++ PKGBUILD2020-12-08 18:10:48 UTC (rev 771959)
@@ -1,185 +0,0 @@
-# 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.6.1
-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
-fixes.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'
-
'282a2063a9ac04272ab46c04417aedecc46ff99db6e35cf8b6bf04b3c38f1dc7492677d95f95773e756a52fcc5fba85e844931271dab52aa582598cbb9cacde3'
-
'790611d868e8206b83694f8509c38e49f92fc85678b9ff81e0d158dcb3f4c8251f231b8e71b77e216eb254dedbaf68ea46348896aa327f04c6dd4cb08a661dbd'
-
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
-

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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 8, 2020 @ 18:09:45
  Author: anatolik
Revision: 771956

upgpkg: gitlab 13.6.2-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 18:09:44 UTC (rev 771955)
+++ PKGBUILD2020-12-08 18:09:45 UTC (rev 771956)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.6.1
+pkgver=13.6.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


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

2020-12-07 Thread Anatol Pomozov via arch-commits
Date: Monday, December 7, 2020 @ 17:45:17
  Author: anatolik
Revision: 403082

archrelease: copy trunk to testing-x86_64

Added:
  fuse3/repos/testing-x86_64/
  fuse3/repos/testing-x86_64/PKGBUILD
(from rev 403081, fuse3/trunk/PKGBUILD)

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

Copied: fuse3/repos/testing-x86_64/PKGBUILD (from rev 403081, 
fuse3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-07 17:45:17 UTC (rev 403082)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.10.1
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
+sha256sums=('d82d74d4c03e099f806e4bb31483955637c69226576bf0ca9bd142f1d50ae451'
+'SKIP')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin -D examples=false . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  install -Dm644 fuse-${pkgver}/util/fuse.conf ${pkgdir}/etc/fuse.conf
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+  depends=('fuse-common' 'glibc')
+
+  cd fuse-$pkgver/build
+
+  DESTDIR=${pkgdir} ninja install
+
+  rm -r ${pkgdir}/etc/init.d
+  rm -r ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+}


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

2020-12-07 Thread Anatol Pomozov via arch-commits
Date: Monday, December 7, 2020 @ 17:44:50
  Author: anatolik
Revision: 403081

upgpkg: fuse3 3.10.1-1

Modified:
  fuse3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 17:42:14 UTC (rev 403080)
+++ PKGBUILD2020-12-07 17:44:50 UTC (rev 403081)
@@ -4,7 +4,7 @@
 
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -12,7 +12,7 @@
 makedepends=('pkg-config' 'meson' 'udev')
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
-sha256sums=('26517954567f237a7dbcb532755ba0d2c77575c5d90db7566b6e40ec05b0a039'
+sha256sums=('d82d74d4c03e099f806e4bb31483955637c69226576bf0ca9bd142f1d50ae451'
 'SKIP')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 


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

2020-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 7, 2020 @ 06:29:47
  Author: anatolik
Revision: 771354

Enable source highlighting

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 04:54:50 UTC (rev 771353)
+++ PKGBUILD2020-12-07 06:29:47 UTC (rev 771354)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile gdb-common mpfr libelf)
+depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
@@ -28,6 +28,7 @@
   ../configure \
 --target=$_target \
 --prefix=/usr \
+--enable-source-highlight \
 --enable-languages=c,c++ \
 --disable-multilib \
 --enable-interwork \


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

2020-12-05 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 5, 2020 @ 16:55:23
  Author: anatolik
Revision: 770915

archrelease: copy trunk to community-testing-any

Added:
  ruby-mini_mime/repos/community-testing-any/
  ruby-mini_mime/repos/community-testing-any/PKGBUILD
(from rev 770914, ruby-mini_mime/trunk/PKGBUILD)

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

Copied: ruby-mini_mime/repos/community-testing-any/PKGBUILD (from rev 770914, 
ruby-mini_mime/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-12-05 16:55:23 UTC (rev 770915)
@@ -0,0 +1,25 @@
+
+pkgname=ruby-mini_mime
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='A lightweight mime type lookup toy'
+arch=('any')
+url='https://github.com/discourse/mini_mime'
+depends=('ruby')
+license=('MIT')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('0a0ecc37505f011ce78419188f894774806e143a75babaf8485a8fee7b06b5ab')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 5, 2020 @ 16:54:59
  Author: anatolik
Revision: 770914

upgpkg: ruby-mini_mime 1.0.2-1

Modified:
  ruby-mini_mime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 16:41:24 UTC (rev 770913)
+++ PKGBUILD2020-12-05 16:54:59 UTC (rev 770914)
@@ -1,7 +1,7 @@
 
 pkgname=ruby-mini_mime
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='A lightweight mime type lookup toy'
 arch=('any')
 url='https://github.com/discourse/mini_mime'
@@ -10,7 +10,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('a325b0c7a0242720a624f47149181f3873b4f81663cb346ada9f1e3430d497e0')
+sha256sums=('0a0ecc37505f011ce78419188f894774806e143a75babaf8485a8fee7b06b5ab')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in yubikey-full-disk-encryption/repos (2 files)

2020-12-04 Thread Anatol Pomozov via arch-commits
Date: Friday, December 4, 2020 @ 17:53:28
  Author: anatolik
Revision: 769997

archrelease: copy trunk to community-testing-any

Added:
  yubikey-full-disk-encryption/repos/community-testing-any/
  yubikey-full-disk-encryption/repos/community-testing-any/PKGBUILD
(from rev 769996, yubikey-full-disk-encryption/trunk/PKGBUILD)

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

Copied: yubikey-full-disk-encryption/repos/community-testing-any/PKGBUILD (from 
rev 769996, yubikey-full-disk-encryption/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-12-04 17:53:28 UTC (rev 769997)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: therojam 
+
+pkgname=yubikey-full-disk-encryption
+_commit=2c5fdf3200ad62337078c4e5dd109040e836d73c
+pkgver=r150.2c5fdf3
+pkgrel=1
+pkgdesc='Use YubiKey to unlock a LUKS partition'
+arch=(any)
+url='https://github.com/agherzan/yubikey-full-disk-encryption'
+license=(Apache)
+depends=(yubikey-personalization cryptsetup)
+optdepends=('ykchalresp-nfc: NFC support'
+'udisks2: use ykfde-open without root'
+'expect: use ykfde-open without root')
+makedepends=(git)
+backup=(etc/ykfde.conf)
+source=(git+https://github.com/agherzan/yubikey-full-disk-encryption.git#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd yubikey-full-disk-encryption
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+package() {
+  cd yubikey-full-disk-encryption
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in yubikey-full-disk-encryption/trunk (PKGBUILD)

2020-12-04 Thread Anatol Pomozov via arch-commits
Date: Friday, December 4, 2020 @ 17:52:42
  Author: anatolik
Revision: 769996

upgpkg: yubikey-full-disk-encryption r150.2c5fdf3-1

Modified:
  yubikey-full-disk-encryption/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-04 17:33:55 UTC (rev 769995)
+++ PKGBUILD2020-12-04 17:52:42 UTC (rev 769996)
@@ -2,15 +2,17 @@
 # Contributor: therojam 
 
 pkgname=yubikey-full-disk-encryption
-_commit=2ce7aa7626c8537151f8336c6782d513c4521a5c
-pkgver=r143.2ce7aa7
+_commit=2c5fdf3200ad62337078c4e5dd109040e836d73c
+pkgver=r150.2c5fdf3
 pkgrel=1
 pkgdesc='Use YubiKey to unlock a LUKS partition'
 arch=(any)
 url='https://github.com/agherzan/yubikey-full-disk-encryption'
 license=(Apache)
-depends=(yubikey-personalization cryptsetup udisks2 expect)
-#optdepends=('ykchalresp-nfc: NFC support')
+depends=(yubikey-personalization cryptsetup)
+optdepends=('ykchalresp-nfc: NFC support'
+'udisks2: use ykfde-open without root'
+'expect: use ykfde-open without root')
 makedepends=(git)
 backup=(etc/ykfde.conf)
 
source=(git+https://github.com/agherzan/yubikey-full-disk-encryption.git#commit=$_commit)


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 18:30:03
  Author: anatolik
Revision: 769732

archrelease: copy trunk to community-any

Added:
  ruby-activesupport/repos/community-any/PKGBUILD
(from rev 769731, ruby-activesupport/trunk/PKGBUILD)
Deleted:
  ruby-activesupport/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 18:29:40 UTC (rev 769731)
+++ PKGBUILD2020-12-03 18:30:03 UTC (rev 769732)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-
-_name=activesupport
-pkgname=ruby-activesupport
-pkgver=6.0.3.4
-pkgrel=1
-pkgdesc='A collection of utility classes and standard library extensions'
-arch=('any')
-url="https://github.com/rails/rails/tree/master/activesupport;
-license=('MIT')
-# bootstrap activesupport without i18n (circular dependency)
-depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk')
-makedepends=('git' 'ruby-rake')
-# TODO: package ruby-dalli
-checkdepends=('ruby-minitest')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=(
-  '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948'  # Rafael Mendonça França 

-  '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6'  # Aaron Patterson 

-)
-
-prepare() {
-  cd "${pkgname}-${pkgver}/activesupport"
-  # we don't do version pinning
-  sed -r 's|~>|>=|g' -i "${_name}.gemspec"
-  # bootstrap activesupport (circular dependency on i18n)
-  sed -r '/i18n/d' -i "${_name}.gemspec"
-}
-
-build() {
-  cd "$pkgname-$pkgver/activesupport"
-  gem build "${_name}.gemspec"
-}
-
-# bootstrap activesupport without tests (circular dependency on i18n)
-# unspecified dependency on ruby-dalli: 
https://github.com/rails/rails/issues/38134
-# check() {
-#   cd "$pkgname-$pkgver/activesupport"
-#   rake test
-# }
-
-package() {
-  cd "$pkgname-$pkgver/activesupport"
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies \
-  --no-user-install \
-  -i "${pkgdir}/${_gemdir}" \
-  -n "${pkgdir}/usr/bin" \
-  ${_name}-${pkgver}.gem
-  install -vDm 644 MIT-LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  cd "${pkgdir}/${_gemdir}"
-  rm -rvf cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
-extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
-build_info extensions
-}

Copied: ruby-activesupport/repos/community-any/PKGBUILD (from rev 769731, 
ruby-activesupport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-03 18:30:03 UTC (rev 769732)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+
+_name=activesupport
+pkgname=ruby-activesupport
+pkgver=6.0.3.4
+pkgrel=2
+pkgdesc='A collection of utility classes and standard library extensions'
+arch=('any')
+url="https://github.com/rails/rails/tree/master/activesupport;
+license=('MIT')
+# bootstrap activesupport without i18n (circular dependency)
+depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk' 
'ruby-minitest')
+makedepends=('git' 'ruby-rake')
+# TODO: package ruby-dalli
+checkdepends=('ruby-minitest')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=(
+  '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948'  # Rafael Mendonça França 

+  '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6'  # Aaron Patterson 

+)
+
+prepare() {
+  cd "${pkgname}-${pkgver}/activesupport"
+  # we don't do version pinning
+  sed -r 's|~>|>=|g' -i "${_name}.gemspec"
+  # bootstrap activesupport (circular dependency on i18n)
+  sed -r '/i18n/d' -i "${_name}.gemspec"
+}
+
+build() {
+  cd "$pkgname-$pkgver/activesupport"
+  gem build "${_name}.gemspec"
+}
+
+# bootstrap activesupport without tests (circular dependency on i18n)
+# unspecified dependency on ruby-dalli: 
https://github.com/rails/rails/issues/38134
+# check() {
+#   cd "$pkgname-$pkgver/activesupport"
+#   rake test
+# }
+
+package() {
+  cd "$pkgname-$pkgver/activesupport"
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies \
+  --no-user-install \
+  -i "${pkgdir}/${_gemdir}" \
+  -n "${pkgdir}/usr/bin" \
+  ${_name}-${pkgver}.gem
+  install -vDm 644 MIT-LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd "${pkgdir}/${_gemdir}"
+  rm -rvf cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
+build_info extensions
+}


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 18:29:40
  Author: anatolik
Revision: 769731

upgpkg: ruby-activesupport 6.0.3.4-2: Add missing dependency

Modified:
  ruby-activesupport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 18:26:35 UTC (rev 769730)
+++ PKGBUILD2020-12-03 18:29:40 UTC (rev 769731)
@@ -3,13 +3,13 @@
 _name=activesupport
 pkgname=ruby-activesupport
 pkgver=6.0.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A collection of utility classes and standard library extensions'
 arch=('any')
 url="https://github.com/rails/rails/tree/master/activesupport;
 license=('MIT')
 # bootstrap activesupport without i18n (circular dependency)
-depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk')
+depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk' 
'ruby-minitest')
 makedepends=('git' 'ruby-rake')
 # TODO: package ruby-dalli
 checkdepends=('ruby-minitest')


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:36:10
  Author: anatolik
Revision: 769726

archrelease: copy trunk to community-testing-x86_64

Added:
  fossil/repos/community-testing-x86_64/
  fossil/repos/community-testing-x86_64/PKGBUILD
(from rev 769725, fossil/trunk/PKGBUILD)
  fossil/repos/community-testing-x86_64/fossil-xinetd
(from rev 769725, fossil/trunk/fossil-xinetd)
  fossil/repos/community-testing-x86_64/fossil.service
(from rev 769725, fossil/trunk/fossil.service)
  fossil/repos/community-testing-x86_64/fossil.socket
(from rev 769725, fossil/trunk/fossil.socket)

+
 PKGBUILD   |   44 
 fossil-xinetd  |   23 +++
 fossil.service |   11 +++
 fossil.socket  |   10 ++
 4 files changed, 88 insertions(+)

Copied: fossil/repos/community-testing-x86_64/PKGBUILD (from rev 769725, 
fossil/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-03 17:36:10 UTC (rev 769726)
@@ -0,0 +1,44 @@
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=2.13
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(x86_64)
+license=(BSD)
+url='https://www.fossil-scm.org'
+depends=(openssl zlib sqlite)
+makedepends=(tcl)
+optdepends=(tcl)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://www.fossil-scm.org/index.html/uv/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'d933d3e0710eed3de5ee23bf8d2677419c4d4a8cd30b61f7161d9071d63a73f5')
+
+build() {
+  cd fossil-$pkgver
+  ./configure --prefix=/usr --json --disable-internal-sqlite --with-tcl=/usr 
--with-tcl-private-stubs=1
+  # headers and translate targets are problematic with parallel jobs
+  #make -j1 bld bld/headers
+  make
+}
+
+package() {
+  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
+  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
+  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
+
+  cd fossil-$pkgver
+  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
+  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
+  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: fossil/repos/community-testing-x86_64/fossil-xinetd (from rev 769725, 
fossil/trunk/fossil-xinetd)
===
--- community-testing-x86_64/fossil-xinetd  (rev 0)
+++ community-testing-x86_64/fossil-xinetd  2020-12-03 17:36:10 UTC (rev 
769726)
@@ -0,0 +1,23 @@
+service fossil
+{
+#better not change any of these
+type = UNLISTED
+socket_type = stream
+protocol = tcp
+wait = no
+user = root
+server = /usr/bin/fossil
+
+#only change these
+#http port, fossil will listen
+port = 8055
+
+#change this path to where your fossil repositories are
+server_args = http /var/fossil
+
+#comment next line to enable remote access
+only_from = 127.0.0.1 localhost
+
+#change to `no` to activate fossil
+disable = yes
+}

Copied: fossil/repos/community-testing-x86_64/fossil.service (from rev 769725, 
fossil/trunk/fossil.service)
===
--- community-testing-x86_64/fossil.service (rev 0)
+++ community-testing-x86_64/fossil.service 2020-12-03 17:36:10 UTC (rev 
769726)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fossil service
+
+[Service]
+# /var/fossil is the default path to fossil repositories
+ExecStart=-/usr/bin/fossil http /var/fossil
+StandardInput=socket
+# Uncomment this line to use fossil with URL prefix
+# This allows fossil to generate correct hyperlinks and redirects when
+# hosted within virtual directory (e.g. nginx reverse-proxy setups)
+#Environment=SCRIPT_NAME=/fossil

Copied: fossil/repos/community-testing-x86_64/fossil.socket (from rev 769725, 
fossil/trunk/fossil.socket)
===
--- community-testing-x86_64/fossil.socket  (rev 0)
+++ community-testing-x86_64/fossil.socket  2020-12-03 17:36:10 UTC (rev 
769726)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Fossil socket
+
+[Socket]
+# TCP port to listen on
+ListenStream=8055
+Accept=yes
+
+[Install]
+WantedBy=sockets.target


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:35:44
  Author: anatolik
Revision: 769725

upgpkg: fossil 2.13-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:34:21 UTC (rev 769724)
+++ PKGBUILD2020-12-03 17:35:44 UTC (rev 769725)
@@ -3,7 +3,7 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=2.12.1
+pkgver=2.13
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(x86_64)
@@ -22,7 +22,7 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'822326ffcfed3748edaf4cfd5ab45b23225dea840304f765d1d55d2e6c7d6603')
+'d933d3e0710eed3de5ee23bf8d2677419c4d4a8cd30b61f7161d9071d63a73f5')
 
 build() {
   cd fossil-$pkgver


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:34:21
  Author: anatolik
Revision: 769724

archrelease: copy trunk to community-testing-any

Added:
  ruby-mustache/repos/community-testing-any/
  ruby-mustache/repos/community-testing-any/PKGBUILD
(from rev 769723, ruby-mustache/trunk/PKGBUILD)

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

Copied: ruby-mustache/repos/community-testing-any/PKGBUILD (from rev 769723, 
ruby-mustache/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-12-03 17:34:21 UTC (rev 769724)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=mustache
+pkgname=ruby-$_gemname
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Mustache is a framework-agnostic way to render logic-free views.'
+arch=(any)
+url='https://github.com/defunkt/mustache'
+license=(MIT)
+depends=(ruby)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('52fafb63b70286bd197c5fa843c082798c1b8a85')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -N -i "$pkgdir/$_gemdir" 
-n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:34:05
  Author: anatolik
Revision: 769723

upgpkg: ruby-mustache 1.1.1-1

Modified:
  ruby-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:27:26 UTC (rev 769722)
+++ PKGBUILD2020-12-03 17:34:05 UTC (rev 769723)
@@ -3,8 +3,8 @@
 
 _gemname=mustache
 pkgname=ruby-$_gemname
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='Mustache is a framework-agnostic way to render logic-free views.'
 arch=(any)
 url='https://github.com/defunkt/mustache'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('4cc9936d64f115193c9021257f928c9b566ab419')
+sha1sums=('52fafb63b70286bd197c5fa843c082798c1b8a85')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:27:26
  Author: anatolik
Revision: 769722

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-sassc/repos/community-testing-x86_64/
  ruby-sassc/repos/community-testing-x86_64/PKGBUILD
(from rev 769721, ruby-sassc/trunk/PKGBUILD)

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

Copied: ruby-sassc/repos/community-testing-x86_64/PKGBUILD (from rev 769721, 
ruby-sassc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-03 17:27:26 UTC (rev 769722)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+
+_gemname=sassc
+pkgname=ruby-$_gemname
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Use libsass with Ruby!"
+arch=(x86_64)
+url='https://github.com/sass/sassc-ruby'
+license=(MIT)
+depends=(ruby ruby-ffi)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('3032f0c1662efc8aa04636e99a6bdefd15549fc8')
+
+package() {
+  local _gemdir=$(gem env gemdir)
+  local _extdir=$(ruby -e'puts File.join(Gem.default_dir, "extensions", 
Gem::Platform.local.to_s, Gem.extension_api_version)')/$_gemname-$pkgver
+  gem install --ignore-dependencies --no-document --no-user-install -i 
"$pkgdir/$_gemdir" -n "$pkgdir"/usr/bin $_gemname-$pkgver.gem -- 
--disable-march-tune-native
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+
+  ln -s "/$_extdir/sassc/libsass.so" 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/sassc/"
+
+  # remove junk
+  rm -r "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/"{ext,test}
+  rm "$pkgdir/$_extdir"/gem_make.out
+}


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:27:10
  Author: anatolik
Revision: 769721

upgpkg: ruby-sassc 2.4.0-1

Modified:
  ruby-sassc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:26:52 UTC (rev 769720)
+++ PKGBUILD2020-12-03 17:27:10 UTC (rev 769721)
@@ -2,8 +2,8 @@
 
 _gemname=sassc
 pkgname=ruby-$_gemname
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="Use libsass with Ruby!"
 arch=(x86_64)
 url='https://github.com/sass/sassc-ruby'
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('53868c8146264e70c532ec5d683d014436eaf922')
+sha1sums=('3032f0c1662efc8aa04636e99a6bdefd15549fc8')
 
 package() {
   local _gemdir=$(gem env gemdir)


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:26:52
  Author: anatolik
Revision: 769720

archrelease: copy trunk to community-testing-x86_64

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

-+
 PKGBUILD|  185 +++
 configs.patch   |  311 ++
 environment |3 
 fixes.patch |   19 ++
 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, 680 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 769719, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-03 17:26:52 UTC (rev 769720)
@@ -0,0 +1,185 @@
+# 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.6.1
+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
+fixes.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'
+
'282a2063a9ac04272ab46c04417aedecc46ff99db6e35cf8b6bf04b3c38f1dc7492677d95f95773e756a52fcc5fba85e844931271dab52aa582598cbb9cacde3'
+
'790611d868e8206b83694f8509c38e49f92fc85678b9ff81e0d158dcb3f4c8251f231b8e71b77e216eb254dedbaf68ea46348896aa327f04c6dd4cb08a661dbd'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'75bf9e5ad238a862dfc2638101fb74101227d88958a5f0fdf1ced3833e403f91b6a5908dfb97c5172f75748737212bf87d05b7d39bbe90ed5d3a6c248c1c1ab6'
+
'18f4a31935d0626c26d1be1942b715128cf3edcb114f672af16e4a145d8ac693e1afc7d59094cae3702e47e4c6c4cb4a62a009bafcbec500e69120a2dd400a2a'
+
'8afffb8caafdaa7a39991a4e694efc5133af1dc201ae07f3dc3989dbabb983339941011ffdd1f97c63033c94a02a3a7a6eb3722001aa3e7155c16f6743aec4c8'
+

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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:25:48
  Author: anatolik
Revision: 769719

upgpkg: gitlab 13.6.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:10:15 UTC (rev 769718)
+++ PKGBUILD2020-12-03 17:25:48 UTC (rev 769719)
@@ -8,8 +8,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.5.2
-pkgrel=2
+pkgver=13.6.1
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-foss;


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:02:51
  Author: anatolik
Revision: 769713

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 769712, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/configs.patch
(from rev 769712, gitlab-gitaly/trunk/configs.patch)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 769712, 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 769712, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-03 17:02:51 UTC (rev 769713)
@@ -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.6.1
+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 git)
+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=('a48f4f991af2e0589314636e1757e39f44742ffbd2b93d5a5669911728a42ba497d4782016f4a98f001f879af3933721f8d2cb5566b2571c23a0ed0ad9970796'
+
'1b83abe2034a195c33a6dbb7907f93d33b53bd94dc983be5dee5533a1e61cc41fd5228e04dcd2b2576a87a371bf5ab7c81212262421ee7c6ec46c949da4c1153'
+
'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 
769712, gitlab-gitaly/trunk/configs.patch)
===
--- community-testing-x86_64/configs.patch  (rev 0)
+++ community-testing-x86_64/configs.patch  2020-12-03 17:02:51 UTC (rev 
769713)
@@ -0,0 +1,99 @@
+commit 438448e3b000359b1c9ec16d2918605888f5903e
+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 befe90a3..d4317462 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)
+ 

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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 17:02:27
  Author: anatolik
Revision: 769712

upgpkg: gitlab-gitaly 13.6.1-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 16:53:35 UTC (rev 769711)
+++ PKGBUILD2020-12-03 17:02:27 UTC (rev 769712)
@@ -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.5.2
+pkgver=13.6.1
 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=('6c8fbbd1a1320c2a3e20f9a623724348c5af96e69718022947545fd8389a715a9d9fc3de2a449eef6086427c4a6d38eccbebd6d19ad7edd024fdd9cdb19eb424'
+sha512sums=('a48f4f991af2e0589314636e1757e39f44742ffbd2b93d5a5669911728a42ba497d4782016f4a98f001f879af3933721f8d2cb5566b2571c23a0ed0ad9970796'
 
'1b83abe2034a195c33a6dbb7907f93d33b53bd94dc983be5dee5533a1e61cc41fd5228e04dcd2b2576a87a371bf5ab7c81212262421ee7c6ec46c949da4c1153'
 
'7f5cd528c873a5e43e18aa6a88bd7298422c047e0e61cf3208be7d9fcfdfdc8a844b5c439ab6afc2098c5c4c60ed9c3d167c2f87517f1e93b34f39be3d3dad09')
 


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 16:53:35
  Author: anatolik
Revision: 769711

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 769710, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service
(from rev 769710, 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 
769710, gitlab-workhorse/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-03 16:53:35 UTC (rev 769711)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=8.57.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=('2220e933543f1f5ce21276bc5729a6ec623d4218543029d9aafc169c59793b930efc24261e851240221e51c4767c4fdc2068efae2a585a79ded0fb6eda22edd2'
+
'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 769710, gitlab-workhorse/trunk/gitlab-workhorse.service)
===
--- community-testing-x86_64/gitlab-workhorse.service   
(rev 0)
+++ community-testing-x86_64/gitlab-workhorse.service   2020-12-03 16:53:35 UTC 
(rev 769711)
@@ -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-workhorse/trunk (PKGBUILD)

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 16:53:16
  Author: anatolik
Revision: 769710

upgpkg: gitlab-workhorse 8.57.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 16:40:49 UTC (rev 769709)
+++ PKGBUILD2020-12-03 16:53:16 UTC (rev 769710)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=8.55.0
+pkgver=8.57.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=('3d8af1eaeaaafb431ce7ea0a8bc9feb99a79ddbb6b55b06356030debc157e72a3e7ea4289d0943edd1998e5dfd8a0120b5d5efd69b9279d27c4e41fadafa3581'
+sha512sums=('2220e933543f1f5ce21276bc5729a6ec623d4218543029d9aafc169c59793b930efc24261e851240221e51c4767c4fdc2068efae2a585a79ded0fb6eda22edd2'
 
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
 
 build() {


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 16:46:09
  Author: anatolik
Revision: 402848

archrelease: copy trunk to testing-x86_64

Added:
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 402847, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 402847, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 402847, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 402847, lua/trunk/lua.pc)

-+
 LICENSE |   30 +++
 PKGBUILD|   58 
 liblua.so.patch |   60 ++
 lua.pc  |   20 ++
 4 files changed, 168 insertions(+)

Copied: lua/repos/testing-x86_64/LICENSE (from rev 402847, lua/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-12-03 16:46:09 UTC (rev 402848)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-x86_64/PKGBUILD (from rev 402847, lua/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-03 16:46:09 UTC (rev 402848)
@@ -0,0 +1,58 @@
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.4.2
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('x86_64')
+url='https://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+sha1sums=('96d4a21393c94bed286b8dc0568f4bdde8730b22'
+  'cdfa66057f43aaf4b5914496aa6a4556f3a6e7a0'
+  '1aee8d1a219639d0efc534e483ffa1ee236fb393'
+  '05f5f3b7bef0258bd617c505b8992de639af4551')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  make MYCFLAGS="$CFLAGS -fPIC" MYLDFLAGS="$LDFLAGS" linux-readline
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  ln -sf /usr/bin/luac "$pkgdir"/usr/bin/luac$_majorver
+  ln -sf /usr/lib/liblua.so.$pkgver "$pkgdir"/usr/lib/liblua$_majorver.so
+
+  install -Dm644 lua.pc "$pkgdir"/usr/lib/pkgconfig/lua54.pc
+  ln -sf lua54.pc "$pkgdir"/usr/lib/pkgconfig/lua.pc
+  ln -sf lua54.pc "$pkgdir"/usr/lib/pkgconfig/lua5.4.pc
+  ln -sf lua54.pc "$pkgdir"/usr/lib/pkgconfig/lua-5.4.pc
+
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 doc/*.{gif,png,css,html} "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: lua/repos/testing-x86_64/liblua.so.patch (from rev 402847, 
lua/trunk/liblua.so.patch)
===
--- testing-x86_64/liblua.so.patch  (rev 0)
+++ 

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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 16:45:42
  Author: anatolik
Revision: 402847

upgpkg: lua 5.4.2-1

Modified:
  lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 15:04:28 UTC (rev 402846)
+++ PKGBUILD2020-12-03 16:45:42 UTC (rev 402847)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=lua
-pkgver=5.4.1
+pkgver=5.4.2
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
@@ -16,7 +16,7 @@
 liblua.so.patch
 lua.pc
 LICENSE)
-sha1sums=('88961e7d4fda58ca2c6163938fd48db8880e803d'
+sha1sums=('96d4a21393c94bed286b8dc0568f4bdde8730b22'
   'cdfa66057f43aaf4b5914496aa6a4556f3a6e7a0'
   '1aee8d1a219639d0efc534e483ffa1ee236fb393'
   '05f5f3b7bef0258bd617c505b8992de639af4551')


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

2020-12-01 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 1, 2020 @ 19:36:20
  Author: anatolik
Revision: 767190

archrelease: copy trunk to community-x86_64

Added:
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 767189, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/remove_useradd.patch
(from rev 767189, shairport-sync/trunk/remove_useradd.patch)
  shairport-sync/repos/community-x86_64/shairport-sync.sysusers
(from rev 767189, shairport-sync/trunk/shairport-sync.sysusers)
Deleted:
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/remove_useradd.patch
  shairport-sync/repos/community-x86_64/shairport-sync.sysusers

-+
 PKGBUILD|   84 +++---
 remove_useradd.patch|   54 ++---
 shairport-sync.sysusers |6 +--
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-01 19:35:54 UTC (rev 767189)
+++ PKGBUILD2020-12-01 19:36:20 UTC (rev 767190)
@@ -1,42 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=3.3.6
-pkgrel=2
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack)
-makedepends=(xmltoman)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
-shairport-sync.sysusers
-remove_useradd.patch)
-sha1sums=('75d40e937c2cac9d30a49f195217da4f65e492f8'
-  'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
-  '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
-
-prepare() {
-  cd shairport-sync-$pkgver
-
-  patch -p1 < ../remove_useradd.patch
-}
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-jack --with-stdout --with-pipe --with-ssl=openssl 
--with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles 
--with-metadata
-  make
-
-  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir"/shairport-sync.sysusers 
"$pkgdir"/usr/lib/sysusers.d/shairport-sync.conf
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/etc/shairport-sync.conf.sample
-}

Copied: shairport-sync/repos/community-x86_64/PKGBUILD (from rev 767189, 
shairport-sync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-01 19:36:20 UTC (rev 767190)
@@ -0,0 +1,42 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=3.3.7
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack)
+makedepends=(xmltoman)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+shairport-sync.sysusers
+remove_useradd.patch)
+sha1sums=('f5b5cd7f42dcb8430f9cdd486d5965b44b1ddeda'
+  'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
+  '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
+
+prepare() {
+  cd shairport-sync-$pkgver
+
+  patch -p1 < ../remove_useradd.patch
+}
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-jack --with-stdout --with-pipe --with-ssl=openssl 
--with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles 
--with-metadata
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir"/shairport-sync.sysusers 
"$pkgdir"/usr/lib/sysusers.d/shairport-sync.conf
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Deleted: remove_useradd.patch
===
--- remove_useradd.patch2020-12-01 19:35:54 UTC (rev 767189)
+++ remove_useradd.patch2020-12-01 19:36:20 UTC (rev 767190)
@@ -1,27 +0,0 @@
-commit 48eb4034563e29dd3fba7310106d929811da32eb
-Author: Anatol Pomozov 
-Date:   Tue Jun 11 21:30:13 2019 -0700
-
-Revert "Update System V and System D installers to define user, group and 
runtime directory as necessary"
-
-This reverts commit 

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

2020-12-01 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 1, 2020 @ 19:35:54
  Author: anatolik
Revision: 767189

upgpkg: shairport-sync 3.3.7-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 18:38:56 UTC (rev 767188)
+++ PKGBUILD2020-12-01 19:35:54 UTC (rev 767189)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.3.6
-pkgrel=2
+pkgver=3.3.7
+pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 remove_useradd.patch)
-sha1sums=('75d40e937c2cac9d30a49f195217da4f65e492f8'
+sha1sums=('f5b5cd7f42dcb8430f9cdd486d5965b44b1ddeda'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '2cdd711a21a74748137d2e3894fb0fcb189c41e2')
 


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

2020-11-29 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 29, 2020 @ 18:19:35
  Author: anatolik
Revision: 766358

FS#68489 enable default-pie for the cross-compiler as native compiler does it 
already

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 17:07:09 UTC (rev 766357)
+++ PKGBUILD2020-11-29 18:19:35 UTC (rev 766358)
@@ -84,6 +84,7 @@
   --enable-plugin \
   --enable-install-libiberty \
   --enable-gnu-indirect-function \
+  --enable-default-pie \
   --enable-checking=release
   make
 }


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

2020-11-29 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 29, 2020 @ 17:07:09
  Author: anatolik
Revision: 766357

FS#68489 enable default-pie for the cross-compiler as native compiler does it 
already

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 16:51:51 UTC (rev 766356)
+++ PKGBUILD2020-11-29 17:07:09 UTC (rev 766357)
@@ -64,7 +64,7 @@
   --with-native-system-header-dir=/include \
   --libdir=/usr/lib --libexecdir=/usr/lib \
   --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
+  --disable-nls --enable-default-pie \
   --enable-languages=c,c++,fortran \
   --enable-shared --enable-threads=posix \
   --with-system-zlib --with-isl --enable-__cxa_atexit \


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

2020-11-29 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 29, 2020 @ 16:51:51
  Author: anatolik
Revision: 766356

archrelease: copy trunk to community-testing-x86_64

Added:
  ninja/repos/community-testing-x86_64/
  ninja/repos/community-testing-x86_64/PKGBUILD
(from rev 766355, ninja/trunk/PKGBUILD)

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

Copied: ninja/repos/community-testing-x86_64/PKGBUILD (from rev 766355, 
ninja/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-29 16:51:51 UTC (rev 766356)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Filip Brcic 
+# Contributor: Mika Fischer 
+# Contributor: Gergely Imreh 
+
+pkgname=ninja
+pkgver=1.10.2
+pkgrel=1
+pkgdesc='Small build system with a focus on speed'
+arch=(x86_64)
+url='https://ninja-build.org/'
+license=(Apache)
+depends=(gcc-libs)
+makedepends=(python re2c emacs-nox)
+source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
+sha1sums=('8415866400a85a1ced2140e52c5db714baec7444')
+
+build() {
+  cd ninja-$pkgver
+
+  python configure.py --bootstrap
+  emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
+}
+
+check() {
+  cd ninja-$pkgver
+
+  python ./configure.py
+  ./ninja ninja_test
+  ./ninja_test
+}
+
+package() {
+  cd ninja-$pkgver
+
+  install -m755 -D ninja "$pkgdir/usr/bin/ninja"
+  install -m644 -D doc/manual.asciidoc 
"$pkgdir/usr/share/doc/ninja/manual.asciidoc"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -m644 -D misc/ninja-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.el"
+  install -m644 -D misc/ninja-mode.elc 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.elc"
+  install -m644 -D misc/ninja.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/ninja.vim"
+
+  install -m644 -D misc/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/ninja"
+  install -m644 -D misc/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_ninja"
+}


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

2020-11-29 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 29, 2020 @ 16:51:35
  Author: anatolik
Revision: 766355

upgpkg: ninja 1.10.2-1

Modified:
  ninja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 16:48:27 UTC (rev 766354)
+++ PKGBUILD2020-11-29 16:51:35 UTC (rev 766355)
@@ -4,7 +4,7 @@
 # Contributor: Gergely Imreh 
 
 pkgname=ninja
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(gcc-libs)
 makedepends=(python re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('36305ab1b9874675bc377e8a701e283a51faf46f')
+sha1sums=('8415866400a85a1ced2140e52c5db714baec7444')
 
 build() {
   cd ninja-$pkgver


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

2020-11-29 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 29, 2020 @ 16:48:27
  Author: anatolik
Revision: 766354

archrelease: copy trunk to community-testing-x86_64

Added:
  dfu-util/repos/community-testing-x86_64/
  dfu-util/repos/community-testing-x86_64/PKGBUILD
(from rev 766353, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-testing-x86_64/dfu-util.install
(from rev 766353, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-testing-x86_64/stm32dfu.udev.rules
(from rev 766353, dfu-util/trunk/stm32dfu.udev.rules)

-+
 PKGBUILD|   30 ++
 dfu-util.install|   11 +++
 stm32dfu.udev.rules |   10 ++
 3 files changed, 51 insertions(+)

Copied: dfu-util/repos/community-testing-x86_64/PKGBUILD (from rev 766353, 
dfu-util/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-29 16:48:27 UTC (rev 766354)
@@ -0,0 +1,30 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+# Contributor: Fabrizio Antonangeli 
+
+pkgname=dfu-util
+pkgver=0.10
+pkgrel=1
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.sourceforge.net/'
+license=(GPL2)
+arch=(x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.sourceforge.net/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'a03dc58dfc79c056819c0544b2a5970537566460102b3d82cfb038c60e619b42')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/stm32dfu.udev.rules 
"$pkgdir"/usr/lib/udev/rules.d/48-stm32dfu.rules
+}

Copied: dfu-util/repos/community-testing-x86_64/dfu-util.install (from rev 
766353, dfu-util/trunk/dfu-util.install)
===
--- community-testing-x86_64/dfu-util.install   (rev 0)
+++ community-testing-x86_64/dfu-util.install   2020-11-29 16:48:27 UTC (rev 
766354)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm control --reload-rules
+}
+
+post_upgrade() {
+  udevadm control --reload-rules
+}
+
+post_remove() {
+  udevadm control --reload-rules
+}

Copied: dfu-util/repos/community-testing-x86_64/stm32dfu.udev.rules (from rev 
766353, dfu-util/trunk/stm32dfu.udev.rules)
===
--- community-testing-x86_64/stm32dfu.udev.rules
(rev 0)
+++ community-testing-x86_64/stm32dfu.udev.rules2020-11-29 16:48:27 UTC 
(rev 766354)
@@ -0,0 +1,10 @@
+# stm32 boards, with onboard DFU support
+
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", \
+MODE:="0666", \
+SYMLINK+="stm32_dfu"
+
+# If you share your linux system with other users, or just don't like the
+# idea of write permission for everybody, you can replace MODE:="0666" with
+# OWNER:="yourusername" to create the device owned by you, or with
+# GROUP:="somegroupname" and mange access using standard unix groups.


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

2020-11-29 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 29, 2020 @ 16:46:44
  Author: anatolik
Revision: 766353

upgpkg: dfu-util 0.10-1

Modified:
  dfu-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 16:40:54 UTC (rev 766352)
+++ PKGBUILD2020-11-29 16:46:44 UTC (rev 766353)
@@ -3,8 +3,8 @@
 # Contributor: Fabrizio Antonangeli 
 
 pkgname=dfu-util
-pkgver=0.9
-pkgrel=3
+pkgver=0.10
+pkgrel=1
 pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
 url='http://dfu-util.sourceforge.net/'
 license=(GPL2)
@@ -14,7 +14,7 @@
 source=(stm32dfu.udev.rules
 http://dfu-util.sourceforge.net/releases/$pkgname-$pkgver.tar.gz)
 sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
-'36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833')
+'a03dc58dfc79c056819c0544b2a5970537566460102b3d82cfb038c60e619b42')
 
 build() {
   cd $pkgname-$pkgver


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

2020-11-20 Thread Anatol Pomozov via arch-commits
Date: Saturday, November 21, 2020 @ 06:23:09
  Author: anatolik
Revision: 758300

archrelease: copy trunk to community-testing-x86_64

Added:
  tinygo/repos/community-testing-x86_64/
  tinygo/repos/community-testing-x86_64/PKGBUILD
(from rev 758299, tinygo/trunk/PKGBUILD)
  tinygo/repos/community-testing-x86_64/disable_static_llvm.patch
(from rev 758299, tinygo/trunk/disable_static_llvm.patch)

---+
 PKGBUILD  |   68 
 disable_static_llvm.patch |   32 
 2 files changed, 100 insertions(+)

Copied: tinygo/repos/community-testing-x86_64/PKGBUILD (from rev 758299, 
tinygo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-21 06:23:09 UTC (rev 758300)
@@ -0,0 +1,68 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=tinygo
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
+arch=(x86_64)
+url='https://github.com/tinygo-org/tinygo'
+license=(BSD)
+options=(!strip)
+depends=(llvm-libs clang lld)
+makedepends=(go llvm git)
+# use git as we need to fetch submodules
+source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
+git+https://github.com/NordicSemiconductor/nrfx
+git+https://github.com/ARM-software/CMSIS
+git+https://github.com/avr-rust/avr-mcu
+git+https://github.com/tinygo-org/cmsis-svd
+git+https://github.com/llvm-mirror/compiler-rt#branch=release_80
+git+https://github.com/CraneStation/wasi-libc
+git+https://github.com/keith-packard/picolibc
+disable_static_llvm.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'b6b846b6ca21c200dc842f669422454146b5358f83a89a4946c1e54ed6953190')
+
+prepare() {
+  cd tinygo
+
+  git submodule init
+  git config -f .gitmodules 'submodule.lib/nrfx.url' "$srcdir/nrfx"
+  git config -f .gitmodules 'submodule.lib/CMSIS.url' "$srcdir/CMSIS"
+  git config -f .gitmodules 'submodule.lib/avr.url' "$srcdir/avr-mcu"
+  git config -f .gitmodules 'submodule.lib/cmsis-svd.url' "$srcdir/cmsis-svd"
+  git config -f .gitmodules 'submodule.lib/compiler-rt.url' 
"$srcdir/compiler-rt"
+  git config -f .gitmodules 'submodule.lib/wasi-libc.url' "$srcdir/wasi-libc"
+  git config -f .gitmodules 'submodule.lib/picolibc.url' "$srcdir/picolibc"
+
+  git submodule sync
+  git submodule update
+
+  patch -p1 < ../disable_static_llvm.patch
+}
+
+build() {
+  cd tinygo
+  make build/release
+}
+
+check() {
+  cd tinygo
+  # it reqreires a lot of dependencies. todo enable the tests
+  # make test tinygo-test smoketest
+}
+
+package() {
+  cd tinygo
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/lib/tinygo
+  mv build/release/tinygo/* "$pkgdir"/usr/lib/tinygo
+  ln -s /usr/lib/tinygo/bin/tinygo "$pkgdir"/usr/bin/tinygo
+}

Copied: tinygo/repos/community-testing-x86_64/disable_static_llvm.patch (from 
rev 758299, tinygo/trunk/disable_static_llvm.patch)
===
--- community-testing-x86_64/disable_static_llvm.patch  
(rev 0)
+++ community-testing-x86_64/disable_static_llvm.patch  2020-11-21 06:23:09 UTC 
(rev 758300)
@@ -0,0 +1,32 @@
+commit a2237f36714e76b0162de177e2444fa800cc9e0f
+Author: Anatol Pomozov 
+Date:   Fri Oct 16 09:05:27 2020 -0700
+
+Arch linux build changes
+
+diff --git a/Makefile b/Makefile
+index 660975e..d986370 100644
+--- a/Makefile
 b/Makefile
+@@ -169,11 +169,10 @@ lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a:
+ 
+ # Build the Go compiler.
+ tinygo:
+-  @if [ ! -f "$(LLVM_BUILDDIR)/bin/llvm-config" ]; then echo "Fetch and 
build LLVM first by running:"; echo "  make llvm-source"; echo "  make 
$(LLVM_BUILDDIR)"; exit 1; fi
+-  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build -buildmode exe -o build/tinygo$(EXE) 
-tags byollvm -ldflags="-X main.gitSha1=`git rev-parse --short HEAD`" .
++  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build -buildmode exe -o build/tinygo$(EXE) 
-tags llvm11 -ldflags="-X main.gitSha1=`git rev-parse --short HEAD`" .
+ 
+ test: wasi-libc
+-  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) test -v -buildmode exe -tags byollvm ./cgo 
./compileopts ./interp ./transform .
++  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) test -v -buildmode exe ./cgo ./compileopts 
./interp ./transform .
+ 
+ # Test known-working standard library packages.
+ # TODO: do this in one command, parallelize, and only show failing 

[arch-commits] Commit in tinygo/trunk (PKGBUILD disable_static_llvm.patch)

2020-11-20 Thread Anatol Pomozov via arch-commits
Date: Saturday, November 21, 2020 @ 06:22:45
  Author: anatolik
Revision: 758299

upgpkg: tinygo 0.16.0-1

Modified:
  tinygo/trunk/PKGBUILD
  tinygo/trunk/disable_static_llvm.patch

---+
 PKGBUILD  |   12 
 disable_static_llvm.patch |   15 +++
 2 files changed, 7 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 06:13:27 UTC (rev 758298)
+++ PKGBUILD2020-11-21 06:22:45 UTC (rev 758299)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tinygo
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
 arch=(x86_64)
 url='https://github.com/tinygo-org/tinygo'
@@ -19,8 +19,7 @@
 git+https://github.com/llvm-mirror/compiler-rt#branch=release_80
 git+https://github.com/CraneStation/wasi-libc
 git+https://github.com/keith-packard/picolibc
-disable_static_llvm.patch
-
llvm11.patch::https://github.com/tinygo-org/tinygo/commit/b40f250530769330cec4a2ae0a9ba6e0c6ce058a.patch)
+disable_static_llvm.patch)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
@@ -29,8 +28,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'7648bd3b4b78174d912908d35bff6f2b0fe5dfdf78e4aa2d3824b929fb244335'
-'e1071587cd170c8e5c52d60fa9b21952385ccc714e218f88f729977e1aef82c5')
+'b6b846b6ca21c200dc842f669422454146b5358f83a89a4946c1e54ed6953190')
 
 prepare() {
   cd tinygo
@@ -48,8 +46,6 @@
   git submodule update
 
   patch -p1 < ../disable_static_llvm.patch
-
-  patch -p1 < ../llvm11.patch # 
https://github.com/tinygo-org/tinygo/issues/1435
 }
 
 build() {

Modified: disable_static_llvm.patch
===
--- disable_static_llvm.patch   2020-11-21 06:13:27 UTC (rev 758298)
+++ disable_static_llvm.patch   2020-11-21 06:22:45 UTC (rev 758299)
@@ -1,4 +1,4 @@
-commit 12ab9514299c32c235139148824cba704e7d5e27
+commit a2237f36714e76b0162de177e2444fa800cc9e0f
 Author: Anatol Pomozov 
 Date:   Fri Oct 16 09:05:27 2020 -0700
 
@@ -5,19 +5,10 @@
 Arch linux build changes
 
 diff --git a/Makefile b/Makefile
-index e59799c..f3fb3bf 100644
+index 660975e..d986370 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -12,7 +12,7 @@ LLD_SRC ?= $(LLVM_PROJECTDIR)/lld
- ifneq (, $(shell command -v llvm-build/bin/clang 2> /dev/null))
- CLANG ?= $(abspath llvm-build/bin/clang)
- else
--CLANG ?= clang-10
-+CLANG ?= clang
- endif
- ifneq (, $(shell command -v llvm-build/bin/llvm-ar 2> /dev/null))
- LLVM_AR ?= $(abspath llvm-build/bin/llvm-ar)
-@@ -184,11 +184,10 @@ lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a:
+@@ -169,11 +169,10 @@ lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a:
  
  # Build the Go compiler.
  tinygo:


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

2020-11-20 Thread Anatol Pomozov via arch-commits
Date: Friday, November 20, 2020 @ 19:01:49
  Author: anatolik
Revision: 758032

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 758031, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service
(from rev 758031, 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 
758031, gitlab-workhorse/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-20 19:01:49 UTC (rev 758032)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=8.55.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=('3d8af1eaeaaafb431ce7ea0a8bc9feb99a79ddbb6b55b06356030debc157e72a3e7ea4289d0943edd1998e5dfd8a0120b5d5efd69b9279d27c4e41fadafa3581'
+
'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 758031, gitlab-workhorse/trunk/gitlab-workhorse.service)
===
--- community-testing-x86_64/gitlab-workhorse.service   
(rev 0)
+++ community-testing-x86_64/gitlab-workhorse.service   2020-11-20 19:01:49 UTC 
(rev 758032)
@@ -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-workhorse/trunk (PKGBUILD)

2020-11-20 Thread Anatol Pomozov via arch-commits
Date: Friday, November 20, 2020 @ 19:01:29
  Author: anatolik
Revision: 758031

upgpkg: gitlab-workhorse 8.55.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 19:00:27 UTC (rev 758030)
+++ PKGBUILD2020-11-20 19:01:29 UTC (rev 758031)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=8.52.0
+pkgver=8.55.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=('763fa7578d08ccba31673f29489ac8e65c1b3e3c523d35561404cd9ede75714d91c17d14a4b17200acb8fd866421baf021616288da967b4be43572d12c8b77f4'
+sha512sums=('3d8af1eaeaaafb431ce7ea0a8bc9feb99a79ddbb6b55b06356030debc157e72a3e7ea4289d0943edd1998e5dfd8a0120b5d5efd69b9279d27c4e41fadafa3581'
 
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
 
 build() {


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

2020-11-20 Thread Anatol Pomozov via arch-commits
Date: Friday, November 20, 2020 @ 18:45:53
  Author: anatolik
Revision: 758002

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-shell/repos/community-testing-x86_64/
  gitlab-shell/repos/community-testing-x86_64/PKGBUILD
(from rev 758001, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-testing-x86_64/configs.patch
(from rev 758001, gitlab-shell/trunk/configs.patch)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.gitconfig
(from rev 758001, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.install
(from rev 758001, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.sysusers
(from rev 758001, gitlab-shell/trunk/gitlab-shell.sysusers)

+
 PKGBUILD   |  101 +++
 configs.patch  |   65 ++
 gitlab-shell.gitconfig |   12 +
 gitlab-shell.install   |9 
 gitlab-shell.sysusers  |1 
 5 files changed, 188 insertions(+)

Copied: gitlab-shell/repos/community-testing-x86_64/PKGBUILD (from rev 758001, 
gitlab-shell/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-20 18:45:53 UTC (rev 758002)
@@ -0,0 +1,101 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+
+# 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-shell
+pkgver=13.13.0
+pkgrel=1
+epoch=2
+pkgdesc="Git management software"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby' 'redis' 'git')
+makedepends=('go')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+"etc/webapps/${pkgname}/.gitconfig")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/-/archive/v${pkgver}/gitlab-shell-v${pkgver}.tar.gz;
+"configs.patch"
+"gitlab-shell.gitconfig"
+"gitlab-shell.sysusers")
+sha512sums=('30ccc2c6f2e2295c6ca064bb60ac35bdacc59aa082fb5fbb7a9bac4de9830c06ea34e0caaa74854eda012627b1b55747385e2f4b61b840c57afed4eb9f93deba'
+
'13c0fb88693e787f2960059985713d7ffb6d2fa51d9dbcba9c9562ae91e74bd3963efc63837cd19c5441fb5835d0c8eafd3285bea6676168f7b111a08fb086a7'
+
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
+
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
+
+_datadir="/usr/share/webapps/${pkgname}"
+_etcdir="/etc/webapps/${pkgname}"
+_homedir="/var/lib/gitlab"
+_logdir="/var/log/gitlab"
+_srcdir="gitlab-shell-v${pkgver}"
+
+prepare() {
+  cd ${_srcdir}
+
+  patch -p1 < ../configs.patch
+  # At this point config file should not contain any references to '/home/git'
+}
+
+build() {
+  cd ${_srcdir}
+
+  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 build
+}
+
+package() {
+  cd ${_srcdir}
+
+  install -dm755 -o root -g root "${pkgdir}${_datadir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
+  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
+  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
+
+  # sysusers
+  install -Dm644 "${srcdir}/gitlab-shell.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-shell.conf"
+
+  # .gitconfig
+  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
+  ln -fs "${_etcdir}/.gitconfig" "${pkgdir}${_homedir}/.gitconfig"
+
+  # .gitlab_shell_secret
+  touch "${pkgdir}${_etcdir}/secret"
+  chmod 640 "${pkgdir}${_etcdir}/secret"
+  chown root:105 "${pkgdir}${_etcdir}/secret"
+  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
+
+  # config.yml
+  install -Dm644 config.yml.example "${pkgdir}${_etcdir}/config.yml"
+  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
+
+  cp -r VERSION bin spec support "${pkgdir}${_datadir}"
+  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
+
+  # Compatibility for FS#64251
+  ln -s 

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

2020-11-20 Thread Anatol Pomozov via arch-commits
Date: Friday, November 20, 2020 @ 18:45:23
  Author: anatolik
Revision: 758001

upgpkg: gitlab-shell 2:13.13.0-1

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 18:45:10 UTC (rev 758000)
+++ PKGBUILD2020-11-20 18:45:23 UTC (rev 758001)
@@ -12,7 +12,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-shell
-pkgver=13.11.0
+pkgver=13.13.0
 pkgrel=1
 epoch=2
 pkgdesc="Git management software"
@@ -30,7 +30,7 @@
 "configs.patch"
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('48e6846d72af94ee68e5e35f6856c6dd12402a65586a4fedc70aaf30725e9ebf35a5c95ef579178fff3d2a30cf414e5dea922a2994ac67b0ac0fe456c27fdf08'
+sha512sums=('30ccc2c6f2e2295c6ca064bb60ac35bdacc59aa082fb5fbb7a9bac4de9830c06ea34e0caaa74854eda012627b1b55747385e2f4b61b840c57afed4eb9f93deba'
 
'13c0fb88693e787f2960059985713d7ffb6d2fa51d9dbcba9c9562ae91e74bd3963efc63837cd19c5441fb5835d0c8eafd3285bea6676168f7b111a08fb086a7'
 
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')


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

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 02:02:10
  Author: anatolik
Revision: 757330

archrelease: copy trunk to community-testing-any

Added:
  ruby-tins/repos/community-testing-any/
  ruby-tins/repos/community-testing-any/PKGBUILD
(from rev 757329, ruby-tins/trunk/PKGBUILD)

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

Copied: ruby-tins/repos/community-testing-any/PKGBUILD (from rev 757329, 
ruby-tins/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-11-19 02:02:10 UTC (rev 757330)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Julien Nicoulaud 
+# Contributor: Hyacinthe Cartiaux 
+
+pkgname=ruby-tins
+pkgver=1.26.0
+pkgrel=1
+pkgdesc='All the stuff that is not good/big enough for a real library'
+arch=('any')
+url='https://github.com/flori/tins'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
+noextract=("tins-${pkgver}.gem")
+sha256sums=('b86e70b20c1554a9b2585ed96bf13160ed5daf5db49588374c82cc5fb683016c')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} tins-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins
+  ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/ruby-tins/
+}


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

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 02:01:54
  Author: anatolik
Revision: 757329

upgpkg: ruby-tins 1.26.0-1

Modified:
  ruby-tins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 01:58:18 UTC (rev 757328)
+++ PKGBUILD2020-11-19 02:01:54 UTC (rev 757329)
@@ -3,8 +3,8 @@
 # Contributor: Hyacinthe Cartiaux 
 
 pkgname=ruby-tins
-pkgver=1.16.3
-pkgrel=3
+pkgver=1.26.0
+pkgrel=1
 pkgdesc='All the stuff that is not good/big enough for a real library'
 arch=('any')
 url='https://github.com/flori/tins'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
 noextract=("tins-${pkgver}.gem")
-sha256sums=('68cde57b4d12de20248284b9a6921f385170509b6b3ab2a030b6f46d89ee253d')
+sha256sums=('b86e70b20c1554a9b2585ed96bf13160ed5daf5db49588374c82cc5fb683016c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ppc64le-elf-gdb/trunk (PKGBUILD)

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:58:18
  Author: anatolik
Revision: 757328

bump guile dependency version

Modified:
  ppc64le-elf-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 01:56:59 UTC (rev 757327)
+++ PKGBUILD2020-11-19 01:58:18 UTC (rev 757328)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 
sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
@@ -35,7 +35,7 @@
 --with-system-readline \
 --disable-nls \
 --with-python=/usr/bin/python \
---with-guile=guile-2.0 \
+--with-guile=guile-2.2 \
 --with-system-gdbinit=/etc/gdb/gdbinit
 
   make


[arch-commits] Commit in riscv64-elf-gdb/trunk (PKGBUILD)

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:56:59
  Author: anatolik
Revision: 757327

bump guile dependency version

Modified:
  riscv64-elf-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 01:55:54 UTC (rev 757326)
+++ PKGBUILD2020-11-19 01:56:59 UTC (rev 757327)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 
sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
@@ -35,7 +35,7 @@
 --with-system-readline \
 --disable-nls \
 --with-python=/usr/bin/python \
---with-guile=guile-2.0 \
+--with-guile=guile-2.2 \
 --with-system-gdbinit=/etc/gdb/gdbinit
 
   make


[arch-commits] Commit in sh2-elf-gdb/trunk (PKGBUILD)

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:55:54
  Author: anatolik
Revision: 757326

bump guile dependency version

Modified:
  sh2-elf-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 01:52:09 UTC (rev 757325)
+++ PKGBUILD2020-11-19 01:55:54 UTC (rev 757326)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 
sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
@@ -35,7 +35,7 @@
 --with-system-readline \
 --disable-nls \
 --with-python=/usr/bin/python \
---with-guile=guile-2.0 \
+--with-guile=guile-2.2 \
 --with-system-gdbinit=/etc/gdb/gdbinit
 
   make


[arch-commits] Commit in riscv32-elf-gdb/trunk (PKGBUILD)

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:52:09
  Author: anatolik
Revision: 757325

bump guile dependency version

Modified:
  riscv32-elf-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 01:47:20 UTC (rev 757324)
+++ PKGBUILD2020-11-19 01:52:09 UTC (rev 757325)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 
sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
@@ -35,7 +35,7 @@
 --with-system-readline \
 --disable-nls \
 --with-python=/usr/bin/python \
---with-guile=guile-2.0 \
+--with-guile=guile-2.2 \
 --with-system-gdbinit=/etc/gdb/gdbinit
 
   make


[arch-commits] Commit in lm32-elf-gdb/trunk (PKGBUILD)

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:47:20
  Author: anatolik
Revision: 757324

bump guile dependency version

Modified:
  lm32-elf-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 01:42:47 UTC (rev 757323)
+++ PKGBUILD2020-11-19 01:47:20 UTC (rev 757324)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 
sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
@@ -35,7 +35,7 @@
 --with-system-readline \
 --disable-nls \
 --with-python=/usr/bin/python \
---with-guile=guile-2.0 \
+--with-guile=guile-2.2 \
 --with-system-gdbinit=/etc/gdb/gdbinit
 
   make


[arch-commits] Commit in or1k-elf-gdb/trunk (PKGBUILD)

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:42:47
  Author: anatolik
Revision: 757323

bump guile dependency version

Modified:
  or1k-elf-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 00:01:17 UTC (rev 757322)
+++ PKGBUILD2020-11-19 01:42:47 UTC (rev 757323)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 
sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
@@ -35,7 +35,7 @@
 --with-system-readline \
 --disable-nls \
 --with-python=/usr/bin/python \
---with-guile=guile-2.0 \
+--with-guile=guile-2.2 \
 --with-system-gdbinit=/etc/gdb/gdbinit
 
   make


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

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:29:49
  Author: anatolik
Revision: 401371

archrelease: copy trunk to testing-x86_64

Added:
  lsof/repos/testing-x86_64/
  lsof/repos/testing-x86_64/PKGBUILD
(from rev 401370, lsof/trunk/PKGBUILD)
  lsof/repos/testing-x86_64/license.txt
(from rev 401370, lsof/trunk/license.txt)

-+
 PKGBUILD|   44 
 license.txt |   27 +++
 2 files changed, 71 insertions(+)

Copied: lsof/repos/testing-x86_64/PKGBUILD (from rev 401370, 
lsof/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-19 01:29:49 UTC (rev 401371)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Tom Gundersen 
+# Contributor: Angel Velasquez 
+# Contributor: Daniel J Griffiths 
+# Contributor: Aaron Griffin 
+# Contributor: Jochem Kossen 
+# Contributor: Hendrik Meyer 
+
+pkgname=lsof
+pkgver=4.94.0
+pkgrel=1
+pkgdesc='Lists open files for running Unix processes'
+url='https://github.com/lsof-org/lsof'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'libtirpc')
+source=(https://github.com/lsof-org/lsof/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+license.txt)
+sha512sums=('852b12e621e1dbf71e5f7fd848a200339ca278fbe8c39dcd33f745d1aea4e61552c0f30a3f6469ad9d4b86a9163e677f8c95298159ebd647357734225aa06c0c'
+
'3bdbc8f213e9bdba946636498d21486e2b79d8ae44a45b284b4dff8875e76f992ab0977e3ed510525a8f74203028acb6b15315fda963666012874be4ce4fdd93')
+
+prepare() {
+  cd lsof-${pkgver}
+
+  sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+  sed -i "s|.so ./version|.ds VN ${pkgver}|" -i Lsof.8
+}
+
+build() {
+  cd lsof-${pkgver}
+  ./Configure -n linux
+  make CC="cc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd lsof-${pkgver}
+
+  install -Dm 755 lsof -t "${pkgdir}"/usr/bin
+  install -Dm 644 Lsof.8 "${pkgdir}"/usr/share/man/man8/lsof.8
+  install -Dm 644 "${srcdir}"/license.txt \
+   "${pkgdir}"/usr/share/licenses/lsof/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: lsof/repos/testing-x86_64/license.txt (from rev 401370, 
lsof/trunk/license.txt)
===
--- testing-x86_64/license.txt  (rev 0)
+++ testing-x86_64/license.txt  2020-11-19 01:29:49 UTC (rev 401371)
@@ -0,0 +1,27 @@
+Copyright 2002 Purdue Research Foundation, West Lafayette,
+Indiana 47907.  All rights reserved.
+
+Written by Victor A. Abell
+
+This software is not subject to any license of the American
+Telephone and Telegraph Company or the Regents of the
+University of California.
+
+Permission is granted to anyone to use this software for
+any purpose on any computer system, and to alter it and
+redistribute it freely, subject to the following
+restrictions:
+
+1. Neither the authors nor Purdue University are responsible
+   for any consequences of the use of this software.
+
+2. The origin of this software must not be misrepresented,
+   either by explicit claim or by omission.  Credit to the
+   authors and Purdue University must appear in documentation
+   and sources.
+
+3. Altered versions must be plainly marked as such, and must
+   not be misrepresented as being the original software.
+
+4. This notice may not be removed or altered.
+   


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

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 19, 2020 @ 01:29:30
  Author: anatolik
Revision: 401370

upgpkg: lsof 4.94.0-1

Modified:
  lsof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 21:34:02 UTC (rev 401369)
+++ PKGBUILD2020-11-19 01:29:30 UTC (rev 401370)
@@ -7,8 +7,8 @@
 # Contributor: Hendrik Meyer 
 
 pkgname=lsof
-pkgver=4.93.2
-pkgrel=3
+pkgver=4.94.0
+pkgrel=1
 pkgdesc='Lists open files for running Unix processes'
 url='https://github.com/lsof-org/lsof'
 arch=('x86_64')
@@ -15,18 +15,13 @@
 license=('custom')
 depends=('glibc' 'libtirpc')
 
source=(https://github.com/lsof-org/lsof/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-   
"lsof-reproducible.patch::https://github.com/lsof-org/lsof/commit/3e404f637c76949917435f4a086c40e644e0089c.patch;
 license.txt)
-sha512sums=('3c4a4d503391b1a648a08a4947c2e72a9629b169eddf50738b16a16a82f2a26967e4db2902e4a9157de5a73ae638db48e392117ffbd591e9fafd6b1725cd01a0'
-
'ccb263eb04d3cc6a879f6a6bada680dee473920ea6460c4e048e7551a2716b937007bc91f21751fb3dd0a43320f9b263983e7c04e2bac46d45472ce97e50047b'
+sha512sums=('852b12e621e1dbf71e5f7fd848a200339ca278fbe8c39dcd33f745d1aea4e61552c0f30a3f6469ad9d4b86a9163e677f8c95298159ebd647357734225aa06c0c'
 
'3bdbc8f213e9bdba946636498d21486e2b79d8ae44a45b284b4dff8875e76f992ab0977e3ed510525a8f74203028acb6b15315fda963666012874be4ce4fdd93')
 
 prepare() {
   cd lsof-${pkgver}
 
-  # patch accepted upstream - in queue to be committed
-  patch -p1 -i "${srcdir}/lsof-reproducible.patch"
-
   sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
   sed -i "s|.so ./version|.ds VN ${pkgver}|" -i Lsof.8
 }


[arch-commits] Commit in gitlab/trunk (PKGBUILD fixes.patch)

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, November 18, 2020 @ 23:59:35
  Author: anatolik
Revision: 757320

FS#68569: add irb to bundler to make rails console working again

Added:
  gitlab/trunk/fixes.patch
Modified:
  gitlab/trunk/PKGBUILD

-+
 PKGBUILD|3 +++
 fixes.patch |   19 +++
 2 files changed, 22 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 23:58:48 UTC (rev 757319)
+++ PKGBUILD2020-11-18 23:59:35 UTC (rev 757320)
@@ -28,6 +28,7 @@
 "etc/logrotate.d/gitlab")
 source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
 configs.patch
+fixes.patch
 environment
 gitlab-puma.service
 gitlab-sidekiq.service
@@ -40,6 +41,7 @@
 install='gitlab.install'
 sha512sums=('SKIP'
 
'282a2063a9ac04272ab46c04417aedecc46ff99db6e35cf8b6bf04b3c38f1dc7492677d95f95773e756a52fcc5fba85e844931271dab52aa582598cbb9cacde3'
+
'790611d868e8206b83694f8509c38e49f92fc85678b9ff81e0d158dcb3f4c8251f231b8e71b77e216eb254dedbaf68ea46348896aa327f04c6dd4cb08a661dbd'
 
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
 
'75bf9e5ad238a862dfc2638101fb74101227d88958a5f0fdf1ced3833e403f91b6a5908dfb97c5172f75748737212bf87d05b7d39bbe90ed5d3a6c248c1c1ab6'
 
'18f4a31935d0626c26d1be1942b715128cf3edcb114f672af16e4a145d8ac693e1afc7d59094cae3702e47e4c6c4cb4a62a009bafcbec500e69120a2dd400a2a'
@@ -62,6 +64,7 @@
   # GitLab tries to read its revision information from a file.
   git rev-parse --short HEAD > REVISION
 
+  patch -p1 < ../fixes.patch
   patch -p1 < ../configs.patch
   # '/home/git' path in the config files indicates a default path that need to 
be adjusted
   grep -FqR '/home/git' config || exit 1

Added: fixes.patch
===
--- fixes.patch (rev 0)
+++ fixes.patch 2020-11-18 23:59:35 UTC (rev 757320)
@@ -0,0 +1,19 @@
+commit 63bed07c7377f890a46d4cfec3b82acea2dd0c24
+Author: Anatol Pomozov 
+Date:   Sat Mar 21 09:13:31 2020 -0700
+
+ArchLinux fixes
+
+diff --git a/Gemfile b/Gemfile
+index 51f9d36cef9..bc8185c0e84 100644
+--- a/Gemfile
 b/Gemfile
+@@ -319,6 +319,8 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
+ gem 'gettext_i18n_rails_js', '~> 1.3'
+ gem 'gettext', '~> 3.3', require: false, group: :development
+ 
++gem 'irb' # https://bugs.archlinux.org/task/68569
++
+ gem 'batch-loader', '~> 1.4.0'
+ 
+ # Perf bar


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

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, November 18, 2020 @ 18:04:58
  Author: anatolik
Revision: 757145

archrelease: copy trunk to community-testing-x86_64

Added:
  android-file-transfer/repos/community-testing-x86_64/
  android-file-transfer/repos/community-testing-x86_64/PKGBUILD
(from rev 757144, android-file-transfer/trunk/PKGBUILD)

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

Copied: android-file-transfer/repos/community-testing-x86_64/PKGBUILD (from rev 
757144, android-file-transfer/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-18 18:04:58 UTC (rev 757145)
@@ -0,0 +1,25 @@
+# Contributor: yaroslav 
+# Contributor: Askhat Bakarov 
+
+pkgname=android-file-transfer
+pkgver=4.0
+pkgrel=1
+pkgdesc='Android MTP client with minimalistic UI'
+arch=(x86_64)
+url='https://github.com/whoozle/android-file-transfer-linux'
+license=(GPL3)
+depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
+makedepends=(cmake qt5-tools)
+source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
+sha256sums=('1923a15f276a730ddb9709de43414766d235f74940429ac314b0c42f47c2c471')
+
+build() {
+  cd android-file-transfer-linux-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd android-file-transfer-linux-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2020-11-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, November 18, 2020 @ 18:04:42
  Author: anatolik
Revision: 757144

upgpkg: android-file-transfer 4.0-1

Modified:
  android-file-transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 17:59:09 UTC (rev 757143)
+++ PKGBUILD2020-11-18 18:04:42 UTC (rev 757144)
@@ -2,16 +2,16 @@
 # Contributor: Askhat Bakarov 
 
 pkgname=android-file-transfer
-pkgver=3.9
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 pkgdesc='Android MTP client with minimalistic UI'
 arch=(x86_64)
 url='https://github.com/whoozle/android-file-transfer-linux'
 license=(GPL3)
 depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
-makedepends=(cmake)
+makedepends=(cmake qt5-tools)
 
source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('26aa21683ae34aceaf83747fec693a15b996017a857014931ef3c5b50115971a')
+sha256sums=('1923a15f276a730ddb9709de43414766d235f74940429ac314b0c42f47c2c471')
 
 build() {
   cd android-file-transfer-linux-$pkgver


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

2020-11-17 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 17, 2020 @ 18:11:48
  Author: anatolik
Revision: 756808

archrelease: copy trunk to community-testing-x86_64

Added:
  fatsort/repos/community-testing-x86_64/
  fatsort/repos/community-testing-x86_64/PKGBUILD
(from rev 756807, fatsort/trunk/PKGBUILD)

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

Copied: fatsort/repos/community-testing-x86_64/PKGBUILD (from rev 756807, 
fatsort/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-17 18:11:48 UTC (rev 756808)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: birdflesh 
+# Contributor: Natan Vivo 
+# Contributor: rabyte 
+# Contributor: Simon Morgan 
+
+pkgname=fatsort
+pkgver=1.6.3.622
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+#checkdepends=(dosfstools bbe)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}


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

2020-11-17 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 17, 2020 @ 18:11:32
  Author: anatolik
Revision: 756807

upgpkg: fatsort 1.6.3.622-1

Modified:
  fatsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 18:00:47 UTC (rev 756806)
+++ PKGBUILD2020-11-17 18:11:32 UTC (rev 756807)
@@ -5,7 +5,7 @@
 # Contributor: Simon Morgan 
 
 pkgname=fatsort
-pkgver=1.6.2.605
+pkgver=1.6.3.622
 pkgrel=1
 pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 makedepends=(help2man)
 #checkdepends=(dosfstools bbe)
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('08cafa36f86ab89e7a3241d437df9af8a008549d7d13416256b7aaa006d5ffb7')
+sha256sums=('481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc')
 
 build() {
   cd $pkgname-$pkgver


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

2020-11-15 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 15, 2020 @ 22:55:47
  Author: anatolik
Revision: 754929

archrelease: copy trunk to community-testing-x86_64

Added:
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 754927, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion.fastboot
(from rev 754927, android-tools/trunk/bash_completion.fastboot)
  
android-tools/repos/community-testing-x86_64/boringssl-disable-thirdpartydeps.patch
(from rev 754927, 
android-tools/trunk/boringssl-disable-thirdpartydeps.patch)
  android-tools/repos/community-testing-x86_64/build.ninja
(from rev 754928, android-tools/trunk/build.ninja)
  android-tools/repos/community-testing-x86_64/deployagent.jar
(from rev 754928, android-tools/trunk/deployagent.jar)
  android-tools/repos/community-testing-x86_64/fix_build_core.patch
(from rev 754928, android-tools/trunk/fix_build_core.patch)
  android-tools/repos/community-testing-x86_64/fix_libziparchive.patch
(from rev 754928, android-tools/trunk/fix_libziparchive.patch)

+
 PKGBUILD   |  106 +
 bash_completion.fastboot   |   90 
 boringssl-disable-thirdpartydeps.patch |   24 +
 build.ninja|  615 +++
 fix_build_core.patch   |  252 
 fix_libziparchive.patch|   12 
 6 files changed, 1099 insertions(+)

Copied: android-tools/repos/community-testing-x86_64/PKGBUILD (from rev 754927, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-15 22:55:47 UTC (rev 754929)
@@ -0,0 +1,106 @@
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=30.0.5
+pkgrel=1
+_tag=platform-tools-$pkgver
+pkgdesc='Android platform tools'
+arch=(x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(pcre2 libusb protobuf brotli)
+optdepends=('python: for mkbootimg script'
+'python2: for unpack_bootimg & avbtool scripts')
+# it depends on 'vim' because of 'xxd' tool.
+makedepends=(git clang gtest cmake ninja go vim)
+provides=(fastboot adb)
+conflicts=(fastboot adb)
+source=(git+https://android.googlesource.com/platform/frameworks/base#tag=$_tag
+
git+https://android.googlesource.com/platform/frameworks/native#tag=$_tag
+git+https://android.googlesource.com/platform/system/core#tag=$_tag
+git+https://android.googlesource.com/platform/system/extras#tag=$_tag
+git+https://android.googlesource.com/platform/system/libbase#tag=$_tag
+
git+https://android.googlesource.com/platform/system/libziparchive#tag=$_tag
+
git+https://android.googlesource.com/platform/system/tools/mkbootimg#tag=$_tag
+
git+https://android.googlesource.com/platform/external/selinux#tag=$_tag
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=$_tag
+
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=$_tag
+git+https://android.googlesource.com/platform/external/avb#tag=$_tag
+
git+https://android.googlesource.com/platform/external/boringssl#tag=$_tag
+build.ninja # copied from 
https://github.com/anatol/android-platform-tools-build
+# deployagent.jar is a library built from Android sources.
+# Building this java library requires a lot of dependencies:
+#  java, protobuf-java, dex compiler, Android base libs.
+# To avoid the complexity we prebuilt the lib from the Android sources directly
+# using following instructions:
+#   (See https://wiki.archlinux.org/index.php/Android for context)
+# 
+#   source build/envsetup.sh
+#   lunch full-eng
+#   mmm system/core/adb/
+#   cp ./target/product/generic/system/framework/deployagent.jar .
+deployagent.jar
+# we disable mDNS functionality as it does not compile with the Arch system 
version of the library
+fix_build_core.patch
+fix_libziparchive.patch
+boringssl-disable-thirdpartydeps.patch
+bash_completion.fastboot)
+# Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  '933dc30da1c3db9c85c3623d20341fcf64ed2253'
+  'd9dfac30245faa0a96968b96f3acd9ad536f4910'
+  '4583e794158ef08cec8e586cd26bc152fe26695c'
+  'ce8314d6b1e05e3f4f7ae7828d225fbb07a2a55c'
+  '1c025855a3e7ea351685843a0df45c52a7e674dd'
+  '7004dbd0c193668827174880de6f8434de8ceaee')
+
+prepare() {
+  cd "$srcdir"/core
+  patch -p1 < 

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

2020-11-15 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 15, 2020 @ 22:55:04
  Author: anatolik
Revision: 754926

upgpkg: android-tools 30.0.5-1

Modified:
  android-tools/trunk/PKGBUILD
  android-tools/trunk/build.ninja
  android-tools/trunk/fix_build_core.patch

--+
 PKGBUILD |8 
 build.ninja  |   20 +++-
 fix_build_core.patch |4 ++--
 3 files changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 22:54:27 UTC (rev 754925)
+++ PKGBUILD2020-11-15 22:55:04 UTC (rev 754926)
@@ -3,8 +3,8 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=30.0.4
-pkgrel=2
+pkgver=30.0.5
+pkgrel=1
 _tag=platform-tools-$pkgver
 pkgdesc='Android platform tools'
 arch=(x86_64)
@@ -60,9 +60,9 @@
   'SKIP'
   'SKIP'
   'SKIP'
-  '3e6dc3afe68447212b6dbca74962e9b24a8159b2'
+  '933dc30da1c3db9c85c3623d20341fcf64ed2253'
   'd9dfac30245faa0a96968b96f3acd9ad536f4910'
-  'cc295dc7726821ea9e74158d898a1ff80d291c61'
+  '4583e794158ef08cec8e586cd26bc152fe26695c'
   'ce8314d6b1e05e3f4f7ae7828d225fbb07a2a55c'
   '1c025855a3e7ea351685843a0df45c52a7e674dd'
   '7004dbd0c193668827174880de6f8434de8ceaee')

Modified: build.ninja
===
--- build.ninja 2020-11-15 22:54:27 UTC (rev 754925)
+++ build.ninja 2020-11-15 22:55:04 UTC (rev 754926)
@@ -7,7 +7,7 @@
 CPPFLAGS = 
 CXXFLAGS = 
 LDFLAGS = 
-PLATFORM_TOOLS_VERSION = 30.0.4
+PLATFORM_TOOLS_VERSION = 30.0.5
 
 
 rule cc
@@ -133,6 +133,8 @@
 cflags = -D_GNU_SOURCE -DADB_HOST=1 -Icore/include -Ilibbase/include 
-Icore/adb -Icore/libcrypto_utils/include -Iboringssl/src/include 
-Ibase/libs/androidfw/include -Inative/include -Icore/adb/crypto/include 
-Icore/adb/proto -Icore/adb/tls/include -Icore/adb/pairing_connection/include 
-Ilibziparchive/include -Icore/adb/pairing_auth/include
 build core/adb/socket_spec.cpp.o: cxx core/adb/socket_spec.cpp || 
core/adb/fastdeploy/proto/ApkEntry.pb.h core/adb/proto/key_type.pb.h 
core/adb/proto/app_processes.pb.h core/adb/proto/adb_known_hosts.pb.h 
core/adb/proto/pairing.pb.h core/adb/client/deployagent.inc 
core/adb/client/deployagentscript.inc
 cflags = -D_GNU_SOURCE -DADB_HOST=1 -Icore/include -Ilibbase/include 
-Icore/adb -Icore/libcrypto_utils/include -Iboringssl/src/include 
-Ibase/libs/androidfw/include -Inative/include -Icore/adb/crypto/include 
-Icore/adb/proto -Icore/adb/tls/include -Icore/adb/pairing_connection/include 
-Ilibziparchive/include -Icore/adb/pairing_auth/include
+build core/adb/sysdeps/env.cpp.o: cxx core/adb/sysdeps/env.cpp || 
core/adb/fastdeploy/proto/ApkEntry.pb.h core/adb/proto/key_type.pb.h 
core/adb/proto/app_processes.pb.h core/adb/proto/adb_known_hosts.pb.h 
core/adb/proto/pairing.pb.h core/adb/client/deployagent.inc 
core/adb/client/deployagentscript.inc
+cflags = -D_GNU_SOURCE -DADB_HOST=1 -Icore/include -Ilibbase/include 
-Icore/adb -Icore/libcrypto_utils/include -Iboringssl/src/include 
-Ibase/libs/androidfw/include -Inative/include -Icore/adb/crypto/include 
-Icore/adb/proto -Icore/adb/tls/include -Icore/adb/pairing_connection/include 
-Ilibziparchive/include -Icore/adb/pairing_auth/include
 build core/adb/sysdeps/errno.cpp.o: cxx core/adb/sysdeps/errno.cpp || 
core/adb/fastdeploy/proto/ApkEntry.pb.h core/adb/proto/key_type.pb.h 
core/adb/proto/app_processes.pb.h core/adb/proto/adb_known_hosts.pb.h 
core/adb/proto/pairing.pb.h core/adb/client/deployagent.inc 
core/adb/client/deployagentscript.inc
 cflags = -D_GNU_SOURCE -DADB_HOST=1 -Icore/include -Ilibbase/include 
-Icore/adb -Icore/libcrypto_utils/include -Iboringssl/src/include 
-Ibase/libs/androidfw/include -Inative/include -Icore/adb/crypto/include 
-Icore/adb/proto -Icore/adb/tls/include -Icore/adb/pairing_connection/include 
-Ilibziparchive/include -Icore/adb/pairing_auth/include
 build core/adb/sysdeps/posix/network.cpp.o: cxx 
core/adb/sysdeps/posix/network.cpp || core/adb/fastdeploy/proto/ApkEntry.pb.h 
core/adb/proto/key_type.pb.h core/adb/proto/app_processes.pb.h 
core/adb/proto/adb_known_hosts.pb.h core/adb/proto/pairing.pb.h 
core/adb/client/deployagent.inc core/adb/client/deployagentscript.inc
@@ -176,17 +178,17 @@
 build libbase/threads.cpp.o: cxx libbase/threads.cpp
 cflags = -DADB_HOST=1 -Ilibbase/include -Icore/include
 build core/liblog/log_event_list.cpp.o: cxx core/liblog/log_event_list.cpp
-cflags = -DLIBLOG_LOG_TAG=1006 -D_XOPEN_SOURCE=700 -DFAKE_LOG_DEVICE=1 
-Icore/log/include -Icore/include -Ilibbase/include
+cflags = -DLIBLOG_LOG_TAG=1006 -D_XOPEN_SOURCE=700 -DFAKE_LOG_DEVICE=1 
-Icore/liblog/include -Icore/include -Ilibbase/include
 build core/liblog/log_event_write.cpp.o: cxx core/liblog/log_event_write.cpp
-cflags = -DLIBLOG_LOG_TAG=1006 -D_XOPEN_SOURCE=700 -DFAKE_LOG_DEVICE=1 
-Icore/log/include -Icore/include 

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

2020-11-13 Thread Anatol Pomozov via arch-commits
Date: Friday, November 13, 2020 @ 17:44:17
  Author: anatolik
Revision: 753950

upgpkg: bpftrace 0.11.3-1

Modified:
  bpftrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 17:42:21 UTC (rev 753949)
+++ PKGBUILD2020-11-13 17:44:17 UTC (rev 753950)
@@ -2,7 +2,7 @@
 # Contributor: Tommaso Sardelli 
 
 pkgname=bpftrace
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
@@ -11,22 +11,9 @@
 depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
 makedepends=('cmake' 'llvm' 'git' 'linux-headers')
 options=(!strip)
-source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;
-  
bpf1.patch::https://github.com/iovisor/bpftrace/commit/5e78eb8a733a83398d2c8cbbf7ed6b81e8123d41.patch
-  
bpf2.patch::https://github.com/iovisor/bpftrace/commit/a2440d7860b8c156bffae999ea0c444bcae751f6.patch
-)
-sha512sums=('25bcc9863d24646108252f0010b96afb823eb795c8c6d94112b7804740d7688139ead7d862a205a1b44b86ef135b412e533fc119939ce550e5509b1bd37952fa'
-
'2511e19782a44f1242753dc3e2b45f2b7cb98796c763cc486cdadf9af2168f5a47466d59423d02f32cb8872d682a8fccdc433f0c4c61afa252234a9752fb3a2b'
-
'649be95f454407c0c91cf755ec69402a2615908c01066b5eac5d4c08df98cd1203da9de17ab956e3f9fd2daf1fcb5a2411ab47ce540a9da184d347f501c36707')
+source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;)
+sha512sums=('76f6b19ce2a2f3989ebafc49a4df337c6b5f3acf39e7415846b16ee08e2fa7a59821cd18de3c9ed29420b323de8458d1411ccf801e9cd5f3ac64f2bd981e2c3c')
 
-prepare() {
-  cd bpftrace-$pkgver
-
-  # https://github.com/iovisor/bpftrace/issues/1610
-  patch -p1 < ../bpf1.patch
-  patch -p1 < ../bpf2.patch
-}
-
 build() {
   cd bpftrace-$pkgver
 


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

2020-11-13 Thread Anatol Pomozov via arch-commits
Date: Friday, November 13, 2020 @ 17:44:40
  Author: anatolik
Revision: 753951

archrelease: copy trunk to community-x86_64

Added:
  bpftrace/repos/community-x86_64/PKGBUILD
(from rev 753950, bpftrace/trunk/PKGBUILD)
Deleted:
  bpftrace/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-13 17:44:17 UTC (rev 753950)
+++ PKGBUILD2020-11-13 17:44:40 UTC (rev 753951)
@@ -1,43 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Tommaso Sardelli 
-
-pkgname=bpftrace
-pkgver=0.11.2
-pkgrel=1
-pkgdesc='High-level tracing language for Linux eBPF'
-arch=('x86_64')
-url='https://github.com/iovisor/bpftrace'
-license=('Apache')
-depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
-makedepends=('cmake' 'llvm' 'git' 'linux-headers')
-options=(!strip)
-source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;
-  
bpf1.patch::https://github.com/iovisor/bpftrace/commit/5e78eb8a733a83398d2c8cbbf7ed6b81e8123d41.patch
-  
bpf2.patch::https://github.com/iovisor/bpftrace/commit/a2440d7860b8c156bffae999ea0c444bcae751f6.patch
-)
-sha512sums=('25bcc9863d24646108252f0010b96afb823eb795c8c6d94112b7804740d7688139ead7d862a205a1b44b86ef135b412e533fc119939ce550e5509b1bd37952fa'
-
'2511e19782a44f1242753dc3e2b45f2b7cb98796c763cc486cdadf9af2168f5a47466d59423d02f32cb8872d682a8fccdc433f0c4c61afa252234a9752fb3a2b'
-
'649be95f454407c0c91cf755ec69402a2615908c01066b5eac5d4c08df98cd1203da9de17ab956e3f9fd2daf1fcb5a2411ab47ce540a9da184d347f501c36707')
-
-prepare() {
-  cd bpftrace-$pkgver
-
-  # https://github.com/iovisor/bpftrace/issues/1610
-  patch -p1 < ../bpf1.patch
-  patch -p1 < ../bpf2.patch
-}
-
-build() {
-  cd bpftrace-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd bpftrace-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: bpftrace/repos/community-x86_64/PKGBUILD (from rev 753950, 
bpftrace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-13 17:44:40 UTC (rev 753951)
@@ -0,0 +1,30 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Tommaso Sardelli 
+
+pkgname=bpftrace
+pkgver=0.11.3
+pkgrel=1
+pkgdesc='High-level tracing language for Linux eBPF'
+arch=('x86_64')
+url='https://github.com/iovisor/bpftrace'
+license=('Apache')
+depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
+makedepends=('cmake' 'llvm' 'git' 'linux-headers')
+options=(!strip)
+source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;)
+sha512sums=('76f6b19ce2a2f3989ebafc49a4df337c6b5f3acf39e7415846b16ee08e2fa7a59821cd18de3c9ed29420b323de8458d1411ccf801e9cd5f3ac64f2bd981e2c3c')
+
+build() {
+  cd bpftrace-$pkgver
+
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd bpftrace-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-11-12 Thread Anatol Pomozov via arch-commits
Date: Friday, November 13, 2020 @ 00:36:24
  Author: anatolik
Revision: 753817

archrelease: copy trunk to community-x86_64

Added:
  bpftrace/repos/community-x86_64/PKGBUILD
(from rev 753816, bpftrace/trunk/PKGBUILD)
Deleted:
  bpftrace/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-13 00:35:54 UTC (rev 753816)
+++ PKGBUILD2020-11-13 00:36:24 UTC (rev 753817)
@@ -1,30 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Tommaso Sardelli 
-
-pkgname=bpftrace
-pkgver=0.11.0
-pkgrel=4
-pkgdesc='High-level tracing language for Linux eBPF'
-arch=('x86_64')
-url='https://github.com/iovisor/bpftrace'
-license=('Apache')
-depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
-makedepends=('cmake' 'llvm' 'git')
-options=(!strip)
-source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;)
-sha512sums=('32bf0c23a7b0e1a57d0e0b8fc845a9e184e201ac3f6018a3d3cee8c97096093b333578cb898ede02fb3ab8d55ba9bcd2bb67ac70b81a49461c0f6e5c03c2a6f5')
-
-build() {
-  cd bpftrace-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd bpftrace-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: bpftrace/repos/community-x86_64/PKGBUILD (from rev 753816, 
bpftrace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-13 00:36:24 UTC (rev 753817)
@@ -0,0 +1,43 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Tommaso Sardelli 
+
+pkgname=bpftrace
+pkgver=0.11.2
+pkgrel=1
+pkgdesc='High-level tracing language for Linux eBPF'
+arch=('x86_64')
+url='https://github.com/iovisor/bpftrace'
+license=('Apache')
+depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
+makedepends=('cmake' 'llvm' 'git' 'linux-headers')
+options=(!strip)
+source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;
+  
bpf1.patch::https://github.com/iovisor/bpftrace/commit/5e78eb8a733a83398d2c8cbbf7ed6b81e8123d41.patch
+  
bpf2.patch::https://github.com/iovisor/bpftrace/commit/a2440d7860b8c156bffae999ea0c444bcae751f6.patch
+)
+sha512sums=('25bcc9863d24646108252f0010b96afb823eb795c8c6d94112b7804740d7688139ead7d862a205a1b44b86ef135b412e533fc119939ce550e5509b1bd37952fa'
+
'2511e19782a44f1242753dc3e2b45f2b7cb98796c763cc486cdadf9af2168f5a47466d59423d02f32cb8872d682a8fccdc433f0c4c61afa252234a9752fb3a2b'
+
'649be95f454407c0c91cf755ec69402a2615908c01066b5eac5d4c08df98cd1203da9de17ab956e3f9fd2daf1fcb5a2411ab47ce540a9da184d347f501c36707')
+
+prepare() {
+  cd bpftrace-$pkgver
+
+  # https://github.com/iovisor/bpftrace/issues/1610
+  patch -p1 < ../bpf1.patch
+  patch -p1 < ../bpf2.patch
+}
+
+build() {
+  cd bpftrace-$pkgver
+
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd bpftrace-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-11-12 Thread Anatol Pomozov via arch-commits
Date: Friday, November 13, 2020 @ 00:35:54
  Author: anatolik
Revision: 753816

upgpkg: bpftrace 0.11.2-1: LLVM 11 + BCC 0.17.0 rebuild

Modified:
  bpftrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 00:34:12 UTC (rev 753815)
+++ PKGBUILD2020-11-13 00:35:54 UTC (rev 753816)
@@ -2,18 +2,31 @@
 # Contributor: Tommaso Sardelli 
 
 pkgname=bpftrace
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.11.2
+pkgrel=1
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
 url='https://github.com/iovisor/bpftrace'
 license=('Apache')
 depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
-makedepends=('cmake' 'llvm' 'git')
+makedepends=('cmake' 'llvm' 'git' 'linux-headers')
 options=(!strip)
-source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;)
-sha512sums=('32bf0c23a7b0e1a57d0e0b8fc845a9e184e201ac3f6018a3d3cee8c97096093b333578cb898ede02fb3ab8d55ba9bcd2bb67ac70b81a49461c0f6e5c03c2a6f5')
+source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz;
+  
bpf1.patch::https://github.com/iovisor/bpftrace/commit/5e78eb8a733a83398d2c8cbbf7ed6b81e8123d41.patch
+  
bpf2.patch::https://github.com/iovisor/bpftrace/commit/a2440d7860b8c156bffae999ea0c444bcae751f6.patch
+)
+sha512sums=('25bcc9863d24646108252f0010b96afb823eb795c8c6d94112b7804740d7688139ead7d862a205a1b44b86ef135b412e533fc119939ce550e5509b1bd37952fa'
+
'2511e19782a44f1242753dc3e2b45f2b7cb98796c763cc486cdadf9af2168f5a47466d59423d02f32cb8872d682a8fccdc433f0c4c61afa252234a9752fb3a2b'
+
'649be95f454407c0c91cf755ec69402a2615908c01066b5eac5d4c08df98cd1203da9de17ab956e3f9fd2daf1fcb5a2411ab47ce540a9da184d347f501c36707')
 
+prepare() {
+  cd bpftrace-$pkgver
+
+  # https://github.com/iovisor/bpftrace/issues/1610
+  patch -p1 < ../bpf1.patch
+  patch -p1 < ../bpf2.patch
+}
+
 build() {
   cd bpftrace-$pkgver
 


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

2020-11-12 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 12, 2020 @ 23:59:04
  Author: anatolik
Revision: 753813

archrelease: copy trunk to community-staging-x86_64

Added:
  bcc/repos/community-staging-x86_64/PKGBUILD
(from rev 753812, bcc/trunk/PKGBUILD)
Deleted:
  bcc/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 23:58:45 UTC (rev 753812)
+++ PKGBUILD2020-11-12 23:59:04 UTC (rev 753813)
@@ -1,86 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Gordian Edenhofer 
-# Contributor: Troy Engel 
-
-pkgbase=bcc
-pkgname=('bcc' 'bcc-tools' 'python-bcc')
-pkgver=0.17.0
-pkgrel=2
-pkgdesc='BPF Compiler Collection'
-arch=('x86_64')
-url='https://github.com/iovisor/bcc'
-license=('Apache')
-makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python')
-checkdepends=('netperf' 'iperf')
-source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz;)
-sha512sums=('5e10e8404f4d0615cd0d57077a2c095ff6837b157edf627e738f0229e2b59a1c3e0c8ea0226b4560929b2fed6532f3ff4037a805fd13c36394ac3166b7423ca0')
-
-build() {
-  mkdir -p bcc/build
-  cd bcc/build
-
-  # The python version is irrelevant at this stage
-  cmake -DREVISION=$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib ..
-
-  make
-}
-
-package_bcc() {
-  pkgdesc='BPF Compiler Collection - C library and examples'
-  depends=('clang' 'libelf')
-  optdepends=('linux-headers: build modules against the Arch kernel'
-'linux-lts-headers: build modules against the LTS kernel'
-'linux-zen-headers: build modules against the ZEN kernel'
-'linux-hardened-headers: build modules against the HARDENED kernel'
-'bcc-tools: Python utilites using the BCC library'
-'python-bcc: Python 3 bindings for BCC')
-  provides=('bcc' 'libbcc')
-
-  cd bcc/build
-
-  # Install the kitchen sink
-  make DESTDIR="$pkgdir" install
-
-  # These go in a split package python*-bcc
-  rm -rf "$pkgdir"/usr/lib/python*
-
-  # These go in a split package bcc-tools
-  rm -rf "$pkgdir"/usr/share/bcc/{tools,man}
-}
-
-package_bcc-tools() {
-  pkgdesc='BPF Compiler Collection - Tools'
-  depends=('bcc' 'libedit' 'ethtool')
-  optdepends=(
-   'python-bcc: Python 3 bindings for BCC'
-'luajit: Lua bindings for BCC'
-  )
-
-  cd bcc/build
-
-  make -C tools DESTDIR="$pkgdir" install
-  make -C man DESTDIR="$pkgdir" install
-}
-
-package_python-bcc() {
-  pkgdesc='BPF Compiler Collection - Python 3 bindings'
-  depends=('bcc' 'python')
-  optdepends=(
-   'python-netaddr: Network address representation and manipulation'
-'python-pyroute2: Netlink and Linux network configuration'
-  )
-
-  cd bcc/build
-
-  # Force a quick python3 binding build (C library is already built)
-  cmake -DREVISION=$pkgver \
--DPYTHON_CMD="python" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib ..
-  make -C "src/python"
-
-  # Install just those bindings
-  make -C "src/python" DESTDIR="$pkgdir" install
-}

Copied: bcc/repos/community-staging-x86_64/PKGBUILD (from rev 753812, 
bcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 23:59:04 UTC (rev 753813)
@@ -0,0 +1,86 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Gordian Edenhofer 
+# Contributor: Troy Engel 
+
+pkgbase=bcc
+pkgname=('bcc' 'bcc-tools' 'python-bcc')
+pkgver=0.17.0
+pkgrel=4
+pkgdesc='BPF Compiler Collection'
+arch=('x86_64')
+url='https://github.com/iovisor/bcc'
+license=('Apache')
+makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python')
+checkdepends=('netperf' 'iperf')
+source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz;)
+sha512sums=('5e10e8404f4d0615cd0d57077a2c095ff6837b157edf627e738f0229e2b59a1c3e0c8ea0226b4560929b2fed6532f3ff4037a805fd13c36394ac3166b7423ca0')
+
+build() {
+  mkdir -p bcc/build
+  cd bcc/build
+
+  # The python version is irrelevant at this stage
+  cmake -DREVISION=$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib ..
+
+  make
+}
+
+package_bcc() {
+  pkgdesc='BPF Compiler Collection - C library and examples'
+  depends=('clang' 'libelf')
+  optdepends=('linux-headers: build modules against the Arch kernel'
+'linux-lts-headers: build modules against the LTS kernel'
+'linux-zen-headers: build modules against the ZEN kernel'
+'linux-hardened-headers: build modules against the HARDENED kernel'
+'bcc-tools: Python utilites using the BCC library'
+'python-bcc: Python 3 bindings for BCC')
+  provides=('bcc' 'libbcc')
+
+  cd bcc/build
+
+  # Install the kitchen sink
+  make DESTDIR="$pkgdir" install
+
+  # These go in a split package 

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

2020-11-12 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 12, 2020 @ 23:58:45
  Author: anatolik
Revision: 753812

upgpkg: bcc 0.17.0-4: Python 3.9 rebuild

Modified:
  bcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 23:53:42 UTC (rev 753811)
+++ PKGBUILD2020-11-12 23:58:45 UTC (rev 753812)
@@ -5,7 +5,7 @@
 pkgbase=bcc
 pkgname=('bcc' 'bcc-tools' 'python-bcc')
 pkgver=0.17.0
-pkgrel=3
+pkgrel=4
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'


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

2020-11-12 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 12, 2020 @ 23:53:42
  Author: anatolik
Revision: 753811

archrelease: copy trunk to community-x86_64

Added:
  bcc/repos/community-x86_64/PKGBUILD
(from rev 753810, bcc/trunk/PKGBUILD)
Deleted:
  bcc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 23:53:19 UTC (rev 753810)
+++ PKGBUILD2020-11-12 23:53:42 UTC (rev 753811)
@@ -1,86 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Gordian Edenhofer 
-# Contributor: Troy Engel 
-
-pkgbase=bcc
-pkgname=('bcc' 'bcc-tools' 'python-bcc')
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='BPF Compiler Collection'
-arch=('x86_64')
-url='https://github.com/iovisor/bcc'
-license=('Apache')
-makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python')
-checkdepends=('netperf' 'iperf')
-source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz;)
-sha512sums=('5e10e8404f4d0615cd0d57077a2c095ff6837b157edf627e738f0229e2b59a1c3e0c8ea0226b4560929b2fed6532f3ff4037a805fd13c36394ac3166b7423ca0')
-
-build() {
-  mkdir -p bcc/build
-  cd bcc/build
-
-  # The python version is irrelevant at this stage
-  cmake -DREVISION=$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib ..
-
-  make
-}
-
-package_bcc() {
-  pkgdesc='BPF Compiler Collection - C library and examples'
-  depends=('clang' 'libelf')
-  optdepends=('linux-headers: build modules against the Arch kernel'
-'linux-lts-headers: build modules against the LTS kernel'
-'linux-zen-headers: build modules against the ZEN kernel'
-'linux-hardened-headers: build modules against the HARDENED kernel'
-'bcc-tools: Python utilites using the BCC library'
-'python-bcc: Python 3 bindings for BCC')
-  provides=('bcc' 'libbcc')
-
-  cd bcc/build
-
-  # Install the kitchen sink
-  make DESTDIR="$pkgdir" install
-
-  # These go in a split package python*-bcc
-  rm -rf "$pkgdir"/usr/lib/python*
-
-  # These go in a split package bcc-tools
-  rm -rf "$pkgdir"/usr/share/bcc/{tools,man}
-}
-
-package_bcc-tools() {
-  pkgdesc='BPF Compiler Collection - Tools'
-  depends=('bcc' 'libedit' 'ethtool')
-  optdepends=(
-   'python-bcc: Python 3 bindings for BCC'
-'luajit: Lua bindings for BCC'
-  )
-
-  cd bcc/build
-
-  make -C tools DESTDIR="$pkgdir" install
-  make -C man DESTDIR="$pkgdir" install
-}
-
-package_python-bcc() {
-  pkgdesc='BPF Compiler Collection - Python 3 bindings'
-  depends=('bcc' 'python')
-  optdepends=(
-   'python-netaddr: Network address representation and manipulation'
-'python-pyroute2: Netlink and Linux network configuration'
-  )
-
-  cd bcc/build
-
-  # Force a quick python3 binding build (C library is already built)
-  cmake -DREVISION=$pkgver \
--DPYTHON_CMD="python" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib ..
-  make -C "src/python"
-
-  # Install just those bindings
-  make -C "src/python" DESTDIR="$pkgdir" install
-}

Copied: bcc/repos/community-x86_64/PKGBUILD (from rev 753810, 
bcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 23:53:42 UTC (rev 753811)
@@ -0,0 +1,86 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Gordian Edenhofer 
+# Contributor: Troy Engel 
+
+pkgbase=bcc
+pkgname=('bcc' 'bcc-tools' 'python-bcc')
+pkgver=0.17.0
+pkgrel=3
+pkgdesc='BPF Compiler Collection'
+arch=('x86_64')
+url='https://github.com/iovisor/bcc'
+license=('Apache')
+makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python')
+checkdepends=('netperf' 'iperf')
+source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz;)
+sha512sums=('5e10e8404f4d0615cd0d57077a2c095ff6837b157edf627e738f0229e2b59a1c3e0c8ea0226b4560929b2fed6532f3ff4037a805fd13c36394ac3166b7423ca0')
+
+build() {
+  mkdir -p bcc/build
+  cd bcc/build
+
+  # The python version is irrelevant at this stage
+  cmake -DREVISION=$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib ..
+
+  make
+}
+
+package_bcc() {
+  pkgdesc='BPF Compiler Collection - C library and examples'
+  depends=('clang' 'libelf')
+  optdepends=('linux-headers: build modules against the Arch kernel'
+'linux-lts-headers: build modules against the LTS kernel'
+'linux-zen-headers: build modules against the ZEN kernel'
+'linux-hardened-headers: build modules against the HARDENED kernel'
+'bcc-tools: Python utilites using the BCC library'
+'python-bcc: Python 3 bindings for BCC')
+  provides=('bcc' 'libbcc')
+
+  cd bcc/build
+
+  # Install the kitchen sink
+  make DESTDIR="$pkgdir" install
+
+  # These go in a split package python*-bcc
+  rm -rf 

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

2020-11-12 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 12, 2020 @ 23:53:19
  Author: anatolik
Revision: 753810

upgpkg: bcc 0.17.0-3: LLVM11 rebuild

Modified:
  bcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 23:49:12 UTC (rev 753809)
+++ PKGBUILD2020-11-12 23:53:19 UTC (rev 753810)
@@ -5,7 +5,7 @@
 pkgbase=bcc
 pkgname=('bcc' 'bcc-tools' 'python-bcc')
 pkgver=0.17.0
-pkgrel=2
+pkgrel=3
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'


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

2020-11-05 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 5, 2020 @ 21:52:00
  Author: anatolik
Revision: 743552

upgpkg: tup 0.7.10-1

Modified:
  tup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 21:51:56 UTC (rev 743551)
+++ PKGBUILD2020-11-05 21:52:00 UTC (rev 743552)
@@ -3,16 +3,16 @@
 # Contributor: Patrick McCarty 
 
 pkgname=tup
-pkgver=0.7.9
+pkgver=0.7.10
 pkgrel=1
 pkgdesc='A fast, file-based build system'
 arch=(x86_64)
 url='http://gittup.org/tup/index.html'
 license=(GPL2)
-depends=(fuse2 pcre)
+depends=(fuse3 pcre)
 install=tup.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gittup/tup/archive/v$pkgver.tar.gz)
-sha256sums=('9b0951afaa749186eb55d88860405b2f6b3d88632d1b5df1ec4a0bf973d8d326')
+sha256sums=('c80946bc772ae4a5170855e907c866dae5040620e81ee1a590223bdbdf65f0f8')
 
 prepare() {
   cd tup-$pkgver


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

2020-11-05 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 5, 2020 @ 21:52:23
  Author: anatolik
Revision: 743554

archrelease: copy trunk to community-x86_64

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

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

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

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

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

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

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

2020-11-05 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 5, 2020 @ 21:49:20
  Author: anatolik
Revision: 743526

archrelease: copy trunk to community-x86_64

Added:
  bcc/repos/community-x86_64/PKGBUILD
(from rev 743525, bcc/trunk/PKGBUILD)
Deleted:
  bcc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 21:49:10 UTC (rev 743525)
+++ PKGBUILD2020-11-05 21:49:20 UTC (rev 743526)
@@ -1,88 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Gordian Edenhofer 
-# Contributor: Troy Engel 
-
-pkgbase=bcc
-pkgname=('bcc' 'bcc-tools' 'python-bcc')
-pkgver=0.16.0
-pkgrel=2
-pkgdesc='BPF Compiler Collection'
-arch=('x86_64')
-url='https://github.com/iovisor/bcc'
-license=('Apache')
-makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python')
-checkdepends=('netperf' 'iperf')
-source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz;)
-sha512sums=('ec2eec46ef45e96a269fe252de85734e12182bac839c7ee958852c6e7f4935b86f83536d6fd127933549f521d9b7af440544207818d5bd72a94567d41c6f3b75')
-
-build() {
-  mkdir -p bcc/build
-  cd bcc/build
-
-  # The python version is irrelevant at this stage
-  cmake -DREVISION=$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib ..
-
-  make
-}
-
-package_bcc() {
-  pkgdesc='BPF Compiler Collection - C library and examples'
-  depends=('clang' 'libelf')
-  optdepends=('linux-headers: build modules against the Arch kernel'
-'linux-lts-headers: build modules against the LTS kernel'
-'linux-zen-headers: build modules against the ZEN kernel'
-'linux-hardened-headers: build modules against the HARDENED kernel'
-'bcc-tools: Python utilites using the BCC library'
-'python-bcc: Python 3 bindings for BCC')
-  provides=('bcc' 'libbcc')
-
-  cd bcc/build
-
-  # Install the kitchen sink
-  make DESTDIR="$pkgdir" install
-
-  # These go in a split package python*-bcc
-  rm -rf "$pkgdir"/usr/lib/python*
-
-  # These go in a split package bcc-tools
-  rm -rf "$pkgdir"/usr/share/bcc/{tools,man}
-}
-
-package_bcc-tools() {
-  pkgdesc='BPF Compiler Collection - Tools'
-  arch=('x86_64')
-  depends=('bcc' 'libedit' 'ethtool')
-  optdepends=(
-   'python-bcc: Python 3 bindings for BCC'
-'luajit: Lua bindings for BCC'
-  )
-
-  cd bcc/build
-
-  make -C tools DESTDIR="$pkgdir" install
-  make -C man DESTDIR="$pkgdir" install
-}
-
-package_python-bcc() {
-  pkgdesc='BPF Compiler Collection - Python 3 bindings'
-  arch=('x86_64')
-  depends=('bcc' 'python')
-  optdepends=(
-   'python-netaddr: Network address representation and manipulation'
-'python-pyroute2: Netlink and Linux network configuration'
-  )
-
-  cd bcc/build
-
-  # Force a quick python3 binding build (C library is already built)
-  cmake -DREVISION=$pkgver \
--DPYTHON_CMD="python" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib ..
-  make -C "src/python"
-
-  # Install just those bindings
-  make -C "src/python" DESTDIR="$pkgdir" install
-}

Copied: bcc/repos/community-x86_64/PKGBUILD (from rev 743525, 
bcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 21:49:20 UTC (rev 743526)
@@ -0,0 +1,86 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Gordian Edenhofer 
+# Contributor: Troy Engel 
+
+pkgbase=bcc
+pkgname=('bcc' 'bcc-tools' 'python-bcc')
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='BPF Compiler Collection'
+arch=('x86_64')
+url='https://github.com/iovisor/bcc'
+license=('Apache')
+makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python')
+checkdepends=('netperf' 'iperf')
+source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz;)
+sha512sums=('5e10e8404f4d0615cd0d57077a2c095ff6837b157edf627e738f0229e2b59a1c3e0c8ea0226b4560929b2fed6532f3ff4037a805fd13c36394ac3166b7423ca0')
+
+build() {
+  mkdir -p bcc/build
+  cd bcc/build
+
+  # The python version is irrelevant at this stage
+  cmake -DREVISION=$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib ..
+
+  make
+}
+
+package_bcc() {
+  pkgdesc='BPF Compiler Collection - C library and examples'
+  depends=('clang' 'libelf')
+  optdepends=('linux-headers: build modules against the Arch kernel'
+'linux-lts-headers: build modules against the LTS kernel'
+'linux-zen-headers: build modules against the ZEN kernel'
+'linux-hardened-headers: build modules against the HARDENED kernel'
+'bcc-tools: Python utilites using the BCC library'
+'python-bcc: Python 3 bindings for BCC')
+  provides=('bcc' 'libbcc')
+
+  cd bcc/build
+
+  # Install the kitchen sink
+  make DESTDIR="$pkgdir" install
+
+  # These go in a split package 

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

2020-11-05 Thread Anatol Pomozov via arch-commits
Date: Thursday, November 5, 2020 @ 21:49:01
  Author: anatolik
Revision: 743524

upgpkg: bcc 0.17.0-1

Modified:
  bcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 21:49:00 UTC (rev 743523)
+++ PKGBUILD2020-11-05 21:49:01 UTC (rev 743524)
@@ -4,8 +4,8 @@
 
 pkgbase=bcc
 pkgname=('bcc' 'bcc-tools' 'python-bcc')
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python')
 checkdepends=('netperf' 'iperf')
 
source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz;)
-sha512sums=('ec2eec46ef45e96a269fe252de85734e12182bac839c7ee958852c6e7f4935b86f83536d6fd127933549f521d9b7af440544207818d5bd72a94567d41c6f3b75')
+sha512sums=('5e10e8404f4d0615cd0d57077a2c095ff6837b157edf627e738f0229e2b59a1c3e0c8ea0226b4560929b2fed6532f3ff4037a805fd13c36394ac3166b7423ca0')
 
 build() {
   mkdir -p bcc/build


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

2020-11-04 Thread Anatol Pomozov via arch-commits
Date: Wednesday, November 4, 2020 @ 19:48:38
  Author: anatolik
Revision: 399274

archrelease: copy trunk to testing-x86_64

Added:
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 399273, gdb/trunk/PKGBUILD)

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

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 399273, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-04 19:48:38 UTC (rev 399274)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Anatol Pomozov 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled 
versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=10.1
+pkgrel=2
+pkgdesc='The GNU Debugger'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(glibc gcc-libs texinfo python guile ncurses expat xz mpfr 
source-highlight
+ readline)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('c625efd87116525fb3bbeca7eaa1028ee62c0e7d'
+  'SKIP')
+b2sums=('69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--prefix=/usr \
+--disable-nls \
+--enable-source-highlight \
+--enable-tui \
+--with-system-readline \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package_gdb-common() {
+  depends=(python guile)
+
+  cd gdb-$pkgver/build
+  make -C gdb/data-directory DESTDIR="$pkgdir" install
+}
+
+package_gdb() {
+  depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr 
source-highlight gdb-common=$pkgver
+   readline libreadline.so guile python libelf)
+  backup=(etc/gdb/gdbinit)
+
+  cd gdb-$pkgver/build
+  make -C gdb DESTDIR="$pkgdir" install
+  make -C gdbserver DESTDIR="$pkgdir" install
+
+  # install "custom" system gdbinit
+  install -dm 755 "$pkgdir/etc/gdb"
+  touch "$pkgdir/etc/gdb/gdbinit"
+
+  # comes from gdb-common
+  rm -r "$pkgdir/usr/share/gdb/"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-04 Thread Anatol Pomozov via arch-commits
Date: Wednesday, November 4, 2020 @ 19:48:19
  Author: anatolik
Revision: 399273

add gdbserver back

Fixes FS#68517

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-04 15:51:32 UTC (rev 399272)
+++ PKGBUILD2020-11-04 19:48:19 UTC (rev 399273)
@@ -8,7 +8,7 @@
 # of gdb (for arm/avr/...)
 pkgname=(gdb gdb-common)
 pkgver=10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Debugger'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
@@ -59,6 +59,7 @@
 
   cd gdb-$pkgver/build
   make -C gdb DESTDIR="$pkgdir" install
+  make -C gdbserver DESTDIR="$pkgdir" install
 
   # install "custom" system gdbinit
   install -dm 755 "$pkgdir/etc/gdb"


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

2020-11-03 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 3, 2020 @ 18:41:37
  Author: anatolik
Revision: 741222

archrelease: copy trunk to community-x86_64

Added:
  tarantool/repos/community-x86_64/PKGBUILD
(from rev 741221, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-x86_64/tarantool.sysusers
(from rev 741221, tarantool/trunk/tarantool.sysusers)
Deleted:
  tarantool/repos/community-x86_64/PKGBUILD
  tarantool/repos/community-x86_64/tarantool.sysusers

+
 PKGBUILD   |  186 +--
 tarantool.sysusers |4 -
 2 files changed, 96 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 18:41:21 UTC (rev 741221)
+++ PKGBUILD2020-11-03 18:41:37 UTC (rev 741222)
@@ -1,92 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=tarantool
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Lua application server integrated with a database management system'
-arch=(x86_64)
-url='https://www.tarantool.org'
-license=(BSD)
-depends=(readline ncurses zlib libyaml openssl libunwind curl icu)
-makedepends=(git cmake systemd)
-checkdepends=(python2-gevent python2-tarantool)
-source=(git+https://github.com/tarantool/tarantool.git#tag=$pkgver
-git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7
-git+https://github.com/tarantool/libyaml.git
-git+https://github.com/tarantool/msgpuck.git
-git+https://github.com/rtsisyk/luafun.git
-git+https://github.com/tarantool/test-run.git
-git+https://github.com/tarantool/small.git
-git+https://github.com/tarantool/zstd.git
-
git+https://github.com/tarantool/luarocks.git#branch=luarocks-3.1.1-tarantool
-git+https://github.com/tarantool/decNumber.git
-git+https://github.com/tarantool/serpent.git
-git+https://github.com/tarantool/curl.git
-git+https://github.com/tarantool/c-ares.git
-tarantool.sysusers)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'2feccda75effbd44b40e43608e56395376ea7b9039a09aada91a05f9559b12fe')
-
-prepare() {
-  cd tarantool
-
-  git submodule init
-  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
-  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
-  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
-  git config -f .gitmodules 'submodule.third_party/libyaml.url' 
"$srcdir/libyaml"
-  git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd"
-  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
-  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
-  git config -f .gitmodules 'submodule.third_party/luarocks.url' 
"$srcdir/luarocks"
-  git config -f .gitmodules 'submodule.third_party/decNumber.url' 
"$srcdir/decNumber"
-  git config -f .gitmodules 'submodule.third_party/serpent.url' 
"$srcdir/serpent"
-  git config -f .gitmodules 'submodule.third_party/curl.url' "$srcdir/curl"
-  git config -f .gitmodules 'submodule.third_party/c-ares.url' "$srcdir/c-ares"
-
-  git submodule sync
-  git submodule update
-}
-
-build() {
-  cd tarantool
-
-  # tarantool uses git submodule, handle this
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_BINDIR=/usr/bin \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_BACKTRACE:BOOL=ON \
--DWITH_SYSTEMD:BOOL=ON \
--DENABLE_DIST:BOOL=ON \
-.
-  make
-}
-
-check() {
-  cd tarantool/test
-  ./test-run.py --suite box
-}
-
-package() {
-  cd tarantool
-  make install DESTDIR="$pkgdir"
-
-  install -D -m644 $srcdir/tarantool.sysusers 
"$pkgdir/usr/lib/sysusers.d/tarantool.conf"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: tarantool/repos/community-x86_64/PKGBUILD (from rev 741221, 
tarantool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 18:41:37 UTC (rev 741222)
@@ -0,0 +1,94 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(x86_64)
+url='https://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib libyaml openssl libunwind icu)
+makedepends=(git cmake systemd)
+checkdepends=(python2-gevent python2-tarantool)
+source=(git+https://github.com/tarantool/tarantool.git#tag=$pkgver
+git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7
+git+https://github.com/tarantool/libyaml.git
+

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

2020-11-03 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 3, 2020 @ 18:41:15
  Author: anatolik
Revision: 741220

upgpkg: tarantool 2.7.0-1

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 18:41:10 UTC (rev 741219)
+++ PKGBUILD2020-11-03 18:41:15 UTC (rev 741220)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tarantool
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(x86_64)


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2020-11-02 Thread Anatol Pomozov via arch-commits
Date: Monday, November 2, 2020 @ 18:32:27
  Author: anatolik
Revision: 740039

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 740035, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/configs.patch
(from rev 740036, gitlab/trunk/configs.patch)
  gitlab/repos/community-x86_64/environment
(from rev 740036, gitlab/trunk/environment)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 740036, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 740036, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 740037, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-puma.service
(from rev 740037, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 740038, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 740038, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 740038, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 740038, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 740038, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/configs.patch
  gitlab/repos/community-x86_64/environment
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-puma.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  364 +-
 configs.patch   |  622 +++---
 environment |6 
 gitlab-backup.service   |   38 +-
 gitlab-backup.timer |   20 -
 gitlab-mailroom.service |   42 +--
 gitlab-puma.service |   68 ++---
 gitlab-sidekiq.service  |   60 ++--
 gitlab.install  |   68 ++---
 gitlab.logrotate|   12 
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 12 files changed, 658 insertions(+), 658 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-02 18:31:43 UTC (rev 740038)
+++ PKGBUILD2020-11-02 18:32:27 UTC (rev 740039)
@@ -1,182 +0,0 @@
-# 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.5.1
-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
-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'
-
'282a2063a9ac04272ab46c04417aedecc46ff99db6e35cf8b6bf04b3c38f1dc7492677d95f95773e756a52fcc5fba85e844931271dab52aa582598cbb9cacde3'
-
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
-
'75bf9e5ad238a862dfc2638101fb74101227d88958a5f0fdf1ced3833e403f91b6a5908dfb97c5172f75748737212bf87d05b7d39bbe90ed5d3a6c248c1c1ab6'
-
'18f4a31935d0626c26d1be1942b715128cf3edcb114f672af16e4a145d8ac693e1afc7d59094cae3702e47e4c6c4cb4a62a009bafcbec500e69120a2dd400a2a'
-
'8afffb8caafdaa7a39991a4e694efc5133af1dc201ae07f3dc3989dbabb983339941011ffdd1f97c63033c94a02a3a7a6eb3722001aa3e7155c16f6743aec4c8'
- 

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

2020-11-02 Thread Anatol Pomozov via arch-commits
Date: Monday, November 2, 2020 @ 18:30:44
  Author: anatolik
Revision: 740035

upgpkg: gitlab 13.5.2-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 18:30:36 UTC (rev 740034)
+++ PKGBUILD2020-11-02 18:30:44 UTC (rev 740035)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.5.1
+pkgver=13.5.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


  1   2   3   4   5   6   7   8   9   10   >