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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:54:23
  Author: felixonmars
Revision: 624829

archrelease: copy trunk to community-staging-x86_64

Added:
  radcli/repos/community-staging-x86_64/
  radcli/repos/community-staging-x86_64/PKGBUILD
(from rev 624828, radcli/trunk/PKGBUILD)

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

Copied: radcli/repos/community-staging-x86_64/PKGBUILD (from rev 624828, 
radcli/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:54:23 UTC (rev 624829)
@@ -0,0 +1,27 @@
+# Maintainer: Baptiste Jonglez 
+pkgname='radcli'
+pkgver=1.2.11
+pkgrel=3
+pkgdesc='Client library for writing Radius clients in C or C++'
+arch=('x86_64')
+url='https://radcli.github.io/radcli/'
+license=('BSD')
+depends=('nettle' 'gnutls')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('30d5b5fae46077c6a2aa6fb1e83b49793ab36ae104f60b2d3bfb0c142c039e42e91c1e4fbc276f0986b76fef2292f915108914a775a8d0510ad07cd3ace3075c'
+'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171'  # Nikos 
Mavrogiannopoulos 
+  '56EE7FA9E8173B19FE86268D763712747F343FA7') # Nikos 
Mavrogiannopoulos 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:54:14
  Author: felixonmars
Revision: 624828

nettle 3.6 rebuild

Modified:
  radcli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:39:24 UTC (rev 624827)
+++ PKGBUILD2020-05-05 05:54:14 UTC (rev 624828)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname='radcli'
 pkgver=1.2.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Client library for writing Radius clients in C or C++'
 arch=('x86_64')
 url='https://radcli.github.io/radcli/'


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:39:55
  Author: foutrelis
Revision: 382255

nettle 3.6 rebuild

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:37:31 UTC (rev 382254)
+++ PKGBUILD2020-05-05 05:39:55 UTC (rev 382255)
@@ -5,7 +5,7 @@
 
 pkgname=dnsmasq
 pkgver=2.81
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight, easy to configure DNS forwarder and DHCP server'
 url='http://www.thekelleys.org.uk/dnsmasq/doc.html'
 arch=('x86_64')


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:38:40
  Author: foutrelis
Revision: 624824

nettle 3.6 rebuild

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:38:02 UTC (rev 624823)
+++ PKGBUILD2020-05-05 05:38:40 UTC (rev 624824)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libcurl-gnutls
 pkgver=7.70.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
 url='https://curl.haxx.se'


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:40:40
  Author: felixonmars
Revision: 382258

archrelease: copy trunk to staging-x86_64

Added:
  qemu/repos/staging-x86_64/
  qemu/repos/staging-x86_64/65-kvm.rules
(from rev 382257, qemu/trunk/65-kvm.rules)
  qemu/repos/staging-x86_64/PKGBUILD
(from rev 382257, qemu/trunk/PKGBUILD)
  qemu/repos/staging-x86_64/qemu-ga.service
(from rev 382257, qemu/trunk/qemu-ga.service)
  qemu/repos/staging-x86_64/qemu.install
(from rev 382257, qemu/trunk/qemu.install)

-+
 65-kvm.rules|1 
 PKGBUILD|  216 ++
 qemu-ga.service |9 ++
 qemu.install|8 ++
 4 files changed, 234 insertions(+)

Copied: qemu/repos/staging-x86_64/65-kvm.rules (from rev 382257, 
qemu/trunk/65-kvm.rules)
===
--- staging-x86_64/65-kvm.rules (rev 0)
+++ staging-x86_64/65-kvm.rules 2020-05-05 05:40:40 UTC (rev 382258)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/staging-x86_64/PKGBUILD (from rev 382257, 
qemu/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:40:40 UTC (rev 382258)
@@ -0,0 +1,216 @@
+# 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.0.0
+pkgrel=5
+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)
+depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules)
+sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+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}
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _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}"
+
+  make
+)
+
+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)
+
+  make -C build-$1 DESTDIR="$pkgdir" 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 _bin in qemu-*; do
+[[ -f $_bin ]] || continue
+
+case ${_bin#qemu-} in
+  # guest agent
+  ga) rm "$_bin"; continue ;;
+
+  # tools
+  edid|img|io|keymap|nbd|pr-helper|storage-daemon) continue ;;
+
+  # 

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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:39:24
  Author: foutrelis
Revision: 624827

archrelease: copy trunk to community-staging-x86_64

Added:
  chrony/repos/community-staging-x86_64/
  chrony/repos/community-staging-x86_64/PKGBUILD
(from rev 624826, chrony/trunk/PKGBUILD)
  chrony/repos/community-staging-x86_64/chrony.sysusers
(from rev 624826, chrony/trunk/chrony.sysusers)
  chrony/repos/community-staging-x86_64/chrony.tmpfiles
(from rev 624826, chrony/trunk/chrony.tmpfiles)

-+
 PKGBUILD|   73 ++
 chrony.sysusers |1 
 chrony.tmpfiles |1 
 3 files changed, 75 insertions(+)

