[arch-commits] Commit in amule/trunk (PKGBUILD amule-cryptopp6.patch)

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 07:12:29
  Author: arojas
Revision: 315696

Update to 10998

Modified:
  amule/trunk/PKGBUILD
Deleted:
  amule/trunk/amule-cryptopp6.patch

---+
 PKGBUILD  |   13 +
 amule-cryptopp6.patch |   11 ---
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 06:52:14 UTC (rev 315695)
+++ PKGBUILD2018-04-11 07:12:29 UTC (rev 315696)
@@ -7,8 +7,8 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=amule
-pkgver=10990
-pkgrel=7
+pkgver=10998
+pkgrel=1
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=(x86_64)
 url="http://www.amule.org";
@@ -16,19 +16,15 @@
 depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
 makedepends=(git ccache boost)
 source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles
-amule-cryptopp6.patch)
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
 sha256sums=('SKIP'
 '527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
 'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
 'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
-'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d'
-'84d5e913bf05c1819275f4fd27028856aeb31157debbca89f9b54132efe69575')
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
 
 prepare() {
   cd amule
-
-  patch -p1 -i ../amule-cryptopp6.patch # Fix build with crypto++ 6.0
 }
 
 build() {
@@ -49,6 +45,7 @@
   --enable-ccache \
   --enable-geoip \
   --enable-upnp \
+  --enable-fileview \
   --with-boost
   make
 }

Deleted: amule-cryptopp6.patch
===
--- amule-cryptopp6.patch   2018-04-11 06:52:14 UTC (rev 315695)
+++ amule-cryptopp6.patch   2018-04-11 07:12:29 UTC (rev 315696)
@@ -1,11 +0,0 @@
 amule/src/ClientCreditsList.cpp.orig   2018-01-30 22:28:29.951863645 
