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

2020-01-18 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 19, 2020 @ 04:00:11
  Author: bisson
Revision: 553117

fix mistake

Deleted:
  unbound/repos/testing-x86_64/


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

2020-01-18 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 19, 2020 @ 03:59:49
  Author: bisson
Revision: 553116

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 553115, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/hook
(from rev 553115, unbound/trunk/hook)
  unbound/repos/community-x86_64/sysusers.d
(from rev 553115, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 553115, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  134 +--
 hook   |   20 
 sysusers.d |2 
 tmpfiles.d |2 
 4 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-19 03:31:28 UTC (rev 553115)
+++ PKGBUILD2020-01-19 03:59:49 UTC (rev 553116)
@@ -1,67 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.9.6
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
-  '21615A7F2478EA8C27DD26B830918D8275724222')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'hook')
-sha256sums=('1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-systemd \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 553115, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-19 03:59:49 UTC (rev 553116)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.9.6
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'hook')
+sha256sums=('1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0'
+'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
+

[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2020-01-18 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 19, 2020 @ 03:59:40
  Author: bisson
Revision: 373692

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 373691, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 373691, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 373691, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 373691, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-19 03:59:18 UTC (rev 373691)
+++ PKGBUILD2020-01-19 03:59:40 UTC (rev 373692)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21.18
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
-'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
-'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
-'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
-'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
-'wildmidi' 'yajl' 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('8782e66cd5afd6c92860725196b35b6df07d3d127ef70e900e144323089e9442'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-  '-Dtremor=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 373691, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-19 03:59:40 UTC (rev 373692)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.19
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
+'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
+'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
+'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
+'wildmidi' 'yajl' 'zziplib')
+makedepends=('boost' 'meson' 'python-sphinx')

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

2020-01-18 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 19, 2020 @ 03:59:18
  Author: bisson
Revision: 373691

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-19 00:10:25 UTC (rev 373690)
+++ PKGBUILD2020-01-19 03:59:18 UTC (rev 373691)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.21.18
+pkgver=0.21.19
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -24,7 +24,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('8782e66cd5afd6c92860725196b35b6df07d3d127ef70e900e144323089e9442'
+sha256sums=('d3275e11d85637adde250cadf3b4f5aec2144228f0d8085767493fc46c55b2f9'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


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

2020-01-18 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 19, 2020 @ 03:31:28
  Author: bisson
Revision: 553115

archrelease: copy trunk to testing-x86_64

Added:
  unbound/repos/testing-x86_64/
  unbound/repos/testing-x86_64/PKGBUILD
(from rev 553114, unbound/trunk/PKGBUILD)
  unbound/repos/testing-x86_64/hook
(from rev 553114, unbound/trunk/hook)
  unbound/repos/testing-x86_64/sysusers.d
(from rev 553114, unbound/trunk/sysusers.d)
  unbound/repos/testing-x86_64/tmpfiles.d
(from rev 553114, unbound/trunk/tmpfiles.d)

+
 PKGBUILD   |   67 +++
 hook   |   10 
 sysusers.d |1 
 tmpfiles.d |1 
 4 files changed, 79 insertions(+)

Copied: unbound/repos/testing-x86_64/PKGBUILD (from rev 553114, 
unbound/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-19 03:31:28 UTC (rev 553115)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.9.6
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'hook')
+sha256sums=('1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0'
+'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
+'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --enable-dnscrypt \
+   --enable-dnstap \
+   --enable-pie \
+   --enable-relro-now \
+   --enable-subnet \
+   --enable-systemd \
+   --enable-tfo-client \
+   --enable-tfo-server \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-libevent \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
+
+   # Trust anchor file available from within unbound's chroot.
+   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
+   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
+}

Copied: unbound/repos/testing-x86_64/hook (from rev 553114, unbound/trunk/hook)
===
--- testing-x86_64/hook (rev 0)
+++ testing-x86_64/hook 2020-01-19 03:31:28 UTC (rev 553115)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = Path
+Target = etc/trusted-key.key
+Operation = Install
+Operation = Upgrade
+
+[Action]
+Description = Updating trusted-key.key for unbound...
+When = PostTransaction
+Exec = /bin/cp -f /etc/trusted-key.key /etc/unbound/

Copied: unbound/repos/testing-x86_64/sysusers.d (from rev 553114, 
unbound/trunk/sysusers.d)
===
--- testing-x86_64/sysusers.d   (rev 0)
+++ testing-x86_64/sysusers.d   2020-01-19 03:31:28 UTC (rev 553115)
@@ -0,0 +1 @@
+u unbound - "unbound" /etc/unbound

Copied: unbound/repos/testing-x86_64/tmpfiles.d (from rev 553114, 
unbound/trunk/tmpfiles.d)
===
--- testing-x86_64/tmpfiles.d   (rev 0)
+++ testing-x86_64/tmpfiles.d   2020-01-19 03:31:28 UTC (rev 553115)
@@ -0,0 +1 @@
+C /etc/unbound/trusted-key.key - - - - /etc/trusted-key.key


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

2020-01-18 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 19, 2020 @ 03:31:03
  Author: bisson
Revision: 553114

alpm-hooks should use Type = Path, not File

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/hook

--+
 PKGBUILD |4 ++--
 hook |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 22:42:34 UTC (rev 553113)
+++ PKGBUILD2020-01-19 03:31:03 UTC (rev 553114)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -23,7 +23,7 @@
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
+'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"

Modified: hook
===
--- hook2020-01-18 22:42:34 UTC (rev 553113)
+++ hook2020-01-19 03:31:03 UTC (rev 553114)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Target = etc/trusted-key.key
 Operation = Install
 Operation = Upgrade


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

2020-01-18 Thread Antonio Rojas via arch-commits
Date: Sunday, January 19, 2020 @ 00:10:25
  Author: arojas
Revision: 373690

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 373689, qt5-base/trunk/PKGBUILD)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-19 00:10:01 UTC (rev 373689)
+++ PKGBUILD2020-01-19 00:10:25 UTC (rev 373690)
@@ -1,107 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.14.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- 
qtbug-80967.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=b31852c4;)
-sha256sums=('4ef921c0f208a1624439801da8b3f4344a3793b660ce1095f2b7f5c4246b9463'
-'52504c98cfd226548973d82b9ceb69c7557ba13d189a3cb526b303dee740')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  patch -p1 -i ../qtbug-80967.patch # Fix font rendering regression
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 373689, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-19 00:10:25 UTC (rev 373690)
@@ -0,0 +1,110 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.14.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 

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

2020-01-18 Thread Antonio Rojas via arch-commits
Date: Sunday, January 19, 2020 @ 00:10:01
  Author: arojas
Revision: 373689

Fix security issue

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 23:28:40 UTC (rev 373688)
+++ PKGBUILD2020-01-19 00:10:01 UTC (rev 373689)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.14.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -28,9 +28,11 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- 
qtbug-80967.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=b31852c4;)
+ 
qtbug-80967.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=b31852c4;
+ 
qtbug-81272.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=e6f1fde2;)
 sha256sums=('4ef921c0f208a1624439801da8b3f4344a3793b660ce1095f2b7f5c4246b9463'
-'52504c98cfd226548973d82b9ceb69c7557ba13d189a3cb526b303dee740')
+'52504c98cfd226548973d82b9ceb69c7557ba13d189a3cb526b303dee740'
+'e93ca83adbf0becc0c78b7db8fed32eed123a62907fe0274e4d352aa169daad1')
 
 prepare() {
   cd ${_pkgfqn}
@@ -43,6 +45,7 @@
 mkspecs/common/g++-unix.conf
 
   patch -p1 -i ../qtbug-80967.patch # Fix font rendering regression
+  patch -p1 -i ../qtbug-81272.patch # 
https://bugreports.qt.io/browse/QTBUG-81272
 }
 
 build() {


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

2020-01-18 Thread Antonio Rojas via arch-commits
Date: Saturday, January 18, 2020 @ 23:28:18
  Author: arojas
Revision: 373687

Update to 0.12.10

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 21:18:03 UTC (rev 373686)
+++ PKGBUILD2020-01-18 23:28:18 UTC (rev 373687)
@@ -4,28 +4,23 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.9
-pkgrel=2
+pkgver=0.12.10
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://distributions.freedesktop.org/wiki/AppStream;
 license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2 lmdb)
+depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
 makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-fix-double-free.patch::"https://github.com/ximion/appstream/commit/da9f330d.patch;)
-sha256sums=('459273e3aaaf8c393441c9532c0b808e61f0278ff6623c058563af1c904aa31d'
+update-appstream-cache.hook)
+sha256sums=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'fb49831d8c8353d8e634c8a68f06d62baadc70dd28c06e388d8e6270e2b55e7d')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-fix-double-free.patch # Fix double free when 
running appstream generator
 }
 
 build() {


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

2020-01-18 Thread Antonio Rojas via arch-commits
Date: Saturday, January 18, 2020 @ 23:28:40
  Author: arojas
Revision: 373688

archrelease: copy trunk to extra-x86_64

Added:
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 373687, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 373687, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

-+
 PKGBUILD|  117 --
 update-appstream-cache.hook |   34 ++--
 2 files changed, 73 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 23:28:18 UTC (rev 373687)
+++ PKGBUILD2020-01-18 23:28:40 UTC (rev 373688)
@@ -1,61 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.12.9
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(x86_64)
-url="https://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2 lmdb)
-makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-fix-double-free.patch::"https://github.com/ximion/appstream/commit/da9f330d.patch;)
-sha256sums=('459273e3aaaf8c393441c9532c0b808e61f0278ff6623c058563af1c904aa31d'
-'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'fb49831d8c8353d8e634c8a68f06d62baadc70dd28c06e388d8e6270e2b55e7d')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-fix-double-free.patch # Fix double free when 
running appstream generator
-}
-
-build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
---prefix=/usr \
--Dqt=true \
--Dvapi=true
-  ninja
-}
-
-package_appstream() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 373687, 
appstream/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 23:28:40 UTC (rev 373688)
@@ -0,0 +1,56 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.12.10
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(x86_64)
+url="https://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
+makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-cache.hook)
+sha256sums=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f'
+'SKIP'
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  meson ../AppStream-$pkgver \
+--prefix=/usr \
+-Dqt=true \
+-Dvapi=true
+  ninja
+}
+
+package_appstream() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+# provided by appstream
+  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
+}

Deleted: update-appstream-cache.hook
===
--- update-appstream-cache.hook 2020-01-18 23:28:18 UTC (rev 373687)
+++ update-appstream-cache.hook 2020-01-18 23:28:40 UTC (rev 373688)
@@ -1,17 

[arch-commits] Commit in prosody/repos/community-x86_64 (12 files)

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 22:42:34
  Author: spupykin
Revision: 553113

archrelease: copy trunk to community-x86_64

Added:
  prosody/repos/community-x86_64/PKGBUILD