Copied: chrony/repos/community-staging-x86_64/PKGBUILD (from rev 624826, 
chrony/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:39:24 UTC (rev 624827)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# Contributor: Elisamuel Resto 
+
+pkgname=chrony
+pkgver=3.5
+pkgrel=3
+pkgdesc='Lightweight NTP client and server'
+url='https://chrony.tuxfamily.org/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'nss' 'readline' 'libcap' 'libedit' 'libseccomp' 'nettle')
+makedepends=('asciidoctor')
+options=('!emptydirs')
+backup=('etc/chrony.conf')
+source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt
+chrony.sysusers
+chrony.tmpfiles)
+sha256sums=('4e02795b1260a4ec51e6ace84149036305cc9fc340e65edb9f8452aa611339b5'
+'SKIP'
+'56aa817638c8f959169d514f1e7fc727ef31e7d3beda4fca5165292c7602ee42'
+'c0b52787f68f3ef365eef64f53f22b4fb0046a91f0e38923f9d16f1ca19c3f3a')
+validpgpkeys=('8B1F4A9ADA73D401E3085A0B5FF06F29BA1E013B') # Miroslav Lichvar 
 has a dsa1024 key *in the wild*
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i \
+-e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
+-e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
+-e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
+-e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
+examples/chrony.conf.example*
+  sed 's|/usr/sbin|/usr/bin|g' -i examples/*.service
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-scfilter \
+--enable-ntp-signd \
+--with-user=chrony \
+--with-sendmail=/usr/bin/sendmail \
+--with-hwclockfile=/etc/adjtime
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install-docs
+
+  install -Dm 644 "${srcdir}/chrony.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/chrony.conf"
+  install -Dm 644 "${srcdir}/chrony.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/chrony.conf"
+  install -Dm 644 examples/{chronyd,chrony-wait}.service -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 examples/chrony.logrotate "${pkgdir}/etc/logrotate.d/chrony"
+  install -Dm 644 README NEWS FAQ -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  install -Dm 644 examples/chrony.conf.example3 "${pkgdir}/etc/chrony.conf"
+  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "${pkgdir}/etc/chrony.conf"
+  sed -i '/^! rtconutc$/ s/^! //' "${pkgdir}/etc/chrony.conf"
+
+  mv "${pkgdir}/usr/sbin/chronyd" "${pkgdir}/usr/bin"
+  rmdir "${pkgdir}"{/usr/sbin,/var/lib/chrony,/var/lib}
+}
+
+# vim: ts=2 sw=2 et:

Copied: chrony/repos/community-staging-x86_64/chrony.sysusers (from rev 624826, 
chrony/trunk/chrony.sysusers)
===
--- community-staging-x86_64/chrony.sysusers(rev 0)
+++ community-staging-x86_64/chrony.sysusers2020-05-05 05:39:24 UTC (rev 
624827)
@@ -0,0 +1 @@
+u chrony - "Network Time Protocol" /var/lib/chrony

Copied: chrony/repos/community-staging-x86_64/chrony.tmpfiles (from rev 624826, 
chrony/trunk/chrony.tmpfiles)
===
--- community-staging-x86_64/chrony.tmpfiles(rev 0)
+++ community-staging-x86_64/chrony.tmpfiles2020-05-05 05:39:24 UTC (rev 
624827)
@@ -0,0 +1 @@
+d /var/lib/chrony 0755 chrony chrony - -


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:40:16
  Author: felixonmars
Revision: 382257

nettle 3.6 rebuild

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:39:59 UTC (rev 382256)
+++ PKGBUILD2020-05-05 05:40:16 UTC (rev 382257)
@@ -6,7 +6,7 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=5.0.0
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:39:59
  Author: foutrelis
Revision: 382256

archrelease: copy trunk to staging-x86_64

Added:
  dnsmasq/repos/staging-x86_64/
  dnsmasq/repos/staging-x86_64/PKGBUILD
(from rev 382255, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/staging-x86_64/dnsmasq-sysusers.conf
(from rev 382255, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/staging-x86_64/dnsmasq.service
(from rev 382255, dnsmasq/trunk/dnsmasq.service)

---+
 PKGBUILD  |   59 
 dnsmasq-sysusers.conf |1 
 dnsmasq.service   |   19 +++
 3 files changed, 79 insertions(+)

Copied: dnsmasq/repos/staging-x86_64/PKGBUILD (from rev 382255, 
dnsmasq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:39:59 UTC (rev 382256)
@@ -0,0 +1,59 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=dnsmasq
+pkgver=2.81
+pkgrel=4
+pkgdesc='Lightweight, easy to configure DNS forwarder and DHCP server'
+url='http://www.thekelleys.org.uk/dnsmasq/doc.html'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'gmp' 'libidn2' 'libdbus' 'libnetfilter_conntrack' 'nettle')
+backup=('etc/dnsmasq.conf')
+validpgpkeys=('D6EACBD6EE46B834248D111215CDDA6AE19135A2') # Simon Kelley 

+source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
+'dnsmasq-sysusers.conf'
+'dnsmasq.service')
+sha256sums=('749ca903537c5197c26444ac24b0dce242cf42595fdfe6b9a5b9e4c7ad32f8fb'
+'SKIP'
+'7f6ff6a709038ae580758f4b6a754451d7f7ce22957b88a36b97f7b643d3c2ab'
+'297dbae8cfa3d353284820dd87cc65c37d1ef289cac3a5c3ede079413d31eeec')
+
+_build_copts='-DHAVE_DNSSEC -DHAVE_DBUS -DHAVE_LIBIDN2 -DHAVE_CONNTRACK'
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make \
+CFLAGS="$CPPFLAGS $CFLAGS" \
+LDFLAGS="$LDFLAGS" \
+COPTS="$_build_copts" \
+PREFIX=/usr \
+BINDIR=/usr/bin \
+all-i18n
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS="$_build_copts" \
+PREFIX=/usr \
+BINDIR=/usr/bin \
+DESTDIR="$pkgdir" \
+install install-i18n
+
+  install -Dm644 "dbus/dnsmasq.conf" 
"$pkgdir"/usr/share/dbus-1/system.d/dnsmasq.conf
+  install -Dm644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
+  install -Dm644 "$srcdir/dnsmasq.service" 
"$pkgdir"/usr/lib/systemd/system/dnsmasq.service
+  install -Dm644 "$srcdir/dnsmasq-sysusers.conf" 
"$pkgdir"/usr/lib/sysusers.d/dnsmasq.conf
+
+  # DNSSEC setup
+  sed -i 's,%%PREFIX%%,/usr,' "$pkgdir"/etc/dnsmasq.conf
+  install -Dm644 "trust-anchors.conf" 
"$pkgdir"/usr/share/dnsmasq/trust-anchors.conf
+}
+
+# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/staging-x86_64/dnsmasq-sysusers.conf (from rev 382255, 
dnsmasq/trunk/dnsmasq-sysusers.conf)
===
--- staging-x86_64/dnsmasq-sysusers.conf(rev 0)
+++ staging-x86_64/dnsmasq-sysusers.conf2020-05-05 05:39:59 UTC (rev 
382256)
@@ -0,0 +1 @@
+u dnsmasq - "dnsmasq daemon" /

Copied: dnsmasq/repos/staging-x86_64/dnsmasq.service (from rev 382255, 
dnsmasq/trunk/dnsmasq.service)
===
--- staging-x86_64/dnsmasq.service  (rev 0)
+++ staging-x86_64/dnsmasq.service  2020-05-05 05:39:59 UTC (rev 382256)
@@ -0,0 +1,19 @@
+[Unit]
+Description=dnsmasq - A lightweight DHCP and caching DNS server
+Documentation=man:dnsmasq(8)
+After=network.target
+Before=network-online.target nss-lookup.target
+Wants=nss-lookup.target
+
+[Service]
+Type=dbus
+BusName=uk.org.thekelleys.dnsmasq
+ExecStartPre=/usr/bin/dnsmasq --test
+ExecStart=/usr/bin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+PrivateDevices=true
+ProtectSystem=full
+
+[Install]
+WantedBy=multi-user.target


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:39:17
  Author: foutrelis
Revision: 624826

nettle 3.6 rebuild

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:38:44 UTC (rev 624825)
+++ PKGBUILD2020-05-05 05:39:17 UTC (rev 624826)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=3.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight NTP client and server'
 url='https://chrony.tuxfamily.org/'
 arch=('x86_64')


[arch-commits] Commit in lib32-libcurl-gnutls/repos (2 files)

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:38:44
  Author: foutrelis
Revision: 624825

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libcurl-gnutls/repos/multilib-staging-x86_64/
  lib32-libcurl-gnutls/repos/multilib-staging-x86_64/PKGBUILD
(from rev 624824, lib32-libcurl-gnutls/trunk/PKGBUILD)

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

Copied: lib32-libcurl-gnutls/repos/multilib-staging-x86_64/PKGBUILD (from rev 
624824, lib32-libcurl-gnutls/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-05-05 05:38:44 UTC (rev 624825)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=lib32-libcurl-gnutls
+pkgver=7.70.0
+pkgrel=2
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-gnutls' 'lib32-libpsl'
+ 'lib32-libssh2' 'lib32-nettle' 'lib32-zlib' 'libcurl-gnutls')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('76f073f8e2b18326d8741774927e99bad038b02fdb4446f2fa8c1bc1cd8909ec7e666d4bac67e7ee87a80ba7010fcf21750fa44bc13edcfbab8a287cb2e3660e'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.6.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0; do
+ln -s libcurl-gnutls.so.4.6.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-gnutls "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:38:02
  Author: felixonmars
Revision: 624823

archrelease: copy trunk to community-staging-x86_64

Added:
  squid/repos/community-staging-x86_64/
  squid/repos/community-staging-x86_64/PKGBUILD
(from rev 624822, squid/trunk/PKGBUILD)
  squid/repos/community-staging-x86_64/squid-rotate.service
(from rev 624822, squid/trunk/squid-rotate.service)
  squid/repos/community-staging-x86_64/squid-rotate.timer
(from rev 624822, squid/trunk/squid-rotate.timer)
  squid/repos/community-staging-x86_64/squid.pam
(from rev 624822, squid/trunk/squid.pam)
  squid/repos/community-staging-x86_64/squid.sysusers
(from rev 624822, squid/trunk/squid.sysusers)
  squid/repos/community-staging-x86_64/squid.tmpfiles
(from rev 624822, squid/trunk/squid.tmpfiles)

--+
 PKGBUILD |  104 +
 squid-rotate.service |9 
 squid-rotate.timer   |   10 
 squid.pam|4 +
 squid.sysusers   |1 
 squid.tmpfiles   |3 +
 6 files changed, 131 insertions(+)

Copied: squid/repos/community-staging-x86_64/PKGBUILD (from rev 624822, 
squid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:38:02 UTC (rev 624823)
@@ -0,0 +1,104 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Mark Coolen 
+# Contributor: Tom Newsom 
+# Contributor: Kevin Piche 
+
+pkgname=squid
+pkgver=4.10
+pkgrel=2
+pkgdesc='Full-featured Web proxy cache server'
+arch=('x86_64')
+url='http://www.squid-cache.org'
+depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 
'libxml2')
+makedepends=('krb5')
+license=('GPL')
+options=('emptydirs')
+backup=('etc/squid/squid.conf'
+   'etc/squid/cachemgr.conf'
+   'etc/squid/errorpage.css'
+   'etc/squid/mime.conf')
+validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
+ 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
+source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
+'squid.pam'
+'squid.tmpfiles'
+'squid.sysusers'
+'squid-rotate.service'
+'squid-rotate.timer')
+sha256sums=('98f0100afd8a42ea5f6b81eb98b0e4b36d7a54beab1c73d2f1705ab49b025f1f'
+'SKIP'
+'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
+'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
+'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
+'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
+'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--datadir=/usr/share/squid \
+--sysconfdir=/etc/squid \
+--libexecdir=/usr/lib/squid \
+--localstatedir=/var \
+--with-logdir=/var/log/squid \
+--with-pidfile=/run/squid.pid \
+--enable-auth \
+--enable-auth-basic \
+--enable-auth-ntlm \
+--enable-auth-digest \
+--enable-auth-negotiate \
+--enable-removal-policies="lru,heap" \
+--enable-storeio="aufs,ufs,diskd,rock" \
+--enable-delay-pools \
+--enable-arp-acl \
+--with-openssl \
+--enable-snmp \
+--enable-linux-netfilter \
+--enable-ident-lookups \
+--enable-useragent-log \
+--enable-cache-digests \
+--enable-referer-log \
+--enable-arp-acl \
+--enable-htcp \
+--enable-carp \
+--enable-epoll \
+--with-large-files \
+--enable-arp-acl \
+--with-default-user=proxy \
+--enable-async-io \
+--enable-truncate \
+--enable-icap-client \
+--enable-ssl-crtd \
+--disable-arch-native \
+--disable-strict-error-checking \
+--enable-wccpv2
+  make
+}
+
+package() {
+  cd "$srcdir"
+
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/squid.pam" "$pkgdir/usr/lib/pam.d/squid"
+  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
+  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
+  install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
+"$pkgdir/usr/lib/systemd/system/squid.service"
+  install -Dm644 "$srcdir/squid-rotate.service" \
+"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
+  install -Dm644 "$srcdir/squid-rotate.timer" \
+"$pkgdir/usr/lib/systemd/system/squid-rotate.timer"
+#  install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
+#  ln -s ../squid-rotate.timer \
+#"$pkgdir/usr/lib/systemd/system/timers.target.wants/squid-rotate.timer"
+  rm -rf "$pkgdir/run" "$pkgdir"/var/{cache,log,run}
+}
+
+# vim: ts=2 sw=2 et ft=sh

Copied: 

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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:37:31
  Author: foutrelis
Revision: 382254

archrelease: copy trunk to staging-x86_64

Added:
  stoken/repos/staging-x86_64/
  stoken/repos/staging-x86_64/PKGBUILD
(from rev 382253, stoken/trunk/PKGBUILD)

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

Copied: stoken/repos/staging-x86_64/PKGBUILD (from rev 382253, 
stoken/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:37:31 UTC (rev 382254)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stephen Brown II 
+
+pkgname=stoken
+pkgver=0.92
+pkgrel=4
+pkgdesc='RSA SecurID-compatible software token for Linux/UNIX systems'
+url='https://github.com/cernekee/stoken'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('nettle' 'libxml2')
+makedepends=('gtk3')
+optdepends=('gtk3: required for stoken-gui')
+provides=('libstoken.so')
+source=(https://downloads.sourceforge.net/stoken/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('aa2b481b058e4caf068f7e747a2dcf5772bcbf278a4f89bc9efcbf82bcc9ef5a'
+'SKIP')
+validpgpkeys=('45DFF2D5205FE8CD74C2EE6C63B81599BC0B0D65')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:37:39
  Author: felixonmars
Revision: 624822

nettle 3.6 rebuild

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:36:51 UTC (rev 624821)
+++ PKGBUILD2020-05-05 05:37:39 UTC (rev 624822)
@@ -5,7 +5,7 @@
 
 pkgname=squid
 pkgver=4.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
 url='http://www.squid-cache.org'


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:37:27
  Author: foutrelis
Revision: 382253

nettle 3.6 rebuild

Modified:
  stoken/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:35:31 UTC (rev 382252)
+++ PKGBUILD2020-05-05 05:37:27 UTC (rev 382253)
@@ -3,7 +3,7 @@
 
 pkgname=stoken
 pkgver=0.92
-pkgrel=3
+pkgrel=4
 pkgdesc='RSA SecurID-compatible software token for Linux/UNIX systems'
 url='https://github.com/cernekee/stoken'
 arch=('x86_64')


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:36:51
  Author: felixonmars
Revision: 624821

archrelease: copy trunk to community-staging-x86_64

Added:
  gnunet/repos/community-staging-x86_64/
  gnunet/repos/community-staging-x86_64/PKGBUILD
(from rev 624820, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-staging-x86_64/defaults.conf
(from rev 624820, gnunet/trunk/defaults.conf)
  gnunet/repos/community-staging-x86_64/gnunet.service
(from rev 624820, gnunet/trunk/gnunet.service)

+
 PKGBUILD   |   49 +
 defaults.conf  |  483 +++
 gnunet.service |   10 +
 3 files changed, 542 insertions(+)

Copied: gnunet/repos/community-staging-x86_64/PKGBUILD (from rev 624820, 
gnunet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:36:51 UTC (rev 624821)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: wahnby 
+
+pkgname=gnunet
+pkgver=0.12.2
+pkgrel=2
+pkgdesc="A framework for secure peer-to-peer networking"
+arch=('x86_64')
+url="https://gnunet.org;
+license=('GPL')
+depends=('libextractor' 'sqlite' 'gnurl' 'libmicrohttpd' 'libidn' 'jansson')
+makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus' 
'gst-plugins-base-libs')
+optdepends=('bluez-libs'
+   'python'
+   'glpk'
+   'libpulse'
+   'opus'
+'gst-plugins-base-libs: for gnunet-helper-audio-record')
+backup=(etc/gnunetd.conf)
+options=('!makeflags')
+# TODO: key revoked, check for new signature on new release
+# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
+#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
+gnunet.service
+defaults.conf)
+validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
+md5sums=('SKIP'
+ '54cce3d2415d95b2e5bd1bd88db3a0ea'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')
+
+build() {
+  cd gnunet
+  sed -i 's|contrib doc|doc|' Makefile.*
+  ./bootstrap
+  [ -f Makefile ] || ./configure --prefix=/usr \
+--without-mysql
+  make
+  make -C contrib
+}
+
+package() {
+  cd gnunet
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C contrib install
+  install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
+  rm -rf "$pkgdir"/usr/include/libltdl "$pkgdir"/usr/lib/libltdl.* 
"$pkgdir"/usr/include/ltdl.h
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Copied: gnunet/repos/community-staging-x86_64/defaults.conf (from rev 624820, 
gnunet/trunk/defaults.conf)
===
--- community-staging-x86_64/defaults.conf  (rev 0)
+++ community-staging-x86_64/defaults.conf  2020-05-05 05:36:51 UTC (rev 
624821)
@@ -0,0 +1,483 @@
+[PATHS]
+SERVICEHOME = ~/.gnunet/
+# SERVICEHOME = /var/lib/gnunet/
+# DEFAULTCONFIG = /etc/gnunet.conf
+# If 'DEFAULTCONFIG' is not defined, the current
+# configuration file is assumed to be the default,
+# which is what we want by default...
+
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[TESTING]
+WEAKRANDOM = NO
+# How long before failing a connection?
+CONNECT_TIMEOUT = 30
+# How many connect attempts should we make?
+CONNECT_ATTEMPTS = 3
+# How many connections can happen simultaneously?
+MAX_OUTSTANDING_CONNECTIONS = 50
+
+# Should we clean up the files on peer group shutdown?
+DELETE_FILES = YES
+
+[client]
+HOME = $SERVICEHOME
+
+[nat]
+# Are we behind NAT?
+BEHIND_NAT = NO
+
+# Is the NAT hole-punched?
+PUNCHED_NAT = NO
+
+# Enable UPNP by default?
+ENABLE_UPNP = NO
+
+# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+USE_LOCALADDR = YES
+
+# Use address obtained from a DNS lookup of our hostname
+USE_HOSTNAME = NO
+
+# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
+# normal interface IP address for non-NATed peers; 
+# possibly auto-detected (using UPnP) if possible if not specified
+# EXTERNAL_ADDRESS = 
+
+# Should we use ICMP-based NAT traversal to try connect to NATed peers
+# or, if we are behind NAT, to allow connections to us?
+ENABLE_ICMP_CLIENT = NO
+ENABLE_ICMP_SERVER = NO
+
+# IP address of the interface connected to the NAT box; IPv4 dotted-decimal 
ONLY;
+# normal interface IP address for non-NATed peers; 
+# likely auto-detected (via interface list) if not specified (!)
+# INTERNAL_ADDRESS = 
+
+# Disable IPv6 support
+DISABLEV6 = NO
+
+# How often do we query the DNS resolver
+# for our hostname (to get our own IP), in ms
+HOSTNAME_DNS_FREQUENCY = 120
+
+# How often do we iterate over our 
+# network interfaces to check for changes
+# in our IP address? in ms
+IFC_SCAN_FREQUENCY = 300
+
+# How often do we 

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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:36:38
  Author: felixonmars
Revision: 624820

nettle 3.6 rebuild

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:36:20 UTC (rev 624819)
+++ PKGBUILD2020-05-05 05:36:38 UTC (rev 624820)
@@ -3,7 +3,7 @@
 
 pkgname=gnunet
 pkgver=0.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A framework for secure peer-to-peer networking"
 arch=('x86_64')
 url="https://gnunet.org;


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:35:28
  Author: foutrelis
Revision: 382251

nettle 3.6 rebuild

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:33:32 UTC (rev 382250)
+++ PKGBUILD2020-05-05 05:35:28 UTC (rev 382251)
@@ -4,7 +4,7 @@
 pkgbase=gst-plugins-bad
 pkgname=(gst-plugins-bad-libs gst-plugins-bad)
 pkgver=1.16.2
-pkgrel=8
+pkgrel=9
 pkgdesc="GStreamer open-source multimedia framework bad plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:36:16
  Author: foutrelis
Revision: 624818

nettle 3.6 rebuild

Modified:
  rdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:30:05 UTC (rev 624817)
+++ PKGBUILD2020-05-05 05:36:16 UTC (rev 624818)
@@ -4,7 +4,7 @@
 
 pkgname=rdesktop
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source client for Windows Remote Desktop Services"
 arch=('x86_64')
 url="https://www.rdesktop.org/;


[arch-commits] Commit in gst-plugins-bad/repos (2 files)

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:35:31
  Author: foutrelis
Revision: 382252

archrelease: copy trunk to staging-x86_64

Added:
  gst-plugins-bad/repos/staging-x86_64/
  gst-plugins-bad/repos/staging-x86_64/PKGBUILD
(from rev 382251, gst-plugins-bad/trunk/PKGBUILD)

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

Copied: gst-plugins-bad/repos/staging-x86_64/PKGBUILD (from rev 382251, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:35:31 UTC (rev 382252)
@@ -0,0 +1,105 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-plugins-bad
+pkgname=(gst-plugins-bad-libs gst-plugins-bad)
+pkgver=1.16.2
+pkgrel=9
+pkgdesc="GStreamer open-source multimedia framework bad plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs orc libdrm libx11 libgudev libusb libvdpau)
+makedepends=(mjpegtools curl chromaprint libmms faad2 libdca libdvdnav
+ libmodplug libgme nettle libkate wayland libofa openjpeg2 libwebp
+ libsrtp sbc rtmpdump libexif libdvdread wildmidi ladspa openal
+ vulkan-icd-loader libfdk-aac faac soundtouch spandsp neon
+ webrtc-audio-processing libdc1394 libmpcdec zvbi openexr libbs2b
+ libnice lcms2 bluez-libs glu srt aom x265 liblrdf libde265 zbar
+ librsvg fluidsynth lilv lv2 gst-plugins-good python gtk-doc git
+ gobject-introspection vulkan-headers vulkan-validation-layers
+ wayland-protocols gtk3 meson)
+checkdepends=(xorg-server-xvfb)
+options=(!emptydirs)
+_commit=a6f26408f74a60d02ce6b4f0daee392ce847055f  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Fix build with neon 0.31
+  git cherry-pick -n f10b424418e448211e3427a76fcd046e157ef0b7
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D directfb=disabled \
+-D flite=disabled \
+-D gsm=disabled \
+-D iqa=disabled \
+-D msdk=disabled \
+-D nvdec=disabled \
+-D nvenc=disabled \
+-D opencv=disabled \
+-D openh264=disabled \
+-D openmpt=disabled \
+-D openni2=disabled \
+-D opensles=disabled \
+-D sctp=disabled \
+-D tinyalsa=disabled \
+-D voaacenc=disabled \
+-D voamrwbenc=disabled \
+-D wasapi=disabled \
+-D wpe=disabled \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=disabled \
+-D glib-checks=disabled \
+-D package-name="GStreamer Bad Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs
+)
+
+package_gst-plugins-bad-libs() {
+  pkgdesc="${pkgdesc/plugins/libraries}"
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  mkdir -p ext/lib/gstreamer-1.0
+  for _x in aom assrender bs2b bz2 chromaprint closedcaption colormanagement \
+curl dashdemux dc1394 de265 dtls dtsdec faac faad fdkaac \
+fluidsynthmidi gme hls kate ladspa lv2 mms modplug mpeg2enc mplex \
+musepack neonhttpsrc ofa openal openexr openjpeg opusparse \
+resindvd rsvg rtmp sbc smoothstreaming sndfile soundtouch spandsp \
+srt srtp teletext ttmlsubs vulkan waylandsink webp webrtc \
+webrtcdsp wildmidi x265 zbar; do
+_x="lib/gstreamer-1.0/libgst${_x}.so"
+mv "$pkgdir/usr/$_x" "ext/$_x"
+  done
+}
+
+package_gst-plugins-bad() {
+  depends=("gst-plugins-bad-libs=$pkgver" gst-plugins-good
+   aom libass libbs2b bzip2 chromaprint pango lcms2 curl libxml2
+   libdc1394 libde265 openssl libdca faac faad2 libfdk-aac fluidsynth
+   libgme nettle libkate liblrdf lilv libmms libmodplug mjpegtools
+   libmpcdec neon libofa openal openexr openjpeg2 opus libdvdnav
+   libdvdread librsvg rtmpdump sbc libsndfile soundtouch spandsp srt
+   libsrtp zvbi vulkan-icd-loader libxcb wayland libwebp libnice
+   webrtc-audio-processing wildmidi x265 zbar)
+
+  mv ext "$pkgdir/usr"
+}


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:36:20
  Author: foutrelis
Revision: 624819

archrelease: copy trunk to community-staging-x86_64

Added:
  rdesktop/repos/community-staging-x86_64/
  rdesktop/repos/community-staging-x86_64/PKGBUILD
(from rev 624818, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/community-staging-x86_64/rdesktop-send_physical_buttons.diff
(from rev 624818, rdesktop/trunk/rdesktop-send_physical_buttons.diff)

-+
 PKGBUILD|   32 +++
 rdesktop-send_physical_buttons.diff |   70 ++
 2 files changed, 102 insertions(+)

Copied: rdesktop/repos/community-staging-x86_64/PKGBUILD (from rev 624818, 
rdesktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:36:20 UTC (rev 624819)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Dan McGee 
+
+pkgname=rdesktop
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="An open source client for Windows Remote Desktop Services"
+arch=('x86_64')
+url="https://www.rdesktop.org/;
+license=('GPL3')
+depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite' 'libgssglue' 
'libxcursor')
+source=(https://github.com/rdesktop/rdesktop/archive/v${pkgver}.tar.gz)
+sha512sums=('c5120ea615e4a83c9c86dd77e536d48218121dfce2425fa6b78b4d59f194e28a709dcc86ed410921759b2bafa4aab1bf0b89d4440b8ae5e4741d1af092b0fbcf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-smartcard \
+--with-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
rdesktop/repos/community-staging-x86_64/rdesktop-send_physical_buttons.diff 
(from rev 624818, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
===
--- community-staging-x86_64/rdesktop-send_physical_buttons.diff
(rev 0)
+++ community-staging-x86_64/rdesktop-send_physical_buttons.diff
2020-05-05 05:36:20 UTC (rev 624819)
@@ -0,0 +1,70 @@
+? aclocal.m4
+Index: rdesktop.c
+===
+RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
+retrieving revision 1.163
+diff -u -r1.163 rdesktop.c
+--- rdesktop.c 5 Apr 2008 06:15:45 -   1.163
 rdesktop.c 5 Aug 2008 11:46:04 -
+@@ -73,6 +73,7 @@
+ int g_win_button_size = 0;/* If zero, disable single app mode */
+ RD_BOOL g_bitmap_compression = True;
+ RD_BOOL g_sendmotion = True;
++RD_BOOL g_send_physical_buttons = True;
+ RD_BOOL g_bitmap_cache = True;
+ RD_BOOL g_bitmap_cache_persist_enable = False;
+ RD_BOOL g_bitmap_cache_precache = True;
+@@ -152,6 +153,7 @@
+   fprintf(stderr, "   -B: use BackingStore of X-server (if available)\n");
+   fprintf(stderr, "   -e: disable encryption (French TS)\n");
+   fprintf(stderr, "   -E: disable encryption from client to server\n");
++  fprintf(stderr, "   -M: do not map logical mouse buttons to 
physical\n");
+   fprintf(stderr, "   -m: do not send motion events\n");
+   fprintf(stderr, "   -C: use private colour map\n");
+   fprintf(stderr, "   -D: hide window manager decorations\n");
+@@ -450,7 +452,7 @@
+ #endif
+ 
+   while ((c = getopt(argc, argv,
+- VNCOPT 
"A:u:L:d:s:c:p:n:k:g:o:fbBeEitmzCDKS:T:NX:a:x:Pr:045h?")) != -1)
++ VNCOPT 
"A:u:L:d:s:c:p:n:k:g:o:fbBeEitMmzCDKS:T:NX:a:x:Pr:045h?")) != -1)
+   {
+   switch (c)
+   {
+@@ -584,6 +586,9 @@
+   case 'E':
+   g_packet_encryption = False;
+   break;
++  case 'M':
++  g_send_physical_buttons = False;
++  break;
+   case 'm':
+   g_sendmotion = False;
+   break;
+Index: xwin.c
+===
+RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
+retrieving revision 1.235
+diff -u -r1.235 xwin.c
+--- xwin.c 11 Jul 2008 03:51:23 -  1.235
 xwin.c 5 Aug 2008 11:46:06 -
+@@ -36,6 +36,7 @@
+ extern int g_ypos;
+ extern int g_pos;
+ extern RD_BOOL g_sendmotion;
++extern RD_BOOL g_send_physical_buttons;
+ extern RD_BOOL g_fullscreen;
+ extern RD_BOOL g_grab_keyboard;
+ extern RD_BOOL g_hide_decorations;
+@@ -2190,7 +2191,8 @@
+  receive physical buttons (true in mstsc as well) and
+  logical button behavior depends on the remote desktop's own
+  mouse settings */
+-  xevent.xbutton.button = g_pointer_log_to_phys_map[xevent.xbutton.button 
- 1];
++  if (g_send_physical_buttons)
++

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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:33:32
  Author: foutrelis
Revision: 382250

archrelease: copy trunk to staging-x86_64

Added:
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 382249, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/bash_completion
(from rev 382249, claws-mail/trunk/bash_completion)

-+
 PKGBUILD|   69 ++
 bash_completion |   30 +++
 2 files changed, 99 insertions(+)

Copied: claws-mail/repos/staging-x86_64/PKGBUILD (from rev 382249, 
claws-mail/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:33:32 UTC (rev 382250)
@@ -0,0 +1,69 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.5
+pkgrel=2
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'libgdata:  for gdata plugin'
+'poppler-glib:  for pdf viewer plugin'
+'ghostscript:   for pdf viewer plugin'
+'libical:   for vcalendar plugin'
+'dillo: for html viewer plugin'
+'gumbo-parser:  for litehtml plugin')
+provides=('claws')
+source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
+bash_completion)
+sha256sums=('daced25bfc2ab5b3f9ac2762b091ca3aede50da23e694d338dff1f066bab59be'
+'SKIP'
+'3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 "$srcdir"/bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/claws-mail
+
+  # install extra tools
+  cd tools
+  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
+  for files in *.pl *.py *.sh *.conf tb2claws-mail update-po uudec uuooffice 
README; do
+cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/
+  done
+}

Copied: claws-mail/repos/staging-x86_64/bash_completion (from rev 382249, 
claws-mail/trunk/bash_completion)
===
--- staging-x86_64/bash_completion  (rev 0)
+++ staging-x86_64/bash_completion  2020-05-05 05:33:32 UTC (rev 382250)
@@ -0,0 +1,30 @@
+# claws-mail(1) completion
+_claws-mail()
+{
+   local cur prev words cword
+   _init_completion || return
+
+   case $prev in
+   --help|-h|--version|-v|--version-full|-V)
+   return
+   ;;
+   --alternate-config-dir)
+   COMPREPLY=( $( find . -maxdepth 2 -name clawsrc | sed 
's,/clawsrc,,' ) )
+   return
+   ;;
+   --select|--status|--status-full)
+   _filedir -d
+   return
+   ;;
+   --compose-from-file|--attach)
+   _filedir
+   return
+   ;;
+   esac
+
+   if [[ $cur == -* ]]; then
+   COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
+   return
+   fi
+} &&
+complete -F _claws-mail claws-mail


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:33:28
  Author: foutrelis
