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

2018-11-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 21, 2018 @ 03:16:12
  Author: foutrelis
Revision: 340180

upgpkg: flashplugin 31.0.0.153-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 02:09:40 UTC (rev 340179)
+++ PKGBUILD2018-11-21 03:16:12 UTC (rev 340180)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=31.0.0.148
+pkgver=31.0.0.153
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('73a5409d5ff1e487558d28a5f8789132713ea9768ed534a7abafea8cd68cefaa'
-'0b6db92a33c44ea0c8bdbe4a5cdb0060387d3d62f1ac41eb28861dcb5481f394')
+sha256sums=('2cbf80213dc0035b4064c37bb9d8e8207c974497717dc30d17b63adff61c9684'
+'1771505f6a96d4a56af9918ed7896874a826de4666beb55aea8d3f8b4356e586')
 
 prepare() {
   local _dir


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

2018-11-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 21, 2018 @ 03:16:17
  Author: foutrelis
Revision: 340181

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 340180, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 03:16:12 UTC (rev 340180)
+++ PKGBUILD2018-11-21 03:16:17 UTC (rev 340181)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=31.0.0.148
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/;
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('73a5409d5ff1e487558d28a5f8789132713ea9768ed534a7abafea8cd68cefaa'
-'0b6db92a33c44ea0c8bdbe4a5cdb0060387d3d62f1ac41eb28861dcb5481f394')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 340180, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 03:16:17 UTC (rev 340181)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=31.0.0.153
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/;
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('2cbf80213dc0035b4064c37bb9d8e8207c974497717dc30d17b63adff61c9684'
+'1771505f6a96d4a56af9918ed7896874a826de4666beb55aea8d3f8b4356e586')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-20 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 02:08:52
  Author: heftig
Revision: 340178

3.19.1-1

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 22:04:33 UTC (rev 340177)
+++ PKGBUILD2018-11-21 02:08:52 UTC (rev 340178)
@@ -4,8 +4,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.19.0
-pkgrel=3
+pkgver=3.19.1
+pkgrel=1
 pkgdesc="Compare files, directories and working copies"
 url="http://meldmerge.org/;
 license=(GPL)
@@ -12,7 +12,7 @@
 arch=(any)
 depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
 makedepends=(intltool itstool git)
-_commit=7900d9ab60bb41feef236756c622918e25d1e4ba  # tags/3.19.0^0
+_commit=2c4c416c9d41876d9c351947d254f19959c0c6b2  # tags/3.19.1^0
 source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
 sha1sums=('SKIP')
 
@@ -23,9 +23,6 @@
 
 prepare() {
   cd $pkgname
-
-  # https://gitlab.gnome.org/GNOME/meld/issues/217
-  git cherry-pick -n bdf15911
 }
 
 build() {


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

2018-11-20 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 02:09:40
  Author: heftig
Revision: 340179

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 340178, meld/trunk/PKGBUILD)
Deleted:
  meld/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 02:08:52 UTC (rev 340178)
+++ PKGBUILD2018-11-21 02:09:40 UTC (rev 340179)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=meld
-pkgver=3.19.0
-pkgrel=3
-pkgdesc="Compare files, directories and working copies"
-url="http://meldmerge.org/;
-license=(GPL)
-arch=(any)
-depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
-makedepends=(intltool itstool git)
-_commit=7900d9ab60bb41feef236756c622918e25d1e4ba  # tags/3.19.0^0
-source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
-sha1sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://gitlab.gnome.org/GNOME/meld/issues/217
-  git cherry-pick -n bdf15911
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  # using --skip-build breaks install
-  python setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 340178, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 02:09:40 UTC (rev 340179)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.19.1
+pkgrel=1
+pkgdesc="Compare files, directories and working copies"
+url="http://meldmerge.org/;
+license=(GPL)
+arch=(any)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
+makedepends=(intltool itstool git)
+_commit=2c4c416c9d41876d9c351947d254f19959c0c6b2  # tags/3.19.1^0
+source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
+sha1sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  # using --skip-build breaks install
+  python setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:13:28
  Author: anthraxx
Revision: 409250

upgpkg: rabbitmqadmin 3.7.9-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 23:12:26 UTC (rev 409249)
+++ PKGBUILD2018-11-20 23:13:28 UTC (rev 409250)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.7.8
+pkgver=3.7.9
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('bbe6994464d229bb847904052fbd04cb9ed8488b843633b1054c2fa1e19d2b84')
-sha512sums=('64dd2d8028a4c6974d526b9b83922d46da8ff6dbe62f149dd7b927fea984f5e77a748ba7d925f25a39e7e7f122f44764a5ba8d81434256c374421aada9b5cc7c')
+sha256sums=('879fc6d61124f3ab2ae08acb036ac4770a74d26e2dae673c98aaef4f6aaf68db')
+sha512sums=('6b749ba40e287aa6934d72ca133361b3d199879cdac7cab03fac5ce07062081fa0ce13a2a912255e7fed39dd9dd8610ca68f922456abb7be5ca6b916924b3aae')
 
 prepare() {
   cd rabbitmq-management-${pkgver}


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:13:35
  Author: anthraxx
Revision: 409251

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 409250, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 23:13:28 UTC (rev 409250)
+++ PKGBUILD2018-11-20 23:13:35 UTC (rev 409251)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.7.8
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('bbe6994464d229bb847904052fbd04cb9ed8488b843633b1054c2fa1e19d2b84')
-sha512sums=('64dd2d8028a4c6974d526b9b83922d46da8ff6dbe62f149dd7b927fea984f5e77a748ba7d925f25a39e7e7f122f44764a5ba8d81434256c374421aada9b5cc7c')
-
-prepare() {
-  cd rabbitmq-management-${pkgver}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-${pkgver}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 409250, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 23:13:35 UTC (rev 409251)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.7.9
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
+sha256sums=('879fc6d61124f3ab2ae08acb036ac4770a74d26e2dae673c98aaef4f6aaf68db')
+sha512sums=('6b749ba40e287aa6934d72ca133361b3d199879cdac7cab03fac5ce07062081fa0ce13a2a912255e7fed39dd9dd8610ca68f922456abb7be5ca6b916924b3aae')
+
+prepare() {
+  cd rabbitmq-management-${pkgver}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-${pkgver}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in rabbitmq/repos/community-any (14 files)

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:12:26
  Author: anthraxx
Revision: 409249

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 409248, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
(from rev 409248, rabbitmq/trunk/rabbitmq-customize-systemd-service.patch)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 409248, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 409248, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.logrotate
(from rev 409248, rabbitmq/trunk/rabbitmq.logrotate)
  rabbitmq/repos/community-any/rabbitmq.sysusers
(from rev 409248, rabbitmq/trunk/rabbitmq.sysusers)
  rabbitmq/repos/community-any/rabbitmq.tmpfiles
(from rev 409248, rabbitmq/trunk/rabbitmq.tmpfiles)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.logrotate
  rabbitmq/repos/community-any/rabbitmq.sysusers
  rabbitmq/repos/community-any/rabbitmq.tmpfiles

--+
 PKGBUILD |  144 ++---
 rabbitmq-customize-systemd-service.patch |  106 ++---
 rabbitmq-env.conf|6 -
 rabbitmq.install |   18 +--
 rabbitmq.logrotate   |   12 +-
 rabbitmq.sysusers|2 
 rabbitmq.tmpfiles|4 
 7 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 23:12:14 UTC (rev 409248)
+++ PKGBUILD2018-11-20 23:12:26 UTC (rev 409249)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.7.8
-pkgrel=1
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-depends=('util-linux' 'inetutils' 'erlang-nox' 'socat')
-optdepends=('rabbitmqadmin: CLI management tool'
-'logrotate: rotate log files')
-makedepends=('zip' 'unzip' 'libxslt' 'xmlto' 'systemd' 'elixir' 'python' 
'python-simplejson' 'rsync')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-options=('!makeflags')
-install=rabbitmq.install
-source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-rabbitmq-customize-systemd-service.patch
-rabbitmq-env.conf
-rabbitmq.sysusers
-rabbitmq.tmpfiles
-rabbitmq.logrotate)
-sha512sums=('da1b8169e510014e2d04ab94f15083fce6c0f330fc7eec94ed9055a8a27b9f633d18247e0b63e965909052811f2817ac55f06280a3ba66960683a88b9310d53a'
-'SKIP'
-
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
-
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
-
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
-
'5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
-
'f2a6aaa38e575e7c947191a7c67add1434beb768c50acb16d5faa5dd83d390a9a5ec7c153487add4ac26de058a02bbb5c3a7d6377e91a1d0cbcca3c1d6797b02')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}-server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
-  patch -p1 < ../rabbitmq-customize-systemd-service.patch
-}
-
-build() {
-  cd ${pkgname}-server-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-server-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr RMQ_ROOTDIR=/usr/lib/rabbitmq \
-install install-man install-bin
-
-  # using script wrapper for better bin handling
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq_server-${pkgver}"
-  install -d "${pkgdir}/usr/bin"
-  install -Dm 755 scripts/rabbitmq-script-wrapper -t 
"${pkgdir}/usr/lib/rabbitmq/bin"
-  for script in "${libdir}"/sbin/rabbit*; do
-ln -s /usr/lib/rabbitmq/bin/rabbitmq-script-wrapper 
"${pkgdir}/usr/bin/${script#${libdir}/sbin/}"
-  done
-
-  install -Dm 644 deps/rabbit/docs/rabbitmq-server.service.example 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-  

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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:12:14
  Author: anthraxx
Revision: 409248

upgpkg: rabbitmq 3.7.9-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 23:07:43 UTC (rev 409247)
+++ PKGBUILD2018-11-20 23:12:14 UTC (rev 409248)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.7.8
+pkgver=3.7.9
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
@@ -27,7 +27,7 @@
 rabbitmq.sysusers
 rabbitmq.tmpfiles
 rabbitmq.logrotate)
-sha512sums=('da1b8169e510014e2d04ab94f15083fce6c0f330fc7eec94ed9055a8a27b9f633d18247e0b63e965909052811f2817ac55f06280a3ba66960683a88b9310d53a'
+sha512sums=('4a9fd452ad878f20c3a269d2dc0fa63ef7dcf99d2ee1ca46ff693df8d92ae0ef5a05453a6aaaeb00db643b2209770b15216fdff109f27d1e531e363a99bd4a2a'
 'SKIP'
 
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
 
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'


[arch-commits] Commit in ruby-network_interface/repos/community-x86_64 (2 files)

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:07:43
  Author: anthraxx
Revision: 409247

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 23:07:37 UTC (rev 409246)
+++ PKGBUILD2018-11-20 23:07:43 UTC (rev 409247)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=network_interface
-pkgname=ruby-${_gemname}
-pkgver=0.0.1
-pkgrel=6
-pkgdesc='Library to get network interface information'
-url='https://github.com/rapid7/network_interface'
-arch=('x86_64')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/network_interface/archive/v${pkgver}.tar.gz)
-sha512sums=('d6ef7b82b2e3b4834b1eede2734bbef80c5a635ac62db33b3b3ba5660910c4cbc38c270e3b4e5be039217ba20e7064da172869cf7553a62db9526bcb43bf1013')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-network_interface/repos/community-x86_64/PKGBUILD (from rev 
409246, ruby-network_interface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 23:07:43 UTC (rev 409247)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=network_interface
+pkgname=ruby-${_gemname}
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='Library to get network interface information'
+url='https://github.com/rapid7/network_interface'
+arch=('x86_64')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/network_interface/archive/v${pkgver}.tar.gz)
+sha512sums=('38174c4a1985ae82dc2459c21a7483a3cdbf6a0380814dc0b799a2bc250a3263fc8830d4127301041e7fc637dd6de45cd62214dd1a4d390b3acdb71cbae96d02')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:07:37
  Author: anthraxx
Revision: 409246

upgpkg: ruby-network_interface 0.0.2-1

Modified:
  ruby-network_interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 23:04:32 UTC (rev 409245)
+++ PKGBUILD2018-11-20 23:07:37 UTC (rev 409246)
@@ -2,16 +2,17 @@
 
 _gemname=network_interface
 pkgname=ruby-${_gemname}
-pkgver=0.0.1
-pkgrel=6
+pkgver=0.0.2
+pkgrel=1
 pkgdesc='Library to get network interface information'
 url='https://github.com/rapid7/network_interface'
 arch=('x86_64')
 license=('MIT')
 depends=('ruby')
+makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/network_interface/archive/v${pkgver}.tar.gz)
-sha512sums=('d6ef7b82b2e3b4834b1eede2734bbef80c5a635ac62db33b3b3ba5660910c4cbc38c270e3b4e5be039217ba20e7064da172869cf7553a62db9526bcb43bf1013')
+sha512sums=('38174c4a1985ae82dc2459c21a7483a3cdbf6a0380814dc0b799a2bc250a3263fc8830d4127301041e7fc637dd6de45cd62214dd1a4d390b3acdb71cbae96d02')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:04:26
  Author: anthraxx
Revision: 409244

upgpkg: xmobar 0.28.1-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 23:01:39 UTC (rev 409243)
+++ PKGBUILD2018-11-20 23:04:26 UTC (rev 409244)
@@ -4,8 +4,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=xmobar
-pkgver=0.27
-pkgrel=54
+pkgver=0.28.1
+pkgrel=1
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')
@@ -18,7 +18,7 @@
  'wireless_tools' 'haskell-text')
 makedepends=('ghc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
-sha512sums=('ad235a81dd59a972646c189500b665c9c18d3ca644c9fa4bc18f6f1004e1e6914b6b5f3e83db439b946efd622bbf4d0894eb84fcf521255916f095632d8249da')
+sha512sums=('8b485fc18e83ace54a16b241d25504658b6d07cb94bbe67d0f1a4c33d1b2cdf1d2ceaced5d96b19e1fca893482124281c85d9424fc2d6e019f8e4feb41be1cc0')
 
 prepare() {
   cd xmobar-$pkgver


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:04:32
  Author: anthraxx
Revision: 409245

archrelease: copy trunk to community-x86_64

Added:
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 409244, xmobar/trunk/PKGBUILD)
Deleted:
  xmobar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 23:04:26 UTC (rev 409244)
+++ PKGBUILD2018-11-20 23:04:32 UTC (rev 409245)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jelle van der Waa 
-# Contributer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.27
-pkgrel=54
-pkgdesc='Minimalistic Text Based Status Bar'
-url='https://hackage.haskell.org/package/xmobar'
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
- 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
- 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
- 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
- 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
- 'wireless_tools' 'haskell-text')
-makedepends=('ghc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
-sha512sums=('ad235a81dd59a972646c189500b665c9c18d3ca644c9fa4bc18f6f1004e1e6914b6b5f3e83db439b946efd622bbf4d0894eb84fcf521255916f095632d8249da')
-
-prepare() {
-  cd xmobar-$pkgver
-  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
-}
-
-build() {
-  cd xmobar-${pkgver}
-  runhaskell setup configure -O \
---enable-shared \
---prefix=/usr \
---enable-executable-dynamic \
---disable-library-vanilla \
---flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
-  runhaskell setup build
-}
-
-package() {
-  cd xmobar-${pkgver}
-  runhaskell setup copy --destdir="${pkgdir}"
-  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 409244, 
xmobar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 23:04:32 UTC (rev 409245)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.28.1
+pkgrel=1
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('8b485fc18e83ace54a16b241d25504658b6d07cb94bbe67d0f1a4c33d1b2cdf1d2ceaced5d96b19e1fca893482124281c85d9424fc2d6e019f8e4feb41be1cc0')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:01:30
  Author: anthraxx
Revision: 409242

addpkg: netsniff-ng 0.6.5-2

Added:
  netsniff-ng/
  netsniff-ng/repos/
  netsniff-ng/trunk/
  netsniff-ng/trunk/PKGBUILD

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

Added: netsniff-ng/trunk/PKGBUILD
===
--- netsniff-ng/trunk/PKGBUILD  (rev 0)
+++ netsniff-ng/trunk/PKGBUILD  2018-11-20 23:01:30 UTC (rev 409242)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Can Celasun 
+
+pkgname=netsniff-ng
+pkgver=0.6.5
+pkgrel=2
+pkgdesc='High performance Linux network sniffer for packet inspection'
+arch=('x86_64')
+url='http://netsniff-ng.org/'
+license=('GPL2')
+depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
+ 'libcli' 'libcli.so' 'libnet' 'libsodium')
+makedepends=('cmake' 'flex' 'bison')
+source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
+sha512sums=('75c5cb2ecaac892d0e394d5dc364cd866c02427d50ead4669e58b719dabf1e4fc4237b190e8e8661329cbd580976b572d534286f484d1d00140dc2bf623cdc92'
+'SKIP')
+validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
+  make DISTRO=1 all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 23:01:39
  Author: anthraxx
Revision: 409243

archrelease: copy trunk to community-x86_64

Added:
  netsniff-ng/repos/community-x86_64/
  netsniff-ng/repos/community-x86_64/PKGBUILD
(from rev 409242, netsniff-ng/trunk/PKGBUILD)

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

Copied: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 409242, 
netsniff-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-11-20 23:01:39 UTC (rev 409243)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Can Celasun 
+
+pkgname=netsniff-ng
+pkgver=0.6.5
+pkgrel=2
+pkgdesc='High performance Linux network sniffer for packet inspection'
+arch=('x86_64')
+url='http://netsniff-ng.org/'
+license=('GPL2')
+depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
+ 'libcli' 'libcli.so' 'libnet' 'libsodium')
+makedepends=('cmake' 'flex' 'bison')
+source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
+sha512sums=('75c5cb2ecaac892d0e394d5dc364cd866c02427d50ead4669e58b719dabf1e4fc4237b190e8e8661329cbd580976b572d534286f484d1d00140dc2bf623cdc92'
+'SKIP')
+validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
+  make DISTRO=1 all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 22:37:09
  Author: anthraxx
Revision: 409241

archrelease: copy trunk to community-x86_64

Added:
  libcli/repos/community-x86_64/
  libcli/repos/community-x86_64/PKGBUILD
(from rev 409240, libcli/trunk/PKGBUILD)

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

