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

2018-09-16 Thread Felix Yan via arch-commits
Date: Sunday, September 16, 2018 @ 06:05:57
  Author: felixonmars
Revision: 382203

upgpkg: python-marshmallow 2.15.5-1

Modified:
  python-marshmallow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 05:43:39 UTC (rev 382202)
+++ PKGBUILD2018-09-16 06:05:57 UTC (rev 382203)
@@ -2,7 +2,7 @@
 
 pkgbase=python-marshmallow
 pkgname=(python-marshmallow python2-marshmallow)
-pkgver=2.15.4
+pkgver=2.15.5
 pkgrel=1
 pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
 url="https://github.com/marshmallow-code/marshmallow;
@@ -13,7 +13,7 @@
   'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
   'python2-dateutil')
 
source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('5cbbf3c0e2d7e615b8944972ec312c5802be0c4f82ddca2bd8a08648c9d22a4334635e875cf1879f75cb763d43460533b795232f48c4b0990255144806b2a08d')
+sha512sums=('284fb1e4951d81afcfa7461f3f5380b34c62f760886700499df4d0df1882a297b2c90365966420c07b367c0185c551d5517e0ce0f0d539fa67f6841810ee9fd5')
 
 prepare() {
   cp -a marshmallow-$pkgver{,-py2}


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

2018-09-16 Thread Felix Yan via arch-commits
Date: Sunday, September 16, 2018 @ 06:06:18
  Author: felixonmars
Revision: 382204

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 06:05:57 UTC (rev 382203)
+++ PKGBUILD2018-09-16 06:06:18 UTC (rev 382204)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-marshmallow
-pkgname=(python-marshmallow python2-marshmallow)
-pkgver=2.15.4
-pkgrel=1
-pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
-url="https://github.com/marshmallow-code/marshmallow;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-simplejson'
-  'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
-  'python2-dateutil')
-source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('5cbbf3c0e2d7e615b8944972ec312c5802be0c4f82ddca2bd8a08648c9d22a4334635e875cf1879f75cb763d43460533b795232f48c4b0990255144806b2a08d')
-
-prepare() {
-  cp -a marshmallow-$pkgver{,-py2}
-  rm -r marshmallow-$pkgver-py2/tests/test_py3
-}
-
-build() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/marshmallow-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/marshmallow-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-marshmallow() {
-  depends=('python')
-
-  cd marshmallow-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-marshmallow() {
-  depends=('python2')
-
-  cd marshmallow-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-marshmallow/repos/community-any/PKGBUILD (from rev 382203, 
python-marshmallow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 06:06:18 UTC (rev 382204)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-marshmallow
+pkgname=(python-marshmallow python2-marshmallow)
+pkgver=2.15.5
+pkgrel=1
+pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
+url="https://github.com/marshmallow-code/marshmallow;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-simplejson'
+  'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
+  'python2-dateutil')
+source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
+sha512sums=('284fb1e4951d81afcfa7461f3f5380b34c62f760886700499df4d0df1882a297b2c90365966420c07b367c0185c551d5517e0ce0f0d539fa67f6841810ee9fd5')
+
+prepare() {
+  cp -a marshmallow-$pkgver{,-py2}
+  rm -r marshmallow-$pkgver-py2/tests/test_py3
+}
+
+build() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/marshmallow-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/marshmallow-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-marshmallow() {
+  depends=('python')
+
+  cd marshmallow-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-marshmallow() {
+  depends=('python2')
+
+  cd marshmallow-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-09-16 Thread Antonio Rojas via arch-commits
Date: Sunday, September 16, 2018 @ 07:20:18
  Author: arojas
Revision: 334666

archrelease: copy trunk to testing-x86_64

Added:
  msmtp/repos/testing-x86_64/
  msmtp/repos/testing-x86_64/PKGBUILD
(from rev 334665, msmtp/trunk/PKGBUILD)

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

Copied: msmtp/repos/testing-x86_64/PKGBUILD (from rev 334665, 
msmtp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-16 07:20:18 UTC (rev 334666)
@@ -0,0 +1,50 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=msmtp
+pkgname=('msmtp' 'msmtp-mta')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="A mini smtp client"
+arch=('x86_64')
+url="https://marlam.de/msmtp/;
+license=('GPL3')
+makedepends=('texlive-plainextra' 'libsecret')
+source=(https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz) # {,.sig} no 
key available
+sha256sums=('bd730cbf000d1b8382849ea21d569a387e63f936be00dc07c569f67915e53ccd')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
+  make
+  make -C doc html pdf
+}
+
+package_msmtp() {
+  pkgdesc="A mini smtp client"
+  depends=('libsecret' 'gnutls')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install 
+  make DESTDIR="${pkgdir}" -C doc install-html install-pdf
+
+# Installing example configs and scripts to /usr/share/doc/msmtp
+# as they are not installed by default (Debian and Gentoo do it this way)
+  install -d "${pkgdir}/usr/share/doc/msmtp"
+  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"${pkgdir}/usr/share/doc/msmtp/"
+  install -D -m644 doc/*.example "${pkgdir}/usr/share/doc/msmtp/"
+
+  install -D -m644 scripts/vim/msmtp.vim 
"${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
+
+  chmod 755 
"$pkgdir"/usr/share/doc/msmtp/{find_alias,msmtpqueue,set_sendmail}/*.sh
+  chmod 755 "$pkgdir"/usr/share/doc/msmtp/msmtpq/msmtp*
+}
+
+package_msmtp-mta() {
+  pkgdesc="A mini smtp client - the regular MTA"
+  depends=('msmtp')
+  provides=('smtp-forwarder')
+  conflicts=('smtp-forwarder')
+
+  install -d "${pkgdir}"/usr/bin
+  ln -s msmtp "${pkgdir}/usr/bin/sendmail"
+}


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

2018-09-16 Thread Antonio Rojas via arch-commits
Date: Sunday, September 16, 2018 @ 07:19:57
  Author: arojas
Revision: 334665

Update to 1.8.0

Modified:
  msmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 01:05:05 UTC (rev 334664)
+++ PKGBUILD2018-09-16 07:19:57 UTC (rev 334665)
@@ -2,15 +2,15 @@
 
 pkgbase=msmtp
 pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.6.8
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="A mini smtp client"
 arch=('x86_64')
 url="https://marlam.de/msmtp/;
 license=('GPL3')
-makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
+makedepends=('texlive-plainextra' 'libsecret')
 source=(https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz) # {,.sig} no 
key available
-sha256sums=('55ff95a304d888b56d07d9c62327ab9bfe26532c9c2a2ed6aefc43bea1b659fb')
+sha256sums=('bd730cbf000d1b8382849ea21d569a387e63f936be00dc07c569f67915e53ccd')
 
 build() {
   cd ${pkgbase}-${pkgver}
@@ -21,7 +21,7 @@
 
 package_msmtp() {
   pkgdesc="A mini smtp client"
-  depends=('gsasl' 'libsecret')
+  depends=('libsecret' 'gnutls')
 
   cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install 


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

2018-09-16 Thread Felix Yan via arch-commits
Date: Sunday, September 16, 2018 @ 08:02:21
  Author: felixonmars
Revision: 382206

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 08:01:50 UTC (rev 382205)
+++ PKGBUILD2018-09-16 08:02:21 UTC (rev 382206)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.71.5
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b263c34d60231b08634facf90cc603bad8763f3e445b126c8e7743e296b4d8d2ebe0ba0c5e31a70ee4b647c30d5c82197f87e65f8d91499f6deee5a00264c9f5')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 382205, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 08:02:21 UTC (rev 382206)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.71.6
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas')

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

2018-09-16 Thread Felix Yan via arch-commits
Date: Sunday, September 16, 2018 @ 08:01:50
  Author: felixonmars
Revision: 382205

upgpkg: python-hypothesis 3.71.6-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 06:06:18 UTC (rev 382204)
+++ PKGBUILD2018-09-16 08:01:50 UTC (rev 382205)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.71.5
+pkgver=3.71.6
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -15,7 +15,7 @@
   'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-pytest-xdist'
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b263c34d60231b08634facf90cc603bad8763f3e445b126c8e7743e296b4d8d2ebe0ba0c5e31a70ee4b647c30d5c82197f87e65f8d91499f6deee5a00264c9f5')
+sha512sums=('23883a408ad5d77c6c8d48ae088bc41dbf7b586f1cd43f9b7946195bf2322c6d20e1ff95472316bdafd110870e94e04c96b66311e0857521864984b0a31dc0e7')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (10 files)

2018-09-16 Thread Felix Yan via arch-commits
Date: Sunday, September 16, 2018 @ 08:57:07
  Author: felixonmars
Revision: 382208

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 382207, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 382207, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
(from rev 382207, wine-staging/trunk/harmony-fix.diff)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 382207, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 382207, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  371 ++---
 harmony-fix.diff |  126 +-
 wine-binfmt.conf |4 
 wine.install |   14 +-
 4 files changed, 257 insertions(+), 258 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
382207, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 08:56:36 UTC (rev 382207)
+++ PKGBUILD2018-09-16 08:57:07 UTC (rev 382208)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=3.15
-_winever=$pkgver
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.x/wine-$_winever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-harmony-fix.diff
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a'
-'SKIP'
-
'f0ed9d4a099b03c04a126927919b7eddbdaff7a08a0b97cdf387c64318826d6454183cf03997425b349540d13b1ccf6262aa2c5af0af682939584e3de71b7541'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpng

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

2018-09-16 Thread Felix Yan via arch-commits
Date: Sunday, September 16, 2018 @ 08:56:36
  Author: felixonmars
Revision: 382207

upgpkg: wine-staging 3.16-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 08:02:21 UTC (rev 382206)
+++ PKGBUILD2018-09-16 08:56:36 UTC (rev 382207)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=3.15
+pkgver=3.16
 _winever=$pkgver
 pkgrel=1
 
@@ -16,9 +16,9 @@
 harmony-fix.diff
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a'
+sha512sums=('f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2'
 'SKIP'
-
'f0ed9d4a099b03c04a126927919b7eddbdaff7a08a0b97cdf387c64318826d6454183cf03997425b349540d13b1ccf6262aa2c5af0af682939584e3de71b7541'
+
'25f06b06a0880b3926d9d3dfb35fd1aeb1f168426917dee32dcf906970474862021416f4e9db1917d8320962bc0bc17d1f3dad21b634a60b8e0da87a4b54067e'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2018-09-16 Thread Nicola Squartini via arch-commits
Date: Sunday, September 16, 2018 @ 10:15:28
  Author: tensor5
Revision: 382210

archrelease: copy trunk to community-x86_64

Added:
  apm/repos/community-x86_64/PKGBUILD
(from rev 382209, apm/trunk/PKGBUILD)
  apm/repos/community-x86_64/apm.js
(from rev 382209, apm/trunk/apm.js)
  apm/repos/community-x86_64/no-scripts.patch
(from rev 382209, apm/trunk/no-scripts.patch)
  apm/repos/community-x86_64/python2.patch
(from rev 382209, apm/trunk/python2.patch)
  apm/repos/community-x86_64/use-system-npm.patch
(from rev 382209, apm/trunk/use-system-npm.patch)
Deleted:
  apm/repos/community-x86_64/PKGBUILD
  apm/repos/community-x86_64/apm.js
  apm/repos/community-x86_64/no-scripts.patch
  apm/repos/community-x86_64/python2.patch
  apm/repos/community-x86_64/use-system-npm.patch

--+
 PKGBUILD |  205 -
 apm.js   |   32 +++
 no-scripts.patch |   32 +++
 python2.patch|   28 +++---
 use-system-npm.patch |   22 ++---
 5 files changed, 159 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 10:15:03 UTC (rev 382209)
+++ PKGBUILD2018-09-16 10:15:28 UTC (rev 382210)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=apm
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Atom package manager'
-arch=('x86_64')
-url='https://github.com/atom/apm'
-license=('MIT')
-depends=('libsecret' 'nodejs>=10' 'npm' 'python2')
-makedepends=('git')
-provides=('nodejs-atom-package-manager')
-conflicts=('nodejs-atom-package-manager')
-replaces=('nodejs-atom-package-manager')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
-'apm.js'
-'no-scripts.patch'
-'python2.patch'
-'use-system-npm.patch')
-sha512sums=('051956cf4f5f6fa5445cd2aebaea0fc2eb9b5f7bab8fe5d6026efbe2487a3f32d65a53b9125e85a06bd25fd1481535becb0606ab58a3148b3f7b66309d374263'
-
'7ef40058bb50189729a541f8e74191336f9652f12e70118e8b24c207e42f00c8f548d408759f261d8b0f2f67f7296e38d771694e45570102e28be1e6b9788d6c'
-
'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc'
-
'2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632'
-
'96449a53197e7b498561e8fb820f2d60aa4d77cd4364b97e7e595d49776e3ad7fb89b944174be55ad3b81b6b64d65c0f12c5b8cf3eeb1bad8ac18dfdf3c6b610')
-
-_apmdir='/usr/lib/node_modules/atom-package-manager'
-
-prepare() {
-  rm -rf "${srcdir}"/apm-build
-
-  cd apm-${pkgver}
-
-  # Use custom launcher
-  rm bin/apm{,.cmd} bin/npm{,.cmd}
-  rm src/cli.coffee
-  install -m755 "${srcdir}"/apm.js bin/apm
-
-  # Use system npm and node-gyp
-  patch -Np1 -i "${srcdir}"/use-system-npm.patch
-
-  # Don't download binary Node
-  patch -Np1 -i "${srcdir}"/no-scripts.patch
-  rm BUNDLED_NODE_VERSION script/*
-
-  # GYP needs Python2
-  patch -Np1 -i "${srcdir}"/python2.patch
-}
-
-build() {
-  cd apm-${pkgver}
-
-  npm install coffee-script
-  npx coffee -c --no-header -o lib src/*.coffee
-  rm -r node_modules
-  npm install --user root -g --prefix="${srcdir}"/apm-build/usr $(npm pack | 
tail -1)
-}
-
-package() {
-  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
-
-  cd "${pkgdir}"${_apmdir}
-  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
-
-  # Install license file
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
- "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Remove occurrences of ${srcdir}
-  find "${pkgdir}" -name "package.json" \
-   -exec sed -e "s|${srcdir}/apm-build||" \
- -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
- -i '{}' \;
-
-  # Remove useless stuff
-  find "${pkgdir}"/usr/lib \
-  -name ".*" -prune -exec rm -r '{}' \; \
-  -or -name "*.a" -exec rm '{}' \; \
-  -or -name "*.bat" -exec rm '{}' \; \
-  -or -name "*.mk" -exec rm '{}' \; \
-  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/oniguruma/src" -prune -exec rm -r '{}' \; \
-  -or -name "appveyor.yml" -exec rm '{}' \; \
-  -or -name "benchmark" -prune -exec rm -r '{}' \; \
-  -or -name "binding.Makefile" -exec rm '{}' \; \
-  -or -name "config.gypi" -exec rm '{}' \; \
-  -or -name "deps" -prune -exec rm -r '{}' \; \
-  -or -name "doc" -prune -exec rm -r '{}' \; \
-  -or -name "html" -prune -exec rm -r '{}' \; \
-  -or -name "Makefile" -exec rm '{}' \; \

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

2018-09-16 Thread Nicola Squartini via arch-commits
Date: Sunday, September 16, 2018 @ 10:15:03
  Author: tensor5
Revision: 382209

upgpkg: apm 2.1.2-1

Modified:
  apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 08:57:07 UTC (rev 382208)
+++ PKGBUILD2018-09-16 10:15:03 UTC (rev 382209)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=apm
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Atom package manager'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'no-scripts.patch'
 'python2.patch'
 'use-system-npm.patch')
-sha512sums=('051956cf4f5f6fa5445cd2aebaea0fc2eb9b5f7bab8fe5d6026efbe2487a3f32d65a53b9125e85a06bd25fd1481535becb0606ab58a3148b3f7b66309d374263'
+sha512sums=('385b11cd3300d54497ea5e79c4e34db1edff50c431027676c22ebd15d8f0d7d626071e39302aa1f9618d81260fca320c124e6ca167cb65a29924d440b723018b'
 
'7ef40058bb50189729a541f8e74191336f9652f12e70118e8b24c207e42f00c8f548d408759f261d8b0f2f67f7296e38d771694e45570102e28be1e6b9788d6c'
 
'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc'
 
'2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632'


[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)

2018-09-16 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 16, 2018 @ 17:00:58
  Author: alucryd
Revision: 382216

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
(from rev 382215, libretro-core-info/trunk/PKGBUILD)
Deleted:
  libretro-core-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 17:00:49 UTC (rev 382215)
+++ PKGBUILD2018-09-16 17:00:58 UTC (rev 382216)
@@ -1,20 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-core-info
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=('any')
-url='https://github.com/libretro/libretro-core-info'
-license=('GPL3')
-groups=('libretro')
-source=("libretro-core-info-${pkgver}.tar.gz::https://github.com/libretro/libretro-core-info/archive/v${pkgver}.tar.gz;)
-sha256sums=('3ed57c59f054dfc70b1e6273a536afd1d5c6c733c975d894284b3bde10f48444')
-
-package() {
-  cd libretro-core-info-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 382215, 
libretro-core-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 17:00:58 UTC (rev 382216)
@@ -0,0 +1,19 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-core-info
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=('any')
+url='https://github.com/libretro/libretro-core-info'
+license=('GPL3')
+makedepends=('git')
+groups=('libretro')
+source=("git+https://github.com/libretro/libretro-core-info.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+package() {
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-16 Thread Eli Schwartz via arch-commits
Date: Sunday, September 16, 2018 @ 18:36:26
  Author: eschwartz
Revision: 382221

upgpkg: apache-libcloud 2.3.0-3

add PGP signatures
don't use self-referential pkgdesc

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 18:36:02 UTC (rev 382220)
+++ PKGBUILD2018-09-16 18:36:26 UTC (rev 382221)
@@ -6,8 +6,8 @@
 pkgbase=apache-libcloud
 pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
 pkgver=2.3.0
-pkgrel=2
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+pkgrel=3
+pkgdesc="A standard Python library that abstracts away differences among 
multiple cloud provider APIs"
 arch=('any')
 url="https://libcloud.apache.org;
 license=('Apache')
@@ -14,10 +14,12 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'openssh'
   'python-requests-mock' 'python2-requests-mock')
-source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz"{,.asc}
 py3.7.diff)
 
sha512sums=('3c77b0261a9386af7b215f354126d0f3189209eeab3cac8e02eabddcb36ccc979159e148854bf0118ba2d8b9fa5bf57f493b144b860b1809c9aeff9efb0161a5'
+'SKIP'
 
'080da5aab7ca75c0041dab927526921cb4ebcbb9fdd4a8bf35baca214a378f962c3a9ba7ea55b262ffb4ff2d02b84fddee3483cdaa7c869d386cc24e2834cd71')
+validpgpkeys=('3ACBB4086C01F7376628088CAB4A19AE1CE85744') # Anthony Shaw 

 
 prepare() {
   patch -d apache-libcloud-$pkgver -p1 < py3.7.diff


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

2018-09-16 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 16, 2018 @ 15:32:08
  Author: jelle
Revision: 334671

archrelease: copy trunk to extra-x86_64

Added:
  dmidecode/repos/extra-x86_64/PKGBUILD
(from rev 334670, dmidecode/trunk/PKGBUILD)
Deleted:
  dmidecode/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 15:31:43 UTC (rev 334670)
+++ PKGBUILD2018-09-16 15:32:08 UTC (rev 334671)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jan de Groot 
-
-pkgname=dmidecode
-pkgver=3.1
-pkgrel=2
-pkgdesc="Desktop Management Interface table related utilities"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/dmidecode;
-license=('GPL')
-depends=('glibc')
-source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0'
-'SKIP')
-validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i "s:sbin:bin:g" Makefile
-  make prefix=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-}

Copied: dmidecode/repos/extra-x86_64/PKGBUILD (from rev 334670, 
dmidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 15:32:08 UTC (rev 334671)
@@ -0,0 +1,28 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=dmidecode
+pkgver=3.2
+pkgrel=1
+pkgdesc="Desktop Management Interface table related utilities"
+arch=('x86_64')
+url="http://www.nongnu.org/dmidecode;
+license=('GPL')
+depends=('glibc')
+source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('077006fa2da0d06d6383728112f2edef9684e9c8da56752e97cd45a11f838edd'
+'SKIP')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i "s:sbin:bin:g" Makefile
+  make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+}


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

2018-09-16 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 16, 2018 @ 15:31:43
  Author: jelle
Revision: 334670

upgpkg: dmidecode 3.2-1

Enable FULL RELRO and other hardening options.

Modified:
  dmidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 15:16:17 UTC (rev 334669)
+++ PKGBUILD2018-09-16 15:31:43 UTC (rev 334670)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=dmidecode
-pkgver=3.1
-pkgrel=2
+pkgver=3.2
+pkgrel=1
 pkgdesc="Desktop Management Interface table related utilities"
 arch=('x86_64')
 url="http://www.nongnu.org/dmidecode;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc')
 
source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0'
+sha256sums=('077006fa2da0d06d6383728112f2edef9684e9c8da56752e97cd45a11f838edd'
 'SKIP')
 validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare 

 
@@ -18,7 +18,7 @@
   cd ${pkgname}-${pkgver}
 
   sed -i "s:sbin:bin:g" Makefile
-  make prefix=/usr
+  make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 
 package() {


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

2018-09-16 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 16, 2018 @ 18:20:55
  Author: alucryd
Revision: 382218

archrelease: copy trunk to community-staging-x86_64

Added:
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 382217, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/openscenegraph-ffmpeg3.patch
(from rev 382217, openscenegraph/trunk/openscenegraph-ffmpeg3.patch)

--+
 PKGBUILD |   43 +++
 openscenegraph-ffmpeg3.patch |  157 +
 2 files changed, 200 insertions(+)

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
382217, openscenegraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-16 18:20:55 UTC (rev 382218)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.4.1
+pkgrel=4
+pkgdesc='Open Source, high performance real-time graphics toolkit'
+url='http://www.openscenegraph.org'
+arch=('x86_64')
+license=('custom:OSGPL')
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz)
+sha256sums=('930eb46f05781a76883ec16c5f49cfb29a059421db131005d75bec4d78401fd5')
+sha512sums=('4a65625e208d24256b5564bbe9d6f557758b51fae0acf85d1f71968a237fec299088536830fc862d25e02039de9ea13176b298a68aaa644eac958acbe1f4e143')
+
+prepare() {
+  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+}
+
+build() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+  ..
+  make
+}
+
+package() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
openscenegraph/repos/community-staging-x86_64/openscenegraph-ffmpeg3.patch 
(from rev 382217, openscenegraph/trunk/openscenegraph-ffmpeg3.patch)
===
--- community-staging-x86_64/openscenegraph-ffmpeg3.patch   
(rev 0)
+++ community-staging-x86_64/openscenegraph-ffmpeg3.patch   2018-09-16 
18:20:55 UTC (rev 382218)
@@ -0,0 +1,157 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun 
+Last-Update: <2015-11-02>
+
+--- 
openscenegraph-3.2.1.orig/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp
 
openscenegraph-3.2.1/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp
+@@ -71,7 +71,7 @@ void FFmpegDecoderVideo::open(AVStream *
+ findAspectRatio();
+ 
+ // Find out whether we support Alpha channel
+-m_alpha_channel = (m_context->pix_fmt == PIX_FMT_YUVA420P);
++m_alpha_channel = (m_context->pix_fmt == AV_PIX_FMT_YUVA420P);
+ 
+ // Find out the framerate
+ m_frame_rate = av_q2d(stream->avg_frame_rate);
+@@ -91,20 +91,19 @@ void FFmpegDecoderVideo::open(AVStream *
+ throw std::runtime_error("avcodec_open() failed");
+ 
+ // Allocate video frame
+-m_frame.reset(avcodec_alloc_frame());
++m_frame.reset(av_frame_alloc());
+ 
+ // Allocate converted RGB frame
+-m_frame_rgba.reset(avcodec_alloc_frame());
+-m_buffer_rgba[0].resize(avpicture_get_size(PIX_FMT_RGB24, width(), 
height()));
++m_frame_rgba.reset(av_frame_alloc());
++m_buffer_rgba[0].resize(avpicture_get_size(AV_PIX_FMT_RGB24, width(), 
height()));
+ m_buffer_rgba[1].resize(m_buffer_rgba[0].size());
+ 
+ // Assign appropriate parts of the buffer to image planes in m_frame_rgba
+-avpicture_fill((AVPicture *) (m_frame_rgba).get(), 
&(m_buffer_rgba[0])[0], PIX_FMT_RGB24, width(), height());
++avpicture_fill((AVPicture *) (m_frame_rgba).get(), 
&(m_buffer_rgba[0])[0], AV_PIX_FMT_RGB24, width(), height());
+ 
+ // Override get_buffer()/release_buffer() from codec context in order to 
retrieve the PTS of each frame.
+ m_context->opaque = this;
+-m_context->get_buffer = getBuffer;
+-m_context->release_buffer = releaseBuffer;
++m_context->get_buffer2 = getBuffer;
+ }
+ 
+ 
+@@ -263,8 +262,8 @@ int FFmpegDecoderVideo::convert(AVPictur
+ #ifdef USE_SWSCALE
+ if (m_swscale_ctx==0)
+ {
+-m_swscale_ctx = sws_getContext(src_width, src_height, (PixelFormat) 
src_pix_fmt,
+-  src_width, src_height, 

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

2018-09-16 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 16, 2018 @ 18:20:11
  Author: alucryd
Revision: 382217

libavresample drop: openscenegraph 3.4.1-4

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 17:00:58 UTC (rev 382216)
+++ PKGBUILD2018-09-16 18:20:11 UTC (rev 382217)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Open Source, high performance real-time graphics toolkit'
 url='http://www.openscenegraph.org'
 arch=('x86_64')


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

2018-09-16 Thread Andreas Radke via arch-commits
Date: Sunday, September 16, 2018 @ 18:39:51
  Author: andyrtr
Revision: 334673

archrelease: copy trunk to testing-x86_64

Added:
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 334672, gnutls/trunk/PKGBUILD)

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

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


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

2018-09-16 Thread Andreas Radke via arch-commits
Date: Sunday, September 16, 2018 @ 18:39:40
  Author: andyrtr
Revision: 334672

upgpkg: gnutls 3.5.19-2

enable libidn2 support - fixes FS#60080

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 15:32:08 UTC (rev 334671)
+++ PKGBUILD2018-09-16 18:39:40 UTC (rev 334672)
@@ -3,13 +3,13 @@
 
 pkgname=gnutls
 pkgver=3.5.19
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
 url="https://www.gnutls.org/;
 options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 
'libunistring')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2' 
'libunistring')
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 
source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
@@ -28,14 +28,10 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \
-   --without-idn \
+   --with-idn \
--enable-guile --with-guile-site-dir=no \

--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


[arch-commits] Commit in apache-libcloud/repos/community-any (4 files)

2018-09-16 Thread Eli Schwartz via arch-commits
Date: Sunday, September 16, 2018 @ 18:36:40
  Author: eschwartz
Revision: 38

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/PKGBUILD
(from rev 382221, apache-libcloud/trunk/PKGBUILD)
  apache-libcloud/repos/community-any/py3.7.diff
(from rev 382221, apache-libcloud/trunk/py3.7.diff)
Deleted:
  apache-libcloud/repos/community-any/PKGBUILD
  apache-libcloud/repos/community-any/py3.7.diff

+
 PKGBUILD   |  125 +
 py3.7.diff |  218 +--
 2 files changed, 172 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 18:36:26 UTC (rev 382221)
+++ PKGBUILD2018-09-16 18:36:40 UTC (rev 38)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Lex Black 
-# Contributor: Alasdair Haswell 
-
-pkgbase=apache-libcloud
-pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
-arch=('any')
-url="https://libcloud.apache.org;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'openssh'
-  'python-requests-mock' 'python2-requests-mock')
-source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;
-py3.7.diff)
-sha512sums=('3c77b0261a9386af7b215f354126d0f3189209eeab3cac8e02eabddcb36ccc979159e148854bf0118ba2d8b9fa5bf57f493b144b860b1809c9aeff9efb0161a5'
-
'080da5aab7ca75c0041dab927526921cb4ebcbb9fdd4a8bf35baca214a378f962c3a9ba7ea55b262ffb4ff2d02b84fddee3483cdaa7c869d386cc24e2834cd71')
-
-prepare() {
-  patch -d apache-libcloud-$pkgver -p1 < py3.7.diff
-  cp -a apache-libcloud-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/apache-libcloud-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/apache-libcloud-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/apache-libcloud-$pkgver"
-  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-  python setup.py test
-  rm libcloud/test/secrets.py
-
-  cd "$srcdir/apache-libcloud-$pkgver-py2"
-  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-  python2 setup.py test
-  rm libcloud/test/secrets.py
-}
-
-package_python-apache-libcloud() {
-  depends=('python-requests')
-
-  cd apache-libcloud-$pkgver
-  python setup.py install --root="$pkgdir"
-}
-
-package_python2-apache-libcloud() {
-  depends=('python2-requests')
-  replaces=('apache-libcloud')
-  conflicts=('apache-libcloud')
-
-  cd apache-libcloud-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 382221, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 18:36:40 UTC (rev 38)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
+pkgver=2.3.0
+pkgrel=3
+pkgdesc="A standard Python library that abstracts away differences among 
multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'openssh'
+  'python-requests-mock' 'python2-requests-mock')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz"{,.asc}
+py3.7.diff)
+sha512sums=('3c77b0261a9386af7b215f354126d0f3189209eeab3cac8e02eabddcb36ccc979159e148854bf0118ba2d8b9fa5bf57f493b144b860b1809c9aeff9efb0161a5'
+'SKIP'
+
'080da5aab7ca75c0041dab927526921cb4ebcbb9fdd4a8bf35baca214a378f962c3a9ba7ea55b262ffb4ff2d02b84fddee3483cdaa7c869d386cc24e2834cd71')
+validpgpkeys=('3ACBB4086C01F7376628088CAB4A19AE1CE85744') # Anthony Shaw 

+
+prepare() {
+  patch -d apache-libcloud-$pkgver -p1 < py3.7.diff
+  cp -a apache-libcloud-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python setup.py test
+  rm libcloud/test/secrets.py
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python2 setup.py test
+  rm libcloud/test/secrets.py
+}
+

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

2018-09-16 Thread Levente Polyak via arch-commits
Date: Sunday, September 16, 2018 @ 18:36:02
  Author: anthraxx
Revision: 382220

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 18:35:54 UTC (rev 382219)
+++ PKGBUILD2018-09-16 18:36:02 UTC (rev 382220)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=3.0.1
-pkgrel=2
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest'
-  'python2-coverage' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('7dd3ee668670efb1fe63edd771613770cbb78b0dfef6f2f6e36f27b674c89fbd')
-sha512sums=('a7818afbf183363ffddcaac634192dc1103289ca3c198622a7f7779986650c8e1347537654018eb3acb71e8ff2e5822d504812b4f369acf6f35fdffc814de23c')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 382219, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 18:36:02 UTC (rev 382220)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest'
+  'python2-coverage' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha256sums=('64b8ab4503290884921aacd3b399a5f1e82266e20c98d87a0b339284bca92d05')
+sha512sums=('5c5dab420cc08e01fc7ea6f9ae90e97330a79bbf1477f1f6f5909a8c2ac98a614aaa4c8c2264fda101b776271cb0e532e82749c3a54d1400eeca875bea885ebb')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 

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

2018-09-16 Thread Levente Polyak via arch-commits
Date: Sunday, September 16, 2018 @ 18:35:54
  Author: anthraxx
Revision: 382219

upgpkg: python-flask-socketio 3.0.2-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 18:20:55 UTC (rev 382218)
+++ PKGBUILD2018-09-16 18:35:54 UTC (rev 382219)
@@ -3,8 +3,8 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
 arch=('any')
@@ -15,8 +15,8 @@
   'python2-coverage' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('7dd3ee668670efb1fe63edd771613770cbb78b0dfef6f2f6e36f27b674c89fbd')
-sha512sums=('a7818afbf183363ffddcaac634192dc1103289ca3c198622a7f7779986650c8e1347537654018eb3acb71e8ff2e5822d504812b4f369acf6f35fdffc814de23c')
+sha256sums=('64b8ab4503290884921aacd3b399a5f1e82266e20c98d87a0b339284bca92d05')
+sha512sums=('5c5dab420cc08e01fc7ea6f9ae90e97330a79bbf1477f1f6f5909a8c2ac98a614aaa4c8c2264fda101b776271cb0e532e82749c3a54d1400eeca875bea885ebb')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 12:05:17
  Author: ffy00
Revision: 382211

upgpkg: gnome-twitch 0.4.2-7

Modified:
  gnome-twitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 10:15:28 UTC (rev 382210)
+++ PKGBUILD2018-09-16 12:05:17 UTC (rev 382211)
@@ -1,25 +1,19 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
-pkgname=gnome-twitch
+pkgbase=gnome-twitch
+pkgname=('gnome-twitch'
+ 'gnome-twitch-player-backend-gstreamer-cairo'
+ 'gnome-twitch-player-backend-gstreamer-clutter'
+ 'gnome-twitch-player-backend-gstreamer-opengl'
+ 'gnome-twitch-player-backend-mpv-opengl')
 pkgver=0.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Enjoy Twitch on your GNU/Linux desktop.'
 arch=('x86_64')
 url='https://github.com/vinszent/gnome-twitch'
 license=('GPL3')
 depends=('gtk3' 'libsoup' 'json-glib' 'webkit2gtk' 'libpeas')
-makedepends=('meson' 'gobject-introspection' 'gstreamer' 'gst-libav' 
'gst-plugins-base'
- 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 'clutter-gtk' 
'mpv')
-optdepends=('gstreamer: gstreamer backends'
-'gst-libav: gstreamer backends'
-'gst-plugins-base: gstreamer backends'
-'gst-plugins-good: gstreamer backends'
-'gst-plugins-bad: gstreamer backends'
-'clutter-gst: gstreamer-clutter backend'
-'clutter-gtk: gstreamer-clutter backend'
-'mpv: mpv-opengl backend')
-conflicts=(gnome-twitch-player-backend-{gstreamer-{cairo,clutter,opengl},mpv-opengl})
-replaces=(gnome-twitch-player-backend-{gstreamer-{cairo,clutter,opengl},mpv-opengl})
+makedepends=('meson' 'gobject-introspection' 'gstreamer' 'gst-libav' 
'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 
'clutter-gtk' 'mpv')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 
sha512sums=('f13806a73b1a2ca5e84104b649f845f45410a01a1516cfe7bf2b28dfab12b99ebe4db8bee65c1658410512e2df57ec440308dc5a8d4047f805d230397ef7b92d')
 
@@ -26,16 +20,94 @@
 build() {
   mkdir -p $pkgname-$pkgver/{build,gs-cairo,gs-clutter,gs-opengl,mpv-opengl}
 
+  # Build main app
+  echo 'Build the main app...'
   cd "$srcdir"/$pkgbase-$pkgver/build
-  meson --prefix=/usr \
---buildtype=plain \
-
-Dbuild-player-backends=gstreamer-cairo,gstreamer-clutter,gstreamer-opengl,mpv-opengl
 \
-..
+  arch-meson ..
   ninja
+
+  # Build GStreamer Cairo backend
+  echo 'Building the GStreamer Cairo backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/gs-cairo
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=gstreamer-cairo
+  ninja
+
+  # Build GStreamer Clutter backend
+  echo 'Building the GStreamer Clutter backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/gs-clutter
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=gstreamer-clutter
+  ninja
+
+  # Build GStreamer OpenGL backend
+  echo 'Building the GStreamer OpenGL backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/gs-opengl
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=gstreamer-opengl
+  ninja
+
+  # Build MPV OpenGL backend
+  echo 'Building the MPV OpenGL backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/mpv-opengl
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=mpv-opengl
+  ninja
 }
 
 package_gnome-twitch() {
+  depends+=('gnome-twitch-player-backend')
+  optdepends=('gnome-twitch-player-backend-gstreamer-cairo: GStreamer Cairo 
backend'
+  'gnome-twitch-player-backend-gstreamer-clutter: GStreamer 
Clutter backend'
+  'gnome-twitch-player-backend-gstreamer-opengl: GStreamer OpenGL 
backend'
+  'gnome-twitch-player-backend-mpv-opengl: MPV OpenGL')
+
   cd $pkgbase-$pkgver/build
 
   DESTDIR="$pkgdir" ninja install
 }
+
+package_gnome-twitch-player-backend-gstreamer-cairo() {
+  depends=('gnome-twitch' 'gstreamer' 'gst-libav' 'gst-plugins-base' 
'gst-plugins-good' 'gst-plugins-bad')
+  provides=('gnome-twitch-player-backend')
+  pkgdesc='GStreamer Cairo backend for Gnome Twitch'
+
+  cd $pkgbase-$pkgver/gs-cairo
+
+  DESTDIR="$pkgdir" ninja install
+}
+
+package_gnome-twitch-player-backend-gstreamer-clutter() {
+  depends=('gnome-twitch' 'gstreamer' 'gst-libav' 'gst-plugins-base' 
'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 'clutter-gtk')
+  provides=('gnome-twitch-player-backend')
+  pkgdesc='GStreamer Clutter backend for Gnome Twitch'
+
+  cd $pkgbase-$pkgver/gs-clutter
+
+  DESTDIR="$pkgdir" ninja install
+}
+
+package_gnome-twitch-player-backend-gstreamer-opengl() {
+  depends=('gnome-twitch' 'gstreamer' 'gst-libav' 'gst-plugins-base' 
'gst-plugins-good' 'gst-plugins-bad')
+  provides=('gnome-twitch-player-backend')
+  pkgdesc='GStreamer OpenGL backend for Gnome Twitch'
+
+  

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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 12:07:28
  Author: ffy00
Revision: 382212

archrelease: copy trunk to community-x86_64

Added:
  gnome-twitch/repos/community-x86_64/PKGBUILD
(from rev 382211, gnome-twitch/trunk/PKGBUILD)
Deleted:
  gnome-twitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 12:05:17 UTC (rev 382211)
+++ PKGBUILD2018-09-16 12:07:28 UTC (rev 382212)
@@ -1,41 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=gnome-twitch
-pkgver=0.4.2
-pkgrel=6
-pkgdesc='Enjoy Twitch on your GNU/Linux desktop.'
-arch=('x86_64')
-url='https://github.com/vinszent/gnome-twitch'
-license=('GPL3')
-depends=('gtk3' 'libsoup' 'json-glib' 'webkit2gtk' 'libpeas')
-makedepends=('meson' 'gobject-introspection' 'gstreamer' 'gst-libav' 
'gst-plugins-base'
- 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 'clutter-gtk' 
'mpv')
-optdepends=('gstreamer: gstreamer backends'
-'gst-libav: gstreamer backends'
-'gst-plugins-base: gstreamer backends'
-'gst-plugins-good: gstreamer backends'
-'gst-plugins-bad: gstreamer backends'
-'clutter-gst: gstreamer-clutter backend'
-'clutter-gtk: gstreamer-clutter backend'
-'mpv: mpv-opengl backend')
-conflicts=(gnome-twitch-player-backend-{gstreamer-{cairo,clutter,opengl},mpv-opengl})
-replaces=(gnome-twitch-player-backend-{gstreamer-{cairo,clutter,opengl},mpv-opengl})
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f13806a73b1a2ca5e84104b649f845f45410a01a1516cfe7bf2b28dfab12b99ebe4db8bee65c1658410512e2df57ec440308dc5a8d4047f805d230397ef7b92d')
-
-build() {
-  mkdir -p $pkgname-$pkgver/{build,gs-cairo,gs-clutter,gs-opengl,mpv-opengl}
-
-  cd "$srcdir"/$pkgbase-$pkgver/build
-  meson --prefix=/usr \
---buildtype=plain \
-
-Dbuild-player-backends=gstreamer-cairo,gstreamer-clutter,gstreamer-opengl,mpv-opengl
 \
-..
-  ninja
-}
-
-package_gnome-twitch() {
-  cd $pkgbase-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-twitch/repos/community-x86_64/PKGBUILD (from rev 382211, 
gnome-twitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 12:07:28 UTC (rev 382212)
@@ -0,0 +1,113 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=gnome-twitch
+pkgname=('gnome-twitch'
+ 'gnome-twitch-player-backend-gstreamer-cairo'
+ 'gnome-twitch-player-backend-gstreamer-clutter'
+ 'gnome-twitch-player-backend-gstreamer-opengl'
+ 'gnome-twitch-player-backend-mpv-opengl')
+pkgver=0.4.2
+pkgrel=7
+pkgdesc='Enjoy Twitch on your GNU/Linux desktop.'
+arch=('x86_64')
+url='https://github.com/vinszent/gnome-twitch'
+license=('GPL3')
+depends=('gtk3' 'libsoup' 'json-glib' 'webkit2gtk' 'libpeas')
+makedepends=('meson' 'gobject-introspection' 'gstreamer' 'gst-libav' 
'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 
'clutter-gtk' 'mpv')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('f13806a73b1a2ca5e84104b649f845f45410a01a1516cfe7bf2b28dfab12b99ebe4db8bee65c1658410512e2df57ec440308dc5a8d4047f805d230397ef7b92d')
+
+build() {
+  mkdir -p $pkgname-$pkgver/{build,gs-cairo,gs-clutter,gs-opengl,mpv-opengl}
+
+  # Build main app
+  echo 'Build the main app...'
+  cd "$srcdir"/$pkgbase-$pkgver/build
+  arch-meson ..
+  ninja
+
+  # Build GStreamer Cairo backend
+  echo 'Building the GStreamer Cairo backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/gs-cairo
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=gstreamer-cairo
+  ninja
+
+  # Build GStreamer Clutter backend
+  echo 'Building the GStreamer Clutter backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/gs-clutter
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=gstreamer-clutter
+  ninja
+
+  # Build GStreamer OpenGL backend
+  echo 'Building the GStreamer OpenGL backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/gs-opengl
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=gstreamer-opengl
+  ninja
+
+  # Build MPV OpenGL backend
+  echo 'Building the MPV OpenGL backend...'
+  cd "$srcdir"/$pkgbase-$pkgver/mpv-opengl
+  arch-meson .. \
+   -Dbuild-executable=false \
+   -Dbuild-player-backends=mpv-opengl
+  ninja
+}
+
+package_gnome-twitch() {
+  depends+=('gnome-twitch-player-backend')
+  optdepends=('gnome-twitch-player-backend-gstreamer-cairo: GStreamer Cairo 
backend'
+  'gnome-twitch-player-backend-gstreamer-clutter: GStreamer 
Clutter backend'
+  'gnome-twitch-player-backend-gstreamer-opengl: GStreamer OpenGL 
backend'
+  

[arch-commits] Commit in libretro-core-info/trunk (PKGBUILD)

2018-09-16 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 16, 2018 @ 17:00:49
  Author: alucryd
Revision: 382215

upgpkg: libretro-core-info 1.7.4-1

Modified:
  libretro-core-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 14:46:44 UTC (rev 382214)
+++ PKGBUILD2018-09-16 17:00:49 UTC (rev 382215)
@@ -1,20 +1,19 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-core-info
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc='Libretro core info files'
 arch=('any')
 url='https://github.com/libretro/libretro-core-info'
 license=('GPL3')
+makedepends=('git')
 groups=('libretro')
-source=("libretro-core-info-${pkgver}.tar.gz::https://github.com/libretro/libretro-core-info/archive/v${pkgver}.tar.gz;)
-sha256sums=('3ed57c59f054dfc70b1e6273a536afd1d5c6c733c975d894284b3bde10f48444')
+source=("git+https://github.com/libretro/libretro-core-info.git#tag=v${pkgver};)
+sha256sums=('SKIP')
 
 package() {
-  cd libretro-core-info-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
 }
 
 # vim: ts=2 sw=2 et:


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

2018-09-16 Thread Bruno Pagani via arch-commits
Date: Sunday, September 16, 2018 @ 14:46:25
  Author: archange
Revision: 382213

upgpkg: fwupd 1.1.2-1

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 12:07:28 UTC (rev 382212)
+++ PKGBUILD2018-09-16 14:46:25 UTC (rev 382213)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
@@ -10,11 +10,11 @@
 license=('LGPL')
 depends=('appstream-glib' 'efivar' 'python' 'libsmbios')
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('1a8126176dffe3909bd0a52822ce7557f58b64b980ac1dc7de885e73ad9bea6b' 
'SKIP')
+sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2018-09-16 Thread Bruno Pagani via arch-commits
Date: Sunday, September 16, 2018 @ 14:46:44
  Author: archange
Revision: 382214

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 382213, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 14:46:25 UTC (rev 382213)
+++ PKGBUILD2018-09-16 14:46:44 UTC (rev 382214)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('LGPL')
-depends=('appstream-glib' 'efivar' 'python' 'libsmbios')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('1a8126176dffe3909bd0a52822ce7557f58b64b980ac1dc7de885e73ad9bea6b' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 382213, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 14:46:44 UTC (rev 382214)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('LGPL')
+depends=('appstream-glib' 'efivar' 'python' 'libsmbios')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


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

2018-09-16 Thread Andreas Radke via arch-commits
Date: Sunday, September 16, 2018 @ 15:03:01
  Author: andyrtr
Revision: 334667

upgpkg: libreoffice-fresh 6.1.1-2

build new online like help system - FS#60071

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 07:20:18 UTC (rev 334666)
+++ PKGBUILD2018-09-16 15:03:01 UTC (rev 334667)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.1.1.2
 pkgver=6.1.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -148,7 +148,7 @@
--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
--libdir=/usr/lib --mandir=/usr/share/man \
--with-lang="" \
-   --with-help \
+   --with-help=html \
--disable-avahi \
--enable-dbus \
--enable-evolution2\


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

2018-09-16 Thread Andreas Radke via arch-commits
Date: Sunday, September 16, 2018 @ 15:03:15
  Author: andyrtr
Revision: 334668

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 334667, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 334667, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 334667, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 334667, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

--+
 PKGBUILD |  666 -
 libreoffice-fresh.csh|   12 
 libreoffice-fresh.sh |   12 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 4 files changed, 363 insertions(+), 363 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 15:03:01 UTC (rev 334667)
+++ PKGBUILD2018-09-16 15:03:15 UTC (rev 334668)
@@ -1,333 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.1.1.2
-pkgver=6.1.1
-pkgrel=1
-arch=('x86_64')
-license=('LGPL3')
-url="http://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
-   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant' #'glu' 
-   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
-   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice' 'boost' 
'libnumbertext'
-)
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="http://dev-www.libreoffice.org/src;
-_additional_source_url2="http://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   #${_additional_source_url}/boost_1_66_0.tar.bz2
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2018-04-23.tar.bz2
-   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
-   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
-   ${_additional_source_url}/pdfium-3426.tar.bz2
-   ${_additional_source_url}/lxml-4.1.1.tgz
-   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
-   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
 # for test suite
-   

[arch-commits] Commit in spamassassin/repos (9 files)

2018-09-16 Thread Florian Pritz via arch-commits
Date: Sunday, September 16, 2018 @ 20:23:16
  Author: bluewind
Revision: 334675

archrelease: copy trunk to testing-x86_64

Added:
  spamassassin/repos/testing-x86_64/
  spamassassin/repos/testing-x86_64/PKGBUILD
(from rev 334674, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/testing-x86_64/bug_828552-openssl-1.1.0.patch
(from rev 334674, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
  spamassassin/repos/testing-x86_64/disable-sslv3.patch
(from rev 334674, spamassassin/trunk/disable-sslv3.patch)
  
spamassassin/repos/testing-x86_64/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch
(from rev 334674, 
spamassassin/trunk/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch)
  spamassassin/repos/testing-x86_64/net-dns-1.01-compat-uribl.patch
(from rev 334674, spamassassin/trunk/net-dns-1.01-compat-uribl.patch)
  spamassassin/repos/testing-x86_64/net-dns-1.01-compat.patch
(from rev 334674, spamassassin/trunk/net-dns-1.01-compat.patch)
  spamassassin/repos/testing-x86_64/spamassassin.install
(from rev 334674, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/testing-x86_64/spamassassin.service
(from rev 334674, spamassassin/trunk/spamassassin.service)

+
 PKGBUILD   |   67 +++
 bug_828552-openssl-1.1.0.patch |  453 +++
 disable-sslv3.patch|  276 ++
 edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch |   36 +
 net-dns-1.01-compat-uribl.patch|   27 +
 net-dns-1.01-compat.patch  |   14 
 spamassassin.install   |   19 
 spamassassin.service   |   12 
 8 files changed, 904 insertions(+)

Copied: spamassassin/repos/testing-x86_64/PKGBUILD (from rev 334674, 
spamassassin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-16 20:23:16 UTC (rev 334675)
@@ -0,0 +1,67 @@
+# Maintainer: Florian Pritz 
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+pkgname=spamassassin
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="A mail filter to identify spam."
+arch=('x86_64')
+license=('APACHE')
+url="http://spamassassin.apache.org;
+depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
+ 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
+ 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
+makedepends=('razor' 'perl-dbi')
+optdepends=('razor: to identify collaborately-flagged spam'
+'make: to use sa-compile'
+'gcc: to use sa-compile')
+backup=('etc/mail/spamassassin/local.cf'
+'etc/mail/spamassassin/init.pre'
+'etc/mail/spamassassin/v310.pre'
+'etc/mail/spamassassin/v312.pre'
+'etc/mail/spamassassin/v320.pre'
+'etc/mail/spamassassin/v330.pre')
+install="${pkgname}.install"
+source=("http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz"{,.asc}
+'spamassassin.service')
+validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)
+md5sums=('3fa07acc17bc4d024108265dadefdb3a'
+ 'SKIP'
+ '8adce028f25387ac3bc4dba697d209ed')
+
+prepare() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  sed -i t/sa_compile.t \
+ -e 's#^my $temp_binpath = $Config{sitebinexp};#my $temp_binpath = 
"/bin/site_perl/";#'
+}
+
+build() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  # install module in vendor directories.
+  export PERL_USE_UNSAFE_INC=1
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
+  CONTACT_ADDRESS=root@localhost ENABLE_SSL=yes PERL_TAINT=no
+  make
+}
+
+check() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  # parallel tests cause lots of failures; disable for now
+  #export HARNESS_OPTIONS="j$(echo $MAKEFLAGS | sed 
's/.*-j\([0-9][0-9]*\).*/\1/')"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/spamassassin.service" 
"${pkgdir}/usr/lib/systemd/system/spamassassin.service"
+  install -d -o 182 -g 182 -m 755 "$pkgdir/var/lib/spamassassin"
+
+  echo 'u spamd 182 - /var/lib/spamassassin' |
+ install -Dm644 /dev/stdin "$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+}

Copied: spamassassin/repos/testing-x86_64/bug_828552-openssl-1.1.0.patch (from 
rev 334674, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
===
--- testing-x86_64/bug_828552-openssl-1.1.0.patch   
(rev 0)
+++ testing-x86_64/bug_828552-openssl-1.1.0.patch   2018-09-16 20:23:16 UTC 
(rev 334675)
@@ -0,0 +1,453 @@
+From: Sebastian Andrzej Siewior 
+Date: Thu, 22 Sep 2016 11:19:42 +
+Subject: [PATCH] spamassassin: get it compiled against openssl 1.1.0
+

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

2018-09-16 Thread Florian Pritz via arch-commits
Date: Sunday, September 16, 2018 @ 20:23:10
  Author: bluewind
Revision: 334674

upgpkg: spamassassin 3.4.2-1

upstream update

Modified:
  spamassassin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 18:39:51 UTC (rev 334673)
+++ PKGBUILD2018-09-16 20:23:10 UTC (rev 334674)
@@ -2,8 +2,8 @@
 # Contributor: Dale Blount 
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
-pkgver=3.4.1
-pkgrel=13
+pkgver=3.4.2
+pkgrel=1
 pkgdesc="A mail filter to identify spam."
 arch=('x86_64')
 license=('APACHE')
@@ -23,16 +23,11 @@
 'etc/mail/spamassassin/v330.pre')
 install="${pkgname}.install"
 
source=("http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz"{,.asc}
-'spamassassin.service' net-dns-1.01-compat.patch 
net-dns-1.01-compat-uribl.patch disable-sslv3.patch 
'bug_828552-openssl-1.1.0.patch' edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch)
+'spamassassin.service')
 validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)
-md5sums=('76eca1f38c11635d319e62c26d5b034b'
+md5sums=('3fa07acc17bc4d024108265dadefdb3a'
  'SKIP'
- '8adce028f25387ac3bc4dba697d209ed'
- '63458976671c35f423bd4e8033cfff3a'
- '14f2e3dc93c560d6b5a7fd7d54e44e11'
- 'e6aeeae9828f305db72abb8707312ee7'
- '8de3e540060b5a0dce23d12420cb7902'
- 'faec41f86be348c1d6f131612a8ee1fa')
+ '8adce028f25387ac3bc4dba697d209ed')
 
 prepare() {
   cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
@@ -39,16 +34,6 @@
 
   sed -i t/sa_compile.t \
  -e 's#^my $temp_binpath = $Config{sitebinexp};#my $temp_binpath = 
"/bin/site_perl/";#'
-
-  patch -i "$srcdir/net-dns-1.01-compat.patch" -p3
-  patch -i "$srcdir/net-dns-1.01-compat-uribl.patch" -p3
-
-  # From Debian
-  patch -i "$srcdir/disable-sslv3.patch" -p1
-  patch -i "$srcdir/bug_828552-openssl-1.1.0.patch" -p1
-
-  # FS#54378 - [spamassassin] sa-update Perl deprecation warnings
-  patch -i "$srcdir/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch" -p1
 }
 
 build() {


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

2018-09-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, September 16, 2018 @ 23:23:22
  Author: svenstaro
Revision: 382265

upgpkg: wesnoth 1.14.5-1

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 23:14:23 UTC (rev 382264)
+++ PKGBUILD2018-09-16 23:23:22 UTC (rev 382265)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=wesnoth
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')


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

2018-09-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, September 16, 2018 @ 23:23:37
  Author: svenstaro
Revision: 382266

archrelease: copy trunk to community-x86_64

Added:
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 382265, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 382265, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 382265, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

+
 PKGBUILD   |   93 +++
 wesnothd.service   |   18 -
 wesnothd.tmpfiles.conf |2 -
 3 files changed, 56 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 23:23:22 UTC (rev 382265)
+++ PKGBUILD2018-09-16 23:23:37 UTC (rev 382266)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-pkgver=1.14.4
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/;
-depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
-makedepends=('boost' 'cmake' 'git')
-replaces=('wesnoth-data')
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
-wesnothd.tmpfiles.conf
-wesnothd.service)
-sha512sums=('SKIP'
-
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
-
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man \
-  -DFIFO_DIR=/var/run/wesnothd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos/community-x86_64/PKGBUILD (from rev 382265, 
wesnoth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 23:23:37 UTC (rev 382266)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.14.5
+pkgrel=1
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+replaces=('wesnoth-data')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+sha512sums=('SKIP'
+
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
+
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Deleted: wesnothd.service
===
--- wesnothd.service2018-09-16 23:23:22 UTC (rev 382265)
+++ wesnothd.service2018-09-16 23:23:37 UTC (rev 382266)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Wesnoth Server Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/wesnothd
-
-[Install]
-WantedBy=multi-user.target

Copied: wesnoth/repos/community-x86_64/wesnothd.service (from rev 382265, 
wesnoth/trunk/wesnothd.service)
===
--- wesnothd.service(rev 0)
+++ wesnothd.service2018-09-16 23:23:37 UTC 

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

2018-09-16 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 16, 2018 @ 19:24:40
  Author: jelle
Revision: 382224

archrelease: copy trunk to community-any

Added:
  python-ifaddr/repos/community-any/
  python-ifaddr/repos/community-any/PKGBUILD
(from rev 382223, python-ifaddr/trunk/PKGBUILD)

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

Copied: python-ifaddr/repos/community-any/PKGBUILD (from rev 382223, 
python-ifaddr/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-09-16 19:24:40 UTC (rev 382224)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa 
+
+_name=ifaddr
+pkgname=python-ifaddr
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="Enumerates all IP addresses on all network adapters of the system"
+arch=('any')
+url="https://github.com/pydron/ifaddr;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip)
+sha512sums=('5b080d8f328f7a974644e15929850ba93b9232cee545740d89e4d63e982e351287504befef365834bfb3f4c5f25dc99f4a4d76753405658ae197590e2ce94929')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  nosetests ${_name}/test_ifaddr.py
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-16 Thread Johannes Löthberg via arch-commits
Date: Sunday, September 16, 2018 @ 20:10:56
  Author: demize
Revision: 382228

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 382227, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 382227, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |  120 +
 salt.install |   44 ++--
 2 files changed, 85 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 20:10:47 UTC (rev 382227)
+++ PKGBUILD2018-09-16 20:10:56 UTC (rev 382228)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-
-pkgname=salt
-pkgver=2018.3.2
-pkgrel=2
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado'
- 'python2-futures')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-
-backup=('etc/salt/master'
-'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('6de86799b65ca4cc0305f5f1d61bc524')
-
-package() {
-  cd salt-$pkgver
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 382227, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 20:10:56 UTC (rev 382228)
@@ -0,0 +1,63 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgname=salt
+pkgver=2018.3.2
+pkgrel=3
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado'
+ 'python2-futures')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+
+backup=('etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
+
https://github.com/saltstack/salt/commit/736b382e913e46bce69940350e32d530f7560dac.patch)
+md5sums=('6de86799b65ca4cc0305f5f1d61bc524'
+ '693cfe46003ecfd0bbd9aefea49935c2')
+
+prepare() {
+  cd salt-$pkgver
+  patch -p1 <"$srcdir"/736b382e913e46bce69940350e32d530f7560dac.patch
+}
+
+package() {
+  cd salt-$pkgver
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: salt.install
===
--- salt.install2018-09-16 20:10:47 UTC (rev 382227)
+++ salt.install2018-09-16 20:10:56 UTC (rev 382228)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 

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

2018-09-16 Thread Johannes Löthberg via arch-commits
Date: Sunday, September 16, 2018 @ 20:10:47
  Author: demize
Revision: 382227

Fixes FS#60031

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 19:30:47 UTC (rev 382226)
+++ PKGBUILD2018-09-16 20:10:47 UTC (rev 382227)
@@ -5,7 +5,7 @@
 
 pkgname=salt
 pkgver=2018.3.2
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -33,9 +33,16 @@
 'etc/salt/minion')
 
 install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('6de86799b65ca4cc0305f5f1d61bc524')
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
+
https://github.com/saltstack/salt/commit/736b382e913e46bce69940350e32d530f7560dac.patch)
+md5sums=('6de86799b65ca4cc0305f5f1d61bc524'
+ '693cfe46003ecfd0bbd9aefea49935c2')
 
+prepare() {
+  cd salt-$pkgver
+  patch -p1 <"$srcdir"/736b382e913e46bce69940350e32d530f7560dac.patch
+}
+
 package() {
   cd salt-$pkgver
   python2 setup.py clean


[arch-commits] Commit in (3 files)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 20:45:49
  Author: ffy00
Revision: 382231

add root structure

Added:
  lightdm-webkit-theme-litarvan/
  lightdm-webkit-theme-litarvan/repos/
  lightdm-webkit-theme-litarvan/trunk/


[arch-commits] Commit in (4 files)

2018-09-16 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 16, 2018 @ 19:20:30
  Author: jelle
Revision: 382223

new dep of python-zeroconf

Added:
  python-ifaddr/
  python-ifaddr/repos/
  python-ifaddr/trunk/
  python-ifaddr/trunk/PKGBUILD

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

Added: python-ifaddr/trunk/PKGBUILD
===
--- python-ifaddr/trunk/PKGBUILD(rev 0)
+++ python-ifaddr/trunk/PKGBUILD2018-09-16 19:20:30 UTC (rev 382223)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa 
+
+_name=ifaddr
+pkgname=python-ifaddr
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="Enumerates all IP addresses on all network adapters of the system"
+arch=('any')
+url="https://github.com/pydron/ifaddr;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip)
+sha512sums=('5b080d8f328f7a974644e15929850ba93b9232cee545740d89e4d63e982e351287504befef365834bfb3f4c5f25dc99f4a4d76753405658ae197590e2ce94929')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  nosetests ${_name}/test_ifaddr.py
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (budie-extras budie-extras/repos budie-extras/trunk)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:07:57
  Author: ffy00
Revision: 382236

add root structure

Added:
  budie-extras/
  budie-extras/repos/
  budie-extras/trunk/


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:25:41
  Author: ffy00
Revision: 382242

upgpkg: python-svgwrite 1.1.12-3

Added:
  python-svgwrite/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 21:25:41 UTC (rev 382242)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-svgwrite
+_pkgname=svgwrite
+pkgver=1.1.12
+pkgrel=3
+pkgdesc='A Python library to create SVG drawings'
+arch=('any')
+url='http://github.com/mozman/svgwrite'
+license=('MIT')
+depends=('python' 'python-pyparsing')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('326fcc0dd0749925c0c35793a91ffdb25be1fd724d7d87bd6491a6396a6ab65fce073a387faac4f3d034ceadcf24ef73e3838cd249c4e1c19e20b1e82769cf1a')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:25:45
  Author: ffy00
Revision: 382243

archrelease: copy trunk to community-any

Added:
  python-svgwrite/repos/community-any/
  python-svgwrite/repos/community-any/PKGBUILD
(from rev 382242, python-svgwrite/trunk/PKGBUILD)

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

Copied: python-svgwrite/repos/community-any/PKGBUILD (from rev 382242, 
python-svgwrite/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-09-16 21:25:45 UTC (rev 382243)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-svgwrite
+_pkgname=svgwrite
+pkgver=1.1.12
+pkgrel=3
+pkgdesc='A Python library to create SVG drawings'
+arch=('any')
+url='http://github.com/mozman/svgwrite'
+license=('MIT')
+depends=('python' 'python-pyparsing')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('326fcc0dd0749925c0c35793a91ffdb25be1fd724d7d87bd6491a6396a6ab65fce073a387faac4f3d034ceadcf24ef73e3838cd249c4e1c19e20b1e82769cf1a')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2018-09-16 Thread Morten Linderud via arch-commits
Date: Sunday, September 16, 2018 @ 21:37:04
  Author: foxboron
Revision: 382245

addpkg: bucklespring 1.4.0-1

Added:
  bucklespring/
  bucklespring/repos/
  bucklespring/trunk/
  bucklespring/trunk/PKGBUILD

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

Added: bucklespring/trunk/PKGBUILD
===
--- bucklespring/trunk/PKGBUILD (rev 0)
+++ bucklespring/trunk/PKGBUILD 2018-09-16 21:37:04 UTC (rev 382245)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bucklespring
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="http://github.com/zevv/bucklespring;
+license=('MIT')
+depends=('openal' 'alure' 'libxtst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
+sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-09-16 Thread Morten Linderud via arch-commits
Date: Sunday, September 16, 2018 @ 22:54:15
  Author: foxboron
Revision: 382253

archrelease: copy trunk to community-x86_64

Added:
  delve/repos/community-x86_64/PKGBUILD
(from rev 382252, delve/trunk/PKGBUILD)
Deleted:
  delve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 22:54:04 UTC (rev 382252)
+++ PKGBUILD2018-09-16 22:54:15 UTC (rev 382253)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=delve
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/derekparker/delve;
-license=('MIT')
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('38117c9db41db23a27a1c2e99be17d7fb73d1653de0751ee1262b460a2b26dc4')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/derekparker
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/derekparker/delve
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  make build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
-}

Copied: delve/repos/community-x86_64/PKGBUILD (from rev 382252, 
delve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 22:54:15 UTC (rev 382253)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud 
+pkgname=delve
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/derekparker/delve;
+license=('MIT')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz;)
+sha256sums=('de023318accf33ffe7cbb393f5a301551390111db8c0849fe5f4002b6c476583')
+
+prepare(){
+  mkdir -p gopath/src/github.com/derekparker
+  ln -rTsf "${pkgname}-${pkgver}" gopath/src/github.com/derekparker/delve
+}
+
+build(){
+  cd "gopath/src/github.com/derekparker/delve"
+  export GOPATH="${srcdir}/gopath" 
+  go install -gcflags "all=-trimpath=${GOPATH}" -asmflags 
"all=-trimpath=${GOPATH}" ./cmd/...
+}
+
+package() {
+  install -Dm755 gopath/bin/dlv "${pkgdir}/usr/bin/dlv"
+  cd "${pkgname}-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2018-09-16 Thread Jiachen Yang via arch-commits
Date: Sunday, September 16, 2018 @ 22:54:40
  Author: farseerfc
Revision: 382254

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 382253, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 382253, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |  152 ++--
 skk-jisyo.install |   20 +++---
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 22:54:15 UTC (rev 382253)
+++ PKGBUILD2018-09-16 22:54:40 UTC (rev 382254)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20180909
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-
-_skk_jisyo_gz=(L
-   M
-   ML
-   S
-   JIS2
-   JIS2004
-   JIS3_4
-   assoc
-   china_taiwan
-   fullname
-   geo
-   itaiji
-   itaiji.JIS3_4
-   jinmei
-   law
-   lisp
-   mazegaki
-   okinawa
-   propernoun
-   pubdic+
-   requested
-   station
-   wrong
-   wrong.annotated)
-
-source=()
-for _t in "${_skk_jisyo_gz[@]}" ; do
-  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
-done
-
-md5sums=('c9ac79e266f5b87a1cc03b1e8aa59f35'
- 'f7aa51134b25c5481daca8cb396b3964'
- '7cf77e039da06101bef47adb30ca2b34'
- 'ad07adfb18b270d54faf0b8a63b4a296'
- 'dd400ae8446958dc8976b629a5afa37e'
- '87bb25fd8bbaaab7ad0af9ab1c2c6f2a'
- '569935e0fd4a8acf064f3ee5effec762'
- 'f4d39ee02f15216456bddc07d2b25559'
- '95b8c4c1b74cb936cb6073d465d2621f'
- '03282044a5069ac1baffb35e2e01199f'
- '1c6950951234f06168e16ab3718fbd90'
- 'e2df40facb2bc150fa12cdff6f168ab3'
- '2af0a6271df8f8e1e9ddac2d6be92d69'
- '87bab3dd7440c2577e28573a613c63e7'
- 'b9c6a38ff2aafe0e24be793c038f78b0'
- '829293eba49a4c48399f43ce43ead238'
- '05536815be073f4eb36e9ad147a2389d'
- '4bf0b1761f03e05caa61c8a6ff295d9f'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'fd4b8dda0e411c82435e97a0a03771e7'
- 'be9617afe977227b721ec46f6114aff5'
- '8a7d5efefea00655b4c178dff4c89070'
- '7154e2bda337606509c7ad577eac8718'
- 'bbbf4139679c451a342a55406ad7d907')
-
-package() {
-  cd "$srcdir"
-
-  for _t in "${_skk_jisyo_gz[@]}" ; do
-install -D -m 644 "$srcdir/SKK-JISYO.$_t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$_t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 382253, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 22:54:40 UTC (rev 382254)
@@ -0,0 +1,76 @@
+# Maintainer: Jiachen Yang 
+# Contributor: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20180916
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenance tools')
+license=('GPL')
+install=${pkgname}.install
+
+_skk_jisyo_gz=(L
+   M
+   ML
+   S
+   JIS2
+   JIS2004
+   JIS3_4
+   assoc
+   china_taiwan
+   fullname
+   geo
+   itaiji
+   itaiji.JIS3_4
+   jinmei
+   law
+   lisp
+   mazegaki
+   okinawa
+   propernoun
+   pubdic+
+   requested
+   station
+   wrong
+   wrong.annotated)
+
+source=()
+for _t in "${_skk_jisyo_gz[@]}" ; do
+  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
+done
+
+md5sums=('02c44f045ef8be240e4a2c4da778b904'
+ 'f7aa51134b25c5481daca8cb396b3964'
+ '7cf77e039da06101bef47adb30ca2b34'
+ 'ad07adfb18b270d54faf0b8a63b4a296'
+ 'dd400ae8446958dc8976b629a5afa37e'
+ '87bb25fd8bbaaab7ad0af9ab1c2c6f2a'
+ '569935e0fd4a8acf064f3ee5effec762'
+ 'f4d39ee02f15216456bddc07d2b25559'
+ 'f3164d54cd9da4689f300c3207fb689b'
+ '03282044a5069ac1baffb3

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

2018-09-16 Thread Morten Linderud via arch-commits
Date: Sunday, September 16, 2018 @ 22:54:04
  Author: foxboron
Revision: 382252

upgpkg: delve 1.1.0-1

Modified:
  delve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 22:53:54 UTC (rev 382251)
+++ PKGBUILD2018-09-16 22:54:04 UTC (rev 382252)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 pkgname=delve
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="A debugger for the Go programming language."
 arch=('x86_64')
 url="https://github.com/derekparker/delve;
@@ -8,24 +8,21 @@
 license=('MIT')
 makedepends=('go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('38117c9db41db23a27a1c2e99be17d7fb73d1653de0751ee1262b460a2b26dc4')
+sha256sums=('de023318accf33ffe7cbb393f5a301551390111db8c0849fe5f4002b6c476583')
 
 prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/derekparker
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/derekparker/delve
+  mkdir -p gopath/src/github.com/derekparker
+  ln -rTsf "${pkgname}-${pkgver}" gopath/src/github.com/derekparker/delve
 }
 
 build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  make build
+  cd "gopath/src/github.com/derekparker/delve"
+  export GOPATH="${srcdir}/gopath" 
+  go install -gcflags "all=-trimpath=${GOPATH}" -asmflags 
"all=-trimpath=${GOPATH}" ./cmd/...
 }
 
 package() {
+  install -Dm755 gopath/bin/dlv "${pkgdir}/usr/bin/dlv"
   cd "${pkgname}-${pkgver}"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
 }


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

2018-09-16 Thread Jiachen Yang via arch-commits
Date: Sunday, September 16, 2018 @ 22:53:54
  Author: farseerfc
Revision: 382251

upgpkg: skk-jisyo 20180916-1

skk-jisyo update 20180916

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 21:54:29 UTC (rev 382250)
+++ PKGBUILD2018-09-16 22:53:54 UTC (rev 382251)
@@ -1,8 +1,9 @@
-# Maintainer: Felix Yan 
+# Maintainer: Jiachen Yang 
+# Contributor: Felix Yan 
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20180909
+pkgver=20180916
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -41,7 +42,7 @@
   
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
 done
 
-md5sums=('c9ac79e266f5b87a1cc03b1e8aa59f35'
+md5sums=('02c44f045ef8be240e4a2c4da778b904'
  'f7aa51134b25c5481daca8cb396b3964'
  '7cf77e039da06101bef47adb30ca2b34'
  'ad07adfb18b270d54faf0b8a63b4a296'
@@ -49,7 +50,7 @@
  '87bb25fd8bbaaab7ad0af9ab1c2c6f2a'
  '569935e0fd4a8acf064f3ee5effec762'
  'f4d39ee02f15216456bddc07d2b25559'
- '95b8c4c1b74cb936cb6073d465d2621f'
+ 'f3164d54cd9da4689f300c3207fb689b'
  '03282044a5069ac1baffb35e2e01199f'
  '1c6950951234f06168e16ab3718fbd90'
  'e2df40facb2bc150fa12cdff6f168ab3'
@@ -63,7 +64,7 @@
  'fd4b8dda0e411c82435e97a0a03771e7'
  'be9617afe977227b721ec46f6114aff5'
  '8a7d5efefea00655b4c178dff4c89070'
- '7154e2bda337606509c7ad577eac8718'
+ '9a0959870cf69a555ff199917ca505b9'
  'bbbf4139679c451a342a55406ad7d907')
 
 package() {


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:12:42
  Author: ffy00
Revision: 382262

upgpkg: budgie-extras 0.6.0-1

Modified:
  budie-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 23:03:50 UTC (rev 382261)
+++ PKGBUILD2018-09-16 23:12:42 UTC (rev 382262)
@@ -26,6 +26,5 @@
 package() {
   cd $pkgname-$pkgver/build
 
-  DESTDIR="${pkgdir}" ninja install
+  DESTDIR="$pkgdir" ninja install
 }
-


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:12:47
  Author: ffy00
Revision: 382263

archrelease: copy trunk to community-x86_64

Added:
  budie-extras/repos/community-x86_64/PKGBUILD
(from rev 382262, budie-extras/trunk/PKGBUILD)
Deleted:
  budie-extras/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 23:12:42 UTC (rev 382262)
+++ PKGBUILD2018-09-16 23:12:47 UTC (rev 382263)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=budgie-extras
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Additional Budgie Desktop enhancements for the user experience"
-arch=('x86_64')
-license=('GPL3')
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
- 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
- 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
-url="https://github.com/UbuntuBudgie/budgie-extras;
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="${pkgdir}" ninja install
-}
-

Copied: budie-extras/repos/community-x86_64/PKGBUILD (from rev 382262, 
budie-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 23:12:47 UTC (rev 382263)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('x86_64')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras;
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in (budgie-extras budgie-extras/repos budgie-extras/trunk)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:14:23
  Author: ffy00
Revision: 382264

add root structure

Added:
  budgie-extras/
  budgie-extras/repos/
  budgie-extras/trunk/


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

2018-09-16 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 16, 2018 @ 19:30:47
  Author: jelle
Revision: 382226

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 19:30:36 UTC (rev 382225)
+++ PKGBUILD2018-09-16 19:30:47 UTC (rev 382226)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Maxim Andersson 
-
-pkgname=python-zeroconf
-pkgver=0.20.0
-pkgrel=3
-pkgdesc="A pure python implementation of multicast DNS service discovery"
-arch=('any')
-url="https://github.com/jstasiak/python-zeroconf;
-license=('LGPL')
-depends=('python' 'python-netifaces' 'python-six')
-makedepends=('python-setuptools')
-source=("https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('5829f2e68ca6ab06d25e661a7640cf1d215bf4167d952f81086f1fbfb4ef9dbb')
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${pkgbase}-${pkgver}"
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zeroconf/repos/community-any/PKGBUILD (from rev 382225, 
python-zeroconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 19:30:47 UTC (rev 382226)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Maxim Andersson 
+
+pkgname=python-zeroconf
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="A pure python implementation of multicast DNS service discovery"
+arch=('any')
+url="https://github.com/jstasiak/python-zeroconf;
+license=('LGPL')
+depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr')
+makedepends=('python-setuptools')
+source=("https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('2e6157f38498af7ca6540476774db983550405a5176d76ad938b29341e8c4754')
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgbase}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}"
+  # FIXME: package checkdepends=()
+  python setup.py test
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-16 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 16, 2018 @ 19:30:36
  Author: jelle
Revision: 382225

upgpkg: python-zeroconf 0.21.0-1

Added new dependency python-ifaddr

Modified:
  python-zeroconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 19:24:40 UTC (rev 382224)
+++ PKGBUILD2018-09-16 19:30:36 UTC (rev 382225)
@@ -2,16 +2,16 @@
 # Contributor: Maxim Andersson 
 
 pkgname=python-zeroconf
-pkgver=0.20.0
-pkgrel=3
+pkgver=0.21.0
+pkgrel=1
 pkgdesc="A pure python implementation of multicast DNS service discovery"
 arch=('any')
 url="https://github.com/jstasiak/python-zeroconf;
 license=('LGPL')
-depends=('python' 'python-netifaces' 'python-six')
+depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr')
 makedepends=('python-setuptools')
 source=("https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('5829f2e68ca6ab06d25e661a7640cf1d215bf4167d952f81086f1fbfb4ef9dbb')
+sha256sums=('2e6157f38498af7ca6540476774db983550405a5176d76ad938b29341e8c4754')
 
 build() {
   cd "${pkgbase}-${pkgver}"
@@ -24,4 +24,10 @@
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
 }
 
+check() {
+  cd "${pkgbase}-${pkgver}"
+  # FIXME: package checkdepends=()
+  python setup.py test
+}
+
 # vim:set ts=2 sw=2 et:


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

2018-09-16 Thread Antonio Rojas via arch-commits
Date: Sunday, September 16, 2018 @ 20:12:46
  Author: arojas
Revision: 382230

archrelease: copy trunk to community-x86_64

Added:
  knights/repos/community-x86_64/PKGBUILD
(from rev 382229, knights/trunk/PKGBUILD)
Deleted:
  knights/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 20:12:15 UTC (rev 382229)
+++ PKGBUILD2018-09-16 20:12:46 UTC (rev 382230)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=knights
-pkgver=2.5.0+157+g7331b21
-pkgrel=1
-pkgdesc="Chess board by KDE with XBoard protocol support"
-arch=(x86_64)
-url="https://www.kde.org/applications/games/knights/;
-license=(GPL)
-depends=(libkdegames kplotting plasma-framework hicolor-icon-theme)
-optdepends=('gnuchess: for playing against the computer')
-makedepends=(extra-cmake-modules kdoctools git)
-_commit=7331b21ff5bc7757853e96b4dd70d57dc3e5dc61  # master
-source=("git://git.kde.org/knights.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF   
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: knights/repos/community-x86_64/PKGBUILD (from rev 382229, 
knights/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 20:12:46 UTC (rev 382230)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=knights
+pkgver=2.5.0+160+g4d1d989
+pkgrel=1
+pkgdesc="Chess board by KDE with XBoard protocol support"
+arch=(x86_64)
+url="https://www.kde.org/applications/games/knights/;
+license=(GPL)
+depends=(libkdegames kplotting plasma-framework hicolor-icon-theme)
+optdepends=('gnuchess: for playing against the computer')
+makedepends=(extra-cmake-modules kdoctools git)
+_commit=4d1d989114a054cc05d7015870865e69aba08ef8  # master
+source=("git://git.kde.org/knights.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF   
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-16 Thread Antonio Rojas via arch-commits
Date: Sunday, September 16, 2018 @ 20:12:15
  Author: arojas
Revision: 382229

New snapshot (crash fix)

Modified:
  knights/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 20:10:56 UTC (rev 382228)
+++ PKGBUILD2018-09-16 20:12:15 UTC (rev 382229)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=knights
-pkgver=2.5.0+157+g7331b21
+pkgver=2.5.0+160+g4d1d989
 pkgrel=1
 pkgdesc="Chess board by KDE with XBoard protocol support"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libkdegames kplotting plasma-framework hicolor-icon-theme)
 optdepends=('gnuchess: for playing against the computer')
 makedepends=(extra-cmake-modules kdoctools git)
-_commit=7331b21ff5bc7757853e96b4dd70d57dc3e5dc61  # master
+_commit=4d1d989114a054cc05d7015870865e69aba08ef8  # master
 source=("git://git.kde.org/knights.git#commit=$_commit")
 sha256sums=('SKIP')
 


[arch-commits] Commit in lightdm-webkit2-greeter/trunk (PKGBUILD)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:05:06
  Author: ffy00
Revision: 382234

upgpkg: lightdm-webkit2-greeter 2.2.5-2

Modified:
  lightdm-webkit2-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 20:53:12 UTC (rev 382233)
+++ PKGBUILD2018-09-16 21:05:06 UTC (rev 382234)
@@ -4,7 +4,7 @@
 pkgname=lightdm-webkit2-greeter
 _pkgname=web-greeter
 pkgver=2.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='LightDM greeter that uses WebKit2 for theming via HTML/JavaScript.'
 arch=('x86_64')
 url='https://github.com/antergos/web-greeter'
@@ -13,7 +13,7 @@
 makedepends=('gobject-introspection' 'meson' 'gettext' 'dbus-glib')
 backup=("etc/lightdm/$pkgname.conf")
 source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-
"archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-light-scalable.svg;
+
'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-light-scalable.svg'
 'archlinux-user.svg')
 
sha512sums=('173fe64dc3ff9bde0bc3d72319ab014001364eae8336a72b052333e0c6687167164277fd87de7051c689f12f64aeb441f95a9f0d38cc780ccb77751ab62204da'
 
'a553510431d3771a0ef5c7aaec198f89302f11ea8fe6db83bdac496d087ded6d5a99e442d3d20fd7b9231a76ec0df0f1ffb3da2511f79d196c8516345241d1da'
@@ -22,11 +22,10 @@
 prepare() {
   cd $_pkgname-$pkgver
 
-  _pixmaps='/usr/share/pixmaps'
-
+  # Replace antergos logos
   sed -i \
-   -e "s|\/usr.+antergos\.png|$_pixmaps/archlinux-logo.svg|g;" \
-   -e "s|\/usr.+logo-user\.png|$_pixmaps/archlinux-user.svg|g" \
+   -e 's|/usr.*antergos.png|/usr/share/pixmaps/archlinux-logo.svg|g;' \
+   -e 's|/usr.*logo-user.png|/usr/share/pixmaps/archlinux-user.svg|g' \
"data/$pkgname.conf"
 }
 


[arch-commits] Commit in lightdm-webkit2-greeter/repos/community-x86_64 (4 files)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:05:11
  Author: ffy00
Revision: 382235

archrelease: copy trunk to community-x86_64

Added:
  lightdm-webkit2-greeter/repos/community-x86_64/PKGBUILD
(from rev 382234, lightdm-webkit2-greeter/trunk/PKGBUILD)
  lightdm-webkit2-greeter/repos/community-x86_64/archlinux-user.svg
(from rev 382234, lightdm-webkit2-greeter/trunk/archlinux-user.svg)
Deleted:
  lightdm-webkit2-greeter/repos/community-x86_64/PKGBUILD
  lightdm-webkit2-greeter/repos/community-x86_64/archlinux-user.svg

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 21:05:06 UTC (rev 382234)
+++ PKGBUILD2018-09-16 21:05:11 UTC (rev 382235)
@@ -1,49 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Dustin Falgout 
-
-pkgname=lightdm-webkit2-greeter
-_pkgname=web-greeter
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='LightDM greeter that uses WebKit2 for theming via HTML/JavaScript.'
-arch=('x86_64')
-url='https://github.com/antergos/web-greeter'
-license=('GPL3')
-depends=('lightdm' 'webkit2gtk' 'accountsservice' 'gnome-backgrounds')
-makedepends=('gobject-introspection' 'meson' 'gettext' 'dbus-glib')
-backup=("etc/lightdm/$pkgname.conf")
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-
"archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-light-scalable.svg;
-'archlinux-user.svg')
-sha512sums=('173fe64dc3ff9bde0bc3d72319ab014001364eae8336a72b052333e0c6687167164277fd87de7051c689f12f64aeb441f95a9f0d38cc780ccb77751ab62204da'
-
'a553510431d3771a0ef5c7aaec198f89302f11ea8fe6db83bdac496d087ded6d5a99e442d3d20fd7b9231a76ec0df0f1ffb3da2511f79d196c8516345241d1da'
-
'4cf515e5eefa0a16d1ebda6e4cbef2103e405325e265472c3cdc4928f05749597913406494fc4384b268288efbc0bbb86fefb648d1dd6e62c1dbc6569c8253b6')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  _pixmaps='/usr/share/pixmaps'
-
-  sed -i \
-   -e "s|\/usr.+antergos\.png|$_pixmaps/archlinux-logo.svg|g;" \
-   -e "s|\/usr.+logo-user\.png|$_pixmaps/archlinux-user.svg|g" \
-   "data/$pkgname.conf"
-}
-
-build() {
-  cd $_pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/pixmaps/archlinux-logo.svg
-  install -Dm 644 "$srcdir"/archlinux-user.svg 
"$pkgdir"/usr/share/pixmaps/archlinux-user.svg
-}
-

Copied: lightdm-webkit2-greeter/repos/community-x86_64/PKGBUILD (from rev 
382234, lightdm-webkit2-greeter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 21:05:11 UTC (rev 382235)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Dustin Falgout 
+
+pkgname=lightdm-webkit2-greeter
+_pkgname=web-greeter
+pkgver=2.2.5
+pkgrel=2
+pkgdesc='LightDM greeter that uses WebKit2 for theming via HTML/JavaScript.'
+arch=('x86_64')
+url='https://github.com/antergos/web-greeter'
+license=('GPL3')
+depends=('lightdm' 'webkit2gtk' 'accountsservice' 'gnome-backgrounds')
+makedepends=('gobject-introspection' 'meson' 'gettext' 'dbus-glib')
+backup=("etc/lightdm/$pkgname.conf")
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-light-scalable.svg'
+'archlinux-user.svg')
+sha512sums=('173fe64dc3ff9bde0bc3d72319ab014001364eae8336a72b052333e0c6687167164277fd87de7051c689f12f64aeb441f95a9f0d38cc780ccb77751ab62204da'
+
'a553510431d3771a0ef5c7aaec198f89302f11ea8fe6db83bdac496d087ded6d5a99e442d3d20fd7b9231a76ec0df0f1ffb3da2511f79d196c8516345241d1da'
+
'4cf515e5eefa0a16d1ebda6e4cbef2103e405325e265472c3cdc4928f05749597913406494fc4384b268288efbc0bbb86fefb648d1dd6e62c1dbc6569c8253b6')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Replace antergos logos
+  sed -i \
+   -e 's|/usr.*antergos.png|/usr/share/pixmaps/archlinux-logo.svg|g;' \
+   -e 's|/usr.*logo-user.png|/usr/share/pixmaps/archlinux-user.svg|g' \
+   "data/$pkgname.conf"
+}
+
+build() {
+  cd $_pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/pixmaps/archlinux-logo.svg
+  install -Dm 644 "$srcdir"/archlinux-user.svg 
"$pkgdir"/usr/share/pixmaps/archlinux-user.svg
+}
+

Deleted: archlinux-user.svg
===
(Binary files differ)

Copied: lightdm-webkit2-greeter/repos/community-x86_64/archlinux-user.svg (from 
rev 382234, lightdm-webkit2-greeter/trunk/archlinux-user.svg)

[arch-commits] Commit in (budie-extras)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:43:10
  Author: ffy00
Revision: 382269

delete budie-extras (typo)

Deleted:
  budie-extras/


[arch-commits] Commit in lightdm-webkit-theme-litarvan/repos (2 files)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 20:53:12
  Author: ffy00
Revision: 382233

archrelease: copy trunk to community-any

Added:
  lightdm-webkit-theme-litarvan/repos/community-any/
  lightdm-webkit-theme-litarvan/repos/community-any/PKGBUILD
(from rev 382232, lightdm-webkit-theme-litarvan/trunk/PKGBUILD)

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

Copied: lightdm-webkit-theme-litarvan/repos/community-any/PKGBUILD (from rev 
382232, lightdm-webkit-theme-litarvan/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-09-16 20:53:12 UTC (rev 382233)
@@ -0,0 +1,22 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=lightdm-webkit-theme-litarvan
+pkgver=2.0.7
+pkgrel=2
+pkgdesc='Modern and full-featured LightDM theme'
+arch=('any')
+url="https://github.com/Litarvan/$pkgname;
+license=('BSD')
+depends=('lightdm-webkit2-greeter')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('fad1370d25cca010ef615a1ae0361d34e3611409760ffc791ed28851c83704c6f4c7b814a5240f0b11fc33c1da928e88636f760b4a3f55fa9603601bbaa5dad7')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm 755 "$pkgdir"/usr/share/lightdm-webkit/themes/litarvan
+  cp -r --no-preserve=ownership * 
"$pkgdir"/usr/share/lightdm-webkit/themes/litarvan/
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in lightdm-webkit-theme-litarvan/trunk (PKGBUILD)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 20:53:07
  Author: ffy00
Revision: 382232

upgpkg: lightdm-webkit-theme-litarvan 2.0.7-2

Added:
  lightdm-webkit-theme-litarvan/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 20:53:07 UTC (rev 382232)
@@ -0,0 +1,22 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=lightdm-webkit-theme-litarvan
+pkgver=2.0.7
+pkgrel=2
+pkgdesc='Modern and full-featured LightDM theme'
+arch=('any')
+url="https://github.com/Litarvan/$pkgname;
+license=('BSD')
+depends=('lightdm-webkit2-greeter')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('fad1370d25cca010ef615a1ae0361d34e3611409760ffc791ed28851c83704c6f4c7b814a5240f0b11fc33c1da928e88636f760b4a3f55fa9603601bbaa5dad7')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm 755 "$pkgdir"/usr/share/lightdm-webkit/themes/litarvan
+  cp -r --no-preserve=ownership * 
"$pkgdir"/usr/share/lightdm-webkit/themes/litarvan/
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:28:19
  Author: ffy00
Revision: 382244

add root structure

Added:
  cairosvg/
  cairosvg/repos/
  cairosvg/trunk/


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:48:11
  Author: ffy00
Revision: 382248

upgpkg: cairosvg 2.1.3-1

Added:
  cairosvg/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 21:48:11 UTC (rev 382248)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cairosvg
+_pkgname=CairoSVG
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
+arch=('any')
+url='http://cairosvg.org'
+license=('GPL')
+depends=('python' 'python-cairocffi' 'python-pillow' 'python-cssselect2' 
'python-defusedxml' 'python-tinycss2')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
+sha512sums=('2fe079be6e471ab28bbcd16d8dba00729ffc920163aa6a0fabf1223db21685a25fc03118e41f059e6164a3c1afd5375e05022954846fd75bc6b76ad122e90ef5')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  cp -r cairosvg test/cairosvg_reference/
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:48:15
  Author: ffy00
Revision: 382249

archrelease: copy trunk to community-any

Added:
  cairosvg/repos/community-any/
  cairosvg/repos/community-any/PKGBUILD
(from rev 382248, cairosvg/trunk/PKGBUILD)

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

Copied: cairosvg/repos/community-any/PKGBUILD (from rev 382248, 
cairosvg/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-09-16 21:48:15 UTC (rev 382249)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cairosvg
+_pkgname=CairoSVG
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
+arch=('any')
+url='http://cairosvg.org'
+license=('GPL')
+depends=('python' 'python-cairocffi' 'python-pillow' 'python-cssselect2' 
'python-defusedxml' 'python-tinycss2')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
+sha512sums=('2fe079be6e471ab28bbcd16d8dba00729ffc920163aa6a0fabf1223db21685a25fc03118e41f059e6164a3c1afd5375e05022954846fd75bc6b76ad122e90ef5')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  cp -r cairosvg test/cairosvg_reference/
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:03:50
  Author: ffy00
Revision: 382261

archrelease: copy trunk to community-x86_64

Added:
  budie-extras/repos/community-x86_64/
  budie-extras/repos/community-x86_64/PKGBUILD
(from rev 382260, budie-extras/trunk/PKGBUILD)
Deleted:
  budie-extras/repos/community-any/

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

Copied: budie-extras/repos/community-x86_64/PKGBUILD (from rev 382260, 
budie-extras/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-16 23:03:50 UTC (rev 382261)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('x86_64')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras;
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="${pkgdir}" ninja install
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:02:04
  Author: ffy00
Revision: 382260

upgpkg: budgie-extras 0.6.0-1

Modified:
  budie-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 23:00:41 UTC (rev 382259)
+++ PKGBUILD2018-09-16 23:02:04 UTC (rev 382260)
@@ -4,7 +4,7 @@
 pkgver=0.6.0
 pkgrel=1
 pkgdesc="Additional Budgie Desktop enhancements for the user experience"
-arch=('any')
+arch=('x86_64')
 license=('GPL3')
 depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
  'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'


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

2018-09-16 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, September 16, 2018 @ 21:17:51
  Author: mtorromeo
Revision: 382238

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 21:17:33 UTC (rev 382237)
+++ PKGBUILD2018-09-16 21:17:51 UTC (rev 382238)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-rsa
-pkgname=(python-rsa python2-rsa)
-pkgver=3.4.2
-pkgrel=3
-_libname=rsa
-pkgdesc="Pure-Python RSA implementation"
-arch=(any)
-url="https://stuvel.eu/rsa;
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-sha256sums=('25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5')
-
-build() {
-   cd "$srcdir/$_libname-$pkgver"
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-rsa() {
-   depends=(python-pyasn1)
-
-   cd "$srcdir/$_libname-$pkgver"
-   #cd "$srcdir/sybren-python-rsa-8f50f506b4a2"
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-rsa() {
-   depends=(python2-pyasn1)
-
-   cd "$srcdir/$_libname-$pkgver"
-   #cd "$srcdir/sybren-python-rsa-8f50f506b4a2"
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   find "$pkgdir/usr/bin" -type f | while read f; do mv "$f" "$f"2; done
-}

Copied: python-rsa/repos/community-any/PKGBUILD (from rev 382237, 
python-rsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 21:17:51 UTC (rev 382238)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-rsa
+pkgname=(python-rsa python2-rsa)
+pkgver=4.0
+pkgrel=1
+_libname=rsa
+pkgdesc="Pure-Python RSA implementation"
+arch=(any)
+url="https://stuvel.eu/rsa;
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+sha256sums=('1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487')
+
+build() {
+   cd "$srcdir/$_libname-$pkgver"
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-rsa() {
+   depends=(python-pyasn1)
+
+   cd "$srcdir/$_libname-$pkgver"
+   #cd "$srcdir/sybren-python-rsa-8f50f506b4a2"
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-rsa() {
+   depends=(python2-pyasn1)
+
+   cd "$srcdir/$_libname-$pkgver"
+   #cd "$srcdir/sybren-python-rsa-8f50f506b4a2"
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   find "$pkgdir/usr/bin" -type f | while read f; do mv "$f" "$f"2; done
+}


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

2018-09-16 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, September 16, 2018 @ 21:17:33
  Author: mtorromeo
Revision: 382237

upgpkg: python-rsa 4.0-1

Modified:
  python-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 21:07:57 UTC (rev 382236)
+++ PKGBUILD2018-09-16 21:17:33 UTC (rev 382237)
@@ -2,8 +2,8 @@
 
 pkgbase=python-rsa
 pkgname=(python-rsa python2-rsa)
-pkgver=3.4.2
-pkgrel=3
+pkgver=4.0
+pkgrel=1
 _libname=rsa
 pkgdesc="Pure-Python RSA implementation"
 arch=(any)
@@ -11,7 +11,7 @@
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
 makedepends=(python-setuptools python2-setuptools)
-sha256sums=('25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5')
+sha256sums=('1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487')
 
 build() {
cd "$srcdir/$_libname-$pkgver"


[arch-commits] Commit in (3 files)

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:18:54
  Author: ffy00
Revision: 382240

add root structure

Added:
  python-svgwrite/
  python-svgwrite/repos/
  python-svgwrite/trunk/


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

2018-09-16 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, September 16, 2018 @ 21:18:52
  Author: mtorromeo
Revision: 382239

upgpkg: fabric 2.4.0-1

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 21:17:51 UTC (rev 382238)
+++ PKGBUILD2018-09-16 21:18:52 UTC (rev 382239)
@@ -3,7 +3,7 @@
 # Contributor: Francois Boulogne 
 
 pkgname=fabric
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
 url="http://www.fabfile.org/;
@@ -12,7 +12,7 @@
 depends=('python-setuptools' 'python-paramiko' 'python-invoke')
 optdepends=('python-patchwork: Common deployment/sysadmin operations')
 
source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('52d1cf5b0f4d34596e89e3a66d2c9b3608cd2ef21182a96cf181499dc9b9a3a59fb08d52a5683de775cd4022179d4029896ace31dae32ff87cd8e0cb932fc60e')
+sha512sums=('5da238fd0f76705177d9d026db154c73cea2c5341b9d68b539884bf520f488bbd7c025a0d48438cac3613f6ff587b1755444f61898ada7fbaf511adf0f1eebd4')
 
 build() {
   cd "${srcdir}"/fabric-${pkgver}


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

2018-09-16 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, September 16, 2018 @ 21:19:01
  Author: mtorromeo
Revision: 382241

archrelease: copy trunk to community-any

Added:
  fabric/repos/community-any/PKGBUILD
(from rev 382240, fabric/trunk/PKGBUILD)
Deleted:
  fabric/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 21:18:54 UTC (rev 382240)
+++ PKGBUILD2018-09-16 21:19:01 UTC (rev 382241)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Francois Boulogne 
-
-pkgname=fabric
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
-url="http://www.fabfile.org/;
-license=('BSD')
-arch=('any')
-depends=('python-setuptools' 'python-paramiko' 'python-invoke')
-optdepends=('python-patchwork: Common deployment/sysadmin operations')
-source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('52d1cf5b0f4d34596e89e3a66d2c9b3608cd2ef21182a96cf181499dc9b9a3a59fb08d52a5683de775cd4022179d4029896ace31dae32ff87cd8e0cb932fc60e')
-
-build() {
-  cd "${srcdir}"/fabric-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}"/fabric-${pkgver}
-  python setup.py install -O1 --skip-build --root="${pkgdir}"
-
-  install -Dm644 README.rst "${pkgdir}"/usr/share/doc/${pkgname}/README.rst
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fabric/repos/community-any/PKGBUILD (from rev 382240, 
fabric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 21:19:01 UTC (rev 382241)
@@ -0,0 +1,28 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Francois Boulogne 
+
+pkgname=fabric
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
+url="http://www.fabfile.org/;
+license=('BSD')
+arch=('any')
+depends=('python-setuptools' 'python-paramiko' 'python-invoke')
+optdepends=('python-patchwork: Common deployment/sysadmin operations')
+source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5da238fd0f76705177d9d026db154c73cea2c5341b9d68b539884bf520f488bbd7c025a0d48438cac3613f6ff587b1755444f61898ada7fbaf511adf0f1eebd4')
+
+build() {
+  cd "${srcdir}"/fabric-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/fabric-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}"
+
+  install -Dm644 README.rst "${pkgdir}"/usr/share/doc/${pkgname}/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (5 files)

2018-09-16 Thread Morten Linderud via arch-commits
Date: Sunday, September 16, 2018 @ 21:39:37
  Author: foxboron
Revision: 382246

addpkg: bucklespring 1.4.0-1

Added:
  bucklespring/
  bucklespring/repos/
  bucklespring/trunk/
  bucklespring/trunk/PKGBUILD
Deleted:
  bucklespring/

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

Added: bucklespring/trunk/PKGBUILD
===
--- bucklespring/trunk/PKGBUILD (rev 0)
+++ bucklespring/trunk/PKGBUILD 2018-09-16 21:39:37 UTC (rev 382246)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bucklespring
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="http://github.com/zevv/bucklespring;
+license=('MIT')
+depends=('openal' 'alure' 'libxtst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
+sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-09-16 Thread Morten Linderud via arch-commits
Date: Sunday, September 16, 2018 @ 21:39:49
  Author: foxboron
Revision: 382247

archrelease: copy trunk to community-x86_64

Added:
  bucklespring/repos/community-x86_64/
  bucklespring/repos/community-x86_64/PKGBUILD
(from rev 382246, bucklespring/trunk/PKGBUILD)

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

Copied: bucklespring/repos/community-x86_64/PKGBUILD (from rev 382246, 
bucklespring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-16 21:39:49 UTC (rev 382247)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bucklespring
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="http://github.com/zevv/bucklespring;
+license=('MIT')
+depends=('openal' 'alure' 'libxtst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
+sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:36:02
  Author: ffy00
Revision: 382267

upgpkg: budgie-extras 0.6.0-1

Added:
  budgie-extras/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 23:36:02 UTC (rev 382267)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('x86_64')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras;
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:36:07
  Author: ffy00
Revision: 382268

archrelease: copy trunk to community-x86_64

Added:
  budgie-extras/repos/community-x86_64/
  budgie-extras/repos/community-x86_64/PKGBUILD
(from rev 382267, budgie-extras/trunk/PKGBUILD)

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

Copied: budgie-extras/repos/community-x86_64/PKGBUILD (from rev 382267, 
budgie-extras/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-16 23:36:07 UTC (rev 382268)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('x86_64')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras;
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 21:54:29
  Author: ffy00
Revision: 382250

add root structure

Added:
  xprintidle/
  xprintidle/repos/
  xprintidle/trunk/


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 22:59:33
  Author: ffy00
Revision: 382255

upgpkg: xprintidle 0.2.2-2

Added:
  xprintidle/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 22:59:33 UTC (rev 382255)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Alisa Dammer 
+# Contributor: Jaroslav Janukevic (janukevic  gmail  com)
+# Contributor: Rick Rein 
+# Contributor: samuellittley 
+
+pkgname=xprintidle
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='Print X idle time'
+arch=('x86_64')
+license=('GPL2')
+depends=('libxss')
+url='https://github.com/g0hl1n/xprintidle'
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('7755ad4a35773349de1b432fda24ac51b14e8e989fe2ad7c98af214ce7b2f45e5b527758933bcc84c6625199e2b38ef0bd3f18f622ce6e84b0cf321476606cc8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --x-libraries=/usr/lib
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix="$pkgdir/usr" install
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 22:59:53
  Author: ffy00
Revision: 382258

archrelease: copy trunk to community-any

Added:
  budie-extras/repos/community-any/
  budie-extras/repos/community-any/PKGBUILD
(from rev 382257, budie-extras/trunk/PKGBUILD)

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

Copied: budie-extras/repos/community-any/PKGBUILD (from rev 382257, 
budie-extras/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-09-16 22:59:53 UTC (rev 382258)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('any')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras;
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="${pkgdir}" ninja install
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 22:59:38
  Author: ffy00
Revision: 382256

archrelease: copy trunk to community-x86_64

Added:
  xprintidle/repos/community-x86_64/
  xprintidle/repos/community-x86_64/PKGBUILD
(from rev 382255, xprintidle/trunk/PKGBUILD)

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

Copied: xprintidle/repos/community-x86_64/PKGBUILD (from rev 382255, 
xprintidle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-16 22:59:38 UTC (rev 382256)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Alisa Dammer 
+# Contributor: Jaroslav Janukevic (janukevic  gmail  com)
+# Contributor: Rick Rein 
+# Contributor: samuellittley 
+
+pkgname=xprintidle
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='Print X idle time'
+arch=('x86_64')
+license=('GPL2')
+depends=('libxss')
+url='https://github.com/g0hl1n/xprintidle'
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('7755ad4a35773349de1b432fda24ac51b14e8e989fe2ad7c98af214ce7b2f45e5b527758933bcc84c6625199e2b38ef0bd3f18f622ce6e84b0cf321476606cc8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --x-libraries=/usr/lib
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix="$pkgdir/usr" install
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 22:59:49
  Author: ffy00
Revision: 382257

upgpkg: budgie-extras 0.6.0-1

Added:
  budie-extras/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 22:59:49 UTC (rev 382257)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('any')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras;
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="${pkgdir}" ninja install
+}
+


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

2018-09-16 Thread Filipe Laíns via arch-commits
Date: Sunday, September 16, 2018 @ 23:00:41
  Author: ffy00
Revision: 382259

archrelease: copy trunk to community-any

Added:
  budie-extras/repos/community-any/PKGBUILD
(from rev 382258, budie-extras/trunk/PKGBUILD)
Deleted:
  budie-extras/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 22:59:53 UTC (rev 382258)
+++ PKGBUILD2018-09-16 23:00:41 UTC (rev 382259)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=budgie-extras
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Additional Budgie Desktop enhancements for the user experience"
-arch=('any')
-license=('GPL3')
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
- 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
- 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
-url="https://github.com/UbuntuBudgie/budgie-extras;
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="${pkgdir}" ninja install
-}
-

Copied: budie-extras/repos/community-any/PKGBUILD (from rev 382258, 
budie-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 23:00:41 UTC (rev 382259)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('any')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras;
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="${pkgdir}" ninja install
+}
+