Revision: 382249

nettle 3.6 rebuild

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:31:44 UTC (rev 382248)
+++ PKGBUILD2020-05-05 05:33:28 UTC (rev 382249)
@@ -2,7 +2,7 @@
 
 pkgname=claws-mail
 pkgver=3.17.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ based e-mail client."
 arch=('x86_64')
 license=('GPL3')


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:31:44
  Author: felixonmars
Revision: 382248

archrelease: copy trunk to staging-x86_64

Added:
  hefur/repos/staging-x86_64/
  hefur/repos/staging-x86_64/PKGBUILD
(from rev 382247, hefur/trunk/PKGBUILD)
  hefur/repos/staging-x86_64/hefurd.service
(from rev 382247, hefur/trunk/hefurd.service)
  hefur/repos/staging-x86_64/sysusers.conf
(from rev 382247, hefur/trunk/sysusers.conf)
  hefur/repos/staging-x86_64/tmpfiles.conf
(from rev 382247, hefur/trunk/tmpfiles.conf)

+
 PKGBUILD   |   45 +
 hefurd.service |   12 
 sysusers.conf  |1 +
 tmpfiles.conf  |2 ++
 4 files changed, 60 insertions(+)

Copied: hefur/repos/staging-x86_64/PKGBUILD (from rev 382247, 
hefur/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:31:44 UTC (rev 382248)
@@ -0,0 +1,45 @@
+# Maintainer: Pierre Schmitz 
+# Contributor: Alexandre Bique 
+
+pkgname=hefur
+pkgver=0.6
+pkgrel=10
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('x86_64')
+url='https://github.com/abique/hefur'
+license=('MIT')
+makedepends=('git' 'cmake' 'docbook-xsl')
+depends=('gnutls' 'xz' 'protobuf')
+source=("git+https://github.com/abique/${pkgname}.git#tag=${pkgver};
+'hefurd.service' 'tmpfiles.conf' 'sysusers.conf')
+md5sums=('SKIP'
+ '3107be29769b8afde3574dc6e31d5b6a'
+ 'b884385d6c87c350172427da4ba2688f'
+ '7971708a1fe25c1b51e0a05e812f17c9')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   git submodule init
+   git submodule update
+   sed -i "s/PROJECT_NUMBER.*/PROJECT_NUMBER=${pkgver}/g" Doxyfile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}/manual
+   xsltproc -o manual.html 
/usr/share/xml/docbook/xsl-stylesheets-*/html/docbook.xsl manual.xml
+
+   cd ${srcdir}/${pkgname}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}/build
+   DESTDIR=${pkgdir} make install
+   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
+   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
+   install -D -m644 ${srcdir}/sysusers.conf 
${pkgdir}/usr/lib/sysusers.d/hefurd.conf
+   install -D -m644 ${srcdir}/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
+}

Copied: hefur/repos/staging-x86_64/hefurd.service (from rev 382247, 
hefur/trunk/hefurd.service)
===
--- staging-x86_64/hefurd.service   (rev 0)
+++ staging-x86_64/hefurd.service   2020-05-05 05:31:44 UTC (rev 382248)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Hefur BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
+User=hefur
+Group=hefur
+CPUSchedulingPolicy=batch
+
+[Install]
+WantedBy=multi-user.target

Copied: hefur/repos/staging-x86_64/sysusers.conf (from rev 382247, 
hefur/trunk/sysusers.conf)
===
--- staging-x86_64/sysusers.conf(rev 0)
+++ staging-x86_64/sysusers.conf2020-05-05 05:31:44 UTC (rev 382248)
@@ -0,0 +1 @@
+u hefur - - /var/lib/hefurd

Copied: hefur/repos/staging-x86_64/tmpfiles.conf (from rev 382247, 
hefur/trunk/tmpfiles.conf)
===
--- staging-x86_64/tmpfiles.conf(rev 0)
+++ staging-x86_64/tmpfiles.conf2020-05-05 05:31:44 UTC (rev 382248)
@@ -0,0 +1,2 @@
+d /run/hefur - hefur hefur -
+d /var/lib/hefurd - hefur hefur -


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:31:29
  Author: felixonmars
Revision: 382247

nettle 3.6 rebuild

Modified:
  hefur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:29:34 UTC (rev 382246)
+++ PKGBUILD2020-05-05 05:31:29 UTC (rev 382247)
@@ -3,7 +3,7 @@
 
 pkgname=hefur
 pkgver=0.6
-pkgrel=9
+pkgrel=10
 pkgdesc='A standalone and lightweight BitTorrent tracker'
 arch=('x86_64')
 url='https://github.com/abique/hefur'


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:29:31
  Author: foutrelis
Revision: 382245

nettle 3.6 rebuild

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:24:44 UTC (rev 382244)
+++ PKGBUILD2020-05-05 05:29:31 UTC (rev 382245)
@@ -3,7 +3,7 @@
 
 pkgname=wget
 pkgver=1.20.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Network utility to retrieve files from the Web'
 url='https://www.gnu.org/software/wget/wget.html'
 arch=('x86_64')


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:29:34
  Author: foutrelis
Revision: 382246

archrelease: copy trunk to staging-x86_64

Added:
  wget/repos/staging-x86_64/
  wget/repos/staging-x86_64/PKGBUILD
(from rev 382245, wget/trunk/PKGBUILD)

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