(from rev 553112, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/prosody.install
(from rev 553112, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 553112, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 553112, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 553112, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/sysuser.conf
(from rev 553112, prosody/trunk/sysuser.conf)
Deleted:
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d
  prosody/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  175 +--
 prosody.install|   46 ++---
 prosody.logrotated |   18 ++---
 prosody.service|   30 
 prosody.tmpfile.d  |4 -
 sysuser.conf   |6 -
 6 files changed, 140 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 22:42:16 UTC (rev 553112)
+++ PKGBUILD2020-01-18 22:42:34 UTC (rev 553113)
@@ -1,87 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Old Maintainer: Dwayne Bent 
-# Old Maintainer: Tilman Vatteroth 
-# Contributor: Paul-Sebastian Manole 
-# Contributor: Timothée Ravier 
-# Contributor: Christoph Stahl 
-
-pkgname=prosody
-epoch=1
-pkgrel=1
-pkgver=0.11.3
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
-arch=('x86_64')
-url="https://prosody.im/;
-license=('MIT')
-depends=('lua52' 'lua52-socket' 'lua52-expat' 'lua52-filesystem' 'libidn'
- 'openssl')
-conflicts=('prosody')
-provides=('prosody')
-optdepends=('lua52-sec: TLS encryption support'
-#  'lua52-event: libevent support'
-   'lua52-dbi: SQL storage support')
-install=prosody.install
-backup=('etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
-source=("https://prosody.im/downloads/source/prosody-$pkgver.tar.gz"{,.asc}
-'prosody.tmpfile.d'
-'prosody.logrotated'
-'sysuser.conf'
-'prosody.service')
-sha256sums=('cfdabd6f42a9fc5db300221967c518c26bd4b6e62def721c1626894d6325bf87'
-'SKIP'
-'0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
-'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
-'e5c30ffbb066f0ed375b3313490c535d8c9df018726f6cecf9e3ddfd2e48'
-'ea34a3802e9a6b181cc1039eda48538fc9335c432223b225a8801d9d636f268c')
-
-prepare() {
-  cd prosody-$pkgver
-
-  # disable logging to output and activate syslog
-  sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
-  sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
-  sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
-
-  # add pidfile and daemonize
-  # daemonize is important for systemd!
-  mv prosody.cfg.lua.dist prosody.cfg.lua.old
-
-  echo --Important for systemd >> prosody.cfg.lua.dist
-  echo -- daemonize is important for systemd. if you set this to false the 
systemd startup will freeze. >> prosody.cfg.lua.dist
-  echo daemonize = true >> prosody.cfg.lua.dist
-  echo 'pidfile = "/run/prosody/prosody.pid"'>> prosody.cfg.lua.dist
-  echo "" >> prosody.cfg.lua.dist
-  cat prosody.cfg.lua.old >> prosody.cfg.lua.dist
-  rm prosody.cfg.lua.old
-
-  #sed -i 's|sock, err = socket.udp();|sock, err = (socket.udp4 or 
socket.udp)();|g' net/dns.lua
-}
-
-build() {
-  cd prosody-$pkgver
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.2 \
---cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
---ldflags="${LDFLAGS} -shared" --no-example-certs \
---runwith=lua5.2
-  make
-}
-
-package() {
-  cd prosody-$pkgver
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install -C tools/migration
-
-  install -Dm 0644 "$srcdir"/prosody.tmpfile.d 
"${pkgdir}"/usr/lib/tmpfiles.d/prosody.conf
-  install -Dm 0644 "$srcdir"/prosody.service 
"${pkgdir}"/usr/lib/systemd/system/prosody.service
-  install -Dm644 "$srcdir"/sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/prosody.conf
-
-  for i in tools/*.lua; do
-install -Dm 0644 ${i} "${pkgdir}"/usr/share/prosody/${i}
-  done
-
-  install -Dm 0644 COPYING "${pkgdir}"/usr/share/licenses/prosody/COPYING
-  install -Dm 0644 "$srcdir"/prosody.logrotated 
"${pkgdir}"/etc/logrotate.d/prosody
-  rm "${pkgdir}"/etc/prosody/certs/*
-}

Copied: prosody/repos/community-x86_64/PKGBUILD (from rev 

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 22:42:16
  Author: spupykin
Revision: 553112

upgpkg: prosody 1:0.11.4-1

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 22:41:48 UTC (rev 553111)
+++ PKGBUILD2020-01-18 22:42:16 UTC (rev 553112)
@@ -8,7 +8,7 @@
 pkgname=prosody
 epoch=1
 pkgrel=1
-pkgver=0.11.3
+pkgver=0.11.4
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
 url="https://prosody.im/;
@@ -22,13 +22,14 @@
'lua52-dbi: SQL storage support')
 install=prosody.install
 backup=('etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
+validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE'
+ '3E52119EF853C59678DBBF6BADED9A77B67AD329')
 source=("https://prosody.im/downloads/source/prosody-$pkgver.tar.gz"{,.asc}
 'prosody.tmpfile.d'
 'prosody.logrotated'
 'sysuser.conf'
 'prosody.service')
-sha256sums=('cfdabd6f42a9fc5db300221967c518c26bd4b6e62def721c1626894d6325bf87'
+sha256sums=('b5f26fa343c7f32f6242721d6991cb35f5d2a28d2bf59d2bc329a940523704fd'
 'SKIP'
 '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
 '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'


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

2020-01-18 Thread Felix Yan via arch-commits
Date: Saturday, January 18, 2020 @ 22:41:34
  Author: felixonmars
Revision: 553110

upgpkg: mill 0.5.7-1

Modified:
  mill/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 22:38:59 UTC (rev 553109)
+++ PKGBUILD2020-01-18 22:41:34 UTC (rev 553110)
@@ -4,7 +4,7 @@
 # Contributor: Guillaume Raffin ("theelectronwill") 
 
 pkgname=mill
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc="Your shiny new Java/Scala build tool"
 arch=(any)
@@ -13,7 +13,7 @@
 depends=('bash' 'java-environment<13')
 makedepends=('mill')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
-sha512sums=('4d5cf8b8e8149f5888fa9b0fccdf9ff97b08b40af236f1ac4816bc4eff5aebfac35dc23fc09a570c1a381f38c03e5955abf73edb8fa79e4bb28363432ac6b09c')
+sha512sums=('8ca17e70fecc39212ff273e3fffa06406f2d415a815241999460c96e11be433528ecdff1817873315faa6104103d18e9e34b08230195d31a2a25e953f2bb56e0')
 
 prepare() {
   cd mill-$pkgver


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

2020-01-18 Thread Felix Yan via arch-commits
Date: Saturday, January 18, 2020 @ 22:41:48
  Author: felixonmars
Revision: 553111

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 553110, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 22:41:34 UTC (rev 553110)
+++ PKGBUILD2020-01-18 22:41:48 UTC (rev 553111)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.5.6
-pkgrel=1
-pkgdesc="Your shiny new Java/Scala build tool"
-arch=(any)
-url="https://www.lihaoyi.com/mill/index.html;
-license=('MIT')
-depends=('bash' 'java-environment<13')
-makedepends=('mill')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
-sha512sums=('4d5cf8b8e8149f5888fa9b0fccdf9ff97b08b40af236f1ac4816bc4eff5aebfac35dc23fc09a570c1a381f38c03e5955abf73edb8fa79e4bb28363432ac6b09c')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
-}
-
-build() {
-  cd mill-$pkgver
-  mill -i all __.publishLocal assembly
-}
-
-package() {
-  cd mill-$pkgver
-  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
-}

Copied: mill/repos/community-any/PKGBUILD (from rev 553110, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 22:41:48 UTC (rev 553111)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.5.7
+pkgrel=1
+pkgdesc="Your shiny new Java/Scala build tool"
+arch=(any)
+url="https://www.lihaoyi.com/mill/index.html;
+license=('MIT')
+depends=('bash' 'java-environment<13')
+makedepends=('mill')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
+sha512sums=('8ca17e70fecc39212ff273e3fffa06406f2d415a815241999460c96e11be433528ecdff1817873315faa6104103d18e9e34b08230195d31a2a25e953f2bb56e0')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
+}
+
+build() {
+  cd mill-$pkgver
+  mill -i all __.publishLocal assembly
+}
+
+package() {
+  cd mill-$pkgver
+  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
+}


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

2020-01-18 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 18, 2020 @ 22:38:40
  Author: polyzen
Revision: 553108

upgpkg: termtosvg 1.1.0-1

Modified:
  termtosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 22:35:58 UTC (rev 553107)
+++ PKGBUILD2020-01-18 22:38:40 UTC (rev 553108)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=termtosvg
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Record terminal sessions as SVG animations'
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-lxml' 'python-pyte')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('cfe52876ee57de3ed3a0a5c5ccc0fc48de3ae7fe5867602f6e57ab9cefae14b4')
+sha256sums=('ed38f1615d7f873e784761d1b406ac73abbd2bbf0c517362f5c2fdc1919d65ee')
 
 build() {
   cd $pkgname-$pkgver


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

2020-01-18 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 18, 2020 @ 22:38:59
  Author: polyzen
Revision: 553109

archrelease: copy trunk to community-any

Added:
  termtosvg/repos/community-any/PKGBUILD
(from rev 553108, termtosvg/trunk/PKGBUILD)
Deleted:
  termtosvg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 22:38:40 UTC (rev 553108)
+++ PKGBUILD2020-01-18 22:38:59 UTC (rev 553109)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=termtosvg
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Record terminal sessions as SVG animations'
-arch=('any')
-url=https://nbedos.github.io/termtosvg/
-license=('BSD')
-depends=('python-lxml' 'python-pyte')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('cfe52876ee57de3ed3a0a5c5ccc0fc48de3ae7fe5867602f6e57ab9cefae14b4')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest termtosvg.tests.suite
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 man/termtosvg.man.1 "$pkgdir"/usr/share/man/man1/termtosvg.1
-  install -Dm644 man/termtosvg-templates.man.5 
"$pkgdir"/usr/share/man/man5/termtosvg-templates.5
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: termtosvg/repos/community-any/PKGBUILD (from rev 553108, 
termtosvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 22:38:59 UTC (rev 553109)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=termtosvg
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Record terminal sessions as SVG animations'
+arch=('any')
+url=https://nbedos.github.io/termtosvg/
+license=('BSD')
+depends=('python-lxml' 'python-pyte')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ed38f1615d7f873e784761d1b406ac73abbd2bbf0c517362f5c2fdc1919d65ee')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest termtosvg.tests.suite
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 man/termtosvg.man.1 "$pkgdir"/usr/share/man/man1/termtosvg.1
+  install -Dm644 man/termtosvg-templates.man.5 
"$pkgdir"/usr/share/man/man5/termtosvg-templates.5
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in mongo-c-driver/trunk (PKGBUILD)

2020-01-18 Thread Felix Yan via arch-commits
Date: Saturday, January 18, 2020 @ 22:35:45
  Author: felixonmars
Revision: 553106

upgpkg: mongo-c-driver 1.16.0-1

Modified:
  mongo-c-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 21:13:00 UTC (rev 553105)
+++ PKGBUILD2020-01-18 22:35:45 UTC (rev 553106)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongo-c-driver
-pkgver=1.15.3
+pkgver=1.16.0
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('libbson' 'libmongoc')
 replaces=('libbson' 'libmongoc')
 
source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e331a55453df0d6067fb6b5ccf459a4a637bd224768cb130eeb4263db2747175b8260fc8ecf47cb57b57de4121190f97c18809085bc5fce01a006e18bb080a04')
+sha512sums=('eed1b4ac769f240f652616b9c27a101027217db25ef2674d61601a52bcbe8cf3799973cbb1d24b4a6f8b6fefb15086ec7a3b3984796e649d360682b6ccad0e15')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in mongo-c-driver/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-18 Thread Felix Yan via arch-commits
Date: Saturday, January 18, 2020 @ 22:35:58
  Author: felixonmars
Revision: 553107

archrelease: copy trunk to community-x86_64

Added:
  mongo-c-driver/repos/community-x86_64/PKGBUILD
(from rev 553106, mongo-c-driver/trunk/PKGBUILD)
Deleted:
  mongo-c-driver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 22:35:45 UTC (rev 553106)
+++ PKGBUILD2020-01-18 22:35:58 UTC (rev 553107)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mongo-c-driver
-pkgver=1.15.3
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('x86_64')
-url='https://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libsasl' 'icu' 'snappy' 'zlib' 'zstd')
-makedepends=('cmake')
-provides=('libbson' 'libmongoc')
-conflicts=('libbson' 'libmongoc')
-replaces=('libbson' 'libmongoc')
-source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e331a55453df0d6067fb6b5ccf459a4a637bd224768cb130eeb4263db2747175b8260fc8ecf47cb57b57de4121190f97c18809085bc5fce01a006e18bb080a04')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../mongo-c-driver-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
-# Test profiles are not found even with ENABLE_TESTS=ON
-  make
-}
-
-check() {
-  cd build
-  # No test profile found
-  # pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: mongo-c-driver/repos/community-x86_64/PKGBUILD (from rev 553106, 
mongo-c-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 22:35:58 UTC (rev 553107)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=mongo-c-driver
+pkgver=1.16.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='https://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libsasl' 'icu' 'snappy' 'zlib' 'zstd')
+makedepends=('cmake')
+provides=('libbson' 'libmongoc')
+conflicts=('libbson' 'libmongoc')
+replaces=('libbson' 'libmongoc')
+source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('eed1b4ac769f240f652616b9c27a101027217db25ef2674d61601a52bcbe8cf3799973cbb1d24b4a6f8b6fefb15086ec7a3b3984796e649d360682b6ccad0e15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../mongo-c-driver-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
+# Test profiles are not found even with ENABLE_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+  # No test profile found
+  # pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}


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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 21:18:03
  Author: anatolik
Revision: 373686

x86_64 is the only supported architecture, no need to check for it explicitly

Modified:
  ovmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:44:29 UTC (rev 373685)
+++ PKGBUILD2020-01-18 21:18:03 UTC (rev 373686)
@@ -32,10 +32,6 @@
 }
 
 build() {
-  if [ "$CARCH" != "x86_64" ]; then
-error "This package must be built under the x86_64 architecture."
-false
-  fi
   export PATH="${srcdir}/bin:$PATH"
   cd edk2-${_edk2_tag}
   make -C BaseTools


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 21:12:55
  Author: anthraxx
Revision: 553104

upgpkg: python-yarl 1.4.2-1

Modified:
  python-yarl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 21:12:09 UTC (rev 553103)
+++ PKGBUILD2020-01-18 21:12:55 UTC (rev 553104)
@@ -2,8 +2,8 @@
 
 _pkgname=yarl
 pkgname=python-yarl
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
 pkgdesc='Yet another URL library'
 url='https://github.com/aio-libs/yarl/'
 arch=('x86_64')
@@ -11,12 +11,18 @@
 depends=('glibc' 'python' 'python-multidict' 'python-idna')
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
-sha256sums=('0d4acfd6c750612871e11c49eea43213949f1528686a184eefc1366142a6fbb3')
-sha512sums=('36c55ac73830629045399e409f9e097d2e231e64f457c095003a2dd0e48899145e5e970a397458c8b1b1fbd8c24885774cf6bd7ea0b9bf67cd192c46be90af83')
+source=(https://github.com/aio-libs/yarl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('63c2802c8bf6b96d7f4bd309d42d90c007e3fe8b44113db191b02d7acb59c2583a95b5c91563012b7e052f9ad2bc5c0c3776219e3000926809ca0fb374686a6e')
+b2sums=('3fdf101c70928eda2c823e95a4b1dd6bd7b5e670cc316371f34baf34247f5b46887808c44bddbd7707f9e2b978a3478f451d523104cbfb3bdaaa8a4b2f2ee113')
 
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed 's| .install-cython ||g' -i Makefile
+}
+
 build() {
   cd ${_pkgname}-${pkgver}
+  make cythonize
   LANG=en_US.UTF-8 python setup.py build
 }
 


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 21:13:00
  Author: anthraxx
Revision: 553105

archrelease: copy trunk to community-x86_64

Added:
  python-yarl/repos/community-x86_64/PKGBUILD
(from rev 553104, python-yarl/trunk/PKGBUILD)
Deleted:
  python-yarl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 21:12:55 UTC (rev 553104)
+++ PKGBUILD2020-01-18 21:13:00 UTC (rev 553105)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=yarl
-pkgname=python-yarl
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='Yet another URL library'
-url='https://github.com/aio-libs/yarl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'python' 'python-multidict' 'python-idna')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
-sha256sums=('0d4acfd6c750612871e11c49eea43213949f1528686a184eefc1366142a6fbb3')
-sha512sums=('36c55ac73830629045399e409f9e097d2e231e64f457c095003a2dd0e48899145e5e970a397458c8b1b1fbd8c24885774cf6bd7ea0b9bf67cd192c46be90af83')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yarl/repos/community-x86_64/PKGBUILD (from rev 553104, 
python-yarl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 21:13:00 UTC (rev 553105)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=yarl
+pkgname=python-yarl
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Yet another URL library'
+url='https://github.com/aio-libs/yarl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'python' 'python-multidict' 'python-idna')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=(https://github.com/aio-libs/yarl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('63c2802c8bf6b96d7f4bd309d42d90c007e3fe8b44113db191b02d7acb59c2583a95b5c91563012b7e052f9ad2bc5c0c3776219e3000926809ca0fb374686a6e')
+b2sums=('3fdf101c70928eda2c823e95a4b1dd6bd7b5e670cc316371f34baf34247f5b46887808c44bddbd7707f9e2b978a3478f451d523104cbfb3bdaaa8a4b2f2ee113')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed 's| .install-cython ||g' -i Makefile
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  make cythonize
+  LANG=en_US.UTF-8 python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 21:11:36
  Author: anatolik
Revision: 553101

upgpkg: rpm-tools 4.15.1-2: Remove python2 dependency in favor of python3

Modified:
  rpm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 21:10:23 UTC (rev 553100)
+++ PKGBUILD2020-01-18 21:11:36 UTC (rev 553101)
@@ -7,7 +7,7 @@
 
 pkgname=rpm-tools
 pkgver=4.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="RPM Package Manager - RPM.org fork, used in major RPM distros"
 arch=('x86_64')
 url='http://www.rpm.org/'


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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 21:12:06
  Author: anatolik
Revision: 553102

archrelease: copy trunk to community-testing-x86_64

Added:
  rpm-tools/repos/community-testing-x86_64/
  rpm-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 553101, rpm-tools/trunk/PKGBUILD)
  rpm-tools/repos/community-testing-x86_64/rpm-tools.install
(from rev 553101, rpm-tools/trunk/rpm-tools.install)
  rpm-tools/repos/community-testing-x86_64/rpmextract.sh
(from rev 553101, rpm-tools/trunk/rpmextract.sh)
  rpm-tools/repos/community-testing-x86_64/rpmlib-filesystem-check.patch
(from rev 553101, rpm-tools/trunk/rpmlib-filesystem-check.patch)

---+
 PKGBUILD  |   74 +++
 rpm-tools.install |8 ++
 rpmextract.sh |6 +
 rpmlib-filesystem-check.patch |  125 
 4 files changed, 213 insertions(+)

Copied: rpm-tools/repos/community-testing-x86_64/PKGBUILD (from rev 553101, 
rpm-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-18 21:12:06 UTC (rev 553102)
@@ -0,0 +1,74 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Konrad 
+# Contributor: Luka Perkov  lukaperkov  net>
+# Contributor: Fernando M  beford.net>
+# Author: Wintershade 
+
+pkgname=rpm-tools
+pkgver=4.15.1
+pkgrel=2
+pkgdesc="RPM Package Manager - RPM.org fork, used in major RPM distros"
+arch=('x86_64')
+url='http://www.rpm.org/'
+license=('GPL2')
+depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap' 'lmdb')
+makedepends=('python' 'pkg-config')
+conflicts=('rpm' 'rpmextract')
+options=('!libtool')
+provides=("rpm=${pkgver}" 'rpmextract=1.0-4' 'rpm-org')
+install=rpm-tools.install
+
+_pkgver_major="${pkgver%%.*}"
+_pkgver_major_rem="${pkgver#*.}"
+_pkgver_minor="${_pkgver_major_rem%%.*}"
+_base_pkgver=$_pkgver_major.$_pkgver_minor.x
+
+source=(http://ftp.rpm.org/releases/rpm-$_base_pkgver/rpm-$pkgver.tar.bz2
+   rpmextract.sh
+rpmlib-filesystem-check.patch)
+sha256sums=('ddef45f9601cd12042edfc9b6e37efcca32814e1e0f4bb8682d08144a3e2d230'
+'3e5bf450d4628366ba35469ec0530a99cd09ab2616a3d261a3f68270f481f777'
+'bd0e6dbd458f990268c60324190c6825b234647ecdde08296d2b453dc4bce27a')
+
+prepare() {
+   cd rpm-${pkgver}
+   patch -p1 < ../rpmlib-filesystem-check.patch
+}
+
+build() {
+   cd rpm-${pkgver}
+
+   ./configure \
+   --prefix=/usr  \
+   --sysconfdir=/etc  \
+   --localstatedir=/var \
+   --enable-python \
+   --with-external-db \
+   --with-lua \
+   --with-cap \
+   CPPFLAGS="`pkg-config --cflags nss`" \
+   PYTHON=python
+   make
+}
+
+package() {
+   cd rpm-${pkgver}
+   make prefix=${pkgdir}/usr localstatedir=${pkgdir}/var install
+   rmdir ${pkgdir}/var/tmp
+   rmdir ${pkgdir}/var
+   # rpmextract using bsdtar, needs libarchive
+   install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
+
+   # move rpm from /bin to /usr/bin
+   rm ${pkgdir}/usr/bin/rpm{query,verify}
+   cd ${pkgdir}/usr/bin
+   ln -s rpm rpmquery
+   ln -s rpm rpmverify
+
+   # also install python 3 files
+   # building with python 3 files as default doesn't seem to work
+   cd ${srcdir}/rpm-${pkgver}
+   cd python
+   python setup.py install --root="$pkgdir/" --optimize=1
+}

Copied: rpm-tools/repos/community-testing-x86_64/rpm-tools.install (from rev 
553101, rpm-tools/trunk/rpm-tools.install)
===
--- community-testing-x86_64/rpm-tools.install  (rev 0)
+++ community-testing-x86_64/rpm-tools.install  2020-01-18 21:12:06 UTC (rev 
553102)
@@ -0,0 +1,8 @@
+post_install() {
+   echo "rpm-tools installs RedHat package manager for you."
+   echo "It is useful for those who wants to create/modify RPM files."
+   echo "But do not use rpm-tools to install RedHat packages at your 
ArchLinux machine."
+   echo "It will break your system!"
+   echo "You will need to go back to Arch wiki and read the installation 
guide again."
+   echo "You've been warned!"
+}

Copied: rpm-tools/repos/community-testing-x86_64/rpmextract.sh (from rev 
553101, rpm-tools/trunk/rpmextract.sh)
===
--- community-testing-x86_64/rpmextract.sh  (rev 0)
+++ community-testing-x86_64/rpmextract.sh  2020-01-18 21:12:06 UTC (rev 
553102)
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ "$1" = "" -o ! -e "$1" ]; then
+echo "no package supplied" 1>&2
+   exit 1
+fi
+bsdtar xf $1

Copied: 

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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 21:10:23
  Author: anatolik
Revision: 553100

Remove python2 dependency in favor of python3

Modified:
  rpm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 21:08:00 UTC (rev 553099)
+++ PKGBUILD2020-01-18 21:10:23 UTC (rev 553100)
@@ -13,7 +13,7 @@
 url='http://www.rpm.org/'
 license=('GPL2')
 depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap' 'lmdb')
-makedepends=('python2' 'python' 'pkg-config')
+makedepends=('python' 'pkg-config')
 conflicts=('rpm' 'rpmextract')
 options=('!libtool')
 provides=("rpm=${pkgver}" 'rpmextract=1.0-4' 'rpm-org')
@@ -48,7 +48,7 @@
--with-lua \
--with-cap \
CPPFLAGS="`pkg-config --cflags nss`" \
-   PYTHON=python2
+   PYTHON=python
make
 }
 


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 21:08:00
  Author: anthraxx
Revision: 553099

archrelease: copy trunk to community-x86_64

Added:
  python-yaml/repos/community-x86_64/PKGBUILD
(from rev 553098, python-yaml/trunk/PKGBUILD)
Deleted:
  python-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 21:07:54 UTC (rev 553098)
+++ PKGBUILD2020-01-18 21:08:00 UTC (rev 553099)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Levente Polyak 
-# Contributor: Michal Bozon 
-
-pkgbase=python-yaml
-pkgname=(python-yaml python2-yaml)
-pkgver=5.1.2
-pkgrel=3
-pkgdesc='Python bindings for YAML, using fast libYAML library'
-url='https://pyyaml.org/wiki/PyYAML'
-arch=('x86_64')
-license=('MIT')
-makedepends=('python' 'python2' 'libyaml' 'cython' 'cython2')
-source=(https://pyyaml.org/download/pyyaml/PyYAML-${pkgver}.tar.gz)
-sha512sums=('b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0')
-
-prepare() {
-  # Force cython rebuild
-  rm PyYAML-$pkgver/ext/_yaml.c
-
-  cp -a PyYAML-$pkgver{,-py2}
-}
-
-build() {
-  msg2 "Building python..."
-  (cd PyYAML-$pkgver
-python setup.py --with-libyaml build
-  )
-  msg2 "Building python2..."
-  (cd PyYAML-$pkgver-py2
-python2 setup.py --with-libyaml build
-  )
-}
-
-check() {
-  msg2 "Checking python..."
-  (cd PyYAML-$pkgver
-python setup.py test || warning "https://github.com/yaml/pyyaml/issues/184;
-  )
-  msg2 "Checking python2..."
-  (cd PyYAML-$pkgver-py2
-python2 setup.py test || warning 
"https://github.com/yaml/pyyaml/issues/184;
-  )
-}
-
-package_python-yaml() {
-  depends=('python' 'libyaml')
-
-  cd PyYAML-$pkgver
-  python setup.py  --with-libyaml install --prefix=/usr --root="${pkgdir}" -O1 
--skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm 644 CHANGES README -t "${pkgdir}"/usr/share/doc/${pkgname}
-}
-
-package_python2-yaml() {
-  depends=('python2' 'libyaml')
-
-  cd PyYAML-$pkgver-py2
-  python2 setup.py --with-libyaml install --prefix=/usr --root="${pkgdir}" -O1 
--skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm 644 CHANGES README -t "${pkgdir}"/usr/share/doc/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yaml/repos/community-x86_64/PKGBUILD (from rev 553098, 
python-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 21:08:00 UTC (rev 553099)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Levente Polyak 
+# Contributor: Michal Bozon 
+
+pkgbase=python-yaml
+pkgname=(python-yaml python2-yaml)
+pkgver=5.3
+pkgrel=1
+pkgdesc='Python bindings for YAML, using fast libYAML library'
+url='https://pyyaml.org/wiki/PyYAML'
+arch=('x86_64')
+license=('MIT')
+makedepends=('python' 'python2' 'libyaml' 'cython' 'cython2')
+source=(https://pyyaml.org/download/pyyaml/PyYAML-${pkgver}.tar.gz)
+sha512sums=('9124bf4d58ebe925f430fd6ed749e5a3311a54d536a035d39794c485843ddb80692fd7f7bac05797507128b933297ff730d967f49e7237c7c567086a83ee9e1f')
+
+prepare() {
+  # Force cython rebuild
+  rm PyYAML-$pkgver/ext/_yaml.c
+
+  cp -a PyYAML-$pkgver{,-py2}
+}
+
+build() {
+  msg2 "Building python..."
+  (cd PyYAML-$pkgver
+python setup.py --with-libyaml build
+  )
+  msg2 "Building python2..."
+  (cd PyYAML-$pkgver-py2
+python2 setup.py --with-libyaml build
+  )
+}
+
+check() {
+  msg2 "Checking python..."
+  (cd PyYAML-$pkgver
+python setup.py test
+  )
+  msg2 "Checking python2..."
+  (cd PyYAML-$pkgver-py2
+python2 setup.py test
+  )
+}
+
+package_python-yaml() {
+  depends=('python' 'libyaml')
+
+  cd PyYAML-$pkgver
+  python setup.py  --with-libyaml install --prefix=/usr --root="${pkgdir}" -O1 
--skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm 644 CHANGES README -t "${pkgdir}"/usr/share/doc/${pkgname}
+}
+
+package_python2-yaml() {
+  depends=('python2' 'libyaml')
+
+  cd PyYAML-$pkgver-py2
+  python2 setup.py --with-libyaml install --prefix=/usr --root="${pkgdir}" -O1 
--skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm 644 CHANGES README -t "${pkgdir}"/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 21:07:54
  Author: anthraxx
Revision: 553098

upgpkg: python-yaml 5.3-1

Modified:
  python-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:59:51 UTC (rev 553097)
+++ PKGBUILD2020-01-18 21:07:54 UTC (rev 553098)
@@ -4,8 +4,8 @@
 
 pkgbase=python-yaml
 pkgname=(python-yaml python2-yaml)
-pkgver=5.1.2
-pkgrel=3
+pkgver=5.3
+pkgrel=1
 pkgdesc='Python bindings for YAML, using fast libYAML library'
 url='https://pyyaml.org/wiki/PyYAML'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'libyaml' 'cython' 'cython2')
 source=(https://pyyaml.org/download/pyyaml/PyYAML-${pkgver}.tar.gz)
-sha512sums=('b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0')
+sha512sums=('9124bf4d58ebe925f430fd6ed749e5a3311a54d536a035d39794c485843ddb80692fd7f7bac05797507128b933297ff730d967f49e7237c7c567086a83ee9e1f')
 
 prepare() {
   # Force cython rebuild
@@ -35,11 +35,11 @@
 check() {
   msg2 "Checking python..."
   (cd PyYAML-$pkgver
-python setup.py test || warning "https://github.com/yaml/pyyaml/issues/184;
+python setup.py test
   )
   msg2 "Checking python2..."
   (cd PyYAML-$pkgver-py2
-python2 setup.py test || warning 
"https://github.com/yaml/pyyaml/issues/184;
+python2 setup.py test
   )
 }
 


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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 20:59:51
  Author: anatolik
Revision: 553097

FS#64824: move lmdb to the required packages

Modified:
  rpm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:55:54 UTC (rev 553096)
+++ PKGBUILD2020-01-18 20:59:51 UTC (rev 553097)
@@ -12,9 +12,8 @@
 arch=('x86_64')
 url='http://www.rpm.org/'
 license=('GPL2')
-depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap')
-makedepends=('python2' 'python' 'pkg-config' 'lmdb')
-optdepends=('lmdb: systemd inhibit plugin')
+depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap' 'lmdb')
+makedepends=('python2' 'python' 'pkg-config')
 conflicts=('rpm' 'rpmextract')
 options=('!libtool')
 provides=("rpm=${pkgver}" 'rpmextract=1.0-4' 'rpm-org')


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 20:55:54
  Author: kpcyrd
Revision: 553096

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  102 ---
 sn0int.install |   18 -
 2 files changed, 61 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 20:55:41 UTC (rev 553095)
+++ PKGBUILD2020-01-18 20:55:54 UTC (rev 553096)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'sqlite' 'libseccomp' 'geoip2-database' 'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc)
-sha512sums=('8771b636f47603c6786bd2d309e03d8f629cbe8176b9595ee8562a6de7c2fd146f6cf9d0b2e4cdae9cc8c7eaf8798056b3cb15e5c399692aeef9fc8d52c0677b'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 553095, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 20:55:54 UTC (rev 553096)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'sqlite' 'libseccomp' 'geoip2-database' 'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('2002d105bb0b1d05b7c5ca39554a343d2d4fa490cecf52ef108dd226ab5aff4e4efc155c3087ef8cf997e35c9d92c6a599503fcf9ead96d0946661c1a38f880c'
+'SKIP')
+b2sums=('d212149c0bac9a8a2f8798e568bcdfd6000d081bf6b0e7a5f364a7d6fb88da4187af388b893a58ab80edb5a48dd506cdecd227ec5c50bcb65ffb86bac84e9432'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
+
+  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t 

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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 20:55:41
  Author: kpcyrd
Revision: 553095

upgpkg: sn0int 0.15.0-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:45:41 UTC (rev 553094)
+++ PKGBUILD2020-01-18 20:55:41 UTC (rev 553095)
@@ -3,7 +3,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -13,9 +13,11 @@
 makedepends=('cargo' 'python-sphinx')
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc)
-sha512sums=('8771b636f47603c6786bd2d309e03d8f629cbe8176b9595ee8562a6de7c2fd146f6cf9d0b2e4cdae9cc8c7eaf8798056b3cb15e5c399692aeef9fc8d52c0677b'
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('2002d105bb0b1d05b7c5ca39554a343d2d4fa490cecf52ef108dd226ab5aff4e4efc155c3087ef8cf997e35c9d92c6a599503fcf9ead96d0946661c1a38f880c'
 'SKIP')
+b2sums=('d212149c0bac9a8a2f8798e568bcdfd6000d081bf6b0e7a5f364a7d6fb88da4187af388b893a58ab80edb5a48dd506cdecd227ec5c50bcb65ffb86bac84e9432'
+'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
 


[arch-commits] Commit in supercollider/repos/community-x86_64 (5 files)

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 20:45:41
  Author: dvzrv
Revision: 553094

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 553093, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 553093, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
  supercollider/repos/community-x86_64/supercollider.install

--+
 PKGBUILD |  128 +--
 supercollider-use_system_boost.patch |  359 -
 supercollider.install|   16 -
 3 files changed, 72 insertions(+), 431 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 20:45:27 UTC (rev 553093)
+++ PKGBUILD2020-01-18 20:45:41 UTC (rev 553094)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.10.3
-pkgrel=5
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('alsa-lib' 'avahi' 'boost-libs' 'desktop-file-utils' 'fftw' 'gcc-libs'
-'glibc' 'jack' 'libsndfile' 'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
-'qt5-websockets' 'readline' 'systemd-libs' 'yaml-cpp')
-makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-provides=('libscsynth.so')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
-"${pkgname}-use_system_boost.patch"
-
"${pkgname}-3.10.3-boost-1.70.patch::https://patch-diff.githubusercontent.com/raw/supercollider/supercollider/pull/4491.patch;)
-install="${pkgname}.install"
-sha512sums=('e6427ae367395e50e3f31986bab43aa53894f6d8c35563371c14940e6c3303068d419f95edf198509479d8ac7420400d8f9df7d4168a326db2f262b954ea2c24'
-
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae'
-
'a0d0004d3e0a6e0eb346af4a262131054272ab6f9ddf62baea4bfe1eed332657536d6a80752e8422827bff0241d34e98905f9dc9fc3f02abade60d559a551e15')
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # make sure system boost is used
-  # https://github.com/supercollider/supercollider/issues/4096
-  patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
-  patch -Np1 -i ../"${pkgname}-3.10.3-boost-1.70.patch"
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBoost_NO_BOOST_CMAKE=ON \
-   -DLIBSCSYNTH=ON \
-   -DFORTIFY=ON \
-   -DSYSTEM_YAMLCPP=ON \
-   -DSYSTEM_BOOST=ON \
-   -DSC_VIM=OFF
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 553093, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 20:45:41 UTC (rev 553094)
@@ -0,0 +1,64 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.10.4
+pkgrel=1
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('avahi' 'desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'libasound.so'
+'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
+'libboost_thread.so' 'libjack.so' 'libsndfile.so' 'libx11' 'libyaml-cpp.so'
+'qt5-base' 'qt5-svg' 'qt5-webengine' 'qt5-websockets' 'libreadline.so'
+'systemd-libs')
+makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+checkdepends=('xorg-server-xvfb')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+provides=("libscsynth.so" "sclang=${pkgver}" "scsynth=${pkgver}")
+# fixes for system boost were not backported:
+# 

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

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 20:45:27
  Author: dvzrv
Revision: 553093

upgpkg: supercollider 3.10.4-1: Upgrading to 3.10.4. Updating maintainer info. 
Using library representations of dependencies wherever possible.
Backporting fix for using system boost and pulling it from custom repository, 
in case more fixes are required.

Modified:
  supercollider/trunk/PKGBUILD
Deleted:
  supercollider/trunk/supercollider-use_system_boost.patch

--+
 PKGBUILD |   64 ++---
 supercollider-use_system_boost.patch |  359 -
 2 files changed, 32 insertions(+), 391 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:42:10 UTC (rev 553092)
+++ PKGBUILD2020-01-18 20:45:27 UTC (rev 553093)
@@ -1,64 +1,64 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 # Contributor: osc 
 
 _name=SuperCollider
 pkgname=supercollider
-pkgver=3.10.3
-pkgrel=5
+pkgver=3.10.4
+pkgrel=1
 pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io;
 license=('GPL3')
 groups=('pro-audio')
-depends=('alsa-lib' 'avahi' 'boost-libs' 'desktop-file-utils' 'fftw' 'gcc-libs'
-'glibc' 'jack' 'libsndfile' 'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
-'qt5-websockets' 'readline' 'systemd-libs' 'yaml-cpp')
+depends=('avahi' 'desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'libasound.so'
+'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
+'libboost_thread.so' 'libjack.so' 'libsndfile.so' 'libx11' 'libyaml-cpp.so'
+'qt5-base' 'qt5-svg' 'qt5-webengine' 'qt5-websockets' 'libreadline.so'
+'systemd-libs')
 makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
 checkdepends=('xorg-server-xvfb')
 optdepends=('emacs: emacs interface'
 'gedit: gedit interface'
 'sc3-plugins: additional extension plugins for scsynth')
-provides=('libscsynth.so')
+provides=("libscsynth.so" "sclang=${pkgver}" "scsynth=${pkgver}")
+# fixes for system boost were not backported:
+# https://github.com/supercollider/supercollider/issues/4743
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
-"${pkgname}-use_system_boost.patch"
-
"${pkgname}-3.10.3-boost-1.70.patch::https://patch-diff.githubusercontent.com/raw/supercollider/supercollider/pull/4491.patch;)
+
"${pkgname}-3.10.4-system_boost.patch::https://github.com/dvzrv/supercollider/commit/21f5c7f765223a77621c9a46beb95d0ac00115a4.patch;)
 install="${pkgname}.install"
-sha512sums=('e6427ae367395e50e3f31986bab43aa53894f6d8c35563371c14940e6c3303068d419f95edf198509479d8ac7420400d8f9df7d4168a326db2f262b954ea2c24'
-
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae'
-
'a0d0004d3e0a6e0eb346af4a262131054272ab6f9ddf62baea4bfe1eed332657536d6a80752e8422827bff0241d34e98905f9dc9fc3f02abade60d559a551e15')
+sha512sums=('8d414e036899ed2c8f1e6852cf325d85f2b99b0fa98dc1bd832be6106c8ec4d71f130a3280a86abc24ff71606e98242899319f1c7ed782fbf02af375e0477f6b'
+
'e460e53c425bcd15d26214d9e4d5d16aa5ab9b9922ed0b6ad74ad4d62baff7666110da80e9b488a6c60905fe6cc5845da67ec246a3e00139b570bdbda372b683')
 
 prepare() {
   mv -v "${_name}-Source" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
-  # make sure system boost is used
-  # https://github.com/supercollider/supercollider/issues/4096
-  patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
-  patch -Np1 -i ../"${pkgname}-3.10.3-boost-1.70.patch"
-  mkdir -v build
+  patch -Np1 -i "../${pkgname}-3.10.4-system_boost.patch"
 }
 
 build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBoost_NO_BOOST_CMAKE=ON \
-   -DLIBSCSYNTH=ON \
-   -DFORTIFY=ON \
-   -DSYSTEM_YAMLCPP=ON \
-   -DSYSTEM_BOOST=ON \
-   -DSC_VIM=OFF
-  make VERBOSE=1
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBoost_NO_BOOST_CMAKE=ON \
+-DLIBSCSYNTH=ON \
+-DFORTIFY=ON \
+-DSYSTEM_YAMLCPP=ON \
+-DSYSTEM_BOOST=ON \
+-DSC_VIM=OFF \
+-B build \
+.
+  make VERBOSE=1 -C build
 }
 
 check() {
   cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
+  xvfb-run make test ARGS="-V" -C build || echo "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
 }
 
 package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 

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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 20:44:29
  Author: anatolik
Revision: 373685

FS#63483 Re-enable remove-disk access over SSH support

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:40:22 UTC (rev 373684)
+++ PKGBUILD2020-01-18 20:44:29 UTC (rev 373685)
@@ -11,7 +11,7 @@
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
 _headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice libcacard usbredir 
libslirp)
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir 
libslirp libssh)
 depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
 makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 20:42:10
  Author: kpcyrd
Revision: 553092

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 553091, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 20:41:58 UTC (rev 553091)
+++ PKGBUILD2020-01-18 20:42:10 UTC (rev 553092)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=0.9.6
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ffcab156489caa05e40306e5e18cac3e66547eea969343d2c265f04107257112104979fa0bbc2ca23777ef13ed9b1eb8605e5e81d5c867170eddbc98cd83b4d1')
-b2sums=('3007bed1f3af6dd00ece7c6850f5a7c8809347f83dde0b8eec6f4387e8ec88e44cacbe0b36bc654e93d98f87cc0a7b467ccdd2a8c46e347de67d464816a5e2a0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 553091, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 20:42:10 UTC (rev 553092)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=0.9.7
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a7e774ec09c18399596f664928d6ceb86d98d63cec53510e237cf0d2b28f6c96f26c39c2f68d2d36f5dfa48585dc423694b12186c04e882b38e357b1ccb85a87')
+b2sums=('1ac2fddd67a03bd879fe075eb81c344de42561f0245c646e30ec5fdc05df456d3cc9b95093e7938aafcee316382bbbef44972408bfa32c4f7c8dc81bbf722f4b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 20:41:58
  Author: kpcyrd
Revision: 553091

upgpkg: findomain 0.9.7-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:26:51 UTC (rev 553090)
+++ PKGBUILD2020-01-18 20:41:58 UTC (rev 553091)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ffcab156489caa05e40306e5e18cac3e66547eea969343d2c265f04107257112104979fa0bbc2ca23777ef13ed9b1eb8605e5e81d5c867170eddbc98cd83b4d1')
-b2sums=('3007bed1f3af6dd00ece7c6850f5a7c8809347f83dde0b8eec6f4387e8ec88e44cacbe0b36bc654e93d98f87cc0a7b467ccdd2a8c46e347de67d464816a5e2a0')
+sha512sums=('a7e774ec09c18399596f664928d6ceb86d98d63cec53510e237cf0d2b28f6c96f26c39c2f68d2d36f5dfa48585dc423694b12186c04e882b38e357b1ccb85a87')
+b2sums=('1ac2fddd67a03bd879fe075eb81c344de42561f0245c646e30ec5fdc05df456d3cc9b95093e7938aafcee316382bbbef44972408bfa32c4f7c8dc81bbf722f4b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 20:26:51
  Author: anatolik
Revision: 553090

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 553089, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 553089, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 553089, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 553089, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 553089, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 553089, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab-unicorn.service
(from rev 553089, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 553089, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 553089, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 553089, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 553089, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 553089, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  227 +++
 build_fix.patch|   20 +++
 gitlab-backup.service  |   20 +++
 gitlab-backup.timer|   10 +
 gitlab-mailroom.service|   22 
 gitlab-sidekiq.service |   31 +
 gitlab-unicorn.service |   34 ++
 gitlab.install |   20 +++
 gitlab.logrotate   |6 +
 gitlab.target  |7 +
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   26 
 12 files changed, 424 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 553089, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-18 20:26:51 UTC (rev 553090)
@@ -0,0 +1,227 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab
+pkgver=12.6.4
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/${pkgname}/application.rb"
+"etc/webapps/${pkgname}/gitlab.yml"
+"etc/webapps/${pkgname}/resque.yml"
+"etc/webapps/${pkgname}/unicorn.rb"
+"etc/logrotate.d/${pkgname}")
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
+build_fix.patch
+gitlab-unicorn.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('9ebf617f480dd35b5896bba5595377a958982ab4680bc37cf7318e121e9b66134b4e03d2254d914d2d488761bc3a6a414d9f46258d349154cbb5784a67fa1d65'
+
'8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
+
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
+
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'
+
'0cbb9a1631b529a83d5c6db95fd3a684c8f06073890b31f6262c339360444e7452275d804fb6a119a3d61a0ef1b76d0e956f260a12f032d54c00308e8d9520b0'
+

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

2020-01-18 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 18, 2020 @ 20:25:36
  Author: anatolik
Revision: 553089

upgpkg: gitlab 12.6.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:14:07 UTC (rev 553088)
+++ PKGBUILD2020-01-18 20:25:36 UTC (rev 553089)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.6.3
+pkgver=12.6.4
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -39,7 +39,7 @@
 gitlab.logrotate
 ruby27-pop-extra-arg.patch)
 install='gitlab.install'
-sha512sums=('ca30bbd8ed5ff7e1ebbaef0019a2eb2190e17dae7506cbbe0246f5172d4e05c133312b47c9bc71c06bdb5a8c16e2ab3d5666c7d034bb606847a4ef35ebc40ab0'
+sha512sums=('9ebf617f480dd35b5896bba5595377a958982ab4680bc37cf7318e121e9b66134b4e03d2254d914d2d488761bc3a6a414d9f46258d349154cbb5784a67fa1d65'
 
'8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
 
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
 
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'


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

2020-01-18 Thread Bruno Pagani via arch-commits
Date: Saturday, January 18, 2020 @ 20:14:07
  Author: archange
Revision: 553088

archrelease: copy trunk to community-x86_64

Added:
  argyllcms/repos/community-x86_64/PKGBUILD
(from rev 553087, argyllcms/trunk/PKGBUILD)
Deleted:
  argyllcms/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 20:13:56 UTC (rev 553087)
+++ PKGBUILD2020-01-18 20:14:07 UTC (rev 553088)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=2.1.1
-_pkgver="V${pkgver}"
-pkgrel=1
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=(x86_64)
-url="https://www.argyllcms.com/;
-license=(GPL AGPL)
-depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
-makedepends=(ftjam zip unzip)
-source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip;)
-sha256sums=('51269bcafc4d95679354b796685c3f0a41b44b78443cbe360cda4a2d72f32acb')
-
-prepare() {
-cd ${_pkgname}_${_pkgver}
-# Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
-sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
-
-# Use LDFLAGS
-echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-}
-
-build() {
-cd ${_pkgname}_${_pkgver}
-CCOPTFLAG="$CFLAGS"
-jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref all
-}
-
-package() {
-cd ${_pkgname}_${_pkgver}
-jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref install
-
-rm "${pkgdir}"/usr/bin/License.txt
-
-rm {doc,ref}/afiles
-install -Dm644 doc/*.* -t "${pkgdir}"/usr/share/${pkgname}/doc/
-install -Dm644 doc/ccmxs/*.ccmx -t 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs/
-
-install -Dm644 usb/55-Argyll.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
-}

Copied: argyllcms/repos/community-x86_64/PKGBUILD (from rev 553087, 
argyllcms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 20:14:07 UTC (rev 553088)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=2.1.2
+_pkgver="V${pkgver}"
+pkgrel=1
+pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
+arch=(x86_64)
+url="https://www.argyllcms.com/;
+license=(GPL AGPL)
+depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
+makedepends=(ftjam zip unzip)
+source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip;)
+sha256sums=('ac03b4bfccf7c1ecaf4fe464c0d21ce9596507aae1e469f1e19177fc1c333d66')
+
+prepare() {
+cd ${_pkgname}_${_pkgver}
+# Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
+sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
+
+# Use LDFLAGS
+echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
+}
+
+build() {
+cd ${_pkgname}_${_pkgver}
+CCOPTFLAG="$CFLAGS"
+jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref all
+}
+
+package() {
+cd ${_pkgname}_${_pkgver}
+jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref install
+
+rm "${pkgdir}"/usr/bin/License.txt
+
+rm {doc,ref}/afiles
+install -Dm644 doc/*.* -t "${pkgdir}"/usr/share/${pkgname}/doc/
+install -Dm644 doc/ccmxs/*.ccmx -t 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs/
+
+install -Dm644 usb/55-Argyll.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
+}


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

2020-01-18 Thread Bruno Pagani via arch-commits
Date: Saturday, January 18, 2020 @ 20:13:56
  Author: archange
Revision: 553087

upgpkg: argyllcms 2.1.2-1

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 20:06:07 UTC (rev 553086)
+++ PKGBUILD2020-01-18 20:13:56 UTC (rev 553087)
@@ -4,7 +4,7 @@
 
 pkgname=argyllcms
 _pkgname=Argyll
-pkgver=2.1.1
+pkgver=2.1.2
 _pkgver="V${pkgver}"
 pkgrel=1
 pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
@@ -14,7 +14,7 @@
 depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
 makedepends=(ftjam zip unzip)
 source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip;)
-sha256sums=('51269bcafc4d95679354b796685c3f0a41b44b78443cbe360cda4a2d72f32acb')
+sha256sums=('ac03b4bfccf7c1ecaf4fe464c0d21ce9596507aae1e469f1e19177fc1c333d66')
 
 prepare() {
 cd ${_pkgname}_${_pkgver}


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 20:06:07
  Author: kpcyrd
Revision: 553086

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/
  findomain/repos/community-x86_64/PKGBUILD
(from rev 553085, findomain/trunk/PKGBUILD)

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

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 553085, 
findomain/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-18 20:06:07 UTC (rev 553086)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffcab156489caa05e40306e5e18cac3e66547eea969343d2c265f04107257112104979fa0bbc2ca23777ef13ed9b1eb8605e5e81d5c867170eddbc98cd83b4d1')
+b2sums=('3007bed1f3af6dd00ece7c6850f5a7c8809347f83dde0b8eec6f4387e8ec88e44cacbe0b36bc654e93d98f87cc0a7b467ccdd2a8c46e347de67d464816a5e2a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 20:05:45
  Author: spupykin
Revision: 553084

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 20:05:36 UTC (rev 553083)
+++ PKGBUILD2020-01-18 20:05:45 UTC (rev 553084)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge 
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=7.0.2
-pkgrel=1
-# epoch needed, because of fake semver:
-# https://github.com/nextcloud/spreed/issues/1685
-epoch=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed;
-license=('AGPL3')
-depends=('nextcloud')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d43e9171905620e911b593c13d99879e24434732494dfe331ffa79f62a77373933a05166a97d52cc44378fdcbdd77afc7cbe6c6267ffb558507000c924079fb1')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 553083, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 20:05:45 UTC (rev 553084)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=8.0.0
+pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed;
+license=('AGPL3')
+depends=('nextcloud')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('af7e4f250a9182b2bda15cb6044f48c94a3a24d6b18926315cccf78b6d6d5902953d4a240c3f2b90cbaf9b8b227cd5b4ec9c88d9abc7df4a793d2dc74f49dd55')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


[arch-commits] Commit in (4 files)

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 20:05:50
  Author: kpcyrd
Revision: 553085

addpkg: findomain 0.9.6-1

Added:
  findomain/
  findomain/repos/
  findomain/trunk/
  findomain/trunk/PKGBUILD

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

Added: findomain/trunk/PKGBUILD
===
--- findomain/trunk/PKGBUILD(rev 0)
+++ findomain/trunk/PKGBUILD2020-01-18 20:05:50 UTC (rev 553085)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffcab156489caa05e40306e5e18cac3e66547eea969343d2c265f04107257112104979fa0bbc2ca23777ef13ed9b1eb8605e5e81d5c867170eddbc98cd83b4d1')
+b2sums=('3007bed1f3af6dd00ece7c6850f5a7c8809347f83dde0b8eec6f4387e8ec88e44cacbe0b36bc654e93d98f87cc0a7b467ccdd2a8c46e347de67d464816a5e2a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 20:05:36
  Author: spupykin
Revision: 553083

upgpkg: nextcloud-app-spreed 1:8.0.0-1

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:58:13 UTC (rev 553082)
+++ PKGBUILD2020-01-18 20:05:36 UTC (rev 553083)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=7.0.2
+pkgver=8.0.0
 pkgrel=1
 # epoch needed, because of fake semver:
 # https://github.com/nextcloud/spreed/issues/1685
@@ -12,7 +12,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d43e9171905620e911b593c13d99879e24434732494dfe331ffa79f62a77373933a05166a97d52cc44378fdcbdd77afc7cbe6c6267ffb558507000c924079fb1')
+sha512sums=('af7e4f250a9182b2bda15cb6044f48c94a3a24d6b18926315cccf78b6d6d5902953d4a240c3f2b90cbaf9b8b227cd5b4ec9c88d9abc7df4a793d2dc74f49dd55')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:58:13
  Author: spupykin
Revision: 553082

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:58:04 UTC (rev 553081)
+++ PKGBUILD2020-01-18 19:58:13 UTC (rev 553082)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.21.1
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail;
-license=('AGPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('63c14f821ce1e6a4b18f1403d5b35fb5075d7d931e5189f6b8083787c2ed382f56c7e0976a9717bc97f75a58a29de5d5a2ae2931f49031b939dbde5eed506222')
-
-prepare() {
-  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 553081, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:58:13 UTC (rev 553082)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail;
+license=('AGPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
+sha512sums=('67662ef2a66cb3709b90445460629d82fa095f65046946bc71f3ff7d5116b5da962d98f549b2b0eb4ad0b59d9574f45c1fb2dfd8699dbf0ae5e779902ea6d062')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:58:04
  Author: spupykin
Revision: 553081

upgpkg: nextcloud-app-mail 1.0.0-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:57:37 UTC (rev 553080)
+++ PKGBUILD2020-01-18 19:58:04 UTC (rev 553081)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.21.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('63c14f821ce1e6a4b18f1403d5b35fb5075d7d931e5189f6b8083787c2ed382f56c7e0976a9717bc97f75a58a29de5d5a2ae2931f49031b939dbde5eed506222')
+sha512sums=('67662ef2a66cb3709b90445460629d82fa095f65046946bc71f3ff7d5116b5da962d98f549b2b0eb4ad0b59d9574f45c1fb2dfd8699dbf0ae5e779902ea6d062')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:57:29
  Author: spupykin
Revision: 553079

upgpkg: nextcloud-app-calendar 1:2.0.0-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:54:41 UTC (rev 553078)
+++ PKGBUILD2020-01-18 19:57:29 UTC (rev 553079)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-calendar
 epoch=1
-pkgver=1.7.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('4f6d67b4d06dc4b71027d3adfe69a4c88e82934612dca54c5c9ee9267132f071')
+sha256sums=('e1604a8884a5d28fb1b7c713327dc2ca33c7a2644cd68656a0208e288554835e')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:57:37
  Author: spupykin
Revision: 553080

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:57:29 UTC (rev 553079)
+++ PKGBUILD2020-01-18 19:57:37 UTC (rev 553080)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-epoch=1
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/calendar/;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('4f6d67b4d06dc4b71027d3adfe69a4c88e82934612dca54c5c9ee9267132f071')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 553079, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:57:37 UTC (rev 553080)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+epoch=1
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/calendar/;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('e1604a8884a5d28fb1b7c713327dc2ca33c7a2644cd68656a0208e288554835e')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


[arch-commits] Commit in nextcloud/repos/community-any (6 files)

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:54:41
  Author: spupykin
Revision: 553078

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 553077, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 553077, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 553077, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  114 +-
 apache.example.conf |   34 +++---
 nextcloud.hook  |   26 +--
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:54:29 UTC (rev 553077)
+++ PKGBUILD2020-01-18 19:54:41 UTC (rev 553078)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=17.0.2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3'
-'SKIP'
-'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 553077, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:54:41 UTC (rev 553078)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=18.0.0
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com;
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('194095a5586d84040bc455f77b8aa6c80f9a6a6dd713c9aebdad046713d4267b'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php>=7.4.0' 'php<7.5.0' 'php-gd')
+
+# install project
+   

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:54:29
  Author: spupykin
Revision: 553077

upgpkg: nextcloud 18.0.0-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:53:58 UTC (rev 553076)
+++ PKGBUILD2020-01-18 19:54:29 UTC (rev 553077)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=17.0.2
+pkgver=18.0.0
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,13 +25,13 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3'
+sha256sums=('194095a5586d84040bc455f77b8aa6c80f9a6a6dd713c9aebdad046713d4267b'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
-depends=('php' 'php-gd')
+depends=('php>=7.4.0' 'php<7.5.0' 'php-gd')
 
 # install project
 install -d "$pkgdir"/usr/share/webapps/


[arch-commits] Commit in wingpanel-indicator-power (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:58
  Author: alucryd
Revision: 553076

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-power/repos/
  wingpanel-indicator-power/repos/community-x86_64/
  wingpanel-indicator-power/repos/community-x86_64/PKGBUILD
(from rev 553075, wingpanel-indicator-power/trunk/PKGBUILD)

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

Copied: wingpanel-indicator-power/repos/community-x86_64/PKGBUILD (from rev 
553075, wingpanel-indicator-power/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-01-18 19:53:58 UTC (rev 553076)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-power
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='Wingpanel Power Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-power
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  bamf
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libgtop
+  libudev.so
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+  wingpanel
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-power.git#tag=a2a344eabd31e17e27b929cef6bc4432f312c82e)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-power
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-power build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:45
  Author: alucryd
Revision: 553075

add wingpanel-indicator-power

Added:
  wingpanel-indicator-power/
  wingpanel-indicator-power/trunk/
  wingpanel-indicator-power/trunk/PKGBUILD

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

Added: wingpanel-indicator-power/trunk/PKGBUILD
===
--- wingpanel-indicator-power/trunk/PKGBUILD(rev 0)
+++ wingpanel-indicator-power/trunk/PKGBUILD2020-01-18 19:53:45 UTC (rev 
553075)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-power
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='Wingpanel Power Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-power
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  bamf
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libgtop
+  libudev.so
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+  wingpanel
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-power.git#tag=a2a344eabd31e17e27b929cef6bc4432f312c82e)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-power
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-power build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:40
  Author: spupykin
Revision: 553074

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 553073, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 553073, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 553073, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install
  glusterfs/repos/community-x86_64/glusterfs.sysusers

+
 PKGBUILD   |  146 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:53:29 UTC (rev 553073)
+++ PKGBUILD2020-01-18 19:53:40 UTC (rev 553074)
@@ -1,73 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=7.0
-pkgrel=3
-pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='https://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-'etc/glusterfs/eventsconfig.json'
-'etc/glusterfs/gluster-rsyslog-5.8.conf'
-'etc/glusterfs/gluster-rsyslog-7.2.conf'
-'etc/glusterfs/glusterd.vol'
-'etc/glusterfs/glusterfs-georep-logrotate'
-'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python libxml2 libaio liburcu attr rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block'
-   'python-prettytable: gluster-georep-sshkey')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('8a872518bf9bd4dc1568f45c716bcde09e3bf7abf5b156ea90405e0fc2e9f07b'
-'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
-  install -Dm644 "$srcdir"/glusterfs.sysusers \
-"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 553073, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:53:40 UTC (rev 553074)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=7.2
+pkgrel=1
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='https://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block'
+   'python-prettytable: gluster-georep-sshkey')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('8e43614967b90d64495fbe2c52230dd72572ce219507fb48bc317b1c228a06e1'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:29
  Author: spupykin
Revision: 553073

upgpkg: glusterfs 1:7.2-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:53:09 UTC (rev 553072)
+++ PKGBUILD2020-01-18 19:53:29 UTC (rev 553073)
@@ -5,8 +5,8 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=7.0
-pkgrel=3
+pkgver=7.2
+pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='https://www.gluster.org/'
@@ -26,7 +26,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('8a872518bf9bd4dc1568f45c716bcde09e3bf7abf5b156ea90405e0fc2e9f07b'
+sha256sums=('8e43614967b90d64495fbe2c52230dd72572ce219507fb48bc317b1c228a06e1'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:52:54
  Author: spupykin
Revision: 553071

upgpkg: ejabberd 20.01-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:52:22 UTC (rev 553070)
+++ PKGBUILD2020-01-18 19:52:54 UTC (rev 553071)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=19.09.1
+pkgver=20.01
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -19,40 +19,40 @@
'etc/logrotate.d/ejabberd')
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"base64url::git://github.com/dvv/base64url.git#commit=bf1360685da704c8453aba2268c4698c959d2ba4"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=e6bcbf9882247ad78d659fa57cd39adc3fc5bcd1"
-   
"eimp::git://github.com/processone/eimp#commit=63b3cece16f7963939115e31c80e317d42b466e9"
+   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=ee1b27bc64322e87b26e045779dd284dc217a998"
+   
"eimp::git://github.com/processone/eimp#commit=9585ed6dc5473454ff6f27dedd7825474a4ccf40"

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"

"epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=6bec600db45ed2f15363748a0b9ef33b0205a53f"
+   
"esip::git://github.com/processone/esip#commit=a58fdd16ddc02af03261f0642e789e2738d7eb5d"

"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=b7d43945123f9c03e75cc8db8f070d307ceb6d45"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=e1d12bcfa533c9bf7331c0f82a0ae9fb34e6d914"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=71198f9bb71b6959a6b78c52683b739cfdc5158c"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=2ec26b6a596efa5f3be0cd2e06ec54f2779a08e7"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=5f6aa4492ff8f601eb5b179e5280c8a8adf750fb"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=e7fb1c591c7d18aba4853bc2118794ec6fa565d4"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"

"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
+   
"jose::git://github.com/potatosalad/erlang-jose#commit=5ad99d03c5381ec68a9576c81ed4e9312fea73e0"

"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"

"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=782b0deca875e6f21f1d1eaa88a35fcefea13cb7"
-   
"p1_acme::git://github.com/processone/p1_acme.git#commit=56aad511245207385aa567f80516e1bc3dd34378"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1"
+   
"mqtree::git://github.com/processone/mqtree#commit=501ad10fd43e988ba6ebc75cc732a0667e236a40"
+   
"p1_acme::git://github.com/processone/p1_acme.git#commit=0ec60cb929ba625f9c8dd8354c83588f048b4f8b"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=b3edaa2ca29fd073dd7620ba7282c752af7ec28d"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"

"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=dbc31d643a7b739ebb06ffd17430c87d30bc2d06"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=6287a621c93a34d4f45a3844c8d1c7ef72dd0dfb"

"pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=ebbbf84af12eeb1f92726772595866be01f402a9"
-   
"stun::git://github.com/processone/stun#commit=9355154e8608cbadeddaaa00cc6b8e3176dd08a4"
+   

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:09
  Author: spupykin
Revision: 553072

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 553071, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 553071, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 553071, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 553071, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  310 +--
 ejabberd.logrotate |   24 +--
 print-deps.sh  |   58 -
 sysuser.conf   |4 
 4 files changed, 198 insertions(+), 198 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:52:54 UTC (rev 553071)
+++ PKGBUILD2020-01-18 19:53:09 UTC (rev 553072)
@@ -1,155 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=19.09.1
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="https://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-   'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"base64url::git://github.com/dvv/base64url.git#commit=bf1360685da704c8453aba2268c4698c959d2ba4"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=e6bcbf9882247ad78d659fa57cd39adc3fc5bcd1"
-   
"eimp::git://github.com/processone/eimp#commit=63b3cece16f7963939115e31c80e317d42b466e9"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=6bec600db45ed2f15363748a0b9ef33b0205a53f"
-   
"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=b7d43945123f9c03e75cc8db8f070d307ceb6d45"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=e1d12bcfa533c9bf7331c0f82a0ae9fb34e6d914"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=71198f9bb71b6959a6b78c52683b739cfdc5158c"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=782b0deca875e6f21f1d1eaa88a35fcefea13cb7"
-   
"p1_acme::git://github.com/processone/p1_acme.git#commit=56aad511245207385aa567f80516e1bc3dd34378"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=dbc31d643a7b739ebb06ffd17430c87d30bc2d06"
-   
"pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=ebbbf84af12eeb1f92726772595866be01f402a9"
-   
"stun::git://github.com/processone/stun#commit=9355154e8608cbadeddaaa00cc6b8e3176dd08a4"
-   

[arch-commits] Commit in (shedskin)

2020-01-18 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 18, 2020 @ 19:52:22
  Author: jelle
Revision: 553070

dropped to aur

Deleted:
  shedskin/


[arch-commits] Commit in wingpanel-indicator-notifications (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:45:48
  Author: alucryd
Revision: 553069

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-notifications/repos/
  wingpanel-indicator-notifications/repos/community-x86_64/
  wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD
(from rev 553068, wingpanel-indicator-notifications/trunk/PKGBUILD)

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

Copied: wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD (from 
rev 553068, wingpanel-indicator-notifications/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-01-18 19:45:48 UTC (rev 553069)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-notifications
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Notifications indicator for Wingpanel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-notifications
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  dbus-glib
+  glib2
+  gtk3
+  libdbus
+  libgranite.so
+  libwingpanel-2.0.so
+  libwnck3
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=3b8478801756e58bb3651d8d48044e4073d4665c)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-notifications
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-notifications build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:45:28
  Author: alucryd
Revision: 553068

add wingpanel-indicator-notifications

Added:
  wingpanel-indicator-notifications/
  wingpanel-indicator-notifications/trunk/
  wingpanel-indicator-notifications/trunk/PKGBUILD

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

Added: wingpanel-indicator-notifications/trunk/PKGBUILD
===
--- wingpanel-indicator-notifications/trunk/PKGBUILD
(rev 0)
+++ wingpanel-indicator-notifications/trunk/PKGBUILD2020-01-18 19:45:28 UTC 
(rev 553068)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-notifications
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Notifications indicator for Wingpanel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-notifications
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  dbus-glib
+  glib2
+  gtk3
+  libdbus
+  libgranite.so
+  libwingpanel-2.0.so
+  libwnck3
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=3b8478801756e58bb3651d8d48044e4073d4665c)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-notifications
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-notifications build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in wingpanel-indicator-nightlight (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:40:51
  Author: alucryd
Revision: 553067

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-nightlight/repos/
  wingpanel-indicator-nightlight/repos/community-x86_64/
  wingpanel-indicator-nightlight/repos/community-x86_64/PKGBUILD
(from rev 553066, wingpanel-indicator-nightlight/trunk/PKGBUILD)

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

Copied: wingpanel-indicator-nightlight/repos/community-x86_64/PKGBUILD (from 
rev 553066, wingpanel-indicator-nightlight/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-01-18 19:40:51 UTC (rev 553067)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-nightlight
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Winganel Nightlight Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-nightlight
+license=(GPL2)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-nightlight.git#tag=5d50d2b4a69f655b2e964620ccf43f65e0331946)
+sha256sums=(SKIP)
+
+prepare() {
+  cd wingpanel-indicator-nightlight
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-nightlight build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:40:32
  Author: alucryd
Revision: 553066

add wingpanel-indicator-nightlight

Added:
  wingpanel-indicator-nightlight/
  wingpanel-indicator-nightlight/trunk/
  wingpanel-indicator-nightlight/trunk/PKGBUILD

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

Added: wingpanel-indicator-nightlight/trunk/PKGBUILD
===
--- wingpanel-indicator-nightlight/trunk/PKGBUILD   
(rev 0)
+++ wingpanel-indicator-nightlight/trunk/PKGBUILD   2020-01-18 19:40:32 UTC 
(rev 553066)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-nightlight
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Winganel Nightlight Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-nightlight
+license=(GPL2)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-nightlight.git#tag=5d50d2b4a69f655b2e964620ccf43f65e0331946)
+sha256sums=(SKIP)
+
+prepare() {
+  cd wingpanel-indicator-nightlight
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-nightlight build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in wingpanel-indicator-network (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:35:14
  Author: alucryd
Revision: 553065

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-network/repos/
  wingpanel-indicator-network/repos/community-x86_64/
  wingpanel-indicator-network/repos/community-x86_64/PKGBUILD
(from rev 553064, wingpanel-indicator-network/trunk/PKGBUILD)

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

Copied: wingpanel-indicator-network/repos/community-x86_64/PKGBUILD (from rev 
553064, wingpanel-indicator-network/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-01-18 19:35:14 UTC (rev 553065)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-network
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Wingpanel Network Indicator'
+arch=(x86_64)
+url=https://launchpad.net/wingpanel-indicator-network
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libnm-glib
+  libwingpanel-2.0.so
+  networkmanager
+  nm-connection-editor
+)
+makedepends=(
+  git
+  meson
+  vala
+  wingpanel
+)
+source=(wingpanel-indicator-network::git+https://github.com/elementary/wingpanel-indicator-network.git#tag=c080cb04066caa00594c52b8b048cc40ccda9972)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-network
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-network build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 19:34:59
  Author: alucryd
Revision: 553064

add wingpanel-indicator-network

Added:
  wingpanel-indicator-network/
  wingpanel-indicator-network/trunk/
  wingpanel-indicator-network/trunk/PKGBUILD

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

Added: wingpanel-indicator-network/trunk/PKGBUILD
===
--- wingpanel-indicator-network/trunk/PKGBUILD  (rev 0)
+++ wingpanel-indicator-network/trunk/PKGBUILD  2020-01-18 19:34:59 UTC (rev 
553064)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-network
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Wingpanel Network Indicator'
+arch=(x86_64)
+url=https://launchpad.net/wingpanel-indicator-network
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libnm-glib
+  libwingpanel-2.0.so
+  networkmanager
+  nm-connection-editor
+)
+makedepends=(
+  git
+  meson
+  vala
+  wingpanel
+)
+source=(wingpanel-indicator-network::git+https://github.com/elementary/wingpanel-indicator-network.git#tag=c080cb04066caa00594c52b8b048cc40ccda9972)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-network
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-network build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 18, 2020 @ 19:16:39
  Author: svenstaro
Revision: 553062

upgpkg: texstudio 2.12.22-1

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:05:53 UTC (rev 553061)
+++ PKGBUILD2020-01-18 19:16:39 UTC (rev 553062)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
-pkgver=2.12.20
+pkgver=2.12.22
 pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
 fs54269.patch
 fs56433.patch)
-sha512sums=('13edcac49a5027521b518faf877a1004136046fa9d9278b80139df0bb57584c66c7ce52b9a9426806f7456f7eba4ecbe4448f205c90e630f5ba6893a426d6eff'
+sha512sums=('c589285d1fba00812583a3d58602a99e044eb4bcf6a84b939d00ad7fe4ba8f15788031361fc9b4cb8df19f8098911c437d1de5459c1736fa40888b88d13b10d1'
 
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
 
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
 


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

2020-01-18 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 18, 2020 @ 19:16:46
  Author: svenstaro
Revision: 553063

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 553062, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 553062, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 553062, texstudio/trunk/fs56433.patch)
Deleted:
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/fs54269.patch
  texstudio/repos/community-x86_64/fs56433.patch

---+
 PKGBUILD  |   88 
 fs54269.patch |   22 +++---
 fs56433.patch |   48 +++---
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:16:39 UTC (rev 553062)
+++ PKGBUILD2020-01-18 19:16:46 UTC (rev 553063)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.20
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
-fs54269.patch
-fs56433.patch)
-sha512sums=('13edcac49a5027521b518faf877a1004136046fa9d9278b80139df0bb57584c66c7ce52b9a9426806f7456f7eba4ecbe4448f205c90e630f5ba6893a426d6eff'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-cd texstudio-${pkgver}/src
-patch -Np1 < "${srcdir}"/fs54269.patch
-patch -Np1 < "${srcdir}"/fs56433.patch
-}
-
-build() {
-cd texstudio-${pkgver}
-qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
-make
-}
-
-package() {
-cd texstudio-${pkgver}
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert +set date:create +set date:modify -background none -density 
1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 553062, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:16:46 UTC (rev 553063)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.22
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
+fs54269.patch
+fs56433.patch)
+sha512sums=('c589285d1fba00812583a3d58602a99e044eb4bcf6a84b939d00ad7fe4ba8f15788031361fc9b4cb8df19f8098911c437d1de5459c1736fa40888b88d13b10d1'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd texstudio-${pkgver}/src
+patch -Np1 < "${srcdir}"/fs54269.patch
+patch -Np1 < "${srcdir}"/fs56433.patch
+}
+
+build() {
+cd texstudio-${pkgver}
+qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
+make
+}
+
+package() {
+cd texstudio-${pkgver}
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert +set date:create +set date:modify -background none -density 
1200 -resize ${res} \
+

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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:05:46
  Author: anthraxx
Revision: 553060

upgpkg: python-multidict 4.7.4-1

Modified:
  python-multidict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:03:27 UTC (rev 553059)
+++ PKGBUILD2020-01-18 19:05:46 UTC (rev 553060)
@@ -3,7 +3,7 @@
 
 _pkgname=multidict
 pkgname=python-${_pkgname}
-pkgver=4.6.1
+pkgver=4.7.4
 pkgrel=1
 pkgdesc='Asyncio-based multidict implementation for Python'
 url='https://github.com/aio-libs/multidict'
@@ -13,17 +13,11 @@
 makedepends=('cython' 'python-setuptools' 'git')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
 
source=(https://github.com/aio-libs/multidict/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a7c85a93ecb2be388b922b564b05d83eff6be28c7e852a1ff51a6f47cad2814e')
-sha512sums=('494075a9d567e8db6a2273d59957288ca0aedf083d25632791a94938bc41d31d5d8d4c7284240103a62bbbd46783e68a5b5247d88b7187b70fb28a868b6f0f2f')
+sha512sums=('0d4a5e8522f5abc5dd44d74608dd9b3eca141963ffe6e51155352ef4b963e4b3a6d9ab43a874f04583db490d61961b10ff06998b094458907bfbbdb65ffb5359')
+b2sums=('5155633ad47cd8cab57cc18a30840c4077f155a63ca9df0dc7a2bbee8b5353daf7666af12069ba003fd39db2add8dfb2ce7af467f96af2aac5994a2af0ab6033')
 
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed 's| .install-cython ||g' -i Makefile
-}
-
 build() {
   cd ${_pkgname}-${pkgver}
-  make cythonize
   python setup.py build
 }
 


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:05:53
  Author: anthraxx
Revision: 553061

archrelease: copy trunk to community-x86_64

Added:
  python-multidict/repos/community-x86_64/PKGBUILD
(from rev 553060, python-multidict/trunk/PKGBUILD)
Deleted:
  python-multidict/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:05:46 UTC (rev 553060)
+++ PKGBUILD2020-01-18 19:05:53 UTC (rev 553061)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: renek 
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=4.6.1
-pkgrel=1
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'glibc')
-makedepends=('cython' 'python-setuptools' 'git')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
-source=(https://github.com/aio-libs/multidict/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a7c85a93ecb2be388b922b564b05d83eff6be28c7e852a1ff51a6f47cad2814e')
-sha512sums=('494075a9d567e8db6a2273d59957288ca0aedf083d25632791a94938bc41d31d5d8d4c7284240103a62bbbd46783e68a5b5247d88b7187b70fb28a868b6f0f2f')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed 's| .install-cython ||g' -i Makefile
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  make cythonize
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-multidict/repos/community-x86_64/PKGBUILD (from rev 553060, 
python-multidict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:05:53 UTC (rev 553061)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: renek 
+
+_pkgname=multidict
+pkgname=python-${_pkgname}
+pkgver=4.7.4
+pkgrel=1
+pkgdesc='Asyncio-based multidict implementation for Python'
+url='https://github.com/aio-libs/multidict'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'glibc')
+makedepends=('cython' 'python-setuptools' 'git')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
+source=(https://github.com/aio-libs/multidict/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0d4a5e8522f5abc5dd44d74608dd9b3eca141963ffe6e51155352ef4b963e4b3a6d9ab43a874f04583db490d61961b10ff06998b094458907bfbbdb65ffb5359')
+b2sums=('5155633ad47cd8cab57cc18a30840c4077f155a63ca9df0dc7a2bbee8b5353daf7666af12069ba003fd39db2add8dfb2ce7af467f96af2aac5994a2af0ab6033')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:03:27
  Author: anthraxx
Revision: 553059

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:03:22 UTC (rev 553058)
+++ PKGBUILD2020-01-18 19:03:27 UTC (rev 553059)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-socketio
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-six' 'python-engineio')
-makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
-optdepends=('python-tornado: tornado asyncio webserver')
-checkdepends=('python-pytest' 'python-mock')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d0b26230a2877d2dab8d74503987f92dcef9da0ad1b7aeffa469133ee829ffcf')
-sha512sums=('abec4b66f229ee6df653aa52c67ed6ce582b6093b0070562b0c6c60a6e5fb032c5b9580bed55a38423fff37df4b939e6ebbe6a6d4dbc2c5d08abb056283346d0')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  py.test -k 'not test_logger'
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 553058, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:03:27 UTC (rev 553059)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-socketio
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-six' 'python-engineio')
+makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
+optdepends=('python-tornado: tornado asyncio webserver')
+checkdepends=('python-pytest' 'python-mock')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('1df422c78c5c117fe6a402c73441552264c3d04277b8ae35b8e9e654abb127fe6af45188434cb7203199216dc65e7b29aa328b324471cf74f66d8e6d518db0ba')
+b2sums=('bdbf12289d3376e775caa72d5c4665937860ed0c1058c17ef1d0f477de9b7a53b38b6cae3d64c2b70faa13367ff8f681b06a9ea64ac5fc051ac3e1ee5a7a93a0')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  py.test -k 'not test_logger'
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:03:22
  Author: anthraxx
Revision: 553058

upgpkg: python-socketio 4.4.0-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:01:38 UTC (rev 553057)
+++ PKGBUILD2020-01-18 19:03:22 UTC (rev 553058)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -13,8 +13,8 @@
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d0b26230a2877d2dab8d74503987f92dcef9da0ad1b7aeffa469133ee829ffcf')
-sha512sums=('abec4b66f229ee6df653aa52c67ed6ce582b6093b0070562b0c6c60a6e5fb032c5b9580bed55a38423fff37df4b939e6ebbe6a6d4dbc2c5d08abb056283346d0')
+sha512sums=('1df422c78c5c117fe6a402c73441552264c3d04277b8ae35b8e9e654abb127fe6af45188434cb7203199216dc65e7b29aa328b324471cf74f66d8e6d518db0ba')
+b2sums=('bdbf12289d3376e775caa72d5c4665937860ed0c1058c17ef1d0f477de9b7a53b38b6cae3d64c2b70faa13367ff8f681b06a9ea64ac5fc051ac3e1ee5a7a93a0')
 
 build() {
   cd ${pkgbase}-${pkgver}


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:01:32
  Author: anthraxx
Revision: 553056

upgpkg: python-engineio 3.11.2-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:01:03 UTC (rev 553055)
+++ PKGBUILD2020-01-18 19:01:32 UTC (rev 553056)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-engineio
-pkgver=3.10.0
+pkgver=3.11.2
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
@@ -18,8 +18,8 @@
 checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5d341c762eda03b68f7b8299add72ada7565747774ab9ec6b7faa03baa1da2f5')
-sha512sums=('e76260db9a52fa655dc536594eb49c74055b246f6af98f989b7de823833058502ec764ae38b55c15917485a60f81a1d16d8bf98ddc58d624d401557d81eebee9')
+sha512sums=('5e0e7a95c92438899831a7528291440fde0b0069714adae8419967c7bc4a79cc8c423a18226d1894477a43d6b4526226f6df8f96e4ef35238d9cc219d21f936e')
+b2sums=('d4cc07eab9f38396252e6687ff96baa3a5983e1f3f623eb9f29069bbd444935a49d9c6cc461fc937f3424f1fc38d0761672879ffa867588811d6309375e218df')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:01:38
  Author: anthraxx
Revision: 553057

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:01:32 UTC (rev 553056)
+++ PKGBUILD2020-01-18 19:01:38 UTC (rev 553057)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-engineio
-pkgver=3.10.0
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-depends=('python-six' 'python-urllib3' 'python-websocket-client' 
'python-websockets')
-optdepends=('python-eventlet: eventlet driver'
-'python-aiohttp: aiohttp driver'
-'python-tornado: tornado driver'
-'python-gevent: gevent driver'
-'python-gevent-websocket: gevent driver')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-eventlet' 'python-aiohttp' 'python-tornado'
- 'python-urllib3' 'python-websocket-client' 'python-gevent' 
'python-gevent-websocket' 'python-websockets')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5d341c762eda03b68f7b8299add72ada7565747774ab9ec6b7faa03baa1da2f5')
-sha512sums=('e76260db9a52fa655dc536594eb49c74055b246f6af98f989b7de823833058502ec764ae38b55c15917485a60f81a1d16d8bf98ddc58d624d401557d81eebee9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 553056, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:01:38 UTC (rev 553057)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-engineio
+pkgver=3.11.2
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+depends=('python-six' 'python-urllib3' 'python-websocket-client' 
'python-websockets')
+optdepends=('python-eventlet: eventlet driver'
+'python-aiohttp: aiohttp driver'
+'python-tornado: tornado driver'
+'python-gevent: gevent driver'
+'python-gevent-websocket: gevent driver')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-eventlet' 'python-aiohttp' 'python-tornado'
+ 'python-urllib3' 'python-websocket-client' 'python-gevent' 
'python-gevent-websocket' 'python-websockets')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5e0e7a95c92438899831a7528291440fde0b0069714adae8419967c7bc4a79cc8c423a18226d1894477a43d6b4526226f6df8f96e4ef35238d9cc219d21f936e')
+b2sums=('d4cc07eab9f38396252e6687ff96baa3a5983e1f3f623eb9f29069bbd444935a49d9c6cc461fc937f3424f1fc38d0761672879ffa867588811d6309375e218df')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:01:03
  Author: anthraxx
Revision: 553055

archrelease: copy trunk to community-any

Added:
  pwndbg/repos/community-any/PKGBUILD
(from rev 553054, pwndbg/trunk/PKGBUILD)
Deleted:
  pwndbg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:00:57 UTC (rev 553054)
+++ PKGBUILD2020-01-18 19:01:03 UTC (rev 553055)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=pwndbg
-pkgver=2019.01.25
-pkgrel=2
-pkgdesc='Makes debugging with GDB suck less'
-url='https://github.com/pwndbg/pwndbg'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'python-capstone' 'python-unicorn' 'python-pycparser' 
'python-psutil' 'python-ptrace'
- 'python-pyelftools' 'python-six' 'python-future' 'python-pygments')
-optdepends=('checksec: checksec command support'
-'ropper: ropper command support'
-'ropgadget: ropgadget command support'
-'radare2: radare2 command support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pwndbg/pwndbg/archive/${pkgver}.tar.gz)
-sha512sums=('8d37cde36b753425466dd29d3c43f5cb39ea8b365e734a5385d01adcca3e7b20431f53a77c48f90c4678a172fcc53fe48057314d49f0e5bb9720446a38440051')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/0L/d' -i ida_script.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m compileall .
-  python -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pwndbg"
-  cp -r *.py pwndbg __pycache__ "${pkgdir}/usr/share/pwndbg"
-  install -Dm 644 README.md FEATURES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pwndbg/repos/community-any/PKGBUILD (from rev 553054, 
pwndbg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:01:03 UTC (rev 553055)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+pkgname=pwndbg
+pkgver=2019.12.09
+pkgrel=1
+pkgdesc='Makes debugging with GDB suck less'
+url='https://github.com/pwndbg/pwndbg'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'python-capstone' 'python-unicorn' 'python-pycparser' 
'python-psutil' 'python-ptrace'
+ 'python-pyelftools' 'python-six' 'python-future' 'python-pygments')
+optdepends=('checksec: checksec command support'
+'ropper: ropper command support'
+'ropgadget: ropgadget command support'
+'radare2: radare2 command support')
+source=(https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('99ebb74ad262a074fe141b052608eed17270b8f72cb598bc802072e4269ef7b3cf86cef7d0131ffa8194321ec000788b668c21202925673d35343de7ed6e75c1')
+b2sums=('0f67f0be764e19c1ac7aacfea7012ee74cdb0867b39d5b01ee5902700b0de8337673b6d1f373497830fd7cd6da0f9238ff12dbf7e6d02e00e18b82cdca46c6c3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed '/0L/d' -i ida_script.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pwndbg"
+  cp -r *.py pwndbg __pycache__ "${pkgdir}/usr/share/pwndbg"
+  install -Dm 644 README.md FEATURES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 19:00:57
  Author: anthraxx
Revision: 553054

upgpkg: pwndbg 2019.12.09-1

Modified:
  pwndbg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 18:49:52 UTC (rev 553053)
+++ PKGBUILD2020-01-18 19:00:57 UTC (rev 553054)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=pwndbg
-pkgver=2019.01.25
-pkgrel=2
+pkgver=2019.12.09
+pkgrel=1
 pkgdesc='Makes debugging with GDB suck less'
 url='https://github.com/pwndbg/pwndbg'
 arch=('any')
@@ -13,8 +13,9 @@
 'ropper: ropper command support'
 'ropgadget: ropgadget command support'
 'radare2: radare2 command support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pwndbg/pwndbg/archive/${pkgver}.tar.gz)
-sha512sums=('8d37cde36b753425466dd29d3c43f5cb39ea8b365e734a5385d01adcca3e7b20431f53a77c48f90c4678a172fcc53fe48057314d49f0e5bb9720446a38440051')
+source=(https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('99ebb74ad262a074fe141b052608eed17270b8f72cb598bc802072e4269ef7b3cf86cef7d0131ffa8194321ec000788b668c21202925673d35343de7ed6e75c1')
+b2sums=('0f67f0be764e19c1ac7aacfea7012ee74cdb0867b39d5b01ee5902700b0de8337673b6d1f373497830fd7cd6da0f9238ff12dbf7e6d02e00e18b82cdca46c6c3')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in python-calmjs.types/trunk (PKGBUILD)

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 18:49:47
  Author: dvzrv
Revision: 553052

upgpkg: python-calmjs.types 1.0.1-1: Upgrading to 1.0.1. LICENSE now in tarball.

Modified:
  python-calmjs.types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 18:35:05 UTC (rev 553051)
+++ PKGBUILD2020-01-18 18:49:47 UTC (rev 553052)
@@ -2,7 +2,7 @@
 
 _name=calmjs.types
 pkgname=python-calmjs.types
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Base types for calmjs framework"
 arch=('any')
@@ -11,12 +11,8 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-# LICENSE not in sdist:
-# https://github.com/calmjs/calmjs.types/issues/1
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;
-
"https://raw.githubusercontent.com/calmjs/calmjs.types/7bd37a2cd7ad7112f6d5ac4f7366146f7c45f512/LICENSE;)
-sha512sums=('9ae76507defba9839ffc46480d6c4f7dd32ef36b9c4ba623712c5cc7ba384c769cdcba256c87c1c3143771dd4714fadfda0b73bf970a55eec001ece4a1a5a0aa'
-
'6009d8a9c57655f9c678b8614a284cd1f3a63a67c557aaed4d362ac4022974a4019ddf7bbf92e8fea8adf1b20374cd2916f00319fc0b895ca27e11d20276cfd7')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
+sha512sums=('e6c14975de2391d55042f36c76f3cafcc690417240014af537b3dcdfee77d320f6d33afcb29c103ad23124aa6117bbd19a89d6a1542c307b141b8aa7f325ae32')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -40,5 +36,5 @@
 --prefix=/usr \
 --root="${pkgdir}"
   install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }


[arch-commits] Commit in python-calmjs.types/repos/community-any (PKGBUILD PKGBUILD)

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 18:49:52
  Author: dvzrv
Revision: 553053

archrelease: copy trunk to community-any

Added:
  python-calmjs.types/repos/community-any/PKGBUILD
(from rev 553052, python-calmjs.types/trunk/PKGBUILD)
Deleted:
  python-calmjs.types/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 18:49:47 UTC (rev 553052)
+++ PKGBUILD2020-01-18 18:49:52 UTC (rev 553053)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=calmjs.types
-pkgname=python-calmjs.types
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Base types for calmjs framework"
-arch=('any')
-url="https://github.com/calmjs/calmjs.types;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-# LICENSE not in sdist:
-# https://github.com/calmjs/calmjs.types/issues/1
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;
-
"https://raw.githubusercontent.com/calmjs/calmjs.types/7bd37a2cd7ad7112f6d5ac4f7366146f7c45f512/LICENSE;)
-sha512sums=('9ae76507defba9839ffc46480d6c4f7dd32ef36b9c4ba623712c5cc7ba384c769cdcba256c87c1c3143771dd4714fadfda0b73bf970a55eec001ece4a1a5a0aa'
-
'6009d8a9c57655f9c678b8614a284cd1f3a63a67c557aaed4d362ac4022974a4019ddf7bbf92e8fea8adf1b20374cd2916f00319fc0b895ca27e11d20276cfd7')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-calmjs.types/repos/community-any/PKGBUILD (from rev 553052, 
python-calmjs.types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 18:49:52 UTC (rev 553053)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=calmjs.types
+pkgname=python-calmjs.types
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Base types for calmjs framework"
+arch=('any')
+url="https://github.com/calmjs/calmjs.types;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
+sha512sums=('e6c14975de2391d55042f36c76f3cafcc690417240014af537b3dcdfee77d320f6d33afcb29c103ad23124aa6117bbd19a89d6a1542c307b141b8aa7f325ae32')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 18:35:05
  Author: dvzrv
Revision: 553051

archrelease: copy trunk to community-x86_64

Added:
  yoshimi/repos/community-x86_64/PKGBUILD
(from rev 553050, yoshimi/trunk/PKGBUILD)
Deleted:
  yoshimi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 18:34:49 UTC (rev 553050)
+++ PKGBUILD2020-01-18 18:35:05 UTC (rev 553051)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: David Adler 
-
-pkgname=yoshimi
-pkgver=1.6.1
-pkgrel=2
-pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
-arch=('x86_64')
-url="https://yoshimi.github.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc' 'libjack.so'
-'libmxml.so' 'libncursesw.so' 'libreadline.so' 'zlib')
-makedepends=('cmake' 'lv2' 'mesa')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('dd632eedadfeb89e5e4a41e12455fe5523f2d01c1b687a08f0f7c2696a16d09d1d6f017969828741543ee8c2a507164115b985d9cf9727c155180dbe6680e0c1')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -vp build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -B build\
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-src
-  make -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make -C build DESTDIR="${pkgdir}" install
-  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: yoshimi/repos/community-x86_64/PKGBUILD (from rev 553050, 
yoshimi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 18:35:05 UTC (rev 553051)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+# Contributor: David Adler 
+
+pkgname=yoshimi
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
+arch=('x86_64')
+url="https://yoshimi.github.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc'
+'libmxml.so' 'zlib')
+makedepends=('cmake' 'libasound.so' 'libjack.so' 'libreadline.so'
+'libncursesw.so' 'lv2')
+# checkdepends=('lv2lint')
+optdepends=('libasound.so: for standalone application'
+'libjack.so: for standalone application'
+'libreadline.so: for standalone application'
+'libncursesw.so: for standalone application')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('a370bb8b5c0969ba1b220df3c54521445265fff195b0152fc4080960cfbfcff1d897dc855157fa1767e0cd4a3bf1ac04325ea52f9dc3df95a341f05a2787759d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-B build\
+src
+  make VERBOSE=1 -C build
+}
+
+# lv2 plugin requires banks to be in some absolute location to be tested
+# check() {
+#   cd "${pkgname}-${pkgver}"
+#   cp -v build/LV2_Plugin/${pkgname}_lv2.so src/LV2_Plugin/
+#   LV2_PATH="${PWD}/src/" lv2lint "http://yoshimi.sourceforge.net/lv2_plugin;
+# }
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
+  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 18:34:49
  Author: dvzrv
Revision: 553050

upgpkg: yoshimi 1.7.0-1: Upgrading to 1.7.0. Moving all standalone dependencies 
to makedepends/optdepends and using library representation wherever possible.

Modified:
  yoshimi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 17:51:49 UTC (rev 553049)
+++ PKGBUILD2020-01-18 18:34:49 UTC (rev 553050)
@@ -2,37 +2,45 @@
 # Contributor: David Adler 
 
 pkgname=yoshimi
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
 arch=('x86_64')
 url="https://yoshimi.github.io/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc' 'libjack.so'
-'libmxml.so' 'libncursesw.so' 'libreadline.so' 'zlib')
-makedepends=('cmake' 'lv2' 'mesa')
+depends=('cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc'
+'libmxml.so' 'zlib')
+makedepends=('cmake' 'libasound.so' 'libjack.so' 'libreadline.so'
+'libncursesw.so' 'lv2')
+# checkdepends=('lv2lint')
+optdepends=('libasound.so: for standalone application'
+'libjack.so: for standalone application'
+'libreadline.so: for standalone application'
+'libncursesw.so: for standalone application')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('dd632eedadfeb89e5e4a41e12455fe5523f2d01c1b687a08f0f7c2696a16d09d1d6f017969828741543ee8c2a507164115b985d9cf9727c155180dbe6680e0c1')
+sha512sums=('a370bb8b5c0969ba1b220df3c54521445265fff195b0152fc4080960cfbfcff1d897dc855157fa1767e0cd4a3bf1ac04325ea52f9dc3df95a341f05a2787759d')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -vp build
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
-  cmake -B build\
--DCMAKE_INSTALL_PREFIX='/usr' \
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
 -DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
 -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-B build\
 src
-  make -C build
+  make VERBOSE=1 -C build
 }
 
+# lv2 plugin requires banks to be in some absolute location to be tested
+# check() {
+#   cd "${pkgname}-${pkgver}"
+#   cp -v build/LV2_Plugin/${pkgname}_lv2.so src/LV2_Plugin/
+#   LV2_PATH="${PWD}/src/" lv2lint "http://yoshimi.sourceforge.net/lv2_plugin;
+# }
+
 package() {
   cd "${pkgname}-${pkgver}"
-  make -C build DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
   install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2020-01-18 Thread Antonio Rojas via arch-commits
Date: Saturday, January 18, 2020 @ 17:51:49
  Author: arojas
Revision: 553049

archrelease: copy trunk to community-x86_64

Added:
  primecount/repos/community-x86_64/PKGBUILD
(from rev 553048, primecount/trunk/PKGBUILD)
Deleted:
  primecount/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 17:51:18 UTC (rev 553048)
+++ PKGBUILD2020-01-18 17:51:49 UTC (rev 553049)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=primecount
-pkgver=5.2
-pkgrel=1
-pkgdesc="Fast C++ prime counting function implementation"
-arch=(x86_64)
-url="https://github.com/kimwalisch/primecount;
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('c570d44b12bdaa1f5c707e45b506ebe759ff80dab7f93503fe7946f579316a29')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: primecount/repos/community-x86_64/PKGBUILD (from rev 553048, 
primecount/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 17:51:49 UTC (rev 553049)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=primecount
+pkgver=5.3
+pkgrel=1
+pkgdesc="Fast C++ prime counting function implementation"
+arch=(x86_64)
+url="https://github.com/kimwalisch/primecount;
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
+sha256sums=('4de334432378d0a195883894faca3f2aeebd2b37ca6aa973ffbb33bd795c0f30')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-01-18 Thread Antonio Rojas via arch-commits
Date: Saturday, January 18, 2020 @ 17:51:18
  Author: arojas
Revision: 553048

Update to 5.3

Modified:
  primecount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 17:35:28 UTC (rev 553047)
+++ PKGBUILD2020-01-18 17:51:18 UTC (rev 553048)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=primecount
-pkgver=5.2
+pkgver=5.3
 pkgrel=1
 pkgdesc="Fast C++ prime counting function implementation"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('c570d44b12bdaa1f5c707e45b506ebe759ff80dab7f93503fe7946f579316a29')
+sha256sums=('4de334432378d0a195883894faca3f2aeebd2b37ca6aa973ffbb33bd795c0f30')
 
 prepare() {
   mkdir -p build


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

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 17:35:28
  Author: dvzrv
Revision: 553047

archrelease: copy trunk to community-x86_64

Added:
  yaml-cpp/repos/community-x86_64/PKGBUILD
(from rev 553046, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 17:35:18 UTC (rev 553046)
+++ PKGBUILD2020-01-18 17:35:28 UTC (rev 553047)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Markus Martin 
-
-pkgname=yaml-cpp
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="https://github.com/jbeder/yaml-cpp;
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz)
-sha512sums=('68b9ce987cabc1dec79382f922de20cc2c222cb9c090ecb93dc686b048da5c917facf4fce6d8f72feea44b61e5a6770ed3b0c199c4cd4e6bde5b6245c09f8e49')
-
-prepare() {
-mkdir -p yaml-cpp-yaml-cpp-$pkgver/build
-}
-
-build() {
-cd yaml-cpp-yaml-cpp-$pkgver/build
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DYAML_BUILD_SHARED_LIBS=ON \
--DCMAKE_BUILD_TYPE=Release
-make
-}
-
-check() {
-cd yaml-cpp-yaml-cpp-$pkgver/build
-make test
-test/run-tests
-}
-
-package() {
-cd yaml-cpp-yaml-cpp-$pkgver
-
-DESTDIR="$pkgdir" make -C build install
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-# avoid conflicting gtest/gmock files
-rm -rf "$pkgdir"/usr/include/{gmock,gtest} 
"$pkgdir"/usr/lib/lib{gmock,gtest}*.so
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 553046, 
yaml-cpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 17:35:28 UTC (rev 553047)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: David Runge 
+# Contributor: Markus Martin 
+
+pkgname=yaml-cpp
+pkgver=0.6.3
+pkgrel=2
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="https://github.com/jbeder/yaml-cpp;
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs' 'glibc')
+provides=('libyaml-cpp.so')
+makedepends=('cmake')
+source=("https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz;)
+sha512sums=('68b9ce987cabc1dec79382f922de20cc2c222cb9c090ecb93dc686b048da5c917facf4fce6d8f72feea44b61e5a6770ed3b0c199c4cd4e6bde5b6245c09f8e49')
+
+prepare() {
+  mv -v "${pkgname}-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DYAML_BUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-B build \
+.
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 -C build test
+  build/test/run-tests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" -C build install
+  install -vDm 644 {CONTRIBUTING,README}.md \
+-t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 17:35:18
  Author: dvzrv
Revision: 553046

upgpkg: yaml-cpp 0.6.3-2: Updating maintainer info. Adding all direct library 
dependencies. Adding libyaml-cpp.so to provides.
Simplifying cmake/make calls and making them more verbose. Adding docs. 
Removing unneeded removal of gmock/gtest data (seemingly not a problem anymore).

Modified:
  yaml-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 17:10:00 UTC (rev 553045)
+++ PKGBUILD2020-01-18 17:35:18 UTC (rev 553046)
@@ -1,43 +1,45 @@
 # Maintainer: Sven-Hendrik Haase 
+# Contributor: David Runge 
 # Contributor: Markus Martin 
 
 pkgname=yaml-cpp
 pkgver=0.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
 url="https://github.com/jbeder/yaml-cpp;
 arch=('x86_64')
 license=('MIT')
-depends=('gcc-libs')
+depends=('gcc-libs' 'glibc')
+provides=('libyaml-cpp.so')
 makedepends=('cmake')
-source=(https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz)
+source=("https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz;)
 
sha512sums=('68b9ce987cabc1dec79382f922de20cc2c222cb9c090ecb93dc686b048da5c917facf4fce6d8f72feea44b61e5a6770ed3b0c199c4cd4e6bde5b6245c09f8e49')
 
 prepare() {
-mkdir -p yaml-cpp-yaml-cpp-$pkgver/build
+  mv -v "${pkgname}-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
 }
 
 build() {
-cd yaml-cpp-yaml-cpp-$pkgver/build
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_SHARED_LIBS=ON \
 -DYAML_BUILD_SHARED_LIBS=ON \
--DCMAKE_BUILD_TYPE=Release
-make
+-DCMAKE_BUILD_TYPE=Release \
+-B build \
+.
+  make VERBOSE=1 -C build
 }
 
 check() {
-cd yaml-cpp-yaml-cpp-$pkgver/build
-make test
-test/run-tests
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 -C build test
+  build/test/run-tests
 }
 
 package() {
-cd yaml-cpp-yaml-cpp-$pkgver
-
-DESTDIR="$pkgdir" make -C build install
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-# avoid conflicting gtest/gmock files
-rm -rf "$pkgdir"/usr/include/{gmock,gtest} 
"$pkgdir"/usr/lib/lib{gmock,gtest}*.so
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" -C build install
+  install -vDm 644 {CONTRIBUTING,README}.md \
+-t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 }


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 17:10:00
  Author: anthraxx
Revision: 553045

archrelease: copy trunk to community-x86_64

Added:
  emptyepsilon/repos/community-x86_64/PKGBUILD
(from rev 553044, emptyepsilon/trunk/PKGBUILD)
Deleted:
  emptyepsilon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 17:09:53 UTC (rev 553044)
+++ PKGBUILD2020-01-18 17:10:00 UTC (rev 553045)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Mewp 
-
-pkgname=emptyepsilon
-pkgver=2019.11.01
-pkgrel=1
-pkgdesc='Open source spaceship bridge simulator'
-url='https://github.com/daid/EmptyEpsilon'
-arch=('x86_64')
-license=('GPL2')
-depends=('sfml' 'libglvnd' 'glew' 'libx11' 'libxrandr')
-makedepends=('git' 'cmake' 'mesa' 'python')
-source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-${pkgver};
-"git+https://github.com/daid/SeriousProton.git#tag=EE-${pkgver};)
-sha512sums=('SKIP'
-'SKIP')
-
-build() {
-  mkdir -p EmptyEpsilon/build
-  cd EmptyEpsilon/build
-  # add cppflags to use fortify
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  # release type is important here to get optimisation flags
-  # defined in the project's cmake files
-  cmake -DSERIOUS_PROTON_DIR="${srcdir}/SeriousProton" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCPACK_PACKAGE_VERSION_MAJOR="$(echo ${pkgver} | cut -d. -f1)" \
--DCPACK_PACKAGE_VERSION_MINOR="$(echo ${pkgver} | cut -d. -f2)" \
--DCPACK_PACKAGE_VERSION_PATCH="$(echo ${pkgver} | cut -d. -f3)" \
--DOpenGL_GL_PREFERENCE=GLVND \
-..
-  make
-}
-
-package() {
-  cd EmptyEpsilon
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/emptyepsilon"
-  mv "${pkgdir}/usr/script_reference.html" 
"${pkgdir}/usr/share/doc/emptyepsilon"
-}
-
-# vim: ts=2 sw=2 et:

Copied: emptyepsilon/repos/community-x86_64/PKGBUILD (from rev 553044, 
emptyepsilon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 17:10:00 UTC (rev 553045)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mewp 
+
+pkgname=emptyepsilon
+pkgver=2020.01.15
+pkgrel=1
+pkgdesc='Open source spaceship bridge simulator'
+url='https://github.com/daid/EmptyEpsilon'
+arch=('x86_64')
+license=('GPL2')
+depends=('sfml' 'libglvnd' 'glew' 'libx11' 'libxrandr')
+makedepends=('git' 'cmake' 'mesa' 'python')
+source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-${pkgver};
+"git+https://github.com/daid/SeriousProton.git#tag=EE-${pkgver};)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+  # fix shader loading, should be upstreamed
+  sed 's|new Engine();|chdir(RESOURCE_BASE_DIR); new Engine();|' -i 
EmptyEpsilon/src/main.cpp
+}
+
+build() {
+  mkdir -p EmptyEpsilon/build
+  cd EmptyEpsilon/build
+  # add cppflags to use fortify
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  # release type is important here to get optimisation flags
+  # defined in the project's cmake files
+  cmake -DSERIOUS_PROTON_DIR="${srcdir}/SeriousProton" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCPACK_PACKAGE_VERSION_MAJOR="$(echo ${pkgver} | cut -d. -f1)" \
+-DCPACK_PACKAGE_VERSION_MINOR="$(echo ${pkgver} | cut -d. -f2)" \
+-DCPACK_PACKAGE_VERSION_PATCH="$(echo ${pkgver} | cut -d. -f3)" \
+-DOpenGL_GL_PREFERENCE=GLVND \
+..
+  make
+}
+
+package() {
+  cd EmptyEpsilon
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/emptyepsilon"
+  mv "${pkgdir}/usr/script_reference.html" 
"${pkgdir}/usr/share/doc/emptyepsilon"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 17:09:53
  Author: anthraxx
Revision: 553044

upgpkg: emptyepsilon 2020.01.15-1

Modified:
  emptyepsilon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 17:07:12 UTC (rev 553043)
+++ PKGBUILD2020-01-18 17:09:53 UTC (rev 553044)
@@ -2,7 +2,7 @@
 # Contributor: Mewp 
 
 pkgname=emptyepsilon
-pkgver=2019.11.01
+pkgver=2020.01.15
 pkgrel=1
 pkgdesc='Open source spaceship bridge simulator'
 url='https://github.com/daid/EmptyEpsilon'
@@ -15,6 +15,11 @@
 sha512sums=('SKIP'
 'SKIP')
 
+prepare() {
+  # fix shader loading, should be upstreamed
+  sed 's|new Engine();|chdir(RESOURCE_BASE_DIR); new Engine();|' -i 
EmptyEpsilon/src/main.cpp
+}
+
 build() {
   mkdir -p EmptyEpsilon/build
   cd EmptyEpsilon/build


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 17:07:12
  Author: kpcyrd
Revision: 553043

archrelease: copy trunk to community-x86_64

Added:
  openbsd-netcat/repos/community-x86_64/PKGBUILD
(from rev 553042, openbsd-netcat/trunk/PKGBUILD)
Deleted:
  openbsd-netcat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 17:06:57 UTC (rev 553042)
+++ PKGBUILD2020-01-18 17:07:12 UTC (rev 553043)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrej Gelenberg 
-
-pkgname="openbsd-netcat"
-pkgver=1.195_2
-pkgrel=1
-pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
-arch=('x86_64')
-url="http://packages.debian.org/sid/netcat-openbsd;
-license=('BSD')
-depends=('libbsd')
-makedepends=('gcc' 'make')
-provides=('netcat')
-conflicts=('gnu-netcat')
-source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz;
-   
"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz;)
-sha512sums=('ea95cda028f2759835ea8832db0174c178b002d5a917f4c51594445a5377a30d6114ac261071eea98d3d0b60ae1ec72102609db1625dbc5a6e57c67e28d2ff51'
-
'2a5cc6d04112fdde007be4b9adb3aee44060570c0cb2ae0e33e54af3d37c0b2ff4d6c96edf1f16047365106c7c3720195b38417af3c332226c9be81d49caa552')
-
-build() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  for i in `cat ../debian/patches/series`; do
-   echo "** patch $i" 1>&2
-   cat "../debian/patches/$i"
-  done | patch -p1
-  make \
-   CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" 
-I/usr/include/libbsd" \
-   LDFLAGS="$LDFLAGS -lbsd"
-}
-
-package() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  install -Dm0755 nc "$pkgdir"/usr/bin/nc
-  ln -s nc "$pkgdir"/usr/bin/netcat
-  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
-  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
-  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openbsd-netcat/repos/community-x86_64/PKGBUILD (from rev 553042, 
openbsd-netcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 17:07:12 UTC (rev 553043)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrej Gelenberg 
+
+pkgname="openbsd-netcat"
+pkgver=1.206_1
+pkgrel=1
+pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
+arch=('x86_64')
+url="https://packages.debian.org/sid/netcat-openbsd;
+license=('BSD')
+depends=('libbsd')
+makedepends=('gcc' 'make')
+provides=('netcat')
+conflicts=('gnu-netcat')
+source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz;
+   
"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz;)
+sha512sums=('998979075ccd75f9ccb027b3dd067f07a5f5d4ad3f11736434f66d1cd3741a89c3aa134daf101c11fe39a87d7733aa6d2fbd88b5370d44528f1e4dba546d1235'
+
'e75626143f72700f4857470f8cf673b86f9e4331be71492f7f428e8783b49ce32356659735e7a28a2311e69566034a5413d75ff34d5d3a3361b1a0aca1d4')
+
+build() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  for i in `cat ../debian/patches/series`; do
+   echo "** patch $i" 1>&2
+   cat "../debian/patches/$i"
+  done | patch -p1
+  make \
+   CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" 
-I/usr/include/libbsd" \
+   LDFLAGS="$LDFLAGS -lbsd"
+}
+
+package() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  install -Dm0755 nc "$pkgdir"/usr/bin/nc
+  ln -s nc "$pkgdir"/usr/bin/netcat
+  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
+  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
+  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 17:06:57
  Author: kpcyrd
Revision: 553042

upgpkg: openbsd-netcat 1.206_1-1

Modified:
  openbsd-netcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:55:28 UTC (rev 553041)
+++ PKGBUILD2020-01-18 17:06:57 UTC (rev 553042)
@@ -2,7 +2,7 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname="openbsd-netcat"
-pkgver=1.195_2
+pkgver=1.206_1
 pkgrel=1
 pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
 arch=('x86_64')
@@ -14,8 +14,8 @@
 conflicts=('gnu-netcat')
 
source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz;

"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz;)
-sha512sums=('ea95cda028f2759835ea8832db0174c178b002d5a917f4c51594445a5377a30d6114ac261071eea98d3d0b60ae1ec72102609db1625dbc5a6e57c67e28d2ff51'
-
'2a5cc6d04112fdde007be4b9adb3aee44060570c0cb2ae0e33e54af3d37c0b2ff4d6c96edf1f16047365106c7c3720195b38417af3c332226c9be81d49caa552')
+sha512sums=('998979075ccd75f9ccb027b3dd067f07a5f5d4ad3f11736434f66d1cd3741a89c3aa134daf101c11fe39a87d7733aa6d2fbd88b5370d44528f1e4dba546d1235'
+
'e75626143f72700f4857470f8cf673b86f9e4331be71492f7f428e8783b49ce32356659735e7a28a2311e69566034a5413d75ff34d5d3a3361b1a0aca1d4')
 
 build() {
   cd "$srcdir"/netcat-openbsd-${pkgver%_*}


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

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 16:55:16
  Author: anthraxx
Revision: 553040

upgpkg: pgadmin4 4.17-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:40:11 UTC (rev 553039)
+++ PKGBUILD2020-01-18 16:55:16 UTC (rev 553040)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.15
+pkgver=4.17
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -17,9 +17,8 @@
  'python-cryptography' 'python-sqlalchemy' 'python-testtools'
  'python-webencodings' 'python-werkzeug' 'python-dateutil'
  'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-htmlmin' 'python-flask-htmlmin'
- 'python-sshtunnel' 'python-flask-security' 'python-werkzeug'
- 'python-flask-compress')
+ 'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security'
+ 'python-werkzeug' 'python-flask-compress')
 makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
  'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
  'imagemagick')
@@ -30,7 +29,7 @@
 python-3.8.patch
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('a8017313d6ae53a4fba0deb59312e2ad33e040c282b51f32dfc2610db5ffbe97d1931a24822774aabf467204659f699c02e11dcb1f49b20b37f66116e15afecf'
+sha512sums=('f9e292ba7ff1e5edaa8738188eb01744d69d0eb134700feb0623806425c998e7f298f74cd498a09f2d9a073a9a349c82f7a3f617e1da3c8dd757cc982d941c9f'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'


[arch-commits] Commit in pgadmin4/repos/community-x86_64 (12 files)

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 16:55:28
  Author: anthraxx
Revision: 553041

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 553040, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 553040, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 553040, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 553040, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 553040, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
  pgadmin4/repos/community-x86_64/python-3.8.patch
(from rev 553040, pgadmin4/trunk/python-3.8.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
  pgadmin4/repos/community-x86_64/python-3.8.patch

+
 PKGBUILD   |  251 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++
 python-3.8.patch   |   24 +-
 5 files changed, 183 insertions(+), 184 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 16:55:16 UTC (rev 553040)
+++ PKGBUILD2020-01-18 16:55:28 UTC (rev 553041)
@@ -1,126 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.15
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
- 'python-blinker' 'python-flask' 'python-flask-login'
- 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
- 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
- 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
- 'python-jinja' 'python-paramiko' 'python-psycopg2'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-htmlmin' 'python-flask-htmlmin'
- 'python-sshtunnel' 'python-flask-security' 'python-werkzeug'
- 'python-flask-compress')
-makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
- 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
- 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-python-3.8.patch
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('a8017313d6ae53a4fba0deb59312e2ad33e040c282b51f32dfc2610db5ffbe97d1931a24822774aabf467204659f699c02e11dcb1f49b20b37f66116e15afecf'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'a1647d80dfbae6e1ef7cc6d59cd763e3b1e8c3208a7b4d6cac6ae9afe364359c3f675d6b368bf5a0fd845a2cbc11ec5a62e4236a674dce82a461c0fb9685e789'
-
'70c8e589421ab50cf81753fbcfb5df65669b0feeefa3a57ee574b3785424fd107af720fc7007e52876798a46fae88f2c02dbf156aa096397afa0f85ac04fdb76')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../python-3.8.patch
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i requirements.txt \
--e '/blinker>?=/d' \
--e '/extras>?=/d' \
--e '/Flask>?=/d' \
--e '/Flask-Login>?=/d' \
--e '/Flask-Migrate>?=/d' \
--e '/Flask-SQLAlchemy>?=/d' \
--e 

[arch-commits] Commit in react-native-debugger/repos/community-any (8 files)

2020-01-18 Thread Nicola Squartini via arch-commits
Date: Saturday, January 18, 2020 @ 16:40:11
  Author: tensor5
Revision: 553039

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 553038, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 553038, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 553038, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 553038, react-native-debugger/trunk/react-native-debugger.js)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js

---+
 PKGBUILD  |  112 
 iconPath.patch|   22 +++
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 ++--
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 16:40:01 UTC (rev 553038)
+++ PKGBUILD2020-01-18 16:40:11 UTC (rev 553039)
@@ -1,56 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.10.5
-_commit=66f14261ca44e11cba248d38f05fe15001b8c769
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'yarn')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'iconPath.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js')
-sha256sums=('SKIP'
-'3db29267301692d6362a2ff4971299de4a0f3f49feb12c338e4ec02a5b0e560d'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
-
-pkgver() {
-cd ${pkgname}
-git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-}
-
-build() {
-cd ${pkgname}
-
-yarn --ignore-scripts
-cd dist
-yarn
-node ../scripts/patch-modules.js
-cd ..
-yarn build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
-
-install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 553038, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 16:40:11 UTC (rev 553039)
@@ -0,0 +1,56 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.10.6
+_commit=6b9f4535d4524d5f828b8ba939615c861b89e4a6
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'yarn')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
+'iconPath.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js')
+sha256sums=('SKIP'
+'3db29267301692d6362a2ff4971299de4a0f3f49feb12c338e4ec02a5b0e560d'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
+
+pkgver() {
+cd ${pkgname}
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i ../iconPath.patch
+}
+
+build() {
+cd ${pkgname}
+
+yarn --ignore-scripts
+cd dist
+yarn
+node ../scripts/patch-modules.js
+cd ..
+yarn build
+}
+
+package() {
+cd ${pkgname}
+
+install -dm755 "${pkgdir}/usr/lib"
+rm dist/logo.png  # see iconPath.patch
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
+
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
+install -Dm644 electron/logo.png \
+   

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

2020-01-18 Thread Jan Steffens via arch-commits
Date: Saturday, January 18, 2020 @ 16:40:22
  Author: heftig
Revision: 373684

archrelease: copy trunk to extra-x86_64

Added:
  python-evdev/repos/extra-x86_64/PKGBUILD
(from rev 373683, python-evdev/trunk/PKGBUILD)
Deleted:
  python-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 16:39:48 UTC (rev 373683)
+++ PKGBUILD2020-01-18 16:40:22 UTC (rev 373684)
@@ -1,30 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=python-evdev
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="Python bindings for the Linux input subsystem"
-url="https://python-evdev.readthedocs.io/en/latest/;
-arch=(x86_64)
-license=(BSD)
-depends=(python)
-makedepends=(git)
-_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879  # tags/v1.2.0^0
-source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}

Copied: python-evdev/repos/extra-x86_64/PKGBUILD (from rev 373683, 
python-evdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 16:40:22 UTC (rev 373684)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=python-evdev
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+url="https://python-evdev.readthedocs.io/en/latest/;
+arch=(x86_64)
+license=(BSD)
+depends=(python)
+makedepends=(git)
+_commit=43c8791d33ca1cc1ed787c7a7e29a2fcf9652a08  # tags/v1.3.0^0
+source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}


[arch-commits] Commit in react-native-debugger/trunk (PKGBUILD)

2020-01-18 Thread Nicola Squartini via arch-commits
Date: Saturday, January 18, 2020 @ 16:40:01
  Author: tensor5
Revision: 553038

upgpkg: react-native-debugger 0.10.6-1

Modified:
  react-native-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:35:40 UTC (rev 553037)
+++ PKGBUILD2020-01-18 16:40:01 UTC (rev 553038)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=react-native-debugger
-pkgver=0.10.5
-_commit=66f14261ca44e11cba248d38f05fe15001b8c769
+pkgver=0.10.6
+_commit=6b9f4535d4524d5f828b8ba939615c861b89e4a6
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')


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

2020-01-18 Thread Jan Steffens via arch-commits
Date: Saturday, January 18, 2020 @ 16:39:48
  Author: heftig
Revision: 373683

1.3.0-1

Modified:
  python-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:29:52 UTC (rev 373682)
+++ PKGBUILD2020-01-18 16:39:48 UTC (rev 373683)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=python-evdev
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Python bindings for the Linux input subsystem"
 url="https://python-evdev.readthedocs.io/en/latest/;
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(BSD)
 depends=(python)
 makedepends=(git)
-_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879  # tags/v1.2.0^0
+_commit=43c8791d33ca1cc1ed787c7a7e29a2fcf9652a08  # tags/v1.3.0^0
 source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 16:35:40
  Author: kpcyrd
Revision: 553037

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2020-01-18 Thread Kpcyrd via arch-commits
Date: Saturday, January 18, 2020 @ 16:35:24
  Author: kpcyrd
Revision: 553036

upgpkg: bandwhich 0.10.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:00:01 UTC (rev 553035)
+++ PKGBUILD2020-01-18 16:35:24 UTC (rev 553036)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a5552d91dfe013669b0c60ffc6393bc808a7d758dc0ff2960f55d0fea2013a0cf5ee47d2aff7ad95126e264bb64c5e4a1ad973a2b34705ff6cf629c9651820e3')
-b2sums=('48fcaf7348fee4246aec8f65d46bdc9b3a981aeb5c745e98eb064b9446f13e8764df0e50fc13204ebcd24e98b73119f40a07b4dc62cd760ee20949d8e37e9f01')
+sha512sums=('a0145983bd3579d2df6880649748005096f9c7531e6da9e6f10c712f160ed9a4fb02878afa0bc44afbcd60ec1bff3880d4dd26a99d59332c443ece6e5790ac03')
+b2sums=('ec5b072caae6a7215a0fb141ebadc303ff1a555c3493870d4e9492c823c4f878813922be89ce338b44699855dc5c6f0c654098c6677d5c91c0148caced1e8702')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-01-18 Thread Andreas Radke via arch-commits
Date: Saturday, January 18, 2020 @ 16:29:52
  Author: andyrtr
Revision: 373682

archrelease: copy trunk to extra-x86_64

Added:
  lftp/repos/extra-x86_64/PKGBUILD
(from rev 373681, lftp/trunk/PKGBUILD)
Deleted:
  lftp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 16:29:41 UTC (rev 373681)
+++ PKGBUILD2020-01-18 16:29:52 UTC (rev 373682)
@@ -1,33 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.9.0
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh' 'hicolor-icon-theme')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url="https://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('0b3b659e1969a31827a25861c01ccf71ac6d3f20ee256bdf6999d653e031a24e'
-'SKIP')
-validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 373681, lftp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 16:29:52 UTC (rev 373682)
@@ -0,0 +1,33 @@
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh' 'hicolor-icon-theme')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="https://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('5969fcaefd102955dd882f3bcd8962198bc537224749ed92f206f415207a024b'
+'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/lib
+}


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

2020-01-18 Thread Andreas Radke via arch-commits
Date: Saturday, January 18, 2020 @ 16:29:41
  Author: andyrtr
Revision: 373681

upgpkg: lftp 4.9.1-1: upstream update 4.9.1

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:18:13 UTC (rev 373680)
+++ PKGBUILD2020-01-18 16:29:41 UTC (rev 373681)
@@ -2,7 +2,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 url="https://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('0b3b659e1969a31827a25861c01ccf71ac6d3f20ee256bdf6999d653e031a24e'
+sha256sums=('5969fcaefd102955dd882f3bcd8962198bc537224749ed92f206f415207a024b'
 'SKIP')
 validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
 


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

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 16:18:13
  Author: dvzrv
Revision: 373680

archrelease: copy trunk to extra-x86_64

Added:
  alsa-lib/repos/extra-x86_64/PKGBUILD
(from rev 373679, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 16:18:02 UTC (rev 373679)
+++ PKGBUILD2020-01-18 16:18:13 UTC (rev 373680)
@@ -1,23 +0,0 @@
-# Contributor: judd 
-
-pkgname=alsa-lib
-pkgver=1.2.1.2
-pkgrel=2
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="https://www.alsa-project.org;
-depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
-license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --without-debug --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: alsa-lib/repos/extra-x86_64/PKGBUILD (from rev 373679, 
alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 16:18:13 UTC (rev 373680)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: judd 
+
+pkgname=alsa-lib
+pkgver=1.2.1.2
+pkgrel=3
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="https://www.alsa-project.org;
+license=('LGPL2.1')
+depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
+provides=('libasound.so' 'libatopology.so')
+source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --without-debug
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C doc
+  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 16:18:02
  Author: dvzrv
Revision: 373679

upgpkg: alsa-lib 1.2.1.2-3: Updating maintainer info. Switching to correct 
license (LGPL2.1). Using https sources.
Adding libasound.so and libatopology.so to provides. Running autoreconf in 
prepare(). Running make -k check in check(). Installing docs.

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:13:12 UTC (rev 373678)
+++ PKGBUILD2020-01-18 16:18:02 UTC (rev 373679)
@@ -1,23 +1,40 @@
+# Maintainer: David Runge 
 # Contributor: judd 
 
 pkgname=alsa-lib
 pkgver=1.2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org;
+license=('LGPL2.1')
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
-license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+provides=('libasound.so' 'libatopology.so')
+source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
 
sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --without-debug --prefix=/usr
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --without-debug
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C doc
+  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-01-18 Thread Andreas Radke via arch-commits
Date: Saturday, January 18, 2020 @ 16:13:03
  Author: andyrtr
Revision: 373677

upgpkg: xterm 352-1: upstream update 352

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 15:00:00 UTC (rev 373676)
+++ PKGBUILD2020-01-18 16:13:03 UTC (rev 373677)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=351
+pkgver=352
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('760a8a10221c9c9744afd86db87c7ad95bbf9be4f5f525fecf39125f0d2a6e16'
+sha256sums=('7342f8da0e5337ed8c8722b05257d90b1bd2f9b04f3a2d9c10ad05e95c52d57e'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 


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

2020-01-18 Thread Andreas Radke via arch-commits
Date: Saturday, January 18, 2020 @ 16:13:12
  Author: andyrtr
Revision: 373678

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 373677, xterm/trunk/PKGBUILD)

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

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 373677, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-18 16:13:12 UTC (rev 373678)
@@ -0,0 +1,60 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=352
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/;
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('7342f8da0e5337ed8c8722b05257d90b1bd2f9b04f3a2d9c10ad05e95c52d57e'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d "${pkgdir}"/usr/share/applications
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
+}


[arch-commits] Commit in python-terminaltables/repos/community-any (3 files)

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 16:00:01
  Author: anthraxx
Revision: 553035

archrelease: copy trunk to community-any

Added:
  python-terminaltables/repos/community-any/PKGBUILD
(from rev 553034, python-terminaltables/trunk/PKGBUILD)
  python-terminaltables/repos/community-any/python-3.8.patch
(from rev 553034, python-terminaltables/trunk/python-3.8.patch)
Deleted:
  python-terminaltables/repos/community-any/PKGBUILD

--+
 PKGBUILD |   81 -
 python-3.8.patch |   26 +
 2 files changed, 69 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 15:59:55 UTC (rev 553034)
+++ PKGBUILD2020-01-18 16:00:01 UTC (rev 553035)
@@ -1,38 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Levente Polyak 
-
-pkgname=python-terminaltables
-_pyname=terminaltables
-pkgver=3.1.0
-pkgrel=6
-pkgdesc="Generate simple tables in terminals from a nested list of strings"
-arch=('any')
-url="https://github.com/Robpol86/terminaltables;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-colorama' 'python-termcolor' 
'python-colorclass')
-source=("${_pyname}-${pkgver}.tar.gz::https://github.com/Robpol86/${_pyname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501')
-
-build() {
-  msg2 "Building python..."
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  msg2 "Checking python..."
-  cd ${_pyname}-${pkgver}
-  py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 example*.py -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: python-terminaltables/repos/community-any/PKGBUILD (from rev 553034, 
python-terminaltables/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 16:00:01 UTC (rev 553035)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Levente Polyak 
+
+pkgname=python-terminaltables
+_pyname=terminaltables
+pkgver=3.1.0
+pkgrel=7
+pkgdesc="Generate simple tables in terminals from a nested list of strings"
+arch=('any')
+url="https://github.com/Robpol86/terminaltables;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-colorama' 'python-termcolor' 
'python-colorclass')
+source=("${_pyname}-${pkgver}.tar.gz::https://github.com/Robpol86/${_pyname}/archive/v${pkgver}.tar.gz;
+python-3.8.patch)
+sha512sums=('dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501'
+
'9a33ef51cbd2854bf9acc247e2d966332229446158e7dae9cad25e03335eb9689d50b0a22234285aa56c707e6e93c12f950299efcfbe7e42ed527216090592f2')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  patch -Np1 < ../python-3.8.patch
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 example*.py -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim:set et sw=2 ts=2 tw=79:

Copied: python-terminaltables/repos/community-any/python-3.8.patch (from rev 
553034, python-terminaltables/trunk/python-3.8.patch)
===
--- python-3.8.patch(rev 0)
+++ python-3.8.patch2020-01-18 16:00:01 UTC (rev 553035)
@@ -0,0 +1,26 @@
+From dcd9ba5c1c35d986fabe1b3a529cf15d08875a33 Mon Sep 17 00:00:00 2001
+From: Carl Suster 
+Date: Tue, 12 Nov 2019 14:19:23 +1100
+Subject: [PATCH] Write bytes to underluing buffer of stdout
+
+This was adapted from an example in the python docs and solves test failures 
seen on the CI. We need to write to the underlying buffer object of the stream, 
but in case `sys.stdout` was replaced with a file-like object without a buffer 
there's a fallback to direct writing.
+---
+ terminaltables/terminal_io.py | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/terminaltables/terminal_io.py b/terminaltables/terminal_io.py
+index 8b8c10d..005da1b 100644
+--- a/terminaltables/terminal_io.py
 b/terminaltables/terminal_io.py
+@@ -94,5 +94,10 @@ def set_terminal_title(title, kernel32=None):
+ 

[arch-commits] Commit in python-terminaltables/trunk (PKGBUILD python-3.8.patch)

2020-01-18 Thread Levente Polyak via arch-commits
Date: Saturday, January 18, 2020 @ 15:59:55
  Author: anthraxx
Revision: 553034

upgpkg: python-terminaltables 3.1.0-7: add python 3.8 patch

Added:
  python-terminaltables/trunk/python-3.8.patch
Modified:
  python-terminaltables/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 python-3.8.patch |   26 ++
 2 files changed, 36 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 15:21:28 UTC (rev 553033)
+++ PKGBUILD2020-01-18 15:59:55 UTC (rev 553034)
@@ -4,7 +4,7 @@
 pkgname=python-terminaltables
 _pyname=terminaltables
 pkgver=3.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Generate simple tables in terminals from a nested list of strings"
 arch=('any')
 url="https://github.com/Robpol86/terminaltables;
@@ -12,17 +12,22 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-colorama' 'python-termcolor' 
'python-colorclass')
-source=("${_pyname}-${pkgver}.tar.gz::https://github.com/Robpol86/${_pyname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501')
+source=("${_pyname}-${pkgver}.tar.gz::https://github.com/Robpol86/${_pyname}/archive/v${pkgver}.tar.gz;
+python-3.8.patch)
+sha512sums=('dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501'
+
'9a33ef51cbd2854bf9acc247e2d966332229446158e7dae9cad25e03335eb9689d50b0a22234285aa56c707e6e93c12f950299efcfbe7e42ed527216090592f2')
 
+prepare() {
+  cd ${_pyname}-${pkgver}
+  patch -Np1 < ../python-3.8.patch
+}
+
 build() {
-  msg2 "Building python..."
   cd ${_pyname}-${pkgver}
   python setup.py build
 }
 
 check() {
-  msg2 "Checking python..."
   cd ${_pyname}-${pkgver}
   py.test
 }

Added: python-3.8.patch
===
--- python-3.8.patch(rev 0)
+++ python-3.8.patch2020-01-18 15:59:55 UTC (rev 553034)
@@ -0,0 +1,26 @@
+From dcd9ba5c1c35d986fabe1b3a529cf15d08875a33 Mon Sep 17 00:00:00 2001
+From: Carl Suster 
+Date: Tue, 12 Nov 2019 14:19:23 +1100
+Subject: [PATCH] Write bytes to underluing buffer of stdout
+
+This was adapted from an example in the python docs and solves test failures 
seen on the CI. We need to write to the underlying buffer object of the stream, 
but in case `sys.stdout` was replaced with a file-like object without a buffer 
there's a fallback to direct writing.
+---
+ terminaltables/terminal_io.py | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/terminaltables/terminal_io.py b/terminaltables/terminal_io.py
+index 8b8c10d..005da1b 100644
+--- a/terminaltables/terminal_io.py
 b/terminaltables/terminal_io.py
+@@ -94,5 +94,10 @@ def set_terminal_title(title, kernel32=None):
+ return kernel32.SetConsoleTitleW(title) != 0
+ 
+ # Linux/OSX.
+-sys.stdout.write(b'\033]0;' + title_bytes + b'\007')
++set_title = b'\033]0;' + title_bytes + b'\007'
++if hasattr(sys.stdout, 'buffer'):
++sys.stdout.buffer.write(set_title)
++else:
++text = set_title.decode(sys.stdout.encoding, 'strict')
++sys.stdout.write(text)
+ return True


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

2020-01-18 Thread Felix Yan via arch-commits
Date: Saturday, January 18, 2020 @ 15:21:28
  Author: felixonmars
Revision: 553033

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 553032, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 15:21:11 UTC (rev 553032)
+++ PKGBUILD2020-01-18 15:21:28 UTC (rev 553033)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="Your shiny new Java/Scala build tool"
-arch=(any)
-url="https://www.lihaoyi.com/mill/index.html;
-license=('MIT')
-depends=('bash' 'java-environment<13')
-makedepends=('mill')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
-sha512sums=('05d9bd25b6ca90bb10ac0c9ea33cbf5e416e8adf4029e3c0f578d919ed07cb129bd8e41294436b6ad02fdba1ee3a551d1ad63b20f5d3e8807e9e2e8c35c38be3')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
-}
-
-build() {
-  cd mill-$pkgver
-  mill -i all __.publishLocal assembly
-}
-
-package() {
-  cd mill-$pkgver
-  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
-}

Copied: mill/repos/community-any/PKGBUILD (from rev 553032, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 15:21:28 UTC (rev 553033)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="Your shiny new Java/Scala build tool"
+arch=(any)
+url="https://www.lihaoyi.com/mill/index.html;
+license=('MIT')
+depends=('bash' 'java-environment<13')
+makedepends=('mill')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
+sha512sums=('4d5cf8b8e8149f5888fa9b0fccdf9ff97b08b40af236f1ac4816bc4eff5aebfac35dc23fc09a570c1a381f38c03e5955abf73edb8fa79e4bb28363432ac6b09c')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
+}
+
+build() {
+  cd mill-$pkgver
+  mill -i all __.publishLocal assembly
+}
+
+package() {
+  cd mill-$pkgver
+  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
+}


  1   2   >