Copied: libcli/repos/community-x86_64/PKGBUILD (from rev 409240, 
libcli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-11-20 22:37:09 UTC (rev 409241)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Mike Roberts 
+
+pkgname=libcli
+pkgver=1.9.7
+pkgrel=3
+pkgdesc='Library for including a Cisco-like command-line interface into other 
software'
+url='https://github.com/dparrish/libcli'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libcli.so')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dparrish/libcli/archive/v${pkgver}.tar.gz)
+sha512sums=('b2dacfd40bc068ddcc0dc3d60576ef2f7d7e2af80b93c6e7ae899d654afca6f0f8d2df2b33c9c8e760bdbea9aa2eaf757029d46032dcf307341f78f1a8f4f66f')
+
+prepare() {
+  sed -i 's/-Werror//' ${pkgname}-${pkgver}/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-20 Thread Levente Polyak via arch-commits
Date: Tuesday, November 20, 2018 @ 22:36:27
  Author: anthraxx
Revision: 409240

addpkg: libcli 1.9.7-3

Added:
  libcli/
  libcli/repos/
  libcli/trunk/
  libcli/trunk/PKGBUILD

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

Added: libcli/trunk/PKGBUILD
===
--- libcli/trunk/PKGBUILD   (rev 0)
+++ libcli/trunk/PKGBUILD   2018-11-20 22:36:27 UTC (rev 409240)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Mike Roberts 
+
+pkgname=libcli
+pkgver=1.9.7
+pkgrel=3
+pkgdesc='Library for including a Cisco-like command-line interface into other 
software'
+url='https://github.com/dparrish/libcli'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libcli.so')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dparrish/libcli/archive/v${pkgver}.tar.gz)
+sha512sums=('b2dacfd40bc068ddcc0dc3d60576ef2f7d7e2af80b93c6e7ae899d654afca6f0f8d2df2b33c9c8e760bdbea9aa2eaf757029d46032dcf307341f78f1a8f4f66f')
+
+prepare() {
+  sed -i 's/-Werror//' ${pkgname}-${pkgver}/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 20, 2018 @ 22:20:44
  Author: svenstaro
Revision: 409239

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 409238, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 409238, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 409238, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

+
 PKGBUILD   |  174 +--
 emscripten.install |   22 +++---
 emscripten.sh  |   14 ++--
 3 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 22:20:31 UTC (rev 409238)
+++ PKGBUILD2018-11-20 22:20:44 UTC (rev 409239)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.15
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('6b3408639a26beaf97398a03ff0b0e9225a959f51c95529e4c73dc7fe8fe81dc1f3838a4d37d6822e5a6e08a088c24103d3d7c0c0d3d8dc01add99b778547cc6'
-
'69ddac86515768799adb006220175ceadb0aefb6a62efeb67a8df8effb233bf99ed4ddbeb7bd529612fc32aab69fd2702311fd8adc68201a3747fd783622ffc2'
-
'e0ebf137ce41337febcc781df0dd5d5a2ebfd8f0ba1dde4a14173d3f0c9a30d64e1fea160243570c06889b3e9f4dd12e9686182e372f5651a7d6c4e824d68b20'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  cmake .. \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-
-  # license
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 409238, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 22:20:44 UTC (rev 409239)
@@ -0,0 +1,87 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+pkgver=1.38.19
+pkgrel=1

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

2018-11-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 20, 2018 @ 22:20:31
  Author: svenstaro
Revision: 409238

upgpkg: emscripten 1.38.19-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 22:13:09 UTC (rev 409237)
+++ PKGBUILD2018-11-20 22:20:31 UTC (rev 409238)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.38.15
+pkgver=1.38.19
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('6b3408639a26beaf97398a03ff0b0e9225a959f51c95529e4c73dc7fe8fe81dc1f3838a4d37d6822e5a6e08a088c24103d3d7c0c0d3d8dc01add99b778547cc6'
-
'69ddac86515768799adb006220175ceadb0aefb6a62efeb67a8df8effb233bf99ed4ddbeb7bd529612fc32aab69fd2702311fd8adc68201a3747fd783622ffc2'
-
'e0ebf137ce41337febcc781df0dd5d5a2ebfd8f0ba1dde4a14173d3f0c9a30d64e1fea160243570c06889b3e9f4dd12e9686182e372f5651a7d6c4e824d68b20'
+sha512sums=('c7f18c75d7e58ec8903db50ad3850d786c7f2d95bc665ccdb5497b54ca8b006a8b0b4eccefdf6d5c9cd5069e6e58f58a756f2f376c60f2ca8a22a338ef7aed7d'
+
'28508692f20166e5b51f8872137183872b2290abfd4147d985dece7d08b2e8259f18e6fb43f7576bafc938eda4a4f538e47396ff3015edadf373710d596f1137'
+
'82ffc82b3a000953f2e3ac5117a32881b64baf5abd8df6268f1b37f0892ea93b146e5c385e396090ec5a02e7ff15d0893a25153251f03fbb71846aaf9e75137d'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 22:13:09
  Author: arojas
Revision: 409237

archrelease: copy trunk to community-staging-x86_64

Added:
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
(from rev 409236, nomacs/trunk/PKGBUILD)

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

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 409236, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 22:13:09 UTC (rev 409237)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_plugins_pkgver=3.12.0
+pkgname=nomacs
+pkgver=3.12
+pkgrel=3
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/;
+license=('GPL3')
+depends=('desktop-file-utils' 'exiv2' 'libraw' 'opencv' 'quazip' 'qt5-svg')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
+sha512sums=('4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119'
+
'b46a2523737893bd342e90331d22082a84f3ff9abf4fdcf360d3fb9f2724cf616a6d77eacc272f117e103a9978f99b70feb8364f4c818681a147f78bfe356032')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # move plugins
+  mv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" "ImageLounge/plugins"
+
+  # fix build with openCV 4
+  sed -e 's|CV_DIST_C|cv::DIST_C|g' -e 's|CV_RGB2HSV|cv::COLOR_RGB2HSV|g' -e 
's|CV_HSV2RGB|cv::COLOR_HSV2RGB|g' \
+  -e 's|CV_RGB2Lab|cv::COLOR_RGB2Lab|g' -e 
's|CV_INTER_AREA|cv::INTER_AREA|g' -e 's|CV_RETR_LIST|cv::RETR_LIST|g' \
+  -e 's|CV_CHAIN_APPROX_SIMPLE|cv::CHAIN_APPROX_SIMPLE|g' -e 
's|CV_RGB2GRAY|cv::COLOR_RGB2GRAY|g' \
+  -i ImageLounge/plugins/FakeMiniaturesPlugin/src/*.cpp -i 
ImageLounge/plugins/PageExtractionPlugin/src/*.cpp
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_QUAZIP=ON \
+  -DENABLE_TRANSLATIONS=true
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 22:12:48
  Author: arojas
Revision: 409236

opencv 4.0 rebuild

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 21:44:14 UTC (rev 409235)
+++ PKGBUILD2018-11-20 22:12:48 UTC (rev 409236)
@@ -4,7 +4,7 @@
 _plugins_pkgver=3.12.0
 pkgname=nomacs
 pkgver=3.12
-pkgrel=2
+pkgrel=3
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
 url="https://nomacs.org/;
@@ -21,6 +21,12 @@
   cd "${pkgname}-${pkgver}"
   # move plugins
   mv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" "ImageLounge/plugins"
+
+  # fix build with openCV 4
+  sed -e 's|CV_DIST_C|cv::DIST_C|g' -e 's|CV_RGB2HSV|cv::COLOR_RGB2HSV|g' -e 
's|CV_HSV2RGB|cv::COLOR_HSV2RGB|g' \
+  -e 's|CV_RGB2Lab|cv::COLOR_RGB2Lab|g' -e 
's|CV_INTER_AREA|cv::INTER_AREA|g' -e 's|CV_RETR_LIST|cv::RETR_LIST|g' \
+  -e 's|CV_CHAIN_APPROX_SIMPLE|cv::CHAIN_APPROX_SIMPLE|g' -e 
's|CV_RGB2GRAY|cv::COLOR_RGB2GRAY|g' \
+  -i ImageLounge/plugins/FakeMiniaturesPlugin/src/*.cpp -i 
ImageLounge/plugins/PageExtractionPlugin/src/*.cpp
 }
 
 build() {


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

2018-11-20 Thread Jan Steffens via arch-commits
Date: Tuesday, November 20, 2018 @ 22:04:33
  Author: heftig
Revision: 340177

FS#53288: Add GVRP

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 21:00:00 UTC (rev 340176)
+++ PKGBUILD2018-11-20 22:04:33 UTC (rev 340177)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'986918689166b88f03579bda4a5a964ec4a1db18423b89981ba58da7e35e8e89'
+'f4fb0c8d607f6abd4b5c7a2f96f803ba0d789c59ee709601d53fdae8c14badde'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-11-20 21:00:00 UTC (rev 340176)
+++ config  2018-11-20 22:04:33 UTC (rev 340177)
@@ -1603,6 +1603,7 @@
 CONFIG_L2TP_IP=m
 CONFIG_L2TP_ETH=m
 CONFIG_STP=m
+CONFIG_GARP=m
 CONFIG_MRP=m
 CONFIG_BRIDGE=m
 CONFIG_BRIDGE_IGMP_SNOOPING=y
@@ -1619,7 +1620,7 @@
 CONFIG_NET_DSA_TAG_MTK=y
 CONFIG_NET_DSA_TAG_QCA=y
 CONFIG_VLAN_8021Q=m
-# CONFIG_VLAN_8021Q_GVRP is not set
+CONFIG_VLAN_8021Q_GVRP=y
 CONFIG_VLAN_8021Q_MVRP=y
 # CONFIG_DECNET is not set
 CONFIG_LLC=m


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

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 21:44:14
  Author: arojas
Revision: 409235

archrelease: copy trunk to community-staging-x86_64

Added:
  sdrangel/repos/community-staging-x86_64/
  sdrangel/repos/community-staging-x86_64/PKGBUILD
(from rev 409234, sdrangel/trunk/PKGBUILD)
  sdrangel/repos/community-staging-x86_64/sdrangel-opencv4.patch
(from rev 409234, sdrangel/trunk/sdrangel-opencv4.patch)

+
 PKGBUILD   |   53 
 sdrangel-opencv4.patch |   87 +++
 2 files changed, 140 insertions(+)

Copied: sdrangel/repos/community-staging-x86_64/PKGBUILD (from rev 409234, 
sdrangel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 21:44:14 UTC (rev 409235)
@@ -0,0 +1,53 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=sdrangel
+pkgver=4.1.0
+pkgrel=2
+pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
+arch=('x86_64')
+url='https://github.com/f4exb/sdrangel'
+license=('GPL3')
+depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
+ 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia') # QT5
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost')
+optdepends=('ffmpeg: DATV demodulator'
+'rtl-sdr: RTLSDR support'
+'hackrf: HackRF support'
+'limesuite: LimeSDR support'
+'bladerf: BladeRF support'
+'airspy: AirSPY support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
+sha512sums=('bb8f1170ad00af88d35a2e595bb24d3f12281163a078610223db07a717b56156a10e2aaea2e0f766b153cf689ca2737fa8df38a04a984466494c6cd78fc629e3'
+
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
+
+prepare() {
+  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
+-DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  # Install .desktop file
+  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
+  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/adrangel.desktop
+}
+

Copied: sdrangel/repos/community-staging-x86_64/sdrangel-opencv4.patch (from 
rev 409234, sdrangel/trunk/sdrangel-opencv4.patch)
===
--- community-staging-x86_64/sdrangel-opencv4.patch 
(rev 0)
+++ community-staging-x86_64/sdrangel-opencv4.patch 2018-11-20 21:44:14 UTC 
(rev 409235)
@@ -0,0 +1,87 @@
+--- sdrangel-4.1.0/plugins/channeltx/modatv/atvmod.cpp.orig2018-11-20 
21:07:19.060496490 +
 sdrangel-4.1.0/plugins/channeltx/modatv/atvmod.cpp 2018-11-20 
21:09:08.127437459 +
+@@ -331,7 +331,7 @@
+   mixImageAndText(colorFrame);
+   }
+ 
+-  cv::cvtColor(colorFrame, m_videoframeOriginal, 
CV_BGR2GRAY);
++  cv::cvtColor(colorFrame, m_videoframeOriginal, 
cv::COLOR_BGR2GRAY);
+   resizeVideo();
+   }
+   }
+@@ -451,7 +451,7 @@
+ mixImageAndText(colorFrame);
+ }
+ 
+-cv::cvtColor(colorFrame, camera.m_videoframeOriginal, 
CV_BGR2GRAY);
++cv::cvtColor(colorFrame, camera.m_videoframeOriginal, 
cv::COLOR_BGR2GRAY);
+ resizeCamera();
+ }
+ 
+@@ -561,7 +561,7 @@
+ 
+ if (m_videoOK && m_video.isOpened())
+ {
+-framesCount = m_video.get(CV_CAP_PROP_POS_FRAMES);;
++framesCount = m_video.get(cv::CAP_PROP_POS_FRAMES);;
+ } else {
+ framesCount = 0;
+ }
+@@ -792,7 +792,7 @@
+ 
+ void ATVMod::openImage(const QString& fileName)
+ {
+-m_imageFromFile = cv::imread(qPrintable(fileName), 
CV_LOAD_IMAGE_GRAYSCALE);
++m_imageFromFile = cv::imread(qPrintable(fileName), cv::IMREAD_GRAYSCALE);
+   m_imageOK = m_imageFromFile.data != 0;
+ 
+   if (m_imageOK)
+@@ -822,11 +822,11 @@
+ if (m_videoOK)
+ {
+ m_videoFileName = fileName;
+-m_videoFPS = m_video.get(CV_CAP_PROP_FPS);
+-m_videoWidth = (int) m_video.get(CV_CAP_PROP_FRAME_WIDTH);
+- 

[arch-commits] Commit in sdrangel/trunk (PKGBUILD sdrangel-opencv4.patch)

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 21:43:49
  Author: arojas
Revision: 409234

opencv 4.0 rebuild

Added:
  sdrangel/trunk/sdrangel-opencv4.patch
Modified:
  sdrangel/trunk/PKGBUILD

+
 PKGBUILD   |9 +++-
 sdrangel-opencv4.patch |   87 +++
 2 files changed, 93 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 21:04:06 UTC (rev 409233)
+++ PKGBUILD2018-11-20 21:43:49 UTC (rev 409234)
@@ -3,7 +3,7 @@
 
 pkgname=sdrangel
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
 arch=('x86_64')
 url='https://github.com/f4exb/sdrangel'
@@ -18,11 +18,14 @@
 'limesuite: LimeSDR support'
 'bladerf: BladeRF support'
 'airspy: AirSPY support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('bb8f1170ad00af88d35a2e595bb24d3f12281163a078610223db07a717b56156a10e2aaea2e0f766b153cf689ca2737fa8df38a04a984466494c6cd78fc629e3')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
+sha512sums=('bb8f1170ad00af88d35a2e595bb24d3f12281163a078610223db07a717b56156a10e2aaea2e0f766b153cf689ca2737fa8df38a04a984466494c6cd78fc629e3'
+
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
 
 prepare() {
   sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
 }
 
 build() {

Added: sdrangel-opencv4.patch
===
--- sdrangel-opencv4.patch  (rev 0)
+++ sdrangel-opencv4.patch  2018-11-20 21:43:49 UTC (rev 409234)
@@ -0,0 +1,87 @@
+--- sdrangel-4.1.0/plugins/channeltx/modatv/atvmod.cpp.orig2018-11-20 
21:07:19.060496490 +
 sdrangel-4.1.0/plugins/channeltx/modatv/atvmod.cpp 2018-11-20 
21:09:08.127437459 +
+@@ -331,7 +331,7 @@
+   mixImageAndText(colorFrame);
+   }
+ 
+-  cv::cvtColor(colorFrame, m_videoframeOriginal, 
CV_BGR2GRAY);
++  cv::cvtColor(colorFrame, m_videoframeOriginal, 
cv::COLOR_BGR2GRAY);
+   resizeVideo();
+   }
+   }
+@@ -451,7 +451,7 @@
+ mixImageAndText(colorFrame);
+ }
+ 
+-cv::cvtColor(colorFrame, camera.m_videoframeOriginal, 
CV_BGR2GRAY);
++cv::cvtColor(colorFrame, camera.m_videoframeOriginal, 
cv::COLOR_BGR2GRAY);
+ resizeCamera();
+ }
+ 
+@@ -561,7 +561,7 @@
+ 
+ if (m_videoOK && m_video.isOpened())
+ {
+-framesCount = m_video.get(CV_CAP_PROP_POS_FRAMES);;
++framesCount = m_video.get(cv::CAP_PROP_POS_FRAMES);;
+ } else {
+ framesCount = 0;
+ }
+@@ -792,7 +792,7 @@
+ 
+ void ATVMod::openImage(const QString& fileName)
+ {
+-m_imageFromFile = cv::imread(qPrintable(fileName), 
CV_LOAD_IMAGE_GRAYSCALE);
++m_imageFromFile = cv::imread(qPrintable(fileName), cv::IMREAD_GRAYSCALE);
+   m_imageOK = m_imageFromFile.data != 0;
+ 
+   if (m_imageOK)
+@@ -822,11 +822,11 @@
+ if (m_videoOK)
+ {
+ m_videoFileName = fileName;
+-m_videoFPS = m_video.get(CV_CAP_PROP_FPS);
+-m_videoWidth = (int) m_video.get(CV_CAP_PROP_FRAME_WIDTH);
+-m_videoHeight = (int) m_video.get(CV_CAP_PROP_FRAME_HEIGHT);
+-m_videoLength = (int) m_video.get(CV_CAP_PROP_FRAME_COUNT);
+-int ex = static_cast(m_video.get(CV_CAP_PROP_FOURCC));
++m_videoFPS = m_video.get(cv::CAP_PROP_FPS);
++m_videoWidth = (int) m_video.get(cv::CAP_PROP_FRAME_WIDTH);
++m_videoHeight = (int) m_video.get(cv::CAP_PROP_FRAME_HEIGHT);
++m_videoLength = (int) m_video.get(cv::CAP_PROP_FRAME_COUNT);
++int ex = static_cast(m_video.get(cv::CAP_PROP_FOURCC));
+ char ext[] = {(char)(ex & 0XFF),(char)((ex & 0XFF00) >> 8),(char)((ex 
& 0XFF) >> 16),(char)((ex & 0XFF00) >> 24),0};
+ 
+ qDebug("ATVMod::openVideo: %s FPS: %f size: %d x %d #frames: %d 
codec: %s",
+@@ -921,7 +921,7 @@
+ if ((m_videoOK) && m_video.isOpened())
+ {
+ int seekPoint = ((m_videoLength * seekPercentage) / 100);
+-m_video.set(CV_CAP_PROP_POS_FRAMES, seekPoint);
++m_video.set(cv::CAP_PROP_POS_FRAMES, seekPoint);
+ m_videoFPSCount = m_videoFPSq;
+ m_videoPrevFPSCount = 0;
+ m_videoEOF = false;
+@@ -939,9 +939,9 @@
+ 
+   if (m_cameras.back().m_camera.isOpened())
+   {
+-  m_cameras.back().m_videoFPS = 

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 21:03:06
  Author: felixonmars
Revision: 409226

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 409225, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 409225, stack/trunk/stack.install)

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 409225, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 21:03:06 UTC (rev 409226)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.1.1
+pkgrel=7
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 409225, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-11-20 21:03:06 UTC (rev 
409226)
@@ -0,0 +1,4 @@

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 21:02:48
  Author: felixonmars
Revision: 409225

upgpkg: stack 1.9.1.1-7

rebuild with base-unicode-symbols 0.2.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 21:01:14 UTC (rev 409224)
+++ PKGBUILD2018-11-20 21:02:48 UTC (rev 409225)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


[arch-commits] Commit in performous/trunk (PKGBUILD performous-opencv4.patch)

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 21:00:37
  Author: arojas
Revision: 409223

opencv 4.0 rebuild

Added:
  performous/trunk/performous-opencv4.patch
Modified:
  performous/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 performous-opencv4.patch |   41 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:57:04 UTC (rev 409222)
+++ PKGBUILD2018-11-20 21:00:37 UTC (rev 409223)
@@ -3,7 +3,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=17
+pkgrel=18
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('x86_64')
 url="http://performous.org/;
@@ -13,15 +13,18 @@
 optdepends=('performous-freesongs: free songs for performous')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
 boost-1.67.patch
-performous-libswresample.patch)
+performous-libswresample.patch
+performous-opencv4.patch)
 
sha512sums=('6659aa03960e68d7af65b072e179e42b122d2a39d25229c6daf765146379a115a52e51c1dc2bc69081ea17fe7a22f1d7007b7cf9e09bc32d134c3ad8e3444dd1'
 
'dde4ac66d92a5a269237abb27fc5140bf87fd07b1d1e333d0e47c13b05a66b08347883380a575f0635c871236519710e791d99d3bd06700dd48341f5e50fd8b1'
-
'f85b9a5c1b1bf0f1f5df7fb13945856cbca19bc5e49e3bb6f3cff302110b08275e97496ec70f23a8e9c77246b92ddde82652888d6a4c2e888a8bae311f17')
+
'f85b9a5c1b1bf0f1f5df7fb13945856cbca19bc5e49e3bb6f3cff302110b08275e97496ec70f23a8e9c77246b92ddde82652888d6a4c2e888a8bae311f17'
+
'854d969de951a5f380ddd1523b3d66639ef19b16af161466dfef3c697280c95884a3e34258dc86bb7eef1143ca24de44ae2dfccb5ce76fd333784b62f0762f56')
 
 prepare() {
   cd performous-${pkgver}
   patch -Np1 -i ../boost-1.67.patch
   patch -Np1 -i ../performous-libswresample.patch
+  patch -p1 -i ../performous-opencv4.patch # Fix build with openCV 4
 }
 
 build() {

Added: performous-opencv4.patch
===
--- performous-opencv4.patch(rev 0)
+++ performous-opencv4.patch2018-11-20 21:00:37 UTC (rev 409223)
@@ -0,0 +1,41 @@
+--- performous-1.1/game/webcam.cc.orig 2018-11-20 20:50:27.857909212 +
 performous-1.1/game/webcam.cc  2018-11-20 20:51:55.798134386 +
+@@ -7,6 +7,7 @@
+ 
+ #ifdef USE_OPENCV
+ #include 
++#include 
+ 
+ #else
+ // Dummy classes
+@@ -31,21 +32,21 @@
+   throw std::runtime_error("Could not initialize webcam 
capturing!");
+   }
+   // Try to get at least VGA resolution
+-  if (m_capture->get(CV_CAP_PROP_FRAME_WIDTH) < 640
+-|| m_capture->get(CV_CAP_PROP_FRAME_HEIGHT) < 480) {
+-  m_capture->set(CV_CAP_PROP_FRAME_WIDTH, 640);
+-  m_capture->set(CV_CAP_PROP_FRAME_HEIGHT, 480);
++  if (m_capture->get(cv::CAP_PROP_FRAME_WIDTH) < 640
++|| m_capture->get(cv::CAP_PROP_FRAME_HEIGHT) < 480) {
++  m_capture->set(cv::CAP_PROP_FRAME_WIDTH, 640);
++  m_capture->set(cv::CAP_PROP_FRAME_HEIGHT, 480);
+   }
+   // Print actual values
+   std::cout << "Webcam frame properties: "
+-<< m_capture->get(CV_CAP_PROP_FRAME_WIDTH) << "x"
+-<< m_capture->get(CV_CAP_PROP_FRAME_HEIGHT) << std::endl;
++<< m_capture->get(cv::CAP_PROP_FRAME_WIDTH) << "x"
++<< m_capture->get(cv::CAP_PROP_FRAME_HEIGHT) << std::endl;
+ 
+   // Initialize the video writer
+   #ifdef SAVE_WEBCAM_VIDEO
+-  float fps = m_capture->get(CV_CAP_PROP_FPS);
+-  int framew = m_capture->get(CV_CAP_PROP_FRAME_WIDTH);
+-  int frameh = m_capture->get(CV_CAP_PROP_FRAME_HEIGHT);
++  float fps = m_capture->get(cv::CAP_PROP_FPS);
++  int framew = m_capture->get(cv::CAP_PROP_FRAME_WIDTH);
++  int frameh = m_capture->get(cv::CAP_PROP_FRAME_HEIGHT);
+   int codec = CV_FOURCC('P','I','M','1'); // MPEG-1
+   std::string out_file = (getHomeDir() / 
"performous-webcam_out.mpg").string();
+   m_writer.reset(new cv::VideoWriter(out_file.c_str(), codec, fps > 0 ? 
fps : 30.0f, cvSize(framew,frameh)));


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

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 21:01:14
  Author: arojas
Revision: 409224

archrelease: copy trunk to community-staging-x86_64

Added:
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 409223, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/boost-1.67.patch
(from rev 409223, performous/trunk/boost-1.67.patch)
  performous/repos/community-staging-x86_64/performous-libswresample.patch
(from rev 409223, performous/trunk/performous-libswresample.patch)
  performous/repos/community-staging-x86_64/performous-opencv4.patch
(from rev 409223, performous/trunk/performous-opencv4.patch)

+
 PKGBUILD   |   46 
 boost-1.67.patch   |   22 ++
 performous-libswresample.patch |  380 +++
 performous-opencv4.patch   |   41 
 4 files changed, 489 insertions(+)

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 409223, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 21:01:14 UTC (rev 409224)
@@ -0,0 +1,46 @@
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=18
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
+boost-1.67.patch
+performous-libswresample.patch
+performous-opencv4.patch)
+sha512sums=('6659aa03960e68d7af65b072e179e42b122d2a39d25229c6daf765146379a115a52e51c1dc2bc69081ea17fe7a22f1d7007b7cf9e09bc32d134c3ad8e3444dd1'
+
'dde4ac66d92a5a269237abb27fc5140bf87fd07b1d1e333d0e47c13b05a66b08347883380a575f0635c871236519710e791d99d3bd06700dd48341f5e50fd8b1'
+
'f85b9a5c1b1bf0f1f5df7fb13945856cbca19bc5e49e3bb6f3cff302110b08275e97496ec70f23a8e9c77246b92ddde82652888d6a4c2e888a8bae311f17'
+
'854d969de951a5f380ddd1523b3d66639ef19b16af161466dfef3c697280c95884a3e34258dc86bb7eef1143ca24de44ae2dfccb5ce76fd333784b62f0762f56')
+
+prepare() {
+  cd performous-${pkgver}
+  patch -Np1 -i ../boost-1.67.patch
+  patch -Np1 -i ../performous-libswresample.patch
+  patch -p1 -i ../performous-opencv4.patch # Fix build with openCV 4
+}
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/boost-1.67.patch (from rev 
409223, performous/trunk/boost-1.67.patch)
===
--- community-staging-x86_64/boost-1.67.patch   (rev 0)
+++ community-staging-x86_64/boost-1.67.patch   2018-11-20 21:01:14 UTC (rev 
409224)
@@ -0,0 +1,22 @@
+Only in performous-1.1: build
+diff -upr performous-1.1.orig/game/audio.cc performous-1.1/game/audio.cc
+--- performous-1.1.orig/game/audio.cc  2016-01-23 12:40:01.0 +0200
 performous-1.1/game/audio.cc   2018-06-03 03:29:35.251425495 +0300
+@@ -77,7 +77,7 @@ class AudioClock {
+   static ptime getTime() { return microsec_clock::universal_time(); }
+   // Conversion helpers
+   static double getSeconds(time_duration t) { return 1e-6 * 
t.total_microseconds(); }
+-  static time_duration getDuration(double seconds) { return 
microseconds(1e6 * seconds); }
++  static time_duration getDuration(double seconds) { return 
microseconds(static_cast(1e6 * seconds)); }
+ 
+   mutable boost::mutex m_mutex;
+   ptime m_baseTime; ///< A reference time (corresponds to m_basePos)
+@@ -149,7 +149,7 @@ class Music {
+   int64_t m_pos; ///< Current sample position
+   bool m_preview;
+   AudioClock m_clock;
+-  time_duration durationOf(int64_t samples) const { return 
microseconds(1e6 * samples / srate / 2.0); }
++  time_duration durationOf(int64_t samples) const { return 
microseconds(static_cast(1e6 * samples / srate / 2.0)); }
+ public:
+   bool suppressCenterChannel;
+   double fadeLevel;

Copied: 
performous/repos/community-staging-x86_64/performous-libswresample.patch (from 
rev 409223, performous/trunk/performous-libswresample.patch)
===
--- community-staging-x86_64/performous-libswresample.patch 
(rev 0)
+++ 

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 21:00:00
  Author: felixonmars
Revision: 340176

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-settings/repos/testing-x86_64/
  nvidia-settings/repos/testing-x86_64/PKGBUILD
(from rev 340175, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch
(from rev 340175, nvidia-settings/trunk/libxnvctrl_so.patch)

-+
 PKGBUILD|   62 ++
 libxnvctrl_so.patch |   67 ++
 2 files changed, 129 insertions(+)

Copied: nvidia-settings/repos/testing-x86_64/PKGBUILD (from rev 340175, 
nvidia-settings/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-20 21:00:00 UTC (rev 340176)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=415.18
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('eae20c60e66e66fd626b04b9ea7f2d41133f3713c3f27adefcc8756b7fcab951a51c1d7c249856fb0070f43812628984c143ea577d6122c84d47399781ab2561'
+
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
+  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
+  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
+  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch (from rev 
340175, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- testing-x86_64/libxnvctrl_so.patch  (rev 0)
+++ testing-x86_64/libxnvctrl_so.patch  2018-11-20 21:00:00 UTC (rev 340176)
@@ -0,0 +1,67 @@
+--- a/src/Makefile
 b/src/Makefile
+@@ -106,6 +106,8 @@
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_MAKEFILE?= Makefile
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -280,15 +282,18 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $< $(BINDIR)/$(notdir $<)
+ 
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
+ $(eval $(call DEBUG_INFO_RULES, $(NVIDIA_SETTINGS)))
+-$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_ARCHIVE)
++$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) \
+-  -rdynamic -o $@ $(OBJS) $(XNVCTRL_ARCHIVE) $(LIBS)
++  -rdynamic -o $@ $(OBJS) $(XNVCTRL_LIB) $(LIBS)
+ 
+ $(eval $(call DEBUG_INFO_RULES, $(GTK2LIB)))
+ $(GTK2LIB).unstripped: $(GTK2_OBJS) $(XCP_OBJS) $(IMAGE_OBJS) $(VERSION_MK)
+   $(call quiet_cmd,LINK) -shared $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) \
+-  $(XNVCTRL_ARCHIVE) $(LIBS) $(GTK2_LIBS) \
++  $(XNVCTRL_LIB) $(LIBS) $(GTK2_LIBS) \
+   

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:59:39
  Author: felixonmars
Revision: 340175

upgpkg: nvidia-settings 415.18-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:55:43 UTC (rev 340174)
+++ PKGBUILD2018-11-20 20:59:39 UTC (rev 340175)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=410.78
+pkgver=415.18
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('02480a14890f03b573a907d0f12fca8a48892f18880d640507ae12014259d88e219d9516e4bd00c62332eb8dae80ddb4150699be899538c771ce937f37b2a56a'
+sha512sums=('eae20c60e66e66fd626b04b9ea7f2d41133f3713c3f27adefcc8756b7fcab951a51c1d7c249856fb0070f43812628984c143ea577d6122c84d47399781ab2561'
 
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
 
 prepare() {


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:57:04
  Author: felixonmars
Revision: 409222

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 409221, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/new-hasql.patch
(from rev 409221, postgrest/trunk/new-hasql.patch)

-+
 PKGBUILD|   77 
 new-hasql.patch |  477 ++
 2 files changed, 554 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 409221, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 20:57:04 UTC (rev 409222)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.5.0.0
+pkgrel=71
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;
+new-hasql.patch)
+sha512sums=('ba8974cc83de3a7fcf1ede454eed726d6dfe7d677e4b34bbf6a03f11cc648d6812c2f101684175bb1f4d0f0b384795a737791ce807c257eae67158e2fc74b0a0'
+
'54257b24e646175c3687d3d0b224092441e0a8093d04327fb900da6c463625bfc952aabe46bcbbee8d0b4b96d4c07b4b148efa5ac4dcd9dd60bf7d3da5a49fcd')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../new-hasql.patch
+
+sed -i 's/==/>=/' $pkgname.cabal
+
+sed -i '/import\s*Safe/d' src/PostgREST/App.hs
+sed -i '/safe/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 
409221, postgrest/trunk/new-hasql.patch)
===
--- community-staging-x86_64/new-hasql.patch(rev 0)
+++ community-staging-x86_64/new-hasql.patch2018-11-20 20:57:04 UTC (rev 
409222)
@@ -0,0 +1,477 @@
+From f02992e562fafc807092d09a8034f2117c9db00d Mon Sep 17 00:00:00 2001
+From: Ben Gamari 
+Date: Thu, 28 Jun 2018 01:02:09 -0400
+Subject: [PATCH] Update hasql
+
+Move to hasql 1.3.
+---
+ postgrest.cabal   |   6 +-
+ src/PostgREST/App.hs  |  16 ++---
+ 

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:56:46
  Author: felixonmars
Revision: 409221

upgpkg: postgrest 0.5.0.0-71

rebuild with base-unicode-symbols 0.2.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:54:49 UTC (rev 409220)
+++ PKGBUILD2018-11-20 20:56:46 UTC (rev 409221)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=0.5.0.0
-pkgrel=70
+pkgrel=71
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:55:43
  Author: felixonmars
Revision: 340174

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 340173, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/kernel-4.16.patch
(from rev 340173, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   86 
 kernel-4.16.patch |   33 +++
 2 files changed, 119 insertions(+)

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 340173, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-20 20:55:43 UTC (rev 340174)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=415.18
+_extramodules=extramodules-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha512sums=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e'
+
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.19' 'linux<4.20' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/testing-x86_64/kernel-4.16.patch (from rev 340173, 
nvidia/trunk/kernel-4.16.patch)
===
--- testing-x86_64/kernel-4.16.patch(rev 0)
+++ testing-x86_64/kernel-4.16.patch2018-11-20 20:55:43 UTC (rev 340174)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:55:26
  Author: felixonmars
Revision: 340173

upgpkg: nvidia 415.18-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:54:52 UTC (rev 340172)
+++ PKGBUILD2018-11-20 20:55:26 UTC (rev 340173)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=410.78
+pkgver=415.18
 _extramodules=extramodules-ARCH
 pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
@@ -16,7 +16,7 @@
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
 kernel-4.16.patch)
-sha512sums=('0bd7ed61dcfd4d7634ba450b106d7648fc274c256e7e4c4e51e544bd7779d68ffa08cba709ace5333679eeea1dbe4afa0c267361887eaa784d6f1369b717677d'
+sha512sums=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e'
 
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
 
 prepare() {


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:54:52
  Author: felixonmars
Revision: 340172

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 340171, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 340171, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-20 20:54:52 UTC (rev 340172)
@@ -0,0 +1,42 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=415.18
+_extramodules=extramodules-4.14-lts
+pkgrel=1
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.81')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts"
+depends=('linux-lts>=4.14.77' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:54:49
  Author: felixonmars
Revision: 409220

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 409219, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD (from rev 
409219, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-11-20 20:54:49 UTC (rev 409220)
@@ -0,0 +1,101 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=415.18
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"/32
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"/32
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-glvkspirv.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glvkspirv.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+
+# PTX JIT Compiler (Parallel Thread Execution (PTX) is a pseudo-assembly 
language for CUDA)
+install -D -m755 "libnvidia-ptxjitcompiler.so.${pkgver}" 

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:54:30
  Author: felixonmars
Revision: 409219

upgpkg: lib32-nvidia-utils 415.18-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:54:01 UTC (rev 409218)
+++ PKGBUILD2018-11-20 20:54:30 UTC (rev 409219)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=410.78
+pkgver=415.18
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('0bd7ed61dcfd4d7634ba450b106d7648fc274c256e7e4c4e51e544bd7779d68ffa08cba709ace5333679eeea1dbe4afa0c267361887eaa784d6f1369b717677d')
+sha512sums=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e')
 
 create_links() {
 # create soname links
@@ -82,7 +82,6 @@
 
 # nvidia-tls library
 install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
-install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/tls/libnvidia-tls.so.${pkgver}"
 
 # CUDA
 install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:54:34
  Author: felixonmars
Revision: 340171

upgpkg: nvidia-lts 1:415.18-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:49:35 UTC (rev 340170)
+++ PKGBUILD2018-11-20 20:54:34 UTC (rev 340171)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=410.78
+pkgver=415.18
 _extramodules=extramodules-4.14-lts
 pkgrel=1
 epoch=1
@@ -13,7 +13,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('0bd7ed61dcfd4d7634ba450b106d7648fc274c256e7e4c4e51e544bd7779d68ffa08cba709ace5333679eeea1dbe4afa0c267361887eaa784d6f1369b717677d')
+sha512sums=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e')
 
 prepare() {
 sh "${_pkg}.run" --extract-only


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:54:01
  Author: felixonmars
Revision: 409218

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 409217, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
409217, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 20:54:01 UTC (rev 409218)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.3.0
+pkgrel=40
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('6bcadfbaf3e1d99299ab86ed65fe9f964405bd7c7bb1fbf0463754cb2fb94570062bf763295877e9358046e6fccf4fc8eb1546045baeb596460f0f2762b8053c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/< *0.6/<1/' -e 's/< *2.4/<3/' $pkgname.cabal
+sed -i 's/hiding (capitalize)/hiding (capitalize, toString)/' 
lib/Text/Pandoc/CrossRef/Util/Meta.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:53:36
  Author: felixonmars
Revision: 409217

upgpkg: pandoc-crossref 0.3.3.0-40

rebuild with base-unicode-symbols 0.2.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:52:11 UTC (rev 409216)
+++ PKGBUILD2018-11-20 20:53:36 UTC (rev 409217)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.3.0
-pkgrel=39
+pkgrel=40
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:52:11
  Author: felixonmars
Revision: 409216

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-cors/repos/community-staging-x86_64/
  haskell-wai-cors/repos/community-staging-x86_64/PKGBUILD
(from rev 409215, haskell-wai-cors/trunk/PKGBUILD)

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

Copied: haskell-wai-cors/repos/community-staging-x86_64/PKGBUILD (from rev 
409215, haskell-wai-cors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 20:52:11 UTC (rev 409216)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-cors
+pkgname=haskell-wai-cors
+pkgver=0.2.6
+pkgrel=69
+pkgdesc="CORS for WAI"
+url="https://github.com/larskuhtz/wai-cors;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-base-unicode-symbols" 
"haskell-case-insensitive"
+ "haskell-http-types" "haskell-wai")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('aa1454096e6243edd48cf52d2e9ad27f174fe934b2256c58bec84c6da2de899e523ff70af783e458fe5f95d51371d2111d8f979cc89a0ecbf646b23a74ae6617')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:50:54
  Author: felixonmars
Revision: 409215

upgpkg: haskell-wai-cors 0.2.6-69

rebuild with base-unicode-symbols 0.2.3

Modified:
  haskell-wai-cors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:49:52 UTC (rev 409214)
+++ PKGBUILD2018-11-20 20:50:54 UTC (rev 409215)
@@ -4,7 +4,7 @@
 _hkgname=wai-cors
 pkgname=haskell-wai-cors
 pkgver=0.2.6
-pkgrel=68
+pkgrel=69
 pkgdesc="CORS for WAI"
 url="https://github.com/larskuhtz/wai-cors;
 license=("MIT")


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:49:52
  Author: felixonmars
Revision: 409214

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-roman-numerals/repos/community-staging-x86_64/
  haskell-roman-numerals/repos/community-staging-x86_64/PKGBUILD
(from rev 409213, haskell-roman-numerals/trunk/PKGBUILD)

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

Copied: haskell-roman-numerals/repos/community-staging-x86_64/PKGBUILD (from 
rev 409213, haskell-roman-numerals/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 20:49:52 UTC (rev 409214)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=roman-numerals
+pkgname=haskell-roman-numerals
+pkgver=0.5.1.5
+pkgrel=15
+pkgdesc="Parsing and pretty printing of Roman numerals"
+url="https://github.com/roelvandijk/roman-numerals;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-base-unicode-symbols")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9c202664f9d4f1afecc439a4b7d348a0d1cf5b97494e1e345e56818056605678cd4b0b3036b5205f2966b60539409d3ac5c2b6a46a51d3e98b405cf055746844')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:49:35
  Author: felixonmars
Revision: 340170

archrelease: copy trunk to extra-x86_64

Added:
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD
(from rev 340169, perl-libintl-perl/trunk/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 20:49:17 UTC (rev 340169)
+++ PKGBUILD2018-11-20 20:49:35 UTC (rev 340170)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-libintl-perl
-pkgver=1.30
-pkgrel=1
-pkgdesc="Perl Module: Localization support"
-arch=('x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/libintl-perl;
-depends=('coreutils' 'gettext' 'perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
-sha512sums=('89c228b617c0da6f5d3f36290b428f1e57d97b08ad757575fe1e4a6abae86487199381ac0f66805d5d1488998b56f6cbea046f10f01c79a2a0ced2458744af3a')
-
-build() {
-  cd libintl-perl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd libintl-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libintl-perl-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-libintl-perl/repos/extra-x86_64/PKGBUILD (from rev 340169, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 20:49:35 UTC (rev 340170)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+pkgver=1.31
+pkgrel=1
+pkgdesc="Perl Module: Localization support"
+arch=('x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/libintl-perl;
+depends=('coreutils' 'gettext' 'perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
+sha512sums=('9e22af95ecb8ae1c115114ce5d4f80bb8b1a83e4072d274a55f5946267ac29b98e9da4c01e05d0aa0051fef34a41b6297dbb44f51b8d602f3ef3786a59a6a04a')
+
+build() {
+  cd libintl-perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd libintl-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libintl-perl-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  make install DESTDIR="$pkgdir"
+}


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:49:37
  Author: felixonmars
Revision: 409213

upgpkg: haskell-roman-numerals 0.5.1.5-15

rebuild with base-unicode-symbols 0.2.3

Modified:
  haskell-roman-numerals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:49:00 UTC (rev 409212)
+++ PKGBUILD2018-11-20 20:49:37 UTC (rev 409213)
@@ -4,7 +4,7 @@
 _hkgname=roman-numerals
 pkgname=haskell-roman-numerals
 pkgver=0.5.1.5
-pkgrel=14
+pkgrel=15
 pkgdesc="Parsing and pretty printing of Roman numerals"
 url="https://github.com/roelvandijk/roman-numerals;
 license=("custom:BSD3")


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:49:17
  Author: felixonmars
Revision: 340169

upgpkg: perl-libintl-perl 1.31-1

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:45:28 UTC (rev 340168)
+++ PKGBUILD2018-11-20 20:49:17 UTC (rev 340169)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=perl-libintl-perl
-pkgver=1.30
+pkgver=1.31
 pkgrel=1
 pkgdesc="Perl Module: Localization support"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('coreutils' 'gettext' 'perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
-sha512sums=('89c228b617c0da6f5d3f36290b428f1e57d97b08ad757575fe1e4a6abae86487199381ac0f66805d5d1488998b56f6cbea046f10f01c79a2a0ced2458744af3a')
+sha512sums=('9e22af95ecb8ae1c115114ce5d4f80bb8b1a83e4072d274a55f5946267ac29b98e9da4c01e05d0aa0051fef34a41b6297dbb44f51b8d602f3ef3786a59a6a04a')
 
 build() {
   cd libintl-perl-$pkgver


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:48:39
  Author: felixonmars
Revision: 409211

upgpkg: haskell-mustache 2.3.0-119

rebuild with base-unicode-symbols 0.2.3

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:47:10 UTC (rev 409210)
+++ PKGBUILD2018-11-20 20:48:39 UTC (rev 409211)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.0
-pkgrel=118
+pkgrel=119
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache;
 license=('custom:BSD3')


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:49:00
  Author: felixonmars
Revision: 409212

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
409211, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 20:49:00 UTC (rev 409212)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.0
+pkgrel=119
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdefb406a44bb3648ca7129128767be04c780d967757385770111a0da8f91ff7165213038e8abc7799b28b66eb7d2f47383346837fad7e6327dad7aa714971f6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-base-unicode-symbols/repos (2 files)

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:47:10
  Author: felixonmars
Revision: 409210

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-unicode-symbols/repos/community-staging-x86_64/
  haskell-base-unicode-symbols/repos/community-staging-x86_64/PKGBUILD
(from rev 409209, haskell-base-unicode-symbols/trunk/PKGBUILD)

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

Copied: haskell-base-unicode-symbols/repos/community-staging-x86_64/PKGBUILD 
(from rev 409209, haskell-base-unicode-symbols/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-20 20:47:10 UTC (rev 409210)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-unicode-symbols
+pkgname=haskell-base-unicode-symbols
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="Unicode alternatives for common functions and operators"
+url="http://haskell.org/haskellwiki/Unicode-symbols;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cfd5d8a15fe15b2054af41d028940378acdc3d642d0e71630944decf59588c651fe5a1bda89a5032186bf63326650cdf16a577ab7cc97f69b968ed170fb891b3')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-base-unicode-symbols/trunk (PKGBUILD)

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:46:55
  Author: felixonmars
Revision: 409209

upgpkg: haskell-base-unicode-symbols 0.2.3-1

rebuild with base-unicode-symbols 0.2.3

Modified:
  haskell-base-unicode-symbols/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:44:21 UTC (rev 409208)
+++ PKGBUILD2018-11-20 20:46:55 UTC (rev 409209)
@@ -3,8 +3,8 @@
 
 _hkgname=base-unicode-symbols
 pkgname=haskell-base-unicode-symbols
-pkgver=0.2.2.4
-pkgrel=10
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="Unicode alternatives for common functions and operators"
 url="http://haskell.org/haskellwiki/Unicode-symbols;
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('8dcdafa1075ccea8f188b880b90430b7e86270f68fcca47bbee7fa7e695bc90765566e09a0f032103d8cf2a265069e80288f56714190c9e68470141e469a994d')
+sha512sums=('cfd5d8a15fe15b2054af41d028940378acdc3d642d0e71630944decf59588c651fe5a1bda89a5032186bf63326650cdf16a577ab7cc97f69b968ed170fb891b3')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:45:28
  Author: felixonmars
Revision: 340168

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-utils/repos/testing-x86_64/
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 340167, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 340167, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install
(from rev 340167, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.sysusers
(from rev 340167, nvidia-utils/trunk/nvidia-utils.sysusers)

-+
 PKGBUILD|  174 ++
 nvidia-drm-outputclass.conf |   15 +++
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 4 files changed, 197 insertions(+)

Copied: nvidia-utils/repos/testing-x86_64/PKGBUILD (from rev 340167, 
nvidia-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-20 20:45:28 UTC (rev 340168)
@@ -0,0 +1,174 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgver=415.18
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+sed -i 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' nvidia_icd.json.template
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd' 'egl-wayland')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+replaces=('nvidia-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.${pkgver}"
+# Ensure that X finds glx
+ln -s "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1"
+ln -s "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so"
+
+# X wrapped software rendering
+install -D -m755 "libnvidia-wfb.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-wfb.so.${pkgver}"
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:45:06
  Author: felixonmars
Revision: 340167

upgpkg: nvidia-utils 415.18-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:28:49 UTC (rev 340166)
+++ PKGBUILD2018-11-20 20:45:06 UTC (rev 340167)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=410.78
+pkgver=415.18
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -16,7 +16,7 @@
 
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
 
sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'0bd7ed61dcfd4d7634ba450b106d7648fc274c256e7e4c4e51e544bd7779d68ffa08cba709ace5333679eeea1dbe4afa0c267361887eaa784d6f1369b717677d')
+
'8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e')
 
 
 create_links() {
@@ -109,7 +109,6 @@
 
 # nvidia-tls library
 install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}"
-install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/tls/libnvidia-tls.so.${pkgver}"
 
 # CUDA
 install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib/libcuda.so.${pkgver}"


[arch-commits] Commit in bash-language-server/repos/community-x86_64 (2 files)

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:44:21
  Author: felixonmars
Revision: 409208

archrelease: copy trunk to community-x86_64

Added:
  bash-language-server/repos/community-x86_64/PKGBUILD
(from rev 409207, bash-language-server/trunk/PKGBUILD)
Deleted:
  bash-language-server/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 20:44:00 UTC (rev 409207)
+++ PKGBUILD2018-11-20 20:44:21 UTC (rev 409208)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=bash-language-server
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
-arch=("x86_64")
-url="https://github.com/mads-hartmann/bash-language-server;
-license=("MIT")
-depends=("nodejs" "acorn")
-makedepends=("yarn" "typescript" "python2")
-source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;)
-sha512sums=('fbbbf9bbc200fd870d2d6e3780df1be48c6253418bc6849bb499860992c3fe681950c3e76867dd97f466bc26bba3302d6a871f6c6cf5d7a65082b11d8af91c1f')
-
-build() {
-cd "$srcdir/$pkgname-server-$pkgver"
-yarn
-cd server
-yarn run compile
-}
-
-package() {
-install -d "$pkgdir/usr/lib/$pkgname"
-cd "$pkgdir/usr/lib/$pkgname"
-cp -a "$srcdir/$pkgname-server-$pkgver/server/"* .
-
-rm -r node_modules/acorn
-
-install -d "$pkgdir/usr/bin"
-ln -s "/usr/lib/$pkgname/bin/main.js" "$pkgdir/usr/bin/$pkgname"
-}

Copied: bash-language-server/repos/community-x86_64/PKGBUILD (from rev 409207, 
bash-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 20:44:21 UTC (rev 409208)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=bash-language-server
+pkgver=1.5.5
+pkgrel=1
+pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
+arch=("x86_64")
+url="https://github.com/mads-hartmann/bash-language-server;
+license=("MIT")
+depends=("nodejs" "acorn")
+makedepends=("yarn" "typescript" "python2")
+source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;)
+sha512sums=('c9a0d4db3c68ab78cb05e22bba75b51586cccf6d44cf7102ac6e24ffb3cd02f8b20fa4d5ec60d0610aeda6e9479332e9b5eae498810662a7511a4e4ec8bcbcd6')
+
+build() {
+cd "$srcdir/$pkgname-server-$pkgver"
+yarn
+cd server
+yarn run compile
+}
+
+package() {
+install -d "$pkgdir/usr/lib/$pkgname"
+cd "$pkgdir/usr/lib/$pkgname"
+cp -a "$srcdir/$pkgname-server-$pkgver/server/"* .
+
+rm -r node_modules/acorn
+
+install -d "$pkgdir/usr/bin"
+ln -s "/usr/lib/$pkgname/bin/main.js" "$pkgdir/usr/bin/$pkgname"
+}


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:44:00
  Author: felixonmars
Revision: 409207

upgpkg: bash-language-server 1.5.5-1

Modified:
  bash-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:38:16 UTC (rev 409206)
+++ PKGBUILD2018-11-20 20:44:00 UTC (rev 409207)
@@ -2,8 +2,8 @@
 # Contributor: Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=bash-language-server
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
 arch=("x86_64")
 url="https://github.com/mads-hartmann/bash-language-server;
@@ -11,7 +11,7 @@
 depends=("nodejs" "acorn")
 makedepends=("yarn" "typescript" "python2")
 
source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;)
-sha512sums=('fbbbf9bbc200fd870d2d6e3780df1be48c6253418bc6849bb499860992c3fe681950c3e76867dd97f466bc26bba3302d6a871f6c6cf5d7a65082b11d8af91c1f')
+sha512sums=('c9a0d4db3c68ab78cb05e22bba75b51586cccf6d44cf7102ac6e24ffb3cd02f8b20fa4d5ec60d0610aeda6e9479332e9b5eae498810662a7511a4e4ec8bcbcd6')
 
 build() {
 cd "$srcdir/$pkgname-server-$pkgver"


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:38:16
  Author: felixonmars
Revision: 409206

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 409205, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 409205, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 409205, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 409205, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 409205, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 409205, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 409205, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-11-20 20:37:43 UTC (rev 409205)
+++ LICENSE 2018-11-20 20:38:16 UTC (rev 409206)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 409205, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-11-20 20:38:16 UTC (rev 409206)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 20:37:43 UTC (rev 409205)
+++ PKGBUILD2018-11-20 20:38:16 UTC (rev 409206)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.151
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 20:37:43
  Author: felixonmars
Revision: 409205

upgpkg: jenkins 2.152-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:34:49 UTC (rev 409204)
+++ PKGBUILD2018-11-20 20:37:43 UTC (rev 409205)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.151
+pkgver=2.152
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('65e3e7afbdd0a78587ef78a621226a7b2fd6b00705f91a6614404f501e8ef8acfa9edc201c9d5d1f982b4ee96813b9cf1a025e1f5bd134b3ea9456c2a900ef0e'
+sha512sums=('b9c3abd85058b63a132ef51e3d5b01f1fde6421d7ae349ecd43b630c4fdf8589ca7bd23d19bdc8c42424561f00092b80ecbb1a7de634f7ecbbedfb323c5e32c9'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2018-11-20 Thread Nicola Squartini via arch-commits
Date: Tuesday, November 20, 2018 @ 20:34:49
  Author: tensor5
Revision: 409204

archrelease: copy trunk to community-staging-any

Added:
  caprine/repos/community-staging-any/PKGBUILD
(from rev 409203, caprine/trunk/PKGBUILD)
  caprine/repos/community-staging-any/caprine.desktop
(from rev 409203, caprine/trunk/caprine.desktop)
  caprine/repos/community-staging-any/caprine.js
(from rev 409203, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-staging-any/PKGBUILD
  caprine/repos/community-staging-any/caprine.desktop
  caprine/repos/community-staging-any/caprine.js

-+
 PKGBUILD|  118 +++---
 caprine.desktop |   18 
 caprine.js  |   58 +-
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 20:34:32 UTC (rev 409203)
+++ PKGBUILD2018-11-20 20:34:49 UTC (rev 409204)
@@ -1,59 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.21.1
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('6a135262ac6e86f4a34bcc7fcf114387e708176e81ce6df2ae00cab22d427006'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/build
-rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-staging-any/PKGBUILD (from rev 409203, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 20:34:49 UTC (rev 409204)
@@ -0,0 +1,59 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.22.1
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('96af526cbbb0c2bad6e11e7b5724728908bd231e9535c47c937a4b484a68ed19'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/build
+rm 

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

2018-11-20 Thread Nicola Squartini via arch-commits
Date: Tuesday, November 20, 2018 @ 20:34:32
  Author: tensor5
Revision: 409203

upgpkg: caprine 2.22.1-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 20:28:47 UTC (rev 409202)
+++ PKGBUILD2018-11-20 20:34:32 UTC (rev 409203)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.21.1
+pkgver=2.22.1
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -12,7 +12,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('6a135262ac6e86f4a34bcc7fcf114387e708176e81ce6df2ae00cab22d427006'
+sha256sums=('96af526cbbb0c2bad6e11e7b5724728908bd231e9535c47c937a4b484a68ed19'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 


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

2018-11-20 Thread Nicola Squartini via arch-commits
Date: Tuesday, November 20, 2018 @ 20:21:49
  Author: tensor5
Revision: 409200

upgpkg: electron 3.0.10-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 19:40:00 UTC (rev 409199)
+++ PKGBUILD2018-11-20 20:21:49 UTC (rev 409200)
@@ -2,7 +2,7 @@
 
 _chromiumver=66.0.3359.181
 pkgname=electron
-pkgver=3.0.9
+pkgver=3.0.10
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')


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

2018-11-20 Thread Andreas Radke via arch-commits
Date: Tuesday, November 20, 2018 @ 20:09:08
  Author: andyrtr
Revision: 340161

upgpkg: ghostscript 9.26-1

upstream update 9.26

Modified:
  ghostscript/trunk/PKGBUILD
Deleted:
  ghostscript/trunk/ghostscript-9.25-security_fixes-2.patch

-+
 PKGBUILD|   14 
 ghostscript-9.25-security_fixes-2.patch |  994 --
 2 files changed, 4 insertions(+), 1004 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 18:58:30 UTC (rev 340160)
+++ PKGBUILD2018-11-20 20:09:08 UTC (rev 340161)
@@ -2,8 +2,8 @@
 
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.25
-pkgrel=4
+pkgver=9.26
+pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
 arch=('x86_64')
@@ -12,18 +12,12 @@
  'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.gz
-ghostscript-9.25-security_fixes-2.patch)
-sha512sums=('8b5efdbddfaa0395b4ee13b2d109cf610bc85dbba024a8bd9e01af37353649e6405868e2569d098e7c8ab8cb7b76162ab393dd4fad2f52f3bc3ba3047fdbc006'
-
'f3d225a913780364df04588ba08afb9a9547082a801ad23ff3429e117c6c9f511c4c0f35c464710c7d503fa8b80c3a2cbc77bf50bf0c2e846db2a6ec15f77e2e')
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.gz)
+sha512sums=('8862a4e7328a217b383a4c38caaabcc31930d38a80c3456668bb9de3aae943dec52dfbcc5eb5c18a9987a5f9b447bd4afe0e0c2e995a7de4eafa306fe246d229')
 
 prepare() {
   cd ghostpdl-${pkgver}
 
-  # patch taken from LFS
-  # https://seclists.org/oss-sec/2018/q4/79
-  patch -Np1 -i ../ghostscript-9.25-security_fixes-2.patch
-
   # force it to use system-libs
   rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
   # using tree freetype because of https://bugs.archlinux.org/task/56849

Deleted: ghostscript-9.25-security_fixes-2.patch
===
--- ghostscript-9.25-security_fixes-2.patch 2018-11-20 18:58:30 UTC (rev 
340160)
+++ ghostscript-9.25-security_fixes-2.patch 2018-11-20 20:09:08 UTC (rev 
340161)
@@ -1,994 +0,0 @@
-Submitted By: Ken Moffat 
-Date: 2018-10-21
-Initial Package Version: 9.25
-Upstream Status: Applied
-Origin: Upstream
-Description: Fixes another -dSAFER sandbox escape, probably in all
-all versions still in use.  This is exploitable from e.g. gimp,
-evince, and probably from some other applications which can use
-postscript files.  And add further updates to fix a vulnerability
-which can be exploited by malformed PDF files.
-
-Now tested, but I'll leave my notes below, because I was not really
-sure about which of the many commits could be ignored, and thought
-it best to keep a note of all the gory details.
-
-Commits added (from http://git.ghostscript.com/?p=ghostpdl.git) with notes:
-
-7c3e7ee to help applying 34cc326
-
-c76bf1c ditto
-
-f8ccc7d again for help in applying 34cc326, -ve offsets in gs_init
-
-a54c9e6 fix, failures in gs_fonts.ps manually fixed up, looks like
-maybe a partial reversal of xsome earlier change
-
-1778db6
-
-a680739
-
-a5a9bf8 -ve offsets in gs_fonts.ps
-
-34cc326 -ve offsets in gs_init.ps
-
-8d19fdf -ve offsets in gs_fonts.ps, gs_init.ps, gs_setpd.ps
-
-
-diff -Naur ghostscript-9.25/base/gdevdflt.c ghostscript-9.25-1/base/gdevdflt.c
 ghostscript-9.25/base/gdevdflt.c   2018-09-13 11:02:01.0 +0100
-+++ ghostscript-9.25-1/base/gdevdflt.c 2018-10-19 23:12:55.395883189 +0100
-@@ -1044,6 +1044,11 @@
- dev_param_req_t *request = (dev_param_req_t *)data;
- return gx_default_get_param(pdev, request->Param, 
request->list);
- }
-+case gxdso_current_output_device:
-+{
-+*(gx_device **)data = pdev;
-+return 0;
-+}
- }
- return_error(gs_error_undefined);
- }
-diff -Naur ghostscript-9.25/base/gxdevsop.h ghostscript-9.25-1/base/gxdevsop.h
 ghostscript-9.25/base/gxdevsop.h   2018-09-13 11:02:01.0 +0100
-+++ ghostscript-9.25-1/base/gxdevsop.h 2018-10-19 23:12:55.395883189 +0100
-@@ -327,6 +327,10 @@
- gxdso_JPEG_passthrough_data,
- gxdso_JPEG_passthrough_end,
- gxdso_supports_iccpostrender,
-+/* Retrieve the last device in a device chain
-+   (either forwarding or subclass devices).
-+ */
-+gxdso_current_output_device,
- /* Add new gxdso_ keys above this. */
- gxdso_pattern__LAST
- };
-diff -Naur ghostscript-9.25/psi/interp.c ghostscript-9.25-1/psi/interp.c
 ghostscript-9.25/psi/interp.c  2018-09-13 11:02:01.0 +0100
-+++ 

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

2018-11-20 Thread Andreas Radke via arch-commits
Date: Tuesday, November 20, 2018 @ 20:09:22
  Author: andyrtr
Revision: 340162

archrelease: copy trunk to testing-x86_64

Added:
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 340161, ghostscript/trunk/PKGBUILD)

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

Copied: ghostscript/repos/testing-x86_64/PKGBUILD (from rev 340161, 
ghostscript/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-20 20:09:22 UTC (rev 340162)
@@ -0,0 +1,97 @@
+# Maintainer: AndyRTR 
+
+pkgbase=ghostscript
+pkgname=(ghostscript ghostxps ghostpcl)
+pkgver=9.26
+pkgrel=1
+pkgdesc="An interpreter for the PostScript language"
+url="https://www.ghostscript.com/;
+arch=('x86_64')
+license=('AGPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
+makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.gz)
+sha512sums=('8862a4e7328a217b383a4c38caaabcc31930d38a80c3456668bb9de3aae943dec52dfbcc5eb5c18a9987a5f9b447bd4afe0e0c2e995a7de4eafa306fe246d229')
+
+prepare() {
+  cd ghostpdl-${pkgver}
+
+  # force it to use system-libs
+  rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
+  # using tree freetype because of https://bugs.archlinux.org/task/56849
+  # lcms2mt is the new lcms2 fork aimed to replace lcms2 in a thread safe way
+}
+
+build() {
+  cd ghostpdl-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-dynamic \
+  --with-ijs \
+  --with-jbig2dec \
+  --with-x \
+  --with-drivers=ALL \
+  --with-fontpath=/usr/share/fonts/gsfonts \
+  --enable-fontconfig \
+  --enable-freetype \
+  --enable-openjpeg \
+  --without-luratech \
+  --with-system-libtiff \
+  --with-libpaper \
+  --disable-compile-inits #--help # needed for linking with 
system-zlib
+
+  make so-only
+}
+
+package_ghostscript() {
+  optdepends=('texlive-core:  needed for dvipdf'
+  'gtk3:  needed for gsx')
+
+  cd ghostpdl-${pkgver}
+
+  make DESTDIR="${pkgdir}" \
+   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
+   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
+   soinstall
+  ln -s gsc "${pkgdir}"/usr/bin/gs
+
+  # remove useless broken doc/ symlink - FS#59507
+  rm -f "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc
+
+  # remove unwanted localized manpages
+  rm -r "${pkgdir}"/usr/share/man/de
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostxps() {
+  pkgdesc="${pkgdesc/PostScript/XPS document}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+
+  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
+  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
+
+  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver%.*}
+  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%rc*}
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostpcl() {
+  pkgdesc="${pkgdesc/PostScript/PCL 6}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+
+  install -Dt "${pkgdir}"/usr/bin sobin/gpcl6c
+  ln -sf gpcl6c "${pkgdir}"/usr/bin/gpcl6
+
+  install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver%.*}
+  ln -s libgpcl6.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%rc*}
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}


[arch-commits] Commit in jupyterlab (3 files)

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 19:40:00
  Author: arojas
Revision: 409199

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/
  jupyterlab/repos/community-any/
  jupyterlab/repos/community-any/PKGBUILD
(from rev 409198, jupyterlab/trunk/PKGBUILD)

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

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 409198, 
jupyterlab/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-11-20 19:40:00 UTC (rev 409199)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+pkgver=0.35.4
+pkgrel=1
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab;
+license=(custom)
+makedepends=(python-setuptools nodejs)
+depends=(jupyterlab_server)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz;)
+sha256sums=('601316b94b161f8b54f441a1a328606688867958c021d070ed9b8e5e549c1051')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # symlink to fix assets
+  install -d "$pkgdir"/usr/share/jupyter
+  ln -s `python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`/jupyterlab "$pkgdir"/usr/share/jupyter/lab
+}


[arch-commits] Commit in jupyterlab_server (3 files)

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 19:39:40
  Author: arojas
Revision: 409198

archrelease: copy trunk to community-any

Added:
  jupyterlab_server/repos/
  jupyterlab_server/repos/community-any/
  jupyterlab_server/repos/community-any/PKGBUILD
(from rev 409197, jupyterlab_server/trunk/PKGBUILD)

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

Copied: jupyterlab_server/repos/community-any/PKGBUILD (from rev 409197, 
jupyterlab_server/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-11-20 19:39:40 UTC (rev 409198)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Guillaume Duboc 
+
+pkgname=jupyterlab_server
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="http://jupyter.org/;
+license=(custom)
+depends=(jupyter-notebook)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('72d916a73957a880cdb885def6d8664a6d1b2760ef5dca5ad665aa1e8d1bb783')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (6 files)

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 19:38:57
  Author: arojas
Revision: 409197

Add jupyterlab (14 votes)

Added:
  jupyterlab/
  jupyterlab/trunk/
  jupyterlab/trunk/PKGBUILD
  jupyterlab_server/
  jupyterlab_server/trunk/
  jupyterlab_server/trunk/PKGBUILD

--+
 jupyterlab/trunk/PKGBUILD|   29 +
 jupyterlab_server/trunk/PKGBUILD |   26 ++
 2 files changed, 55 insertions(+)

Added: jupyterlab/trunk/PKGBUILD
===
--- jupyterlab/trunk/PKGBUILD   (rev 0)
+++ jupyterlab/trunk/PKGBUILD   2018-11-20 19:38:57 UTC (rev 409197)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+pkgver=0.35.4
+pkgrel=1
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab;
+license=(custom)
+makedepends=(python-setuptools nodejs)
+depends=(jupyterlab_server)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz;)
+sha256sums=('601316b94b161f8b54f441a1a328606688867958c021d070ed9b8e5e549c1051')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # symlink to fix assets
+  install -d "$pkgdir"/usr/share/jupyter
+  ln -s `python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`/jupyterlab "$pkgdir"/usr/share/jupyter/lab
+}