Copied: wget/repos/staging-x86_64/PKGBUILD (from rev 382245, 
wget/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:29:34 UTC (rev 382246)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.20.3
+pkgrel=3
+pkgdesc='Network utility to retrieve files from the Web'
+url='https://www.gnu.org/software/wget/wget.html'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'gnutls' 'libidn2' 'libutil-linux' 'libpsl' 'pcre2')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
+sha256sums=('69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb'
+'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <

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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:30:02
  Author: foutrelis
Revision: 624816

nettle 3.6 rebuild

Modified:
  lib32-librtmp0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:28:20 UTC (rev 624815)
+++ PKGBUILD2020-05-05 05:30:02 UTC (rev 624816)
@@ -6,7 +6,7 @@
 
 pkgname=lib32-librtmp0
 pkgver=2.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Toolkit for RTMP streams'
 arch=('x86_64')
 url='https://rtmpdump.mplayerhq.hu/'


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:30:05
  Author: foutrelis
Revision: 624817

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-librtmp0/repos/multilib-staging-x86_64/
  lib32-librtmp0/repos/multilib-staging-x86_64/PKGBUILD
(from rev 624816, lib32-librtmp0/trunk/PKGBUILD)

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

Copied: lib32-librtmp0/repos/multilib-staging-x86_64/PKGBUILD (from rev 624816, 
lib32-librtmp0/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-05-05 05:30:05 UTC (rev 624817)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: Dan Ziemba 
+
+pkgname=lib32-librtmp0
+pkgver=2.4
+pkgrel=4
+pkgdesc='Toolkit for RTMP streams'
+arch=('x86_64')
+url='https://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glibc' 'lib32-gnutls' 'lib32-zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd rtmpdump
+
+  git cherry-pick -n eea470fa5f9a5481a36dedd257549595ef7480d6
+  git cherry-pick -n 8e3064207fa7535baad07fd06b65630ec8b31a08
+  git cherry-pick -n 7340f6dbc6b3c8e552baab2e5a891c2de75cddcc
+
+  sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 
's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
+}
+
+build() {
+  cd rtmpdump
+
+  make \
+OPT="$CFLAGS -m32" \
+XLDFLAGS="$LDFLAGS -m32"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+libdir='/usr/lib32' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:28:12
  Author: foutrelis
Revision: 624814

archrelease: copy trunk to community-staging-x86_64

Added:
  viking/repos/community-staging-x86_64/
  viking/repos/community-staging-x86_64/PKGBUILD
(from rev 624813, viking/trunk/PKGBUILD)
  viking/repos/community-staging-x86_64/viking.changelog
(from rev 624813, viking/trunk/viking.changelog)
  viking/repos/community-staging-x86_64/yelp-tools.patch
(from rev 624813, viking/trunk/yelp-tools.patch)

--+
 PKGBUILD |   52 +
 viking.changelog |   58 +++
 yelp-tools.patch |  160 +
 3 files changed, 270 insertions(+)

Copied: viking/repos/community-staging-x86_64/PKGBUILD (from rev 624813, 
viking/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:28:12 UTC (rev 624814)
@@ -0,0 +1,52 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Nick Østergaard 
+# Contributor: Jonny Gerold 
+
+pkgname=viking
+pkgver=1.8
+pkgrel=3
+pkgdesc="GTK+2 application to manage GPS data"
+arch=('x86_64')
+url="https://sourceforge.net/projects/viking/;
+license=('GPL2')
+depends=('curl' 'file' 'gpsd' 'gtk2' 'libgexiv2' 'mapnik' 'geoclue' 'liboauth' 
'libzip')
+makedepends=('boost' 'gtk-doc' 'intltool' 'yelp-tools')
+optdepends=('gpsbabel: import and export GPS tracks from various formats')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+
viking-geoclue_layer.xml::https://raw.githubusercontent.com/viking-gps/viking/6f7b180ebefe2e2d45b2e4d6343d04581216adeb/help/C/geoclue_layer.xml
+yelp-tools.patch)
+sha256sums=('855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8'
+'fdcc6caca271cd1b63369a6874d23c5902e1ba6d829c1c3e65c06872189ddc07'
+'bbacf06a9e3cf1a16ab5a9da343e18dcb4fadf1f338295da68fe428dc75e429c')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  # Remove Mapbox-Outdoors map, it doesn't work without an access token
+  sed -i '/maps_layer_register_map_source (mapbox_type);/d' src/osm.c
+  
+  # Don't use deprecated gnome-doc-utils
+  # https://github.com/viking-gps/viking/pull/83
+  mv ../viking-geoclue_layer.xml help/C/geoclue_layer.xml
+  sed -i 's/ghelp:/help:/g' help/*/*.xml src/vikwindow.c
+  mv help/C/{viking.xml,index.docbook}
+  patch -Np1 -i ../yelp-tools.patch
+  autoreconf -fi
+  intltoolize --force
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export CXXFLAGS="$CXXFLAGS -I/usr/include/mapnik"
+  ./configure --prefix=/usr --enable-geocaches
+  make
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: viking/repos/community-staging-x86_64/viking.changelog (from rev 
624813, viking/trunk/viking.changelog)
===
--- community-staging-x86_64/viking.changelog   (rev 0)
+++ community-staging-x86_64/viking.changelog   2020-05-05 05:28:12 UTC (rev 
624814)
@@ -0,0 +1,58 @@
+2020-02-05 Jaroslav Lichtblau 
+   * viking 1.8-1
+
+2019-07-01 Jaroslav Lichtblau 
+   * viking 1.7-1
+
+2018-10-09 Jaroslav Lichtblau 
+   * viking 1.6.2-7 gpsd 3.18 rebuild
+
+2016-04-30 Jaroslav Lichtblau 
+   * viking 1.6.2-3 pacman hooks rebuild
+
+2015-12-24 Jaroslav Lichtblau 
+   * viking 1.6.2-1
+
+2015-11-25 Jaroslav Lichtblau 
+   * viking 1.6.1-1
+
+2015-05-21 Jaroslav Lichtblau 
+   * viking 1.6-3
+   * gpsd 3.14 rebuild
+
+2015-04-26 Jaroslav Lichtblau 
+   * viking 1.6-2
+   * boost rebuild
+
+2015-03-31 Jaroslav Lichtblau 
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau 
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau 
+   * viking 1.5-1
+
+2013-09-28 Jaroslav Lichtblau 
+   * viking 1.4.2-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau 
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau 
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau 
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau 
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau 
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * viking 1.2-1

Copied: viking/repos/community-staging-x86_64/yelp-tools.patch (from rev 
624813, viking/trunk/yelp-tools.patch)
===
--- community-staging-x86_64/yelp-tools.patch   (rev 0)
+++ community-staging-x86_64/yelp-tools.patch   2020-05-05 05:28:12 UTC (rev 
624814)
@@ -0,0 +1,160 @@
+diff --git a/Makefile.am b/Makefile.am
+index e59a6b30..111ac662 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -12,7 +12,6 @@ full:
+ EXTRA_DIST = \
+   README.md \
+   HACKING \

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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:28:20
  Author: felixonmars
Revision: 624815

archrelease: copy trunk to community-staging-x86_64

Added:
  freewheeling/repos/community-staging-x86_64/
  freewheeling/repos/community-staging-x86_64/PKGBUILD
(from rev 624812, freewheeling/trunk/PKGBUILD)

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

Copied: freewheeling/repos/community-staging-x86_64/PKGBUILD (from rev 624812, 
freewheeling/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:28:20 UTC (rev 624815)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+pkgname=freewheeling
+pkgver=0.6.6
+pkgrel=2
+pkgdesc="A live looper"
+arch=('x86_64')
+url="https://github.com/free-wheeling/freewheeling;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'libogg' 'libx11' 'libxml2' 'nettle' 'sdl'
+'sdl_gfx' 'sdl_ttf')
+makedepends=('alsa-lib' 'fluidsynth' 'gendesk' 'jack' 'liblo' 'libsndfile'
+'libvorbis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
+
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
+sha512sums=('c2b51b44f2dfc6e0f97a52f9be1c24b61516719b56eb3f641c5b29616f626c09f0d211ecef23b4857dabab04950e31c2ab45b73a1e4d4b7dfd534e3fffc09f57'
+
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Freewheeling \
+  --exec fweelin \
+  --categories "Audio;Sequencer"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libfluidsynth.so' 'libjack.so' 'liblo.so'
+  'libsndfile.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../${pkgname}.jpg" -t "${pkgdir}/usr/share/pixmaps/"
+  #docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TUNING} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  #examples
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:28:08
  Author: foutrelis
Revision: 624813

nettle 3.6 rebuild

Modified:
  viking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:27:24 UTC (rev 624812)
+++ PKGBUILD2020-05-05 05:28:08 UTC (rev 624813)
@@ -4,7 +4,7 @@
 
 pkgname=viking
 pkgver=1.8
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK+2 application to manage GPS data"
 arch=('x86_64')
 url="https://sourceforge.net/projects/viking/;


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:27:24
  Author: felixonmars
Revision: 624812

nettle 3.6 rebuild

Modified:
  freewheeling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:26:48 UTC (rev 624811)
+++ PKGBUILD2020-05-05 05:27:24 UTC (rev 624812)
@@ -2,7 +2,7 @@
 
 pkgname=freewheeling
 pkgver=0.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A live looper"
 arch=('x86_64')
 url="https://github.com/free-wheeling/freewheeling;


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:26:38
  Author: felixonmars
Revision: 624810

nettle 3.6 rebuild

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:26:22 UTC (rev 624809)
+++ PKGBUILD2020-05-05 05:26:38 UTC (rev 624810)
@@ -4,7 +4,7 @@
 
 pkgname=libfilezilla
 pkgver=0.19.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('x86_64')
 url="https://lib.filezilla-project.org/;


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:26:48
  Author: felixonmars
Revision: 624811

archrelease: copy trunk to community-staging-x86_64

Added:
  libfilezilla/repos/community-staging-x86_64/
  libfilezilla/repos/community-staging-x86_64/PKGBUILD
(from rev 624810, libfilezilla/trunk/PKGBUILD)

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

Copied: libfilezilla/repos/community-staging-x86_64/PKGBUILD (from rev 624810, 
libfilezilla/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:26:48 UTC (rev 624811)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.19.3
+pkgrel=2
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('x86_64')
+url="https://lib.filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs' 'nettle' 'gnutls')
+makedepends=(clang)
+checkdepends=('cppunit')
+provides=('libfilezilla.so')
+source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
+sha512sums=('264a3a110dc4e99f6b993479be9f25cf831297899c699d73e5ad5a403e11ff09fa9ab062a420a0111e78f7d6e68e92fa461c161c8fd7c274cf227ef45f618849')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:25:44
  Author: felixonmars
Revision: 624807

archrelease: copy trunk to community-staging-x86_64

Added:
  librtmp0/repos/community-staging-x86_64/
  librtmp0/repos/community-staging-x86_64/PKGBUILD
(from rev 624806, librtmp0/trunk/PKGBUILD)

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

Copied: librtmp0/repos/community-staging-x86_64/PKGBUILD (from rev 624806, 
librtmp0/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:25:44 UTC (rev 624807)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: kaptoxic 
+# Contributor: Arthur Skowronek 
+
+pkgname=librtmp0
+pkgver=2.4
+pkgrel=5
+pkgdesc='Toolkit for RTMP streams'
+arch=('x86_64')
+url='https://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'gnutls' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git+https://git.ffmpeg.org/rtmpdump#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd rtmpdump
+  git cherry-pick -n eea470fa5f9a5481a36dedd257549595ef7480d6
+  git cherry-pick -n 8e3064207fa7535baad07fd06b65630ec8b31a08
+  git cherry-pick -n 7340f6dbc6b3c8e552baab2e5a891c2de75cddcc
+}
+
+build() {
+  cd rtmpdump
+  sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 
's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
+
+  make \
+OPT="$CFLAGS" \
+XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:26:22
  Author: felixonmars
Revision: 624809

archrelease: copy trunk to community-staging-x86_64

Added:
  aria2/repos/community-staging-x86_64/
  aria2/repos/community-staging-x86_64/PKGBUILD
(from rev 624808, aria2/trunk/PKGBUILD)

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

Copied: aria2/repos/community-staging-x86_64/PKGBUILD (from rev 624808, 
aria2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:26:22 UTC (rev 624809)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.35.0
+pkgrel=2
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
+checkdepends=('cppunit')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
+sha512sums=('82b49cecd61064ae33b4a422a2320d533f54afea8fab0f014072a46afdc05972d2e9c603e843960c097410adf87290df65849f4ee05e047403618ae50db151ef')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-libaria2 \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # https://github.com/aria2/aria2/issues/1476
+  # Upstream states "I don't see any issues with aria2 code."
+  make check || warning "Ignoring test failures"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:25:27
  Author: felixonmars
Revision: 624806

nettle 3.6 rebuild

Modified:
  librtmp0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:25:12 UTC (rev 624805)
+++ PKGBUILD2020-05-05 05:25:27 UTC (rev 624806)
@@ -7,7 +7,7 @@
 
 pkgname=librtmp0
 pkgver=2.4
-pkgrel=4
+pkgrel=5
 pkgdesc='Toolkit for RTMP streams'
 arch=('x86_64')
 url='https://rtmpdump.mplayerhq.hu/'


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:25:48
  Author: felixonmars
Revision: 624808

nettle 3.6 rebuild

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:25:44 UTC (rev 624807)
+++ PKGBUILD2020-05-05 05:25:48 UTC (rev 624808)
@@ -7,7 +7,7 @@
 
 pkgname=aria2
 pkgver=1.35.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('x86_64')
 url='http://aria2.sourceforge.net/'


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:25:07
  Author: foutrelis
Revision: 624804

nettle 3.6 rebuild

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:24:34 UTC (rev 624803)
+++ PKGBUILD2020-05-05 05:25:07 UTC (rev 624804)
@@ -3,7 +3,7 @@
 
 pkgname=tigervnc
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 _xorgver=1.20.6
 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
 arch=('x86_64')


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:25:12
  Author: foutrelis
Revision: 624805

archrelease: copy trunk to community-staging-x86_64

Added:
  tigervnc/repos/community-staging-x86_64/
  tigervnc/repos/community-staging-x86_64/PKGBUILD
(from rev 624804, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-staging-x86_64/vncserver.service
(from rev 624804, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-staging-x86_64/vncviewer.desktop
(from rev 624804, tigervnc/trunk/vncviewer.desktop)

---+
 PKGBUILD  |   66 
 vncserver.service |   29 ++
 vncviewer.desktop |9 +++
 3 files changed, 104 insertions(+)

Copied: tigervnc/repos/community-staging-x86_64/PKGBUILD (from rev 624804, 
tigervnc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:25:12 UTC (rev 624805)
@@ -0,0 +1,66 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Uroš Vampl 
+
+pkgname=tigervnc
+pkgver=1.10.1
+pkgrel=2
+_xorgver=1.20.6
+pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
+arch=('x86_64')
+url="http://www.tigervnc.org;
+license=('GPL')
+depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'pixman'
+'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
+'libgl' 'libgcrypt' 'perl' 'libxdamage' 'libxfont2' 'libdrm')
+makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros'
+'xtrans' 'xorgproto'
+'mesa' 'imagemagick' 'java-environment=8')
+optdepends=('mesa: for OpenGL functionality in Xvnc')
+conflicts=('tightvnc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
+   
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
+   vncserver.service
+   vncviewer.desktop)
+sha256sums=('19fcc80d7d35dd58115262e53cac87d8903180261d94c2a6b0c19224f50b58c4'
+'6316146304e6e8a36d5904987ae2917b5d5b195dc9fc63d67f7aca137e5a51d1'
+'80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
+'2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7')
+
+prepare() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  cd unix/xserver
+  cp -r "$srcdir"/xorg-server-${_xorgver}/* .
+  patch -Np1 -i ../xserver120.patch
+}
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_JAVA=TRUE
+  make
+
+  cd unix/xserver
+  autoreconf -fiv
+  CFLAGS="$CFLAGS -I/usr/include/libdrm" ./configure --prefix=/usr \
+   --disable-static --without-dtrace \
+   --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
+   --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
+   --disable-config-hal --disable-config-udev --with-pic \
+   --disable-unit-tests --disable-devel-docs --disable-selective-werror \
+   --disable-dri --enable-dri2 --enable-dri3 --enable-glx
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 java/VncViewer.jar 
"${pkgdir}"/usr/share/vnc/classes/VncViewer.jar
+  cd unix/xserver/hw/vnc
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 
"$srcdir"/${pkgname}-${pkgver}/contrib/systemd/user/vncserver@.service \
+"$pkgdir"/usr/lib/systemd/user/vncserver@.service
+  install -Dm0644 "$srcdir"/vncserver.service 
"$pkgdir"/usr/lib/systemd/system/vncserver.service
+  install -Dm0644 "$srcdir"/vncviewer.desktop 
"$pkgdir"/usr/share/applications/vncviewer.desktop
+}

Copied: tigervnc/repos/community-staging-x86_64/vncserver.service (from rev 
624804, tigervnc/trunk/vncserver.service)
===
--- community-staging-x86_64/vncserver.service  (rev 0)
+++ community-staging-x86_64/vncserver.service  2020-05-05 05:25:12 UTC (rev 
624805)
@@ -0,0 +1,29 @@
+# The vncserver service unit file
+#
+# 1. Copy this file to /etc/systemd/system/vncserver@:.service
+# 2. Edit User=
+#   ("User=foo")
+# 3. Edit  and vncserver parameters appropriately
+#   ("/usr/bin/vncserver %i -arg1 -arg2 -argn")
+# 4. Run `systemctl --system daemon-reload`
+# 5. Run `systemctl enable vncserver@:.service`
+#
+# DO NOT RUN THIS SERVICE if your local area network is untrusted! 
+#
+# See the wiki page for more on security
+# https://wiki.archlinux.org/index.php/Vncserver
+
+[Unit]
+Description=Remote desktop service (VNC)
+After=syslog.target network.target
+
+[Service]
+Type=simple
+User=
+
+ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i >/dev/null 2>&1 || true'
+ExecStart=/usr/bin/vncserver -fg %i
+ExecStop=/usr/bin/vncserver -kill %i
+
+[Install]
+WantedBy=multi-user.target

Copied: 

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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:24:32
  Author: felixonmars
Revision: 382243

nettle 3.6 rebuild

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:17:02 UTC (rev 382242)
+++ PKGBUILD2020-05-05 05:24:32 UTC (rev 382243)
@@ -3,7 +3,7 @@
 
 pkgname=epiphany
 pkgver=3.36.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:24:44
  Author: felixonmars
Revision: 382244

archrelease: copy trunk to staging-x86_64

Added:
  epiphany/repos/staging-x86_64/
  epiphany/repos/staging-x86_64/PKGBUILD
(from rev 382243, epiphany/trunk/PKGBUILD)

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

Copied: epiphany/repos/staging-x86_64/PKGBUILD (from rev 382243, 
epiphany/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:24:44 UTC (rev 382244)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.36.1
+pkgrel=2
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle libhandy)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+ appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=982639bc51dbf1db3f16d13bc353b0f9c71b970e  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:24:34
  Author: felixonmars
Revision: 624803

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 624802, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
624802, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:24:34 UTC (rev 624803)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.1
+pkgrel=31
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('325a188af92587b84e453e73a40ed11cf6682632fed514c8971ebd2e684b949fb71cb5942b6efa93f95199f76a065a751ae82ad246c15c5593fecdee1ec0f533')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:24:24
  Author: felixonmars
Revision: 624802

nettle 3.6 rebuild

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:22:45 UTC (rev 624801)
+++ PKGBUILD2020-05-05 05:24:24 UTC (rev 624802)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.1
-pkgrel=30
+pkgrel=31
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:22:45
  Author: foutrelis
Revision: 624801

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 624800, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
624800, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:22:45 UTC (rev 624801)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.4
+pkgrel=70
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:22:42
  Author: foutrelis
Revision: 624800

nettle 3.6 rebuild

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:20:45 UTC (rev 624799)
+++ PKGBUILD2020-05-05 05:22:42 UTC (rev 624800)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.4
-pkgrel=69
+pkgrel=70
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:20:45
  Author: foutrelis
Revision: 624799

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-gnutls/repos/multilib-staging-x86_64/
  lib32-gnutls/repos/multilib-staging-x86_64/PKGBUILD
(from rev 624798, lib32-gnutls/trunk/PKGBUILD)

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

Copied: lib32-gnutls/repos/multilib-staging-x86_64/PKGBUILD (from rev 624798, 
lib32-gnutls/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-05-05 05:20:45 UTC (rev 624799)
@@ -0,0 +1,52 @@
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.6.13
+pkgrel=2
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+sha256sums=('32041df447d9f4644570cf573c9f60358e865637d69b7e59d1159b7240b52f38'
+'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
+--with-zlib \
+--with-included-unistring \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:20:42
  Author: foutrelis
Revision: 624798

nettle 3.6 rebuild

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:17:32 UTC (rev 624797)
+++ PKGBUILD2020-05-05 05:20:42 UTC (rev 624798)
@@ -8,7 +8,7 @@
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
 pkgver=3.6.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:17:29
  Author: felixonmars
Revision: 624796

archrelease: copy trunk to community-staging-x86_64

Added:
  gnurl/repos/community-staging-x86_64/
  gnurl/repos/community-staging-x86_64/PKGBUILD
(from rev 624795, gnurl/trunk/PKGBUILD)

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

Copied: gnurl/repos/community-staging-x86_64/PKGBUILD (from rev 624795, 
gnurl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:17:29 UTC (rev 624796)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.69.1
+pkgrel=2
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls' 'krb5' 'libnghttp2')
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
+validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
+sha512sums=('17e623ecab2b2ce9fb2d6fa6e125ece114b314def05f6eea51aae565a57426113a3623a9b7f0384bcf97516a6f2cc5ef1d35b5c2a2bb4e2e34b843725be73b7b'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./buildconf
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-dict \
+--disable-file \
+--disable-ftp \
+--disable-gopher \
+--disable-imap \
+--disable-ldap \
+--disable-ldaps \
+--disable-ntlm-wb \
+--disable-pop3 \
+--disable-rtsp \
+--disable-smb \
+--disable-smtp \
+--disable-telnet \
+--disable-tftp \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-gnutls \
+--without-libidn \
+--without-libpsl \
+--without-librtmp \
+--without-ssl \
+--disable-ftp \
+--disable-file \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+#  rm -rf "$pkgdir"/usr/share/man \
+#"$pkgdir"/usr/bin/curl \
+#"$pkgdir"/usr/share/aclocal
+#  mkdir -p "$pkgdir"/usr/include/gnurl
+#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
+#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:17:32
  Author: felixonmars
Revision: 624797

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-nettle/repos/community-staging-x86_64/
  haskell-nettle/repos/community-staging-x86_64/PKGBUILD
(from rev 624795, haskell-nettle/trunk/PKGBUILD)

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

Copied: haskell-nettle/repos/community-staging-x86_64/PKGBUILD (from rev 
624795, haskell-nettle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:17:32 UTC (rev 624797)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nettle
+pkgname=haskell-nettle
+pkgver=0.3.0
+pkgrel=71
+pkgdesc="Safe nettle binding"
+url="https://github.com/stbuehler/haskell-nettle;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'nettle' 'haskell-byteable' 'haskell-crypto-cipher-types' 
'haskell-tagged'
+ 'haskell-securemem')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:17:20
  Author: felixonmars
Revision: 624795

nettle 3.6 rebuild

Modified:
  haskell-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:17:18 UTC (rev 624794)
+++ PKGBUILD2020-05-05 05:17:20 UTC (rev 624795)
@@ -3,7 +3,7 @@
 _hkgname=nettle
 pkgname=haskell-nettle
 pkgver=0.3.0
-pkgrel=70
+pkgrel=71
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle;
 license=('MIT')


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:17:13
  Author: felixonmars
Revision: 624793

archrelease: copy trunk to community-staging-x86_64

Added:
  libcurl-gnutls/repos/community-staging-x86_64/
  libcurl-gnutls/repos/community-staging-x86_64/PKGBUILD
(from rev 624792, libcurl-gnutls/trunk/PKGBUILD)

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

Copied: libcurl-gnutls/repos/community-staging-x86_64/PKGBUILD (from rev 
624792, libcurl-gnutls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-05 05:17:13 UTC (rev 624793)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=libcurl-gnutls
+pkgver=7.70.0
+pkgrel=2
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'gnutls' 'libpsl' 'nettle' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('76f073f8e2b18326d8741774927e99bad038b02fdb4446f2fa8c1bc1cd8909ec7e666d4bac67e7ee87a80ba7010fcf21750fa44bc13edcfbab8a287cb2e3660e'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.6.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0; do
+ln -s libcurl-gnutls.so.4.6.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:16:35
  Author: felixonmars
Revision: 382240

archrelease: copy trunk to staging-x86_64

Added:
  rtmpdump/repos/staging-x86_64/
  rtmpdump/repos/staging-x86_64/PKGBUILD
(from rev 382239, rtmpdump/trunk/PKGBUILD)

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

Copied: rtmpdump/repos/staging-x86_64/PKGBUILD (from rev 382239, 
rtmpdump/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:16:35 UTC (rev 382240)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu
+# Contributor: Elis Hughes 
+
+pkgname=rtmpdump
+pkgver=2.4.r96.fa8646d
+pkgrel=6
+epoch=1
+pkgdesc='Tool to download rtmp streams'
+arch=('x86_64')
+url='https://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'gnutls' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='fa8646d'
+source=("git+https://git.ffmpeg.org/rtmpdump#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd rtmpdump
+
+  _ver_name='2.4'
+  _ver_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+
+  echo "${_ver_name}.r$(git rev-list --count ${_ver_commit}..HEAD).${_commit}"
+}
+
+build() {
+  cd rtmpdump
+  sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 
's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
+
+  make \
+OPT="$CFLAGS" \
+XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:17:02
  Author: felixonmars
Revision: 382242

archrelease: copy trunk to staging-x86_64

Added:
  libzip/repos/staging-x86_64/
  libzip/repos/staging-x86_64/PKGBUILD
(from rev 382241, libzip/trunk/PKGBUILD)

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

Copied: libzip/repos/staging-x86_64/PKGBUILD (from rev 382241, 
libzip/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:17:02 UTC (rev 382242)
@@ -0,0 +1,31 @@
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="https://libzip.org;
+license=('BSD')
+arch=('x86_64')
+depends=('zlib' 'bzip2' 'openssl' 'gnutls')
+makedepends=('cmake')
+source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('705dac7a671b3f440181481e607b0908129a9cf1ddfcba75d66436c0e7d33641')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+..
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"/build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:16:51
  Author: felixonmars
Revision: 382241

nettle 3.6 rebuild

Modified:
  libzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:16:35 UTC (rev 382240)
+++ PKGBUILD2020-05-05 05:16:51 UTC (rev 382241)
@@ -3,7 +3,7 @@
 
 pkgname=libzip
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="https://libzip.org;
 license=('BSD')


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:17:18
  Author: felixonmars
Revision: 624794

nettle 3.6 rebuild

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:17:13 UTC (rev 624793)
+++ PKGBUILD2020-05-05 05:17:18 UTC (rev 624794)
@@ -2,7 +2,7 @@
 
 pkgname=gnurl
 pkgver=7.69.1
-pkgrel=1
+pkgrel=2
 pkgdesc="fork of libcurl, which is mostly for GNUnet"
 arch=(x86_64)
 url="https://gnunet.org/gnurl;


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:16:24
  Author: felixonmars
Revision: 382239

nettle 3.6 rebuild

Modified:
  rtmpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:13:44 UTC (rev 382238)
+++ PKGBUILD2020-05-05 05:16:24 UTC (rev 382239)
@@ -5,7 +5,7 @@
 
 pkgname=rtmpdump
 pkgver=2.4.r96.fa8646d
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc='Tool to download rtmp streams'
 arch=('x86_64')


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:17:02
  Author: felixonmars
Revision: 624792

nettle 3.6 rebuild

Modified:
  libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:06:41 UTC (rev 624791)
+++ PKGBUILD2020-05-05 05:17:02 UTC (rev 624792)
@@ -3,7 +3,7 @@
 
 pkgname=libcurl-gnutls
 pkgver=7.70.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
 url='https://curl.haxx.se'


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:13:44
  Author: felixonmars
Revision: 382238

archrelease: copy trunk to staging-x86_64

Added:
  gnutls/repos/staging-x86_64/
  gnutls/repos/staging-x86_64/PKGBUILD
(from rev 382237, gnutls/trunk/PKGBUILD)

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

Copied: gnutls/repos/staging-x86_64/PKGBUILD (from rev 382237, 
gnutls/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 05:13:44 UTC (rev 382238)
@@ -0,0 +1,49 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.6.13
+pkgrel=2
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/;
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2'
+ 'libidn2.so' 'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('32041df447d9f4644570cf573c9f60358e865637d69b7e59d1159b7240b52f38'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --with-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -n -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -n -9 {} \;
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 05:13:34
  Author: felixonmars
Revision: 382237

nettle 3.6 rebuild

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:10:48 UTC (rev 382236)
+++ PKGBUILD2020-05-05 05:13:34 UTC (rev 382237)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.6.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:10:41
  Author: foutrelis
Revision: 382235

nettle 3.6 rebuild

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 04:56:33 UTC (rev 382234)
+++ PKGBUILD2020-05-05 05:10:41 UTC (rev 382235)
@@ -5,7 +5,7 @@
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xvfb' 
'xorg-server-xnest'
  'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.20.8
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('custom')
 groups=('xorg')


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:10:48
  Author: foutrelis
Revision: 382236

archrelease: copy trunk to staging-x86_64

Added:
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/0001-v2-FS-58644.patch
(from rev 382235, xorg-server/trunk/0001-v2-FS-58644.patch)
  xorg-server/repos/staging-x86_64/0002-fix-libshadow-2.patch
(from rev 382235, xorg-server/trunk/0002-fix-libshadow-2.patch)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 382235, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/xorg-server.install
(from rev 382235, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/staging-x86_64/xserver-autobind-hotplug.patch
(from rev 382235, xorg-server/trunk/xserver-autobind-hotplug.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 382235, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 382235, xorg-server/trunk/xvfb-run.1)

+
 0001-v2-FS-58644.patch |   57 +++
 0002-fix-libshadow-2.patch |   30 +++
 PKGBUILD   |  201 ++
 xorg-server.install|   18 ++
 xserver-autobind-hotplug.patch |  293 +++
 xvfb-run   |  200 ++
 xvfb-run.1 |  282 +
 7 files changed, 1081 insertions(+)

Copied: xorg-server/repos/staging-x86_64/0001-v2-FS-58644.patch (from rev 
382235, xorg-server/trunk/0001-v2-FS-58644.patch)
===
--- staging-x86_64/0001-v2-FS-58644.patch   (rev 0)
+++ staging-x86_64/0001-v2-FS-58644.patch   2020-05-05 05:10:48 UTC (rev 
382236)
@@ -0,0 +1,57 @@
+From 17584285d296acaa80f131ca0e8b75eff675962b Mon Sep 17 00:00:00 2001
+From: fafryd 
+Date: Sun, 20 May 2018 14:30:43 +0200
+Subject: [PATCH] v2 FS#58644
+
+---
+ hw/xfree86/common/meson.build | 13 +
+ hw/xfree86/meson.build| 12 +++-
+ 2 files changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build
+index 514999ff6..0eff6e488 100644
+--- a/hw/xfree86/common/meson.build
 b/hw/xfree86/common/meson.build
+@@ -1,3 +1,16 @@
++if get_option('suid_wrapper')
++x_sh = configure_file(
++input: '../Xorg.sh.in',
++output: 'Xorg',
++configuration: conf_data,
++)
++install_data(
++   x_sh,
++   install_mode: 'rwxr-xr-x',
++   install_dir: join_paths(get_option('prefix'), get_option('bindir')),
++)
++endif
++
+ srcs_xorg_common = [
+ 'xf86fbBus.c',
+ 'xf86noBus.c',
+diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
+index cacf56d4c..d1295d404 100644
+--- a/hw/xfree86/meson.build
 b/hw/xfree86/meson.build
+@@ -145,11 +145,13 @@ if get_option('suid_wrapper')
+ install_dir: get_option('libexecdir'),
+ # install_mode: ['r-sr-xr-x', 0, 0],
+ )
+-configure_file(
+-input: 'Xorg.sh.in',
+-output: 'Xorg',
+-configuration: conf_data,
+-install_dir: join_paths(get_option('prefix'), get_option('bindir')),
++ meson.add_install_script(
++'sh', '-c',
++'chmod u+s @0@@1@/@2@'.format(
++'${DESTDIR}',
++join_paths(get_option('prefix'), get_option('libexecdir')),
++'Xorg.wrap'
++)
+ )
+ endif
+ 
+-- 
+2.17.0
+

Copied: xorg-server/repos/staging-x86_64/0002-fix-libshadow-2.patch (from rev 
382235, xorg-server/trunk/0002-fix-libshadow-2.patch)
===
--- staging-x86_64/0002-fix-libshadow-2.patch   (rev 0)
+++ staging-x86_64/0002-fix-libshadow-2.patch   2020-05-05 05:10:48 UTC (rev 
382236)
@@ -0,0 +1,30 @@
+From a530b6e8923f2b9153a773c8618a1e2f41619288 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 30 Apr 2019 18:01:27 -0400
+Subject: [PATCH] meson: Fix libshadow.so linkage
+
+Don't link against fb, it's the driver's responsibility to load that
+first. Underlinking like this is unpleasant but this matches what
+autotools does.
+
+Fixes: xorg/xserver#540
+---
+ hw/xfree86/dixmods/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hw/xfree86/dixmods/meson.build b/hw/xfree86/dixmods/meson.build
+index 835d23215..0562b630f 100644
+--- a/hw/xfree86/dixmods/meson.build
 b/hw/xfree86/dixmods/meson.build
+@@ -34,7 +34,7 @@ shared_module(
+ c_args: xorg_c_args,
+ dependencies: common_dep,
+ link_whole: libxserver_miext_shadow,
+-link_with: [fb, e],
++link_with: e,
+ 
+ install: true,
+ install_dir: module_dir,
+-- 
+2.22.0
+

Copied: xorg-server/repos/staging-x86_64/PKGBUILD (from rev 382235, 
xorg-server/trunk/PKGBUILD)
===
--- 

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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:06:37
  Author: foutrelis
Revision: 624790

upgpkg: lib32-nettle 3.6-1: new upstream release

Modified:
  lib32-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 04:44:27 UTC (rev 624789)
+++ PKGBUILD2020-05-05 05:06:37 UTC (rev 624790)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nettle
 pkgname=lib32-$_pkgbasename
-pkgver=3.5.1
+pkgver=3.6
 pkgrel=1
 pkgdesc="A low-level cryptographic library (32-bit)"
 arch=('x86_64')
@@ -13,8 +13,9 @@
 license=('GPL2')
 depends=('lib32-gmp' $_pkgbasename)
 makedepends=(gcc-multilib)
+provides=('libnettle.so' 'libhogweed.so')
 source=(https://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz{,.sig})
-sha256sums=('75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419'
+sha256sums=('d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1'
 'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

 


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 05:06:41
  Author: foutrelis
Revision: 624791

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nettle/repos/multilib-staging-x86_64/
  lib32-nettle/repos/multilib-staging-x86_64/PKGBUILD
(from rev 624790, lib32-nettle/trunk/PKGBUILD)

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

Copied: lib32-nettle/repos/multilib-staging-x86_64/PKGBUILD (from rev 624790, 
lib32-nettle/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-05-05 05:06:41 UTC (rev 624791)
@@ -0,0 +1,43 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+# Contributor: Andreas Radke 
+# Contributor: bender02 at gmx dot com
+
+_pkgbasename=nettle
+pkgname=lib32-$_pkgbasename
+pkgver=3.6
+pkgrel=1
+pkgdesc="A low-level cryptographic library (32-bit)"
+arch=('x86_64')
+url="https://www.lysator.liu.se/~nisse/nettle/;
+license=('GPL2')
+depends=('lib32-gmp' $_pkgbasename)
+makedepends=(gcc-multilib)
+provides=('libnettle.so' 'libhogweed.so')
+source=(https://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz{,.sig})
+sha256sums=('d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1'
+'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--enable-shared --with-include-path=/usr/lib32/gmp
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir/" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2020-05-04 Thread Andreas Radke via arch-commits
Date: Tuesday, May 5, 2020 @ 04:56:33
  Author: andyrtr
Revision: 382234

archrelease: copy trunk to staging-x86_64

Added:
  nettle/repos/staging-x86_64/
  nettle/repos/staging-x86_64/PKGBUILD
(from rev 382233, nettle/trunk/PKGBUILD)

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

Copied: nettle/repos/staging-x86_64/PKGBUILD (from rev 382233, 
nettle/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-05 04:56:33 UTC (rev 382234)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke 
+# Contributor: bender02 at gmx dot com
+
+pkgname=nettle
+pkgver=3.6
+pkgrel=1
+pkgdesc="A low-level cryptographic library"
+arch=('x86_64')
+url="https://www.lysator.liu.se/~nisse/nettle;
+license=('GPL2')
+depends=('gmp')
+provides=('libnettle.so' 'libhogweed.so')
+checkdepends=('valgrind')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1'
+'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2020-05-04 Thread Andreas Radke via arch-commits
Date: Tuesday, May 5, 2020 @ 04:56:23
  Author: andyrtr
Revision: 382233

upgpkg: nettle 3.6-1: upstream update 3.6

Modified:
  nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 04:22:52 UTC (rev 382232)
+++ PKGBUILD2020-05-05 04:56:23 UTC (rev 382233)
@@ -2,16 +2,17 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=nettle
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.6
+pkgrel=1
 pkgdesc="A low-level cryptographic library"
 arch=('x86_64')
 url="https://www.lysator.liu.se/~nisse/nettle;
 license=('GPL2')
 depends=('gmp')
+provides=('libnettle.so' 'libhogweed.so')
 checkdepends=('valgrind')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419'
+sha256sums=('d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1'
 'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

 


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 04:44:27
  Author: felixonmars
Revision: 624789

archrelease: copy trunk to community-any

Added:
  python-pytest-black/repos/community-any/PKGBUILD
(from rev 624788, python-pytest-black/trunk/PKGBUILD)
Deleted:
  python-pytest-black/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 04:44:17 UTC (rev 624788)
+++ PKGBUILD2020-05-05 04:44:27 UTC (rev 624789)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-black
-pkgver=0.3.8
-pkgrel=1
-pkgdesc="A pytest plugin to enable format checking with black"
-arch=('any')
-license=('MIT')
-url="https://github.com/shopkeep/pytest-black/;
-depends=('python-black' 'python-pytest')
-makedepends=('python-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz;)
-sha512sums=('f3092b8c820e3b14682b156cae50c9aeec7a25fcf5208aea7d3a2ecf0b9c2d5172689bd936f0aec20fd0a73de0575a5a100ff508439ef3337a73def928aadb29')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-black-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-black-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-}
-
-package() {
-  cd pytest-black-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pytest-black/repos/community-any/PKGBUILD (from rev 624788, 
python-pytest-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 04:44:27 UTC (rev 624789)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-black
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="A pytest plugin to enable format checking with black"
+arch=('any')
+license=('MIT')
+url="https://github.com/shopkeep/pytest-black/;
+depends=('python-black' 'python-pytest')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz;)
+sha512sums=('b8c4d459b325ff2f46b25311d5fbd8f5bf3ff63d1529591f603e16f04c357af31e5d5004f922abcf287533c67fbec7b8330097cb52f2f6a289ec42b6170adc10')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-black-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-black-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-black-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 04:44:17
  Author: felixonmars
Revision: 624788

upgpkg: python-pytest-black 0.3.9-1

Modified:
  python-pytest-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 04:43:32 UTC (rev 624787)
+++ PKGBUILD2020-05-05 04:44:17 UTC (rev 624788)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-black
-pkgver=0.3.8
+pkgver=0.3.9
 pkgrel=1
 pkgdesc="A pytest plugin to enable format checking with black"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-black' 'python-pytest')
 makedepends=('python-setuptools-scm')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz;)
-sha512sums=('f3092b8c820e3b14682b156cae50c9aeec7a25fcf5208aea7d3a2ecf0b9c2d5172689bd936f0aec20fd0a73de0575a5a100ff508439ef3337a73def928aadb29')
+sha512sums=('b8c4d459b325ff2f46b25311d5fbd8f5bf3ff63d1529591f603e16f04c357af31e5d5004f922abcf287533c67fbec7b8330097cb52f2f6a289ec42b6170adc10')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


[arch-commits] Commit in deepin-movie/repos/community-testing-x86_64 (2 files)

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 04:43:32
  Author: felixonmars
Revision: 624787

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-movie/repos/community-testing-x86_64/PKGBUILD
(from rev 624786, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 04:43:23 UTC (rev 624786)
+++ PKGBUILD2020-05-05 04:43:32 UTC (rev 624787)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=5.7.6.25
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('a3f88e19f80de1fe2d270c90ac2285d4950e13686bfc6a29c1d1178616c7a337de9c65c3adfb288e4e84749ace6a5fded6c16a4a30664e6bd99a8b2d3c11cb36')
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-testing-x86_64/PKGBUILD (from rev 624786, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 04:43:32 UTC (rev 624787)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=5.7.6.26
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('ea9fd14c620e6b36989366ec09090cff71f0c24e67fb6b510d1a8bd8152002f62a35dba53050e26fe7f2600dec02db56fc01c10dcf0e8fa08b7e771e9b19ab12')
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 04:43:23
  Author: felixonmars
Revision: 624786

upgpkg: deepin-movie 1:5.7.6.26-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 04:13:23 UTC (rev 624785)
+++ PKGBUILD2020-05-05 04:43:23 UTC (rev 624786)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=5.7.6.25
+pkgver=5.7.6.26
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('a3f88e19f80de1fe2d270c90ac2285d4950e13686bfc6a29c1d1178616c7a337de9c65c3adfb288e4e84749ace6a5fded6c16a4a30664e6bd99a8b2d3c11cb36')
+sha512sums=('ea9fd14c620e6b36989366ec09090cff71f0c24e67fb6b510d1a8bd8152002f62a35dba53050e26fe7f2600dec02db56fc01c10dcf0e8fa08b7e771e9b19ab12')
 
 build() {
   cd deepin-movie-reborn-$pkgver


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

2020-05-04 Thread Jan Steffens via arch-commits
Date: Tuesday, May 5, 2020 @ 04:22:52
  Author: heftig
Revision: 382232

archrelease: copy trunk to extra-any

Added:
  mailcap/repos/extra-any/PKGBUILD
(from rev 382231, mailcap/trunk/PKGBUILD)
Deleted:
  mailcap/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 04:22:39 UTC (rev 382231)
+++ PKGBUILD2020-05-05 04:22:52 UTC (rev 382232)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=mailcap
-pkgver=2.1.48+14+g5811758
-pkgrel=1
-pkgdesc="Helper application and MIME type associations for file types"
-url="https://pagure.io/mailcap;
-arch=(any)
-license=(MIT)
-makedepends=(git)
-checkdepends=(python)
-provides=(mime-types)
-conflicts=(mime-types)
-replaces=(mime-types)
-backup=(etc/mailcap
-etc/mime.types
-etc/nginx/mime.types)
-_commit=58117584fa573c92d918245d38269cc63cec5996  # master
-source=("git+https://pagure.io/mailcap#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd mailcap
-  git describe --tags | sed 's/^r//;s/-/./;s/-/./;s/-/+/g'
-}
-
-check() {
-  cd mailcap
-  make check
-}
-
-package() {
-  cd mailcap
-  make install DESTDIR="$pkgdir" sysconfdir=/etc mandir=/usr/share/man
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mailcap/repos/extra-any/PKGBUILD (from rev 382231, 
mailcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 04:22:52 UTC (rev 382232)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=mailcap
+pkgver=2.1.49
+pkgrel=1
+pkgdesc="Helper application and MIME type associations for file types"
+url="https://pagure.io/mailcap;
+arch=(any)
+license=(MIT)
+makedepends=(git)
+checkdepends=(python)
+provides=(mime-types)
+conflicts=(mime-types)
+replaces=(mime-types)
+backup=(etc/mailcap
+etc/mime.types
+etc/nginx/mime.types)
+_commit=9c916595f1a1a4ae794fb67619c15fbc77905e31  # tags/r2-1-49^0
+source=("git+https://pagure.io/mailcap#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd mailcap
+  git describe --tags | sed 's/^r//;s/-/./;s/-/./;s/-/+/g'
+}
+
+check() {
+  cd mailcap
+  make check
+}
+
+package() {
+  cd mailcap
+  make install DESTDIR="$pkgdir" sysconfdir=/etc mandir=/usr/share/man
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2020-05-04 Thread Jan Steffens via arch-commits
Date: Tuesday, May 5, 2020 @ 04:22:39
  Author: heftig
Revision: 382231

2.1.49-1

Modified:
  mailcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 04:20:47 UTC (rev 382230)
+++ PKGBUILD2020-05-05 04:22:39 UTC (rev 382231)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=mailcap
-pkgver=2.1.48+14+g5811758
+pkgver=2.1.49
 pkgrel=1
 pkgdesc="Helper application and MIME type associations for file types"
 url="https://pagure.io/mailcap;
@@ -15,7 +15,7 @@
 backup=(etc/mailcap
 etc/mime.types
 etc/nginx/mime.types)
-_commit=58117584fa573c92d918245d38269cc63cec5996  # master
+_commit=9c916595f1a1a4ae794fb67619c15fbc77905e31  # tags/r2-1-49^0
 source=("git+https://pagure.io/mailcap#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -32,5 +32,5 @@
 package() {
   cd mailcap
   make install DESTDIR="$pkgdir" sysconfdir=/etc mandir=/usr/share/man
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
 }


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 04:20:39
  Author: foutrelis
Revision: 382229

upgpkg: xfce4-notifyd 0.6.1-1: new upstream release

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 02:43:20 UTC (rev 382228)
+++ PKGBUILD2020-05-05 04:20:39 UTC (rev 382229)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c1d126a81604ff967e4655f06427763bf559c338ba629c95cb9aa7f5d6dc8ba6')
+sha256sums=('9b5274999c89bf296a7de03b375e8233eef37940b7444502130b92dfb6a089b4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 04:20:47
  Author: foutrelis
Revision: 382230

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 382229, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 04:20:39 UTC (rev 382229)
+++ PKGBUILD2020-05-05 04:20:47 UTC (rev 382230)
@@ -1,33 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/notifyd/start;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python' 'xfce4-panel')
-provides=('notification-daemon')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c1d126a81604ff967e4655f06427763bf559c338ba629c95cb9aa7f5d6dc8ba6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 382229, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 04:20:47 UTC (rev 382230)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/notifyd/start;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
+provides=('notification-daemon')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9b5274999c89bf296a7de03b375e8233eef37940b7444502130b92dfb6a089b4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in deepin-control-center/repos/community-testing-x86_64 (2 files)

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 04:13:23
  Author: felixonmars
Revision: 624785

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-control-center/repos/community-testing-x86_64/PKGBUILD
(from rev 624784, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 04:13:12 UTC (rev 624784)
+++ PKGBUILD2020-05-05 04:13:23 UTC (rev 624785)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=5.1.0.1
-pkgrel=3
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'cmake' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
-
$pkgname-build-fix.patch::https://github.com/linuxdeepin/dde-control-center/pull/276.patch)
-sha512sums=('8c3eb972adc01510d01bbf3d834dc25cb799df15ad33bd7301aa2133abf21da3ff5347e2bde1ca9e0d4228e84eebbd4448acdd1bd25f529ab4d71f5848d5a5f1'
-
'f19cbef03edb458b5dce941b9d4f25d4b0838490da37950ed6ab0c7b13b8ce236ff2115718f3fece230d7c5dbb2d74970695ac55d5f03b9ebf6bd7b8553e40aa')
-
-prepare() {
-  patch -d dde-control-center-$pkgver -p1 < $pkgname-build-fix.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
-  
com.deepin.controlcenter.restore.policy
-  sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt
-
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
-}
-
-build() {
-  cd build
-  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
-../dde-control-center-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-testing-x86_64/PKGBUILD (from rev 
624784, deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 04:13:23 UTC (rev 624785)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=5.1.0.5
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'cmake' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
+
$pkgname-build-fix.patch::https://github.com/linuxdeepin/dde-control-center/pull/276.patch)
+sha512sums=('2a0501df75f13f8ffbf92a3edc3219f8fda9596a8dcba41988de2fabbf80a471a5f66ca1aaeaaac0e87c60269d79885c990b92ab05d1697ff1e48261330d2dad'
+

[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 04:13:12
  Author: felixonmars
Revision: 624784

upgpkg: deepin-control-center 5.1.0.5-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 03:41:21 UTC (rev 624783)
+++ PKGBUILD2020-05-05 04:13:12 UTC (rev 624784)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.1.0.1
-pkgrel=3
+pkgver=5.1.0.5
+pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-control-center;
@@ -26,7 +26,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
 
$pkgname-build-fix.patch::https://github.com/linuxdeepin/dde-control-center/pull/276.patch)
-sha512sums=('8c3eb972adc01510d01bbf3d834dc25cb799df15ad33bd7301aa2133abf21da3ff5347e2bde1ca9e0d4228e84eebbd4448acdd1bd25f529ab4d71f5848d5a5f1'
+sha512sums=('2a0501df75f13f8ffbf92a3edc3219f8fda9596a8dcba41988de2fabbf80a471a5f66ca1aaeaaac0e87c60269d79885c990b92ab05d1697ff1e48261330d2dad'
 
'f19cbef03edb458b5dce941b9d4f25d4b0838490da37950ed6ab0c7b13b8ce236ff2115718f3fece230d7c5dbb2d74970695ac55d5f03b9ebf6bd7b8553e40aa')
 
 prepare() {


[arch-commits] Commit in deepin-file-manager/repos/community-testing-x86_64 (2 files)

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 03:41:21
  Author: felixonmars
Revision: 624783

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 624782, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 03:41:11 UTC (rev 624782)
+++ PKGBUILD2020-05-05 03:41:21 UTC (rev 624783)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=5.1.1.19
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
- 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'file-roller: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('5c283c40b23b00f76cc8f85792cb7ebc76afc65cff8201e8bde922f3fc8bf8ca5dbb7f2caa3e21c098cb2cd6cfb2c47a23a24f26f3efd2cf95d5d7511c0ccadf')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-testing-x86_64/PKGBUILD (from rev 
624782, deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 03:41:21 UTC (rev 624783)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.1.1.20
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('ce7cb8704253748d7363198a800a338882ec90d3cf6475e476f5bc634490eee8dbb9170f1fed621c40c1e81a30ee1f4ac4fe99ff73ede5dadf27d00d32ff58b1')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2020-05-04 Thread Felix Yan via arch-commits
Date: Tuesday, May 5, 2020 @ 03:41:11
  Author: felixonmars
Revision: 624782

upgpkg: deepin-file-manager 1:5.1.1.20-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 20:21:53 UTC (rev 624781)
+++ PKGBUILD2020-05-05 03:41:11 UTC (rev 624782)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.1.1.19
+pkgver=5.1.1.20
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -24,7 +24,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('5c283c40b23b00f76cc8f85792cb7ebc76afc65cff8201e8bde922f3fc8bf8ca5dbb7f2caa3e21c098cb2cd6cfb2c47a23a24f26f3efd2cf95d5d7511c0ccadf')
+sha512sums=('ce7cb8704253748d7363198a800a338882ec90d3cf6475e476f5bc634490eee8dbb9170f1fed621c40c1e81a30ee1f4ac4fe99ff73ede5dadf27d00d32ff58b1')
 
 prepare() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in gdm/repos/extra-x86_64 (10 files)

2020-05-04 Thread Jan Steffens via arch-commits
Date: Tuesday, May 5, 2020 @ 02:43:20
  Author: heftig
Revision: 382228

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 382227, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
  
gdm/repos/extra-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
(from rev 382227, 
gdm/trunk/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch)
  
gdm/repos/extra-x86_64/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
(from rev 382227, 
gdm/trunk/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 382227, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 382227, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
  
gdm/repos/extra-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
  
gdm/repos/extra-x86_64/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install

--+
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch |   62 +--
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch   |   60 +--
 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch |   62 +--
 PKGBUILD |  198 +-
 gdm.install  |   14 
 5 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-05-05 
02:42:58 UTC (rev 382227)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-05-05 
02:43:20 UTC (rev 382228)
@@ -1,31 +0,0 @@
-From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index 9d79558c..ff6d9de0 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.23.0
-

Copied: 
gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 382227, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-05-05 
02:43:20 UTC (rev 382228)
@@ -0,0 +1,31 @@
+From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index 9d79558c..ff6d9de0 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.23.0
+

Deleted: 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
===
--- 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2020-05-05 
02:42:58 UTC (rev 382227)
+++ 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2020-05-05 
02:43:20 UTC (rev 382228)
@@ -1,30 +0,0 @@
-From a9c2cb0ae478caf40cc24001fbf6cfbbcc19196e Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 10 Sep 2019 20:37:08 +
-Subject: [PATCH 2/3] pam-arch: Don't check greeter account for expiry
-
-systemd-sysusers now creates expired accounts, which broke the greeter
-on new installations.
-
-Doesn't actually fully fix the problem as the user@.service still fails
-to launch.

- data/pam-arch/gdm-launch-environment.pam | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff 

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

2020-05-04 Thread Jan Steffens via arch-commits
Date: Tuesday, May 5, 2020 @ 02:42:58
  Author: heftig
Revision: 382227

3.36.2-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 23:53:26 UTC (rev 382226)
+++ PKGBUILD2020-05-05 02:42:58 UTC (rev 382227)
@@ -3,8 +3,8 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.34.1
-pkgrel=2
+pkgver=3.36.2
+pkgrel=1
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server xorg-xhost)
 makedepends=(yelp-tools gobject-introspection git docbook-xsl)
 checkdepends=(check)
-_commit=80e010198217284d3cf52e8b334862a80b00cbd1  # tags/3.34.1^0
+_commit=02c42c1ca84bc28928618b773c12f2cea67ed71e  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit;
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 23:53:26
  Author: anatolik
Revision: 382226

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 382225, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 382225, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 382225, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 382225, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu-ga.service
  qemu/repos/testing-x86_64/qemu.install

-+
 65-kvm.rules|2 
 PKGBUILD|  435 ++
 qemu-ga.service |   18 +-
 qemu.install|   16 -
 4 files changed, 234 insertions(+), 237 deletions(-)

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2020-05-04 23:52:54 UTC (rev 382225)
+++ 65-kvm.rules2020-05-04 23:53:26 UTC (rev 382226)
@@ -1 +0,0 @@
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 382225, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2020-05-04 23:53:26 UTC (rev 382226)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 23:52:54 UTC (rev 382225)
+++ PKGBUILD2020-05-04 23:53:26 UTC (rev 382226)
@@ -1,219 +0,0 @@
-# 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.0.0
-pkgrel=3
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-url="https://wiki.qemu.org/;
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc libnfs
-   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
-   libssh zstd liburing)
-depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
-makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs)
-source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
-qemu-ga.service
-65-kvm.rules)
-sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
-'SKIP'
-
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
-
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
-validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
-
-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}
-
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  _build full \
---audio-drv-list="pa alsa sdl"
-
-  _build headless \
---audio-drv-list= \
---disable-sdl \
---disable-gtk \
---disable-vte \
---disable-brlapi \
---disable-opengl \
---disable-virglrenderer
-}
-
-_build() (
-  cd build-$1
-
-  # qemu vs. make 4 == bad
-  export ARFLAGS=rv
-
-  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
-  export CFLAGS+=" -fPIC"
-
-  ../${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-jemalloc \
---enable-slirp=system \
---enable-xfsctl \
-"${@:2}"
-
-  make
-)
-
-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)
-
-  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
-
-  # systemd stuff
-  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
-
-  # remove 

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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 23:52:54
  Author: anatolik
Revision: 382225

upgpkg: qemu 5.0.0-4

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 23:29:27 UTC (rev 382224)
+++ PKGBUILD2020-05-04 23:52:54 UTC (rev 382225)
@@ -6,11 +6,11 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=5.0.0
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc libnfs
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
libssh zstd liburing)
 depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
@@ -53,12 +53,6 @@
 _build() (
   cd build-$1
 
-  # qemu vs. make 4 == bad
-  export ARFLAGS=rv
-
-  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
-  export CFLAGS+=" -fPIC"
-
   ../${pkgname}-${pkgver}/configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -68,7 +62,6 @@
 --smbd=/usr/bin/smbd \
 --enable-modules \
 --enable-sdl \
---enable-jemalloc \
 --enable-slirp=system \
 --enable-xfsctl \
 "${@:2}"
@@ -99,7 +92,7 @@
'qemu-block-rbd: RBD block support'
'qemu-block-gluster: glusterfs block support')
   install=qemu.install
-  options=(!strip)
+  options=(!strip !emptydirs)
 
   make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
 
@@ -111,7 +104,6 @@
   rm -r var
 
   cd usr/lib
-  tidy_strip
 
   # bridge_helper needs suid
   # https://bugs.archlinux.org/task/32565
@@ -121,7 +113,6 @@
   rm qemu/block-{iscsi,rbd,gluster}.so
 
   cd ../bin
-  tidy_strip
 
   # remove extra arch
   for _bin in qemu-*; do
@@ -132,7 +123,7 @@
   ga) rm "$_bin"; continue ;;
 
   # tools
-  img|io|nbd) continue ;;
+  edid|img|io|keymap|nbd|pr-helper|storage-daemon) continue ;;
 
   # core emu
   system-${_corearch}) continue ;;
@@ -147,25 +138,31 @@
 
 case $_blob in
   # provided by seabios package
-  bios.bin|acpi-dsdt.aml|bios-256k.bin|vgabios-cirrus.bin|vgabios-qxl.bin|\
+  bios.bin|bios-256k.bin|vgabios-cirrus.bin|vgabios-qxl.bin|\
   
vgabios-stdvga.bin|vgabios-vmware.bin|vgabios-virtio.bin|vgabios-bochs-display.bin|\
   vgabios-ramfb.bin) rm "$_blob"; continue ;;
 
+  # provided by edk2-ovmf package
+  edk2-*) rm "$_blob"; continue ;;
+
   # iPXE ROMs
   efi-*|pxe-*) continue ;;
 
   # core blobs
-  kvmvapic.bin|linuxboot*|multiboot.bin|sgabios.bin|vgabios*) continue ;;
+  
bios-microvm.bin|kvmvapic.bin|linuxboot*|multiboot.bin|sgabios.bin|vgabios*) 
continue ;;
 
   # Trace events definitions
   trace-events*) continue ;;
-
-  # Logos
-  *.bmp|*.svg) continue ;;
 esac
 
 mv "$_blob" "$srcdir/extra-arch-$1/usr/share/qemu"
   done
+
+  # provided by edk2-ovmf package
+  rm -r firmware
+
+  cd ..
+  if [ "$1" = headless ]; then rm -r {applications,icons}; fi
 }
 
 package_qemu-arch-extra() {
@@ -188,7 +185,7 @@
 
 package_qemu-block-iscsi() {
   pkgdesc="QEMU iSCSI block module"
-  depends=(glib2 libiscsi jemalloc)
+  depends=(glib2 libiscsi)
 
   install -D build-full/block-iscsi.so "$pkgdir/usr/lib/qemu/block-iscsi.so"
 }


[arch-commits] Commit in firefox-dark-reader/repos/community-any (PKGBUILD PKGBUILD)

2020-05-04 Thread Daniel M. Capella via arch-commits
Date: Monday, May 4, 2020 @ 20:21:53
  Author: polyzen
Revision: 624781

archrelease: copy trunk to community-any

Added:
  firefox-dark-reader/repos/community-any/PKGBUILD
(from rev 624780, firefox-dark-reader/trunk/PKGBUILD)
Deleted:
  firefox-dark-reader/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 20:21:34 UTC (rev 624780)
+++ PKGBUILD2020-05-04 20:21:53 UTC (rev 624781)
@@ -1,22 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Cookie Engineer 
-
-pkgname=firefox-dark-reader
-pkgver=4.9.7
-pkgrel=1
-pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
-url=https://darkreader.org/
-arch=('any')
-license=('MIT')
-groups=('firefox-addons')
-conflicts=('firefox-extension-dark-reader')
-replaces=('firefox-extension-dark-reader')
-source=("https://addons.cdn.mozilla.net/user-media/addons/855413/dark_reader-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('ab751b9b391ff5aa04a7b24dce462975cacd02ed045fc32652e115b3f3798b26')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-dark-reader/repos/community-any/PKGBUILD (from rev 624780, 
firefox-dark-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 20:21:53 UTC (rev 624781)
@@ -0,0 +1,22 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Cookie Engineer 
+
+pkgname=firefox-dark-reader
+pkgver=4.9.8
+pkgrel=1
+pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
+url=https://darkreader.org/
+arch=('any')
+license=('MIT')
+groups=('firefox-addons')
+conflicts=('firefox-extension-dark-reader')
+replaces=('firefox-extension-dark-reader')
+source=("https://addons.cdn.mozilla.net/user-media/addons/855413/dark_reader-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('181325754404dba2cda1fa979ef45af56546b8d9f1aabc7262c580af3c377dd2')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-04 Thread Daniel M. Capella via arch-commits
Date: Monday, May 4, 2020 @ 20:21:34
  Author: polyzen
Revision: 624780

upgpkg: firefox-dark-reader 4.9.8-1

Modified:
  firefox-dark-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 19:18:31 UTC (rev 624779)
+++ PKGBUILD2020-05-04 20:21:34 UTC (rev 624780)
@@ -2,7 +2,7 @@
 # Contributor: Cookie Engineer 
 
 pkgname=firefox-dark-reader
-pkgver=4.9.7
+pkgver=4.9.8
 pkgrel=1
 pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
 url=https://darkreader.org/
@@ -13,7 +13,7 @@
 replaces=('firefox-extension-dark-reader')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/855413/dark_reader-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('ab751b9b391ff5aa04a7b24dce462975cacd02ed045fc32652e115b3f3798b26')
+sha256sums=('181325754404dba2cda1fa979ef45af56546b8d9f1aabc7262c580af3c377dd2')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:18:11
  Author: anatolik
Revision: 624778

upgpkg: ruby-gtk3 3.4.2-1: upgpkg: ruby-gtk3 3.4.2-1

Modified:
  ruby-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 19:14:07 UTC (rev 624777)
+++ PKGBUILD2020-05-04 19:18:11 UTC (rev 624778)
@@ -2,8 +2,8 @@
 
 _gemname=gtk3
 pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='Ruby/GTK3 is a Ruby binding of GTK+-3.x.'
 arch=(x86_64)
 url=https://ruby-gnome2.osdn.jp/
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('b0ffb0aaaf8ff52ba4413eba76babccc3c21d313')
+sha1sums=('d9a5d22f34e086e4ae3dfafd3c6000d684654c91')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:18:31
  Author: anatolik
Revision: 624779

archrelease: copy trunk to community-x86_64

Added:
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 624778, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 19:18:11 UTC (rev 624778)
+++ PKGBUILD2020-05-04 19:18:31 UTC (rev 624779)
@@ -1,23 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-_gemname=gtk3
-pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Ruby/GTK3 is a Ruby binding of GTK+-3.x.'
-arch=(x86_64)
-url=https://ruby-gnome2.osdn.jp/
-license=("LGPL-2.1+")
-depends=(gobject-introspection gtk3 ruby ruby-atk ruby-cairo ruby-gdk3 
ruby-gdk_pixbuf2 ruby-gio2 ruby-gobject-introspection ruby-pango)
-makedepends=(ruby-native-package-installer ruby-glib2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('b0ffb0aaaf8ff52ba4413eba76babccc3c21d313')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-document --no-user-install -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/COPYING.LIB" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING.LIB"
-}

Copied: ruby-gtk3/repos/community-x86_64/PKGBUILD (from rev 624778, 
ruby-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 19:18:31 UTC (rev 624779)
@@ -0,0 +1,23 @@
+# Maintainer: Anatol Pomozov
+
+_gemname=gtk3
+pkgname=ruby-$_gemname
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Ruby/GTK3 is a Ruby binding of GTK+-3.x.'
+arch=(x86_64)
+url=https://ruby-gnome2.osdn.jp/
+license=("LGPL-2.1+")
+depends=(gobject-introspection gtk3 ruby ruby-atk ruby-cairo ruby-gdk3 
ruby-gdk_pixbuf2 ruby-gio2 ruby-gobject-introspection ruby-pango)
+makedepends=(ruby-native-package-installer ruby-glib2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('d9a5d22f34e086e4ae3dfafd3c6000d684654c91')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-document --no-user-install -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/COPYING.LIB" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING.LIB"
+}


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:13:24
  Author: anatolik
Revision: 624775

archrelease: copy trunk to community-x86_64

Added:
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 624774, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 19:13:05 UTC (rev 624774)
+++ PKGBUILD2020-05-04 19:13:24 UTC (rev 624775)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('f2fb431579a73c091ce6c70125fd094b09342971')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 624774, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 19:13:24 UTC (rev 624775)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('ac148ca8c23663f50f03cc4c65088d5e70266369')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:14:07
  Author: anatolik
Revision: 624777

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk3/repos/community-x86_64/PKGBUILD
(from rev 624776, ruby-gdk3/trunk/PKGBUILD)
Deleted:
  ruby-gdk3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 19:13:48 UTC (rev 624776)
+++ PKGBUILD2020-05-04 19:14:07 UTC (rev 624777)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk3
-pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk3 ruby-cairo-gobject=$pkgver ruby-gdk_pixbuf2=$pkgver 
ruby-pango=$pkgver)
-makedepends=(ruby-native-package-installer rake)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('f0b30efc8a17f0b6f62ce303c631387937b9dde8')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk3/repos/community-x86_64/PKGBUILD (from rev 624776, 
ruby-gdk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 19:14:07 UTC (rev 624777)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk3
+pkgname=ruby-$_gemname
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk3 ruby-cairo-gobject=$pkgver ruby-gdk_pixbuf2=$pkgver 
ruby-pango=$pkgver)
+makedepends=(ruby-native-package-installer rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('c7b6d05e4ec96e74d59bae92d45353a9554d4710')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:13:48
  Author: anatolik
Revision: 624776

upgpkg: ruby-gdk3 3.4.2-1: upgpkg: ruby-gdk3 3.4.2-1

Modified:
  ruby-gdk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 19:13:24 UTC (rev 624775)
+++ PKGBUILD2020-05-04 19:13:48 UTC (rev 624776)
@@ -2,8 +2,8 @@
 
 _gemname=gdk3
 pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('f0b30efc8a17f0b6f62ce303c631387937b9dde8')
+sha1sums=('c7b6d05e4ec96e74d59bae92d45353a9554d4710')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:13:05
  Author: anatolik
Revision: 624774

upgpkg: ruby-gtk2 3.4.2-1: upgpkg: ruby-gtk2 3.4.2-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 19:12:16 UTC (rev 624773)
+++ PKGBUILD2020-05-04 19:13:05 UTC (rev 624774)
@@ -3,8 +3,8 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('f2fb431579a73c091ce6c70125fd094b09342971')
+sha1sums=('ac148ca8c23663f50f03cc4c65088d5e70266369')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:12:16
  Author: anatolik
Revision: 624773

archrelease: copy trunk to community-x86_64

Added:
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 624772, ruby-pango/trunk/PKGBUILD)
Deleted:
  ruby-pango/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 19:11:56 UTC (rev 624772)
+++ PKGBUILD2020-05-04 19:12:16 UTC (rev 624773)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('9b9ddbcbc2f8d92f8aa7895150d3cde74839b9a0')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 624772, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 19:12:16 UTC (rev 624773)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('4cf05a4889ccc1c553207e72b5e40d626cd526b8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:11:15
  Author: anatolik
Revision: 624770

upgpkg: ruby-cairo-gobject 3.4.2-1: upgpkg: ruby-cairo-gobject 3.4.2-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 19:04:44 UTC (rev 624769)
+++ PKGBUILD2020-05-04 19:11:15 UTC (rev 624770)
@@ -2,8 +2,8 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('7d99c7c77cfbed3f71a3d419321206631db54174')
+sha1sums=('a580ebe61558740d19a13093a76a3a80cd648dd9')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-cairo-gobject/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:11:34
  Author: anatolik
Revision: 624771

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 624770, ruby-cairo-gobject/trunk/PKGBUILD)
Deleted:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 19:11:15 UTC (rev 624770)
+++ PKGBUILD2020-05-04 19:11:34 UTC (rev 624771)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('7d99c7c77cfbed3f71a3d419321206631db54174')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 624770, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 19:11:34 UTC (rev 624771)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a580ebe61558740d19a13093a76a3a80cd648dd9')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:11:56
  Author: anatolik
Revision: 624772

upgpkg: ruby-pango 3.4.2-1: upgpkg: ruby-pango 3.4.2-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 19:11:34 UTC (rev 624771)
+++ PKGBUILD2020-05-04 19:11:56 UTC (rev 624772)
@@ -3,8 +3,8 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('9b9ddbcbc2f8d92f8aa7895150d3cde74839b9a0')
+sha1sums=('4cf05a4889ccc1c553207e72b5e40d626cd526b8')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:04:25
  Author: anatolik
Revision: 624768

upgpkg: ruby-pkg-config 1.4.1-1

Modified:
  ruby-pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 19:02:44 UTC (rev 624767)
+++ PKGBUILD2020-05-04 19:04:25 UTC (rev 624768)
@@ -5,8 +5,8 @@
 
 pkgname=ruby-pkg-config
 _pkgname=pkg-config
-pkgver=1.3.7
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='Implementation of pkg-config in ruby'
 arch=('any')
 url='https://github.com/ruby-gnome2/pkg-config'
@@ -16,7 +16,7 @@
 replaces=('ruby-pkgconfig')
 conflicts=('ruby-pkgconfig')
 source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
-sha256sums=('216fdf7ecd753dcc258cf516e1843f8e354c155b0aef2428f36e60c840f5a6e8')
+sha256sums=('dca87a58534dfc3ff61c5de1289ed6622a5bd1f5b48fb2dc7a1cc5ef8f6b4ef2')
 noextract=("$_pkgname-$pkgver.gem")
 
 package() {


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:04:44
  Author: anatolik
Revision: 624769

archrelease: copy trunk to community-any

Added:
  ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 624768, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
  ruby-pkg-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 19:04:25 UTC (rev 624768)
+++ PKGBUILD2020-05-04 19:04:44 UTC (rev 624769)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: gem2arch 0.1
-# Contributor: theapodan
-
-pkgname=ruby-pkg-config
-_pkgname=pkg-config
-pkgver=1.3.7
-pkgrel=2
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-url='https://github.com/ruby-gnome2/pkg-config'
-license=('LGPL')
-depends=('ruby')
-provides=('ruby-pkgconfig')
-replaces=('ruby-pkgconfig')
-conflicts=('ruby-pkgconfig')
-source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
-sha256sums=('216fdf7ecd753dcc258cf516e1843f8e354c155b0aef2428f36e60c840f5a6e8')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
---no-user-install \
---ignore-dependencies \
---no-document \
--i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
-$_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 624768, 
ruby-pkg-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 19:04:44 UTC (rev 624769)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='https://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
+sha256sums=('dca87a58534dfc3ff61c5de1289ed6622a5bd1f5b48fb2dc7a1cc5ef8f6b4ef2')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+--no-document \
+-i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
+$_pkgname-$pkgver.gem
+}


[arch-commits] Commit in ruby-native-package-installer/repos/community-any (2 files)

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:02:44
  Author: anatolik
Revision: 624767

archrelease: copy trunk to community-any

Added:
  ruby-native-package-installer/repos/community-any/PKGBUILD
(from rev 624766, ruby-native-package-installer/trunk/PKGBUILD)
Deleted:
  ruby-native-package-installer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 19:02:24 UTC (rev 624766)
+++ PKGBUILD2020-05-04 19:02:44 UTC (rev 624767)
@@ -1,22 +0,0 @@
-# Maintainer: Ruby quarry (https://github.com/anatol/quarry)
-
-_gemname=native-package-installer
-pkgname=ruby-$_gemname
-pkgver=1.0.6
-pkgrel=4
-pkgdesc=native-package-installer\ helps\ to\ install\ native\ packages\ on\ 
\"gem\ install\"
-arch=(any)
-url=https://github.com/ruby-gnome2/native-package-installer
-license=(LGPL3)
-depends=(ruby)
-makedepends=(ruby-rdoc)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('b49175bbb84cfcaebdc981a3c099383180cfda73')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-native-package-installer/repos/community-any/PKGBUILD (from rev 
624766, ruby-native-package-installer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 19:02:44 UTC (rev 624767)
@@ -0,0 +1,22 @@
+# Maintainer: Ruby quarry (https://github.com/anatol/quarry)
+
+_gemname=native-package-installer
+pkgname=ruby-$_gemname
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='A helper to install native packages on "gem install"'
+arch=(any)
+url=https://github.com/ruby-gnome2/native-package-installer
+license=(LGPL3)
+depends=(ruby)
+makedepends=(ruby-rdoc)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('b33dffe29b7aebab3bce3877931be7dc4b766a92')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-native-package-installer/trunk (PKGBUILD)

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 19:02:24
  Author: anatolik
Revision: 624766

upgpkg: ruby-native-package-installer 1.0.9-1

Modified:
  ruby-native-package-installer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 18:21:26 UTC (rev 624765)
+++ PKGBUILD2020-05-04 19:02:24 UTC (rev 624766)
@@ -2,9 +2,9 @@
 
 _gemname=native-package-installer
 pkgname=ruby-$_gemname
-pkgver=1.0.6
-pkgrel=4
-pkgdesc=native-package-installer\ helps\ to\ install\ native\ packages\ on\ 
\"gem\ install\"
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='A helper to install native packages on "gem install"'
 arch=(any)
 url=https://github.com/ruby-gnome2/native-package-installer
 license=(LGPL3)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('b49175bbb84cfcaebdc981a3c099383180cfda73')
+sha1sums=('b33dffe29b7aebab3bce3877931be7dc4b766a92')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 18:21:26
  Author: anatolik
Revision: 624765

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 624764, ruby-gdk_pixbuf2/trunk/PKGBUILD)
Deleted:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 18:21:06 UTC (rev 624764)
+++ PKGBUILD2020-05-04 18:21:26 UTC (rev 624765)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
-makedepends=(ruby-native-package-installer ruby-rake)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('572be3e7cccf8875605bf4ef17ea937ab8a55975')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 624764, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 18:21:26 UTC (rev 624765)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer ruby-rake)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a185b57d5d52bf35474125c8caa3b4426f5e')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2020-05-04 Thread Anatol Pomozov via arch-commits
Date: Monday, May 4, 2020 @ 18:21:06
  Author: anatolik
Revision: 624764

upgpkg: ruby-gdk_pixbuf2 3.4.2-1: upgpkg: ruby-gdk_pixbuf2 3.4.2-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 18:20:45 UTC (rev 624763)
+++ PKGBUILD2020-05-04 18:21:06 UTC (rev 624764)
@@ -3,8 +3,8 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('572be3e7cccf8875605bf4ef17ea937ab8a55975')
+sha1sums=('a185b57d5d52bf35474125c8caa3b4426f5e')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


  1   2   >