+
-+++ amule/src/ClientCreditsList.cpp2018-01-30 22:30:05.725410074 +
-@@ -312,7 +312,7 @@
-   // calculate and store public key
-   CryptoPP::RSASSA_PKCS1v15_SHA_Verifier 
pubkey(*static_cast(m_pSignkey));
-   CryptoPP::ArraySink asink(m_abyMyPublicKey, 80);
--  pubkey.DEREncode(asink);
-+  pubkey.AccessMaterial().Save(asink);
-   m_nMyPublicKeyLen = asink.TotalPutLength();
-   asink.MessageEnd();
-   } catch (const CryptoPP::Exception& e) {


[arch-commits] Commit in amule/repos/community-x86_64 (11 files)

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 07:12:55
  Author: arojas
Revision: 315697

archrelease: copy trunk to community-x86_64

Added:
  amule/repos/community-x86_64/PKGBUILD
(from rev 315696, amule/trunk/PKGBUILD)
  amule/repos/community-x86_64/amule.sysusers
(from rev 315696, amule/trunk/amule.sysusers)
  amule/repos/community-x86_64/amule.tmpfiles
(from rev 315696, amule/trunk/amule.tmpfiles)
  amule/repos/community-x86_64/amuled.systemd
(from rev 315696, amule/trunk/amuled.systemd)
  amule/repos/community-x86_64/amuleweb.systemd
(from rev 315696, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/community-x86_64/PKGBUILD
  amule/repos/community-x86_64/amule-cryptopp6.patch
  amule/repos/community-x86_64/amule.sysusers
  amule/repos/community-x86_64/amule.tmpfiles
  amule/repos/community-x86_64/amuled.systemd
  amule/repos/community-x86_64/amuleweb.systemd

---+
 PKGBUILD  |  129 +++-
 amule-cryptopp6.patch |   11 
 amule.sysusers|2 
 amule.tmpfiles|2 
 amuled.systemd|   22 
 amuleweb.systemd  |   26 -
 6 files changed, 89 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 07:12:29 UTC (rev 315696)
+++ PKGBUILD2018-04-11 07:12:55 UTC (rev 315697)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-# Contributor: Anatol Pomozov 
-
-pkgname=amule
-pkgver=10990
-pkgrel=7
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=(x86_64)
-url="http://www.amule.org";
-license=(GPL)
-depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
-makedepends=(git ccache boost)
-source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles
-amule-cryptopp6.patch)
-sha256sums=('SKIP'
-'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
-'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
-'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
-'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d'
-'84d5e913bf05c1819275f4fd27028856aeb31157debbca89f9b54132efe69575')
-
-prepare() {
-  cd amule
-
-  patch -p1 -i ../amule-cryptopp6.patch # Fix build with crypto++ 6.0
-}
-
-build() {
-  cd amule
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp \
-  --with-boost
-  make
-}
-
-package() {
-  cd amule
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
-  install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
-  install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
-  install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
-
-}

Copied: amule/repos/community-x86_64/PKGBUILD (from rev 315696, 
amule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 07:12:55 UTC (rev 315697)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=10998
+pkgrel=1
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=(x86_64)
+url="http://www.amule.org";
+license=(GPL)
+depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
+makedepends=(git ccache boost)
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
+sha256sums=('SKIP'
+'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
+'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
+'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
+
+prepare() {
+  cd amule
+}
+
+build() {
+  cd amule
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemo

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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 09:07:31
  Author: felixonmars
Revision: 315699

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 09:07:03 UTC (rev 315698)
+++ PKGBUILD2018-04-11 09:07:31 UTC (rev 315699)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=2.9.1
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='https://tox.readthedocs.io'
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
- 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
-sha512sums=('ff19b2bb7ac963379f1cccd4973ad9eb4dabfbda976cde7caba50ad010d8fa57c1cba91d63e3e0512e44cc7d350bc9270fbd9b30db1bd55f7d9c239e7623d066')
-
-prepare() {
-  find tox-$pkgver -name "*.pyc" -delete
-
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tox-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points
-
-  (
-cd "$srcdir"/tox-$pkgver
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-
-  (
-cd "$srcdir"/tox-$pkgver-py2
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "$pkgdir"/usr/bin/tox3
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/tox{,2}
-  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 315698, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 09:07:31 UTC (rev 315699)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='https://tox.readthedocs.io'
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
+ 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
+  'python2-pytest-mock')
+source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
+sha512sums=('3bce42561a032b9d1bcc6086093ab79e2ba84ca55b4a6b646485ed3ec4a5b7349d8fc4e47758d2dd7998fc943824a99a251447e13b9ccc396b9d2d87f367f6cd')
+
+prepare() {
+  find tox-$pkgver -name "*.pyc" -delete
+
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tox-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points
+
+  (
+cd "$srcdir"/tox-$pkgver
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+
+  (
+cd "$srcdir"/tox-$pkgver-py2
+virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+. "$srcdir/pyvenv-py2/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+}
+
+package_python-tox() {
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
+
+  cd "$srcdir"/tox-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s tox "$pkgdir"/usr/bin/tox3
+}
+
+package_python2-tox() {
+  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/tox{,2}
+  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
+}


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

2018-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 11, 2018 @ 09:08:52
  Author: svenstaro
Revision: 315700

upgpkg: python-requests-credssp 1.0.0-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:07:31 UTC (rev 315699)
+++ PKGBUILD2018-04-11 09:08:52 UTC (rev 315700)
@@ -4,7 +4,7 @@
 pkgbase=('python-requests-credssp')
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
-pkgver=0.1.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp";
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz";)
-sha512sums=('a3fb18924101a6fe3bbfb6e95a9abdd58eaceb8d91ce62639782ff17cdee96143c02d5cc6d77d6655f199a75dc55b0bb8eee6daa7a496dc705f5badc1b7d6580')
+sha512sums=('2918785f2225a32e1777cc81e7ad2d069151e0507766ba0db8ca9e92f67fe4e586f808adb7e0378d1d623e3b3298d1d34b20ef5d7e785bd05a44347bac4c548f')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2018-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 11, 2018 @ 09:09:01
  Author: mtorromeo
Revision: 315701

upgpkg: libmodsecurity 1:3.0.2-1

Modified:
  libmodsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:08:52 UTC (rev 315700)
+++ PKGBUILD2018-04-11 09:09:01 UTC (rev 315701)
@@ -2,8 +2,9 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libmodsecurity
-pkgver=20170611
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
+epoch=1
 _commit=20134ef242f374fd37f3224ea98cecded9abd2e2
 
 pkgdesc='ModSecurity v3 library component'


[arch-commits] Commit in python-requests-credssp/repos/community-any (2 files)

2018-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 11, 2018 @ 09:09:07
  Author: svenstaro
Revision: 315702

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/PKGBUILD
(from rev 315701, python-requests-credssp/trunk/PKGBUILD)
Deleted:
  python-requests-credssp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 09:09:01 UTC (rev 315701)
+++ PKGBUILD2018-04-11 09:09:07 UTC (rev 315702)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgbase=('python-requests-credssp')
-pkgname=('python-requests-credssp' 'python2-requests-credssp')
-_module='requests-credssp'
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="HTTPS CredSSP authentication with the requests library"
-url="https://github.com/jborean93/requests-credssp";
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('ISC')
-arch=('any')
-source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz";)
-sha512sums=('a3fb18924101a6fe3bbfb6e95a9abdd58eaceb8d91ce62639782ff17cdee96143c02d5cc6d77d6655f199a75dc55b0bb8eee6daa7a496dc705f5badc1b7d6580')
-
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-requests-credssp() {
-depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-requests-credssp() {
-depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 315701, 
python-requests-credssp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 09:09:07 UTC (rev 315702)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-requests-credssp')
+pkgname=('python-requests-credssp' 'python2-requests-credssp')
+_module='requests-credssp'
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp";
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz";)
+sha512sums=('2918785f2225a32e1777cc81e7ad2d069151e0507766ba0db8ca9e92f67fe4e586f808adb7e0378d1d623e3b3298d1d34b20ef5d7e785bd05a44347bac4c548f')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-credssp() {
+depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-credssp() {
+depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 09:12:11
  Author: arojas
Revision: 321524

Tarball silently updated as usual (FS#58190)

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 08:08:36 UTC (rev 321523)
+++ PKGBUILD2018-04-11 09:12:11 UTC (rev 321524)
@@ -3,7 +3,7 @@
 
 pkgname=krita
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org";
@@ -15,7 +15,7 @@
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('e187b91c97c80e0ae7c10085611ea19143ad4f4bb0013f223f604060f218010a'
+sha256sums=('ec0ae3afd6670a6f2102614d36a6b24a4968d7e9d13e8f1de90d1065f7f2a54c'
 'SKIP')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 09:07:03
  Author: felixonmars
Revision: 315698

upgpkg: python-tox 3.0.0-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 07:12:55 UTC (rev 315697)
+++ PKGBUILD2018-04-11 09:07:03 UTC (rev 315698)
@@ -6,7 +6,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=2.9.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -14,9 +14,10 @@
 license=('GPL2')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
  'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
+  'python2-pytest-mock')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
-sha512sums=('ff19b2bb7ac963379f1cccd4973ad9eb4dabfbda976cde7caba50ad010d8fa57c1cba91d63e3e0512e44cc7d350bc9270fbd9b30db1bd55f7d9c239e7623d066')
+sha512sums=('3bce42561a032b9d1bcc6086093ab79e2ba84ca55b4a6b646485ed3ec4a5b7349d8fc4e47758d2dd7998fc943824a99a251447e13b9ccc396b9d2d87f367f6cd')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 09:12:40
  Author: arojas
Revision: 321525

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 321524, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 09:12:11 UTC (rev 321524)
+++ PKGBUILD2018-04-11 09:12:40 UTC (rev 321525)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib 
qt5-declarative hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio python-pyqt5)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('e187b91c97c80e0ae7c10085611ea19143ad4f4bb0013f223f604060f218010a'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 321524, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 09:12:40 UTC (rev 321525)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib 
qt5-declarative hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio python-pyqt5)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('ec0ae3afd6670a6f2102614d36a6b24a4968d7e9d13e8f1de90d1065f7f2a54c'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 09:30:20
  Author: felixonmars
Revision: 315704

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 09:29:57 UTC (rev 315703)
+++ PKGBUILD2018-04-11 09:30:20 UTC (rev 315704)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-munch
-pkgname=(python-munch python2-munch)
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A dot-accessible dictionary (a la JavaScript objects)"
-url="https://github.com/Infinidat/munch";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-yaml' 'python2-yaml')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Infinidat/munch/archive/$pkgver.tar.gz";)
-sha512sums=('992c7a004d419a972338c1e0b7d1a0f128d4e7624b586427c26712aceb8e0c5ae111f23d07a61fe15d4d3e37acb5b6beec76eead010da574a51425ecdee859cf')
-
-prepare() {
-  cp -a munch-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/munch-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/munch-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/munch-$pkgver
-  pytest
-
-  cd "$srcdir"/munch-$pkgver-py2
-  pytest2
-}
-
-package_python-munch() {
-  depends=('python-six')
-
-  cd munch-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-munch() {
-  depends=('python2-six')
-
-  cd munch-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-munch/repos/community-any/PKGBUILD (from rev 315703, 
python-munch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 09:30:20 UTC (rev 315704)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-munch
+pkgname=(python-munch python2-munch)
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A dot-accessible dictionary (a la JavaScript objects)"
+url="https://github.com/Infinidat/munch";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-yaml' 'python2-yaml')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Infinidat/munch/archive/$pkgver.tar.gz";)
+sha512sums=('bf44fdd965af0b2110f617a40532cc8deaa7201df420eabb8307c94210fc4b58291b929c3b2a76318abcb00ad7bfc034ba9a1fa8a8bff33bb45db821b47951d8')
+
+prepare() {
+  cp -a munch-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/munch-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/munch-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/munch-$pkgver
+  pytest
+
+  cd "$srcdir"/munch-$pkgver-py2
+  pytest2
+}
+
+package_python-munch() {
+  depends=('python-six')
+
+  cd munch-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-munch() {
+  depends=('python2-six')
+
+  cd munch-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 09:29:57
  Author: felixonmars
Revision: 315703

upgpkg: python-munch 2.3.1-1

Modified:
  python-munch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:09:07 UTC (rev 315702)
+++ PKGBUILD2018-04-11 09:29:57 UTC (rev 315703)
@@ -3,7 +3,7 @@
 
 pkgbase=python-munch
 pkgname=(python-munch python2-munch)
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="A dot-accessible dictionary (a la JavaScript objects)"
 url="https://github.com/Infinidat/munch";
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-yaml' 'python2-yaml')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Infinidat/munch/archive/$pkgver.tar.gz";)
-sha512sums=('992c7a004d419a972338c1e0b7d1a0f128d4e7624b586427c26712aceb8e0c5ae111f23d07a61fe15d4d3e37acb5b6beec76eead010da574a51425ecdee859cf')
+sha512sums=('bf44fdd965af0b2110f617a40532cc8deaa7201df420eabb8307c94210fc4b58291b929c3b2a76318abcb00ad7bfc034ba9a1fa8a8bff33bb45db821b47951d8')
 
 prepare() {
   cp -a munch-$pkgver{,-py2}


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 09:40:50
  Author: felixonmars
Revision: 315705

upgpkg: deepin-image-viewer 1.2.19-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:30:20 UTC (rev 315704)
+++ PKGBUILD2018-04-11 09:40:50 UTC (rev 315705)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=1.2.18
+pkgver=1.2.19
 pkgrel=1
 pkgdesc='Deepin Image Viewer'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz";)
-sha512sums=('4b82184f8884ea2d5324eee96b142b230452581c8953f16216e52c40b09fcfb7455ec0cb78fe98584bd1dbe5a2bd07ae24b5dda83f7a410cbfd4c837e775e3db')
+sha512sums=('27e8dbe8ea59a102aab87d2b16327a6088601283386033f8971e76cbb16fec393d2f48a9c6f46ce8a3ab0862c962a4aca28358ee3795f4cdc92dc0c79a824dd9')
 
 build() {
   cd deepin-image-viewer-$pkgver


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 09:41:12
  Author: felixonmars
Revision: 315706

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 315705, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 09:40:50 UTC (rev 315705)
+++ PKGBUILD2018-04-11 09:41:12 UTC (rev 315706)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.2.18
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer";
-license=('GPL3')
-depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
- 'deepin-manual')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz";)
-sha512sums=('4b82184f8884ea2d5324eee96b142b230452581c8953f16216e52c40b09fcfb7455ec0cb78fe98584bd1dbe5a2bd07ae24b5dda83f7a410cbfd4c837e775e3db')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 315705, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 09:41:12 UTC (rev 315706)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.2.19
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer";
+license=('GPL3')
+depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
+ 'deepin-manual')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz";)
+sha512sums=('27e8dbe8ea59a102aab87d2b16327a6088601283386033f8971e76cbb16fec393d2f48a9c6f46ce8a3ab0862c962a4aca28358ee3795f4cdc92dc0c79a824dd9')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 11, 2018 @ 09:51:15
  Author: mtorromeo
Revision: 315707

Moved ssdeep from AUR as a dependency for libmodsecurity

Added:
  ssdeep/
  ssdeep/trunk/
  ssdeep/trunk/PKGBUILD

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

Added: ssdeep/trunk/PKGBUILD
===
--- ssdeep/trunk/PKGBUILD   (rev 0)
+++ ssdeep/trunk/PKGBUILD   2018-04-11 09:51:15 UTC (rev 315707)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: linuxSEAT <--put_my_name_her...@gmail.com>
+# Contributor: Anton Bazhenov 
+# Contributor: froggie 
+# Contributor: ryooichi 
+
+pkgname=ssdeep
+pkgver=2.14.1
+pkgrel=1
+pkgdesc="A program for computing context triggered piecewise hashes"
+arch=('x86_64')
+url="https://ssdeep-project.github.io/ssdeep/";
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=(https://github.com/ssdeep-project/ssdeep/releases/download/release-$pkgver/ssdeep-$pkgver.tar.gz)
+sha256sums=('ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 11, 2018 @ 09:52:02
  Author: mtorromeo
Revision: 315709

archrelease: copy trunk to community-x86_64

Added:
  ssdeep/repos/
  ssdeep/repos/community-x86_64/
  ssdeep/repos/community-x86_64/PKGBUILD
(from rev 315708, ssdeep/trunk/PKGBUILD)

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

Copied: ssdeep/repos/community-x86_64/PKGBUILD (from rev 315708, 
ssdeep/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-11 09:52:02 UTC (rev 315709)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: linuxSEAT <--put_my_name_her...@gmail.com>
+# Contributor: Anton Bazhenov 
+# Contributor: froggie 
+# Contributor: ryooichi 
+
+pkgname=ssdeep
+pkgver=2.14.1
+pkgrel=1
+pkgdesc="A program for computing context triggered piecewise hashes"
+arch=('x86_64')
+url="https://ssdeep-project.github.io/ssdeep/";
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=(https://github.com/ssdeep-project/ssdeep/releases/download/release-$pkgver/ssdeep-$pkgver.tar.gz)
+sha256sums=('ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 11, 2018 @ 09:51:48
  Author: mtorromeo
Revision: 315708

upgpkg: ssdeep 2.14.1-1

Modified:
  ssdeep/trunk/PKGBUILD (properties)

Index: ssdeep/trunk/PKGBUILD
===
--- ssdeep/trunk/PKGBUILD   2018-04-11 09:51:15 UTC (rev 315707)
+++ ssdeep/trunk/PKGBUILD   2018-04-11 09:51:48 UTC (rev 315708)

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


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

2018-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 11, 2018 @ 09:52:31
  Author: mtorromeo
Revision: 315710

upgpkg: libmodsecurity 1:3.0.2-1

Modified:
  libmodsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:52:02 UTC (rev 315709)
+++ PKGBUILD2018-04-11 09:52:31 UTC (rev 315710)
@@ -5,30 +5,28 @@
 pkgver=3.0.2
 pkgrel=1
 epoch=1
-_commit=20134ef242f374fd37f3224ea98cecded9abd2e2
 
 pkgdesc='ModSecurity v3 library component'
 arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip')
-makedepends=('git')
+depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 'lua')
+makedepends=('doxygen')
 url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
 license=('APACHE')
-source=("git+https://github.com/SpiderLabs/ModSecurity.git#commit=$_commit";)
-sha256sums=('SKIP')
+source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
+sha256sums=('e9d7f4f33ddfc3335073f8c5efa7b6d83bd532535b6b836a300c60fc843d780b'
+'SKIP')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa 
 
-prepare() {
-   cd "$srcdir"/ModSecurity
-   git submodule update --init
-}
-
 build() {
-   cd "$srcdir"/ModSecurity
+   cd "$srcdir"/modsecurity-v$pkgver
./build.sh
-   ./configure --prefix=/usr
+   ./configure \
+   --prefix=/usr \
+   --disable-examples
make
 }
 
 package() {
-   cd "$srcdir"/ModSecurity
+   cd "$srcdir"/modsecurity-v$pkgver
make DESTDIR="$pkgdir" install
 }


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

2018-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 11, 2018 @ 09:52:38
  Author: mtorromeo
Revision: 315711

archrelease: copy trunk to community-x86_64

Added:
  libmodsecurity/repos/community-x86_64/PKGBUILD
(from rev 315710, libmodsecurity/trunk/PKGBUILD)
Deleted:
  libmodsecurity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 09:52:31 UTC (rev 315710)
+++ PKGBUILD2018-04-11 09:52:38 UTC (rev 315711)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libmodsecurity
-pkgver=20170611
-pkgrel=3
-_commit=20134ef242f374fd37f3224ea98cecded9abd2e2
-
-pkgdesc='ModSecurity v3 library component'
-arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip')
-makedepends=('git')
-url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
-license=('APACHE')
-source=("git+https://github.com/SpiderLabs/ModSecurity.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-prepare() {
-   cd "$srcdir"/ModSecurity
-   git submodule update --init
-}
-
-build() {
-   cd "$srcdir"/ModSecurity
-   ./build.sh
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir"/ModSecurity
-   make DESTDIR="$pkgdir" install
-}

Copied: libmodsecurity/repos/community-x86_64/PKGBUILD (from rev 315710, 
libmodsecurity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 09:52:38 UTC (rev 315711)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libmodsecurity
+pkgver=3.0.2
+pkgrel=1
+epoch=1
+
+pkgdesc='ModSecurity v3 library component'
+arch=('x86_64')
+depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 'lua')
+makedepends=('doxygen')
+url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
+license=('APACHE')
+source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
+sha256sums=('e9d7f4f33ddfc3335073f8c5efa7b6d83bd532535b6b836a300c60fc843d780b'
+'SKIP')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa 
+
+build() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   ./build.sh
+   ./configure \
+   --prefix=/usr \
+   --disable-examples
+   make
+}
+
+package() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   make DESTDIR="$pkgdir" install
+}


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

2018-04-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 11, 2018 @ 10:04:24
  Author: spupykin
Revision: 315712

upgpkg: remmina 1:1.2.0rcgit.29-1

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:52:38 UTC (rev 315711)
+++ PKGBUILD2018-04-11 10:04:24 UTC (rev 315712)
@@ -3,8 +3,8 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.2.0rcgit.27
-pkgrel=2
+pkgver=1.2.0rcgit.29
+pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(x86_64)
 url="http://www.remmina.org/";
@@ -26,12 +26,12 @@
 provides=('remmina-plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz";
 
"https://github.com/FreeRDP/Remmina/commit/5d00c7920a4b8c7d781160b7188747b422f130a3.patch";)
-sha256sums=('5f96fc2b1013a12acada30991ec7f46b53b731e71f735e662d830d9083db9826'
+sha256sums=('24fdcc8b69f8563c464b6ac77dd6bf93a1c963d90f8a114e1a3abad9af2b8682'
 '7df065f2243911c2f47e1bf91498c9494d19f1d3f154b3402b99d2572383126f')
 
 prepare() {
   cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  patch -p1 < "$srcdir"/5d00c7920a4b8c7d781160b7188747b422f130a3.patch
+#  patch -p1 < "$srcdir"/5d00c7920a4b8c7d781160b7188747b422f130a3.patch
 }
 
 build() {


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

2018-04-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 11, 2018 @ 10:04:39
  Author: spupykin
Revision: 315713

archrelease: copy trunk to community-x86_64

Added:
  remmina/repos/community-x86_64/PKGBUILD
(from rev 315712, remmina/trunk/PKGBUILD)
  remmina/repos/community-x86_64/fix-freerdp-name.patch
(from rev 315712, remmina/trunk/fix-freerdp-name.patch)
Deleted:
  remmina/repos/community-x86_64/PKGBUILD
  remmina/repos/community-x86_64/fix-freerdp-name.patch

+
 PKGBUILD   |   98 +++
 fix-freerdp-name.patch |   40 +--
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 10:04:24 UTC (rev 315712)
+++ PKGBUILD2018-04-11 10:04:39 UTC (rev 315713)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.2.0rcgit.27
-pkgrel=2
-pkgdesc="remote desktop client written in GTK+"
-arch=(x86_64)
-url="http://www.remmina.org/";
-license=('GPL')
-depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'avahi' 'vte3'
-'libgcrypt' 'libxdmcp' 'libsecret' 'webkit2gtk')
-makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
- 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib'
- 'libvncserver' 'spice-protocol' 'spice-gtk3')
-optdepends=('libxkbfile'
-'freerdp'
-'telepathy-glib'
-'gnome-keyring'
-'nxproxy'
-'spice-gtk3'
-'xorg-server-xephyr: XDMCP support'
-'libvncserver: VNC client/server support')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz";
-
"https://github.com/FreeRDP/Remmina/commit/5d00c7920a4b8c7d781160b7188747b422f130a3.patch";)
-sha256sums=('5f96fc2b1013a12acada30991ec7f46b53b731e71f735e662d830d9083db9826'
-'7df065f2243911c2f47e1bf91498c9494d19f1d3f154b3402b99d2572383126f')
-
-prepare() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  patch -p1 < "$srcdir"/5d00c7920a4b8c7d781160b7188747b422f130a3.patch
-}
-
-build() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=OFF .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 315712, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 10:04:39 UTC (rev 315713)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.2.0rcgit.29
+pkgrel=1
+pkgdesc="remote desktop client written in GTK+"
+arch=(x86_64)
+url="http://www.remmina.org/";
+license=('GPL')
+depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'avahi' 'vte3'
+'libgcrypt' 'libxdmcp' 'libsecret' 'webkit2gtk')
+makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
+ 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib'
+ 'libvncserver' 'spice-protocol' 'spice-gtk3')
+optdepends=('libxkbfile'
+'freerdp'
+'telepathy-glib'
+'gnome-keyring'
+'nxproxy'
+'spice-gtk3'
+'xorg-server-xephyr: XDMCP support'
+'libvncserver: VNC client/server support')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz";
+
"https://github.com/FreeRDP/Remmina/commit/5d00c7920a4b8c7d781160b7188747b422f130a3.patch";)
+sha256sums=('24fdcc8b69f8563c464b6ac77dd6bf93a1c963d90f8a114e1a3abad9af2b8682'
+'7df065f2243911c2f47e1bf91498c9494d19f1d3f154b3402b99d2572383126f')
+
+prepare() {
+  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
+#  patch -p1 < "$srcdir"/5d00c7920a4b8c7d781160b7188747b422f130a3.patch
+}
+
+build() {
+  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=OFF .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-freerdp-name.patch
===
--- fix-freerdp-name.patch  2018-04-11 10:04:24 UTC (rev 315712)
+++ fix-freerdp-name.patch  2018-04-11 10:04:39 UTC (rev 315713)
@@ -1,20 +0,0 @@
-diff -wbBur Remmina-1.2.0-rcgit.17/cmake/FindFREERDP.cmake 
Remmina-1.2.0-rcgit.17.my/cmake/FindFREERDP.cmake
 Remmina-1.2.0-rcgit.17/cmake/FindFREERDP.cmake 2016-12-22 
11:59:08.0 +0300
-+++ Remmina-1.2.0-rcgit.17.my/cmake/FindFREERDP.cmake  2017-02-01 
18:28:39.771764112 +0300
-@@ -30,13 +30,13 @@
- find_path(WINPR_INCLUDE_DIR NAMES winpr/winpr.h
-   

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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:12:46
  Author: arojas
Revision: 321526

Update to 2.4.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:12:40 UTC (rev 321525)
+++ PKGBUILD2018-04-11 10:12:46 UTC (rev 321526)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqalculate
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(intltool)
 optdepends=('gnuplot: for plotting support')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('29335b91b5215dcc384396343b03b2bb99cf4e827b7084f84ac32e6a09661796')
+sha256sums=('8a0a7176c9d9cf3fcf0c9fcd3d4d4f70c9c09248b41017b0a77e4fb932e6ff5c')
 
 build() {
   cd $pkgname-$pkgver


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:13:18
  Author: arojas
Revision: 321527

archrelease: copy trunk to staging-x86_64

Added:
  libqalculate/repos/staging-x86_64/
  libqalculate/repos/staging-x86_64/PKGBUILD
(from rev 321526, libqalculate/trunk/PKGBUILD)

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 321526, 
libqalculate/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:13:18 UTC (rev 321527)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="http://qalculate.github.io/";
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('8a0a7176c9d9cf3fcf0c9fcd3d4d4f70c9c09248b41017b0a77e4fb932e6ff5c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:15:43
  Author: arojas
Revision: 321528

Update to 2.4.0

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:13:18 UTC (rev 321527)
+++ PKGBUILD2018-04-11 10:15:43 UTC (rev 321528)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="GNOME frontend for libqalculate"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('yelp: for displaying the help')
 options=('!makeflags')
 
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('f3e7e52c7865087207e684ed0b8fcdb81e89f15a')
+sha1sums=('fe919e5e2b13e86f8a7308f339203a1f8deafaf9')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:16:09
  Author: arojas
Revision: 321529

archrelease: copy trunk to staging-x86_64

Added:
  qalculate-gtk/repos/staging-x86_64/
  qalculate-gtk/repos/staging-x86_64/PKGBUILD
(from rev 321528, qalculate-gtk/trunk/PKGBUILD)

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

Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 321528, 
qalculate-gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:16:09 UTC (rev 321529)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="GNOME frontend for libqalculate"
+arch=('x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('fe919e5e2b13e86f8a7308f339203a1f8deafaf9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:23:19
  Author: arojas
Revision: 321530

libqalculate 2.4.0 rebuild

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:16:09 UTC (rev 321529)
+++ PKGBUILD2018-04-11 10:23:19 UTC (rev 321530)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=(plasma-workspace kuiserver plasma-wayland-session)
 pkgver=5.12.4
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


[arch-commits] Commit in jedit/repos/community-any (8 files)

2018-04-11 Thread Alexander Rødseth via arch-commits
Date: Wednesday, April 11, 2018 @ 10:25:11
  Author: arodseth
Revision: 315715

archrelease: copy trunk to community-any

Added:
  jedit/repos/community-any/PKGBUILD
(from rev 315714, jedit/trunk/PKGBUILD)
  jedit/repos/community-any/jedit.props
(from rev 315714, jedit/trunk/jedit.props)
  jedit/repos/community-any/jedit.sh
(from rev 315714, jedit/trunk/jedit.sh)
  jedit/repos/community-any/jeditbg.sh
(from rev 315714, jedit/trunk/jeditbg.sh)
Deleted:
  jedit/repos/community-any/PKGBUILD
  jedit/repos/community-any/jedit.props
  jedit/repos/community-any/jedit.sh
  jedit/repos/community-any/jeditbg.sh

-+
 PKGBUILD|   97 ++--
 jedit.props |  126 +-
 jedit.sh|   36 
 jeditbg.sh  |6 +-
 4 files changed, 133 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 10:24:57 UTC (rev 315714)
+++ PKGBUILD2018-04-11 10:25:11 UTC (rev 315715)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-# Contributor: Dusty Phillips 
-
-pkgname=jedit
-pkgver=5.4.0
-pkgrel=5
-pkgdesc='Editor for programmers'
-arch=('any')
-url='http://jedit.org/'
-license=('GPL')
-depends=('java-runtime>=8')
-makedepends=('gendesk')
-optdepends=('java-environment: for java development'
-'noto-fonts: usable font')
-options=('!emptydirs')
-source=("https://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-$pkgver-noarch-1sao.tgz";
-'jedit.sh' 'jeditbg.sh' 'jedit.props')
-sha256sums=('aed280800bc0d308b824087c1c71857bc4f3cc3011f20d09409298d173b37f6a'
-'91d9b4b0c4855c9624ceea8c6b40c90b53fb15a020b6d954f4bb6b4b934e0348'
-'5cf267b6ee1f908ee7e9a830dc98f03a3a4a53db2822fce6a2cb5ed02d444c69'
-'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347')
-
-prepare() {
-  gendesk -f -n \
---pkgname "$pkgname" \
---pkgdesc "$pkgdesc" \
---exec 'jeditbg %U' \
---name jEdit \
---genericname Editor
-}
-
-package() {
-  install -d "$pkgdir/usr/share/"{doc,java}
-  cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"
-  install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
-  install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
-  install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props"
-  install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \
-"$pkgdir/usr/share/pixmaps/jedit.png"
-  install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
-}
-
-# vim:ts=2 sw=2 et:

Copied: jedit/repos/community-any/PKGBUILD (from rev 315714, 
jedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 10:25:11 UTC (rev 315715)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+# Contributor: Dusty Phillips 
+
+pkgname=jedit
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Editor for programmers'
+arch=('any')
+url='http://jedit.org/'
+license=('GPL')
+depends=('java-runtime>=8')
+makedepends=('gendesk')
+optdepends=('java-environment: for java development'
+'noto-fonts: a usable font')
+options=('!emptydirs')
+source=("https://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-$pkgver-noarch-1sao.tgz";
+'jedit.sh' 'jeditbg.sh' 'jedit.props')
+sha256sums=('f8f44a14944fbf92ea36274a3de7ecf3f50d22d7f74bd53f3aebe44beff9be38'
+'91d9b4b0c4855c9624ceea8c6b40c90b53fb15a020b6d954f4bb6b4b934e0348'
+'5cf267b6ee1f908ee7e9a830dc98f03a3a4a53db2822fce6a2cb5ed02d444c69'
+'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347')
+
+prepare() {
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc "$pkgdesc" \
+--exec 'jeditbg %U' \
+--name jEdit \
+--genericname Editor
+}
+
+package() {
+  install -d "$pkgdir/usr/share/"{doc,java}
+  cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
+  cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"
+  install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
+  install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
+  install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props"
+  install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \
+"$pkgdir/usr/share/pixmaps/jedit.png"
+  install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
+}
+
+# getver: jedit.org/index.php?page=download
+# vim: ts=2 sw=2 et:

Deleted: jedit.props
===
--- jedit.props 2018-04-11 10:24:57 UTC (rev 315714)
+++ jedit.pr

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

2018-04-11 Thread Alexander Rødseth via arch-commits
Date: Wednesday, April 11, 2018 @ 10:24:57
  Author: arodseth
Revision: 315714

upgpkg: jedit 5.5.0-1

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:04:39 UTC (rev 315713)
+++ PKGBUILD2018-04-11 10:24:57 UTC (rev 315714)
@@ -6,8 +6,8 @@
 # Contributor: Dusty Phillips 
 
 pkgname=jedit
-pkgver=5.4.0
-pkgrel=5
+pkgver=5.5.0
+pkgrel=1
 pkgdesc='Editor for programmers'
 arch=('any')
 url='http://jedit.org/'
@@ -15,11 +15,11 @@
 depends=('java-runtime>=8')
 makedepends=('gendesk')
 optdepends=('java-environment: for java development'
-'noto-fonts: usable font')
+'noto-fonts: a usable font')
 options=('!emptydirs')
 
source=("https://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-$pkgver-noarch-1sao.tgz";
 'jedit.sh' 'jeditbg.sh' 'jedit.props')
-sha256sums=('aed280800bc0d308b824087c1c71857bc4f3cc3011f20d09409298d173b37f6a'
+sha256sums=('f8f44a14944fbf92ea36274a3de7ecf3f50d22d7f74bd53f3aebe44beff9be38'
 '91d9b4b0c4855c9624ceea8c6b40c90b53fb15a020b6d954f4bb6b4b934e0348'
 '5cf267b6ee1f908ee7e9a830dc98f03a3a4a53db2822fce6a2cb5ed02d444c69'
 'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347')
@@ -45,4 +45,5 @@
   install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
 }
 
-# vim:ts=2 sw=2 et:
+# getver: jedit.org/index.php?page=download
+# vim: ts=2 sw=2 et:


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:25:42
  Author: arojas
Revision: 321531

archrelease: copy trunk to staging-x86_64

Added:
  plasma-workspace/repos/staging-x86_64/
  plasma-workspace/repos/staging-x86_64/PKGBUILD
(from rev 321530, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/staging-x86_64/kde.pam
(from rev 321530, plasma-workspace/trunk/kde.pam)

--+
 PKGBUILD |   90 +
 kde.pam  |9 ++
 2 files changed, 99 insertions(+)

Copied: plasma-workspace/repos/staging-x86_64/PKGBUILD (from rev 321530, 
plasma-workspace/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:25:42 UTC (rev 321531)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace kuiserver plasma-wayland-session)
+pkgver=5.12.4
+pkgrel=3
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kjsembed knotifyconfig libksysguard ktexteditor libqalculate 
qt5-tools kde-cli-tools bc
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
+ plasma-integration kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam
+
plasma-workspace-bbc-weather.patch::"https://cgit.kde.org/plasma-workspace.git/patch/?id=558a29ef";)
+sha256sums=('07d63fc73293d0c1244d67f018e8986a79a7c570b0d5fa92d11a3b20a189c202'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+'fce1d27ad9a4ccf1e2acada7da21b190ce0136c2a6abd5e81aa666d22ce07f83')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../plasma-workspace-bbc-weather.patch # Fix BBC weather provider
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  depends+=(kuiserver)
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+  'kdepim-addons: displaying PIM events in the calendar'
+  'appmenu-qt4: global menu support for Qt4 applications'
+  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
+  'baloo: Baloo search runner'
+  'appstream-qt: package search runner')
+  provides=(notification-daemon)
+  backup=('etc/pam.d/kde')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+  # Remove conflicts with kuiserver
+  rm "$pkgdir"/usr/bin/kuiserver5
+  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
+  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
+  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
+  rm "$pkgdir"/etc/xdg/kuiserver.categories
+
+  # Split plasma-wayland scripts
+  rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_kuiserver() {
+  pkgdesc='KDE Progress Info UI server'
+  depends=(kxmlgui)
+
+  cd build/kuiserver
+  make DESTDIR="$pkgdir" install
+}
+
+package_plasma-wayland-session() {
+  pkgdesc='Plasma Wayland session'
+  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
+  groups=()
+
+  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}

Copied: plasma-workspace/repos/staging-x86_64/kde.pam (from rev 321530, 
plasma-workspace/trunk/kde.pam)
===
--- staging-x86_64/kde.pam  (rev 0)
+++ staging-x86_64/kde.pam  2018-04-11 10:25:42 UTC (rev 321531)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+authinclude system-login
+
+account include system-login
+
+passwordinclude system-login
+
+session include system-login


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:27:39
  Author: arojas
Revision: 321532

libqalculate 2.4.0 rebuild

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:25:42 UTC (rev 321531)
+++ PKGBUILD2018-04-11 10:27:39 UTC (rev 321532)
@@ -5,7 +5,7 @@
 
 pkgname=cantor
 pkgver=17.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/";
 arch=(x86_64)


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:28:07
  Author: arojas
Revision: 321533

archrelease: copy trunk to staging-x86_64

Added:
  cantor/repos/staging-x86_64/
  cantor/repos/staging-x86_64/PKGBUILD
(from rev 321532, cantor/trunk/PKGBUILD)
  cantor/repos/staging-x86_64/cantor-julia-0.6.patch
(from rev 321532, cantor/trunk/cantor-julia-0.6.patch)

+
 PKGBUILD   |   53 +++
 cantor-julia-0.6.patch |   14 
 2 files changed, 67 insertions(+)

Copied: cantor/repos/staging-x86_64/PKGBUILD (from rev 321532, 
cantor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:28:07 UTC (rev 321533)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=17.12.3
+pkgrel=3
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 cantor-julia-0.6.patch)
+sha256sums=('5c0cd0e73bea75c234c011baa850ba208739dd40bc29f12209baec4d4a5d5022'
+'SKIP'
+'0d57a2edd7eb2c156ff0dee6c67b6e5679d68f55f2426e77c92f25c2ec3b1f61')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# fix build with julia 0.6
+  patch -p1 -i ../cantor-julia-0.6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantor/repos/staging-x86_64/cantor-julia-0.6.patch (from rev 321532, 
cantor/trunk/cantor-julia-0.6.patch)
===
--- staging-x86_64/cantor-julia-0.6.patch   (rev 0)
+++ staging-x86_64/cantor-julia-0.6.patch   2018-04-11 10:28:07 UTC (rev 
321533)
@@ -0,0 +1,14 @@
+diff --git a/src/backends/julia/juliaserver/juliaserver.cpp 
b/src/backends/julia/juliaserver/juliaserver.cpp
+index dc8a48e5..91c2c338 100644
+--- a/src/backends/julia/juliaserver/juliaserver.cpp
 b/src/backends/julia/juliaserver/juliaserver.cpp
+@@ -40,7 +40,7 @@ JuliaServer::~JuliaServer()
+ void JuliaServer::login(const QString &path) const
+ {
+ QString dir_path = QFileInfo(path).dir().absolutePath();
+-jl_init(dir_path.toLatin1().constData());
++jl_init_with_image(dir_path.toLatin1().constData(), NULL);
+ }
+ 
+ void JuliaServer::runJuliaCommand(const QString &command)
+


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:33:41
  Author: arojas
Revision: 321534

libqalculate 2.4.0 rebuild

Modified:
  step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:28:07 UTC (rev 321533)
+++ PKGBUILD2018-04-11 10:33:41 UTC (rev 321534)
@@ -5,7 +5,7 @@
 
 pkgname=step
 pkgver=17.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Interactive Physical Simulator"
 url="https://kde.org/applications/education/step/";
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
 depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
+makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools qt5-declarative)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('db10e9dda878fc307dba675bbadf83e49ac5632b5274646f1743a3f097023998'
 'SKIP')


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:33:59
  Author: arojas
Revision: 321535

archrelease: copy trunk to staging-x86_64

Added:
  step/repos/staging-x86_64/
  step/repos/staging-x86_64/PKGBUILD
(from rev 321534, step/trunk/PKGBUILD)

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

Copied: step/repos/staging-x86_64/PKGBUILD (from rev 321534, 
step/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:33:59 UTC (rev 321535)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=17.12.3
+pkgrel=3
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools qt5-declarative)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('db10e9dda878fc307dba675bbadf83e49ac5632b5274646f1743a3f097023998'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 10:37:35
  Author: bpiotrowski
Revision: 321537

archrelease: copy trunk to staging-x86_64

Added:
  binutils/repos/staging-x86_64/
  
binutils/repos/staging-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
(from rev 321536, 
binutils/trunk/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch)
  
binutils/repos/staging-x86_64/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
(from rev 321536, 
binutils/trunk/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
  binutils/repos/staging-x86_64/PKGBUILD
(from rev 321536, binutils/trunk/PKGBUILD)
Deleted:
  binutils/repos/testing-x86_64/

-+
 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   |   29 ++
 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch |  145 
++
 PKGBUILD|   89 ++
 3 files changed, 263 insertions(+)

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

Copied: 
binutils/repos/staging-x86_64/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
 (from rev 321536, 
binutils/trunk/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
===
--- 
staging-x86_64/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch  
(rev 0)
+++ 
staging-x86_64/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch  
2018-04-11 10:37:35 UTC (rev 321537)
@@ -0,0 +1,145 @@
+From 3b56a1358768563d9cf320559ebdedfb30f122dd Mon Sep 17 00:00:00 2001
+From: Alan Modra 
+Date: Mon, 12 Feb 2018 13:06:07 +1030
+Subject: [PATCH] PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries
+
+lld lays out the relro segment differently to GNU ld, not bothering to
+include the first few bytes of .got.plt and padding out to a page at
+the end of the segment.  This patch teaches binutils to recognize the
+different (and somewhat inferior) layout as valid.
+
+bfd/
+   PR 22829
+   * elf.c (assign_file_positions_for_non_load_sections): Rewrite
+   PT_GNU_RELRO setup.
+ld/
+   * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
+
+(cherry picked from commit f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f)
+---
+ bfd/elf.c| 78 ++--
+ ld/testsuite/ld-x86-64/pr14207.d |  2 +-
+ 2 files changed, 52 insertions(+), 28 deletions(-)
+
+diff --git a/bfd/elf.c b/bfd/elf.c
+index bbaab26918..f5a230cd77 100644
+--- a/bfd/elf.c
 b/bfd/elf.c
+@@ -5826,50 +5826,74 @@ assign_file_positions_for_non_load_sections (bfd *abfd,
+ {
+   if (p->p_type == PT_GNU_RELRO)
+   {
+-const Elf_Internal_Phdr *lp;
+-struct elf_segment_map *lm;
++bfd_vma start, end;
+ 
+ if (link_info != NULL)
+   {
+ /* During linking the range of the RELRO segment is passed
+-   in link_info.  */
++   in link_info.  Note that there may be padding between
++   relro_start and the first RELRO section.  */
++start = link_info->relro_start;
++end = link_info->relro_end;
++  }
++else if (m->count != 0)
++  {
++if (!m->p_size_valid)
++  abort ();
++start = m->sections[0]->vma;
++end = start + m->p_size;
++  }
++else
++  {
++  

[arch-commits] Commit in gcc/repos (6 files)

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 10:37:30
  Author: bpiotrowski
Revision: 321536

archrelease: copy trunk to staging-x86_64

Added:
  gcc/repos/staging-x86_64/
  gcc/repos/staging-x86_64/PKGBUILD
(from rev 321535, gcc/trunk/PKGBUILD)
  gcc/repos/staging-x86_64/bz84080.patch
(from rev 321535, gcc/trunk/bz84080.patch)
  gcc/repos/staging-x86_64/c89
(from rev 321535, gcc/trunk/c89)
  gcc/repos/staging-x86_64/c99
(from rev 321535, gcc/trunk/c99)
Deleted:
  gcc/repos/testing-x86_64/

---+
 PKGBUILD  |  395 
 bz84080.patch |   27 +++
 c89   |   10 +
 c99   |   10 +
 4 files changed, 442 insertions(+)

Copied: gcc/repos/staging-x86_64/PKGBUILD (from rev 321535, gcc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:37:30 UTC (rev 321536)
@@ -0,0 +1,395 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go lib32-gcc-libs)
+pkgver=7.3.1+20180406
+_majorver=${pkgver:0:1}
+_islver=0.18
+pkgrel=1
+pkgdesc='The GNU Compiler Collection'
+arch=(x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org'
+makedepends=(binutils libmpc gcc-ada doxygen lib32-glibc lib32-gcc-libs python)
+checkdepends=(dejagnu inetutils)
+options=(!emptydirs)
+#source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+c89 c99
+bz84080.patch)
+validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrow...@archlinux.org
+  13975A70E63C361C73AE69EF6EEB81F8981C74C7) # 
richard.guent...@gmail.com
+sha256sums=('41675861b7fdb4ebfb5cbbe1bce456d4e4061ce4df95096075756eaae3263e00'
+'SKIP'
+'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
+'de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931'
+'2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a'
+'bce05807443558db55f0d6b4dae37a678ea1bb3388b541c876fe3d110e3717e7')
+
+_svnrev=259195
+_svnurl=svn://gcc.gnu.org/svn/gcc/branches/gcc-${_majorver}-branch
+_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
+
+snapshot() {
+  svn export -r${_svnrev} ${_svnurl} gcc-r${_svnrev}
+
+  local datestamp basever _pkgver
+  basever=$(< gcc-r${_svnrev}/gcc/BASE-VER)
+  datestamp=$(< gcc-r${_svnrev}/gcc/DATESTAMP)
+  _pkgver=${basever}-${datestamp}
+
+  mv gcc-r${_svnrev} gcc-${_pkgver}
+  tar cf - gcc-${_pkgver} | xz > gcc-${_pkgver}.tar.xz
+  rm -rf gcc-${_pkgver}
+  gpg -b gcc-${_pkgver}.tar.xz
+  scp gcc-${_pkgver}.tar.xz{,.sig} sources.archlinux.org:/srv/ftp/other/gcc/
+
+  echo
+  echo "pkgver=${_pkgver/-/+}"
+}
+
+prepare() {
+  [[ ! -d gcc ]] && ln -s gcc-${pkgver/+/-} gcc
+  cd gcc
+
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84080
+  patch -p0 -i "$srcdir/bz84080.patch"
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir -p "$srcdir/gcc-build"
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  "$srcdir/gcc/configure" --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared \
+  --enable-threads=posix \
+  --enable-libmpx \
+  --with-system-zlib \
+  --with-isl \
+  --enable-__cxa_atexit \
+  --disable-libunwind-exceptions \
+  --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --disable-libssp \
+  --enable-gnu-unique-object \
+  --enable-linker-build-id \
+  --enable-lto \
+  --enable-plugin \
+  --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  --enable-gnu-indirect-function \
+  --enable-multilib \
+  --disable-werror \
+  --enable-checking=release \
+  --enable-default-pie \
+  --enable-default-ssp
+
+  make
+
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd gcc-

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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 10:37:40
  Author: bpiotrowski
Revision: 321538

archrelease: copy trunk to staging-x86_64

Added:
  glibc/repos/staging-x86_64/
  glibc/repos/staging-x86_64/PKGBUILD
(from rev 321537, glibc/trunk/PKGBUILD)
  glibc/repos/staging-x86_64/bz20338.patch
(from rev 321537, glibc/trunk/bz20338.patch)
  glibc/repos/staging-x86_64/glibc.install
(from rev 321537, glibc/trunk/glibc.install)
  glibc/repos/staging-x86_64/lib32-glibc.conf
(from rev 321537, glibc/trunk/lib32-glibc.conf)
  glibc/repos/staging-x86_64/locale-gen
(from rev 321537, glibc/trunk/locale-gen)
  glibc/repos/staging-x86_64/locale.gen.txt
(from rev 321537, glibc/trunk/locale.gen.txt)
Deleted:
  glibc/repos/testing-x86_64/

--+
 PKGBUILD |  210 +
 bz20338.patch|  114 
 glibc.install|5 +
 lib32-glibc.conf |1 
 locale-gen   |   42 ++
 locale.gen.txt   |   23 +
 6 files changed, 395 insertions(+)

Copied: glibc/repos/staging-x86_64/PKGBUILD (from rev 321537, 
glibc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:37:40 UTC (rev 321538)
@@ -0,0 +1,210 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+pkgbase=glibc
+pkgname=(glibc lib32-glibc)
+pkgver=2.27
+pkgrel=2
+arch=(x86_64)
+url='http://www.gnu.org/software/libc'
+license=(GPL LGPL)
+makedepends=(git gd lib32-gcc-libs)
+options=(!strip staticlibs)
+_commit=23158b08a0908f381459f273a984c6fd328363cb
+#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
+source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
+locale.gen.txt
+locale-gen
+lib32-glibc.conf
+bz20338.patch)
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8) # Carlos O'Donell
+md5sums=('898cd5656519ffbc3a03fe811dd89e82'
+ 'SKIP'
+ '07ac979b6ab5eeb778d55f041529d623'
+ '476e9113489f93b348b21e144b6a8fcf'
+ '6e052f1cb693d5d3203f50f9d4e8c33b'
+ 'dc0d3ad59aeaaf591b085a77de6e03e9')
+
+prepare() {
+  mkdir -p glibc-build lib32-glibc-build
+
+  [[ -d glibc-$pkgver ]] && ln -s glibc-$pkgver glibc 
+  cd glibc
+
+  local i; for i in ${source[@]}; do
+case ${i%::*} in
+  *.patch)
+msg2 "Applying ${i}"
+patch -p1 -i "$srcdir/${i}"
+;;
+esac
+  done
+}
+
+build() {
+  local _configure_flags=(
+  --prefix=/usr
+  --with-headers=/usr/include
+  --with-bugurl=https://bugs.archlinux.org/
+  --enable-add-ons
+  --enable-bind-now
+  --enable-lock-elision
+  --enable-multi-arch
+  --enable-stack-protector=strong
+  --enable-stackguard-randomization
+  --disable-profile
+  --disable-werror
+  )
+
+  cd "$srcdir/glibc-build"
+
+  echo "slibdir=/usr/lib" >> configparms
+  echo "rtlddir=/usr/lib" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove fortify for building libraries
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  "$srcdir/glibc/configure" \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  ${_configure_flags[@]}
+
+  # build libraries with fortify disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable fortify for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+
+  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  cd "$srcdir/lib32-glibc-build"
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+
+  echo "slibdir=/usr/lib32" >> configparms
+  echo "rtlddir=/usr/lib32" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove fortify for building libraries
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+  CFLAGS=${CFLAGS/-fno-plt/}
+  CXXFLAGS=${CXXFLAGS/-fno-plt/}
+
+  "$srcdir/glibc/configure" \
+  --host=i686-pc-linux-gnu \
+  --libdir=/usr/lib32 \
+  --libexecdir=/usr/lib32 \
+  ${_configure_flags[@]}
+
+  # build libraries with fortify disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable fortify for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+
+  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+}
+
+check() {
+  cd glibc-build
+
+  # remove fortify in preparation to run test-suite
+  sed -i '/FORTIFY/d' configparms
+
+  # some failures are "expected"
+  make check || true
+}
+
+package_glibc() {
+  pkgdesc='GNU C Library'
+  depends=('linux-api-headers>=4.10' tzdata filesystem)
+ 

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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 10:37:50
  Author: bpiotrowski
Revision: 321540

archrelease: copy trunk to staging-x86_64

Added:
  libnss_nis/repos/staging-x86_64/
  libnss_nis/repos/staging-x86_64/PKGBUILD
(from rev 321539, libnss_nis/trunk/PKGBUILD)
Deleted:
  libnss_nis/repos/testing-x86_64/

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

Copied: libnss_nis/repos/staging-x86_64/PKGBUILD (from rev 321539, 
libnss_nis/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:37:50 UTC (rev 321540)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libnss_nis
+pkgver=3.0
+pkgrel=1
+pkgdesc='NSS NIS plugin for glibc'
+arch=(x86_64)
+url='http://github.com/thkukuk/libnss_nis'
+license=('LGPL2.1')
+depends=(libnsl libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('f155a492a08da63bdb0f860af404cbed')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 10:37:45
  Author: bpiotrowski
Revision: 321539

archrelease: copy trunk to staging-x86_64

Added:
  libnsl/repos/staging-x86_64/
  libnsl/repos/staging-x86_64/PKGBUILD
(from rev 321538, libnsl/trunk/PKGBUILD)
Deleted:
  libnsl/repos/testing-x86_64/

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

Copied: libnsl/repos/staging-x86_64/PKGBUILD (from rev 321538, 
libnsl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 10:37:45 UTC (rev 321539)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libnsl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=(x86_64)
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=(libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('05222024777e12e2f6d48f2e7d067ac7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linux-api-headers/repos (3 files)

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 10:38:00
  Author: bpiotrowski
Revision: 321541

archrelease: copy trunk to staging-any

Added:
  linux-api-headers/repos/staging-any/
  linux-api-headers/repos/staging-any/PKGBUILD
(from rev 321540, linux-api-headers/trunk/PKGBUILD)
Deleted:
  linux-api-headers/repos/testing-any/

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

Copied: linux-api-headers/repos/staging-any/PKGBUILD (from rev 321540, 
linux-api-headers/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2018-04-11 10:38:00 UTC (rev 321541)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=4.16.1
+pkgrel=1
+pkgdesc='Kernel headers sanitized for use in userspace'
+arch=(any)
+url='http://www.gnu.org/software/libc'
+license=(GPL2)
+source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver%.*}.tar.{xz,sign}
+https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign})
+md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18'
+ 'SKIP'
+ 'bade764e616e8283b6a620f268337651'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd linux-${pkgver%.*}
+  patch -p1 -i "$srcdir/patch-$pkgver"
+}
+
+build() {
+  cd linux-${pkgver%.*}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd linux-${pkgver%.*}
+  make INSTALL_HDR_PATH="$pkgdir/usr" headers_install
+
+  # use headers from libdrm
+  rm -r "$pkgdir/usr/include/drm"
+  
+  # clean-up unnecessary files generated during install
+  find "$pkgdir" \( -name .install -o -name ..install.cmd \) -delete
+}


[arch-commits] Commit in cantor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:54:46
  Author: arojas
Revision: 321548

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  cantor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321547, cantor/kde-unstable/PKGBUILD)
Deleted:
  cantor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 10:53:59 UTC (rev 321547)
+++ PKGBUILD2018-04-11 10:54:46 UTC (rev 321548)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="https://kde.org/applications/education/cantor/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend'
-'julia: Julia backend')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9473794bfeee9e5cad2ea44fec27cc9315bf93671bfa22e7b4df14c27c4af8bd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantor/repos/kde-unstable-x86_64/PKGBUILD (from rev 321547, 
cantor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 10:54:46 UTC (rev 321548)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=18.03.90
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9473794bfeee9e5cad2ea44fec27cc9315bf93671bfa22e7b4df14c27c4af8bd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cantor/kde-unstable (PKGBUILD)

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:53:59
  Author: arojas
Revision: 321547

libqalculate 2.4.0 rebuild

Modified:
  cantor/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:45:35 UTC (rev 321546)
+++ PKGBUILD2018-04-11 10:53:59 UTC (rev 321547)
@@ -5,7 +5,7 @@
 
 pkgname=cantor
 pkgver=18.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/";
 arch=(x86_64)


[arch-commits] Commit in step/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:58:49
  Author: arojas
Revision: 321550

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  step/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321549, step/kde-unstable/PKGBUILD)
Deleted:
  step/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 10:58:24 UTC (rev 321549)
+++ PKGBUILD2018-04-11 10:58:49 UTC (rev 321550)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=step
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="https://kde.org/applications/education/step/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('346e263065c2283d30b3e3cc7068c28f28992a48dff031fe75d7d0ab1b5d6464'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: step/repos/kde-unstable-x86_64/PKGBUILD (from rev 321549, 
step/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 10:58:49 UTC (rev 321550)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=18.03.90
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('346e263065c2283d30b3e3cc7068c28f28992a48dff031fe75d7d0ab1b5d6464'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+  sed -e '/Qml/d' -e '/Quick/d' -i $pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in step/kde-unstable (PKGBUILD)

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 10:58:24
  Author: arojas
Revision: 321549

libqalculate 2.4.0 rebuild

Modified:
  step/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:54:46 UTC (rev 321548)
+++ PKGBUILD2018-04-11 10:58:24 UTC (rev 321549)
@@ -5,7 +5,7 @@
 
 pkgname=step
 pkgver=18.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Physical Simulator"
 url="https://kde.org/applications/education/step/";
 arch=(x86_64)
@@ -21,6 +21,7 @@
 
 prepare() {
   mkdir -p build
+  sed -e '/Qml/d' -e '/Quick/d' -i $pkgname-$pkgver/CMakeLists.txt
 }
 
 build() {


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

2018-04-11 Thread Alexander Rødseth via arch-commits
Date: Wednesday, April 11, 2018 @ 10:59:41
  Author: arodseth
Revision: 315718

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 315717, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 10:59:31 UTC (rev 315717)
+++ PKGBUILD2018-04-11 10:59:41 UTC (rev 315718)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Panagiotis Mavrogiorgos 
-
-pkgname=nuitka
-pkgver=0.5.29.3
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='https://nuitka.net/'
-license=('APACHE')
-depends=('python')
-makedepends=('python-setuptools')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
-sha256sums=('6da38a3ad064612cef50cca0e5fb310dc1456835ae397da82068feb10567481c'
-'SKIP')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 315717, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 10:59:41 UTC (rev 315718)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Panagiotis Mavrogiorgos 
+
+pkgname=nuitka
+pkgver=0.5.29.4
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='https://nuitka.net/'
+license=('APACHE')
+depends=('python')
+makedepends=('python-setuptools')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
+sha256sums=('1e88fb03ec386db5a290791cd8e992f4b8b2493556174e65a1aa184870c9d107'
+'SKIP')
+validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2018-04-11 Thread Alexander Rødseth via arch-commits
Date: Wednesday, April 11, 2018 @ 10:59:31
  Author: arodseth
Revision: 315717

upgpkg: nuitka 0.5.29.4-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:53:51 UTC (rev 315716)
+++ PKGBUILD2018-04-11 10:59:31 UTC (rev 315717)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos 
 
 pkgname=nuitka
-pkgver=0.5.29.3
+pkgver=0.5.29.4
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
-sha256sums=('6da38a3ad064612cef50cca0e5fb310dc1456835ae397da82068feb10567481c'
+sha256sums=('1e88fb03ec386db5a290791cd8e992f4b8b2493556174e65a1aa184870c9d107'
 'SKIP')
 validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
 


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

2018-04-11 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 11, 2018 @ 11:00:12
  Author: archange
Revision: 315719

upgpkg: knot 2.6.6-1

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 10:59:41 UTC (rev 315718)
+++ PKGBUILD2018-04-11 11:00:12 UTC (rev 315719)
@@ -5,8 +5,8 @@
 # Contributor: Otto Sabart 
 
 pkgname=knot
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.6.6
+pkgrel=1
 pkgdesc="High-performance authoritative-only DNS server"
 arch=('x86_64')
 url="https://www.knot-dns.cz/";
@@ -19,7 +19,7 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha256sums=('33cd676706e2baeb37cf3879ccbc91a1e1cd1ee5d7a082adff4d1e753ce49d46'
+sha256sums=('9119d8a56828a596d246431492be8c015f918de65ba793d76071122567c3080a'
 'SKIP'
 '353e109d07483d029a85106021c108767aab74427abec6a66c8e3c6b39a0b41f'
 '76c47120f91dbe467454a2f5330067d3dfd6ac5dacda5f3a095138b9a8877855'


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

2018-04-11 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 11, 2018 @ 11:00:28
  Author: archange
Revision: 315720

archrelease: copy trunk to community-x86_64

Added:
  knot/repos/community-x86_64/PKGBUILD
(from rev 315719, knot/trunk/PKGBUILD)
  knot/repos/community-x86_64/knot.service
(from rev 315719, knot/trunk/knot.service)
  knot/repos/community-x86_64/knot.sysusers
(from rev 315719, knot/trunk/knot.sysusers)
  knot/repos/community-x86_64/knot.tmpfiles
(from rev 315719, knot/trunk/knot.tmpfiles)
Deleted:
  knot/repos/community-x86_64/PKGBUILD
  knot/repos/community-x86_64/knot.service
  knot/repos/community-x86_64/knot.sysusers
  knot/repos/community-x86_64/knot.tmpfiles

---+
 PKGBUILD  |  138 
 knot.service  |   22 
 knot.sysusers |2 
 knot.tmpfiles |4 -
 4 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 11:00:12 UTC (rev 315719)
+++ PKGBUILD2018-04-11 11:00:28 UTC (rev 315720)
@@ -1,69 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Ondřej Surý 
-# Contributor: Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.6.5
-pkgrel=2
-pkgdesc="High-performance authoritative-only DNS server"
-arch=('x86_64')
-url="https://www.knot-dns.cz/";
-license=('GPL3')
-depends=('lmdb' 'liburcu' 'protobuf-c' 'fstrm' 'libedit' 'systemd' 'libcap-ng' 
'gnutls' 'libidn2')
-optdepends=('python: for pykeymgr')
-backup=('etc/knot/knot.conf')
-
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc}
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('33cd676706e2baeb37cf3879ccbc91a1e1cd1ee5d7a082adff4d1e753ce49d46'
-'SKIP'
-'353e109d07483d029a85106021c108767aab74427abec6a66c8e3c6b39a0b41f'
-'76c47120f91dbe467454a2f5330067d3dfd6ac5dacda5f3a095138b9a8877855'
-'793fee121d03acce87e3b04cfa869d4eb65e6ac0ee3e1257804fa526fa60d7f5')
-validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---libexecdir=/usr/lib/knot \
---with-rundir=/run/knot \
---with-storage=/var/lib/knot \
---enable-recvmmsg \
---enable-dnstap \
---enable-systemd \
---enable-reuseport \
---disable-silent-rules
-
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-rm "${pkgdir}"/etc/knot/example.com.zone
-mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-cd ..
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-x86_64/PKGBUILD (from rev 315719, 
knot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 11:00:28 UTC (rev 315720)
@@ -0,0 +1,69 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="High-performance authoritative-only DNS server"
+arch=('x86_64')
+url="https://www.knot-dns.cz/";
+license=('GPL3')
+depends=('lmdb' 'liburcu' 'protobuf-c' 'fstrm' 'libedit' 'systemd' 'libcap-ng' 
'gnutls' 'libidn2')
+optdepends=('python: for pykeymgr')
+backup=('etc/knot/knot.conf')
+
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc}
+"${pkgname}.service"
+"${pkgname}.sysusers"
+"${pkgname}.tmpfiles")
+sha256sums=('9119d8a56828a596d246431492be8c015f918de65ba793d76071122567c3080a'
+'SKIP'
+'353e109d07483d029a85106021c108767aab74427abec6a66c8e3c6b39a0b41f'
+'76c47120f91dbe467454a2f5330067d3dfd6ac5dacda5f3a095138b9a8877855'
+'793fee121d03acce87e3b04cfa869d4eb65e6ac0ee3e1257804fa526fa60d7f5')
+validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-d

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

2018-04-11 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 11, 2018 @ 11:23:01
  Author: archange
Revision: 315726

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 315725, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 315725, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 315725, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  154 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 11:22:36 UTC (rev 315725)
+++ PKGBUILD2018-04-11 11:23:01 UTC (rev 315726)
@@ -1,77 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=0.13.5
-pkgrel=2
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
-url="https://riot.im";
-_url="https://github.com/vector-im/riot-web";
-license=('Apache')
-makedepends=('npm' 'git')
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('877512b5a2112e48299de723f251cfa578d130875609a2060fbfc8037bb4480d'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=('vector-web')  # @vith
-  replaces=('vector-web')  # @vith
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=('riot-web' 'electron')
-  backup=("etc/${pkgbase}/config.json")
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 src/skins/vector/img/logos/${pkgbase}-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 315725, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 11:23:01 UTC (rev 315726)
@@ -0,0 +1,77 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im";
+_url="https://github.com/vector-im/riot-web";
+license=('Apache')
+makedepends=('npm' 'git')
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+ 

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

2018-04-11 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 11, 2018 @ 11:22:36
  Author: archange
Revision: 315725

upgpkg: riot 0.14.0-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 11:10:26 UTC (rev 315724)
+++ PKGBUILD2018-04-11 11:22:36 UTC (rev 315725)
@@ -3,8 +3,8 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=0.13.5
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=('any')
 url="https://riot.im";
@@ -15,7 +15,7 @@
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('877512b5a2112e48299de723f251cfa578d130875609a2060fbfc8037bb4480d'
+sha256sums=('de16ceaeeea785d812d2e9e2d24581477f2727c812e9628576dc4647db0bae1d'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 11:37:42
  Author: felixonmars
Revision: 315727

upgpkg: deepin-desktop-schemas 3.2.10-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 11:23:01 UTC (rev 315726)
+++ PKGBUILD2018-04-11 11:37:42 UTC (rev 315727)
@@ -4,8 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.2.9.20180409
-_commit=b318a6fe0715e22236daa9c5b939128be6f84a90
+pkgver=3.2.10
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,26 +15,26 @@
 conflicts=('deepin-artwork-themes')
 replaces=('deepin-artwork-themes')
 groups=('deepin')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz";)
-sha512sums=('370e83892c187825ecaec9198ccba7f886004ecce1c095134f18639116cb1acff4a005e1a45c3b79292c5cd626fb3cec38c81c3421bd6a42178ff2b92a0e50e3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
+sha512sums=('8b2d36a98c2bf9505cd63db322f0f7489f3cdd4a78098552f2ad634c2fdf3024dd000adc2dca10776b74b21ac75f9173c8fd1ef14a255fe8ddd8cfc29bd62db0')
 
 prepare() {
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   # fix default background url
   sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
 }
 
 build() {
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   make ARCH=x86
 }
 
 check() {
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   make test
 }
 
 package() {
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 11:38:07
  Author: felixonmars
Revision: 315728

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 315727, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 11:37:42 UTC (rev 315727)
+++ PKGBUILD2018-04-11 11:38:07 UTC (rev 315728)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.2.9.20180409
-_commit=b318a6fe0715e22236daa9c5b939128be6f84a90
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas";
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz";)
-sha512sums=('370e83892c187825ecaec9198ccba7f886004ecce1c095134f18639116cb1acff4a005e1a45c3b79292c5cd626fb3cec38c81c3421bd6a42178ff2b92a0e50e3')
-
-prepare() {
-  cd deepin-desktop-schemas-$_commit
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$_commit
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$_commit
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 315727, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 11:38:07 UTC (rev 315728)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.2.10
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas";
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
+sha512sums=('8b2d36a98c2bf9505cd63db322f0f7489f3cdd4a78098552f2ad634c2fdf3024dd000adc2dca10776b74b21ac75f9173c8fd1ef14a255fe8ddd8cfc29bd62db0')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 11:58:10
  Author: felixonmars
Revision: 315729

upgpkg: python-pbr 4.0.2-1

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 11:38:07 UTC (rev 315728)
+++ PKGBUILD2018-04-11 11:58:10 UTC (rev 315729)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Python Build Reasonableness"
 arch=('any')
@@ -16,7 +16,7 @@
   'python-testresources' 'python2-testresources' 'python-mock' 
'python2-mock' 'python-virtualenv'
   'python2-virtualenv' 'python-wheel' 'python2-wheel' 
'python-sphinx' 'python2-sphinx')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz";)
-sha512sums=('9a69ee04939df45c89f9e53c52ef9c156d8557582a0df0bfdbaa625f35e9cb04e2c315b69d243bc596ae4c0d7063fab52b3c272b7233738b39be140829e3a805')
+sha512sums=('811c55e41f90b0861922eb69ca329abcfde0c335961e41272c9c5087f42c655e0fb951e77d5b0e976a373aa825ebea49151d513abe809f3ced274bb9bd535a34')
 
 prepare() {
   cp -a pbr-$pkgver{,-py2}


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 11:58:37
  Author: felixonmars
Revision: 315730

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 11:58:10 UTC (rev 315729)
+++ PKGBUILD2018-04-11 11:58:37 UTC (rev 315730)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Python Build Reasonableness"
-arch=('any')
-url='https://pypi.python.org/pypi/pbr'
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'git')
-checkdepends=('python-testscenarios' 'python2-testscenarios' 
'python-testrepository' 'python2-testrepository'
-  'python-testresources' 'python2-testresources' 'python-mock' 
'python2-mock' 'python-virtualenv'
-  'python2-virtualenv' 'python-wheel' 'python2-wheel' 
'python-sphinx' 'python2-sphinx')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz";)
-sha512sums=('9a69ee04939df45c89f9e53c52ef9c156d8557582a0df0bfdbaa625f35e9cb04e2c315b69d243bc596ae4c0d7063fab52b3c272b7233738b39be140829e3a805')
-
-prepare() {
-  cp -a pbr-$pkgver{,-py2}
-
-  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pbr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pbr-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-pbr() {
-  depends=('python-setuptools')
-
-  cd pbr-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pbr() {
-  depends=('python2-setuptools')
-
-  cd pbr-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  
-  mv "$pkgdir"/usr/bin/pbr{,2}
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 315729, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 11:58:37 UTC (rev 315730)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Python Build Reasonableness"
+arch=('any')
+url='https://pypi.python.org/pypi/pbr'
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'git')
+checkdepends=('python-testscenarios' 'python2-testscenarios' 
'python-testrepository' 'python2-testrepository'
+  'python-testresources' 'python2-testresources' 'python-mock' 
'python2-mock' 'python-virtualenv'
+  'python2-virtualenv' 'python-wheel' 'python2-wheel' 
'python-sphinx' 'python2-sphinx')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz";)
+sha512sums=('811c55e41f90b0861922eb69ca329abcfde0c335961e41272c9c5087f42c655e0fb951e77d5b0e976a373aa825ebea49151d513abe809f3ced274bb9bd535a34')
+
+prepare() {
+  cp -a pbr-$pkgver{,-py2}
+
+  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pbr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pbr-$pkgver
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+}
+
+package_python-pbr() {
+  depends=('python-setuptools')
+
+  cd pbr-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pbr() {
+  depends=('python2-setuptools')
+
+  cd pbr-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  
+  mv "$pkgdir"/usr/bin/pbr{,2}
+}


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 11:59:06
  Author: felixonmars
Revision: 315731

upgpkg: jenkins 2.116-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 11:58:37 UTC (rev 315730)
+++ PKGBUILD2018-04-11 11:59:06 UTC (rev 315731)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.115
+pkgver=2.116
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('f4e4abda83808057940eee74cbd4b5195bf2f11ea09fbcdd1fb96af0740d62b4d4f83104b15eadf12320072d9e5bcd32fc63ad23e793dc13226bd507b6802409'
+sha512sums=('ab2a41f848dae9bfcb3fc3a8dea2da4957cb919aa1cf0609bea238ef6670a973226e5da817f582e8d718700cd8e57c05384f6ef6cf9ad80e94c87813a5199373'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 11:59:56
  Author: felixonmars
Revision: 315732

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 11:59:06 UTC (rev 315731)
+++ PKGBUILD2018-04-11 11:59:56 UTC (rev 315732)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.115
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='j

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

2018-04-11 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 12:42:00
  Author: felixonmars
Revision: 315733

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 11:59:56 UTC (rev 315732)
+++ PKGBUILD2018-04-11 12:42:00 UTC (rev 315733)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.116
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='j

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

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 14:14:24
  Author: heftig
Revision: 321552

3.28.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 13:39:31 UTC (rev 321551)
+++ PKGBUILD2018-04-11 14:14:24 UTC (rev 321552)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -11,7 +11,7 @@
 license=(GPL LGPL)
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
 makedepends=(intltool gobject-introspection git autoconf-archive gtk-doc 
yelp-tools)
-_commit=5e30118786eb767001fc8bfc8d130127b9538297  # tags/3.28.0^0
+_commit=e9cd7e2f9a109e1c99860eb9ff5d2010e4cff4db  # tags/3.28.1^0
 source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit";
 bwrap-var.diff)
 sha256sums=('SKIP'
@@ -34,7 +34,7 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---with-gnome-distributor="Arch Linux"
+--with-gnome-distributor="Arch Linux®" --enable-compile-warnings=yes
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 14:15:14
  Author: heftig
Revision: 321553

archrelease: copy trunk to extra-x86_64

Added:
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 321552, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/extra-x86_64/bwrap-var.diff
(from rev 321552, gnome-desktop/trunk/bwrap-var.diff)
Deleted:
  gnome-desktop/repos/extra-x86_64/PKGBUILD
  gnome-desktop/repos/extra-x86_64/bwrap-var.diff

+
 PKGBUILD   |   90 +++
 bwrap-var.diff |   30 +-
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 14:14:24 UTC (rev 321552)
+++ PKGBUILD2018-04-11 14:15:14 UTC (rev 321553)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.28.0
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://git.gnome.org/browse/gnome-desktop";
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
-makedepends=(intltool gobject-introspection git autoconf-archive gtk-doc 
yelp-tools)
-_commit=5e30118786eb767001fc8bfc8d130127b9538297  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit";
-bwrap-var.diff)
-sha256sums=('SKIP'
-'701bfa5779ced0f50241d4370068fc58246d47088c6e95be27d204847866f106')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../bwrap-var.diff  # evince-thumbnailer needs fontconfig cache
-  intltoolize
-  gtkdocize
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 321552, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 14:15:14 UTC (rev 321553)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.28.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://git.gnome.org/browse/gnome-desktop";
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
+makedepends=(intltool gobject-introspection git autoconf-archive gtk-doc 
yelp-tools)
+_commit=e9cd7e2f9a109e1c99860eb9ff5d2010e4cff4db  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit";
+bwrap-var.diff)
+sha256sums=('SKIP'
+'701bfa5779ced0f50241d4370068fc58246d47088c6e95be27d204847866f106')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../bwrap-var.diff  # evince-thumbnailer needs fontconfig cache
+  intltoolize
+  gtkdocize
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--with-gnome-distributor="Arch Linux®" --enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: bwrap-var.diff
===
--- bwrap-var.diff  2018-04-11 14:14:24 UTC (rev 321552)
+++ bwrap-var.diff  2018-04-11 14:15:14 UTC (rev 321553)
@@ -1,15 +0,0 @@
- libgnome-desktop/gnome-desktop-thumbnail-script.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git c/libgnome-desktop/gnome-desktop-thumbnail-script.c 
i/libgnome-desktop/gnome-desktop-thumbnail-script.c
-index 99d83ac25d4cb449..7f85da2dec60f454 100644
 c/libgnome-desktop/gnome-desktop-thumbnail-script.c
-+++ i/libgnome-desktop/gnome-desktop-thumbnail-script.c
-@@ -505,6 +505,7 @@ add_bwrap (GPtrArray   *array,
- 
-   add_args (array,
-   "bwrap",
-+  "--ro-bind", "/var", "/var",
-   "--ro-bind", "/usr", "/usr",
-   "--ro-bind", "/lib", "/lib",
-   "--ro-bind", "/lib64", "/lib64",

Copied: gnome-desktop/repos/extra-x86_64/bwrap-var.diff (from rev 321552, 
gnome-desktop/trunk/bwrap-var.diff)
===
--- bwrap-var.diff  (rev 0)
+++ bwrap-var.diff  2018-04-11 14:15:14 UTC (rev 321553)
@@ -0,0 +1,15 @@
+ libgnome-desktop/gnome-desktop-thumbnail-script.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git c/li

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

2018-04-11 Thread Andreas Radke via arch-commits
Date: Wednesday, April 11, 2018 @ 14:48:48
  Author: andyrtr
Revision: 321554

upgpkg: sqlite 3.23.1-1

upstream update 3.23.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 14:15:14 UTC (rev 321553)
+++ PKGBUILD2018-04-11 14:48:48 UTC (rev 321554)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=323
+_srcver=3230100
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.23.0
+pkgver=3.23.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -18,8 +18,8 @@
 https://www.sqlite.org/2018/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('7943537c085d4bbb778090c2660c9e3e8f60b35e'
-  '766e55e8ab3184e09f99898baed4a3cf493dfafd'
+sha1sums=('90bea4e46a01e9c27356b19c3150a8bf146c09fc'
+  'a7bf3d789f2fc4e74c2eca01f9aa21124e705222'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


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

2018-04-11 Thread Andreas Radke via arch-commits
Date: Wednesday, April 11, 2018 @ 14:49:00
  Author: andyrtr
Revision: 321555

archrelease: copy trunk to testing-x86_64

Added:
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 321554, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 321554, sqlite/trunk/license.txt)

-+
 PKGBUILD|  118 ++
 license.txt |   33 
 2 files changed, 151 insertions(+)

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 321554, 
sqlite/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-11 14:49:00 UTC (rev 321555)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=3230100
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.23.1
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline' 'zlib')
+source=(https://www.sqlite.org/2018/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2018/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('90bea4e46a01e9c27356b19c3150a8bf146c09fc'
+  'a7bf3d789f2fc4e74c2eca01f9aa21124e705222'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline' 'zlib')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-x86_64/license.txt (from rev 321554, 
sqlite/trunk/license.txt)
===
--- testing-x86_64/license.txt  (rev 0)
+++ testing-x86_64/license.txt  2018-04-11 14:49:00 UTC (rev 321555)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies th

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

2018-04-11 Thread Andreas Radke via arch-commits
Date: Wednesday, April 11, 2018 @ 14:59:16
  Author: andyrtr
Revision: 321556

upgpkg: libgpg-error 1.29-1

upstream update 1.29

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 14:49:00 UTC (rev 321555)
+++ PKGBUILD2018-04-11 14:59:16 UTC (rev 321556)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=libgpg-error
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc="Support library for libgcrypt"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
 # https://www.gnupg.org/download/integrity_check.html
-sha1sums=('2b9baae264f3e82ebe00dcd10bae3f2d64232c10'
+sha1sums=('a56241d60bb7d810fdb478463b1732b134a52a19'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
   '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 


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

2018-04-11 Thread Andreas Radke via arch-commits
Date: Wednesday, April 11, 2018 @ 14:59:29
  Author: andyrtr
Revision: 321557

archrelease: copy trunk to testing-x86_64

Added:
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 321556, libgpg-error/trunk/PKGBUILD)

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

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 321556, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-11 14:59:29 UTC (rev 321557)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.29
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(x86_64)
+url="https://www.gnupg.org";
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('a56241d60bb7d810fdb478463b1732b134a52a19'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in srt/trunk (PKGBUILD no-rpath.diff)

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 15:57:53
  Author: heftig
Revision: 321558

1.3.0-1

Added:
  srt/trunk/no-rpath.diff
Modified:
  srt/trunk/PKGBUILD

---+
 PKGBUILD  |   28 +---
 no-rpath.diff |   12 
 2 files changed, 33 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 14:59:29 UTC (rev 321557)
+++ PKGBUILD2018-04-11 15:57:53 UTC (rev 321558)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=srt
-pkgver=1.2.3
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Secure Reliable Transport library"
 url="https://www.srtalliance.org/";
@@ -10,9 +10,11 @@
 license=(MPL2)
 depends=(openssl)
 makedepends=(git cmake ninja)
-_commit=1367914ea5d7e26be8274e2fffe8b3e7b05ad193  # tags/v1.2.3
-source=("git+https://github.com/Haivision/srt#commit=$_commit";)
-sha256sums=('SKIP')
+_commit=52769952acb191a90a3b6a0523cae99791e91df8  # tags/v1.3.0
+source=("git+https://github.com/Haivision/srt#commit=$_commit";
+no-rpath.diff)
+sha256sums=('SKIP'
+'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
 
 pkgver() {
   cd $pkgname
@@ -21,13 +23,19 @@
 
 prepare() {
   mkdir build
+  cd $pkgname
+  patch -Np1 -i ../no-rpath.diff
 }
 
 build() {
   cd build
   cmake -G Ninja ../srt \
--DCMAKE_INSTALL_PREFIX=/usr
-  ninja
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=bin \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_INCLUDEDIR=include \
+-DENABLE_TESTING=True
+  cmake --build .
 }
 
 check() {
@@ -36,7 +44,13 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" cmake --build build --target install
+  rm "$pkgdir"/usr/bin/*-test
+
+  # Build tries this but fails when DESTDIR is set
+  ln -s srt-live-transmit "$pkgdir/usr/bin/stransmit"
+
+  ln -s srt-ffplay "$pkgdir/usr/bin/sfplay"
 }
 # vim:set ts=2 sw=2:
 

Added: no-rpath.diff
===
--- no-rpath.diff   (rev 0)
+++ no-rpath.diff   2018-04-11 15:57:53 UTC (rev 321558)
@@ -0,0 +1,12 @@
+diff --git i/CMakeLists.txt w/CMakeLists.txt
+index e913122..2cc3c3d 100644
+--- i/CMakeLists.txt
 w/CMakeLists.txt
+@@ -634,7 +634,6 @@ macro(srt_make_application name)
+   # be placed into the binrary directory anyway.
+   # XXX not sure about Mac.
+   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
+-  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
+   endif()
+ 
+   # We state that Darwin always uses CLANG compiler, which honors this 
flag the same way.


[arch-commits] Commit in srt/repos/extra-x86_64 (PKGBUILD PKGBUILD no-rpath.diff)

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 15:58:25
  Author: heftig
Revision: 321559

archrelease: copy trunk to extra-x86_64

Added:
  srt/repos/extra-x86_64/PKGBUILD
(from rev 321558, srt/trunk/PKGBUILD)
  srt/repos/extra-x86_64/no-rpath.diff
(from rev 321558, srt/trunk/no-rpath.diff)
Deleted:
  srt/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |  100 +++-
 no-rpath.diff |   12 ++
 2 files changed, 69 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 15:57:53 UTC (rev 321558)
+++ PKGBUILD2018-04-11 15:58:25 UTC (rev 321559)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=srt
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Secure Reliable Transport library"
-url="https://www.srtalliance.org/";
-arch=(x86_64)
-license=(MPL2)
-depends=(openssl)
-makedepends=(git cmake ninja)
-_commit=1367914ea5d7e26be8274e2fffe8b3e7b05ad193  # tags/v1.2.3
-source=("git+https://github.com/Haivision/srt#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -G Ninja ../srt \
--DCMAKE_INSTALL_PREFIX=/usr
-  ninja
-}
-
-check() {
-  cd build
-  ./utility-test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-# vim:set ts=2 sw=2:
-
-

Copied: srt/repos/extra-x86_64/PKGBUILD (from rev 321558, srt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 15:58:25 UTC (rev 321559)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=srt
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Secure Reliable Transport library"
+url="https://www.srtalliance.org/";
+arch=(x86_64)
+license=(MPL2)
+depends=(openssl)
+makedepends=(git cmake ninja)
+_commit=52769952acb191a90a3b6a0523cae99791e91df8  # tags/v1.3.0
+source=("git+https://github.com/Haivision/srt#commit=$_commit";
+no-rpath.diff)
+sha256sums=('SKIP'
+'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../no-rpath.diff
+}
+
+build() {
+  cd build
+  cmake -G Ninja ../srt \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=bin \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_INCLUDEDIR=include \
+-DENABLE_TESTING=True
+  cmake --build .
+}
+
+check() {
+  cd build
+  ./utility-test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  rm "$pkgdir"/usr/bin/*-test
+
+  # Build tries this but fails when DESTDIR is set
+  ln -s srt-live-transmit "$pkgdir/usr/bin/stransmit"
+
+  ln -s srt-ffplay "$pkgdir/usr/bin/sfplay"
+}
+# vim:set ts=2 sw=2:
+
+

Copied: srt/repos/extra-x86_64/no-rpath.diff (from rev 321558, 
srt/trunk/no-rpath.diff)
===
--- no-rpath.diff   (rev 0)
+++ no-rpath.diff   2018-04-11 15:58:25 UTC (rev 321559)
@@ -0,0 +1,12 @@
+diff --git i/CMakeLists.txt w/CMakeLists.txt
+index e913122..2cc3c3d 100644
+--- i/CMakeLists.txt
 w/CMakeLists.txt
+@@ -634,7 +634,6 @@ macro(srt_make_application name)
+   # be placed into the binrary directory anyway.
+   # XXX not sure about Mac.
+   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
+-  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
+   endif()
+ 
+   # We state that Darwin always uses CLANG compiler, which honors this 
flag the same way.


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

2018-04-11 Thread Andrew Crerar via arch-commits
Date: Wednesday, April 11, 2018 @ 15:59:54
  Author: andrewsc
Revision: 315734

upgpkg: docker-compose 1.21.0-1

docker-compose: Updating to 1.21.0

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 12:42:00 UTC (rev 315733)
+++ PKGBUILD2018-04-11 15:59:54 UTC (rev 315734)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Andrew Crerar 
 # Maintainer: Morten Linderud 
 # Contributor: Felix Yan 
 # Contributor: Iwan Timmer 
@@ -6,7 +7,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.20.1
+pkgver=1.21.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -17,7 +18,7 @@
  'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
 checkdepends=('python-pytest-runner' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
-sha512sums=('db688dce9071f9b05c9c0bf14ec73c06e734fa323e7aca2e311cdc255a9b5e5c6048e6fa1636f3291d2878e9c88c615db79cbdd4b7e5d16a77f827e2de0e6761')
+sha512sums=('d821561d7ad7ea9ded78bf610d2bdd55aabd80813212c3ab4324b03b80587b2dd16f939ebe18f9c136c9a4c7b093611ae3f09fd26f633b3be52d7ecde386a49e')
 
 prepare() {
   cd compose-$pkgver


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

2018-04-11 Thread Andrew Crerar via arch-commits
Date: Wednesday, April 11, 2018 @ 16:00:24
  Author: andrewsc
Revision: 315735

archrelease: copy trunk to community-any

Added:
  docker-compose/repos/community-any/PKGBUILD
(from rev 315734, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 15:59:54 UTC (rev 315734)
+++ PKGBUILD2018-04-11 16:00:24 UTC (rev 315735)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/";
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
- 'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
-checkdepends=('python-pytest-runner' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
-sha512sums=('db688dce9071f9b05c9c0bf14ec73c06e734fa323e7aca2e311cdc255a9b5e5c6048e6fa1636f3291d2878e9c88c615db79cbdd4b7e5d16a77f827e2de0e6761')
-
-prepare() {
-  cd compose-$pkgver
-
-  # Remove upper bound on requires
-  sed -i 's/==/>=/g' requirements.txt
-  sed -i "s/, < .*',$/',/" setup.py
-}
-
-build() {
-  cd compose-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # TODO: need a running docker daemon to test
-
-  cd compose-$pkgver
-  # python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py pytest
-}
-
-package() {
-  cd compose-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/completions/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 315734, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 16:00:24 UTC (rev 315735)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/";
+license=("Apache")
+depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
+ 'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
+sha512sums=('d821561d7ad7ea9ded78bf610d2bdd55aabd80813212c3ab4324b03b80587b2dd16f939ebe18f9c136c9a4c7b093611ae3f09fd26f633b3be52d7ecde386a49e')
+
+prepare() {
+  cd compose-$pkgver
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose-$pkgver
+  # python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py pytest
+}
+
+package() {
+  cd compose-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
+  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/completions/docker-compose.fish
+  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
+}


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

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 16:14:56
  Author: heftig
Revision: 321560

3.36.1-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 15:58:25 UTC (rev 321559)
+++ PKGBUILD2018-04-11 16:14:56 UTC (rev 321560)
@@ -3,7 +3,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.36
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
@@ -15,7 +15,7 @@
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz";
 certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml 
enable-libpkix.patch)
-sha256sums=('a33cc7b8299b5ce3acf03f617c7896932ae26927ff9fb7c71c1b69a200c30095'
+sha256sums=('6025441d528ff6a7f1a4b673b6ee7d3540731ada3f78d5acd5c3b3736b222bff'
 '512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
 '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd'
 'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'


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

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 16:17:17
  Author: heftig
Revision: 321561

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 321560, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 321560, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 321560, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/enable-libpkix.patch
(from rev 321560, nss/trunk/enable-libpkix.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 321560, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 321560, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 321560, nss/trunk/nss.pc.in)

--+
 PKGBUILD |  104 +
 bundle.sh|   22 ++
 certdata2pem.py  |  378 +
 enable-libpkix.patch |   12 +
 nss-config.in|  145 ++
 nss-config.xml   |  132 +
 nss.pc.in|   11 +
 7 files changed, 804 insertions(+)

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 321560, nss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-11 16:17:17 UTC (rev 321561)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.15
+depends=("nspr>=${_nsprver}" sqlite zlib sh p11-kit)
+makedepends=(perl python2 xmlto docbook-xsl gyp)
+options=(!strip !makeflags staticlibs)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz";
+certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml 
enable-libpkix.patch)
+sha256sums=('6025441d528ff6a7f1a4b673b6ee7d3540731ada3f78d5acd5c3b3736b222bff'
+'512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd'
+'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
+'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
+'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1'
+'0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30')
+
+prepare() {
+  mkdir certs path
+
+  ln -s /usr/bin/python2 path/python
+
+  echo -n "$(date +"%e %B %Y")" >date.xml
+  echo -n "$pkgver" >version.xml
+  xmlto man nss-config.xml
+
+  cd nss-$pkgver
+
+  patch -Np1 -i ../enable-libpkix.patch
+
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+build() {
+  cd certs
+  python2 ../certdata2pem.py
+
+  cd ..
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--opt --system-sqlite --system-nspr --disable-tests
+}
+
+package_nss() {
+  cd nss-$pkgver
+
+  { read _vmajor; read _vminor; read _vpatch; } \
+< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
+
+  sed ../nss.pc.in \
+-e "s,%libdir%,/usr/lib,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,${_nsprver},g" \
+-e "s,%NSS_VERSION%,${pkgver},g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/pkgconfig/nss.pc"
+  ln -s nss.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nss.pc"
+
+  sed ../nss-config.in \
+-e "s,@libdir@,/usr/lib,g" \
+-e "s,@prefix@,/usr/bin,g" \
+-e "s,@exec_prefix@,/usr/bin,g" \
+-e "s,@includedir@,/usr/include/nss,g" \
+-e "s,@MOD_MAJOR_VERSION@,${_vmajor},g" \
+-e "s,@MOD_MINOR_VERSION@,${_vminor},g" \
+-e "s,@MOD_PATCH_VERSION@,${_vpatch},g" |
+install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 ../nss-config.1
+
+  cd nss/doc/nroff
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 *util.1 signtool.1 signver.1 
ssltap.1
+
+  cd ../../../dist
+  install -Dt "$pkgdir/usr/include/nss" -m644 public/nss/*.h
+
+  cd Release/bin
+  install -Dt "$pkgdir/usr/bin" *util shlibsign signtool signver ssltap
+
+  cd ../lib
+  install -Dt "$pkgdir/usr/lib" *.so
+  install -Dt "$pkgdir/usr/lib" -m644 *.chk
+
+  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib/libnssckbi.so"
+}
+
+package_ca-certificates-mozilla() {
+  pkgdesc="Mozilla's set of trusted CA certificates"
+  depends=(ca-certificates-utils)
+
+  install -Dm644 ca-bundle.trust.p11-kit \
+"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
+}

Copied: nss/repos/testing-x86_64/bundle.sh (from rev 321560, 
nss/trunk/bundle.sh)
=

[arch-commits] Commit in sdl2/trunk (PKGBUILD cmake-include-paths.patch)

2018-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 11, 2018 @ 17:00:46
  Author: svenstaro
Revision: 321562

upgpkg: sdl2 2.0.8-8

Fix CMake-generated include paths

Added:
  sdl2/trunk/cmake-include-paths.patch
Modified:
  sdl2/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +++---
 cmake-include-paths.patch |   45 
 2 files changed, 53 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 16:17:17 UTC (rev 321561)
+++ PKGBUILD2018-04-11 17:00:46 UTC (rev 321562)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=7
+pkgrel=8
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org";
@@ -11,13 +11,18 @@
  'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
+cmake-include-paths.patch)
 
sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP')
+'SKIP'
+
'53eb853153b189bd9c0978ab8c7375608b6df5fc78e22168505bf9f6e695f6fbdc553eead0b17deb734002e047c6d5ae06642363fc629aa9ab7bef0c30388c84')
 validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
 
 prepare() {
   cd SDL2-${pkgver}
+
+  patch -Np1 -i "${srcdir}"/cmake-include-paths.patch
+
   rm -rf build
   mkdir build
 }

Added: cmake-include-paths.patch
===
--- cmake-include-paths.patch   (rev 0)
+++ cmake-include-paths.patch   2018-04-11 17:00:46 UTC (rev 321562)
@@ -0,0 +1,45 @@
+# HG changeset patch
+# User Bastien Bouclet 
+# Date 1523420183 -7200
+#  Wed Apr 11 06:16:23 2018 +0200
+# Branch cmake-include-path
+# Node ID 52f0351c30b25ec2bb5b0bced247ba858991bec2
+# Parent  fbfacc66c65c3b38ca065ecee1f69fcbc643c14a
+Fix the include path in the installed CMake target import file
+
+Previously the include path was {INSTALL_PREFIX}/include,
+it is now {INSTALL_PREFIX}/include/SDL2 to be consistent with
+the other build and package configuration systems.
+
+Fixes #4128.
+
+diff -r fbfacc66c65c -r 52f0351c30b2 CMakeLists.txt
+--- a/CMakeLists.txt   Mon Mar 26 12:38:29 2018 -0700
 b/CMakeLists.txt   Wed Apr 11 06:16:23 2018 +0200
+@@ -1695,7 +1695,7 @@
+ 
+ # Always build SDLmain
+ add_library(SDL2main STATIC ${SDLMAIN_SOURCES})
+-target_include_directories(SDL2main PUBLIC $)
++target_include_directories(SDL2main PUBLIC $)
+ set(_INSTALL_LIBS "SDL2main")
+ if (NOT ANDROID)
+   set_target_properties(SDL2main PROPERTIES DEBUG_POSTFIX 
${SDL_CMAKE_DEBUG_POSTFIX})
+@@ -1724,7 +1724,7 @@
+   endif()
+   set(_INSTALL_LIBS "SDL2" ${_INSTALL_LIBS})
+   target_link_libraries(SDL2 ${EXTRA_LIBS} ${EXTRA_LDFLAGS})
+-  target_include_directories(SDL2 PUBLIC $)
++  target_include_directories(SDL2 PUBLIC $)
+   if (NOT ANDROID)
+ set_target_properties(SDL2 PROPERTIES DEBUG_POSTFIX 
${SDL_CMAKE_DEBUG_POSTFIX})
+   endif()
+@@ -1750,7 +1750,7 @@
+   # libraries - do we need to consider this?
+   set(_INSTALL_LIBS "SDL2-static" ${_INSTALL_LIBS})
+   target_link_libraries(SDL2-static ${EXTRA_LIBS} ${EXTRA_LDFLAGS})
+-  target_include_directories(SDL2-static PUBLIC $)
++  target_include_directories(SDL2-static PUBLIC 
$)
+   if (NOT ANDROID)
+ set_target_properties(SDL2-static PROPERTIES DEBUG_POSTFIX 
${SDL_CMAKE_DEBUG_POSTFIX})
+   endif()


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

2018-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 11, 2018 @ 17:00:54
  Author: svenstaro
Revision: 321563

archrelease: copy trunk to extra-x86_64

Added:
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 321562, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/cmake-include-paths.patch
(from rev 321562, sdl2/trunk/cmake-include-paths.patch)
Deleted:
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |  101 +++-
 cmake-include-paths.patch |   45 +++
 2 files changed, 98 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 17:00:46 UTC (rev 321562)
+++ PKGBUILD2018-04-11 17:00:54 UTC (rev 321563)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.8
-pkgrel=7
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org";
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  cd SDL2-${pkgver}
-  rm -rf build
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=ON \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF \
-  -DCLOCK_GETTIME=ON
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
-  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 321562, sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 17:00:54 UTC (rev 321563)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.8
+pkgrel=8
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org";
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
+cmake-include-paths.patch)
+sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
+'SKIP'
+
'53eb853153b189bd9c0978ab8c7375608b6df5fc78e22168505bf9f6e695f6fbdc553eead0b17deb734002e047c6d5ae06642363fc629aa9ab7bef0c30388c84')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  cd SDL2-${pkgver}
+
+  patch -Np1 -i "${srcdir}"/cmake-include-paths.patch
+
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd SDL2-${pkgver}/build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_DLOPEN=ON \
+  -DARTS=OFF \
+  -DESD=OFF \
+  -DNAS=OFF \
+  -DALSA=ON \
+  -DPULSEAUDIO_SHARED=ON \
+  -DVIDEO_WAYLAND=ON \
+  -DRPATH=OFF \
+  -DCLOCK_GETTIME=ON
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: sdl2/repos/extra-x86_64/cmake-include-paths.patch (from rev 321562, 
sdl2/trunk/cmake-include-paths.patch)
===
--- cmake-include-paths.patch   (rev 0)
+++ cmake-include-paths.patch   2018-04-11 17:00:54 UTC (rev 321563)
@@ -0,0 +1,45 @@
+# HG changeset patch
+# User Bastien Bouclet 
+# Date 1523420183 -7200
+#  Wed Apr 11 06:16:23 2018 +0200
+# Branch cmake-include-path
+# Node ID 52f0351c30b25ec2bb5b0bced247ba858991bec2
+# Parent  fbfacc66c65c3b38ca065ecee1f69fcbc643c14a
+Fix the include path in the installed CMake target imp

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

2018-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 11, 2018 @ 17:10:34
  Author: svenstaro
Revision: 315736

upgpkg: i7z 0.27.2.git1-5

Switch to maintained upstream

Modified:
  i7z/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 16:00:24 UTC (rev 315735)
+++ PKGBUILD2018-04-11 17:10:34 UTC (rev 315736)
@@ -4,7 +4,7 @@
 
 pkgname=i7z
 pkgver=0.27.2.git1
-pkgrel=4
+pkgrel=5
 pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
 arch=('x86_64')
 license=('GPL2')
@@ -11,23 +11,27 @@
 depends=('ncurses')
 makedepends=('qt4' 'git')
 optdepends=('qt4: for i7z-gui')
-url="https://github.com/ajaiantilal/i7z";
-source=(git://github.com/ajaiantilal/i7z.git#commit=5023138)
+url="https://github.com/afontenot/i7z";
+source=(git://github.com/afontenot/i7z.git#commit=dfbcd77)
 md5sums=('SKIP')
 
+prepare() {
+cd ${pkgname}
+
+sed -i "s|/usr/lib/x86_64-linux-gnu/qt4/bin/qmake|qmake-qt4|g" 
src/GUI/Makefile
+}
+
 build() {
-cd ${srcdir}/${pkgname}
+cd ${pkgname}
 
 make
 
-cd GUI
-qmake-qt4
-make clean
+cd src/GUI
 make
 }
 package() {
-cd ${srcdir}/${pkgname}
+cd ${pkgname}
 
 install -Dm 755 i7z ${pkgdir}/usr/bin/i7z
-install -Dm 755 GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
+install -Dm 755 src/GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
 }


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

2018-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 11, 2018 @ 17:10:42
  Author: svenstaro
Revision: 315737

archrelease: copy trunk to community-x86_64

Added:
  i7z/repos/community-x86_64/PKGBUILD
(from rev 315736, i7z/trunk/PKGBUILD)
Deleted:
  i7z/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 17:10:34 UTC (rev 315736)
+++ PKGBUILD2018-04-11 17:10:42 UTC (rev 315737)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Nathan O 
-
-pkgname=i7z
-pkgver=0.27.2.git1
-pkgrel=4
-pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('ncurses')
-makedepends=('qt4' 'git')
-optdepends=('qt4: for i7z-gui')
-url="https://github.com/ajaiantilal/i7z";
-source=(git://github.com/ajaiantilal/i7z.git#commit=5023138)
-md5sums=('SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}
-
-make
-
-cd GUI
-qmake-qt4
-make clean
-make
-}
-package() {
-cd ${srcdir}/${pkgname}
-
-install -Dm 755 i7z ${pkgdir}/usr/bin/i7z
-install -Dm 755 GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
-}

Copied: i7z/repos/community-x86_64/PKGBUILD (from rev 315736, 
i7z/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 17:10:42 UTC (rev 315737)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Nathan O 
+
+pkgname=i7z
+pkgver=0.27.2.git1
+pkgrel=5
+pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
+arch=('x86_64')
+license=('GPL2')
+depends=('ncurses')
+makedepends=('qt4' 'git')
+optdepends=('qt4: for i7z-gui')
+url="https://github.com/afontenot/i7z";
+source=(git://github.com/afontenot/i7z.git#commit=dfbcd77)
+md5sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+sed -i "s|/usr/lib/x86_64-linux-gnu/qt4/bin/qmake|qmake-qt4|g" 
src/GUI/Makefile
+}
+
+build() {
+cd ${pkgname}
+
+make
+
+cd src/GUI
+make
+}
+package() {
+cd ${pkgname}
+
+install -Dm 755 i7z ${pkgdir}/usr/bin/i7z
+install -Dm 755 src/GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
+}


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 18:07:30
  Author: arojas
Revision: 315738

Update to 2.2.2

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 17:10:42 UTC (rev 315737)
+++ PKGBUILD2018-04-11 18:07:30 UTC (rev 315738)
@@ -6,9 +6,9 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.2.1
+pkgver=2.2.2
 _commit=26c271d8a721447f24f118c9d0236a02118d0009
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url="http://gmic.eu/";
 license=(custom:CeCILL)
@@ -16,9 +16,9 @@
 source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz";
 git://github.com/dtschump/gmic-community.git#commit=$_commit

gmic-qt-v.$pkgver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v.$pkgver.tar.gz";)
-sha256sums=('3c05754568127d20d0ab3b50e49e00d3c89b26078a15725d0bfb8b1ed50f4c45'
+sha256sums=('cce23f791c7c9f4a09ef00c4b696b29fe2ee55725cc03e9273c3da52bd900e7f'
 'SKIP'
-'ab2db76d92cd476e9e45fd226f9ebca86819a3d17d740ad5172e094e072f26c0')
+'13bb8e3207af1e6aac0b3c2694e8bb212bb14e574c5fa9d6d2899966d1ee835f')
 
 prepare() {
   mv gmic-$pkgver gmic
@@ -49,7 +49,7 @@
   pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
   depends=(opencv fftw qt5-base)
 
-  install -Dm755 zart/zart -t "$pkgdir"/usr/bin
+  install -Dm755 gmic/zart/zart -t "$pkgdir"/usr/bin
   install -Dm644 zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
 }
 
@@ -57,7 +57,7 @@
   pkgdesc="Gimp plugin for the G'MIC image processing framework"
   depends=(gimp fftw qt5-base curl)
 
-  install -Dm755 gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
+  install -Dm755 gmic/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
   install -Dm644 gmic-qt/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -65,6 +65,5 @@
   pkgdesc="Krita plugin for the G'MIC image processing framework"
   depends=(krita)
 
-  cd gmic-qt
-  install -Dm755 gmic_krita_qt -t "$pkgdir"/usr/bin/
+  install -Dm755 gmic/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
 }


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

2018-04-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 11, 2018 @ 18:15:36
  Author: arojas
Revision: 315739

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 315738, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 18:07:30 UTC (rev 315738)
+++ PKGBUILD2018-04-11 18:15:36 UTC (rev 315739)
@@ -1,70 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.2.1
-_commit=26c271d8a721447f24f118c9d0236a02118d0009
-pkgrel=2
-arch=(x86_64)
-url="http://gmic.eu/";
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv git hdf5 gtkglext)
-source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz";
-git://github.com/dtschump/gmic-community.git#commit=$_commit
-   
gmic-qt-v.$pkgver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v.$pkgver.tar.gz";)
-sha256sums=('3c05754568127d20d0ab3b50e49e00d3c89b26078a15725d0bfb8b1ed50f4c45'
-'SKIP'
-'ab2db76d92cd476e9e45fd226f9ebca86819a3d17d740ad5172e094e072f26c0')
-
-prepare() {
-  mv gmic-$pkgver gmic
-  mv gmic-community/zart zart
-  mv gmic-qt-v.$pkgver gmic-qt
-
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic/src/Makefile
-  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-qt/gmic_qt.pro
-}
-
-build() {
-  cd gmic
-  make -C src all WGET=/bin/true -j1
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -rf "$pkgdir"/usr/{bin/zart,lib/gimp,share/zart,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(opencv fftw qt5-base)
-
-  install -Dm755 zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp fftw qt5-base curl)
-
-  install -Dm755 gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-qt/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita)
-
-  cd gmic-qt
-  install -Dm755 gmic_krita_qt -t "$pkgdir"/usr/bin/
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 315738, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 18:15:36 UTC (rev 315739)
@@ -0,0 +1,69 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.2.2
+_commit=26c271d8a721447f24f118c9d0236a02118d0009
+pkgrel=1
+arch=(x86_64)
+url="http://gmic.eu/";
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git hdf5 gtkglext)
+source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz";
+git://github.com/dtschump/gmic-community.git#commit=$_commit
+   
gmic-qt-v.$pkgver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v.$pkgver.tar.gz";)
+sha256sums=('cce23f791c7c9f4a09ef00c4b696b29fe2ee55725cc03e9273c3da52bd900e7f'
+'SKIP'
+'13bb8e3207af1e6aac0b3c2694e8bb212bb14e574c5fa9d6d2899966d1ee835f')
+
+prepare() {
+  mv gmic-$pkgver gmic
+  mv gmic-community/zart zart
+  mv gmic-qt-v.$pkgver gmic-qt
+
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic/src/Makefile
+  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-qt/gmic_qt.pro
+}
+
+build() {
+  cd gmic
+  make -C src all WGET=/bin/true -j1
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=(opencv fftw curl)
+  optdepends=('qt5-base: for the Qt UI')
+
+  cd gmic/src
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -rf "$pkgdir"/usr/{bin/zart,lib/gimp,share/zart,bin/gmic_krita_qt}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=(opencv fftw qt5-base)
+
+  install -Dm755 gmic/zart/zart -t "$pkgdir"/usr/bin
+  install -Dm644 zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/

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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 18:35:50
  Author: bpiotrowski
Revision: 321569

archrelease: copy trunk to staging-x86_64

Added:
  gnet/repos/staging-x86_64/
  gnet/repos/staging-x86_64/PKGBUILD
(from rev 321568, gnet/trunk/PKGBUILD)

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

Copied: gnet/repos/staging-x86_64/PKGBUILD (from rev 321568, 
gnet/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 18:35:50 UTC (rev 321569)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gnet
+pkgver=2.0.8
+pkgrel=5
+pkgdesc="A simple network library"
+arch=('x86_64')
+url="http://live.gnome.org/GNetLibrary";
+license=('LGPL')
+depends=('glib2' 'libnsl')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnet/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('74a33dd25cc594b874e3a5171795efd99e567387')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-lglib-2.0" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 18:35:41
  Author: bpiotrowski
Revision: 321568

2.0.8-5: rebuild against libnsl 1.2.0

Modified:
  gnet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 17:16:44 UTC (rev 321567)
+++ PKGBUILD2018-04-11 18:35:41 UTC (rev 321568)
@@ -3,12 +3,12 @@
 
 pkgname=gnet
 pkgver=2.0.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A simple network library"
 arch=('x86_64')
 url="http://live.gnome.org/GNetLibrary";
 license=('LGPL')
-depends=('glib2')
+depends=('glib2' 'libnsl')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/gnet/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('74a33dd25cc594b874e3a5171795efd99e567387')
 


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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 18:37:24
  Author: bpiotrowski
Revision: 321570

3.14.1-2: rebuild against libnsl 1.2.0

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 18:35:50 UTC (rev 321569)
+++ PKGBUILD2018-04-11 18:37:24 UTC (rev 321570)
@@ -3,12 +3,12 @@
 
 pkgname=syslog-ng
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('x86_64')
 url="http://www.balabit.com/network-security/syslog-ng/";
 license=('GPL2' 'LGPL2.1')
-depends=('awk' 'systemd' 'glib2' 'libdbi')
+depends=('awk' 'systemd' 'glib2' 'libdbi' 'libnsl')
 makedepends=('libxslt' 'json-c' 'libmongoc' 'librabbitmq-c' 'python')
 checkdepends=('python-nose' 'python-ply')
 optdepends=('logrotate: for rotating log files'


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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 18:37:35
  Author: bpiotrowski
Revision: 321571

archrelease: copy trunk to staging-x86_64

Added:
  syslog-ng/repos/staging-x86_64/
  syslog-ng/repos/staging-x86_64/PKGBUILD
(from rev 321570, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/staging-x86_64/syslog-ng.conf
(from rev 321570, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/staging-x86_64/syslog-ng.logrotate
(from rev 321570, syslog-ng/trunk/syslog-ng.logrotate)

-+
 PKGBUILD|   62 +
 syslog-ng.conf  |   92 ++
 syslog-ng.logrotate |7 +++
 3 files changed, 161 insertions(+)

Copied: syslog-ng/repos/staging-x86_64/PKGBUILD (from rev 321570, 
syslog-ng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 18:37:35 UTC (rev 321571)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=syslog-ng
+pkgver=3.14.1
+pkgrel=2
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('x86_64')
+url="http://www.balabit.com/network-security/syslog-ng/";
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'systemd' 'glib2' 'libdbi' 'libnsl')
+makedepends=('libxslt' 'json-c' 'libmongoc' 'librabbitmq-c' 'python')
+checkdepends=('python-nose' 'python-ply')
+optdepends=('logrotate: for rotating log files'
+   'json-c: for json-plugin'
+'curl: for the HTTP module'
+'librabbitmq-c: for the AMQP plugin'
+'libmongoc: for the MongoDB plugin'
+'python: for the Python plugin')
+conflicts=('eventlog')
+replaces=('eventlog')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng'
+'etc/default/syslog-ng@default')
+source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)
+sha256sums=('0245260dc9942a9a07110948151654a60992e039821358da348fb34356c4e944'
+'40dee47045c814fc1ec8537a450ae2de849ab5f931ecc6de1bfde26573839b2b'
+'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng@.service
+  sed -i -e 's|etc|etc/syslog-ng|g' -e 's|/var/run|/run|g' 
contrib/systemd/syslog-ng@default
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
+--sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share 
\
+--with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
+--enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-manpages --with-jsonc=system --with-mongoc=system 
--with-librabbitmq-client=system
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check || /bin/true # python test requires pep8
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
+  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
+  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/contrib/systemd/syslog-ng@default 
-t "$pkgdir"/etc/default
+
+# See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html
+  rm -r "$pkgdir"/usr/share/syslog-ng/include/scl/cim
+}

Copied: syslog-ng/repos/staging-x86_64/syslog-ng.conf (from rev 321570, 
syslog-ng/trunk/syslog-ng.conf)
===
--- staging-x86_64/syslog-ng.conf   (rev 0)
+++ staging-x86_64/syslog-ng.conf   2018-04-11 18:37:35 UTC (rev 321571)
@@ -0,0 +1,92 @@
+@version: 3.14
+@include "scl.conf"
+#
+# /etc/syslog-ng/syslog-ng.conf
+#
+
+options {
+  stats_freq (0);
+  flush_lines (0);
+  time_reopen (10);
+  log_fifo_size (1);
+  chain_hostnames (off);
+  use_dns (no);
+  use_fqdn (no);
+  create_dirs (no);
+  keep_hostname (yes);
+  perm(0640);
+  group("log");
+};
+
+source src {
+  system();
+  internal();
+};
+
+destination d_authlog { file("/var/log/auth.log"); };
+destination d_syslog { file("/var/log/syslog.log"); };
+destination d_cron { file("/var/log/crond.log"); };
+destination d_daemon { file("/var/log/daemon.log"); };
+destination d_kernel { file("/var/log/kernel.log"); };
+destination d_lpr { file("/var/log/lpr.log"); };
+destination d_user { file("/var/log/user.log"); };
+destination d_uucp { file("/var/log/uucp.log"); };
+destination d_mail { file("/var/log/mail.log"); };
+destination d_news { file("/var/log/news.log"); };
+destination d_ppp { file("/var/log/ppp.log"); };
+destination d_debu

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

2018-04-11 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 11, 2018 @ 18:37:26
  Author: eschwartz
Revision: 315740

upgpkg: npm 5.8.0-2

Fix deduplication. Clean up junk symlinks in .bin/ and fix some paths for 
node-gyp.
Fixes FS#58129 and FS#56975

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 18:15:36 UTC (rev 315739)
+++ PKGBUILD2018-04-11 18:37:26 UTC (rev 315740)
@@ -3,7 +3,7 @@
 
 pkgname=npm
 pkgver=5.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A package manager for javascript'
 arch=('any')
 url='https://www.npmjs.com/'
@@ -28,12 +28,17 @@
   cd npm-$pkgver
   make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
 
-  # Why 777? :/
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
   chmod -R u=rwX,go=rX "$pkgdir"
 
   # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver
-  rm -r 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-lifecycle/node_modules/node-gyp
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/npm-lifecycle/node_modules/{,.bin/}node-gyp
+  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
+"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
 
   install -dm755 "$pkgdir"/usr/share/bash-completion/completions
   node "$srcdir"/npm-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm


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

2018-04-11 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 11, 2018 @ 18:37:57
  Author: eschwartz
Revision: 315741

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 315740, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 18:37:26 UTC (rev 315740)
+++ PKGBUILD2018-04-11 18:37:57 UTC (rev 315741)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=5.8.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'semver')
-makedepends=('procps-ng' 'marked-man')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz";)
-sha512sums=('63864ad8e6a6204f010bbe1ce728df00f97f1ef0c7e6bff9b59faec1d200eb1ea8687ffb42d032d040fe6e12a50756dacb50191e8d03687ed9e2f4d38013f35b')
-
-prepare() {
-  cd npm-$pkgver
-  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
-}
-
-build() {
-  cd npm-$pkgver
-  make
-}
-
-package() {
-  cd npm-$pkgver
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver
-  rm -r 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-lifecycle/node_modules/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/npm-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  install -Dm644 "$srcdir"/npm-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 315740, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 18:37:57 UTC (rev 315741)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=5.8.0
+pkgrel=2
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'semver')
+makedepends=('procps-ng' 'marked-man')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz";)
+sha512sums=('63864ad8e6a6204f010bbe1ce728df00f97f1ef0c7e6bff9b59faec1d200eb1ea8687ffb42d032d040fe6e12a50756dacb50191e8d03687ed9e2f4d38013f35b')
+
+prepare() {
+  cd npm-$pkgver
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+}
+
+build() {
+  cd npm-$pkgver
+  make
+}
+
+package() {
+  cd npm-$pkgver
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/npm-lifecycle/node_modules/{,.bin/}node-gyp
+  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
+"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node "$srcdir"/npm-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
+
+  install -Dm644 "$srcdir"/npm-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 18:38:26
  Author: bpiotrowski
Revision: 321572

1.2.9-4: rebuild against libnsl 1.2.0

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 18:37:35 UTC (rev 321571)
+++ PKGBUILD2018-04-11 18:38:26 UTC (rev 321572)
@@ -3,12 +3,12 @@
 
 pkgname=xine-lib
 pkgver=1.2.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A multimedia playback engine"
 arch=('x86_64')
 url="http://www.xine-project.org";
 license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
+depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
 makedepends=('wavpack' 'faad2' 'libmng' 'libmagick6' 'mesa' 'libmodplug'
  'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
  'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')


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

2018-04-11 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 11, 2018 @ 18:38:35
  Author: bpiotrowski
Revision: 321573

archrelease: copy trunk to staging-x86_64

Added:
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 321572, xine-lib/trunk/PKGBUILD)

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

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 321572, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 18:38:35 UTC (rev 321573)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.9
+pkgrel=4
+pkgdesc="A multimedia playback engine"
+arch=('x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
+makedepends=('wavpack' 'faad2' 'libmng' 'libmagick6' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')
+optdepends=('libmagick6: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz)
+sha1sums=('ad6e72b7d8ff6172a8a170ab1bc38577ae321371')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
+--disable-optimizations 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2018-04-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 11, 2018 @ 18:53:38
  Author: foutrelis
Revision: 321575

archrelease: copy trunk to staging-x86_64

Added:
  pidgin/repos/staging-x86_64/
  pidgin/repos/staging-x86_64/PKGBUILD
(from rev 321574, pidgin/trunk/PKGBUILD)
  pidgin/repos/staging-x86_64/purple-remote-python3.patch
(from rev 321574, pidgin/trunk/purple-remote-python3.patch)

-+
 PKGBUILD|  100 ++
 purple-remote-python3.patch |   34 ++
 2 files changed, 134 insertions(+)

Copied: pidgin/repos/staging-x86_64/PKGBUILD (from rev 321574, 
pidgin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 18:53:38 UTC (rev 321575)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Lucien Immink 
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.13.0
+pkgrel=2
+arch=('x86_64')
+url="http://pidgin.im/";
+license=('GPL')
+makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
+ 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
+ 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'networkmanager')
+source=(https://bitbucket.org/pidgin/main/downloads/$pkgname-$pkgver.tar.bz2{,.asc}
+purple-remote-python3.patch)
+sha256sums=('2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f'
+'SKIP'
+'4eb6be9310e4d5d1b906b1d579c395000ee0af6d6f5056307233512151d1f4b1')
+validpgpkeys=('364E2EB38EA6A8D61FB963AD75FE259AA8AC8032') # Gary Kramlich 
(grim) 
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # https://developer.pidgin.im/ticket/17065
+  patch -Np1 -i ../purple-remote-python3.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-schemas-install \
+--disable-meanwhile \
+--disable-gnutls \
+--enable-cyrus-sasl \
+--disable-doxygen \
+--enable-nm \
+--with-system-ssl-certs=/etc/ssl/certs
+make
+}
+
+package_pidgin(){
+  pkgdesc="Multi-protocol instant messaging client"
+  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
+   'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
+  optdepends=('aspell: for spelling correction')
+
+  cd $pkgbase-$pkgver
+
+  # For linking
+  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
+
+  make -C pidgin DESTDIR="$pkgdir" install
+  make -C doc DESTDIR="$pkgdir" install
+
+  # Remove files that are packaged in libpurle
+  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
+
+  rm "$pkgdir/usr/share/man/man1/finch.1"
+}
+
+package_libpurple(){
+  pkgdesc="IM library extracted from Pidgin"
+  depends=('farstream' 'libsasl' 'libidn' 'libnsl' 'libgadu' 'dbus-glib' 'nss')
+  optdepends=('avahi: Bonjour protocol support'
+  'ca-certificates: SSL CA certificates'
+  'python-dbus: for purple-remote and purple-url-handler'
+  'tk: Tcl/Tk scripting support')
+
+  cd $pkgbase-$pkgver
+
+  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
+make -C "$_dir" DESTDIR="$pkgdir" install
+  done
+}
+
+package_finch(){
+  pkgdesc="A ncurses-based messaging client"
+  depends=('libpurple' 'libx11' 'python')
+
+  cd $pkgbase-$pkgver
+
+  # For linking
+  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
+
+  make -C finch DESTDIR="$pkgdir" install
+  make -C doc DESTDIR="$pkgdir" install
+
+  # Remove files that are packaged in libpurle
+  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
+
+  rm "$pkgdir"/usr/share/man/man1/pidgin.1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/staging-x86_64/purple-remote-python3.patch (from rev 
321574, pidgin/trunk/purple-remote-python3.patch)
===
--- staging-x86_64/purple-remote-python3.patch  (rev 0)
+++ staging-x86_64/purple-remote-python3.patch  2018-04-11 18:53:38 UTC (rev 
321575)
@@ -0,0 +1,34 @@
+# HG changeset patch
+# User Evangelos Foutras 
+# Date 1520583640 -7200
+#  Fri Mar 09 10:20:40 2018 +0200
+# Branch release-2.x.y
+# Node ID ac2e05444162f1dc0fd60e4d5c8b4cbe2969b695
+# Parent  02df346d26d00cb9a1420c11a59fccb35d92f04e
+Adjust purple-remote to work with Python 3
+
+Fixes the following error:
+
+Traceback (most recent call last):
+  File "./libpurple/purple-remote", line 241, in 
+print("No existing libpurple instance detected.")
+  File "/usr/lib/python3.6/codecs.py", line 377, in write
+self.stream.write(data)
+TypeError: write() argument must be str, not bytes
+
+diff -r 02df346d26d0 -r ac2e05444162 libpurple/purple-remote
+--- a/libpurple/purple-remote  Thu Mar 08 22

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

2018-04-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 11, 2018 @ 18:53:30
  Author: foutrelis
Revision: 321574

upgpkg: pidgin 2.13.0-2

libnsl 1.2.0 rebuild

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 18:38:35 UTC (rev 321573)
+++ PKGBUILD2018-04-11 18:53:30 UTC (rev 321574)
@@ -7,13 +7,13 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.13.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://pidgin.im/";
 license=('GPL')
 makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream'
- 'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
+ 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
+ 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'networkmanager')
 
source=(https://bitbucket.org/pidgin/main/downloads/$pkgname-$pkgver.tar.bz2{,.asc}
 purple-remote-python3.patch)
 sha256sums=('2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f'
@@ -66,7 +66,7 @@
 
 package_libpurple(){
   pkgdesc="IM library extracted from Pidgin"
-  depends=('farstream' 'libsasl' 'libidn' 'libgadu' 'dbus-glib' 'nss')
+  depends=('farstream' 'libsasl' 'libidn' 'libnsl' 'libgadu' 'dbus-glib' 'nss')
   optdepends=('avahi: Bonjour protocol support'
   'ca-certificates: SSL CA certificates'
   'python-dbus: for purple-remote and purple-url-handler'


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:00:46
  Author: bisson
Revision: 321577

rebuild with standalone libnsl

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 18:55:52 UTC (rev 321576)
+++ PKGBUILD2018-04-11 19:00:46 UTC (rev 321577)
@@ -5,12 +5,12 @@
 
 pkgname=graphviz
 pkgver=2.40.1
-pkgrel=10
+pkgrel=11
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
 arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl')
 makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
 optdepends=('mono: sharp bindings'
 'guile: guile bindings'


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:01:17
  Author: bisson
Revision: 321578

archrelease: copy trunk to staging-x86_64

Added:
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 321577, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 321577, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 321577, graphviz/trunk/install)

--+
 PKGBUILD |   57 +
 ghostscript918.patch |   18 +++
 install  |   12 ++
 3 files changed, 87 insertions(+)

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 321577, 
graphviz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 19:01:17 UTC (rev 321578)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=11
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# http://www.graphviz.org/Download_source.php
+source=("https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz";
+'ghostscript918.patch')
+sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   export LIBPOSTFIX=/
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Deduplicates TCL libraries
+   cd "${pkgdir}/usr/lib/tcl8.6"
+   rm -fr graphviz
+   ln -s ../graphviz/tcl graphviz
+}

Copied: graphviz/repos/staging-x86_64/ghostscript918.patch (from rev 321577, 
graphviz/trunk/ghostscript918.patch)
===
--- staging-x86_64/ghostscript918.patch (rev 0)
+++ staging-x86_64/ghostscript918.patch 2018-04-11 19:01:17 UTC (rev 321578)
@@ -0,0 +1,18 @@
+diff -uprb graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c 
graphviz-2.38.0/plugin/gs/gvloadimage_gs.c
+--- graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c2014-04-13 
23:40:25.0 +0300
 graphviz-2.38.0/plugin/gs/gvloadimage_gs.c 2015-11-11 00:08:32.916123704 
+0200
+@@ -72,11 +72,11 @@ static void gs_error(GVJ_t * job, const
+ 
+ assert (err < 0);
+ 
+-if (err >= e_VMerror) 
++if (err >= gs_error_VMerror)
+   errsrc = "PostScript Level 1"; 
+-else if (err >= e_unregistered)
++else if (err >= gs_error_unregistered)
+   errsrc = "PostScript Level 2";
+-else if (err >= e_invalidid)
++else if (err >= gs_error_invalidid)
+   errsrc = "DPS error";
+ else
+   errsrc = "Ghostscript internal error";

Copied: graphviz/repos/staging-x86_64/install (from rev 321577, 
graphviz/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2018-04-11 19:01:17 UTC (rev 321578)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:03:10
  Author: bisson
Revision: 315742

rebuild with standalone libnsl

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 18:37:57 UTC (rev 315741)
+++ PKGBUILD2018-04-11 19:03:10 UTC (rev 315742)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -38,7 +38,7 @@
 'libmicrohttpd: prometheus plugin')
 
 makedepends=(${optdepends[@]%:*})
-depends=('libltdl' 'iptables')
+depends=('libltdl' 'iptables' 'libnsl')
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
 'service')


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:03:28
  Author: bisson
Revision: 315743

archrelease: copy trunk to staging-x86_64

Added:
  collectd/repos/staging-x86_64/
  collectd/repos/staging-x86_64/PKGBUILD
(from rev 315742, collectd/trunk/PKGBUILD)
  collectd/repos/staging-x86_64/service
(from rev 315742, collectd/trunk/service)

--+
 PKGBUILD |   74 +
 service  |   13 ++
 2 files changed, 87 insertions(+)

Copied: collectd/repos/staging-x86_64/PKGBUILD (from rev 315742, 
collectd/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 19:03:28 UTC (rev 315743)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.8.0
+pkgrel=5
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'libmariadbclient: mysql plugin'
+'libsystemd: UdevNameAttr option'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'yajl: curl_json plugin'
+'libatasmart: smart plugin'
+'lvm2: lvm plugin'
+'protobuf-c: write_riemann plugin'
+'mosquitto: MQTT plugin'
+'libmicrohttpd: prometheus plugin')
+
+makedepends=(${optdepends[@]%:*})
+depends=('libltdl' 'iptables' 'libnsl')
+
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
+'service')
+sha256sums=('b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9'
+'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
+
+backup=('etc/collectd.conf')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/ -Werror//g' -i configure
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export MAKEFLAGS='-j1'
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --with-python=/usr/bin/python \
+   --with-perl-bindings='INSTALLDIRS=vendor'
+   make all
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rmdir "${pkgdir}/var/run" # FS#30201
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
+}

Copied: collectd/repos/staging-x86_64/service (from rev 315742, 
collectd/trunk/service)
===
--- staging-x86_64/service  (rev 0)
+++ staging-x86_64/service  2018-04-11 19:03:28 UTC (rev 315743)
@@ -0,0 +1,13 @@
+[Unit]
+Description=System statistics collection daemon
+After=local-fs.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/collectdmon.pid
+ExecStart=/usr/bin/collectdmon
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:06:57
  Author: bisson
Revision: 321580

archrelease: copy trunk to staging-x86_64

Added:
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 321579, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 321579, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/service
(from rev 321579, postfix/trunk/service)
  postfix/repos/staging-x86_64/sysusers.d
(from rev 321579, postfix/trunk/sysusers.d)

---+
 PKGBUILD  |  102 
 aliases.patch |   18 +
 service   |   14 +++
 sysusers.d|2 +
 4 files changed, 136 insertions(+)

Copied: postfix/repos/staging-x86_64/PKGBUILD (from rev 321579, 
postfix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 19:06:57 UTC (rev 321580)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.3.0
+pkgrel=3
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
+'aliases.patch'
+   'sysusers.d'
+'service')
+sha256sums=('7942e89721e30118d7050675b0d976955e3160e21f7898b85a79cac4f4baef39'
+'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
+   '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
+'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install > ../arch-post-install
+   cd "${pkgdir}"
+   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
+   sh "${srcdir}/arch-post-install" \
+command_directory=usr/bin \
+config_directory=etc/postfix \
+meta_directory=etc/postfix \
+setgid_group=75 \
+mail_owner=73 \
+set-permissions
+
+   patch --no-backup-if-mismatch -p0 -i "${srcdir}"/aliases.patch
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "etc/postfix/postfix-file

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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:06:31
  Author: bisson
Revision: 321579

rebuild with standalone libnsl

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 19:01:17 UTC (rev 321578)
+++ PKGBUILD2018-04-11 19:06:31 UTC (rev 321579)
@@ -5,12 +5,12 @@
 
 pkgname=postfix
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
 arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
 'aliases.patch'


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:07:14
  Author: bisson
Revision: 315744

oopsy

Deleted:
  collectd/repos/staging-x86_64/


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:07:39
  Author: bisson
Revision: 315745

archrelease: copy trunk to community-staging-x86_64

Added:
  collectd/repos/community-staging-x86_64/
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 315744, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/service
(from rev 315744, collectd/trunk/service)

--+
 PKGBUILD |   74 +
 service  |   13 ++
 2 files changed, 87 insertions(+)

Copied: collectd/repos/community-staging-x86_64/PKGBUILD (from rev 315744, 
collectd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-11 19:07:39 UTC (rev 315745)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.8.0
+pkgrel=5
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'libmariadbclient: mysql plugin'
+'libsystemd: UdevNameAttr option'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'yajl: curl_json plugin'
+'libatasmart: smart plugin'
+'lvm2: lvm plugin'
+'protobuf-c: write_riemann plugin'
+'mosquitto: MQTT plugin'
+'libmicrohttpd: prometheus plugin')
+
+makedepends=(${optdepends[@]%:*})
+depends=('libltdl' 'iptables' 'libnsl')
+
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
+'service')
+sha256sums=('b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9'
+'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
+
+backup=('etc/collectd.conf')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/ -Werror//g' -i configure
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export MAKEFLAGS='-j1'
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --with-python=/usr/bin/python \
+   --with-perl-bindings='INSTALLDIRS=vendor'
+   make all
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rmdir "${pkgdir}/var/run" # FS#30201
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
+}

Copied: collectd/repos/community-staging-x86_64/service (from rev 315744, 
collectd/trunk/service)
===
--- community-staging-x86_64/service(rev 0)
+++ community-staging-x86_64/service2018-04-11 19:07:39 UTC (rev 315745)
@@ -0,0 +1,13 @@
+[Unit]
+Description=System statistics collection daemon
+After=local-fs.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/collectdmon.pid
+ExecStart=/usr/bin/collectdmon
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2018-04-11 Thread Levente Polyak via arch-commits
Date: Wednesday, April 11, 2018 @ 19:23:53
  Author: anthraxx
Revision: 315754

addpkg: flawfinder-2.0.6-1

Added:
  flawfinder/trunk/
  flawfinder/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2018-04-11 19:23:53 UTC (rev 315754)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Python Shell 
+# Contributor: paraxor 
+# Contributor: Pranay Kanwar 
+
+pkgname=flawfinder
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='Searches through source code for potential security flaws'
+url='http://www.dwheeler.com/flawfinder'
+arch=('any')
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python2')
+source=(http://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
+sha256sums=('d33caeb94fc7ab80b75d2a7a871cb6e3f70e50fb835984e8b4d56e19ede143fc')
+sha512sums=('e9597fd8afb9e6209e6a65357466860966cfde863027401c4d14257f192c466dc7472e3a759b32091bab7cc8906506a6b6fad6e8153f823b8d18f032183b84b9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|env python.*|env python|' -i flawfinder
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" prefix=/usr install
+  install -Dm 644 README ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-11 Thread Levente Polyak via arch-commits
Date: Wednesday, April 11, 2018 @ 19:23:14
  Author: anthraxx
Revision: 315753

archrelease: copy trunk to community-any

Added:
  flawfinder/
  flawfinder/repos/
  flawfinder/repos/community-any/


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

2018-04-11 Thread Levente Polyak via arch-commits
Date: Wednesday, April 11, 2018 @ 19:28:17
  Author: anthraxx
Revision: 315755

archrelease: copy trunk to community-any

Added:
  flawfinder/repos/community-any/PKGBUILD
(from rev 315754, flawfinder/trunk/PKGBUILD)

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

Copied: flawfinder/repos/community-any/PKGBUILD (from rev 315754, 
flawfinder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 19:28:17 UTC (rev 315755)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Python Shell 
+# Contributor: paraxor 
+# Contributor: Pranay Kanwar 
+
+pkgname=flawfinder
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='Searches through source code for potential security flaws'
+url='http://www.dwheeler.com/flawfinder'
+arch=('any')
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python2')
+source=(http://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
+sha256sums=('d33caeb94fc7ab80b75d2a7a871cb6e3f70e50fb835984e8b4d56e19ede143fc')
+sha512sums=('e9597fd8afb9e6209e6a65357466860966cfde863027401c4d14257f192c466dc7472e3a759b32091bab7cc8906506a6b6fad6e8153f823b8d18f032183b84b9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|env python.*|env python|' -i flawfinder
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" prefix=/usr install
+  install -Dm 644 README ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 11, 2018 @ 19:33:31
  Author: foutrelis
Revision: 315757

upgpkg: julia 2:0.6.2-3

libgit 0.27.0 rebuild

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 19:32:04 UTC (rev 315756)
+++ PKGBUILD2018-04-11 19:33:31 UTC (rev 315757)
@@ -9,7 +9,7 @@
 pkgname=('julia' 'julia-docs')
 epoch=2
 pkgver=0.6.2
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'


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

2018-04-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 11, 2018 @ 19:33:40
  Author: foutrelis
Revision: 315758

archrelease: copy trunk to community-staging-x86_64

Added:
  julia/repos/community-staging-x86_64/
  julia/repos/community-staging-x86_64/PKGBUILD
(from rev 315757, julia/trunk/PKGBUILD)
  julia/repos/community-staging-x86_64/julia-libunwind-version.patch
(from rev 315757, julia/trunk/julia-libunwind-version.patch)
  julia/repos/community-staging-x86_64/julia-makefile.patch
(from rev 315757, julia/trunk/julia-makefile.patch)
  julia/repos/community-staging-x86_64/sysfix.install
(from rev 315757, julia/trunk/sysfix.install)

---+
 PKGBUILD  |  146 
 julia-libunwind-version.patch |   15 
 julia-makefile.patch  |   13 +++
 sysfix.install|   10 ++
 4 files changed, 184 insertions(+)

Copied: julia/repos/community-staging-x86_64/PKGBUILD (from rev 315757, 
julia/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-11 19:33:40 UTC (rev 315758)
@@ -0,0 +1,146 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+# Contributor: Valentin Churavy 
+
+pkgbase=julia
+pkgname=('julia' 'julia-docs')
+epoch=2
+pkgver=0.6.2
+pkgrel=3
+arch=('x86_64')
+pkgdesc='High-level, high-performance, dynamic programming language'
+url='https://julialang.org/'
+license=('MIT')
+makedepends=('arpack' 'cmake' 'fftw' 'gcc-fortran' 'gmp' 'libgit2' 'libunwind' 
'mpfr' 'patchelf' 'pcre2' 'python2' 'suitesparse')
+options=('!emptydirs' 'staticlibs')
+source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
+julia-libunwind-version.patch
+julia-makefile.patch)
+sha256sums=('1e34c13091c9ddb47cf87a51566d94a06613f3db3c483b8f63b276e416dd621b'
+'SKIP'
+'16009ce454f58463464027cbaf6186ccfab84c37660a52fb1ec3a0f514df64f9'
+'342b43532fbace3508688eee879113160e01cbbda29610b53f2f34796bc0312a')
+validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495') # Julia (Binary 
signing key) 
+
+prepare() {
+  # For /etc/ld.so.conf.d/
+  echo '/usr/lib/julia' > julia.conf
+
+  cd "$pkgbase-$pkgver"
+  patch -p1 -i ../julia-libunwind-version.patch
+  patch -p0 -i ../julia-makefile.patch # make 'make install' really just 
install
+}
+
+build() {
+  # Make sure not to set -march
+  export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+  export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+
+  unset ARCH
+
+  # See FS#57387 for why SYSTEM_LLVM=0, for now
+
+  make -C "$pkgbase-$pkgver" \
+prefix=/usr \
+sysconfdir=/etc \
+MARCH="x86-64" \
+JULIA_BUILD_MODE=release \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=0 \
+USE_SYSTEM_LAPACK=0 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=1 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_INTEL_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=1 \
+USE_SYSTEM_LIBGIT2=1 \
+USE_SYSTEM_PATCHELF=1 \
+USE_SYSTEM_DSFMT=0
+}
+
+package_julia() {
+  backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
+  depends=('arpack' 'fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'mpfr' 
'patchelf' 'pcre2' 'suitesparse')
+  optdepends=('gnuplot: If using the Gaston Package from julia')
+  install='sysfix.install'
+
+  # Make sure not to set -march
+  export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+  export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+
+  unset ARCH
+
+  # See FS#57387 for why SYSTEM_LLVM=0, for now
+
+  make -C "$pkgbase-$pkgver" \
+DESTDIR="$pkgdir" \
+prefix=/usr \
+sysconfdir=/etc  \
+MARCH="x86-64" \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=0 \
+USE_SYSTEM_LAPACK=0 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=1 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_INTEL_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=1 \
+USE_SYSTEM_LIBGIT2=1 \
+USE_SYSTEM_PATCHELF=1 \
+USE_SYSTEM_DSFMT=0 \
+install
+
+  # Remove duplicate man-page from julia/doc
+  rm -rvf "$pkgdir/usr/share/julia/doc/man"
+
+  # For /etc/ld.so.conf.d, FS#41731
+  install -Dm644 "$srcdir/julia.conf" "$pkgdir/etc/ld.so.conf.d/julia.conf"
+
+  # Documentation and examples are in the julia-docs packag

[arch-commits] Commit in (trickle)

2018-04-11 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, April 11, 2018 @ 19:34:02
  Author: jlichtblau
Revision: 315759

trickle dumped, dead project

Deleted:
  trickle/


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

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 19:37:47
  Author: heftig
Revision: 321587

4.7.3.a-1

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 19:37:27 UTC (rev 321586)
+++ PKGBUILD2018-04-11 19:37:47 UTC (rev 321587)
@@ -8,9 +8,9 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,jee,cpp,php,javascript})
-pkgver=4.7.3
+pkgver=4.7.3.a
 pkgrel=1
-_release=oxygen-3
+_release=oxygen-3a
 pkgdesc="Highly extensible IDE"
 license=(EPL)
 arch=(x86_64)
@@ -28,17 +28,18 @@
 done
 
 sha256sums=('da1eaf6239cb0c2b5009cd8c261e96e7b17a7536b12fe60fcb1e903f5e67dbdc'
-'5fb8170a0c384914fcb8fcead3f89ad488cb0d0f360a04d247952fa34819ba4a'
-'319fe8ab21fc6df7dab85e4e5bdfaeb51b08d254ca5e5c79c2710a0f81cefa2d'
-'04663a7815c283240ceda544b58eca697f5c5b47ca518a9b148f062022fd2af9'
-'6a7519201185669e614d1cbd11ace0c52b5ab0669d26def5653aba42f9fde670'
-'fd0f3fe288c5385f35ab3fb860666bcf5d8ab4e03d749333b88bda1e442073e9')
+'35325e7bd5e2b9149c844bc9fbbc9fb04a69e3c46515997a003c15509d3cfe54'
+'ca2146c31587c41200408ba509f617df3c1a9831c9886c7abcfebbaf94a59408'
+'82e790efa5c02a7447506c85a138a2cef4fae815201c157480d630da1a55d5d9'
+'e991ed63ffed013729977175318ecd7945d0a16e3026cce0256e45e8c89b9632'
+'afc9a897736c6e4ad8199a7e7733363cf91569e8dde8e21e24c859577fc35c32')
 
 prepare() {
-  for _pkg in ${pkgname[@]}; do
-mkdir $_pkg
-[[ $_pkg == eclipse-common ]] && continue
-bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz" -C $_pkg 
--strip-components 1
+  local pkg
+  for pkg in ${pkgname[@]}; do
+mkdir $pkg
+[[ $pkg == eclipse-common ]] && continue
+bsdtar -xf "$pkg-$_release-linux-gtk-x86_64.tar.gz" -C $pkg 
--strip-components 1
   done
 }
 
@@ -73,20 +74,21 @@
 StartupNotify=true
 END
 
-  for _i in 16 32 48 256; do
-install -Dm644 
eclipse-common/plugins/org.eclipse.platform_*/eclipse${_i}.png \
-  "$pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse.png"
+  local i
+  for i in 16 32 48 256; do
+install -Dm644 eclipse-common/plugins/org.eclipse.platform_*/eclipse$i.png 
\
+  "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/eclipse.png"
   done
 }
 
 _package() {
-  _variant=${1#eclipse-}
-  pkgdesc+=" (${_variant^^} variant)"
+  local variant=${1#eclipse-}
+  pkgdesc+=" (${variant^^} variant)"
   depends=(eclipse-common)
   provides=("eclipse=$pkgver-$pkgrel")
   conflicts=(eclipse)
 
-  case $_variant in
+  case $variant in
 java) replaces=(eclipse) ;;
 cpp)  replaces=(eclipse-cdt) ;;
   esac


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

2018-04-11 Thread Pierre Schmitz via arch-commits
Date: Wednesday, April 11, 2018 @ 19:40:36
  Author: pierre
Revision: 321588

libnsl rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 19:37:47 UTC (rev 321587)
+++ PKGBUILD2018-04-11 19:40:36 UTC (rev 321588)
@@ -22,12 +22,12 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.2.4
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('PHP')
 url='http://www.php.net'
 makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre' 'libnsl')
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
@@ -207,7 +207,7 @@
 
 package_php-apache() {
pkgdesc='Apache SAPI for PHP'
-   depends=('php' 'apache')
+   depends=('php' 'apache' 'libnsl')
backup=('etc/httpd/conf/extra/php7_module.conf')
 
install -D -m755 ${srcdir}/build-apache/libs/libphp7.so 
${pkgdir}/usr/lib/httpd/modules/libphp7.so
@@ -228,7 +228,7 @@
 
 package_php-embed() {
pkgdesc='Embedded PHP SAPI library'
-   depends=('php' 'libsystemd')
+   depends=('php' 'libsystemd' 'libnsl')
options=('!emptydirs')
 
cd ${srcdir}/build


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

2018-04-11 Thread Pierre Schmitz via arch-commits
Date: Wednesday, April 11, 2018 @ 19:41:08
  Author: pierre
Revision: 321589

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 321588, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 321588, php/trunk/apache.conf)
  php/repos/staging-x86_64/apache.patch
(from rev 321588, php/trunk/apache.patch)
  php/repos/staging-x86_64/enchant-2.patch
(from rev 321588, php/trunk/enchant-2.patch)
  php/repos/staging-x86_64/generate_patches
(from rev 321588, php/trunk/generate_patches)
  php/repos/staging-x86_64/php-fpm.patch
(from rev 321588, php/trunk/php-fpm.patch)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 321588, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 321588, php/trunk/php.ini.patch)

--+
 PKGBUILD |  339 +
 apache.conf  |   13 ++
 apache.patch |   20 +++
 enchant-2.patch  |   84 +
 generate_patches |   48 +++
 php-fpm.patch|   74 +++
 php-fpm.tmpfiles |1 
 php.ini.patch|   78 
 8 files changed, 657 insertions(+)

Copied: php/repos/staging-x86_64/PKGBUILD (from rev 321588, php/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-11 19:41:08 UTC (rev 321589)
@@ -0,0 +1,339 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-phpdbg'
+ 'php-dblib'
+ 'php-enchant'
+ 'php-gd'
+ 'php-imap'
+ 'php-intl'
+ 'php-sodium'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=7.2.4
+pkgrel=2
+arch=('x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre' 'libnsl')
+checkdepends=('procps-ng')
+source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
+'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
+sha512sums=('d1d0720f0d4bb28f7ce0ec7c859b14c1e74e9d0e7c73de6988d5ce737d7ccb7308c0a7a2651ee012c630be2cd53e6531505df0a03f0efbb6359176b446982244'
+'SKIP'
+
'65ea5cb38c1fc1874b2a4d08bc52443f9ed5dcc92cf99023a74292c78f9074516296f56c768f7efa8a1f0838feac47b356d3da6fdb1199419bebec3a93204ae6'
+
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'
+
'c5d57a4d06d33856082a461a6796975ec42b655e81abe14bc896692d44b5c28e9b344111e64d13af486168b3dc927d908705e543095f34052f72198f257b4c34'
+
'824e9a0d10063283357d49a81ab49bf834afd24f098482bdbaa9ab60bbad2b0dea6f5879259b73717d437626b02fb4f2d3ef68b7bcbb26bee274a7b61144720f'
+
'1606178f55dee8ca6a3cf47c7db486dca0c261bfffbaf4f69450a3497643910c65f8ee1543839ae4213d8b396afc6e5f86141accac553545c35fe234a50f56e6'
+
'89993be67988f6db09e1102214a41fdb7223274bc6ca71f1defc5fe9548d832485f7133b8ba82860f04da00c7f655d701c7550460c0172a2a2d31ef3f3f96038')
+validpgpkeys=('B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F'
+  '1729F83938DA44E27BA0F4D3DBDB397470D12172')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/apache.patch
+   patch -p0 -i ${srcdir}/php-fpm.patch
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p1 -i ../enchant-2.patch
+
+   rm tests/output/stream_isatty_*.phpt
+}
+
+build() {
+   # http://site.icu-project.org/download/61#TOC-Migration-Issues
+   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   local _phpextensions="\
+   --enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-intl=shared \
+   --enable-mbstring \
+   --enable-shmop=shared \
+   --enable-soap=shared \

  1   2   3   >