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

2018-04-21 Thread Felix Yan via arch-commits
Date: Sunday, April 22, 2018 @ 05:29:07
  Author: felixonmars
Revision: 317277

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-22 05:28:31 UTC (rev 317276)
+++ PKGBUILD2018-04-22 05:29:07 UTC (rev 317277)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2018.3
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
- 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
- 'python2-numpy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('4dd61f7e5372793ad3a27f2cd05e984b1f297a1b1a1f251f4e1468a5267b0c79ef06aadf7593d8cbfdca6f57f445cf4c0fc0ce1a616d1a6535f5da683c319c50')
-
-prepare() {
-  cp -a pytools-$pkgver{,-python2}
-}
-
-build() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytools-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/pytools-$pkgver-python2
-  python2 setup.py pytest
-}
-
-package_python-pytools(){
-  depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-
-  cd pytools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python2-pytools() {
-  depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy')
-
-  cd pytools-$pkgver-python2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 317276, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-22 05:29:07 UTC (rev 317277)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2018.4
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
+ 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
+ 'python2-numpy')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('91f0cd25ac6055a5d70db8db00a70b44c1ea9ccd4421df93b541f88aeebc12d0a31e795f351fe31defe702cad11c328a7200e013d357d501f383c318bd68fa99')
+
+prepare() {
+  cp -a pytools-$pkgver{,-python2}
+}
+
+build() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-pytools(){
+  depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+
+  cd pytools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python2-pytools() {
+  depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy')
+
+  cd pytools-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}


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

2018-04-21 Thread Felix Yan via arch-commits
Date: Sunday, April 22, 2018 @ 05:28:31
  Author: felixonmars
Revision: 317276

upgpkg: python-pytools 2018.4-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-22 05:27:32 UTC (rev 317275)
+++ PKGBUILD2018-04-22 05:28:31 UTC (rev 317276)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2018.3
+pkgver=2018.4
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -15,7 +15,7 @@
  'python2-numpy')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('4dd61f7e5372793ad3a27f2cd05e984b1f297a1b1a1f251f4e1468a5267b0c79ef06aadf7593d8cbfdca6f57f445cf4c0fc0ce1a616d1a6535f5da683c319c50')
+sha512sums=('91f0cd25ac6055a5d70db8db00a70b44c1ea9ccd4421df93b541f88aeebc12d0a31e795f351fe31defe702cad11c328a7200e013d357d501f383c318bd68fa99')
 
 prepare() {
   cp -a pytools-$pkgver{,-python2}


[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2018-04-21 Thread Eli Schwartz via arch-commits
Date: Sunday, April 22, 2018 @ 05:27:32
  Author: eschwartz
Revision: 317275

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 317274, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-22 05:27:10 UTC (rev 317274)
+++ PKGBUILD2018-04-22 05:27:32 UTC (rev 317275)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Eschwartz 
-
-pkgname=firefox-adblock-plus
-pkgver=3.0.1
-pkgrel=2
-_file=764081
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/;
-license=('GPL')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=('unzip')
-# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
-source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
-noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('0e9973e14e6a57871e797b72d044e30b252121822e233b73e3087f51a0bc5efc')
-
-package() {
-  cd "${srcdir}"
-  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 317274, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-22 05:27:32 UTC (rev 317275)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=3.0.4
+pkgrel=1
+_file=931995
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="http://adblockplus.org/;
+license=('GPL')
+groups=('firefox-addons')
+depends=("firefox")
+makedepends=('unzip')
+# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
+source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
+noextract=("adblock-plus-$pkgver.xpi")
+sha256sums=('cb64227876fc25590fe31ad31373f9fb7d46a376e16761a240ac7c6dcf76ea9f')
+
+package() {
+  cd "${srcdir}"
+  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
+}


[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2018-04-21 Thread Eli Schwartz via arch-commits
Date: Sunday, April 22, 2018 @ 05:27:10
  Author: eschwartz
Revision: 317274

upgpkg: firefox-adblock-plus 3.0.4-1

upstream release

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-22 03:16:07 UTC (rev 317273)
+++ PKGBUILD2018-04-22 05:27:10 UTC (rev 317274)
@@ -3,9 +3,9 @@
 # Contributor: Eschwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=3.0.1
-pkgrel=2
-_file=764081
+pkgver=3.0.4
+pkgrel=1
+_file=931995
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
 url="http://adblockplus.org/;
@@ -16,7 +16,7 @@
 # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
 
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
 noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('0e9973e14e6a57871e797b72d044e30b252121822e233b73e3087f51a0bc5efc')
+sha256sums=('cb64227876fc25590fe31ad31373f9fb7d46a376e16761a240ac7c6dcf76ea9f')
 
 package() {
   cd "${srcdir}"


[arch-commits] Commit in hiawatha/repos/community-x86_64 (10 files)

2018-04-21 Thread Kyle Keen via arch-commits
Date: Sunday, April 22, 2018 @ 03:16:07
  Author: kkeen
Revision: 317273

archrelease: copy trunk to community-x86_64

Added:
  hiawatha/repos/community-x86_64/PKGBUILD
(from rev 317272, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
(from rev 317272, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-x86_64/hiawatha.service
(from rev 317272, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-x86_64/letsencrypt-renew.service
(from rev 317272, hiawatha/trunk/letsencrypt-renew.service)
  hiawatha/repos/community-x86_64/letsencrypt-renew.timer
(from rev 317272, hiawatha/trunk/letsencrypt-renew.timer)
Deleted:
  hiawatha/repos/community-x86_64/PKGBUILD
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-x86_64/hiawatha.service
  hiawatha/repos/community-x86_64/letsencrypt-renew.service
  hiawatha/repos/community-x86_64/letsencrypt-renew.timer

---+
 PKGBUILD  |  204 +++
 hiawatha.conf.sample  |  228 ++--
 hiawatha.service  |   32 +++---
 letsencrypt-renew.service |   16 +--
 letsencrypt-renew.timer   |   22 ++--
 5 files changed, 251 insertions(+), 251 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-22 03:15:42 UTC (rev 317272)
+++ PKGBUILD2018-04-22 03:16:07 UTC (rev 317273)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Kurt Marasco 
-# Contributor: Pascal Ernster 
-
-pkgname=hiawatha
-pkgver=10.8
-pkgrel=1
-pkgdesc="Secure and advanced webserver"
-url="https://www.hiawatha-webserver.org/;
-arch=('x86_64')
-license=('GPL2')
-depends=('libxslt' 'mbedtls')
-optdepends=('php-fpm: PHP fastcgi'
-'php: letsencrypt')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-'letsencrypt-renew.service'
-'letsencrypt-renew.timer'
-)
-sha256sums=('fb55d6c17a390f74accce6fae34c118af4e0317bfc9119d7dd1ff7dbf6886eaf'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
-'7f903aadf1e7e4bf449c9a647f160051358ef1e2db328afffc7f3a5c204f8ea5'
-'a1d5371e886bdd697c9d040125aa5b117d6efe36bb6ee77b57004d893f2bc410')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/www-data/http/g' extra/logrotate.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX="/" \
--DCMAKE_INSTALL_BINDIR="/usr/bin" \
--DCMAKE_INSTALL_SBINDIR="/usr/bin" \
--DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \
--DCMAKE_INSTALL_LIBDIR="/usr/lib" \
--DCMAKE_INSTALL_MANDIR="/usr/share/man" \
--DCONFIG_DIR="/etc/hiawatha" \
--DLOG_DIR="/var/log/hiawatha" \
--DPID_DIR="/run" \
--DENABLE_TLS=ON \
--DUSE_SYSTEM_MBEDTLS=ON \
--DENABLE_MONITOR=ON \
--DWEBROOT_DIR="/srv/http/hiawatha" \
--DWORK_DIR="/var/lib/hiawatha"
-
-  make
-
-  # Features enabled by default
-  # -DENABLE_CACHE
-  # -DENABLE_IPV6
-  # -DENABLE_RPROXY
-  # -DENABLE_TOOLKIT
-  # -DENABLE_XSLT
-
-  # Features disabled by default
-  # -DENABLE_DEBUG
-  # -DENABLE_TOMAHAWK  
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
- 
-  rmdir "$pkgdir/run"
-  rm "$pkgdir/srv/http/hiawatha/index.html"
-  rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha"
- 
-  # Update stock hiawatha.conf
-  sed -e 's|#ServerId = www-data|ServerId = http|' \
-  -e 's|/var/www/|/srv/http/|g' \
-  -e 's|//|/|g' \
-  -e 's|#CGIextension = cgi|&\n#TriggerOnCGIstatus = no|g' \
-  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
-  -e 's|#  Extension = php|&\n#   SessionTimeout = 30|g' \
-  -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \
-  -i "$pkgdir/etc/hiawatha/hiawatha.conf"
-  
-  install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha"
-  install -Dm644 "$srcdir/hiawatha.service" 
"$pkgdir/usr/lib/systemd/system/hiawatha.service"
-  install -Dm644 "$srcdir/hiawatha.conf.sample" "$pkgdir/etc/hiawatha/"
-
-  mkdir -p "$pkgdir/usr/share/hiawatha/"
-  cd "$srcdir/$pkgname-$pkgver/extra/"
-  cp "$srcdir/letsencrypt-renew."* letsencrypt/
-  tar -caf "$pkgdir/usr/share/hiawatha/letsencrypt.tar.gz" letsencrypt/*
-}
-

Copied: hiawatha/repos/community-x86_64/PKGBUILD (from rev 317272, 
hiawatha/trunk/PKGBUILD)

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

2018-04-21 Thread Kyle Keen via arch-commits
Date: Sunday, April 22, 2018 @ 03:15:42
  Author: kkeen
Revision: 317272

upgpkg: hiawatha 10.8.1-1

Modified:
  hiawatha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 20:53:46 UTC (rev 317271)
+++ PKGBUILD2018-04-22 03:15:42 UTC (rev 317272)
@@ -4,7 +4,7 @@
 # Contributor: Pascal Ernster 
 
 pkgname=hiawatha
-pkgver=10.8
+pkgver=10.8.1
 pkgrel=1
 pkgdesc="Secure and advanced webserver"
 url="https://www.hiawatha-webserver.org/;
@@ -27,7 +27,7 @@
 'letsencrypt-renew.service'
 'letsencrypt-renew.timer'
 )
-sha256sums=('fb55d6c17a390f74accce6fae34c118af4e0317bfc9119d7dd1ff7dbf6886eaf'
+sha256sums=('0f013afc71284bab7267b0d80a51133a8fd4248575dbcbabf338cf826095cda8'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
 '7f903aadf1e7e4bf449c9a647f160051358ef1e2db328afffc7f3a5c204f8ea5'


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

2018-04-21 Thread David Runge via arch-commits
Date: Saturday, April 21, 2018 @ 20:53:46
  Author: dvzrv
Revision: 317271

archrelease: copy trunk to community-any

Added:
  zsh-autosuggestions/repos/community-any/
  zsh-autosuggestions/repos/community-any/PKGBUILD
(from rev 317270, zsh-autosuggestions/trunk/PKGBUILD)

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

Copied: zsh-autosuggestions/repos/community-any/PKGBUILD (from rev 317270, 
zsh-autosuggestions/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-04-21 20:53:46 UTC (rev 317271)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+pkgname=zsh-autosuggestions
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="Fish-like autosuggestions for zsh "
+arch=('any')
+url="https://github.com/zsh-users/zsh-autosuggestions;
+license=('MIT')
+depends=('zsh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('67aae94211ed3a0f539509142d94b03ceb3d171e92b26fbf1a5a86185af515af07b9c244e258da321f1116624e6ed85eb77df73bd89e76246d415a18852b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 ${pkgname}{,.plugin}.zsh \
+-t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
+  # docs
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2018-04-21 Thread Morten Linderud via arch-commits
Date: Saturday, April 21, 2018 @ 20:35:09
  Author: foxboron
Revision: 317268

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 20:35:01 UTC (rev 317267)
+++ PKGBUILD2018-04-21 20:35:09 UTC (rev 317268)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.4
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('c0ad3e364ff0ff0cb1a904e96f3d8e59b71effbb1e5d1b3ddc0561365f87b417')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 317267, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 20:35:09 UTC (rev 317268)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.5
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('2d09f070d7b1cea6ccececc559c5d9c013b047bb8d6e10eb5a1a3e1cc5d1f0c8')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


[arch-commits] Commit in ttf-symbola/repos/community-any (4 files)

2018-04-21 Thread Morten Linderud via arch-commits
Date: Saturday, April 21, 2018 @ 20:35:31
  Author: foxboron
Revision: 317270

archrelease: copy trunk to community-any

Added:
  ttf-symbola/repos/community-any/LICENSE
(from rev 317269, ttf-symbola/trunk/LICENSE)
  ttf-symbola/repos/community-any/PKGBUILD
(from rev 317269, ttf-symbola/trunk/PKGBUILD)
Deleted:
  ttf-symbola/repos/community-any/LICENSE
  ttf-symbola/repos/community-any/PKGBUILD

--+
 LICENSE  |8 
 PKGBUILD |   48 
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-21 20:35:24 UTC (rev 317269)
+++ LICENSE 2018-04-21 20:35:31 UTC (rev 317270)
@@ -1,4 +0,0 @@
-In lieu of a licence:
-Fonts in this site are offered free for any use; they may be opened, 
-edited, modified, regenerated, posted, packaged and redistributed.
-fonts designed by George Douros

Copied: ttf-symbola/repos/community-any/LICENSE (from rev 317269, 
ttf-symbola/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-21 20:35:31 UTC (rev 317270)
@@ -0,0 +1,4 @@
+In lieu of a licence:
+Fonts in this site are offered free for any use; they may be opened, 
+edited, modified, regenerated, posted, packaged and redistributed.
+fonts designed by George Douros

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 20:35:24 UTC (rev 317269)
+++ PKGBUILD2018-04-21 20:35:31 UTC (rev 317270)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Daniel Micay 
-# Contributor: Elena ``of Valhalla'' Grandi 
-# Contributor: Jesse Jaara 
-
-pkgname=ttf-symbola
-pkgver=10.24
-pkgrel=1
-pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)."
-arch=('any')
-url="http://users.teilar.gr/~g1951d/;
-license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
-makedepends=('unzip')
-source=("${pkgname}-${pkgver}.zip::http://users.teilar.gr/~g1951d/Symbola.zip;
-   "LICENSE")
-sha256sums=('7e9f5f29860366869c0fcd7584d4f5d2a15e577cc47938cba80b4380dde93e60'
-'2905469f5b3cc7b84048d59028e2f540e9f538571e55db4d040d49f614bd1b18')
-
-package() {
-  install -Dm644 Symbola.ttf "$pkgdir/usr/share/fonts/TTF/Symbola.ttf"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-symbola/repos/community-any/PKGBUILD (from rev 317269, 
ttf-symbola/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 20:35:31 UTC (rev 317270)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Daniel Micay 
+# Contributor: Elena ``of Valhalla'' Grandi 
+# Contributor: Jesse Jaara 
+
+pkgname=ttf-symbola
+pkgver=11.00
+pkgrel=1
+pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)."
+arch=('any')
+url="http://users.teilar.gr/~g1951d/;
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+makedepends=('unzip')
+source=("${pkgname}-${pkgver}.zip::http://users.teilar.gr/~g1951d/Symbola.zip;
+   "LICENSE")
+sha256sums=('9388978165fdd781097656ad6fc2641ae5281613e9aebf0203c1dcd638a0'
+'2905469f5b3cc7b84048d59028e2f540e9f538571e55db4d040d49f614bd1b18')
+
+package() {
+  install -Dm644 Symbola.ttf "$pkgdir/usr/share/fonts/TTF/Symbola.ttf"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-04-21 Thread Morten Linderud via arch-commits
Date: Saturday, April 21, 2018 @ 20:35:24
  Author: foxboron
Revision: 317269

upgpkg: ttf-symbola 11.00-1

Updated to 11.00

Modified:
  ttf-symbola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 20:35:09 UTC (rev 317268)
+++ PKGBUILD2018-04-21 20:35:24 UTC (rev 317269)
@@ -5,7 +5,7 @@
 # Contributor: Jesse Jaara 
 
 pkgname=ttf-symbola
-pkgver=10.24
+pkgver=11.00
 pkgrel=1
 pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)."
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('unzip')
 source=("${pkgname}-${pkgver}.zip::http://users.teilar.gr/~g1951d/Symbola.zip;
"LICENSE")
-sha256sums=('7e9f5f29860366869c0fcd7584d4f5d2a15e577cc47938cba80b4380dde93e60'
+sha256sums=('9388978165fdd781097656ad6fc2641ae5281613e9aebf0203c1dcd638a0'
 '2905469f5b3cc7b84048d59028e2f540e9f538571e55db4d040d49f614bd1b18')
 
 package() {


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

2018-04-21 Thread Morten Linderud via arch-commits
Date: Saturday, April 21, 2018 @ 20:35:01
  Author: foxboron
Revision: 317267

upgpkg: python-docs 3.6.5-1

Updated to 3.6.5

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 20:33:51 UTC (rev 317266)
+++ PKGBUILD2018-04-21 20:35:01 UTC (rev 317267)
@@ -4,7 +4,7 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('GPL')
 options=('docs')
 source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('c0ad3e364ff0ff0cb1a904e96f3d8e59b71effbb1e5d1b3ddc0561365f87b417')
+sha256sums=('2d09f070d7b1cea6ccececc559c5d9c013b047bb8d6e10eb5a1a3e1cc5d1f0c8')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2018-04-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 21, 2018 @ 20:33:51
  Author: zorun
Revision: 317266

archrelease: copy trunk to community-x86_64

Added:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
(from rev 317265, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
  ring-gnome/repos/community-x86_64/PKGBUILD
(from rev 317265, ring-gnome/trunk/PKGBUILD)
Deleted:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
  ring-gnome/repos/community-x86_64/PKGBUILD

---+
 0001-settings-check-if-g_get_user_special_dir-fails.patch |   72 -
 PKGBUILD  |   88 ++--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: 0001-settings-check-if-g_get_user_special_dir-fails.patch
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-04-21 
20:33:40 UTC (rev 317265)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-04-21 
20:33:51 UTC (rev 317266)
@@ -1,36 +0,0 @@
-From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
- 
-Date: Tue, 17 Apr 2018 09:47:47 -0400
-Subject: [PATCH] settings: check if g_get_user_special_dir fails
-
-g_get_user_special_dir can return a nullptr, so the string
-construction will fails badly. Must be checked or fallback to
-G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
-
-Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
-Reviewed-by: Philippe Gorley 

- src/generalsettingsview.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
-index 4c6a15a..4fa2d9c 100644
 a/src/generalsettingsview.cpp
-+++ b/src/generalsettingsview.cpp
-@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
- auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
- char* download_directory_value;
- g_variant_get(download_directory_variant, "", 
_directory_value);
--std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
-+std::string default_download_dir = {};
-+if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
-+default_download_dir = directory;
-+else
-+default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
- auto current_value = std::string(download_directory_value);
- if (current_value.empty()) {
- g_settings_set_value(priv->settings, "download-folder", 
g_variant_new("s", default_download_dir.c_str()));
--- 
-2.17.0
-

Copied: 
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
 (from rev 317265, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   
(rev 0)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-04-21 
20:33:51 UTC (rev 317266)
@@ -0,0 +1,36 @@
+From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
+ 
+Date: Tue, 17 Apr 2018 09:47:47 -0400
+Subject: [PATCH] settings: check if g_get_user_special_dir fails
+
+g_get_user_special_dir can return a nullptr, so the string
+construction will fails badly. Must be checked or fallback to
+G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
+
+Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
+Reviewed-by: Philippe Gorley 
+---
+ src/generalsettingsview.cpp | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
+index 4c6a15a..4fa2d9c 100644
+--- a/src/generalsettingsview.cpp
 b/src/generalsettingsview.cpp
+@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
+ auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
+ char* download_directory_value;
+ g_variant_get(download_directory_variant, "", 
_directory_value);
+-std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
++std::string default_download_dir = {};
++if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
++default_download_dir = directory;
++else
++default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
+ auto current_value = std::string(download_directory_value);
+ if (current_value.empty()) {
+ g_settings_set_value(priv->settings, 

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

2018-04-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 21, 2018 @ 20:33:40
  Author: zorun
Revision: 317265

upgpkg: ring-gnome 3:20180420.2.ac1aac4-1

Modified:
  ring-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 20:33:23 UTC (rev 317264)
+++ PKGBUILD2018-04-21 20:33:40 UTC (rev 317265)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-gnome
-pkgver=20180419.1.01da897
+pkgver=20180420.2.ac1aac4
 pkgrel=1
 epoch=3
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
@@ -15,7 +15,7 @@
  "evolution-data-server" "libnotify" "libcanberra" "libnm"
  "libappindicator-gtk3")
 makedepends=('git' 'cmake')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=59514edd152f0eb914a5e11dc107bc482cc5094e;)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=e18c1922af09e1d99a534a7a600794dc1d67069c;)
 sha256sums=('SKIP')
 
 build() {


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

2018-04-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 21, 2018 @ 20:33:23
  Author: zorun
Revision: 317264

archrelease: copy trunk to community-x86_64

Added:
  ring-daemon/repos/community-x86_64/PKGBUILD
(from rev 317263, ring-daemon/trunk/PKGBUILD)
Deleted:
  ring-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 20:33:07 UTC (rev 317263)
+++ PKGBUILD2018-04-21 20:33:23 UTC (rev 317264)
@@ -1,70 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ring-daemon
-pkgver=20180419.1.01da897
-pkgrel=1
-epoch=2
-_pjprojectver=2.7.2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
-arch=("x86_64")
-url="https://ring.cx;
-license=('GPL3')
-groups=("ring")
-depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
- 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
- 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
- 'libsecp256k1' 'util-linux' 'opus')
-makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
-#checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=64220b6ab35745c56087641ceae9617ffb5be47a;
-
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
-noextract=("pjproject-${_pjprojectver}.tar.bz2")
-sha256sums=('SKIP'
-'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
-sha512sums=('SKIP'
-
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
-
-prepare() {
-  cd "${pkgname}"
-  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd "${pkgname}/contrib/native"
-  ../bootstrap \
-  --disable-downloads \
-  --disable-all \
-  --enable-pjproject
-  make DEPS_pjproject=
-
-  cd ../..
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-ipv6
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# Disabled because some tests (TURN) use the network.
-#check() {
-#  cd "${pkgname}"
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ring-daemon/repos/community-x86_64/PKGBUILD (from rev 317263, 
ring-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 20:33:23 UTC (rev 317264)
@@ -0,0 +1,70 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-daemon
+pkgver=20180420.2.ac1aac4
+pkgrel=1
+epoch=2
+_pjprojectver=2.7.2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=2644afc145004496d33ec40bfa63ce40c37c7ef3;
+
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
+noextract=("pjproject-${_pjprojectver}.tar.bz2")
+sha256sums=('SKIP'
+'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
+sha512sums=('SKIP'
+
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
+
+prepare() {
+  cd "${pkgname}"
+  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd "${pkgname}/contrib/native"
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  

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

2018-04-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 21, 2018 @ 20:33:07
  Author: zorun
Revision: 317263

upgpkg: ring-daemon 2:20180420.2.ac1aac4-1

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 20:32:51 UTC (rev 317262)
+++ PKGBUILD2018-04-21 20:33:07 UTC (rev 317263)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-daemon
-pkgver=20180419.1.01da897
+pkgver=20180420.2.ac1aac4
 pkgrel=1
 epoch=2
 _pjprojectver=2.7.2
@@ -16,7 +16,7 @@
  'libsecp256k1' 'util-linux' 'opus')
 makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
 #checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=64220b6ab35745c56087641ceae9617ffb5be47a;
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=2644afc145004496d33ec40bfa63ce40c37c7ef3;
 
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
 noextract=("pjproject-${_pjprojectver}.tar.bz2")
 sha256sums=('SKIP'


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

2018-04-21 Thread Morten Linderud via arch-commits
Date: Saturday, April 21, 2018 @ 20:32:51
  Author: foxboron
Revision: 317262

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 317261, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 20:30:50 UTC (rev 317261)
+++ PKGBUILD2018-04-21 20:32:51 UTC (rev 317262)
@@ -1,36 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=gopass
-pkgver=1.6.10
-pkgrel=1
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/justwatchcom/gopass;
-license=('MIT')
-depends=('gnupg' 'git')
-makedepends=('go-pie')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-   'xsel: clipboard support'
-   'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
-sha256sums=('cd007c52df5f46a24c1af1bea44ee892d59a47f144dd09ac70e42fcda0ef3db5')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/justwatchcom
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 317261, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 20:32:51 UTC (rev 317262)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+pkgname=gopass
+pkgver=1.6.11
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/justwatchcom/gopass;
+license=('MIT')
+depends=('gnupg' 'git')
+options=(!strip debug)
+makedepends=('go-pie')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+   'xsel: clipboard support'
+   'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
+sha256sums=('2199532b6a5f51960e6b3412ea196efb5e2d187b7cb436ecbbcff1a0ec4f9fc1')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src
+  mv "${pkgname}-${pkgver}"/vendor/* src/
+  mkdir -p src/github.com/justwatchcom
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
+  cd "${pkgname}-${pkgver}"
+  sed -i -e "s/-extldflags '-static'//g" Makefile
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  make GO="go" build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-04-21 Thread Gaëtan Bisson via arch-commits
Date: Saturday, April 21, 2018 @ 20:31:13
  Author: bisson
Revision: 322778

archrelease: copy trunk to staging-x86_64

Added:
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 322777, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/PKGBUILD.cmake
(from rev 322777, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-x86_64/noconst.patch
(from rev 322777, inkscape/trunk/noconst.patch)

+
 PKGBUILD   |   63 +++
 PKGBUILD.cmake |   61 +
 noconst.patch  |   60 
 3 files changed, 184 insertions(+)

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 322777, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-21 20:31:13 UTC (rev 322778)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.3
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'libmagick6' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
+'noconst.patch')
+sha256sums=('063296c05a65d7a92a0f627485b66221487acfc64a24f712eb5237c4bd7816b2'
+'2759288bc1dbf120a3b3be7b2e36c1cd60408c043f6563ddf7092755feee99d0')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+   patch -p1 -i ../noconst.patch
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD.cmake (from rev 322777, 
inkscape/trunk/PKGBUILD.cmake)
===
--- staging-x86_64/PKGBUILD.cmake   (rev 0)
+++ staging-x86_64/PKGBUILD.cmake   2018-04-21 20:31:13 UTC (rev 322778)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 305444 2017-09-13 20:29:19Z andyrtr $
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('boost' 'intltool' 'cmake')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python' 'libcdr' 'libvisio' 'libwpg'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
+poppler-0.58.patch)
+sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
+'af6796619a74b392432c72abdb703971fbcaf1c8ff196ce5bb37505914d38f5a')
+
+# NB: Some CDN nodes appear to 

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

2018-04-21 Thread Morten Linderud via arch-commits
Date: Saturday, April 21, 2018 @ 20:30:50
  Author: foxboron
Revision: 317261

upgpkg: gopass 1.6.11-1

Updated to 1.6.11 with hack to enable go-pie

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 20:30:21 UTC (rev 317260)
+++ PKGBUILD2018-04-21 20:30:50 UTC (rev 317261)
@@ -1,6 +1,6 @@
 # Maintainer: Morten Linderud 
 pkgname=gopass
-pkgver=1.6.10
+pkgver=1.6.11
 pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
@@ -7,12 +7,13 @@
 url="https://github.com/justwatchcom/gopass;
 license=('MIT')
 depends=('gnupg' 'git')
+options=(!strip debug)
 makedepends=('go-pie')
 optdepends=('xdotool: for typing passwords selected by dmenu'
'xsel: clipboard support'
'xclip: clipboard support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
-sha256sums=('cd007c52df5f46a24c1af1bea44ee892d59a47f144dd09ac70e42fcda0ef3db5')
+sha256sums=('2199532b6a5f51960e6b3412ea196efb5e2d187b7cb436ecbbcff1a0ec4f9fc1')
 
 prepare(){
   export GOPATH="${srcdir}"
@@ -20,12 +21,14 @@
   mv "${pkgname}-${pkgver}"/vendor/* src/
   mkdir -p src/github.com/justwatchcom
   ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
+  cd "${pkgname}-${pkgver}"
+  sed -i -e "s/-extldflags '-static'//g" Makefile
 }
 
 build(){
   cd "${pkgname}-${pkgver}"
   export GOPATH="${srcdir}"
-  make build
+  make GO="go" build
   make completion
 }
 


[arch-commits] Commit in inkscape/trunk (PKGBUILD noconst.patch)

2018-04-21 Thread Gaëtan Bisson via arch-commits
Date: Saturday, April 21, 2018 @ 20:30:43
  Author: bisson
Revision: 322777

rebuild for poppler-0.64.0

Added:
  inkscape/trunk/noconst.patch
Modified:
  inkscape/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++
 noconst.patch |   60 
 2 files changed, 67 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 19:59:10 UTC (rev 322776)
+++ PKGBUILD2018-04-21 20:30:43 UTC (rev 322777)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.92.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -21,8 +21,10 @@
 'texlive-core: latex formulas'
 'python2-numpy: some extensions'
 'python2-lxml: some extensions and filters')
-source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('063296c05a65d7a92a0f627485b66221487acfc64a24f712eb5237c4bd7816b2')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
+'noconst.patch')
+sha256sums=('063296c05a65d7a92a0f627485b66221487acfc64a24f712eb5237c4bd7816b2'
+'2759288bc1dbf120a3b3be7b2e36c1cd60408c043f6563ddf7092755feee99d0')
 
 # NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
 
@@ -29,6 +31,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
./autogen.sh
+   patch -p1 -i ../noconst.patch
 
sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
@@ -41,7 +44,7 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
 
./configure \
--prefix=/usr \

Added: noconst.patch
===
--- noconst.patch   (rev 0)
+++ noconst.patch   2018-04-21 20:30:43 UTC (rev 322777)
@@ -0,0 +1,60 @@
+diff -Naur old/src/extension/internal/pdfinput/pdf-parser.cpp 
new/src/extension/internal/pdfinput/pdf-parser.cpp
+--- old/src/extension/internal/pdfinput/pdf-parser.cpp 2018-03-11 
10:38:09.0 -1000
 new/src/extension/internal/pdfinput/pdf-parser.cpp 2018-04-21 
08:55:27.901218709 -1000
+@@ -2490,7 +2490,7 @@
+ builder->updateFont(state);
+ fontChanged = gFalse;
+   }
+-  doShowText(args[0].getString());
++  doShowText((GooString *)args[0].getString());
+ }
+ 
+ // TODO not good that numArgs is ignored but args[] is used:
+@@ -2511,7 +2511,7 @@
+   ty = state->getLineY() - state->getLeading();
+   state->textMoveTo(tx, ty);
+   builder->updateTextPosition(tx, ty);
+-  doShowText(args[0].getString());
++  doShowText((GooString *)args[0].getString());
+ }
+ 
+ // TODO not good that numArgs is ignored but args[] is used:
+@@ -2534,7 +2534,7 @@
+   ty = state->getLineY() - state->getLeading();
+   state->textMoveTo(tx, ty);
+   builder->updateTextPosition(tx, ty);
+-  doShowText(args[2].getString());
++  doShowText((GooString *)args[2].getString());
+ }
+ 
+ // TODO not good that numArgs is ignored but args[] is used:
+@@ -2572,7 +2572,7 @@
+   }
+   builder->updateTextShift(state, obj.getNum());
+ } else if (obj.isString()) {
+-  doShowText(obj.getString());
++  doShowText((GooString *)obj.getString());
+ } else {
+   error(errSyntaxError, getPos(), "Element of show/space array must be 
number or string");
+ }
+@@ -2732,7 +2732,7 @@
+ {
+   Object obj1, obj2, obj3, refObj;
+ 
+-  char *name = args[0].getName();
++  char *name = (char *)args[0].getName();
+ #if defined(POPPLER_NEW_OBJECT_API)
+   if ((obj1 = res->lookupXObject(name)).isNull()) {
+ #else
+diff -Naur old/src/extension/internal/pdfinput/svg-builder.cpp 
new/src/extension/internal/pdfinput/svg-builder.cpp
+--- old/src/extension/internal/pdfinput/svg-builder.cpp2018-03-11 
10:38:09.0 -1000
 new/src/extension/internal/pdfinput/svg-builder.cpp2018-04-21 
10:14:49.821436417 -1000
+@@ -1020,7 +1020,7 @@
+ GfxFont *font = state->getFont();
+ // Store original name
+ if (font->getName()) {
+-_font_specification = font->getName()->getCString();
++_font_specification = (char *)font->getName()->getCString();
+ } else {
+ _font_specification = (char*) "Arial";
+ }


[arch-commits] Commit in (4 files)

2018-04-21 Thread David Runge via arch-commits
Date: Saturday, April 21, 2018 @ 20:23:29
  Author: dvzrv
Revision: 317257

Adding zsh-autosuggestions 0.4.2 from AUR.

Added:
  zsh-autosuggestions/
  zsh-autosuggestions/repos/
  zsh-autosuggestions/trunk/
  zsh-autosuggestions/trunk/PKGBUILD

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

Added: zsh-autosuggestions/trunk/PKGBUILD
===
--- zsh-autosuggestions/trunk/PKGBUILD  (rev 0)
+++ zsh-autosuggestions/trunk/PKGBUILD  2018-04-21 20:23:29 UTC (rev 317257)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+pkgname=zsh-autosuggestions
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="Fish-like autosuggestions for zsh "
+arch=('any')
+url="https://github.com/zsh-users/zsh-autosuggestions;
+license=('MIT')
+depends=('zsh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('67aae94211ed3a0f539509142d94b03ceb3d171e92b26fbf1a5a86185af515af07b9c244e258da321f1116624e6ed85eb77df73bd89e76246d415a18852b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 ${pkgname}{,.plugin}.zsh \
+-t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
+  # docs
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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


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

2018-04-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 21, 2018 @ 20:21:26
  Author: zorun
Revision: 317256

archrelease: copy trunk to community-x86_64

Added:
  opendht/repos/community-x86_64/PKGBUILD
(from rev 317255, opendht/trunk/PKGBUILD)
Deleted:
  opendht/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 20:21:10 UTC (rev 317255)
+++ PKGBUILD2018-04-21 20:21:26 UTC (rev 317256)
@@ -1,58 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=opendht
-pkgver=1.7.0
-pkgrel=1
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
-optdepends=('python: to use the Python bindings')
-url="https://github.com/savoirfairelinux/opendht;
-license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('bfac984414607bd2b15ee72dc78f42de3ccdcfa4e7beb69d606554cd2e5fe7f1')
-sha512sums=('3c65d1a1d0b430e6d72442c62a406091552977ad2699fcd24e3758db1ba218762efbe65c222041104252152b7f7f73d54243c0e79701c1875ce087aab5f12f5f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=None \
--DOPENDHT_TESTS=ON \
--DOPENDHT_DOCUMENTATION=OFF \
--DOPENDHT_STATIC=OFF \
--DOPENDHT_SYSTEMD=ON \
--DOPENDHT_LTO=ON \
--DOPENDHT_TOOLS=ON \
--DOPENDHT_PYTHON=ON \
--DOPENDHT_PROXY_SERVER=ON \
--DOPENDHT_PROXY_CLIENT=ON \
--DOPENDHT_PUSH_NOTIFICATIONS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cd build
-  make test
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Installing...'
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ..
-
-  msg2 'Installing documentation...'
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opendht/repos/community-x86_64/PKGBUILD (from rev 317255, 
opendht/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 20:21:26 UTC (rev 317256)
@@ -0,0 +1,58 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=opendht
+pkgver=1.7.1
+pkgrel=1
+epoch=1
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=('x86_64')
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
+optdepends=('python: to use the Python bindings')
+url="https://github.com/savoirfairelinux/opendht;
+license=('GPL3')
+source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397')
+sha512sums=('259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=None \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd build
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Installing...'
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ..
+
+  msg2 'Installing documentation...'
+  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 21, 2018 @ 20:21:10
  Author: zorun
Revision: 317255

upgpkg: opendht 1:1.7.1-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 15:06:48 UTC (rev 317254)
+++ PKGBUILD2018-04-21 20:21:10 UTC (rev 317255)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht;
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('bfac984414607bd2b15ee72dc78f42de3ccdcfa4e7beb69d606554cd2e5fe7f1')
-sha512sums=('3c65d1a1d0b430e6d72442c62a406091552977ad2699fcd24e3758db1ba218762efbe65c222041104252152b7f7f73d54243c0e79701c1875ce087aab5f12f5f')
+sha256sums=('411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397')
+sha512sums=('259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-04-21 Thread Jan Steffens via arch-commits
Date: Saturday, April 21, 2018 @ 19:58:56
  Author: heftig
Revision: 322775

archrelease: copy trunk to extra-x86_64

Added:
  colord/repos/extra-x86_64/PKGBUILD
(from rev 322774, colord/trunk/PKGBUILD)
Deleted:
  
colord/repos/extra-x86_64/0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
  colord/repos/extra-x86_64/PKGBUILD

---+
 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch |   68 ---
 PKGBUILD  |  139 +++-
 2 files changed, 68 insertions(+), 139 deletions(-)

Deleted: 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
===
--- 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch   2018-04-21 
19:58:39 UTC (rev 322774)
+++ 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch   2018-04-21 
19:58:56 UTC (rev 322775)
@@ -1,68 +0,0 @@
-From 6d7a6ae89bd12640e863a10fc88b6678f9dc9477 Mon Sep 17 00:00:00 2001
-Message-Id: 
<6d7a6ae89bd12640e863a10fc88b6678f9dc9477.1513518702.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 16 Dec 2017 04:18:01 +0100
-Subject: [PATCH] Make cd_color_get_blackbody_rgb_full safer
-
-Validate arguments. If temp is divisible by 100, avoid interpolation
-because it accesses beyond the data for temp == 1.

- lib/colord/cd-color.c | 23 +++
- 1 file changed, 15 insertions(+), 8 deletions(-)
-
-diff --git a/lib/colord/cd-color.c b/lib/colord/cd-color.c
-index 6062595187616846..9960e7ecd247a289 100644
 a/lib/colord/cd-color.c
-+++ b/lib/colord/cd-color.c
-@@ -1444,33 +1444,40 @@ cd_color_get_blackbody_rgb_full (gdouble temp,
-CdColorBlackbodyFlags flags)
- {
-   gboolean ret = TRUE;
--  gdouble alpha;
--  gint temp_index;
-+  guint temp_quot, temp_rem;
-   const CdColorRGB *blackbody_func = blackbody_data_d65modified;
- 
-+  g_return_val_if_fail (!isnan (temp), FALSE);
-+  g_return_val_if_fail (result != NULL, FALSE);
-+
-   /* use modified curve */
-   if (flags & CD_COLOR_BLACKBODY_FLAG_USE_PLANCKIAN)
-   blackbody_func = blackbody_data_d65plankian;
- 
-   /* check lower bound */
-   if (temp < 1000) {
-   ret = FALSE;
-   temp = 1000;
-   }
- 
-   /* check upper bound */
-   if (temp > 1) {
-   ret = FALSE;
-   temp = 1;
-   }
- 
-   /* bilinear interpolate the blackbody data */
--  alpha = ((guint) temp % 100) / 100.0;
--  temp_index = ((guint) temp - 1000) / 100;
--  cd_color_rgb_interpolate (_func[temp_index],
--_func[temp_index + 1],
--alpha,
--result);
-+  temp_quot = (guint) temp / 100;
-+  temp_rem = (guint) temp % 100;
-+
-+  if (temp_rem == 0)
-+  *result = blackbody_func[temp_quot - 10];
-+  else
-+  cd_color_rgb_interpolate (_func[temp_quot - 10],
-+_func[temp_quot - 9],
-+temp_rem / 100.0,
-+result);
-+
-   return ret;
- }
- 
--- 
-2.15.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 19:58:39 UTC (rev 322774)
+++ PKGBUILD2018-04-21 19:58:56 UTC (rev 322775)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=colord
-pkgname=(colord colord-sane)
-pkgver=1.4.2
-pkgrel=3
-pkgdesc="System daemon for managing color devices"
-url="https://www.freedesktop.org/software/colord;
-arch=(x86_64)
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev 
shared-mime-info)
-makedepends=(gobject-introspection vala sane bash-completion argyllcms git 
docbook-utils
- docbook-sgml perl-sgmls meson gtk-doc)
-options=(!emptydirs)
-_commit=5b9aa8de432579a2636f13ad6895928f42511081  # tags/1.4.2^0
-source=("git+https://github.com/hughsie/colord#commit=$_commit;
-0001-Make-cd_color_get_blackbody_rgb_full-safer.patch)
-sha256sums=('SKIP'
-'73689805d46705c8680d9ae979a2f5203f661741e56aa07dc627b36059ab404b')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')  # Richard Hughes
-
-pkgver() {
-  cd colord
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd colord
-  patch -Np1 -i ../0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
-}
-
-build() {
-  arch-meson colord build \
--Denable-libcolordcompat=true \
--Denable-sane=true \
--Denable-vala=true \
--Denable-print-profiles=true \
--Dwith-daemon-user=colord
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package_colord() {
-  

[arch-commits] Commit in (gksu)

2018-04-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, April 21, 2018 @ 19:59:10
  Author: bpiotrowski
Revision: 322776

Drop gksu

Deleted:
  gksu/


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

2018-04-21 Thread Jan Steffens via arch-commits
Date: Saturday, April 21, 2018 @ 19:58:15
  Author: heftig
Revision: 322772

1.4.3-1

Modified:
  colord/trunk/PKGBUILD
Deleted:
  colord/trunk/0001-Make-cd_color_get_blackbody_rgb_full-safer.patch

---+
 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch |   68 
 PKGBUILD  |   25 ++---
 2 files changed, 11 insertions(+), 82 deletions(-)

Deleted: 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
===
--- 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch   2018-04-21 
18:33:28 UTC (rev 322771)
+++ 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch   2018-04-21 
19:58:15 UTC (rev 322772)
@@ -1,68 +0,0 @@
-From 6d7a6ae89bd12640e863a10fc88b6678f9dc9477 Mon Sep 17 00:00:00 2001
-Message-Id: 
<6d7a6ae89bd12640e863a10fc88b6678f9dc9477.1513518702.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 16 Dec 2017 04:18:01 +0100
-Subject: [PATCH] Make cd_color_get_blackbody_rgb_full safer
-
-Validate arguments. If temp is divisible by 100, avoid interpolation
-because it accesses beyond the data for temp == 1.

- lib/colord/cd-color.c | 23 +++
- 1 file changed, 15 insertions(+), 8 deletions(-)
-
-diff --git a/lib/colord/cd-color.c b/lib/colord/cd-color.c
-index 6062595187616846..9960e7ecd247a289 100644
 a/lib/colord/cd-color.c
-+++ b/lib/colord/cd-color.c
-@@ -1444,33 +1444,40 @@ cd_color_get_blackbody_rgb_full (gdouble temp,
-CdColorBlackbodyFlags flags)
- {
-   gboolean ret = TRUE;
--  gdouble alpha;
--  gint temp_index;
-+  guint temp_quot, temp_rem;
-   const CdColorRGB *blackbody_func = blackbody_data_d65modified;
- 
-+  g_return_val_if_fail (!isnan (temp), FALSE);
-+  g_return_val_if_fail (result != NULL, FALSE);
-+
-   /* use modified curve */
-   if (flags & CD_COLOR_BLACKBODY_FLAG_USE_PLANCKIAN)
-   blackbody_func = blackbody_data_d65plankian;
- 
-   /* check lower bound */
-   if (temp < 1000) {
-   ret = FALSE;
-   temp = 1000;
-   }
- 
-   /* check upper bound */
-   if (temp > 1) {
-   ret = FALSE;
-   temp = 1;
-   }
- 
-   /* bilinear interpolate the blackbody data */
--  alpha = ((guint) temp % 100) / 100.0;
--  temp_index = ((guint) temp - 1000) / 100;
--  cd_color_rgb_interpolate (_func[temp_index],
--_func[temp_index + 1],
--alpha,
--result);
-+  temp_quot = (guint) temp / 100;
-+  temp_rem = (guint) temp % 100;
-+
-+  if (temp_rem == 0)
-+  *result = blackbody_func[temp_quot - 10];
-+  else
-+  cd_color_rgb_interpolate (_func[temp_quot - 10],
-+_func[temp_quot - 9],
-+temp_rem / 100.0,
-+result);
-+
-   return ret;
- }
- 
--- 
-2.15.1
-

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 18:33:28 UTC (rev 322771)
+++ PKGBUILD2018-04-21 19:58:15 UTC (rev 322772)
@@ -4,8 +4,8 @@
 
 pkgbase=colord
 pkgname=(colord colord-sane)
-pkgver=1.4.2
-pkgrel=3
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="System daemon for managing color devices"
 url="https://www.freedesktop.org/software/colord;
 arch=(x86_64)
@@ -14,11 +14,9 @@
 makedepends=(gobject-introspection vala sane bash-completion argyllcms git 
docbook-utils
  docbook-sgml perl-sgmls meson gtk-doc)
 options=(!emptydirs)
-_commit=5b9aa8de432579a2636f13ad6895928f42511081  # tags/1.4.2^0
-source=("git+https://github.com/hughsie/colord#commit=$_commit;
-0001-Make-cd_color_get_blackbody_rgb_full-safer.patch)
-sha256sums=('SKIP'
-'73689805d46705c8680d9ae979a2f5203f661741e56aa07dc627b36059ab404b')
+_commit=cd7faac0d81f2dabef6c9787baf78b9e8fb0e1ae  # tags/1.4.3^0
+source=("git+https://github.com/hughsie/colord#commit=$_commit;)
+sha256sums=('SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')  # Richard Hughes
 
 pkgver() {
@@ -28,16 +26,15 @@
 
 prepare() {
   cd colord
-  patch -Np1 -i ../0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
 }
 
 build() {
   arch-meson colord build \
--Denable-libcolordcompat=true \
--Denable-sane=true \
--Denable-vala=true \
--Denable-print-profiles=true \
--Dwith-daemon-user=colord
+-D libcolordcompat=true \
+-D sane=true \
+-D vapi=true \
+-D print_profiles=true \
+-D daemon_user=colord
   ninja -C build
 }
 
@@ -68,4 +65,4 @@
   mv colord-sane/* "$pkgdir"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:


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

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 18:33:28
  Author: arojas
Revision: 322771

archrelease: copy trunk to extra-x86_64

Added:
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 322770, unrar/trunk/PKGBUILD)
Deleted:
  unrar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 18:31:42 UTC (rev 322770)
+++ PKGBUILD2018-04-21 18:33:28 UTC (rev 322771)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=(unrar libunrar)
-pkgver=5.6.2
-pkgrel=1
-epoch=1
-arch=(x86_64)
-url="http://www.rarlab.com/rar_add.htm;
-license=(custom)
-source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('ce048094764b2377dd60802359c74f03528b6d7defd808cd584443c5fd2de948')
-
-build() {
-  cp -a unrar libunrar
-  make -C libunrar lib
-  make -C unrar STRIP="true"
-}
-
-package_unrar() {
-  pkgdesc="The RAR uncompression program"
-  depends=(gcc-libs)
-  cd unrar
-  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
-  depends=(gcc-libs)
-  cd libunrar
-  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
-  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: unrar/repos/extra-x86_64/PKGBUILD (from rev 322770, 
unrar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 18:33:28 UTC (rev 322771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=(unrar libunrar)
+pkgver=5.6.3
+pkgrel=1
+epoch=1
+arch=(x86_64)
+url="http://www.rarlab.com/rar_add.htm;
+license=(custom)
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+sha256sums=('c590e70a745d840ae9b9f05ba6c449438838c8280d76ce796a26b3fcd0a1972e')
+
+build() {
+  cp -a unrar libunrar
+  make -C libunrar lib
+  make -C unrar STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
+  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 18:31:42
  Author: arojas
Revision: 322770

Update to 5.6.3

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 18:29:39 UTC (rev 322769)
+++ PKGBUILD2018-04-21 18:31:42 UTC (rev 322770)
@@ -5,7 +5,7 @@
 
 pkgbase=unrar
 pkgname=(unrar libunrar)
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 epoch=1
 arch=(x86_64)
@@ -12,7 +12,7 @@
 url="http://www.rarlab.com/rar_add.htm;
 license=(custom)
 source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('ce048094764b2377dd60802359c74f03528b6d7defd808cd584443c5fd2de948')
+sha256sums=('c590e70a745d840ae9b9f05ba6c449438838c8280d76ce796a26b3fcd0a1972e')
 
 build() {
   cp -a unrar libunrar


[arch-commits] Commit in binutils/repos/testing-x86_64 (7 files)

2018-04-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, April 21, 2018 @ 18:29:39
  Author: bpiotrowski
Revision: 322769

archrelease: copy trunk to testing-x86_64

Added:
  
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
(from rev 322768, 
binutils/trunk/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch)
  
binutils/repos/testing-x86_64/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
(from rev 322768, 
binutils/trunk/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
  
binutils/repos/testing-x86_64/0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch
(from rev 322768, 
binutils/trunk/0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch)
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 322768, binutils/trunk/PKGBUILD)
Deleted:
  
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
  
binutils/repos/testing-x86_64/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
  binutils/repos/testing-x86_64/PKGBUILD

-+
 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   |   58 +-
 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch |  290 
+-
 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch  |  233 
 PKGBUILD|  183 +++---
 4 files changed, 501 insertions(+), 263 deletions(-)

Deleted: 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
===
--- 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   2018-04-21 
18:29:19 UTC (rev 322768)
+++ 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   2018-04-21 
18:29:39 UTC (rev 322769)
@@ -1,29 +0,0 @@
-From eb77f6a4621795367a39cdd30957903af9dbb815 Mon Sep 17 00:00:00 2001
-From: Alan Modra 
-Date: Sat, 27 Jan 2018 08:19:33 +1030
-Subject: [PATCH] PR22741, objcopy segfault on fuzzed COFF object
-
-   PR 22741
-   * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
-   range before converting to a symbol table pointer.

- bfd/coffgen.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/bfd/coffgen.c b/bfd/coffgen.c
-index b2410873d0..4f90eaddd9 100644
 a/bfd/coffgen.c
-+++ b/bfd/coffgen.c
-@@ -1555,7 +1555,8 @@ coff_pointerize_aux (bfd *abfd,
- }
-   /* A negative tagndx is meaningless, but the SCO 3.2v4 cc can
-  generate one, so we must be careful to ignore it.  */
--  if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
-+  if ((unsigned long) auxent->u.auxent.x_sym.x_tagndx.l
-+  < obj_raw_syment_count (abfd))
- {
-   auxent->u.auxent.x_sym.x_tagndx.p =
-   table_base + auxent->u.auxent.x_sym.x_tagndx.l;
--- 
-2.16.2
-

Copied: 
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
 (from rev 322768, 
binutils/trunk/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch)
===
--- 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   
(rev 0)
+++ 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   2018-04-21 
18:29:39 UTC (rev 322769)
@@ -0,0 +1,29 @@
+From eb77f6a4621795367a39cdd30957903af9dbb815 Mon Sep 17 00:00:00 2001
+From: Alan Modra 
+Date: Sat, 27 Jan 2018 08:19:33 +1030
+Subject: [PATCH] PR22741, objcopy segfault on fuzzed COFF object
+
+   PR 22741
+   * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
+   range before converting to a symbol table pointer.
+---
+ bfd/coffgen.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/bfd/coffgen.c b/bfd/coffgen.c
+index b2410873d0..4f90eaddd9 100644
+--- a/bfd/coffgen.c
 b/bfd/coffgen.c
+@@ -1555,7 +1555,8 @@ coff_pointerize_aux (bfd *abfd,
+ }
+   /* A negative tagndx is meaningless, but the SCO 3.2v4 cc can
+  generate one, so we must be careful to ignore it.  */
+-  if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
++  if ((unsigned long) auxent->u.auxent.x_sym.x_tagndx.l
++  < obj_raw_syment_count (abfd))
+ {
+   auxent->u.auxent.x_sym.x_tagndx.p =
+   table_base + auxent->u.auxent.x_sym.x_tagndx.l;
+-- 
+2.16.2
+

Deleted: 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
===
--- 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch 
2018-04-21 18:29:19 UTC (rev 322768)
+++ 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch 
2018-04-21 18:29:39 UTC (rev 322769)
@@ -1,145 +0,0 @@
-From 3b56a1358768563d9cf320559ebdedfb30f122dd Mon Sep 17 00:00:00 2001
-From: Alan Modra 
-Date: Mon, 12 Feb 2018 13:06:07 +1030
-Subject: [PATCH] PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries
-
-lld lays out the relro segment 

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

2018-04-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, April 21, 2018 @ 18:29:19
  Author: bpiotrowski
Revision: 322768

2.30-3: backport fix for PR22836 (FS#58268)

Added:
  binutils/trunk/0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch
Modified:
  binutils/trunk/PKGBUILD

+
 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch |  233 +++
 PKGBUILD   |   11 
 2 files changed, 241 insertions(+), 3 deletions(-)

Added: 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch
===
--- 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch  
(rev 0)
+++ 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch  2018-04-21 
18:29:19 UTC (rev 322768)
@@ -0,0 +1,233 @@
+From d957f81cb38d7e82ae546cd03265ee3087ba8a85 Mon Sep 17 00:00:00 2001
+From: Alan Modra 
+Date: Tue, 13 Feb 2018 14:09:48 +1030
+Subject: [PATCH] PR22836, "-r -s" doesn't work with -g3 using GCC 7
+
+This fixes the case where all of a group is removed with ld -r, the
+situation in the PR, and failures where part of a group is removed
+that contain relocs.
+
+bfd/
+   PR 22836
+   * elf.c (_bfd_elf_fixup_group_sections): Account for removed
+   relocation sections.  If size reduces to just the flag word,
+   remove that too and mark with SEC_EXCLUDE.
+   * elflink.c (bfd_elf_final_link): Strip empty group sections.
+binutils/
+   * testsuite/binutils-all/group-7.s,
+   * testsuite/binutils-all/group-7a.d,
+   * testsuite/binutils-all/group-7b.d,
+   * testsuite/binutils-all/group-7c.d: New tests.
+   * testsuite/binutils-all/objcopy.exp: Run them.
+ld/
+   * testsuite/ld-elf/pr22836-2.d,
+   * testsuite/ld-elf/pr22836-2.s: New test.
+
+(cherry picked from commit 6e5e9d58c1eeef5677c90886578a895cb8c164c5)
+---
+ bfd/ChangeLog   | 11 +++
+ bfd/elf.c   | 25 +
+ bfd/elflink.c   |  7 +++
+ binutils/ChangeLog  | 12 
+ binutils/testsuite/binutils-all/group-7.s   |  6 ++
+ binutils/testsuite/binutils-all/group-7a.d  | 16 
+ binutils/testsuite/binutils-all/group-7b.d  | 19 +++
+ binutils/testsuite/binutils-all/group-7c.d  |  8 
+ binutils/testsuite/binutils-all/objcopy.exp |  3 +++
+ ld/ChangeLog|  9 +
+ ld/testsuite/ld-elf/pr22836-2.d |  7 +++
+ ld/testsuite/ld-elf/pr22836-2.s |  7 +++
+ 12 files changed, 126 insertions(+), 4 deletions(-)
+ create mode 100644 binutils/testsuite/binutils-all/group-7.s
+ create mode 100644 binutils/testsuite/binutils-all/group-7a.d
+ create mode 100644 binutils/testsuite/binutils-all/group-7b.d
+ create mode 100644 binutils/testsuite/binutils-all/group-7c.d
+ create mode 100644 ld/testsuite/ld-elf/pr22836-2.d
+ create mode 100644 ld/testsuite/ld-elf/pr22836-2.s
+
+diff --git a/bfd/elf.c b/bfd/elf.c
+index 325bdd5..e95c8a9 100644
+--- a/bfd/elf.c
 b/bfd/elf.c
+@@ -7579,7 +7579,16 @@ _bfd_elf_fixup_group_sections (bfd *ibfd, asection 
*discarded)
+  but the SHT_GROUP section is, then adjust its size.  */
+   else if (s->output_section == discarded
+&& isec->output_section != discarded)
+-removed += 4;
++{
++  struct bfd_elf_section_data *elf_sec = elf_section_data (s);
++  removed += 4;
++  if (elf_sec->rel.hdr != NULL
++  && (elf_sec->rel.hdr->sh_flags & SHF_GROUP) != 0)
++removed += 4;
++  if (elf_sec->rela.hdr != NULL
++  && (elf_sec->rela.hdr->sh_flags & SHF_GROUP) != 0)
++removed += 4;
++}
+   s = elf_next_in_group (s);
+   if (s == first)
+ break;
+@@ -7589,18 +7598,26 @@ _bfd_elf_fixup_group_sections (bfd *ibfd, asection 
*discarded)
+   if (discarded != NULL)
+ {
+   /* If we've been called for ld -r, then we need to
+- adjust the input section size.  This function may
+- be called multiple times, so save the original
+- size.  */
++ adjust the input section size.  */
+   if (isec->rawsize == 0)
+ isec->rawsize = isec->size;
+   isec->size = isec->rawsize - removed;
++  if (isec->size <= 4)
++{
++  isec->size = 0;
++  isec->flags |= SEC_EXCLUDE;
++}
+ }
+   else
+ {
+   /* Adjust the output section size when called from
+  objcopy. */
+   isec->output_section->size -= removed;
++  if 

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

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 18:23:45
  Author: arojas
Revision: 322767

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 322766, calligra/trunk/PKGBUILD)

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

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 322766, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-21 18:23:45 UTC (rev 322767)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.1.0
+pkgrel=7
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram libspnav 
kdelibs4support
+ gsl openexr kcontacts qca-qt5 poppler-qt5 libodfgen qt5-webkit cauchy 
khtml)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost openjpeg 
akonadi-contacts
+ libwpg okular eigen marble-common pstoedit libvisio libetonyek 
libwps vc libgit2)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer'
+'libgit2: Calligra Gemini git plugin'
+'kirigami2: for Calligra Gemini')
+conflicts=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+   calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta
+   calligra-flow calligra-braindump calligra-gemini calligra-handbook)
+replaces=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+  calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta)
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 18:21:01
  Author: arojas
Revision: 322766

poppler 0.64 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 14:27:19 UTC (rev 322765)
+++ PKGBUILD2018-04-21 18:21:01 UTC (rev 322766)
@@ -7,7 +7,7 @@
 pkgname=calligra
 pkgdesc="A set of applications for productivity and creative usage"
 pkgver=3.1.0
-pkgrel=6
+pkgrel=7
 arch=(x86_64)
 url='https://www.calligra-suite.org/'
 license=(FDL1.2 GPL2 LGPL)


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

2018-04-21 Thread Nicola Squartini via arch-commits
Date: Saturday, April 21, 2018 @ 15:06:48
  Author: tensor5
Revision: 317254

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 317253, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 15:06:29 UTC (rev 317253)
+++ PKGBUILD2018-04-21 15:06:48 UTC (rev 317254)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.22
-_commit=4cb486ee993cadde5564fb6c611d2bcf4fc44414
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 317253, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 15:06:48 UTC (rev 317254)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.23
+_commit=124ca40dc525a987a88176c6e5170978e82fa290
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-21 Thread Nicola Squartini via arch-commits
Date: Saturday, April 21, 2018 @ 15:06:29
  Author: tensor5
Revision: 317253

upgpkg: solidity 0.4.23-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 14:23:21 UTC (rev 317252)
+++ PKGBUILD2018-04-21 15:06:29 UTC (rev 317253)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.4.22
-_commit=4cb486ee993cadde5564fb6c611d2bcf4fc44414
+pkgver=0.4.23
+_commit=124ca40dc525a987a88176c6e5170978e82fa290
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')


[arch-commits] Commit in (qimageblitz)

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 14:27:19
  Author: arojas
Revision: 322765

Dropped to AUR

Deleted:
  qimageblitz/


[arch-commits] Commit in (libktnef)

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 14:26:13
  Author: arojas
Revision: 322763

Renamed to ktnef

Deleted:
  libktnef/


[arch-commits] Commit in kde-development-environment-meta/repos/community-any (6 files)

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 14:23:21
  Author: arojas
Revision: 317252

archrelease: copy trunk to community-any

Added:
  kde-development-environment-meta/repos/community-any/PKGBUILD
(from rev 317251, kde-development-environment-meta/trunk/PKGBUILD)
  
kde-development-environment-meta/repos/community-any/kdesdk-devenv-dependencies.svg
(from rev 317251, 
kde-development-environment-meta/trunk/kdesdk-devenv-dependencies.svg)
  
kde-development-environment-meta/repos/community-any/org.kde.development.appdata.xml
(from rev 317251, 
kde-development-environment-meta/trunk/org.kde.development.appdata.xml)
Deleted:
  kde-development-environment-meta/repos/community-any/PKGBUILD
  
kde-development-environment-meta/repos/community-any/kdesdk-devenv-dependencies.svg
  
kde-development-environment-meta/repos/community-any/org.kde.development.appdata.xml

-+
 PKGBUILD|  311 ++
 org.kde.development.appdata.xml |   66 
 2 files changed, 188 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 14:21:43 UTC (rev 317251)
+++ PKGBUILD2018-04-21 14:23:21 UTC (rev 317252)
@@ -1,156 +0,0 @@
-# Note: This PKGBUILD is automatically generated by the scripts at 
https://cgit.kde.org/kdesdk-devenv-dependencies.git/
-# Don't manually edit the PKGBUILD, edit the upstream template instead
-
-pkgname=kde-development-environment-meta
-pkgver=20170718
-pkgrel=1
-pkgdesc='Metapackage to install a full KDE development environment'
-arch=(any)
-url='https://phabricator.kde.org/T3722'
-license=(LGPL)
-depends=(akonadi
- akonadi-calendar
- akonadi-contacts
- akonadi-mime
- akonadi-notes
- akonadi-search
- attica-qt5
- baloo
- baloo-widgets
- bash-completion
- bluez-qt
- calendarsupport
- clang
- cmake
- eventviews
- extra-cmake-modules
- frameworkintegration
- gcc
- gettext
- git
- grantleetheme
- incidenceeditor
- kactivities
- kactivities-stats
- kalarmcal
- karchive
- kauth
- kblog
- kbookmarks
- kcalcore
- kcalutils
- kcmutils
- kcodecs
- kcompletion
- kconfig
- kconfigwidgets
- kcontacts
- kcoreaddons
- kcrash
- kdbusaddons
- kde-syndication
- kdeclarative
- kdelibs4support
- kdepim-apps-libs
- kdesignerplugin
- kdesu
- kdewebkit
- kdnssd
- kdoctools
- kemoticons
- kfilemetadata
- kglobalaccel
- kguiaddons
- kholidays
- khtml
- ki18n
- kiconthemes
- kidentitymanagement
- kidletime
- kimap
- kinit
- kio
- kirigami2
- kitemmodels
- kitemviews
- kjobwidgets
- kjs
- kjsembed
- kldap
- kmailtransport
- kmbox
- kmediaplayer
- kmime
- knewstuff
- knotifications
- knotifyconfig
- konqueror
- kontactinterface
- kpackage
- kparts
- kpeople
- kpimtextedit
- kplotting
- kpty
- kross
- krunner
- kservice
- ktexteditor
- ktextwidgets
- kunitconversion
- kwallet
- kwayland
- kwidgetsaddons
- kwindowsystem
- kxmlgui
- kxmlrpcclient
- libgravatar
- libkcddb
- libkcompactdisc
- libkdcraw
- libkdegames
- libkdepim
- libkexiv2
- libkgapi
- libkgeomap
- libkipi
- libkleo
- libkmahjongg
- libksane
- libkscreen
- libksieve
- libksysguard
- libktnef
- libkvkontakte
- libmediawiki
- mailcommon
- mailimporter
- make
- messagelib
- modemmanager-qt
- networkmanager-qt
- ninja
- pimcommon
- plasma-framework
- prison
- qt5-base
- qt5-declarative
- qt5-webengine
- solid
- sonnet
- syntax-highlighting
- threadweaver)
-optdepends=(kate
-kdevelop
-plasma-sdk
-plasma-workspace)
-makedepends=()
-source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
-sha256sums=(67b3db866d04b2c900045dbd51490e097b20906d432297fd641b9c649bce8564
-92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238)
-noextract=()
-
-package() {
-install -Dm644 org.kde.development.appdata.xml 
"$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
-install -Dm644 

[arch-commits] Commit in kde-development-environment-meta/trunk (PKGBUILD)

2018-04-21 Thread Antonio Rojas via arch-commits
Date: Saturday, April 21, 2018 @ 14:21:43
  Author: arojas
Revision: 317251

Drop libktnef

Modified:
  kde-development-environment-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 06:34:52 UTC (rev 317250)
+++ PKGBUILD2018-04-21 14:21:43 UTC (rev 317251)
@@ -3,7 +3,7 @@
 
 pkgname=kde-development-environment-meta
 pkgver=20170718
-pkgrel=1
+pkgrel=2
 pkgdesc='Metapackage to install a full KDE development environment'
 arch=(any)
 url='https://phabricator.kde.org/T3722'
@@ -120,7 +120,6 @@
  libkscreen
  libksieve
  libksysguard
- libktnef
  libkvkontakte
  libmediawiki
  mailcommon


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

2018-04-21 Thread Jan Steffens via arch-commits
Date: Saturday, April 21, 2018 @ 13:28:23
  Author: heftig
Revision: 322547

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 322546, orca/trunk/PKGBUILD)
Deleted:
  orca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 13:27:31 UTC (rev 322546)
+++ PKGBUILD2018-04-21 13:28:23 UTC (rev 322547)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=orca
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-url="https://wiki.gnome.org/Projects/Orca;
-arch=(any)
-license=(LGPL)
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap gsettings-desktop-schemas
- gst-plugins-base # playbin, audiotestsrc, basic decoders
- gst-plugins-good # pulsesink, more decoders
-)
-makedepends=(itstool intltool git yelp-tools)
-groups=(gnome)
-_commit=043487f8ccd75a702fb2e6fe08799393b3f1bd0e  # tags/ORCA_3_28_0^0
-source=("git+https://git.gnome.org/browse/orca#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: orca/repos/extra-any/PKGBUILD (from rev 322546, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 13:28:23 UTC (rev 322547)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=orca
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca;
+arch=(any)
+license=(LGPL)
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
+ xorg-xmodmap gsettings-desktop-schemas
+ gst-plugins-base # playbin, audiotestsrc, basic decoders
+ gst-plugins-good # pulsesink, more decoders
+)
+makedepends=(itstool intltool git yelp-tools)
+groups=(gnome)
+_commit=7327f64ab52f568fedba0490b7f8c5816798d7c7  # tags/ORCA_3_28_1^0
+source=("git+https://git.gnome.org/browse/orca#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-21 Thread Jan Steffens via arch-commits
Date: Saturday, April 21, 2018 @ 13:27:31
  Author: heftig
Revision: 322546

3.28.1-1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 06:01:03 UTC (rev 322545)
+++ PKGBUILD2018-04-21 13:27:31 UTC (rev 322546)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 url="https://wiki.gnome.org/Projects/Orca;
@@ -17,7 +17,7 @@
 )
 makedepends=(itstool intltool git yelp-tools)
 groups=(gnome)
-_commit=043487f8ccd75a702fb2e6fe08799393b3f1bd0e  # tags/ORCA_3_28_0^0
+_commit=7327f64ab52f568fedba0490b7f8c5816798d7c7  # tags/ORCA_3_28_1^0
 source=("git+https://git.gnome.org/browse/orca#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-04-21 Thread Felix Yan via arch-commits
Date: Saturday, April 21, 2018 @ 06:34:52
  Author: felixonmars
Revision: 317250

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 06:34:28 UTC (rev 317249)
+++ PKGBUILD2018-04-21 06:34:52 UTC (rev 317250)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.2.6
-pkgrel=1
-arch=('x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('439a8238ea2abfc05c8903fd41c19f389bd3e3e41455398dea71d353226eb96ab22aaf497552ba20500a79cc9a111c1faa5272acfa93eb6133f84ab541c3a1bb'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 317249, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 06:34:52 UTC (rev 317250)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.2.7
+pkgrel=1
+arch=('x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('c592916dae177bcda7b3d7111af4269815d555273b548e35b58caaf518f7a5dc2256e5b98601cbbf0bbc95405fadd89f8e6b977e0d8104ce4e216d5c6924eda2'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2018-04-21 Thread Felix Yan via arch-commits
Date: Saturday, April 21, 2018 @ 06:34:28
  Author: felixonmars
Revision: 317249

upgpkg: python-sqlalchemy 1.2.7-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 06:27:23 UTC (rev 317248)
+++ PKGBUILD2018-04-21 06:34:28 UTC (rev 317249)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 arch=('x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('439a8238ea2abfc05c8903fd41c19f389bd3e3e41455398dea71d353226eb96ab22aaf497552ba20500a79cc9a111c1faa5272acfa93eb6133f84ab541c3a1bb'
+sha512sums=('c592916dae177bcda7b3d7111af4269815d555273b548e35b58caaf518f7a5dc2256e5b98601cbbf0bbc95405fadd89f8e6b977e0d8104ce4e216d5c6924eda2'
 'SKIP')
 
 prepare() {


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

2018-04-21 Thread Felix Yan via arch-commits
Date: Saturday, April 21, 2018 @ 06:27:23
  Author: felixonmars
Revision: 317248

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 06:26:58 UTC (rev 317247)
+++ PKGBUILD2018-04-21 06:27:23 UTC (rev 317248)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-pkgver=3.44.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('0ca9919aa93f37c38d98d4e2eaafcaea3eb0b4e3dccf798ba3a832419eb0ca4035c6462e0c8e474a46e0db2fc4b017ee5dde12a31d5a1ee98e42efd027afdf0a')
-
-prepare() {
-  cp -a braintree_python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/braintree_python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/braintree_python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/braintree_python-$pkgver
-  nosetests3 tests/unit
-
-  cd "$srcdir"/braintree_python-$pkgver-py2
-  nosetests2 tests/unit
-}
-
-package_python-braintree() {
-  depends=('python-requests')
-
-  cd braintree_python-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-braintree() {
-  depends=('python2-requests')
-
-  cd braintree_python-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 317247, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 06:27:23 UTC (rev 317248)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+pkgver=3.45.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
+sha512sums=('d8c124d3f7b1583d71e40804c02b9d57a4f8ea724f54ec10afd985a9d2e54e1018d2b0729605c860ee703f5dbed78a3f39001aca9daed6b329dd3db69e71f005')
+
+prepare() {
+  cp -a braintree_python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/braintree_python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/braintree_python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/braintree_python-$pkgver
+  nosetests3 tests/unit
+
+  cd "$srcdir"/braintree_python-$pkgver-py2
+  nosetests2 tests/unit
+}
+
+package_python-braintree() {
+  depends=('python-requests')
+
+  cd braintree_python-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-braintree() {
+  depends=('python2-requests')
+
+  cd braintree_python-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-04-21 Thread Felix Yan via arch-commits
Date: Saturday, April 21, 2018 @ 06:26:58
  Author: felixonmars
Revision: 317247

upgpkg: python-braintree 3.45.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 06:23:09 UTC (rev 317246)
+++ PKGBUILD2018-04-21 06:26:58 UTC (rev 317247)
@@ -3,7 +3,7 @@
 
 pkgbase=python-braintree
 pkgname=(python-braintree python2-braintree)
-pkgver=3.44.0
+pkgver=3.45.0
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-nose' 'python2-nose' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('0ca9919aa93f37c38d98d4e2eaafcaea3eb0b4e3dccf798ba3a832419eb0ca4035c6462e0c8e474a46e0db2fc4b017ee5dde12a31d5a1ee98e42efd027afdf0a')
+sha512sums=('d8c124d3f7b1583d71e40804c02b9d57a4f8ea724f54ec10afd985a9d2e54e1018d2b0729605c860ee703f5dbed78a3f39001aca9daed6b329dd3db69e71f005')
 
 prepare() {
   cp -a braintree_python-$pkgver{,-py2}


[arch-commits] Commit in perl-file-copy-recursive-reduced/trunk (PKGBUILD)

2018-04-21 Thread Felix Yan via arch-commits
Date: Saturday, April 21, 2018 @ 06:22:46
  Author: felixonmars
Revision: 317245

upgpkg: perl-file-copy-recursive-reduced 0.006-1

Modified:
  perl-file-copy-recursive-reduced/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 05:10:19 UTC (rev 317244)
+++ PKGBUILD2018-04-21 06:22:46 UTC (rev 317245)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-file-copy-recursive-reduced
-pkgver=0.005
+pkgver=0.006
 pkgrel=1
 pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('perl-capture-tiny' 'perl-path-tiny')
 url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
 
source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz;)
-sha512sums=('b71f424365396848e0fdb618c76a23259543ad935c6c499a75d13c5026368446676d03f276b78e36217d7bca54bdb647edb00479b5493513395c0da4d9a53bc2')
+sha512sums=('7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694')
 
 build() {
   cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"


[arch-commits] Commit in perl-file-copy-recursive-reduced/repos/community-any (2 files)

2018-04-21 Thread Felix Yan via arch-commits
Date: Saturday, April 21, 2018 @ 06:23:09
  Author: felixonmars
Revision: 317246

archrelease: copy trunk to community-any

Added:
  perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD
(from rev 317245, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
Deleted:
  perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 06:22:46 UTC (rev 317245)
+++ PKGBUILD2018-04-21 06:23:09 UTC (rev 317246)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-file-copy-recursive-reduced
-pkgver=0.005
-pkgrel=1
-pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-capture-tiny' 'perl-path-tiny')
-url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
-source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz;)
-sha512sums=('b71f424365396848e0fdb618c76a23259543ad935c6c499a75d13c5026368446676d03f276b78e36217d7bca54bdb647edb00479b5493513395c0da4d9a53bc2')
-
-build() {
-  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD (from rev 
317245, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 06:23:09 UTC (rev 317246)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.006
+pkgrel=1
+pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-capture-tiny' 'perl-path-tiny')
+url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
+source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz;)
+sha512sums=('7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694')
+
+build() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-21 Thread Laurent Carlier via arch-commits
Date: Saturday, April 21, 2018 @ 06:00:57
  Author: lcarlier
Revision: 322544

upgpkg: vulkan-docs 1:1.1.73-1

upstream update 1.1.73

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 22:25:36 UTC (rev 322543)
+++ PKGBUILD2018-04-21 06:00:57 UTC (rev 322544)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.1.72
+pkgver=1.1.73
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -14,7 +14,7 @@
  ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('3d012a0e864ef86efcf06dd6500832f6023ec786f8d227a7cacf3e3853e58dae')
+sha256sums=('98781d637807d9b0ef17aeca8f220a2a3b60cec751f15607af3572d566e789ed')
 
 prepare() {
   # for asciidoctor


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

2018-04-21 Thread Laurent Carlier via arch-commits
Date: Saturday, April 21, 2018 @ 06:01:03
  Author: lcarlier
Revision: 322545

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 322544, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 06:00:57 UTC (rev 322544)
+++ PKGBUILD2018-04-21 06:01:03 UTC (rev 322545)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.1.72
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
- ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('3d012a0e864ef86efcf06dd6500832f6023ec786f8d227a7cacf3e3853e58dae')
-
-prepare() {
-  # for asciidoctor
-  # it was hard to find versions that builds properly ^^
-  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-  #gem install -v 0.7.0 ruby-enum
-  #gem install -v 1.6.8 mathematical
-  gem install -v 0.2.2 asciidoctor-mathematical  
-  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
-  gem install coderay  
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
-  #cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
-  #LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
-  ./makeAllExts
-
-  #rm -f ${srcdir}/liblasem.so
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/include/vulkan"
-  install -dm755 "${pkgdir}/usr/share/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -m644 include/vulkan/*.h ${pkgdir}/usr/include/vulkan
-  install -m644 xml/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 322544, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 06:01:03 UTC (rev 322545)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-html-docs)
+pkgver=1.1.73
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('98781d637807d9b0ef17aeca8f220a2a3b60cec751f15607af3572d566e789ed')
+
+prepare() {
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+  #gem install -v 0.7.0 ruby-enum
+  #gem install -v 1.6.8 mathematical
+  gem install -v 0.2.2 asciidoctor-mathematical  
+  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
+  gem install coderay  
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
+  #cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
+  #LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
+  ./makeAllExts
+
+  #rm -f ${srcdir}/liblasem.so
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/include/vulkan"
+  install -dm755 "${pkgdir}/usr/share/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -m644 include/vulkan/*.h ${pkgdir}/usr/include/vulkan
+  install -m644 xml/vk.xml ${pkgdir}/usr/share/vulkan
+
+  install -m644