Added: jupyterlab_server/trunk/PKGBUILD
===
--- jupyterlab_server/trunk/PKGBUILD(rev 0)
+++ jupyterlab_server/trunk/PKGBUILD2018-11-20 19:38:57 UTC (rev 409197)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Guillaume Duboc 
+
+pkgname=jupyterlab_server
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="http://jupyter.org/;
+license=(custom)
+depends=(jupyter-notebook)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('72d916a73957a880cdb885def6d8664a6d1b2760ef5dca5ad665aa1e8d1bb783')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-11-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 20, 2018 @ 19:37:59
  Author: spupykin
Revision: 409196

archrelease: copy trunk to community-x86_64

Added:
  libunibreak/repos/community-x86_64/PKGBUILD
(from rev 409195, libunibreak/trunk/PKGBUILD)
Deleted:
  libunibreak/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 19:37:48 UTC (rev 409195)
+++ PKGBUILD2018-11-20 19:37:59 UTC (rev 409196)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Orivej Desh 
-
-pkgname=libunibreak
-pkgver=4.0
-pkgrel=2
-pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
-arch=("x86_64")
-url="https://github.com/adah1972/libunibreak/;
-license=("custom:zlib/libpng")
-depends=()
-replaces=('liblinebreak')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-sha256sums=('8ea270d2d9dea6b633f7de1a4a624163c3549b4b6f5031f08c6b96d704d58aa4')
-
-build() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/lib/*.a
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 409195, 
libunibreak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 19:37:59 UTC (rev 409196)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Orivej Desh 
+
+pkgname=libunibreak
+pkgver=4.1
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("x86_64")
+url="https://github.com/adah1972/libunibreak/;
+license=("custom:zlib/libpng")
+depends=()
+replaces=('liblinebreak')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+sha256sums=('34e9eb2ce2567c07b2b79a388f2ac9e1c0794de457664f8497eaf174c9b371c9')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib/*.a
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-11-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 20, 2018 @ 19:37:48
  Author: spupykin
Revision: 409195

upgpkg: libunibreak 4.1-1

Modified:
  libunibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 19:31:01 UTC (rev 409194)
+++ PKGBUILD2018-11-20 19:37:48 UTC (rev 409195)
@@ -2,8 +2,8 @@
 # Contributor: Orivej Desh 
 
 pkgname=libunibreak
-pkgver=4.0
-pkgrel=2
+pkgver=4.1
+pkgrel=1
 pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
 arch=("x86_64")
 url="https://github.com/adah1972/libunibreak/;
@@ -11,7 +11,7 @@
 depends=()
 replaces=('liblinebreak')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-sha256sums=('8ea270d2d9dea6b633f7de1a4a624163c3549b4b6f5031f08c6b96d704d58aa4')
+sha256sums=('34e9eb2ce2567c07b2b79a388f2ac9e1c0794de457664f8497eaf174c9b371c9')
 
 build() {
   cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"


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

2018-11-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 20, 2018 @ 19:31:01
  Author: spupykin
Revision: 409194

archrelease: copy trunk to community-x86_64

Added:
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 409193, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch
(from rev 409193, freerdp/trunk/fix_nla-8cd156a-backport.patch)
Deleted:
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch

+
 PKGBUILD   |  103 +++
 fix_nla-8cd156a-backport.patch |   96 ++--
 2 files changed, 99 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 19:30:48 UTC (rev 409193)
+++ PKGBUILD2018-11-20 19:31:01 UTC (rev 409194)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stijn Segers 
-
-pkgname=freerdp
-epoch=1
-pkgver=2.0.0_rc3
-#_commit=6001cb710dc67eb8811362b7bf383754257a902b
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=1
-pkgdesc="Free RDP client"
-arch=('x86_64')
-url="http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl' 'git')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-  'libwinpr2.so')
-#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
-   fix_nla-8cd156a-backport.patch)
-sha256sums=('d32d4a092e468deb3a1296e8358f900bf7e80afd0876d815ba43622ce29596c5'
-'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
-
-prepare() {
- cd "$srcdir"/FreeRDP-${_pkgver}
-# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
-}
-
-build() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSE=ON \
-   -DWITH_CUPS=ON \
-   -DWITH_CHANNELS=ON \
-   -DWITH_CLIENT_CHANNELS=ON \
-   -DWITH_SERVER_CHANNELS=ON \
-   -DWITH_WAYLAND=ON \
-   .
-  make
-}
-
-package() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freerdp/repos/community-x86_64/PKGBUILD (from rev 409193, 
freerdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 19:31:01 UTC (rev 409194)
@@ -0,0 +1,51 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=2.0.0_rc4
+#_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=1
+pkgdesc="Free RDP client"
+arch=('x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+   fix_nla-8cd156a-backport.patch)
+sha256sums=('3406f3bfab63f81c1533029a5bf73949ff60f22f6e155c5a08005b8b8afe6d49'
+'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
+
+prepare() {
+ cd "$srcdir"/FreeRDP-${_pkgver}
+# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
+}
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fix_nla-8cd156a-backport.patch
===
--- fix_nla-8cd156a-backport.patch  2018-11-20 19:30:48 UTC (rev 409193)
+++ fix_nla-8cd156a-backport.patch  2018-11-20 19:31:01 UTC (rev 409194)
@@ -1,48 +0,0 @@
-From: Bernhard Miklautz 
-Date: Wed, 14 Mar 2018 13:39:23 +0100
-Subject: [PATCH] fix nla: don't use server version
-
-FreeRDP currently only supports CredSSP protocol version 3. 

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

2018-11-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 20, 2018 @ 19:30:48
  Author: spupykin
Revision: 409193

upgpkg: freerdp 1:2.0.0_rc4-1

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 18:15:16 UTC (rev 409192)
+++ PKGBUILD2018-11-20 19:30:48 UTC (rev 409193)
@@ -3,7 +3,7 @@
 
 pkgname=freerdp
 epoch=1
-pkgver=2.0.0_rc3
+pkgver=2.0.0_rc4
 #_commit=6001cb710dc67eb8811362b7bf383754257a902b
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
@@ -22,7 +22,7 @@
 
#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
fix_nla-8cd156a-backport.patch)
-sha256sums=('d32d4a092e468deb3a1296e8358f900bf7e80afd0876d815ba43622ce29596c5'
+sha256sums=('3406f3bfab63f81c1533029a5bf73949ff60f22f6e155c5a08005b8b8afe6d49'
 '2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
 
 prepare() {


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

2018-11-20 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, November 20, 2018 @ 18:58:30
  Author: bisson
Revision: 340160

archrelease: copy trunk to extra-x86_64

Added:
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
(from rev 340159, libjpeg-turbo/trunk/PKGBUILD)
Deleted:
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 18:56:59 UTC (rev 340159)
+++ PKGBUILD2018-11-20 18:58:30 UTC (rev 340160)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Contributor: Simone Sclavi 'Ito' 
-
-pkgname=libjpeg-turbo
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
-url='https://libjpeg-turbo.org/'
-arch=('x86_64')
-license=('custom')
-makedepends=('cmake' 'nasm' 'jdk8-openjdk')
-validpgpkeys=('7D6293CC6378786E1B5C496885C7044E033FDE16')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('778876105d0d316203c928fd2a0374c8c01f755d0a00b12a1c8934aeccff8868'
-'SKIP')
-
-provides=('libjpeg=8.2.2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/Szathmáry/Szathmary/g' -i java/org/libjpegturbo/turbojpeg/*.java
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -DWITH_JAVA=1 \
-   -DWITH_JPEG8=1 \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-   .
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make \
-   DESTDIR="${pkgdir}" \
-   docdir="/usr/share/doc/${pkgname}" \
-   exampledir="/usr/share/doc/${pkgname}" \
-   install
-
-   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-   ln -s ../../doc/libjpeg-turbo/LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
-   install -m 644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
-}

Copied: libjpeg-turbo/repos/extra-x86_64/PKGBUILD (from rev 340159, 
libjpeg-turbo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 18:58:30 UTC (rev 340160)
@@ -0,0 +1,54 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libjpeg-turbo
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
+url='https://libjpeg-turbo.org/'
+arch=('x86_64')
+license=('custom')
+makedepends=('cmake' 'nasm' 'jdk8-openjdk')
+validpgpkeys=('7D6293CC6378786E1B5C496885C7044E033FDE16')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('e5f86cec31df1d39596e0cca619ab1b01f99025a27dafdfc97a30f3a12f866ff'
+'SKIP')
+
+provides=('libjpeg=8.2.2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/Szathmáry/Szathmary/g' -i java/org/libjpegturbo/turbojpeg/*.java
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -DWITH_JAVA=1 \
+   -DWITH_JPEG8=1 \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+   .
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make \
+   DESTDIR="${pkgdir}" \
+   docdir="/usr/share/doc/${pkgname}" \
+   exampledir="/usr/share/doc/${pkgname}" \
+   install
+
+   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+   ln -s ../../doc/libjpeg-turbo/LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
+   install -m 644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
+}


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

2018-11-20 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, November 20, 2018 @ 18:56:59
  Author: bisson
Revision: 340159

upstream update

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 17:49:44 UTC (rev 340158)
+++ PKGBUILD2018-11-20 18:56:59 UTC (rev 340159)
@@ -3,7 +3,7 @@
 # Contributor: Simone Sclavi 'Ito' 
 
 pkgname=libjpeg-turbo
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
 url='https://libjpeg-turbo.org/'
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'nasm' 'jdk8-openjdk')
 validpgpkeys=('7D6293CC6378786E1B5C496885C7044E033FDE16')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('778876105d0d316203c928fd2a0374c8c01f755d0a00b12a1c8934aeccff8868'
+sha256sums=('e5f86cec31df1d39596e0cca619ab1b01f99025a27dafdfc97a30f3a12f866ff'
 'SKIP')
 
 provides=('libjpeg=8.2.2')


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-11-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 20, 2018 @ 18:15:16
  Author: andrewsc
Revision: 409192

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 409191, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 18:14:47 UTC (rev 409191)
+++ PKGBUILD2018-11-20 18:15:16 UTC (rev 409192)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=64.0b10
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('3d840daf436d79639577cc56b2e0eaa50e61fc5b35845ad07a2c70a1a720a163e04ce305d28633a7f7275e53483555b0dfbc842a1f8fb646a17ec51365db069d'
-
'5fc03c145a6e6b7e4aa1275b7ceb003deef1590569bf8fd1d97f6246b18aa004d5ae9c5b825b1164b84e8bf47f1417f01d58a531275fe0ea8dbee2d2f2c846d8'
-
'0c3da0f9155f8c252322d3810944e48544a3cc61c84b1833cfd7b395e210b313f8758bcc9e39de63ce3d93db4e335f307fdbeff411cd85929c294b86353dd478'
-
'f87a47c6fcbc04d96a49de5c61e5c45d8335a9ddc66c75fa86a8997eb057842f90c4d157c109f14b6fe125ffc433f3c7f295ea4d4995365268d776f069441e9f'
-
'b921d47164f17355941f4203e7aa28dca9b39c78abf8a179ff56eb56490ccbd000e373680f4e1dfed20aa8dc5a26ba185a8e1ff9bd7bed9c3a74d83995ccb772'
-
'ca15e9b3b8b393f9ef570920f20e69cc129dbc1f30fe2a490f0d7633c82e1898c131da6ab39cee51cf0d3f7261b62428a4ca79d25751fa1ce770da4a67833400'
-

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

2018-11-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 20, 2018 @ 18:14:47
  Author: andrewsc
Revision: 409191

upgpkg: firefox-developer-edition-i18n 64.0b11-1

firefox-developer-edition-i18n: Updating to 64.0b11

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 18:09:39 UTC (rev 409190)
+++ PKGBUILD2018-11-20 18:14:47 UTC (rev 409191)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=64.0b10
+pkgver=64.0b11
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('3d840daf436d79639577cc56b2e0eaa50e61fc5b35845ad07a2c70a1a720a163e04ce305d28633a7f7275e53483555b0dfbc842a1f8fb646a17ec51365db069d'
-
'5fc03c145a6e6b7e4aa1275b7ceb003deef1590569bf8fd1d97f6246b18aa004d5ae9c5b825b1164b84e8bf47f1417f01d58a531275fe0ea8dbee2d2f2c846d8'
-
'0c3da0f9155f8c252322d3810944e48544a3cc61c84b1833cfd7b395e210b313f8758bcc9e39de63ce3d93db4e335f307fdbeff411cd85929c294b86353dd478'
-
'f87a47c6fcbc04d96a49de5c61e5c45d8335a9ddc66c75fa86a8997eb057842f90c4d157c109f14b6fe125ffc433f3c7f295ea4d4995365268d776f069441e9f'
-
'b921d47164f17355941f4203e7aa28dca9b39c78abf8a179ff56eb56490ccbd000e373680f4e1dfed20aa8dc5a26ba185a8e1ff9bd7bed9c3a74d83995ccb772'
-
'ca15e9b3b8b393f9ef570920f20e69cc129dbc1f30fe2a490f0d7633c82e1898c131da6ab39cee51cf0d3f7261b62428a4ca79d25751fa1ce770da4a67833400'
-
'0c3c9daccb63c61895470f8d8d250dad66b9f5d7d4a95fcac225f7a246f052975645ff9804d8cf90a56f66fbb95f54af4a3f31d046938f3d2116740bcf2276d4'
-
'c4ca8a1fcf789ff66dc79dc38193aad01d8cefe146d567cd3836502cd6bbee91106ec8746807a80acbaf5249dc479169697f20c2991765f741cfa0e898fa2e33'
-
'980d886c156acf9c615c2a6a36bddc4623b94430f1b1d9ba5006075ec0762b0e7adb4e02de9980a6d2901f9e3e3f5a1f96877f0cc8509c6671a1405753e000e1'
-
'e8daf94fc52098956d66ff08c85f211311ccf7492c18e338edb740cff5db20b2d690b15886491d7449fd0d29a7e77aa739bbac3c1dd4bc63d20cb57a87c851ff'
-
'91cd3ac7ab54e7b1e72a3b65ad661c2177edc00491e5fa0f45128c4ee2db9847571557fc252e39b7cf0b21e335cf4a12061adc7ac404e680eb66999696e362bf'
-
'420e0afcb45ce1520d3cfc7435bb71578258158ffd1fb3d02579fc8deb4102950bafd50ae50c4e355f4bb227aa52a827dc9431bb4e3aede46b18c5dfddbcd1ec'
-
'93e0e014a0d79af6e290306d22069bb6b983b8e695d0efbd33a2573699188c146fe0bb978fc48e9befdc131a5f2721726ce6a04b2232433d342173c489b58c43'
-
'23f8a2c63c7c90bb6609f2d9c4d3c4ab5df985fa7c3a47a7dd984cf505fe3305e8d707d4425370e7a8ea31489e86314238224487d485304837f4baf18875bc7d'
-
'15486120fca8c3a673a30f205eda7a25e207c5140277186025b9ce6709b2457b5d5328f72efe1f7dd0318fe3073bb9a77ffd631e73b6f4bb5ff35b8d20962a66'
-
'eeb6c88810d39d57c01afb06205f69af5392ad53109eba0127e03ff1d35da6dbea1978a78744d3f16b0697ea3316443f5b459725047951263cc16e92f7c5d25f'
-
'9aa22bf1850f49325b142a9487179e93d117d869f508815bd623fee2022a3e5893764e49141587fd1623557847d57cc2addb9e5983accd7c3796263b11655786'
-
'a96d6c8b38c353108684b7465e842acca849f5544dd93caaa86595ad1415b1e76c5dc53b3359d5f3e95c0317be38dc51ebdec24bad2a773b3d3d872637b107b8'
-
'5ab7ee4dcadc3d2dec63037adeff29af983bbd0acf83053100650d88b453808b77b3d01c75a6f9a7647e6a2ef78af78f51abb4f856ced02c8d9743f55ed2'
-
'c7dd71cac6d7ae61cab9ee6c64a7309a39fe09f74e1b0a25f9805081be8bb901bff4f823a7973f94b464ff2b8fa0bb5c5d45e427bf9d7e7b1e9fd1bd511352ef'
-
'e12cddcab451ce2aa4b3500422d43e6940ba98c0a7e4820d4e95dab2e225560e98142d59d79147a546c4ce9a78cf761282438aba833729c0eccb34ca2ebc74ea'
-
'52b130d77bb2d226ba2b1d3ac9726430002c433f99a90a3537426bbd017146232f613926a565cd3b0e92f9f574dace6e30fc6062ea38e21184c0fb4d41c3f0f9'
-
'6677fa61bddbe69b501ab996de9acabe8e3570a8248388c25a4de5aa8a45b8bf24c7ddfdd71f38dc6ad943ef3c8548ed4ce44306d36cdc99ac4c10a43dabfd6b'
-
'b205a2e28109e5df969e90f7e61690eaa2eaa88aefbc358f9d5309476ec1e4f4b39c8a1bde9806eb103c6db635ef12d1479d6956cf7f87f4868314e0e2ccfbbe'
-
'3fb4c57e7472c04fdb4dce6310993229a566bc0c8ad62446d29eb9678e716888fe7921e00f69832df51befa0fa9bbfbb49534d8a0220e36d60751f38c662f571'
-
'ec5a3afef176fa10634b04dd5666a34c6af8ae46eb12b6aca0f38c35c876f208596258602b207b6a54071c3f96ef89217bb6c9807f81011bb2a002bdc71cfb34'
-
'e16e37507429adfbbb1b527a4d91cfd6f9ac8537f3ac017de66e5ac8a92b4296ca421a87717c5676234b64e623a033c5e1457bda6b1ac1c958528a17c3f02358'
-
'1de801c9ad821a14c10d0e5fbfe280f6d9b9df18656fcc68fc051b4e9e21638d4c845b7a6a99ebe70ba8e0325bb17945ee39fa6553ca8f7f61e8ff3b6b628371'
-

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

2018-11-20 Thread Pierre Schmitz via arch-commits
Date: Tuesday, November 20, 2018 @ 18:09:39
  Author: pierre
Revision: 409190

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-openssl/repos/multilib-testing-x86_64/
  lib32-openssl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 409189, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-testing-x86_64/ca-dir.patch
(from rev 409189, lib32-openssl/trunk/ca-dir.patch)

--+
 PKGBUILD |   62 +
 ca-dir.patch |   31 
 2 files changed, 93 insertions(+)

Copied: lib32-openssl/repos/multilib-testing-x86_64/PKGBUILD (from rev 409189, 
lib32-openssl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-11-20 18:09:39 UTC (rev 409190)
@@ -0,0 +1,62 @@
+# Maintainer: Pierre Schmitz 
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+epoch=1
+_ver=1.1.1a
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-glibc' "${_pkgbasename}")
+optdepends=('ca-certificates')
+source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
+'ca-dir.patch')
+sha256sums=('fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41'
+'SKIP'
+'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i "$srcdir"/ca-dir.patch
+}
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared no-ssl3-method linux-elf \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make MAKEDEPPROG="${CC}" depend
+   make
+}
+
+check() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i "$srcdir"/ca-dir.patch
+   make test
+   patch -p0 -i "$srcdir"/ca-dir.patch
+}
+
+package() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+   make DESTDIR="$pkgdir" install_sw
+
+   rm -rf ${pkgdir}/{usr/{include,bin},etc}
+   mkdir -p "$pkgdir"/usr/share/licenses
+   ln -s $_pkgbasename "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: lib32-openssl/repos/multilib-testing-x86_64/ca-dir.patch (from rev 
409189, lib32-openssl/trunk/ca-dir.patch)
===
--- multilib-testing-x86_64/ca-dir.patch(rev 0)
+++ multilib-testing-x86_64/ca-dir.patch2018-11-20 18:09:39 UTC (rev 
409190)
@@ -0,0 +1,31 @@
+--- apps/CA.pl.in  2018-09-11 14:48:19.0 +0200
 apps/CA.pl.in  2018-09-11 16:16:32.125629435 +0200
+@@ -33,7 +33,7 @@
+ my $PKCS12 = "$openssl pkcs12";
+ 
+ # default openssl.cnf file has setup as per the following
+-my $CATOP = "./demoCA";
++my $CATOP = "/etc/ssl";
+ my $CAKEY = "cakey.pem";
+ my $CAREQ = "careq.pem";
+ my $CACERT = "cacert.pem";
+--- apps/openssl.cnf   2018-09-11 14:48:20.0 +0200
 apps/openssl.cnf   2018-09-11 16:16:32.125629435 +0200
+@@ -43,7 +43,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  # Where everything is kept
+ certs = $dir/certs# Where the issued certs are kept
+ crl_dir   = $dir/crl  # Where the issued crl are kept
+ database  = $dir/index.txt# database index file.
+@@ -327,7 +327,7 @@
+ [ tsa_config1 ]
+ 
+ # These are used by the TSA reply generation only.
+-dir   = ./demoCA  # TSA root directory
++dir   = /etc/ssl  # TSA root directory
+ serial= $dir/tsaserial# The current serial number 
(mandatory)
+ crypto_device = builtin   # OpenSSL engine to use for signing
+ signer_cert   = $dir/tsacert.pem  # The TSA signing certificate


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

2018-11-20 Thread Pierre Schmitz via arch-commits
Date: Tuesday, November 20, 2018 @ 18:09:34
  Author: pierre
Revision: 409189

upgpkg: lib32-openssl 1:1.1.1.a-1

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 18:08:49 UTC (rev 409188)
+++ PKGBUILD2018-11-20 18:09:34 UTC (rev 409189)
@@ -3,7 +3,7 @@
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
 epoch=1
-_ver=1.1.1
+_ver=1.1.1a
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
@@ -15,7 +15,7 @@
 optdepends=('ca-certificates')
 source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d'
+sha256sums=('fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41'
 'SKIP'
 '0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
@@ -28,7 +28,7 @@
 }
 
 build() {
-   export CC="gcc -m32"
+   export CC="gcc -m32"
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-11-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 20, 2018 @ 18:08:49
  Author: andrewsc
Revision: 409188

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 409187, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 409187, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 409187, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 409187, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  346 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 590 insertions(+), 590 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 18:08:22 UTC (rev 409187)
+++ PKGBUILD2018-11-20 18:08:49 UTC (rev 409188)
@@ -1,173 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=64.0b10
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options 

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

2018-11-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 20, 2018 @ 18:08:22
  Author: andrewsc
Revision: 409187

upgpkg: firefox-developer-edition 64.0b11-1

firefox-developer-edition: Updating to 64.0b11

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 16:35:16 UTC (rev 409186)
+++ PKGBUILD2018-11-20 18:08:22 UTC (rev 409187)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=64.0b10
+pkgver=64.0b11
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-11-20 Thread Pierre Schmitz via arch-commits
Date: Tuesday, November 20, 2018 @ 17:49:44
  Author: pierre
Revision: 340158

archrelease: copy trunk to testing-x86_64

Added:
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 340157, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 340157, openssl/trunk/ca-dir.patch)

--+
 PKGBUILD |   54 ++
 ca-dir.patch |   31 +++
 2 files changed, 85 insertions(+)

Copied: openssl/repos/testing-x86_64/PKGBUILD (from rev 340157, 
openssl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-20 17:49:44 UTC (rev 340158)
@@ -0,0 +1,54 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl
+_ver=1.1.1a
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+backup=('etc/ssl/openssl.cnf')
+source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"{,.asc}
+'ca-dir.patch')
+sha256sums=('fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41'
+'SKIP'
+'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd "$srcdir/$pkgname-$_ver"
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i "$srcdir/ca-dir.patch"
+}
+
+build() {
+   cd "$srcdir/$pkgname-$_ver"
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-x86_64 \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make depend
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$_ver"
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i "$srcdir/ca-dir.patch"
+   make test
+   patch -p0 -i "$srcdir/ca-dir.patch"
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_ver"
+   make DESTDIR=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install_sw 
install_ssldirs install_man_docs
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-x86_64/ca-dir.patch (from rev 340157, 
openssl/trunk/ca-dir.patch)
===
--- testing-x86_64/ca-dir.patch (rev 0)
+++ testing-x86_64/ca-dir.patch 2018-11-20 17:49:44 UTC (rev 340158)
@@ -0,0 +1,31 @@
+--- apps/CA.pl.in  2018-09-11 14:48:19.0 +0200
 apps/CA.pl.in  2018-09-11 16:16:32.125629435 +0200
+@@ -33,7 +33,7 @@
+ my $PKCS12 = "$openssl pkcs12";
+ 
+ # default openssl.cnf file has setup as per the following
+-my $CATOP = "./demoCA";
++my $CATOP = "/etc/ssl";
+ my $CAKEY = "cakey.pem";
+ my $CAREQ = "careq.pem";
+ my $CACERT = "cacert.pem";
+--- apps/openssl.cnf   2018-09-11 14:48:20.0 +0200
 apps/openssl.cnf   2018-09-11 16:16:32.125629435 +0200
+@@ -43,7 +43,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  # Where everything is kept
+ certs = $dir/certs# Where the issued certs are kept
+ crl_dir   = $dir/crl  # Where the issued crl are kept
+ database  = $dir/index.txt# database index file.
+@@ -327,7 +327,7 @@
+ [ tsa_config1 ]
+ 
+ # These are used by the TSA reply generation only.
+-dir   = ./demoCA  # TSA root directory
++dir   = /etc/ssl  # TSA root directory
+ serial= $dir/tsaserial# The current serial number 
(mandatory)
+ crypto_device = builtin   # OpenSSL engine to use for signing
+ signer_cert   = $dir/tsacert.pem  # The TSA signing certificate


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

2018-11-20 Thread Pierre Schmitz via arch-commits
Date: Tuesday, November 20, 2018 @ 17:49:32
  Author: pierre
Revision: 340157

upgpkg: openssl 1.1.1.a-1

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 15:54:23 UTC (rev 340156)
+++ PKGBUILD2018-11-20 17:49:32 UTC (rev 340157)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-_ver=1.1.1
+_ver=1.1.1a
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
@@ -14,7 +14,7 @@
 backup=('etc/ssl/openssl.cnf')
 source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d'
+sha256sums=('fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41'
 'SKIP'
 '0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')


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

2018-11-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 20, 2018 @ 16:35:16
  Author: svenstaro
Revision: 409186

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 409185, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 409185, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 409185, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 409185, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 409185, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 409185, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 409185, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 409185, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 409185, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 409185, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 409185, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 409185, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  430 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +-
 gitlab-backup.service  |   40 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   44 +-
 gitlab-sidekiq.service |   62 +--
 gitlab-unicorn.service |   68 +--
 gitlab.install |   40 +-
 gitlab.logrotate   |   22 -
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +--
 12 files changed, 434 insertions(+), 434 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 16:35:03 UTC (rev 409185)
+++ PKGBUILD2018-11-20 16:35:16 UTC (rev 409186)
@@ -1,215 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=11.4.5
-pkgrel=2
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-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-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('24423cee783d53e4bb3d0862d076020ced636b01afb5912d1e435fb734aa75a5aaf01f08ad529d5d18e3738e1a24b29b971f366758928b6694a601822c4ce4c1'
-
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
-

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

2018-11-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 20, 2018 @ 16:35:03
  Author: svenstaro
Revision: 409185

upgpkg: gitlab 11.4.6-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 16:19:03 UTC (rev 409184)
+++ PKGBUILD2018-11-20 16:35:03 UTC (rev 409185)
@@ -7,8 +7,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=11.4.5
-pkgrel=2
+pkgver=11.4.6
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('24423cee783d53e4bb3d0862d076020ced636b01afb5912d1e435fb734aa75a5aaf01f08ad529d5d18e3738e1a24b29b971f366758928b6694a601822c4ce4c1'
+sha512sums=('f0dd0c1b874fae0af4d79d02602f8e8502f3195c7d5c1d92d1eae55ce205fcfb8d4d4826ace79bc4327307172caedb09192cdd789a2669c70efdc5781a098340'
 
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
 
'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab4647f99b3128c0e16aba375ecb191e47e1b9045587a84322e216e5cda940904c4fa6271c'
 
'69e6f43008389fb54bba6cea61adb0dbf5b75c5796f5cca327326f20f329365c003847bbd6d53b113a0afb1a0d3a0b101a92476739daf85f65c670a1d4466f9c'


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

2018-11-20 Thread Christian Hesse via arch-commits
Date: Tuesday, November 20, 2018 @ 16:18:54
  Author: eworm
Revision: 409183

upgpkg: gitolite 3.6.10-2

install tmpfiles config to create home directory

Added:
  gitolite/trunk/gitolite-tmpfiles.conf
Modified:
  gitolite/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++
 gitolite-tmpfiles.conf |1 +
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 16:18:25 UTC (rev 409182)
+++ PKGBUILD2018-11-20 16:18:54 UTC (rev 409183)
@@ -4,7 +4,7 @@
 
 pkgname=gitolite
 pkgver=3.6.10
-pkgrel=1
+pkgrel=2
 pkgdesc='An access control layer on top of git'
 url='https://github.com/sitaramc/gitolite'
 arch=('any')
@@ -11,9 +11,11 @@
 license=('GPL2')
 depends=('git' 'perl' 'openssh')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz"
-'gitolite-sysusers.conf')
+'gitolite-sysusers.conf'
+'gitolite-tmpfiles.conf')
 sha256sums=('0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f'
-'5e4f3aaa406c25fcd88fffaee74ea4878cecf1dd8c777456e4416caf35292dbf')
+'5e4f3aaa406c25fcd88fffaee74ea4878cecf1dd8c777456e4416caf35292dbf'
+'5682190c639618cd4744d3ae193425df1044dde4fb36acf03fc4d20423eeb10c')
 
 prepare() {
   cd $pkgname-$pkgver/src
@@ -28,6 +30,7 @@
   cp -a $pkgname-$pkgver/src/* "$pkgdir"/usr/lib/gitolite
   ln -s /usr/lib/gitolite/gitolite "$pkgdir"/usr/bin/
 
-  # sysusers file
+  # sysusers and tmpfiles files
   install -D -m 0644 "${srcdir}"/gitolite-sysusers.conf 
"${pkgdir}"/usr/lib/sysusers.d/gitolite.conf
+  install -D -m 0644 "${srcdir}"/gitolite-tmpfiles.conf 
"${pkgdir}"/usr/lib/tmpfiles.d/gitolite.conf
 }

Added: gitolite-tmpfiles.conf
===
--- gitolite-tmpfiles.conf  (rev 0)
+++ gitolite-tmpfiles.conf  2018-11-20 16:18:54 UTC (rev 409183)
@@ -0,0 +1 @@
+d /var/lib/gitolite 0750 gitolite gitolite -


[arch-commits] Commit in gitolite/repos/community-any (5 files)

2018-11-20 Thread Christian Hesse via arch-commits
Date: Tuesday, November 20, 2018 @ 16:19:03
  Author: eworm
Revision: 409184

archrelease: copy trunk to community-any

Added:
  gitolite/repos/community-any/PKGBUILD
(from rev 409183, gitolite/trunk/PKGBUILD)
  gitolite/repos/community-any/gitolite-sysusers.conf
(from rev 409183, gitolite/trunk/gitolite-sysusers.conf)
  gitolite/repos/community-any/gitolite-tmpfiles.conf
(from rev 409183, gitolite/trunk/gitolite-tmpfiles.conf)
Deleted:
  gitolite/repos/community-any/PKGBUILD
  gitolite/repos/community-any/gitolite-sysusers.conf

+
 PKGBUILD   |   69 ---
 gitolite-sysusers.conf |2 -
 gitolite-tmpfiles.conf |1 
 3 files changed, 38 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 16:18:54 UTC (rev 409183)
+++ PKGBUILD2018-11-20 16:19:03 UTC (rev 409184)
@@ -1,33 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Christian Hesse 
-# Contributor: Jon Eyolfson 
-
-pkgname=gitolite
-pkgver=3.6.10
-pkgrel=1
-pkgdesc='An access control layer on top of git'
-url='https://github.com/sitaramc/gitolite'
-arch=('any')
-license=('GPL2')
-depends=('git' 'perl' 'openssh')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz"
-'gitolite-sysusers.conf')
-sha256sums=('0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f'
-'5e4f3aaa406c25fcd88fffaee74ea4878cecf1dd8c777456e4416caf35292dbf')
-
-prepare() {
-  cd $pkgname-$pkgver/src
-  echo "$pkgver" > VERSION
-}
-
-package() {
-  # create directories
-  install -d "$pkgdir"/usr/{bin,lib/gitolite}
-
-  # install files and create symlink
-  cp -a $pkgname-$pkgver/src/* "$pkgdir"/usr/lib/gitolite
-  ln -s /usr/lib/gitolite/gitolite "$pkgdir"/usr/bin/
-
-  # sysusers file
-  install -D -m 0644 "${srcdir}"/gitolite-sysusers.conf 
"${pkgdir}"/usr/lib/sysusers.d/gitolite.conf
-}

Copied: gitolite/repos/community-any/PKGBUILD (from rev 409183, 
gitolite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 16:19:03 UTC (rev 409184)
@@ -0,0 +1,36 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Christian Hesse 
+# Contributor: Jon Eyolfson 
+
+pkgname=gitolite
+pkgver=3.6.10
+pkgrel=2
+pkgdesc='An access control layer on top of git'
+url='https://github.com/sitaramc/gitolite'
+arch=('any')
+license=('GPL2')
+depends=('git' 'perl' 'openssh')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz"
+'gitolite-sysusers.conf'
+'gitolite-tmpfiles.conf')
+sha256sums=('0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f'
+'5e4f3aaa406c25fcd88fffaee74ea4878cecf1dd8c777456e4416caf35292dbf'
+'5682190c639618cd4744d3ae193425df1044dde4fb36acf03fc4d20423eeb10c')
+
+prepare() {
+  cd $pkgname-$pkgver/src
+  echo "$pkgver" > VERSION
+}
+
+package() {
+  # create directories
+  install -d "$pkgdir"/usr/{bin,lib/gitolite}
+
+  # install files and create symlink
+  cp -a $pkgname-$pkgver/src/* "$pkgdir"/usr/lib/gitolite
+  ln -s /usr/lib/gitolite/gitolite "$pkgdir"/usr/bin/
+
+  # sysusers and tmpfiles files
+  install -D -m 0644 "${srcdir}"/gitolite-sysusers.conf 
"${pkgdir}"/usr/lib/sysusers.d/gitolite.conf
+  install -D -m 0644 "${srcdir}"/gitolite-tmpfiles.conf 
"${pkgdir}"/usr/lib/tmpfiles.d/gitolite.conf
+}

Deleted: gitolite-sysusers.conf
===
--- gitolite-sysusers.conf  2018-11-20 16:18:54 UTC (rev 409183)
+++ gitolite-sysusers.conf  2018-11-20 16:19:03 UTC (rev 409184)
@@ -1 +0,0 @@
-u gitolite - "gitolite user" /var/lib/gitolite /bin/bash

Copied: gitolite/repos/community-any/gitolite-sysusers.conf (from rev 409183, 
gitolite/trunk/gitolite-sysusers.conf)
===
--- gitolite-sysusers.conf  (rev 0)
+++ gitolite-sysusers.conf  2018-11-20 16:19:03 UTC (rev 409184)
@@ -0,0 +1 @@
+u gitolite - "gitolite user" /var/lib/gitolite /bin/bash

Copied: gitolite/repos/community-any/gitolite-tmpfiles.conf (from rev 409183, 
gitolite/trunk/gitolite-tmpfiles.conf)
===
--- gitolite-tmpfiles.conf  (rev 0)
+++ gitolite-tmpfiles.conf  2018-11-20 16:19:03 UTC (rev 409184)
@@ -0,0 +1 @@
+d /var/lib/gitolite 0750 gitolite gitolite -


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

2018-11-20 Thread David Runge via arch-commits
Date: Tuesday, November 20, 2018 @ 16:18:25
  Author: dvzrv
Revision: 409182

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 16:18:18 UTC (rev 409181)
+++ PKGBUILD2018-11-20 16:18:25 UTC (rev 409182)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-_name=piexif
-pkgbase=python-piexif
-pkgname=('python-piexif' 'python2-piexif')
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="To simplify exif manipulations with python. Writing, reading, and 
more"
-arch=('any')
-url="https://github.com/hMatoba/Piexif;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-pillow' 'python-sphinx' 'python2-pytest' 
'python2-pillow' 'python2-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
-sha512sums=('1ce2f817c74acb60b178b6d953eed7549093d6081a3264bb8ae8285913cd3562ccad34e986e837b4be0d98feb18ec2e336b85444f1cf68a4116e04305c93e7c2')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"
-}
-
-build() {
-  cd "$pkgbase-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$pkgbase-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-  py.test2
-}
-
-package_python-piexif() {
-  cd "$pkgbase-$pkgver"
-  depends=('python')
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-piexif() {
-  cd "$pkgbase-$pkgver"
-  depends=('python2')
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-piexif/repos/community-any/PKGBUILD (from rev 409181, 
python-piexif/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 16:18:25 UTC (rev 409182)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+_name=piexif
+pkgbase=python-piexif
+pkgname=('python-piexif' 'python2-piexif')
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="To simplify exif manipulations with python. Writing, reading, and 
more"
+arch=('any')
+url="https://github.com/hMatoba/Piexif;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python-pillow' 'python-sphinx' 'python2-pytest' 
'python2-pillow' 'python2-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
+sha512sums=('045906fdbd49350866058bacafb61841030766bccb7d63ad3ee17ce9490858773c88e9fc86ca3e2985e752871e52b89778147d1b3d0abe5f1055d6cb02fc300d')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$pkgbase-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  py.test
+  py.test2
+}
+
+package_python-piexif() {
+  cd "$pkgbase-$pkgver"
+  depends=('python')
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE.txt \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-piexif() {
+  cd "$pkgbase-$pkgver"
+  depends=('python2')
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE.txt \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-11-20 Thread David Runge via arch-commits
Date: Tuesday, November 20, 2018 @ 16:18:18
  Author: dvzrv
Revision: 409181

upgpkg: python-piexif 1.1.2-1

Upgrading to 1.1.2.

Modified:
  python-piexif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 16:14:11 UTC (rev 409180)
+++ PKGBUILD2018-11-20 16:18:18 UTC (rev 409181)
@@ -2,7 +2,7 @@
 _name=piexif
 pkgbase=python-piexif
 pkgname=('python-piexif' 'python2-piexif')
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="To simplify exif manipulations with python. Writing, reading, and 
more"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python-pillow' 'python-sphinx' 'python2-pytest' 
'python2-pillow' 'python2-sphinx')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
-sha512sums=('1ce2f817c74acb60b178b6d953eed7549093d6081a3264bb8ae8285913cd3562ccad34e986e837b4be0d98feb18ec2e336b85444f1cf68a4116e04305c93e7c2')
+sha512sums=('045906fdbd49350866058bacafb61841030766bccb7d63ad3ee17ce9490858773c88e9fc86ca3e2985e752871e52b89778147d1b3d0abe5f1055d6cb02fc300d')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"


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

2018-11-20 Thread David Runge via arch-commits
Date: Tuesday, November 20, 2018 @ 16:14:11
  Author: dvzrv
Revision: 409180

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 16:14:04 UTC (rev 409179)
+++ PKGBUILD2018-11-20 16:14:11 UTC (rev 409180)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-_name=natsort
-pkgname=python-natsort
-pkgver=5.4.1
-pkgrel=1
-pkgdesc="Simple yet flexible natural sorting in Python"
-arch=('any')
-url="https://github.com/SethMMorton/natsort;
-license=('MIT')
-depends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pyflakes'
-'flake8' 'python-hypothesis' 'python-mock')
-optdepends=('python-fastnumbers: more efficient sorting'
-'python-pyicu: sort in locale dependant manner')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('355aa834bec655232774b18f142fb5b296e427080f67778db2ee5a52cd3f0255adaa695c8adcc5b03b05884943e400dd682e82ba3d84235d0881ac37b1f84d62')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-natsort/repos/community-any/PKGBUILD (from rev 409179, 
python-natsort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 16:14:11 UTC (rev 409180)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+_name=natsort
+pkgname=python-natsort
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="Simple yet flexible natural sorting in Python"
+arch=('any')
+url="https://github.com/SethMMorton/natsort;
+license=('MIT')
+depends=('python-setuptools')
+checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pyflakes'
+'flake8' 'python-hypothesis' 'python-mock')
+optdepends=('python-fastnumbers: more efficient sorting'
+'python-pyicu: sort in locale dependant manner')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('9d65c67bd9f441b1b0b16e048bc6ed6e9df21b8c18ae449ea0b86fec8c1c5a2f0d7bba0b8739481ed44ded1b5d692728ef1fca7c2b77cae272e729460d7eefed')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-11-20 Thread David Runge via arch-commits
Date: Tuesday, November 20, 2018 @ 16:14:04
  Author: dvzrv
Revision: 409179

upgpkg: python-natsort 5.5.0-1

Upgrading to 5.5.0.

Modified:
  python-natsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 16:13:34 UTC (rev 409178)
+++ PKGBUILD2018-11-20 16:14:04 UTC (rev 409179)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=natsort
 pkgname=python-natsort
-pkgver=5.4.1
+pkgver=5.5.0
 pkgrel=1
 pkgdesc="Simple yet flexible natural sorting in Python"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('python-fastnumbers: more efficient sorting'
 'python-pyicu: sort in locale dependant manner')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('355aa834bec655232774b18f142fb5b296e427080f67778db2ee5a52cd3f0255adaa695c8adcc5b03b05884943e400dd682e82ba3d84235d0881ac37b1f84d62')
+sha512sums=('9d65c67bd9f441b1b0b16e048bc6ed6e9df21b8c18ae449ea0b86fec8c1c5a2f0d7bba0b8739481ed44ded1b5d692728ef1fca7c2b77cae272e729460d7eefed')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"


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

2018-11-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 20, 2018 @ 16:13:22
  Author: svenstaro
Revision: 409177

upgpkg: bazel 0.19.2-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 16:07:35 UTC (rev 409176)
+++ PKGBUILD2018-11-20 16:13:22 UTC (rev 409177)
@@ -3,7 +3,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.19.1
+pkgver=0.19.2
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('7ca34f49b280fc0dc1834f0e2b4bcb704f526e0fcc7286617ba414ef48230270607b165d5031cc9750dab580076ca2a1277076029db833e5a1a1aa6f65190495'
+sha512sums=('2922a357b05828137fa05265323e5f3ea1549f8ddb0d45a2e1ab2fa602cccd316af0bcbcf9695cfede556720d3262f19206c8739376eb3baf807e9b64eba3590'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2018-11-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 20, 2018 @ 16:13:34
  Author: svenstaro
Revision: 409178

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 409177, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 16:13:22 UTC (rev 409177)
+++ PKGBUILD2018-11-20 16:13:34 UTC (rev 409178)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.19.1
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('7ca34f49b280fc0dc1834f0e2b4bcb704f526e0fcc7286617ba414ef48230270607b165d5031cc9750dab580076ca2a1277076029db833e5a1a1aa6f65190495'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 409177, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 16:13:34 UTC (rev 409178)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.19.2
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('2922a357b05828137fa05265323e5f3ea1549f8ddb0d45a2e1ab2fa602cccd316af0bcbcf9695cfede556720d3262f19206c8739376eb3baf807e9b64eba3590'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2018-11-20 Thread David Runge via arch-commits
Date: Tuesday, November 20, 2018 @ 16:07:35
  Author: dvzrv
Revision: 409176

archrelease: copy trunk to community-x86_64

Added:
  nomacs/repos/community-x86_64/PKGBUILD
(from rev 409175, nomacs/trunk/PKGBUILD)
Deleted:
  nomacs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 16:07:28 UTC (rev 409175)
+++ PKGBUILD2018-11-20 16:07:35 UTC (rev 409176)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-_plugins_pkgver=3.8.1
-pkgname=nomacs
-pkgver=3.12
-pkgrel=1
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://nomacs.org/;
-license=('GPL3')
-depends=('desktop-file-utils' 'exiv2' 'libraw' 'opencv' 'quazip' 'qt5-svg')
-optdepends=('qt5-imageformats: support additional image formats')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
-sha512sums=('4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119'
-
'86bc4db30b0815fd2efa272b14d3917f0e88fa95284f0afb55acca87b77b3db7668238fb3023cc9b21fe8c87cad72319d45d48633a646bf5b6acb80a6537b8c8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # move plugins
-  mv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" "ImageLounge/plugins"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_QUAZIP=ON \
-  -DENABLE_TRANSLATIONS=true
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 409175, 
nomacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 16:07:35 UTC (rev 409176)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_plugins_pkgver=3.12.0
+pkgname=nomacs
+pkgver=3.12
+pkgrel=2
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/;
+license=('GPL3')
+depends=('desktop-file-utils' 'exiv2' 'libraw' 'opencv' 'quazip' 'qt5-svg')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
+sha512sums=('4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119'
+
'b46a2523737893bd342e90331d22082a84f3ff9abf4fdcf360d3fb9f2724cf616a6d77eacc272f117e103a9978f99b70feb8364f4c818681a147f78bfe356032')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # move plugins
+  mv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" "ImageLounge/plugins"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_QUAZIP=ON \
+  -DENABLE_TRANSLATIONS=true
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-11-20 Thread David Runge via arch-commits
Date: Tuesday, November 20, 2018 @ 16:07:28
  Author: dvzrv
Revision: 409175

upgpkg: nomacs 3.12-2

Rebuilding with nomacs-plugins 3.12.0.

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 15:43:16 UTC (rev 409174)
+++ PKGBUILD2018-11-20 16:07:28 UTC (rev 409175)
@@ -1,10 +1,10 @@
 # Maintainer: David Runge 
 # Contributor: speps 
 
-_plugins_pkgver=3.8.1
+_plugins_pkgver=3.12.0
 pkgname=nomacs
 pkgver=3.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
 url="https://nomacs.org/;
@@ -15,7 +15,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
 
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
 
sha512sums=('4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119'
-
'86bc4db30b0815fd2efa272b14d3917f0e88fa95284f0afb55acca87b77b3db7668238fb3023cc9b21fe8c87cad72319d45d48633a646bf5b6acb80a6537b8c8')
+
'b46a2523737893bd342e90331d22082a84f3ff9abf4fdcf360d3fb9f2724cf616a6d77eacc272f117e103a9978f99b70feb8364f4c818681a147f78bfe356032')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-11-20 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 20, 2018 @ 15:54:23
  Author: anatolik
Revision: 340156

Use sha512 instead of sha1

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 11:56:10 UTC (rev 340155)
+++ PKGBUILD2018-11-20 15:54:23 UTC (rev 340156)
@@ -12,8 +12,8 @@
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
 
fix_streams.patch::'http://git.alsa-project.org/?p=alsa-lib.git;a=patch;h=b420056604f06117c967b65d43d01536c5ffcbc9')
-sha1sums=('eca62790517220297ec82ba8a5258bcb6e708866'
-  '92da3c05177c5ac8ab0892f56a4360b60c444939')
+sha512sums=('7cc81464d876a137e9ac9700420bfff7cd528338bdc6e0bdbe313d45c5b97c81f1a9483df0556fe390d54a9db747fbec62e843b42d2cbc740d5a91b015714f6c'
+
'0d05f7cf9c09124107765b5d831be66fd669672e8afc1a591d2b637f4e3e17a1ae668a3ca0db93f51863bc5dd72a4fde6a13eef014b43a7688898856e885d7a1')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2018-11-20 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 20, 2018 @ 15:43:16
  Author: eschwartz
Revision: 409174

remove old package files that aren't in the testing repo

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


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

2018-11-20 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, November 20, 2018 @ 15:24:26
  Author: yan12125
Revision: 409172

upgpkg: nvchecker 1.2.7-1

* Add myself as a maintainer
* Replace the pytest runner with simply pytest as the latter just works
* Improved optdepends

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 15:15:54 UTC (rev 409171)
+++ PKGBUILD2018-11-20 15:24:26 UTC (rev 409172)
@@ -1,23 +1,26 @@
 # Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.1
-pkgrel=2
+pkgver=1.2.7
+pkgrel=1
 pkgdesc="New version checker for software"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker;
 license=('MIT')
 depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-asyncio' 'python-flaky')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
-
"https://github.com/lilydjwg/nvchecker/commit/6afa9a551aa9d6030accf7f7c46c7184c2193622.patch;)
-sha512sums=('8680776c22bbb34ad531982027a173744a484a98b9a02fda4068d314bdfadefda29d4542a0dac2981ead26a0040c786c59c9239d5097a8a75aec353ace93b9fd'
-
'1169a70ec973360ce56e4ab6fdf8092c26e1e0e53ae54c796f400abb66c7884a998b50bc500ee750a173f347569a416bf6d4b192716e857f2f78e2cb6bb14f6d')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
+sha512sums=('33b4c7da7825bd85d6e27ef37cb64ad9c59664fa3d614a4582172a58109cab7552ca6a49f91c29508fcfd8c12559d2fae496180e92d74983fa12ad5721dbf77a')
 
 prepare() {
   cd nvchecker-$pkgver
   # fix broken test
-  patch -p1 -i ../6afa9a551aa9d6030accf7f7c46c7184c2193622.patch
+  # partial backport of 
https://github.com/lilydjwg/nvchecker/commit/d0ee3592097fdd4c427fbec95ca48d08b5c93007
+  sed -i 's|1\.3-8|1.3-9|' tests/test_{archpkg,pacman}.py
 }
 
 build() {
@@ -27,7 +30,7 @@
 
 check() {
   cd nvchecker-$pkgver
-  python setup.py pytest
+  pytest
 }
 
 package() {


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

2018-11-20 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, November 20, 2018 @ 15:24:41
  Author: yan12125
Revision: 409173

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 409172, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 15:24:26 UTC (rev 409172)
+++ PKGBUILD2018-11-20 15:24:41 UTC (rev 409173)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=nvchecker
-pkgver=1.1
-pkgrel=2
-pkgdesc="New version checker for software"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-asyncio' 'python-flaky')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
-
"https://github.com/lilydjwg/nvchecker/commit/6afa9a551aa9d6030accf7f7c46c7184c2193622.patch;)
-sha512sums=('8680776c22bbb34ad531982027a173744a484a98b9a02fda4068d314bdfadefda29d4542a0dac2981ead26a0040c786c59c9239d5097a8a75aec353ace93b9fd'
-
'1169a70ec973360ce56e4ab6fdf8092c26e1e0e53ae54c796f400abb66c7884a998b50bc500ee750a173f347569a416bf6d4b192716e857f2f78e2cb6bb14f6d')
-
-prepare() {
-  cd nvchecker-$pkgver
-  # fix broken test
-  patch -p1 -i ../6afa9a551aa9d6030accf7f7c46c7184c2193622.patch
-}
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 409172, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 15:24:41 UTC (rev 409173)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="New version checker for software"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
+sha512sums=('33b4c7da7825bd85d6e27ef37cb64ad9c59664fa3d614a4582172a58109cab7552ca6a49f91c29508fcfd8c12559d2fae496180e92d74983fa12ad5721dbf77a')
+
+prepare() {
+  cd nvchecker-$pkgver
+  # fix broken test
+  # partial backport of 
https://github.com/lilydjwg/nvchecker/commit/d0ee3592097fdd4c427fbec95ca48d08b5c93007
+  sed -i 's|1\.3-8|1.3-9|' tests/test_{archpkg,pacman}.py
+}
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:15:41
  Author: archange
Revision: 409170

upgpkg: netcdf-openmpi 4.6.2-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 15:05:03 UTC (rev 409169)
+++ PKGBUILD2018-11-20 15:15:41 UTC (rev 409170)
@@ -5,8 +5,8 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.1
-pkgrel=4
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;
@@ -19,7 +19,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
+sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
 
 prepare() {
 mkdir -p build


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

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:15:54
  Author: archange
Revision: 409171

archrelease: copy trunk to community-x86_64

Added:
  netcdf-openmpi/repos/community-x86_64/PKGBUILD
(from rev 409170, netcdf-openmpi/trunk/PKGBUILD)
Deleted:
  netcdf-openmpi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 15:15:41 UTC (rev 409170)
+++ PKGBUILD2018-11-20 15:15:54 UTC (rev 409171)
@@ -1,64 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: damir 
-
-_pkg=netcdf
-_mpi=openmpi
-pkgname=${_pkg}-${_mpi}
-pkgver=4.6.1
-pkgrel=4
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
-arch=('x86_64')
-url="https://www.unidata.ucar.edu/software/netcdf/;
-depends=("hdf5-${_mpi}" "parallel-netcdf-${_mpi}" 'curl')
-makedepends=('cmake')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-checkdepends=('inetutils')
-provides=('netcdf')
-conflicts=('netcdf')
-options=('!makeflags')
-license=('custom')
-source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-export CC=mpicc
-cmake ../${_pkg}-c-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_CDF5=ON \
--DENABLE_PNETCDF=ON \
--DENABLE_DAP_LONG_TESTS=ON \
--DENABLE_EXAMPLE_TESTS=ON \
--DENABLE_EXTRA_TESTS=ON \
--DENABLE_FAILING_TESTS=ON \
--DENABLE_FILTER_TESTING=ON \
--DENABLE_LARGE_FILE_TESTS=ON
-make
-}
-
-
-check() {
-cd build
-
-# This is required starting with OpenMPI 3.0 when trying to run more
-# processes than the number of available cores
-export OMPI_MCA_rmaps_base_oversubscribe=yes
-
-# One test failure https://github.com/Unidata/netcdf-c/issues/808
-make test || warning "Test failure"
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${_pkg}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
-}

Copied: netcdf-openmpi/repos/community-x86_64/PKGBUILD (from rev 409170, 
netcdf-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 15:15:54 UTC (rev 409171)
@@ -0,0 +1,64 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+_pkg=netcdf
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=("hdf5-${_mpi}" "parallel-netcdf-${_mpi}" 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+checkdepends=('inetutils')
+provides=('netcdf')
+conflicts=('netcdf')
+options=('!makeflags')
+license=('custom')
+source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+export CC=mpicc
+cmake ../${_pkg}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_PNETCDF=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+
+check() {
+cd build
+
+# This is required starting with OpenMPI 3.0 when trying to run more
+# processes than the number of available cores
+export OMPI_MCA_rmaps_base_oversubscribe=yes
+
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${_pkg}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
+}


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

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:05:03
  Author: archange
Revision: 409169

archrelease: copy trunk to community-x86_64

Added:
  netcdf/repos/community-x86_64/PKGBUILD
(from rev 409168, netcdf/trunk/PKGBUILD)
Deleted:
  netcdf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 15:04:55 UTC (rev 409168)
+++ PKGBUILD2018-11-20 15:05:03 UTC (rev 409169)
@@ -1,51 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.6.1
-pkgrel=4
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=('x86_64')
-url="https://www.unidata.ucar.edu/software/netcdf/;
-depends=('hdf5' 'curl')
-makedepends=('cmake')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname}-c-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_CDF5=ON \
--DENABLE_DAP_LONG_TESTS=ON \
--DENABLE_EXAMPLE_TESTS=ON \
--DENABLE_EXTRA_TESTS=ON \
--DENABLE_FAILING_TESTS=ON \
--DENABLE_FILTER_TESTING=ON \
--DENABLE_LARGE_FILE_TESTS=ON
-make
-}
-
-check() {
-cd build
-# One test failure https://github.com/Unidata/netcdf-c/issues/808
-make test || warning "Test failure"
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${pkgname}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: netcdf/repos/community-x86_64/PKGBUILD (from rev 409168, 
netcdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 15:05:03 UTC (rev 409169)
@@ -0,0 +1,51 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=('hdf5' 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+check() {
+cd build
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${pkgname}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in transmission-remote-gtk/repos/community-x86_64 (2 files)

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:04:34
  Author: archange
Revision: 409167

archrelease: copy trunk to community-x86_64

Added:
  transmission-remote-gtk/repos/community-x86_64/PKGBUILD
(from rev 409166, transmission-remote-gtk/trunk/PKGBUILD)
Deleted:
  transmission-remote-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 15:04:14 UTC (rev 409166)
+++ PKGBUILD2018-11-20 15:04:34 UTC (rev 409167)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sébastien LEBEAU 
-# Contributor: Patrick Griffis 
-
-pkgname=transmission-remote-gtk
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="GTK remote control for the Transmission BitTorrent client"
-arch=('x86_64')
-url="https://github.com/transmission-remote-gtk/transmission-remote-gtk;
-license=('GPL2')
-depends=('curl' 'gtk3' 'libnotify' 'libproxy' 'geoip')
-makedepends=('intltool')
-source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7e23608530bc4108ce4bc7f4209152c4e19c3dd7a2fbd1ed503249ecff655fc5' 
'SKIP')
-validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis 

-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-desktop-database-update
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: transmission-remote-gtk/repos/community-x86_64/PKGBUILD (from rev 
409166, transmission-remote-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 15:04:34 UTC (rev 409167)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sébastien LEBEAU 
+# Contributor: Patrick Griffis 
+
+pkgname=transmission-remote-gtk
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="GTK remote control for the Transmission BitTorrent client"
+arch=('x86_64')
+url="https://github.com/transmission-remote-gtk/transmission-remote-gtk;
+license=('GPL2')
+depends=('curl' 'gtk3' 'libnotify' 'libproxy' 'geoip')
+makedepends=('intltool')
+source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc}
+
transmission-fix-409.patch::"${url}/commit/cc8b8db3b7493324d6a436a31c7db78bb0f99ad3.patch")
+sha256sums=('7e23608530bc4108ce4bc7f4209152c4e19c3dd7a2fbd1ed503249ecff655fc5'
+'SKIP'
+'ccc9b93a2bb3910f972db12b0223160535f035031bf79f0c641ed509e21c0bee')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis 

+
+prepare() {
+   cd ${pkgname}-${pkgver}
+patch -p1 -i ../transmission-fix-409.patch
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-desktop-database-update
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in transmission-remote-gtk/trunk (PKGBUILD)

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:04:14
  Author: archange
Revision: 409166

Fix 409 error

Modified:
  transmission-remote-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 14:42:47 UTC (rev 409165)
+++ PKGBUILD2018-11-20 15:04:14 UTC (rev 409166)
@@ -4,7 +4,7 @@
 
 pkgname=transmission-remote-gtk
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK remote control for the Transmission BitTorrent client"
 arch=('x86_64')
 url="https://github.com/transmission-remote-gtk/transmission-remote-gtk;
@@ -11,10 +11,18 @@
 license=('GPL2')
 depends=('curl' 'gtk3' 'libnotify' 'libproxy' 'geoip')
 makedepends=('intltool')
-source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7e23608530bc4108ce4bc7f4209152c4e19c3dd7a2fbd1ed503249ecff655fc5' 
'SKIP')
+source=("${url}/releases/download/${pkgver}/transmission-remote-gtk-${pkgver}.tar.xz"{,.asc}
+
transmission-fix-409.patch::"${url}/commit/cc8b8db3b7493324d6a436a31c7db78bb0f99ad3.patch")
+sha256sums=('7e23608530bc4108ce4bc7f4209152c4e19c3dd7a2fbd1ed503249ecff655fc5'
+'SKIP'
+'ccc9b93a2bb3910f972db12b0223160535f035031bf79f0c641ed509e21c0bee')
 validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis 

 
+prepare() {
+   cd ${pkgname}-${pkgver}
+patch -p1 -i ../transmission-fix-409.patch
+}
+
 build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-desktop-database-update


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

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:04:55
  Author: archange
Revision: 409168

upgpkg: netcdf 4.6.2-1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 15:04:34 UTC (rev 409167)
+++ PKGBUILD2018-11-20 15:04:55 UTC (rev 409168)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.6.1
-pkgrel=4
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;
@@ -14,7 +14,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
+sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
 
 prepare() {
 mkdir -p build


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

2018-11-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 20, 2018 @ 14:42:47
  Author: arojas
Revision: 409165

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 409164, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 14:42:20 UTC (rev 409164)
+++ PKGBUILD2018-11-20 14:42:47 UTC (rev 409165)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.5.0-3
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('3dbd70723090193a1e0f662d3b8ac018e20bb75dd78e8f0b4bd7393917e98209')
-
-prepare() {
-  cd $pkgbase-${pkgver%.*}
-  sed -e '/curlbuild/d' -i src/misc.cc # Remove bogus include
-}
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 409164, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 14:42:47 UTC (rev 409165)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.5.0-17
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('66997c119c51164ae35f9e2145fa7a64726619381e4af9fa9c59f02e95962892')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+  sed -e '/curlbuild/d' -i src/misc.cc # Remove bogus include
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


  1   2   3   >