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

2017-05-24 Thread Sven-Hendrik Haase
Date: Thursday, May 25, 2017 @ 03:32:28
  Author: svenstaro
Revision: 230011

archrelease: copy trunk to community-any

Added:
  python-ntlm-auth/repos/community-any/PKGBUILD
(from rev 230010, python-ntlm-auth/trunk/PKGBUILD)
Deleted:
  python-ntlm-auth/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-25 03:32:15 UTC (rev 230010)
+++ PKGBUILD2017-05-25 03:32:28 UTC (rev 230011)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgbase=('python-ntlm-auth')
-pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
-_module='ntlm-auth'
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Creates NTLM authentication structures"
-url="https://github.com/jborean93/ntlm-auth;
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('LGPL-3.0')
-arch=('any')
-source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz;)
-sha512sums=('3700eef8cad111f4997aa8864d0d50aecb830627199d01d89760b3708610e6bd842f8f22a563109aba16e2a8f200dd266f8e30de2b1b9b028f1be23f20f437b5')
-
-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-ntlm-auth() {
-depends+=('python' 'python-six' 'python-ordereddict')
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-ntlm-auth() {
-depends+=('python2' 'python2-six' 'python2-ordereddict')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ntlm-auth/repos/community-any/PKGBUILD (from rev 230010, 
python-ntlm-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-25 03:32:28 UTC (rev 230011)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-ntlm-auth')
+pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
+_module='ntlm-auth'
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('LGPL-3.0')
+arch=('any')
+source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz;)
+sha512sums=('3700eef8cad111f4997aa8864d0d50aecb830627199d01d89760b3708610e6bd842f8f22a563109aba16e2a8f200dd266f8e30de2b1b9b028f1be23f20f437b5')
+
+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-ntlm-auth() {
+depends+=('python' 'python-six')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-ntlm-auth() {
+depends+=('python2' 'python2-six' 'python2-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2017-05-24 Thread Sven-Hendrik Haase
Date: Thursday, May 25, 2017 @ 03:32:15
  Author: svenstaro
Revision: 230010

upgpkg: python-ntlm-auth 1.0.3-2

Modified:
  python-ntlm-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 02:44:08 UTC (rev 230009)
+++ PKGBUILD2017-05-25 03:32:15 UTC (rev 230010)
@@ -5,7 +5,7 @@
 pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
 _module='ntlm-auth'
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth;
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -27,7 +27,7 @@
 }
 
 package_python-ntlm-auth() {
-depends+=('python' 'python-six' 'python-ordereddict')
+depends+=('python' 'python-six')
 cd "${srcdir}/${_module}-${pkgver}"
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }


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

2017-05-24 Thread Daniel Micay
Date: Thursday, May 25, 2017 @ 02:44:08
  Author: thestinger
Revision: 230009

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 230008, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 230008, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 230008, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 230008, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 230008, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 90-linux.hook |   22 
 PKGBUILD  |  584 -
 config.x86_64 |16362 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8525 insertions(+), 8525 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 230008:230009 to see the changes.


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

2017-05-24 Thread Daniel Micay
Date: Thursday, May 25, 2017 @ 02:43:33
  Author: thestinger
Revision: 230008

upgpkg: linux-hardened 4.11.2.c-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 02:31:43 UTC (rev 230007)
+++ PKGBUILD2017-05-25 02:43:33 UTC (rev 230008)
@@ -6,7 +6,7 @@
 pkgbase=linux-hardened
 _srcname=linux-4.11
 _pkgver=4.11.2
-pkgver=$_pkgver.b
+pkgver=$_pkgver.c
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/thestinger/linux-hardened;
@@ -30,7 +30,7 @@
 'SKIP'
 'df7138c754c95f2c22127d1d76c122dbfe26b0b586572855d9d095f0d112b29b'
 'SKIP'
-'58532d833f1e9d704039cb1d5d53a12c9acd874b85926bf0521a14e0ec563313'
+'6503a6e994cff99670e313fd3fbafdb6831769afba1542d92d5a3e4903091018'
 'SKIP'
 'be6b93230b0a70b17f2d6cd47f224b23a5db9429d0a6b8efc1c9a03e6b0df1fb'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'


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

2017-05-24 Thread Daniel Micay
Date: Thursday, May 25, 2017 @ 02:31:43
  Author: thestinger
Revision: 230007

stop bothering with i686 support

Modified:
  paxtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:44:41 UTC (rev 230006)
+++ PKGBUILD2017-05-25 02:31:43 UTC (rev 230007)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc='PaX regression test suite'
 url='https://pax.grsecurity.net'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('GPL')
 depends=(sh)
 source=("https://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz;


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 21:11:07
  Author: arojas
Revision: 296549

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   27 --
 extra-x86_64/PKGBUILD |   27 --
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-24 21:10:36 UTC (rev 296548)
+++ extra-i686/PKGBUILD 2017-05-24 21:11:07 UTC (rev 296549)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jan de Groot 
-
-pkgname=dmidecode
-pkgver=3.0
-pkgrel=1
-pkgdesc="Desktop Management Interface table related utilities"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/dmidecode;
-license=('GPL')
-depends=('glibc')
-source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('281ee572d45c78eca73a14834c495ffd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:sbin:bin:g" Makefile
-  make prefix=/usr
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-}

Copied: dmidecode/repos/extra-i686/PKGBUILD (from rev 296548, 
dmidecode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-24 21:11:07 UTC (rev 296549)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=dmidecode
+pkgver=3.1
+pkgrel=1
+pkgdesc="Desktop Management Interface table related utilities"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/dmidecode;
+license=('GPL')
+depends=('glibc')
+source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0'
+'SKIP')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-24 21:10:36 UTC (rev 296548)
+++ extra-x86_64/PKGBUILD   2017-05-24 21:11:07 UTC (rev 296549)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jan de Groot 
-
-pkgname=dmidecode
-pkgver=3.0
-pkgrel=1
-pkgdesc="Desktop Management Interface table related utilities"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/dmidecode;
-license=('GPL')
-depends=('glibc')
-source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('281ee572d45c78eca73a14834c495ffd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:sbin:bin:g" Makefile
-  make prefix=/usr
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-}

Copied: dmidecode/repos/extra-x86_64/PKGBUILD (from rev 296548, 
dmidecode/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-05-24 21:11:07 UTC (rev 296549)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=dmidecode
+pkgver=3.1
+pkgrel=1
+pkgdesc="Desktop Management Interface table related utilities"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/dmidecode;
+license=('GPL')
+depends=('glibc')
+source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0'
+'SKIP')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare 

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


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 21:10:36
  Author: arojas
Revision: 296548

Update to 3.1

Modified:
  dmidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:42:39 UTC (rev 296547)
+++ PKGBUILD2017-05-24 21:10:36 UTC (rev 296548)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=dmidecode
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="Desktop Management Interface table related utilities"
 arch=('i686' 'x86_64')
@@ -10,11 +10,13 @@
 url="http://www.nongnu.org/dmidecode;
 license=('GPL')
 depends=('glibc')
-source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('281ee572d45c78eca73a14834c495ffd')
+source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0'
+'SKIP')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare 

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


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:41:34
  Author: arojas
Revision: 229982

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 229981, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 229981, gqrx/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 229981, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 20:41:34 UTC (rev 229982)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.6.1
+pkgrel=3
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
+md5sums=('94a9fd361a0715c1abf43ce7e523f10b')
+
+prepare() {
+  cd "$srcdir"
+  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 229981, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 20:41:34 UTC (rev 229982)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.6.1
+pkgrel=3
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
+md5sums=('94a9fd361a0715c1abf43ce7e523f10b')
+
+prepare() {
+  cd "$srcdir"
+  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:41:13
  Author: arojas
Revision: 229981

boost 1.64 rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:39:22 UTC (rev 229980)
+++ PKGBUILD2017-05-24 20:41:13 UTC (rev 229981)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/;


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:38:34
  Author: arojas
Revision: 229978

archrelease: copy trunk to community-i686, community-x86_64

Added:
  eclib/repos/community-i686/PKGBUILD
(from rev 229977, eclib/trunk/PKGBUILD)
  eclib/repos/community-x86_64/PKGBUILD
(from rev 229977, eclib/trunk/PKGBUILD)
Deleted:
  eclib/repos/community-i686/PKGBUILD
  eclib/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 52 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 20:37:59 UTC (rev 229977)
+++ community-i686/PKGBUILD 2017-05-24 20:38:34 UTC (rev 229978)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20170330
-pkgrel=1
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-i686/PKGBUILD (from rev 229977, 
eclib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-24 20:38:34 UTC (rev 229978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170330
+pkgrel=3
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-24 20:37:59 UTC (rev 229977)
+++ community-x86_64/PKGBUILD   2017-05-24 20:38:34 UTC (rev 229978)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20170330
-pkgrel=1
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-x86_64/PKGBUILD (from rev 229977, 
eclib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-24 20:38:34 UTC (rev 229978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170330
+pkgrel=3
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:37:59
  Author: arojas
Revision: 229977

Disable boost

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:32:29 UTC (rev 229976)
+++ PKGBUILD2017-05-24 20:37:59 UTC (rev 229977)
@@ -3,22 +3,15 @@
 
 pkgname=eclib
 pkgver=20170330
-pkgrel=2
+pkgrel=3
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/;
 license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
+depends=(flint pari)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
 sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix build with boost 1.64
-  find -type f | xargs sed -e 's|scalar|eclscalar|g' -i
-}
-
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:32:29
  Author: arojas
Revision: 229976

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 229975, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 229975, gnuradio-osmosdr/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
229975, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 20:32:29 UTC (rev 229976)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=23
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
229975, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 20:32:29 UTC (rev 229976)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=23
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:31:54
  Author: arojas
Revision: 229975

boost 1.64 rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:28:04 UTC (rev 229974)
+++ PKGBUILD2017-05-24 20:31:54 UTC (rev 229975)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=22
+pkgrel=23
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/;
 arch=('i686' 'x86_64')


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:28:04
  Author: arojas
Revision: 229974

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 229973, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 229973, gnuradio-iqbal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 229973, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 20:28:04 UTC (rev 229974)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=25
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
229973, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 20:28:04 UTC (rev 229974)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=25
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:27:38
  Author: arojas
Revision: 229973

boost 1.64 rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:25:20 UTC (rev 229972)
+++ PKGBUILD2017-05-24 20:27:38 UTC (rev 229973)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=24
+pkgrel=25
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/;


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:25:20
  Author: arojas
Revision: 229972

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 229971, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 229971, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 229971, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 229971, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 +
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-x86_64/88-fcdproplus.rules |9 +
 community-staging-x86_64/PKGBUILD|   41 +
 4 files changed, 100 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 229971, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2017-05-24 20:25:20 UTC (rev 
229972)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
229971, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 20:25:20 UTC (rev 229972)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=9
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 229971, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2017-05-24 20:25:20 UTC 
(rev 229972)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
229971, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 20:25:20 UTC (rev 229972)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=9
+_tag=fcdproplus-0.1.0

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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:24:41
  Author: arojas
Revision: 229971

boost 1.64 rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:23:32 UTC (rev 229970)
+++ PKGBUILD2017-05-24 20:24:41 UTC (rev 229971)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.5
-pkgrel=8
+pkgrel=9
 _tag=fcdproplus-0.1.0
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2017-05-24 Thread Laurent Carlier
Date: Wednesday, May 24, 2017 @ 20:23:28
  Author: lcarlier
Revision: 229969

upgpkg: lib32-libdrm 2.4.81-1

upstream update 2.4.81

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 20:22:33 UTC (rev 229968)
+++ PKGBUILD2017-05-24 20:23:28 UTC (rev 229969)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.80
+pkgver=2.4.81
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 url="http://dri.freedesktop.org/;
 
source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('a82a519601e9cdfad795e760807eb07ac8913b225e25fc8fe9bc03e3be6549f1'
+sha256sums=('8cc05c195ac8708199979a94c4e4d1a928c14ec338ecbcb38ead09f54dae11ae'
 'SKIP')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

 validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 



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

2017-05-24 Thread Laurent Carlier
Date: Wednesday, May 24, 2017 @ 20:23:32
  Author: lcarlier
Revision: 229970

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 229969, lib32-libdrm/trunk/PKGBUILD)

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

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 229969, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-05-24 20:23:32 UTC (rev 229970)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.81
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services (32-bit)"
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
+options=('!libtool')
+url="http://dri.freedesktop.org/;
+source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('8cc05c195ac8708199979a94c4e4d1a928c14ec338ecbcb38ead09f54dae11ae'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

+validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

+validpgpkeys+=('D6285B5E899299F3DA746184191C9B905522B045') # Rob Clark 

+validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

+validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('C20F5C4490D7D64B4C9A09998CD1DF552975297B') # Robert Bragg 

+validpgpkeys+=('CD47C5341A375F33BEF7BAFAFDD15D5ACEF0F2B1') # Marek Olšák 

+validpgpkeys+=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone 

+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --enable-udev
+
+  make
+}
+
+check() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:22:33
  Author: arojas
Revision: 229968

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 229967, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 229967, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio-gcc7.patch
(from rev 229967, gnuradio/trunk/gnuradio-gcc7.patch)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 229967, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 229967, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-gcc7.patch
(from rev 229967, gnuradio/trunk/gnuradio-gcc7.patch)

--+
 community-staging-i686/21-fcd.rules  |9 ++
 community-staging-i686/PKGBUILD  |  110 +
 community-staging-i686/gnuradio-gcc7.patch   |   71 
 community-staging-x86_64/21-fcd.rules|9 ++
 community-staging-x86_64/PKGBUILD|  110 +
 community-staging-x86_64/gnuradio-gcc7.patch |   71 
 6 files changed, 380 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 229967, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2017-05-24 20:22:33 UTC (rev 229968)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 229967, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 20:22:33 UTC (rev 229968)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.11
+pkgrel=2
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
+'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
+source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
+"21-fcd.rules" "gnuradio-gcc7.patch")
+validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
+md5sums=('7b7b871237ae6fc109d203f78c4654ef'
+ 'SKIP'
+ '465e12c454c6a22ebec9849181af7bdc'
+ 'c510104fa2ad9852a683c265c42ae1da')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  msg "Replacing filenames to use python2."
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py') \
+$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py')
+  # fix build with GCC 7 (Fedora)
+  patch -p1 -i ../gnuradio-gcc7.patch
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/scripts/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_INTERNAL_VOLK=OFF \
+-DENABLE_GRC=ON \
+

[arch-commits] Commit in gnuradio/trunk (PKGBUILD gnuradio-gcc7.patch)

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 20:22:07
  Author: arojas
Revision: 229967

boost 1.64 rebuild

Added:
  gnuradio/trunk/gnuradio-gcc7.patch
Modified:
  gnuradio/trunk/PKGBUILD

-+
 PKGBUILD|9 --
 gnuradio-gcc7.patch |   71 ++
 2 files changed, 77 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 19:16:50 UTC (rev 229966)
+++ PKGBUILD2017-05-24 20:22:07 UTC (rev 229967)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.11
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org;
@@ -30,11 +30,12 @@
 #source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
 source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
 "http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
-"21-fcd.rules")
+"21-fcd.rules" "gnuradio-gcc7.patch")
 validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
 md5sums=('7b7b871237ae6fc109d203f78c4654ef'
  'SKIP'
- '465e12c454c6a22ebec9849181af7bdc')
+ '465e12c454c6a22ebec9849181af7bdc'
+ 'c510104fa2ad9852a683c265c42ae1da')
 
 prepare() {
   cd "$srcdir/$pkgbase-$pkgver"
@@ -44,6 +45,8 @@
 $(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
   sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
 $(find ./ -name '*.py')
+  # fix build with GCC 7 (Fedora)
+  patch -p1 -i ../gnuradio-gcc7.patch
 }
 
 build() {

Added: gnuradio-gcc7.patch
===
--- gnuradio-gcc7.patch (rev 0)
+++ gnuradio-gcc7.patch 2017-05-24 20:22:07 UTC (rev 229967)
@@ -0,0 +1,71 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0ac65fe..71378aa 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -62,7 +62,7 @@ ENDIF()
+ # set(CMAKE_CXX_STANDARD 98)
+ 
+ IF(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
+-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98")
++#SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98")
+ ELSEIF(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98")
+ ELSEIF(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
+@@ -72,7 +72,7 @@ ELSE()
+ ENDIF()
+ 
+ IF(CMAKE_C_COMPILER_ID STREQUAL "GNU")
+-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
++#SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
+ ELSEIF(CMAKE_C_COMPILER_ID STREQUAL "Clang")
+ SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
+ ELSEIF(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
+diff --git a/gnuradio-runtime/lib/math/qa_fxpt.h 
b/gnuradio-runtime/lib/math/qa_fxpt.h
+index 58a6f02..6020e47 100644
+--- a/gnuradio-runtime/lib/math/qa_fxpt.h
 b/gnuradio-runtime/lib/math/qa_fxpt.h
+@@ -25,6 +25,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ class qa_fxpt : public CppUnit::TestCase
+ {
+diff --git a/gnuradio-runtime/lib/math/qa_fxpt_nco.h 
b/gnuradio-runtime/lib/math/qa_fxpt_nco.h
+index 1b2cdae..1755904 100644
+--- a/gnuradio-runtime/lib/math/qa_fxpt_nco.h
 b/gnuradio-runtime/lib/math/qa_fxpt_nco.h
+@@ -25,6 +25,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ class qa_fxpt_nco : public CppUnit::TestCase
+ {
+diff --git a/gnuradio-runtime/lib/math/qa_fxpt_vco.h 
b/gnuradio-runtime/lib/math/qa_fxpt_vco.h
+index 72693f3..76e0b6d 100644
+--- a/gnuradio-runtime/lib/math/qa_fxpt_vco.h
 b/gnuradio-runtime/lib/math/qa_fxpt_vco.h
+@@ -25,6 +25,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ class qa_fxpt_vco : public CppUnit::TestCase
+ {
+diff --git a/gr-fec/include/gnuradio/fec/polar_decoder_common.h 
b/gr-fec/include/gnuradio/fec/polar_decoder_common.h
+index 13b25ea..8a3d65d 100644
+--- a/gr-fec/include/gnuradio/fec/polar_decoder_common.h
 b/gr-fec/include/gnuradio/fec/polar_decoder_common.h
+@@ -68,7 +68,7 @@ namespace gr {
+ bool set_frame_size(unsigned int frame_size){return false;};
+ 
+   private:
+-static BOOST_CONSTEXPR_OR_CONST float D_LLR_FACTOR;
++static const float D_LLR_FACTOR;
+ unsigned int d_frozen_bit_counter;
+ 
+   protected:


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

2017-05-24 Thread Laurent Carlier
Date: Wednesday, May 24, 2017 @ 20:20:04
  Author: lcarlier
Revision: 296541

upgpkg: libdrm 2.4.81-1

upstream update 2.4.81

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 18:50:33 UTC (rev 296540)
+++ PKGBUILD2017-05-24 20:20:04 UTC (rev 296541)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.80
+pkgver=2.4.81
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://dri.freedesktop.org/;
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
 COPYING)
-sha512sums=('478f64bcc6f4815368ae86d023f11ba6b37595bb9d8baa588b466c6c0e2aae48a50a489137750ed21fbabef5afabf183c78c152eb770bfe316fa7401b191a30b'
+sha512sums=('5f7a1524acad59890d3f890bed90a660a424e18a88d587ca356223bde4a7446d1c540f97ec11cb10d2e7ed1b4ae86127957634354a1be6d04199295ab24782e5'
 'SKIP'
 
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 



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

2017-05-24 Thread Laurent Carlier
Date: Wednesday, May 24, 2017 @ 20:20:10
  Author: lcarlier
Revision: 296542

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 296541, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 296541, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 296541, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 296541, libdrm/trunk/PKGBUILD)

-+
 testing-i686/COPYING|   48 ++
 testing-i686/PKGBUILD   |   48 ++
 testing-x86_64/COPYING  |   48 ++
 testing-x86_64/PKGBUILD |   48 ++
 4 files changed, 192 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 296541, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2017-05-24 20:20:10 UTC (rev 296542)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ 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 on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, 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 (including the
+ next paragraph) 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
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON 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.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ 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 (including the
+ next paragraph) 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 PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS 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: libdrm/repos/testing-i686/PKGBUILD (from rev 296541, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-24 20:20:10 UTC (rev 296542)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdrm
+pkgver=2.4.81
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services"
+arch=(i686 x86_64)
+license=('custom')
+depends=('libpciaccess')
+makedepends=('valgrind' 'xorg-util-macros' 'libxslt' 'docbook-xsl')
+checkdepends=('cairo')
+replaces=('libdrm-new' 'libdrm-nouveau')
+url="http://dri.freedesktop.org/;
+source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
+COPYING)
+sha512sums=('5f7a1524acad59890d3f890bed90a660a424e18a88d587ca356223bde4a7446d1c540f97ec11cb10d2e7ed1b4ae86127957634354a1be6d04199295ab24782e5'
+'SKIP'
+
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 19:16:50
  Author: spupykin
Revision: 229966

archrelease: copy trunk to community-x86_64

Added:
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 229965, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 19:16:33 UTC (rev 229965)
+++ PKGBUILD2017-05-24 19:16:50 UTC (rev 229966)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2017.2.1
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-declarative')
-optdepends=('qt5-base: fgfs --launcher'
-   'qt5-declarative: fgfs --launcher')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
-
-build() {
-  cd "$srcdir"/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd "$srcdir"/flightgear-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
-  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
-  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
-}

Copied: flightgear/repos/community-x86_64/PKGBUILD (from rev 229965, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 19:16:50 UTC (rev 229966)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2017.2.1
+_pkgver=${pkgver%.*}
+pkgrel=1.1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-declarative')
+optdepends=('qt5-base: fgfs --launcher'
+   'qt5-declarative: fgfs --launcher')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
+
+build() {
+  cd "$srcdir"/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd "$srcdir"/flightgear-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
+  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
+  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
+}


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 19:16:33
  Author: spupykin
Revision: 229965

upgpkg: flightgear 2017.2.1-1.1: fix optdep

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 17:54:21 UTC (rev 229964)
+++ PKGBUILD2017-05-24 19:16:33 UTC (rev 229965)
@@ -6,7 +6,7 @@
 pkgname=flightgear
 pkgver=2017.2.1
 _pkgver=${pkgver%.*}
-pkgrel=1
+pkgrel=1.1
 pkgdesc="An open-source, multi-platform flight simulator"
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 18:45:06
  Author: arojas
Revision: 296536

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qtcreator/repos/staging-i686/
  qtcreator/repos/staging-i686/PKGBUILD
(from rev 296535, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/staging-x86_64/
  qtcreator/repos/staging-x86_64/PKGBUILD
(from rev 296535, qtcreator/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: qtcreator/repos/staging-i686/PKGBUILD (from rev 296535, 
qtcreator/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-24 18:45:06 UTC (rev 296536)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 
'clang' 'qbs')
+makedepends=('git' 'mesa' 'llvm')
+options=('docs')
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support')
+source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
+sha512sums=('462d2494d54c5b528ed187a43365a296c08ad2b104ada451a91d381f070472433ef91856f80a4d94091919296c95820e5d546800fc26a43a9709a6329fba02bb')
+
+prepare() {
+  [[ -d build ]] && rm -r build
+  mkdir build
+
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i 
qt-creator-opensource-src-${pkgver}/qtcreator.pri
+  # use system qbs
+  rm -r qt-creator-opensource-src-${pkgver}/src/shared/qbs
+}
+
+build() {
+  cd build
+
+  qmake CONFIG+=journald ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 
${srcdir}/qt-creator-opensource-src-${pkgver}/LICENSE.GPL3-EXCEPT 
${pkgdir}/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
+}

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 296535, 
qtcreator/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-24 18:45:06 UTC (rev 296536)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 
'clang' 'qbs')
+makedepends=('git' 'mesa' 'llvm')
+options=('docs')
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support')
+source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
+sha512sums=('462d2494d54c5b528ed187a43365a296c08ad2b104ada451a91d381f070472433ef91856f80a4d94091919296c95820e5d546800fc26a43a9709a6329fba02bb')
+
+prepare() {
+  [[ -d build ]] && rm -r build
+  mkdir build
+
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i 
qt-creator-opensource-src-${pkgver}/qtcreator.pri
+  # use system qbs
+  rm -r 

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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 18:43:46
  Author: arojas
Revision: 296535

Update to 4.3.0

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 17:38:19 UTC (rev 296534)
+++ PKGBUILD2017-05-24 18:43:46 UTC (rev 296535)
@@ -8,8 +8,8 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=4.2.2
-pkgrel=3
+pkgver=4.3.0
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
@@ -27,15 +27,23 @@
 'mercurial: mercurial support'
 'bzr: bazaar support'
 'valgrind: analyze support')
-source=("http://download.qt.io/official_releases/qtcreator/4.2/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
-sha512sums=('cab23a75b3b8ef68cadf4fe57b81e96ef647bb48ab4c57618bf6dd25aed50abb412ac7fa76848b97da01f2df589ec763c95321956506aa4f159383f188efbf2d')
+source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
+sha512sums=('462d2494d54c5b528ed187a43365a296c08ad2b104ada451a91d381f070472433ef91856f80a4d94091919296c95820e5d546800fc26a43a9709a6329fba02bb')
 
-build() {
+prepare() {
   [[ -d build ]] && rm -r build
-  mkdir build && cd build
+  mkdir build
 
-  LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr qmake QMAKE_CFLAGS_ISYSTEM=-I \
-CONFIG+=journald -r ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i 
qt-creator-opensource-src-${pkgver}/qtcreator.pri
+  # use system qbs
+  rm -r qt-creator-opensource-src-${pkgver}/src/shared/qbs
+}
+
+build() {
+  cd build
+
+  qmake CONFIG+=journald ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
   make
   make docs
 }


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 17:54:21
  Author: spupykin
Revision: 229964

archrelease: copy trunk to community-x86_64

Added:
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 229963, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 16:51:49 UTC (rev 229963)
+++ PKGBUILD2017-05-24 17:54:21 UTC (rev 229964)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2017.2.1
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-webview')
-optdepends=('qt5-base: fgfs --launcher')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
-
-build() {
-  cd "$srcdir"/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd "$srcdir"/flightgear-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
-  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
-  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
-}

Copied: flightgear/repos/community-x86_64/PKGBUILD (from rev 229963, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 17:54:21 UTC (rev 229964)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2017.2.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-declarative')
+optdepends=('qt5-base: fgfs --launcher'
+   'qt5-declarative: fgfs --launcher')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
+
+build() {
+  cd "$srcdir"/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd "$srcdir"/flightgear-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
+  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
+  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
+}


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

2017-05-24 Thread Sébastien Luttringer
Date: Wednesday, May 24, 2017 @ 17:38:19
  Author: seblu
Revision: 296534

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  diffutils/repos/testing-i686/
  diffutils/repos/testing-i686/PKGBUILD
(from rev 296533, diffutils/trunk/PKGBUILD)
  diffutils/repos/testing-x86_64/
  diffutils/repos/testing-x86_64/PKGBUILD
(from rev 296533, diffutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: diffutils/repos/testing-i686/PKGBUILD (from rev 296533, 
diffutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-24 17:38:19 UTC (rev 296534)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=diffutils
+pkgver=3.6
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('07cf286672ced26fba54cd0313bdc071'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: diffutils/repos/testing-x86_64/PKGBUILD (from rev 296533, 
diffutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-24 17:38:19 UTC (rev 296534)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=diffutils
+pkgver=3.6
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('07cf286672ced26fba54cd0313bdc071'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-24 Thread Sébastien Luttringer
Date: Wednesday, May 24, 2017 @ 17:37:55
  Author: seblu
Revision: 296533

upgpkg: diffutils 3.6-1

Modified:
  diffutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 17:34:38 UTC (rev 296532)
+++ PKGBUILD2017-05-24 17:37:55 UTC (rev 296533)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=diffutils
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc='Utility programs used for creating patch files'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc' 'bash')
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('569354697ff1cfc9a9de3781361015fa'
+md5sums=('07cf286672ced26fba54cd0313bdc071'
  'SKIP')
 
 build() {


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

2017-05-24 Thread Sébastien Luttringer
Date: Wednesday, May 24, 2017 @ 17:34:38
  Author: seblu
Revision: 296532

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  file/repos/testing-i686/
  file/repos/testing-i686/PKGBUILD
(from rev 296531, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/
  file/repos/testing-x86_64/PKGBUILD
(from rev 296531, file/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: file/repos/testing-i686/PKGBUILD (from rev 296531, file/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-24 17:34:38 UTC (rev 296532)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.31
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('319627d20c9658eae85b056115b8c90a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 296531, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-24 17:34:38 UTC (rev 296532)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.31
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('319627d20c9658eae85b056115b8c90a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-24 Thread Sébastien Luttringer
Date: Wednesday, May 24, 2017 @ 17:34:08
  Author: seblu
Revision: 296531

upgpkg: file 5.31-1

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 17:19:16 UTC (rev 296530)
+++ PKGBUILD2017-05-24 17:34:08 UTC (rev 296531)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=file
-pkgver=5.30
+pkgver=5.31
 pkgrel=1
 pkgdesc='File type identification utility'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url='https://www.darwinsys.com/file/'
 depends=('glibc' 'zlib')
 source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('f35eaf05489ae566eafc4d26bb1dcd90')
+md5sums=('319627d20c9658eae85b056115b8c90a')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 17:19:16
  Author: arojas
Revision: 296530

archrelease: copy trunk to staging-x86_64, staging-i686

Added:
  qbs/repos/staging-i686/
  qbs/repos/staging-i686/PKGBUILD
(from rev 296529, qbs/trunk/PKGBUILD)
  qbs/repos/staging-x86_64/
  qbs/repos/staging-x86_64/PKGBUILD
(from rev 296529, qbs/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   25 +
 staging-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: qbs/repos/staging-i686/PKGBUILD (from rev 296529, qbs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-24 17:19:16 UTC (rev 296530)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Donald Carr 
+# Contributor: Jake Petroules 
+pkgname=qbs
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Cross platform build tool'
+arch=('x86_64' 'i686')
+url='https://code.qt.io/qt-labs/qbs.git'
+license=('LGPL')
+depends=('qt5-base' 'qt5-script')
+makedepends=('gcc')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/qt-labs/qbs/archive/v$pkgver.tar.gz;)
+sha512sums=('500e2f6fed28327c86012c18d3eaa5b92e41046b6e98005b4d47ff16da24ccfaac0c1bf9f24b69bced2810965b7a852ae0cb9d41c77e547f114e7f88a4306af7')
+
+build() {
+  cd qbs-$pkgver
+  qmake QBS_INSTALL_PREFIX=/usr QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs 
CONFIG+=qbs_enable_project_file_updates qbs.pro
+  make
+}
+
+package() {
+  cd qbs-$pkgver
+  INSTALL_ROOT="$pkgdir" make install
+}

Copied: qbs/repos/staging-x86_64/PKGBUILD (from rev 296529, qbs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-24 17:19:16 UTC (rev 296530)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Donald Carr 
+# Contributor: Jake Petroules 
+pkgname=qbs
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Cross platform build tool'
+arch=('x86_64' 'i686')
+url='https://code.qt.io/qt-labs/qbs.git'
+license=('LGPL')
+depends=('qt5-base' 'qt5-script')
+makedepends=('gcc')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/qt-labs/qbs/archive/v$pkgver.tar.gz;)
+sha512sums=('500e2f6fed28327c86012c18d3eaa5b92e41046b6e98005b4d47ff16da24ccfaac0c1bf9f24b69bced2810965b7a852ae0cb9d41c77e547f114e7f88a4306af7')
+
+build() {
+  cd qbs-$pkgver
+  qmake QBS_INSTALL_PREFIX=/usr QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs 
CONFIG+=qbs_enable_project_file_updates qbs.pro
+  make
+}
+
+package() {
+  cd qbs-$pkgver
+  INSTALL_ROOT="$pkgdir" make install
+}


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 17:18:32
  Author: arojas
Revision: 296529

Update to 1.8.0

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 11:25:37 UTC (rev 296528)
+++ PKGBUILD2017-05-24 17:18:32 UTC (rev 296529)
@@ -2,7 +2,7 @@
 # Contributor: Donald Carr 
 # Contributor: Jake Petroules 
 pkgname=qbs
-pkgver=1.7.2
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Cross platform build tool'
 arch=('x86_64' 'i686')
@@ -10,16 +10,16 @@
 license=('LGPL')
 depends=('qt5-base' 'qt5-script')
 makedepends=('gcc')
-source=("https://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz;)
-sha512sums=('f9e3e2e32610f60a34aa101a14852d5472f7cb3777eb067177b5596cd2c602f8791aab9258f03d6efd6cdf4f08d824848c05288cccbf334644f4fa5bf0664c20')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/qt-labs/qbs/archive/v$pkgver.tar.gz;)
+sha512sums=('500e2f6fed28327c86012c18d3eaa5b92e41046b6e98005b4d47ff16da24ccfaac0c1bf9f24b69bced2810965b7a852ae0cb9d41c77e547f114e7f88a4306af7')
 
 build() {
-  cd "$srcdir/qbs-src-$pkgver"
-  qmake QBS_INSTALL_PREFIX=/usr CONFIG+=qbs_enable_project_file_updates qbs.pro
+  cd qbs-$pkgver
+  qmake QBS_INSTALL_PREFIX=/usr QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs 
CONFIG+=qbs_enable_project_file_updates qbs.pro
   make
 }
 
 package() {
-  cd "$srcdir/qbs-src-$pkgver"
+  cd qbs-$pkgver
   INSTALL_ROOT="$pkgdir" make install
 }


[arch-commits] Commit in haskell-hasql-transaction/repos (4 files)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:32:14
  Author: felixonmars
Revision: 229959

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-i686/
  haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD
(from rev 229958, haskell-hasql-transaction/trunk/PKGBUILD)
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 229958, haskell-hasql-transaction/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD (from 
rev 229958, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 16:32:14 UTC (rev 229959)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=25
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 229958, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 16:32:14 UTC (rev 229959)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=25
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy 

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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:31:51
  Author: felixonmars
Revision: 229958

upgpkg: haskell-hasql-transaction 0.5-25

rebuild with postgresql-libpq,0.9.3.1

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 16:29:46 UTC (rev 229957)
+++ PKGBUILD2017-05-24 16:31:51 UTC (rev 229958)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5
-pkgrel=24
+pkgrel=25
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


[arch-commits] Commit in haskell-hasql-pool/repos (4 files)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:29:46
  Author: felixonmars
Revision: 229957

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-i686/
  haskell-hasql-pool/repos/community-staging-i686/PKGBUILD
(from rev 229956, haskell-hasql-pool/trunk/PKGBUILD)
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 229956, haskell-hasql-pool/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-hasql-pool/repos/community-staging-i686/PKGBUILD (from rev 
229956, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 16:29:46 UTC (rev 229957)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=43
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
229956, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 16:29:46 UTC (rev 229957)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=43
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:29:22
  Author: felixonmars
Revision: 229956

upgpkg: haskell-hasql-pool 0.4.1-43

rebuild with postgresql-libpq,0.9.3.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 16:27:21 UTC (rev 229955)
+++ PKGBUILD2017-05-24 16:29:22 UTC (rev 229956)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.1
-pkgrel=42
+pkgrel=43
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:27:21
  Author: felixonmars
Revision: 229955

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hasql/repos/community-staging-i686/
  haskell-hasql/repos/community-staging-i686/PKGBUILD
(from rev 229954, haskell-hasql/trunk/PKGBUILD)
  haskell-hasql/repos/community-staging-x86_64/
  haskell-hasql/repos/community-staging-x86_64/PKGBUILD
(from rev 229954, haskell-hasql/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-hasql/repos/community-staging-i686/PKGBUILD (from rev 229954, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 16:27:21 UTC (rev 229955)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=19
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 229954, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 16:27:21 UTC (rev 229955)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=19
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+  

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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:26:51
  Author: felixonmars
Revision: 229954

upgpkg: haskell-hasql 0.19.18-19

rebuild with postgresql-libpq,0.9.3.1

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 16:22:37 UTC (rev 229953)
+++ PKGBUILD2017-05-24 16:26:51 UTC (rev 229954)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=0.19.18
-pkgrel=18
+pkgrel=19
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


[arch-commits] Commit in haskell-postgresql-libpq/repos (4 files)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:22:37
  Author: felixonmars
Revision: 229953

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-postgresql-libpq/repos/community-staging-i686/
  haskell-postgresql-libpq/repos/community-staging-i686/PKGBUILD
(from rev 229952, haskell-postgresql-libpq/trunk/PKGBUILD)
  haskell-postgresql-libpq/repos/community-staging-x86_64/
  haskell-postgresql-libpq/repos/community-staging-x86_64/PKGBUILD
(from rev 229952, haskell-postgresql-libpq/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-postgresql-libpq/repos/community-staging-i686/PKGBUILD (from 
rev 229952, haskell-postgresql-libpq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 16:22:37 UTC (rev 229953)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-libpq
+pkgname=haskell-postgresql-libpq
+pkgver=0.9.3.1
+pkgrel=1
+pkgdesc="Low-level binding to libpq"
+url="http://github.com/lpsmith/postgresql-libpq;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "postgresql-libs")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('02d74368cf22706af9fb12ece2355e7220e28bccbd310da321983249e8a6378a4bf8f64147d2afab5e06afc9fbacfa147a1db61f13fc6e5915430f5c188b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-pkg-config
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-postgresql-libpq/repos/community-staging-x86_64/PKGBUILD (from 
rev 229952, haskell-postgresql-libpq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 16:22:37 UTC (rev 229953)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-libpq
+pkgname=haskell-postgresql-libpq
+pkgver=0.9.3.1
+pkgrel=1
+pkgdesc="Low-level binding to libpq"
+url="http://github.com/lpsmith/postgresql-libpq;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "postgresql-libs")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('02d74368cf22706af9fb12ece2355e7220e28bccbd310da321983249e8a6378a4bf8f64147d2afab5e06afc9fbacfa147a1db61f13fc6e5915430f5c188b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-pkg-config
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 16:22:09
  Author: felixonmars
Revision: 229952

upgpkg: haskell-postgresql-libpq 0.9.3.1-1

rebuild with postgresql-libpq,0.9.3.1

Modified:
  haskell-postgresql-libpq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 16:06:10 UTC (rev 229951)
+++ PKGBUILD2017-05-24 16:22:09 UTC (rev 229952)
@@ -4,7 +4,7 @@
 
 _hkgname=postgresql-libpq
 pkgname=haskell-postgresql-libpq
-pkgver=0.9.3.0
+pkgver=0.9.3.1
 pkgrel=1
 pkgdesc="Low-level binding to libpq"
 url="http://github.com/lpsmith/postgresql-libpq;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "postgresql-libs")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('510df3e08753e011c108c4d4c6d048a4b67545419eb9eedc3ef23e7758fedb05')
+sha512sums=('02d74368cf22706af9fb12ece2355e7220e28bccbd310da321983249e8a6378a4bf8f64147d2afab5e06afc9fbacfa147a1db61f13fc6e5915430f5c188b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in mongodb/repos (10 files)

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 16:06:10
  Author: arojas
Revision: 229951

archrelease: copy trunk to community-staging-x86_64

Added:
  mongodb/repos/community-staging-x86_64/
  mongodb/repos/community-staging-x86_64/PKGBUILD
(from rev 229950, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-x86_64/asio-openssl-1.1.0.patch
(from rev 229950, mongodb/trunk/asio-openssl-1.1.0.patch)
  mongodb/repos/community-staging-x86_64/boost160.patch
(from rev 229950, mongodb/trunk/boost160.patch)
  mongodb/repos/community-staging-x86_64/mongodb-3.2.10-boost-1.62.0.patch
(from rev 229950, mongodb/trunk/mongodb-3.2.10-boost-1.62.0.patch)
  
mongodb/repos/community-staging-x86_64/mongodb-3.2.10-network_interface_asio_integration_test.patch
(from rev 229950, 
mongodb/trunk/mongodb-3.2.10-network_interface_asio_integration_test.patch)
  mongodb/repos/community-staging-x86_64/mongodb.conf
(from rev 229950, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-x86_64/mongodb.install
(from rev 229950, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-x86_64/mongodb.service
(from rev 229950, mongodb/trunk/mongodb.service)
  mongodb/repos/community-staging-x86_64/openssl-1.1.0.patch
(from rev 229950, mongodb/trunk/openssl-1.1.0.patch)

--+
 PKGBUILD |   92 +
 asio-openssl-1.1.0.patch |  666 ++
 boost160.patch   |   11 
 mongodb-3.2.10-boost-1.62.0.patch|   15 
 mongodb-3.2.10-network_interface_asio_integration_test.patch |   23 
 mongodb.conf |8 
 mongodb.install  |   20 
 mongodb.service  |   10 
 openssl-1.1.0.patch  |   71 +
 9 files changed, 916 insertions(+)

Copied: mongodb/repos/community-staging-x86_64/PKGBUILD (from rev 229950, 
mongodb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 16:06:10 UTC (rev 229951)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mathias Stearn 
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=3.4.3
+pkgrel=2
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
+checkdepends=('python2-pymongo' 'python2-yaml')
+optdepends=('libpcap: needed for mongosniff'
+'mongodb-tools: mongoimport, mongodump, mongotop, etc')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
+'asio-openssl-1.1.0.patch'
+'openssl-1.1.0.patch')
+sha512sums=('e2fb5fc2f02e9dbca6c30d2e2aaf1569180ca15198226cdad46f47f44905293afe77763fe2e5c9add0b5bcbd62b7ce7905fb183068c0738cdeeae8d39f848cef'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
+
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'
+
'aea8fecb17be07e4517822798810751114f61164dc3ab3e335a7b837876acb918d287caa8b9fe32d7b1d9e7cad2e677d9818a1532ae08b8b013840d2a68b25f5'
+
'62ec95ac4eef42b6fefa1063336812e5e6a78f2d119e5f9a7206e063c5b5a859d160ce77bc57123150a55a51e8695eefea7e301259154bc009bfe027d40de314')
+
+_scons_args=(
+  --use-system-boost
+  --use-system-pcre
+  --use-system-snappy
+  --use-system-yaml
+  --use-system-zlib
+  --use-system-wiredtiger
+  --use-sasl-client
+  --ssl
+  --disable-warnings-as-errors
+  # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
+  # --use-system-v8   # Doesn't compile
+  # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
+)
+
+prepare() {
+  cd mongodb-src-r${pkgver}
+  patch -Np1 -i ../mongodb-3.2.10-boost-1.62.0.patch
+  patch -Np1 -i ../openssl-1.1.0.patch
+
+  sed -e 

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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 16:05:16
  Author: arojas
Revision: 229950

boost 1.64 rebuild

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 15:24:40 UTC (rev 229949)
+++ PKGBUILD2017-05-24 16:05:16 UTC (rev 229950)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='http://www.mongodb.org'


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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 15:24:40
  Author: felixonmars
Revision: 229949

archrelease: copy trunk to community-any

Added:
  python-oslo-i18n/repos/community-any/PKGBUILD
(from rev 229948, python-oslo-i18n/trunk/PKGBUILD)
Deleted:
  python-oslo-i18n/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 15:24:21 UTC (rev 229948)
+++ PKGBUILD2017-05-24 15:24:40 UTC (rev 229949)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-i18n
-pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.15.2
-pkgrel=1
-pkgdesc="Oslo i18n library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest'
-  'python-oslo-config' 'python2-oslo-config')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/oslo.i18n#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a oslo.i18n{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslo.i18n
-  python setup.py build
-
-  cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.i18n
-  python setup.py testr
-
-  cd "$srcdir"/oslo.i18n-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-i18n() {
-  depends=('python-six' 'python-pbr' 'python-babel')
-
-  cd "$srcdir"/oslo.i18n
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-i18n() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel')
-
-  cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 229948, 
python-oslo-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 15:24:40 UTC (rev 229949)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-i18n
+pkgname=(python-oslo-i18n python2-oslo-i18n)
+pkgver=3.15.3
+pkgrel=1
+pkgdesc="Oslo i18n library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest'
+  'python-oslo-config' 'python2-oslo-config')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/oslo.i18n#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a oslo.i18n{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.i18n
+  python setup.py build
+
+  cd "$srcdir"/oslo.i18n-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.i18n
+  python setup.py testr
+
+  cd "$srcdir"/oslo.i18n-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-i18n() {
+  depends=('python-six' 'python-pbr' 'python-babel')
+
+  cd "$srcdir"/oslo.i18n
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-i18n() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel')
+
+  cd "$srcdir"/oslo.i18n-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 15:24:21
  Author: felixonmars
Revision: 229948

upgpkg: python-oslo-i18n 3.15.3-1

Modified:
  python-oslo-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 15:23:57 UTC (rev 229947)
+++ PKGBUILD2017-05-24 15:24:21 UTC (rev 229948)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-i18n
 pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.15.2
+pkgver=3.15.3
 pkgrel=1
 pkgdesc="Oslo i18n library"
 arch=('any')


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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 15:23:57
  Author: felixonmars
Revision: 229947

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libmongoc/repos/community-i686/PKGBUILD
(from rev 229946, libmongoc/trunk/PKGBUILD)
  libmongoc/repos/community-x86_64/PKGBUILD
(from rev 229946, libmongoc/trunk/PKGBUILD)
Deleted:
  libmongoc/repos/community-i686/PKGBUILD
  libmongoc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 15:23:28 UTC (rev 229946)
+++ community-i686/PKGBUILD 2017-05-24 15:23:57 UTC (rev 229947)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('python-pifpaf')
-checkdepends_x86_64=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-cd "$srcdir/mongo-c-driver"
-pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-i686/PKGBUILD (from rev 229946, 
libmongoc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-24 15:23:57 UTC (rev 229947)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+cd "$srcdir/mongo-c-driver"
+pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+cd "$srcdir/mongo-c-driver"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-24 15:23:28 UTC (rev 229946)
+++ community-x86_64/PKGBUILD   2017-05-24 15:23:57 UTC (rev 229947)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('python-pifpaf')
-checkdepends_x86_64=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-cd "$srcdir/mongo-c-driver"
-pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-x86_64/PKGBUILD (from rev 229946, 
libmongoc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-24 15:23:57 UTC (rev 229947)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+cd "$srcdir/mongo-c-driver"
+pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+cd 

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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 15:23:28
  Author: felixonmars
Revision: 229946

upgpkg: libmongoc 1.6.3-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 14:56:42 UTC (rev 229945)
+++ PKGBUILD2017-05-24 15:23:28 UTC (rev 229946)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org/display/DOCS/C+Language+Center'


[arch-commits] Commit in apm/repos (20 files)

2017-05-24 Thread Nicola Squartini
Date: Wednesday, May 24, 2017 @ 14:56:42
  Author: tensor5
Revision: 229945

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |  202 
 /apm.js   |   32 +
 /no-scripts.patch |   32 +
 /python2.patch|   28 
 /use-system-npm.patch |   64 ++
 community-i686/PKGBUILD   |  101 
 community-i686/apm.js |   16 --
 community-i686/no-scripts.patch   |   16 --
 community-i686/python2.patch  |   14 --
 community-i686/use-system-npm.patch   |   32 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/apm.js   |   16 --
 community-x86_64/no-scripts.patch |   16 --
 community-x86_64/python2.patch|   14 --
 community-x86_64/use-system-npm.patch |   32 -
 15 files changed, 358 insertions(+), 358 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 14:54:26 UTC (rev 229944)
+++ community-i686/PKGBUILD 2017-05-24 14:56:42 UTC (rev 229945)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=apm
-pkgver=1.18.1
-pkgrel=1
-pkgdesc='Atom package manager'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/apm'
-license=('MIT')
-depends=('libsecret' 'npm' 'python2')
-makedepends=('coffee-script' 'git')
-provides=('nodejs-atom-package-manager')
-conflicts=('nodejs-atom-package-manager')
-replaces=('nodejs-atom-package-manager')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
-'apm.js'
-'no-scripts.patch'
-'python2.patch'
-'use-system-npm.patch')
-sha256sums=('169896b3a446a3cfe63ee48fe25aa32390d65ee7dd1dfa5ae1851909ce415130'
-'4ae1e5388ec2c52d8893d56a8df816e8aa69f54690801a9d283771133b4b3752'
-'0f61369526d013b001f116b0fbbfd8564377c56962057135d2633e84d31a1562'
-'621ae29f99c3fbc410a9a7dc143dd9c912ee94eaa48110ad32c40647f635e792'
-'67d4f8a3ff03f14b137e2c2ea82f5a0820fc6d82c86d3b8c8d3a1a6edd4307ed')
-
-_apmdir='/usr/lib/node_modules/atom-package-manager'
-
-prepare() {
-  rm -rf "${srcdir}"/apm-build
-
-  cd apm-${pkgver}
-
-  # Use custom launcher
-  rm bin/apm{,.cmd} bin/npm{,.cmd}
-  rm src/cli.coffee
-  install -m755 "${srcdir}"/apm.js bin/apm
-
-  # Use system npm
-  patch -Np1 -i "${srcdir}"/use-system-npm.patch
-
-  # Don't download binary Node
-  patch -Np1 -i "${srcdir}"/no-scripts.patch
-  rm BUNDLED_NODE_VERSION script/*
-
-  # GYP needs Python2
-  patch -Np1 -i "${srcdir}"/python2.patch
-}
-
-build() {
-  cd apm-${pkgver}
-
-  coffee -c --no-header -o lib src/*.coffee
-  npm install --user root -g --prefix="${srcdir}"/apm-build/usr
-}
-
-package() {
-  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
-
-  cd "${pkgdir}"${_apmdir}
-  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
-
-  # Install license file
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
- "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Remove occurrences of ${srcdir}
-  find "${pkgdir}" -name "package.json" \
-   -exec sed -e "s|${srcdir}/apm-build||" \
- -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
- -i '{}' \;
-
-  # Remove useless stuff
-  find "${pkgdir}"/usr/lib \
-  -name ".*" -prune -exec rm -r '{}' \; 

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

2017-05-24 Thread Nicola Squartini
Date: Wednesday, May 24, 2017 @ 14:54:26
  Author: tensor5
Revision: 229944

upgpkg: apm 1.18.2-1

Modified:
  apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 14:50:55 UTC (rev 229943)
+++ PKGBUILD2017-05-24 14:54:26 UTC (rev 229944)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=apm
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc='Atom package manager'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'no-scripts.patch'
 'python2.patch'
 'use-system-npm.patch')
-sha256sums=('169896b3a446a3cfe63ee48fe25aa32390d65ee7dd1dfa5ae1851909ce415130'
+sha256sums=('0ce46c3d457818873409ab10958bd6b9920b23f22e9a866e3385b71a0abfac18'
 '4ae1e5388ec2c52d8893d56a8df816e8aa69f54690801a9d283771133b4b3752'
 '0f61369526d013b001f116b0fbbfd8564377c56962057135d2633e84d31a1562'
 '621ae29f99c3fbc410a9a7dc143dd9c912ee94eaa48110ad32c40647f635e792'


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 14:50:55
  Author: arojas
Revision: 229943

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  eclib/repos/community-staging-i686/
  eclib/repos/community-staging-i686/PKGBUILD
(from rev 229942, eclib/trunk/PKGBUILD)
  eclib/repos/community-staging-x86_64/
  eclib/repos/community-staging-x86_64/PKGBUILD
(from rev 229942, eclib/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: eclib/repos/community-staging-i686/PKGBUILD (from rev 229942, 
eclib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 14:50:55 UTC (rev 229943)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170330
+pkgrel=2
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with boost 1.64
+  find -type f | xargs sed -e 's|scalar|eclscalar|g' -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 229942, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 14:50:55 UTC (rev 229943)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170330
+pkgrel=2
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with boost 1.64
+  find -type f | xargs sed -e 's|scalar|eclscalar|g' -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 14:50:05
  Author: arojas
Revision: 229942

boost 1.64 rebuild

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 14:45:20 UTC (rev 229941)
+++ PKGBUILD2017-05-24 14:50:05 UTC (rev 229942)
@@ -3,7 +3,7 @@
 
 pkgname=eclib
 pkgver=20170330
-pkgrel=1
+pkgrel=2
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/;
@@ -13,6 +13,12 @@
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
 sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with boost 1.64
+  find -type f | xargs sed -e 's|scalar|eclscalar|g' -i
+}
+
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh


[arch-commits] Commit in flightgear/repos/community-i686 (PKGBUILD PKGBUILD)

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 14:45:20
  Author: spupykin
Revision: 229941

archrelease: copy trunk to community-i686

Added:
  flightgear/repos/community-i686/PKGBUILD
(from rev 229940, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 14:30:36 UTC (rev 229940)
+++ PKGBUILD2017-05-24 14:45:20 UTC (rev 229941)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2017.2.1
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-webview')
-optdepends=('qt5-base: fgfs --launcher')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
-
-build() {
-  cd "$srcdir"/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd "$srcdir"/flightgear-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
-  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
-  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 229940, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 14:45:20 UTC (rev 229941)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2017.2.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-declarative')
+optdepends=('qt5-base: fgfs --launcher'
+   'qt5-declarative: fgfs --launcher')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
+
+build() {
+  cd "$srcdir"/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd "$srcdir"/flightgear-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
+  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
+  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
+}


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 14:30:36
  Author: spupykin
Revision: 229940

archrelease: copy trunk to community-any

Added:
  flightgear-data/repos/community-any/PKGBUILD
(from rev 229939, flightgear-data/trunk/PKGBUILD)
Deleted:
  flightgear-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 14:29:57 UTC (rev 229939)
+++ PKGBUILD2017-05-24 14:30:36 UTC (rev 229940)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear-data
-pkgver=2017.1.3
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="Base-Data for the opensource flight-simulator."
-arch=(any)
-license=('GPL')
-url="http://www.flightgear.org/;
-options=(!strip)
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2;)
-sha256sums=('bf35d9a15be9e7bd1c286eee879251e0907a3fb5cca4e7d1fdfbe67690345365')
-
-package() {
-  cd "$srcdir"
-  mkdir -p "$pkgdir"/usr/share/flightgear
-  mv fgdata/ "$pkgdir"/usr/share/flightgear/data
-  chown root:root "$pkgdir"/usr/share/flightgear/data
-}

Copied: flightgear-data/repos/community-any/PKGBUILD (from rev 229939, 
flightgear-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 14:30:36 UTC (rev 229940)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear-data
+pkgver=2017.2.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="Base-Data for the opensource flight-simulator."
+arch=(any)
+license=('GPL')
+url="http://www.flightgear.org/;
+options=(!strip)
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2;)
+sha256sums=('c9350e4500a1d97ebc515e7bb9e74081a8726a8fa244966543c9c67bcdacd1a4')
+
+package() {
+  cd "$srcdir"
+  mkdir -p "$pkgdir"/usr/share/flightgear
+  mv fgdata/ "$pkgdir"/usr/share/flightgear/data
+  chown root:root "$pkgdir"/usr/share/flightgear/data
+}


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 14:29:57
  Author: spupykin
Revision: 229939

upgpkg: flightgear-data 2017.2.1-1

Modified:
  flightgear-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 14:29:34 UTC (rev 229938)
+++ PKGBUILD2017-05-24 14:29:57 UTC (rev 229939)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear-data
-pkgver=2017.1.3
+pkgver=2017.2.1
 _pkgver=${pkgver%.*}
 pkgrel=1
 pkgdesc="Base-Data for the opensource flight-simulator."
@@ -13,7 +13,7 @@
 url="http://www.flightgear.org/;
 options=(!strip)
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2;)
-sha256sums=('bf35d9a15be9e7bd1c286eee879251e0907a3fb5cca4e7d1fdfbe67690345365')
+sha256sums=('c9350e4500a1d97ebc515e7bb9e74081a8726a8fa244966543c9c67bcdacd1a4')
 
 package() {
   cd "$srcdir"


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 14:29:34
  Author: spupykin
Revision: 229938

upgpkg: flightgear 2017.2.1-1

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 13:10:37 UTC (rev 229937)
+++ PKGBUILD2017-05-24 14:29:34 UTC (rev 229938)
@@ -10,8 +10,9 @@
 pkgdesc="An open-source, multi-platform flight simulator"
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-webview')
-optdepends=('qt5-base: fgfs --launcher')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-declarative')
+optdepends=('qt5-base: fgfs --launcher'
+   'qt5-declarative: fgfs --launcher')
 license=("GPL")
 url="http://www.flightgear.org/;
 options=('!makeflags')


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 13:10:37
  Author: spupykin
Revision: 229937

archrelease: copy trunk to community-i686, community-x86_64

Added:
  simgear/repos/community-i686/PKGBUILD
(from rev 229936, simgear/trunk/PKGBUILD)
  simgear/repos/community-x86_64/PKGBUILD
(from rev 229936, simgear/trunk/PKGBUILD)
Deleted:
  simgear/repos/community-i686/PKGBUILD
  simgear/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 13:10:19 UTC (rev 229936)
+++ community-i686/PKGBUILD 2017-05-24 13:10:37 UTC (rev 229937)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2017.1.3
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('85304d985b4fc0dc00d9f7603b02d096e3c24ca4c98adc18dc9af1e2d0e3c310')
-
-build() {
-  cd "$srcdir"/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd "$srcdir"/simgear-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 229936, 
simgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-24 13:10:37 UTC (rev 229937)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=simgear
+pkgver=2017.2.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags' 'staticlibs')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('9924592c01cb41ad66a0ff1dc43b7678ceec69fb573d3f4e4637e26c247c7a9e')
+
+build() {
+  cd "$srcdir"/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd "$srcdir"/simgear-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-24 13:10:19 UTC (rev 229936)
+++ community-x86_64/PKGBUILD   2017-05-24 13:10:37 UTC (rev 229937)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2017.1.3
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('85304d985b4fc0dc00d9f7603b02d096e3c24ca4c98adc18dc9af1e2d0e3c310')
-
-build() {
-  cd "$srcdir"/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd "$srcdir"/simgear-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simgear/repos/community-x86_64/PKGBUILD (from rev 229936, 
simgear/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-24 13:10:37 UTC (rev 229937)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+

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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 13:10:19
  Author: spupykin
Revision: 229936

upgpkg: simgear 2017.2.1-1

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 13:02:11 UTC (rev 229935)
+++ PKGBUILD2017-05-24 13:10:19 UTC (rev 229936)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen 
 
 pkgname=simgear
-pkgver=2017.1.3
+pkgver=2017.2.1
 _pkgver=${pkgver%.*}
 pkgrel=1
 pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
@@ -15,7 +15,7 @@
 url="http://www.flightgear.org/;
 options=('!makeflags' 'staticlibs')
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('85304d985b4fc0dc00d9f7603b02d096e3c24ca4c98adc18dc9af1e2d0e3c310')
+sha256sums=('9924592c01cb41ad66a0ff1dc43b7678ceec69fb573d3f4e4637e26c247c7a9e')
 
 build() {
   cd "$srcdir"/simgear-$pkgver


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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 13:02:11
  Author: spupykin
Revision: 229935

archrelease: copy trunk to community-i686, community-x86_64

Added:
  flightgear/repos/community-i686/PKGBUILD
(from rev 229934, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 229934, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-i686/PKGBUILD
  flightgear/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 13:01:35 UTC (rev 229934)
+++ community-i686/PKGBUILD 2017-05-24 13:02:11 UTC (rev 229935)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2017.1.3
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base')
-optdepends=('qt5-base: fgfs --launcher')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('3d7cb2b4b1d60b80b0613222b1fc7b6db665eddaf68d7080c07cdedcb544b0ad')
-
-build() {
-  cd "$srcdir"/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd "$srcdir"/flightgear-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 package/flightgear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
-  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
-  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 229934, 
flightgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-24 13:02:11 UTC (rev 229935)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2017.2.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-webview')
+optdepends=('qt5-base: fgfs --launcher')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
+
+build() {
+  cd "$srcdir"/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd "$srcdir"/flightgear-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
+  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
+  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
+}

Deleted: 

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

2017-05-24 Thread Sergej Pupykin
Date: Wednesday, May 24, 2017 @ 13:01:35
  Author: spupykin
Revision: 229934

upgpkg: flightgear 2017.2.1-1

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 12:38:56 UTC (rev 229933)
+++ PKGBUILD2017-05-24 13:01:35 UTC (rev 229934)
@@ -4,19 +4,19 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear
-pkgver=2017.1.3
+pkgver=2017.2.1
 _pkgver=${pkgver%.*}
 pkgrel=1
 pkgdesc="An open-source, multi-platform flight simulator"
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-webview')
 optdepends=('qt5-base: fgfs --launcher')
 license=("GPL")
 url="http://www.flightgear.org/;
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('3d7cb2b4b1d60b80b0613222b1fc7b6db665eddaf68d7080c07cdedcb544b0ad')
+sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
 
 build() {
   cd "$srcdir"/flightgear-$pkgver
@@ -26,7 +26,7 @@
-DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
   uudecode -o package/flightgear.png package/flightgear.png.uue
   make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
 }
 
 package() {
@@ -35,7 +35,7 @@
   cd "$srcdir"/flightgear-$pkgver
   make DESTDIR="$pkgdir" install
 
-  install -Dm0644 package/flightgear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
   install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
   install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
   install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs


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

2017-05-24 Thread Sven-Hendrik Haase
Date: Wednesday, May 24, 2017 @ 12:38:56
  Author: svenstaro
Revision: 229933

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 229932, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 12:38:48 UTC (rev 229932)
+++ PKGBUILD2017-05-24 12:38:56 UTC (rev 229933)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=0.24.5
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('9bc350a64860d6456abee9e3de0b52c429de3a86fabd8ec1483fa4bfe341fc9fdb1eb42d853e2c6310e07fdb4e8fc1c94c7418293cf23b25486d5f6559325483')
-
-package() {
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 229932, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 12:38:56 UTC (rev 229933)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=0.24.6
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('470189d4f7c12ef4c25dc29157da034424d5df66eb36a70b02aeedbdd21fd95db93c7119ea94c80c9a78cb08eb09786c9a23e96238a9dd313993763835191717')
+
+package() {
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-05-24 Thread Sven-Hendrik Haase
Date: Wednesday, May 24, 2017 @ 12:38:48
  Author: svenstaro
Revision: 229932

upgpkg: yarn 0.24.6-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 12:31:28 UTC (rev 229931)
+++ PKGBUILD2017-05-24 12:38:48 UTC (rev 229932)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=0.24.5
+pkgver=0.24.6
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('9bc350a64860d6456abee9e3de0b52c429de3a86fabd8ec1483fa4bfe341fc9fdb1eb42d853e2c6310e07fdb4e8fc1c94c7418293cf23b25486d5f6559325483')
+sha512sums=('470189d4f7c12ef4c25dc29157da034424d5df66eb36a70b02aeedbdd21fd95db93c7119ea94c80c9a78cb08eb09786c9a23e96238a9dd313993763835191717')
 
 package() {
   install -dm755  "$pkgdir"/usr/lib/node_modules/yarn


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

2017-05-24 Thread Alexander Rødseth
Date: Wednesday, May 24, 2017 @ 12:31:28
  Author: arodseth
Revision: 229931

archrelease: copy trunk to community-x86_64, community-i686

Added:
  grumpy/repos/community-i686/PKGBUILD
(from rev 229930, grumpy/trunk/PKGBUILD)
  grumpy/repos/community-x86_64/PKGBUILD
(from rev 229930, grumpy/trunk/PKGBUILD)
Deleted:
  grumpy/repos/community-i686/PKGBUILD
  grumpy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 12:31:16 UTC (rev 229930)
+++ community-i686/PKGBUILD 2017-05-24 12:31:28 UTC (rev 229931)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=grumpy
-pkgver=0.aa58aa68
-pkgrel=1
-pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime'
-arch=('x86_64' 'i686')
-url='https://github.com/google/grumpy'
-depends=('go' 'python2')
-makedepends=('go' 'python2' 'git')
-license=('Apache')
-options=('!strip')
-source=("git+https://github.com/google/grumpy.git#commit=${pkgver#*.};)
-md5sums=('SKIP')
-
-build() {
-  make -C grumpy -j2
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C grumpy install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grumpy/repos/community-i686/PKGBUILD (from rev 229930, 
grumpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-24 12:31:28 UTC (rev 229931)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=grumpy
+pkgver=0.1
+pkgrel=1
+pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime'
+arch=('x86_64' 'i686')
+url='https://github.com/google/grumpy'
+depends=('go' 'python2')
+makedepends=('go' 'python2' 'git')
+license=('Apache')
+options=('!strip')
+source=("git+https://github.com/google/grumpy.git#commit=66c4b9413391faed2bf8bea92245b9349a4d15d1;)
+md5sums=('SKIP')
+
+build() {
+  make -C grumpy
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C grumpy install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-24 12:31:16 UTC (rev 229930)
+++ community-x86_64/PKGBUILD   2017-05-24 12:31:28 UTC (rev 229931)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=grumpy
-pkgver=0.aa58aa68
-pkgrel=1
-pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime'
-arch=('x86_64' 'i686')
-url='https://github.com/google/grumpy'
-depends=('go' 'python2')
-makedepends=('go' 'python2' 'git')
-license=('Apache')
-options=('!strip')
-source=("git+https://github.com/google/grumpy.git#commit=${pkgver#*.};)
-md5sums=('SKIP')
-
-build() {
-  make -C grumpy -j2
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C grumpy install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grumpy/repos/community-x86_64/PKGBUILD (from rev 229930, 
grumpy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-24 12:31:28 UTC (rev 229931)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=grumpy
+pkgver=0.1
+pkgrel=1
+pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime'
+arch=('x86_64' 'i686')
+url='https://github.com/google/grumpy'
+depends=('go' 'python2')
+makedepends=('go' 'python2' 'git')
+license=('Apache')
+options=('!strip')
+source=("git+https://github.com/google/grumpy.git#commit=66c4b9413391faed2bf8bea92245b9349a4d15d1;)
+md5sums=('SKIP')
+
+build() {
+  make -C grumpy
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C grumpy install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-05-24 Thread Alexander Rødseth
Date: Wednesday, May 24, 2017 @ 12:31:16
  Author: arodseth
Revision: 229930

upgpkg: grumpy 0.1-1

Modified:
  grumpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 11:47:51 UTC (rev 229929)
+++ PKGBUILD2017-05-24 12:31:16 UTC (rev 229930)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=grumpy
-pkgver=0.aa58aa68
+pkgver=0.1
 pkgrel=1
 pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime'
 arch=('x86_64' 'i686')
@@ -11,11 +11,11 @@
 makedepends=('go' 'python2' 'git')
 license=('Apache')
 options=('!strip')
-source=("git+https://github.com/google/grumpy.git#commit=${pkgver#*.};)
+source=("git+https://github.com/google/grumpy.git#commit=66c4b9413391faed2bf8bea92245b9349a4d15d1;)
 md5sums=('SKIP')
 
 build() {
-  make -C grumpy -j2
+  make -C grumpy
 }
 
 package() {
@@ -22,4 +22,4 @@
   DESTDIR="$pkgdir" make -C grumpy install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in emscripten/repos (12 files)

2017-05-24 Thread Sven-Hendrik Haase
Date: Wednesday, May 24, 2017 @ 11:47:51
  Author: svenstaro
Revision: 229929

archrelease: copy trunk to community-i686, community-x86_64

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

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 11:47:32 UTC (rev 229928)
+++ community-i686/PKGBUILD 2017-05-24 11:47:51 UTC (rev 229929)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.37.5
-pkgrel=2
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('2951474f300178044435fc5ce7930bdb0ddc2d6c4206e71e04b4323dac627ab444fcfe8fc4be71a25be1b3632c1132bc5ff2441b08cf3e6325e104c55fdfa78c'
-
'f91e7d250bec3c19c3c47f13a2dbbc83247770d8c02b84578fc5eedd2747764946c3efc3c1f4e52a3c2373ee072f4bb2fce4156f49acdbc8b6600598e7c72c83'
-
'fb46c8a813d1381cd95b486faaee90b4e035ecce2ca534c6362dad6e5d527cdcfabc790f98983a26f9c22b3be04b09d4ba9e5eb565c3ddccafb4ae6d24b027c3'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d 

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

2017-05-24 Thread Sven-Hendrik Haase
Date: Wednesday, May 24, 2017 @ 11:47:32
  Author: svenstaro
Revision: 229928

upgpkg: emscripten 1.37.12-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 07:23:55 UTC (rev 229927)
+++ PKGBUILD2017-05-24 11:47:32 UTC (rev 229928)
@@ -4,8 +4,8 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.37.5
-pkgrel=2
+pkgver=1.37.12
+pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
 url="http://emscripten.org;
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('2951474f300178044435fc5ce7930bdb0ddc2d6c4206e71e04b4323dac627ab444fcfe8fc4be71a25be1b3632c1132bc5ff2441b08cf3e6325e104c55fdfa78c'
-
'f91e7d250bec3c19c3c47f13a2dbbc83247770d8c02b84578fc5eedd2747764946c3efc3c1f4e52a3c2373ee072f4bb2fce4156f49acdbc8b6600598e7c72c83'
-
'fb46c8a813d1381cd95b486faaee90b4e035ecce2ca534c6362dad6e5d527cdcfabc790f98983a26f9c22b3be04b09d4ba9e5eb565c3ddccafb4ae6d24b027c3'
+sha512sums=('afb6d989f6165d54080b71e894f3edb159ce1920a1e3685435b7cd4af248d4e4c1fd837fcf5d665d2be246aacd8fe9cf294477e5594ba7cfb475801891fc5d66'
+
'a6261f8b13df490d027b819c5a14ec3cf69c915b559d4f5f95daeeceb53d63bb1729f88acfc4a77fe5df2186e1e7945dadd1cc1dc5d921ee1bb982de1a136966'
+
'856a932706492ba08cc4ae9c26907d82cdff743f4e42402f45d8d9ca3ebf85629d2490450f5dadaf303d730e47ad9e2c6f6cc3e9e5278b27f06d936562b8ea4b'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2017-05-24 Thread Bartłomiej Piotrowski
Date: Wednesday, May 24, 2017 @ 11:25:37
  Author: bpiotrowski
Revision: 296528

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  go/repos/extra-i686/PKGBUILD
(from rev 296527, go/trunk/PKGBUILD)
  go/repos/extra-x86_64/PKGBUILD
(from rev 296527, go/trunk/PKGBUILD)
Deleted:
  go/repos/extra-i686/PKGBUILD
  go/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  138 
 extra-i686/PKGBUILD   |   69 
 extra-x86_64/PKGBUILD |   69 
 3 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-24 11:25:03 UTC (rev 296527)
+++ extra-i686/PKGBUILD 2017-05-24 11:25:37 UTC (rev 296528)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=go
-epoch=2
-pkgver=1.8.1
-pkgrel=2
-pkgdesc='Core compiler tools for the Go programming language'
-arch=(i686 x86_64)
-url='http://golang.org/'
-license=(BSD)
-makedepends=(git go)
-options=(!strip staticlibs)
-_commit=a4c18f063b6659079ca2848ca217a0587dabc001
-source=(git+https://go.googlesource.com/go#commit=$_commit)
-md5sums=('SKIP')
-
-export GOOS=linux
-case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 GO386=387 ;;
-esac
-export GOROOT_FINAL=/usr/lib/go
-export GOROOT_BOOTSTRAP=/usr/lib/go
-
-build() {
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-
-  cd $pkgname/src
-  ./make.bash --no-clean
-}
-
-check() {
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  # The cgo_test and race tests fail via run.bash but not if run manually.
-  # Assume that five "failed" messages are okay and just re-run failed tests.
-  cd $pkgname/src
-  ./run.bash --no-rebuild -v -v -v -k |& tee run.log
-  if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
-return 1
-  fi
-
-  go tool dist test -v -v -v -run=^cgo_test$
-  go tool dist test -v -v -v -run=^race$
-}
-
-package() {
-  cd $pkgbase
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
-  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
-}

Copied: go/repos/extra-i686/PKGBUILD (from rev 296527, go/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-24 11:25:37 UTC (rev 296528)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=go
+epoch=2
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(i686 x86_64)
+url='http://golang.org/'
+license=(BSD)
+makedepends=(git go)
+options=(!strip staticlibs)
+_commit=59870f9e19384c3155f603f799b61b401fa20cc9
+source=(git+https://go.googlesource.com/go#commit=$_commit)
+md5sums=('SKIP')
+
+export GOOS=linux
+case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+  i686) export GOARCH=386 GO386=387 ;;
+esac
+export GOROOT_FINAL=/usr/lib/go
+export GOROOT_BOOTSTRAP=/usr/lib/go
+
+build() {
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export GOPATH="$srcdir/"
+
+  cd $pkgname/src
+  ./make.bash --no-clean
+}
+
+check() {
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  # The cgo_test and race tests fail via run.bash but not if run manually.
+  # Assume that five "failed" messages are okay and just re-run failed tests.
+  cd $pkgname/src
+  ./run.bash --no-rebuild -v -v -v -k |& tee run.log
+  if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
+return 1
+  fi
+
+  go tool dist test -v -v -v -run=^cgo_test$
+  go tool dist test -v -v -v -run=^race$
+}
+
+package() {
+  cd $pkgbase
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
+  cp -a bin pkg src lib misc "$pkgdir/usr/lib/go"
+  cp -r doc/* "$pkgdir/usr/share/doc/go"
+
+  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
+  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
+  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
+  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
+
+  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
+  rm -rf 

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

2017-05-24 Thread Bartłomiej Piotrowski
Date: Wednesday, May 24, 2017 @ 11:25:03
  Author: bpiotrowski
Revision: 296527

upgpkg: go 2:1.8.2-1

new upstream release

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 11:23:51 UTC (rev 296526)
+++ PKGBUILD2017-05-24 11:25:03 UTC (rev 296527)
@@ -3,8 +3,8 @@
 
 pkgname=go
 epoch=2
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(i686 x86_64)
 url='http://golang.org/'
@@ -11,7 +11,7 @@
 license=(BSD)
 makedepends=(git go)
 options=(!strip staticlibs)
-_commit=a4c18f063b6659079ca2848ca217a0587dabc001
+_commit=59870f9e19384c3155f603f799b61b401fa20cc9
 source=(git+https://go.googlesource.com/go#commit=$_commit)
 md5sums=('SKIP')
 


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

2017-05-24 Thread Bartłomiej Piotrowski
Date: Wednesday, May 24, 2017 @ 11:23:51
  Author: bpiotrowski
Revision: 296526

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libatomic_ops/repos/extra-i686/PKGBUILD
(from rev 296525, libatomic_ops/trunk/PKGBUILD)
  libatomic_ops/repos/extra-x86_64/PKGBUILD
(from rev 296525, libatomic_ops/trunk/PKGBUILD)
Deleted:
  libatomic_ops/repos/extra-i686/PKGBUILD
  libatomic_ops/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 70 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-24 11:23:43 UTC (rev 296525)
+++ extra-i686/PKGBUILD 2017-05-24 11:23:51 UTC (rev 296526)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Adam Walters 
-# Contributor: William Rea 
-# Contributor: Rémy Oudompheng 
-
-pkgname=libatomic_ops
-pkgver=7.4.4
-_tag=$pkgname-${pkgver//./_}
-pkgrel=1
-pkgdesc="Provides semi-portable access to hardware provided atomic memory 
operations"
-arch=('i686' 'x86_64')
-url="https://github.com/ivmai/libatomic_ops;
-depends=('glibc')
-license=('GPL2' 'MIT')
-source=(https://github.com/ivmai/libatomic_ops/archive/$_tag.zip)
-sha1sums=('62945dda97fe49f14415627e2b2803d9d953b32f')
-
-build() {
-  cd $pkgname-$_tag
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --enable-shared
-  make
-}
-
-check() {
-  cd $pkgname-$_tag
-  make check
-}
-
-package() {
-  cd $pkgname-$_tag
-  make DESTDIR="$pkgdir" install
-  install -D -m644 doc/LICENSING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -r "$pkgdir/usr/share/libatomic_ops"
-}

Copied: libatomic_ops/repos/extra-i686/PKGBUILD (from rev 296525, 
libatomic_ops/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-24 11:23:51 UTC (rev 296526)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Adam Walters 
+# Contributor: William Rea 
+# Contributor: Rémy Oudompheng 
+
+pkgname=libatomic_ops
+pkgver=7.4.6
+pkgrel=1
+pkgdesc="Provides semi-portable access to hardware provided atomic memory 
operations"
+arch=('i686' 'x86_64')
+url="https://github.com/ivmai/libatomic_ops;
+depends=('glibc')
+license=('GPL2' 'MIT')
+source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('96e88ba450ae5fa10aa8e94e6b151a63ffbe47f8069574bd12da22ae80c686db')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static --enable-shared
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 doc/LICENSING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -rf "$pkgdir/usr/share/doc/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-24 11:23:43 UTC (rev 296525)
+++ extra-x86_64/PKGBUILD   2017-05-24 11:23:51 UTC (rev 296526)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Adam Walters 
-# Contributor: William Rea 
-# Contributor: Rémy Oudompheng 
-
-pkgname=libatomic_ops
-pkgver=7.4.4
-_tag=$pkgname-${pkgver//./_}
-pkgrel=1
-pkgdesc="Provides semi-portable access to hardware provided atomic memory 
operations"
-arch=('i686' 'x86_64')
-url="https://github.com/ivmai/libatomic_ops;
-depends=('glibc')
-license=('GPL2' 'MIT')
-source=(https://github.com/ivmai/libatomic_ops/archive/$_tag.zip)
-sha1sums=('62945dda97fe49f14415627e2b2803d9d953b32f')
-
-build() {
-  cd $pkgname-$_tag
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --enable-shared
-  make
-}
-
-check() {
-  cd $pkgname-$_tag
-  make check
-}
-
-package() {
-  cd $pkgname-$_tag
-  make DESTDIR="$pkgdir" install
-  install -D -m644 doc/LICENSING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -r "$pkgdir/usr/share/libatomic_ops"
-}

Copied: libatomic_ops/repos/extra-x86_64/PKGBUILD (from rev 296525, 
libatomic_ops/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-05-24 11:23:51 UTC (rev 296526)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Adam Walters 
+# Contributor: William Rea 
+# Contributor: Rémy Oudompheng 
+

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

2017-05-24 Thread Bartłomiej Piotrowski
Date: Wednesday, May 24, 2017 @ 11:23:43
  Author: bpiotrowski
Revision: 296525

upgpkg: libatomic_ops 7.4.6-1

new upstream release

Modified:
  libatomic_ops/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 06:35:51 UTC (rev 296524)
+++ PKGBUILD2017-05-24 11:23:43 UTC (rev 296525)
@@ -5,8 +5,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=libatomic_ops
-pkgver=7.4.4
-_tag=$pkgname-${pkgver//./_}
+pkgver=7.4.6
 pkgrel=1
 pkgdesc="Provides semi-portable access to hardware provided atomic memory 
operations"
 arch=('i686' 'x86_64')
@@ -13,11 +12,11 @@
 url="https://github.com/ivmai/libatomic_ops;
 depends=('glibc')
 license=('GPL2' 'MIT')
-source=(https://github.com/ivmai/libatomic_ops/archive/$_tag.zip)
-sha1sums=('62945dda97fe49f14415627e2b2803d9d953b32f')
+source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('96e88ba450ae5fa10aa8e94e6b151a63ffbe47f8069574bd12da22ae80c686db')
 
 build() {
-  cd $pkgname-$_tag
+  cd $pkgname-$pkgver
   ./autogen.sh
   ./configure --prefix=/usr --disable-static --enable-shared
   make
@@ -24,13 +23,13 @@
 }
 
 check() {
-  cd $pkgname-$_tag
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd $pkgname-$_tag
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -D -m644 doc/LICENSING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -r "$pkgdir/usr/share/libatomic_ops"
+  install -Dm644 doc/LICENSING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -rf "$pkgdir/usr/share/doc/"
 }


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

2017-05-24 Thread Lukas Fleischer
Date: Wednesday, May 24, 2017 @ 07:23:55
  Author: lfleischer
Revision: 229927

archrelease: copy trunk to community-i686, community-x86_64

Added:
  slop/repos/community-i686/PKGBUILD
(from rev 229926, slop/trunk/PKGBUILD)
  slop/repos/community-x86_64/PKGBUILD
(from rev 229926, slop/trunk/PKGBUILD)
Deleted:
  slop/repos/community-i686/PKGBUILD
  slop/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 07:23:44 UTC (rev 229926)
+++ community-i686/PKGBUILD 2017-05-24 07:23:55 UTC (rev 229927)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=slop
-pkgver=5.3.37
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender')
-makedepends=('cmake' 'glm')
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
-md5sums=('3c9daf46110b1aada91aa5832dcf71dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr . .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: slop/repos/community-i686/PKGBUILD (from rev 229926, 
slop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-24 07:23:55 UTC (rev 229927)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=slop
+pkgver=5.3.38
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
+md5sums=('40bac9ca6390d199547370dd5a518d0a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-24 07:23:44 UTC (rev 229926)
+++ community-x86_64/PKGBUILD   2017-05-24 07:23:55 UTC (rev 229927)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=slop
-pkgver=5.3.37
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender')
-makedepends=('cmake' 'glm')
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
-md5sums=('3c9daf46110b1aada91aa5832dcf71dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr . .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: slop/repos/community-x86_64/PKGBUILD (from rev 229926, 
slop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-24 07:23:55 UTC (rev 229927)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=slop
+pkgver=5.3.38
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
+md5sums=('40bac9ca6390d199547370dd5a518d0a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2017-05-24 Thread Lukas Fleischer
Date: Wednesday, May 24, 2017 @ 07:23:44
  Author: lfleischer
Revision: 229926

upgpkg: slop 5.3.38-1

Upstream update.

Modified:
  slop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 07:00:56 UTC (rev 229925)
+++ PKGBUILD2017-05-24 07:23:44 UTC (rev 229926)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=slop
-pkgver=5.3.37
+pkgver=5.3.38
 pkgrel=1
 pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
-md5sums=('3c9daf46110b1aada91aa5832dcf71dc')
+md5sums=('40bac9ca6390d199547370dd5a518d0a')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in deepin-session-ui/repos (6 files)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 07:00:56
  Author: felixonmars
Revision: 229925

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 229924, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-i686/issue54075.patch
(from rev 229924, deepin-session-ui/trunk/issue54075.patch)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 229924, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/issue54075.patch
(from rev 229924, deepin-session-ui/trunk/issue54075.patch)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   32 -
 community-i686/issue54075.patch   |   88 
 community-x86_64/PKGBUILD |   32 -
 community-x86_64/issue54075.patch |   88 
 5 files changed, 256 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-24 07:00:29 UTC (rev 229924)
+++ community-i686/PKGBUILD 2017-05-24 07:00:56 UTC (rev 229925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.0.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('b16bdf0085872a781e26b6cbd0604809f0a435a3a0152e325f0fac725ecf0b77981aa7b7f541d0f3dd1713a617c7786fad77c408d74c73606c21c5bebf54e66e')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 229924, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-24 07:00:56 UTC (rev 229925)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.0.6
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
+issue54075.patch)
+sha512sums=('b16bdf0085872a781e26b6cbd0604809f0a435a3a0152e325f0fac725ecf0b77981aa7b7f541d0f3dd1713a617c7786fad77c408d74c73606c21c5bebf54e66e'
+
'000368298dbf31e806f2bc814ae74e4a5f561a7b2d6cf6083b82ab817b10c95a1ee6e3f6eb7eb58e9f92e19de8aac21ef4ac7cfe24afdc9b5767c18dc39deed7')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  # https://github.com/linuxdeepin/developer-center/issues/286
+  patch -p1 -i ../issue54075.patch
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-session-ui/repos/community-i686/issue54075.patch (from rev 
229924, deepin-session-ui/trunk/issue54075.patch)
===
--- community-i686/issue54075.patch (rev 0)
+++ community-i686/issue54075.patch 2017-05-24 07:00:56 UTC (rev 229925)
@@ -0,0 +1,88 @@
+From 28e0c04d652b5f0a492b1716d7bde2065557dcbf Mon Sep 17 00:00:00 2001
+From: kirigaya 
+Date: Tue, 9 May 2017 10:01:24 +0800
+Subject: [PATCH] dde-lock: frequent calls to DBUS cause timeout
+
+Change-Id: I05a840c24e6276f34007b85ba76eefde10dd50aa
+---
+ dde-lock/lockmanager.cpp | 6 ++
+ 

[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD issue54075.patch)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 07:00:29
  Author: felixonmars
Revision: 229924

upgpkg: deepin-session-ui 4.0.6-2

add a patch for FS#54075

Added:
  deepin-session-ui/trunk/issue54075.patch
Modified:
  deepin-session-ui/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++--
 issue54075.patch |   88 +
 2 files changed, 99 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 06:25:48 UTC (rev 229923)
+++ PKGBUILD2017-05-24 07:00:29 UTC (rev 229924)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-session-ui
 pkgver=4.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-session-ui;
@@ -17,9 +17,17 @@
 provides=('lightdm-deepin-greeter')
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('b16bdf0085872a781e26b6cbd0604809f0a435a3a0152e325f0fac725ecf0b77981aa7b7f541d0f3dd1713a617c7786fad77c408d74c73606c21c5bebf54e66e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
+issue54075.patch)
+sha512sums=('b16bdf0085872a781e26b6cbd0604809f0a435a3a0152e325f0fac725ecf0b77981aa7b7f541d0f3dd1713a617c7786fad77c408d74c73606c21c5bebf54e66e'
+
'000368298dbf31e806f2bc814ae74e4a5f561a7b2d6cf6083b82ab817b10c95a1ee6e3f6eb7eb58e9f92e19de8aac21ef4ac7cfe24afdc9b5767c18dc39deed7')
 
+prepare() {
+  cd dde-session-ui-$pkgver
+  # https://github.com/linuxdeepin/developer-center/issues/286
+  patch -p1 -i ../issue54075.patch
+}
+
 build() {
   cd dde-session-ui-$pkgver
   qmake-qt5 PREFIX=/usr

Added: issue54075.patch
===
--- issue54075.patch(rev 0)
+++ issue54075.patch2017-05-24 07:00:29 UTC (rev 229924)
@@ -0,0 +1,88 @@
+From 28e0c04d652b5f0a492b1716d7bde2065557dcbf Mon Sep 17 00:00:00 2001
+From: kirigaya 
+Date: Tue, 9 May 2017 10:01:24 +0800
+Subject: [PATCH] dde-lock: frequent calls to DBUS cause timeout
+
+Change-Id: I05a840c24e6276f34007b85ba76eefde10dd50aa
+---
+ dde-lock/lockmanager.cpp | 6 ++
+ dde-lock/lockmanager.h   | 1 +
+ 2 files changed, 7 insertions(+)
+
+diff --git a/dde-lock/lockmanager.cpp b/dde-lock/lockmanager.cpp
+index 7c4b23b..f8cecdb 100644
+--- a/dde-lock/lockmanager.cpp
 b/dde-lock/lockmanager.cpp
+@@ -217,6 +217,7 @@ void LockManager::chooseUserMode()
+ 
+ void LockManager::onUnlockFinished(QDBusPendingCallWatcher *w)
+ {
++m_checkingPWD = false;
+ 
+ QDBusPendingReply reply = *w;
+ 
+@@ -344,6 +345,11 @@ void LockManager::mouseReleaseEvent(QMouseEvent *e)
+ 
+ void LockManager::unlock()
+ {
++if (m_checkingPWD)
++return;
++
++m_checkingPWD = true;
++
+ if (!m_requireShutdownWidget->isHidden()) {
+ m_requireShutdownWidget->shutdownAction();
+ return;
+diff --git a/dde-lock/lockmanager.h b/dde-lock/lockmanager.h
+index 69c90bd..be3cc07 100644
+--- a/dde-lock/lockmanager.h
 b/dde-lock/lockmanager.h
+@@ -108,6 +108,7 @@ public slots:
+ QSize m_passwdEditSize;
+ 
+ int m_authFailureCount = 0;
++bool m_checkingPWD = false;
+ };
+ 
+ #endif // LOCKMANAGER_H
+From 9d3b0ed23549f86b6879f5778c61902dbb4ddc99 Mon Sep 17 00:00:00 2001
+From: kirigaya 
+Date: Thu, 11 May 2017 17:25:31 +0800
+Subject: [PATCH] Lock: fix error lock
+
+Change-Id: I8037aec76679bde1bb0063bbbefebc74f9dd6ef3
+---
+ dde-lock/lockmanager.cpp | 13 -
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/dde-lock/lockmanager.cpp b/dde-lock/lockmanager.cpp
+index 5d47927..3fc19b7 100644
+--- a/dde-lock/lockmanager.cpp
 b/dde-lock/lockmanager.cpp
+@@ -352,11 +352,6 @@ void LockManager::mouseReleaseEvent(QMouseEvent *e)
+ 
+ void LockManager::unlock()
+ {
+-if (m_checkingPWD)
+-return;
+-
+-m_checkingPWD = true;
+-
+ if (!m_requireShutdownWidget->isHidden()) {
+ m_requireShutdownWidget->shutdownAction();
+ return;
+@@ -371,6 +366,14 @@ void LockManager::unlock()
+ 
+ m_userWidget->showLoadingAni();
+ 
++if (!m_passwordEdit->isVisible())
++return;
++
++if (m_checkingPWD)
++return;
++
++m_checkingPWD = true;
++
+ //qDebug() << "unlock" << m_userWidget->currentUser() << 
m_passwordEdit->getText();
+ const QString  = m_userWidget->currentUser();
+ const QString  = m_passwordEdit->getText();


[arch-commits] Commit in perl-anyevent/repos/extra-any (3 files)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 06:35:51
  Author: felixonmars
Revision: 296524

archrelease: copy trunk to extra-any

Added:
  perl-anyevent/repos/extra-any/PKGBUILD
(from rev 296523, perl-anyevent/trunk/PKGBUILD)
  perl-anyevent/repos/extra-any/issue53923.patch
(from rev 296523, perl-anyevent/trunk/issue53923.patch)
Deleted:
  perl-anyevent/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   83 +
 issue53923.patch |   26 
 2 files changed, 72 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 06:35:35 UTC (rev 296523)
+++ PKGBUILD2017-05-24 06:35:51 UTC (rev 296524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-anyevent
-pkgver=7.13
-pkgrel=1
-epoch=4
-pkgdesc='The DBI of event loop programming'
-arch=('any')
-url="https://metacpan.org/release/AnyEvent;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-optdepends=('perl-async-interrupt: for fast signal handling'
-'perl-ev: for the recommended EV event loop backend'
-'perl-guard: to speed up guards'
-'perl-json: send or receive JSON with AnyEvent::Handle'
-'perl-json-xs: send or receive JSON with AnyEvent::Handle'
-'perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
-md5sums=('70eea152cf4686f8f351aa8bc96157f9')
-
-build() {
-  cd AnyEvent-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd AnyEvent-$pkgver
-  make test
-}
-
-package() {
-  cd AnyEvent-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-anyevent/repos/extra-any/PKGBUILD (from rev 296523, 
perl-anyevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 06:35:51 UTC (rev 296524)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-anyevent
+pkgver=7.13
+pkgrel=2
+epoch=4
+pkgdesc='The DBI of event loop programming'
+arch=('any')
+url="https://metacpan.org/release/AnyEvent;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('glib-perl' 'perl-async-interrupt' 'perl-ev' 'perl-net-ssleay')
+optdepends=('perl-async-interrupt: for fast signal handling'
+'perl-ev: for the recommended EV event loop backend'
+'perl-guard: to speed up guards'
+'perl-json: send or receive JSON with AnyEvent::Handle'
+'perl-json-xs: send or receive JSON with AnyEvent::Handle'
+'perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;
+issue53923.patch)
+md5sums=('70eea152cf4686f8f351aa8bc96157f9'
+ 'e6e9e44caa1610a1d527c76258270d7a')
+
+prepare() {
+  cd AnyEvent-$pkgver
+  # https://rt.cpan.org/Public/Bug/Display.html?id=118584
+  patch -p1 -i ../issue53923.patch
+}
+
+build() {
+  cd AnyEvent-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-$pkgver
+  PERL_ANYEVENT_LOOP_TESTS=true make test
+}
+
+package() {
+  cd AnyEvent-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: perl-anyevent/repos/extra-any/issue53923.patch (from rev 296523, 
perl-anyevent/trunk/issue53923.patch)
===
--- issue53923.patch(rev 0)
+++ issue53923.patch2017-05-24 06:35:51 UTC (rev 296524)
@@ -0,0 +1,26 @@
+--- AnyEvent/lib/AnyEvent/Handle.pm2016/10/30 23:03:36 1.248
 AnyEvent/lib/AnyEvent/Handle.pm2016/11/26 03:34:50 1.249
+@@ -2195,19 +2195,19 @@
+# basically, this is deep magic (because SSL_read should have the same 
issues)
+# but the openssl maintainers basically said: "trust us, it just works".
+# (unfortunately, we have to hardcode constants because the abysmally 
misdesigned
+-   # and mismaintained ssleay-module doesn't even offer them).
++   # and mismaintained ssleay-module didn't offer them for a decade or so).
+# http://www.mail-archive.com/openssl-dev@openssl.org/msg22420.html
+#
+# in short: this is a mess.
+-   # 
++   #
+# note that we do not try to keep the length constant between writes as we 
are required to do.
+# we assume that most (but not all) of this insanity only applies to 
non-blocking cases,
+# and we drive openssl fully in blocking mode here. Or maybe we don't - 
openssl seems to
+# have identity issues in that area.
+-#   Net::SSLeay::CTX_set_mode ($ssl,
++#   Net::SSLeay::set_mode ($ssl,
+ #  (eval { local $SIG{__DIE__}; Net::SSLeay::MODE_ENABLE_PARTIAL_WRITE () 
} || 1)
+ #  | (eval { local $SIG{__DIE__}; 

[arch-commits] Commit in perl-anyevent/trunk (PKGBUILD issue53923.patch)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 06:35:35
  Author: felixonmars
Revision: 296523

upgpkg: perl-anyevent 4:7.13-2

add a patch for FS#53923

Added:
  perl-anyevent/trunk/issue53923.patch
Modified:
  perl-anyevent/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 issue53923.patch |   26 ++
 2 files changed, 39 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-23 21:36:26 UTC (rev 296522)
+++ PKGBUILD2017-05-24 06:35:35 UTC (rev 296523)
@@ -3,7 +3,7 @@
 
 pkgname=perl-anyevent
 pkgver=7.13
-pkgrel=1
+pkgrel=2
 epoch=4
 pkgdesc='The DBI of event loop programming'
 arch=('any')
@@ -10,6 +10,7 @@
 url="https://metacpan.org/release/AnyEvent;
 license=('PerlArtistic' 'GPL')
 depends=('perl')
+checkdepends=('glib-perl' 'perl-async-interrupt' 'perl-ev' 'perl-net-ssleay')
 optdepends=('perl-async-interrupt: for fast signal handling'
 'perl-ev: for the recommended EV event loop backend'
 'perl-guard: to speed up guards'
@@ -17,9 +18,17 @@
 'perl-json-xs: send or receive JSON with AnyEvent::Handle'
 'perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
-md5sums=('70eea152cf4686f8f351aa8bc96157f9')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;
+issue53923.patch)
+md5sums=('70eea152cf4686f8f351aa8bc96157f9'
+ 'e6e9e44caa1610a1d527c76258270d7a')
 
+prepare() {
+  cd AnyEvent-$pkgver
+  # https://rt.cpan.org/Public/Bug/Display.html?id=118584
+  patch -p1 -i ../issue53923.patch
+}
+
 build() {
   cd AnyEvent-$pkgver
   perl Makefile.PL INSTALLDIRS=vendor
@@ -28,7 +37,7 @@
 
 check() {
   cd AnyEvent-$pkgver
-  make test
+  PERL_ANYEVENT_LOOP_TESTS=true make test
 }
 
 package() {

Added: issue53923.patch
===
--- issue53923.patch(rev 0)
+++ issue53923.patch2017-05-24 06:35:35 UTC (rev 296523)
@@ -0,0 +1,26 @@
+--- AnyEvent/lib/AnyEvent/Handle.pm2016/10/30 23:03:36 1.248
 AnyEvent/lib/AnyEvent/Handle.pm2016/11/26 03:34:50 1.249
+@@ -2195,19 +2195,19 @@
+# basically, this is deep magic (because SSL_read should have the same 
issues)
+# but the openssl maintainers basically said: "trust us, it just works".
+# (unfortunately, we have to hardcode constants because the abysmally 
misdesigned
+-   # and mismaintained ssleay-module doesn't even offer them).
++   # and mismaintained ssleay-module didn't offer them for a decade or so).
+# http://www.mail-archive.com/openssl-dev@openssl.org/msg22420.html
+#
+# in short: this is a mess.
+-   # 
++   #
+# note that we do not try to keep the length constant between writes as we 
are required to do.
+# we assume that most (but not all) of this insanity only applies to 
non-blocking cases,
+# and we drive openssl fully in blocking mode here. Or maybe we don't - 
openssl seems to
+# have identity issues in that area.
+-#   Net::SSLeay::CTX_set_mode ($ssl,
++#   Net::SSLeay::set_mode ($ssl,
+ #  (eval { local $SIG{__DIE__}; Net::SSLeay::MODE_ENABLE_PARTIAL_WRITE () 
} || 1)
+ #  | (eval { local $SIG{__DIE__}; 
Net::SSLeay::MODE_ACCEPT_MOVING_WRITE_BUFFER () } || 2));
+-   Net::SSLeay::CTX_set_mode ($tls, 1|2);
++   Net::SSLeay::set_mode ($tls, 1|2);
+ 
+$self->{_rbio} = Net::SSLeay::BIO_new (Net::SSLeay::BIO_s_mem ());
+$self->{_wbio} = Net::SSLeay::BIO_new (Net::SSLeay::BIO_s_mem ());


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

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 06:25:48
  Author: arojas
Revision: 229923

archrelease: copy trunk to community-any

Added:
  sage-notebook/repos/community-any/PKGBUILD
(from rev 229922, sage-notebook/trunk/PKGBUILD)
  sage-notebook/repos/community-any/sage.service
(from rev 229922, sage-notebook/trunk/sage.service)
Deleted:
  sage-notebook/repos/community-any/PKGBUILD
  sage-notebook/repos/community-any/jmol.patch
  sage-notebook/repos/community-any/sage.service
  sage-notebook/repos/community-any/sagenb-flask-0.11.patch

-+
 PKGBUILD|  127 -
 jmol.patch  |   21 --
 sage.service|   16 +-
 sagenb-flask-0.11.patch |  342 --
 4 files changed, 68 insertions(+), 438 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-24 06:25:30 UTC (rev 229922)
+++ PKGBUILD2017-05-24 06:25:48 UTC (rev 229923)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Evgeniy Alekseev 
-
-pkgname=sage-notebook
-pkgver=0.13
-pkgrel=4
-pkgdesc='Browser-based notebook interface for SageMath'
-arch=(any)
-url='http://www.sagemath.org'
-license=(GPL3)
-depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax)
-optdepends=('python2-pyopenssl: to use the notebook in secure mode')
-makedepends=(gendesk)
-source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 sage.service jmol.patch sagenb-flask-0.11.patch)
-sha256sums=('8e88c66a244c027256c0c6c944414ef63d6c28c4f03c118c9964d610357896a6'
-'8f16928bbb5989ffd99a81ed76c6d391dfe32ea74f626a24bc27dff348412de7'
-'3e7d7437d5dd4e139add01dc21b367de391b8c4472a3af3827b2466489779e3c'
-'931be5497fdb722fba1211c4dcb359519fd618a2e36bd1a80cc0cdb5302bb51d')
-
-prepare() {
-# create *.desktop file
-  gendesk -f -n \
-  --pkgname="sage-notebook" \
-  --pkgdesc="SageMath notebook" \
-  --name="SageMath" \
-  --exec="/usr/bin/sage -notebook=sagenb" \
-  --terminal=true \
-  --categories="Education;Science;Math"
-
-  cd sagenb-$pkgver
-  
-# Use python2
-  find -name '*.py' | xargs sed -e 's|#! /usr/bin/python|#! /usr/bin/python2|' 
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
--e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
-  sed -e 's|python %s|python2 %s|' -i sagenb/notebook/run_notebook.py
-  sed -e "s|python = 'python'|python = 'python2'|" -i 
sagenb/interfaces/expect.py 
-
-# fix displaying 3D plots
-  patch -p0 -i "$srcdir"/jmol.patch
-# port away from deprecated Flask API
-  patch -p0 -i "$srcdir"/sagenb-flask-0.11.patch
-}
-
-build() {
-  cd sagenb-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd sagenb-$pkgver
-
-  python2 setup.py install --root "$pkgdir" --optimize=1
-
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
-
-  ln -s /usr/share/mathjax 
"$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
-
-# install a systemd user unit
-  install -Dm644 "${srcdir}/sage.service" 
"$pkgdir/usr/lib/systemd/user/sage.service"
-# install *.desktop and icon files
-  install -Dm644 "${srcdir}/sage-notebook.desktop" 
"$pkgdir/usr/share/applications/sage-notebook.desktop"
-  install -Dm644 
"$pkgdir/usr/lib/python2.7/site-packages/sagenb/data/sage/images/icon48x48.png" 
\
- "$pkgdir/usr/share/pixmaps/sage-notebook.png"
-# remove sage3d
-  rm -r "$pkgdir"/usr/bin
-}

Copied: sage-notebook/repos/community-any/PKGBUILD (from rev 229922, 
sage-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-24 06:25:48 UTC (rev 229923)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Evgeniy Alekseev 
+
+pkgname=sage-notebook
+pkgver=1.0
+pkgrel=1
+pkgdesc='Browser-based notebook interface for SageMath'
+arch=(any)
+url='http://www.sagemath.org'
+license=(GPL3)
+depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax)
+optdepends=('python2-pyopenssl: to use the notebook in secure mode')
+makedepends=(gendesk)
+source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 sage.service)
+sha256sums=('90faad86182100dc96c1a85bd16d4c6f5c4e9e158d33edf8fa86c9870beb3e03'
+'2cf8668fa77a96fe562dafd50cab41aad03f53ee8b91587b1b45ecd193c1517a')
+
+prepare() {
+# create *.desktop file
+  gendesk -f -n \
+  --pkgname="sage-notebook" \
+  --pkgdesc="SageMath notebook" \
+  --name="SageMath" \
+  --exec="/usr/bin/sage -notebook=sagenb" \
+  --terminal=true \
+  --categories="Education;Science;Math"
+
+  cd sagenb-$pkgver
+  
+# 

[arch-commits] Commit in sage-notebook/trunk (4 files)

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 06:25:30
  Author: arojas
Revision: 229922

Update to 1.0

Modified:
  sage-notebook/trunk/PKGBUILD
  sage-notebook/trunk/sage.service
Deleted:
  sage-notebook/trunk/jmol.patch
  sage-notebook/trunk/sagenb-flask-0.11.patch

-+
 PKGBUILD|   17 --
 jmol.patch  |   21 --
 sage.service|2 
 sagenb-flask-0.11.patch |  342 --
 4 files changed, 6 insertions(+), 376 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 06:14:07 UTC (rev 229921)
+++ PKGBUILD2017-05-24 06:25:30 UTC (rev 229922)
@@ -3,8 +3,8 @@
 # Maintainer: Evgeniy Alekseev 
 
 pkgname=sage-notebook
-pkgver=0.13
-pkgrel=4
+pkgver=1.0
+pkgrel=1
 pkgdesc='Browser-based notebook interface for SageMath'
 arch=(any)
 url='http://www.sagemath.org'
@@ -12,11 +12,9 @@
 depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax)
 optdepends=('python2-pyopenssl: to use the notebook in secure mode')
 makedepends=(gendesk)
-source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 sage.service jmol.patch sagenb-flask-0.11.patch)
-sha256sums=('8e88c66a244c027256c0c6c944414ef63d6c28c4f03c118c9964d610357896a6'
-'8f16928bbb5989ffd99a81ed76c6d391dfe32ea74f626a24bc27dff348412de7'
-'3e7d7437d5dd4e139add01dc21b367de391b8c4472a3af3827b2466489779e3c'
-'931be5497fdb722fba1211c4dcb359519fd618a2e36bd1a80cc0cdb5302bb51d')
+source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 sage.service)
+sha256sums=('90faad86182100dc96c1a85bd16d4c6f5c4e9e158d33edf8fa86c9870beb3e03'
+'2cf8668fa77a96fe562dafd50cab41aad03f53ee8b91587b1b45ecd193c1517a')
 
 prepare() {
 # create *.desktop file
@@ -35,11 +33,6 @@
 -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
   sed -e 's|python %s|python2 %s|' -i sagenb/notebook/run_notebook.py
   sed -e "s|python = 'python'|python = 'python2'|" -i 
sagenb/interfaces/expect.py 
-
-# fix displaying 3D plots
-  patch -p0 -i "$srcdir"/jmol.patch
-# port away from deprecated Flask API
-  patch -p0 -i "$srcdir"/sagenb-flask-0.11.patch
 }
 
 build() {

Deleted: jmol.patch
===
--- jmol.patch  2017-05-24 06:14:07 UTC (rev 229921)
+++ jmol.patch  2017-05-24 06:25:30 UTC (rev 229922)
@@ -1,21 +0,0 @@
 sagenb/flask_version/base.py.orig  2015-01-06 19:30:34.326174783 +0100
-+++ sagenb/flask_version/base.py   2015-01-06 19:31:08.439723240 +0100
-@@ -36,12 +36,12 @@
- self.add_static_path('/javascript', DATA)
- self.add_static_path('/static', DATA)
- self.add_static_path('/java', DATA)
--self.add_static_path('/java/jmol', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jmol"))
--self.add_static_path('/jsmol', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol"))
--self.add_static_path('/jsmol/js', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol","js"))
--self.add_static_path('/j2s', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol","j2s"))
--self.add_static_path('/jsmol/j2s', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol","j2s"))
--self.add_static_path('/j2s/core', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol","j2s","core"))
-+self.add_static_path('/java/jmol', 
os.path.join(os.environ["SAGE_SHARE"],"jmol"))
-+self.add_static_path('/jsmol', 
os.path.join(os.environ["SAGE_SHARE"],"jsmol"))
-+self.add_static_path('/jsmol/js', 
os.path.join(os.environ["SAGE_SHARE"],"jsmol","js"))
-+self.add_static_path('/j2s', 
os.path.join(os.environ["SAGE_SHARE"],"jsmol","j2s"))
-+self.add_static_path('/jsmol/j2s', 
os.path.join(os.environ["SAGE_SHARE"],"jsmol","j2s"))
-+self.add_static_path('/j2s/core', 
os.path.join(os.environ["SAGE_SHARE"],"jsmol","j2s","core"))
- import mimetypes
- mimetypes.add_type('text/plain','.jmol')
- 

Modified: sage.service
===
--- sage.service2017-05-24 06:14:07 UTC (rev 229921)
+++ sage.service2017-05-24 06:25:30 UTC (rev 229922)
@@ -2,7 +2,7 @@
 Description=A free open-source mathematics software system
 
 [Service]
-ExecStart=/usr/bin/sage -n
+ExecStart=/usr/bin/sage -notebook=sagenb
 
 [Install]
 WantedBy=default.target

Deleted: sagenb-flask-0.11.patch
===
--- sagenb-flask-0.11.patch 2017-05-24 06:14:07 UTC (rev 229921)
+++ sagenb-flask-0.11.patch 2017-05-24 06:25:30 UTC (rev 229922)
@@ -1,342 +0,0 @@
-diff -ur sagenb.orig/flask_version/admin.py sagenb/flask_version/admin.py
 sagenb.orig/flask_version/admin.py 

[arch-commits] Commit in haskell-yesod-auth/repos (4 files)

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 06:11:59
  Author: felixonmars
Revision: 229919

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 229918, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 229918, haskell-yesod-auth/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
229918, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 06:11:59 UTC (rev 229919)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.1
+pkgrel=7
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8656bfa271557b2f0baff603bb38e8ad496ee4a1e04965ce6d09094d2b7ad85fd344ebee5156f69726323b380fd8d0b40e00f67c7b00b1e15028004b0bcec75d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
229918, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 06:11:59 UTC (rev 229919)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.1
+pkgrel=7
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+   

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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 06:11:36
  Author: felixonmars
Revision: 229918

upgpkg: haskell-yesod-auth 1.4.17.1-7

rebuild with nonce,1.0.3

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 06:05:35 UTC (rev 229917)
+++ PKGBUILD2017-05-24 06:11:36 UTC (rev 229918)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 06:05:12
  Author: felixonmars
Revision: 229916

upgpkg: haskell-nonce 1.0.3-1

rebuild with nonce,1.0.3

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 05:31:50 UTC (rev 229915)
+++ PKGBUILD2017-05-24 06:05:12 UTC (rev 229916)
@@ -4,21 +4,16 @@
 
 _hkgname=nonce
 pkgname=haskell-nonce
-pkgver=1.0.2
-pkgrel=17
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cprng-aes"
- "haskell-crypto-random" "haskell-text")
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cryptonite" 
"haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('1004184996ea797b43189a0e73eab0b939f129cafc776341ca82289edb329cd0')
+sha512sums=('3980915eb420dccf78a92ea8757a2546318a2a688052bef4e25968db430da4a206814d013e871e193bb9b14ae7a6946cf49b07c75352130a8308c4f57c097e0d')
 
-prepare() {
-sed -i 's/base  >= 4.5   && < 4.9/base  >= 4.5   
\&\& < 4.10/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-05-24 Thread Felix Yan
Date: Wednesday, May 24, 2017 @ 06:05:35
  Author: felixonmars
Revision: 229917

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-nonce/repos/community-staging-i686/
  haskell-nonce/repos/community-staging-i686/PKGBUILD
(from rev 229916, haskell-nonce/trunk/PKGBUILD)
  haskell-nonce/repos/community-staging-x86_64/
  haskell-nonce/repos/community-staging-x86_64/PKGBUILD
(from rev 229916, haskell-nonce/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-nonce/repos/community-staging-i686/PKGBUILD (from rev 229916, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-24 06:05:35 UTC (rev 229917)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cryptonite" 
"haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3980915eb420dccf78a92ea8757a2546318a2a688052bef4e25968db430da4a206814d013e871e193bb9b14ae7a6946cf49b07c75352130a8308c4f57c097e0d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-nonce/repos/community-staging-x86_64/PKGBUILD (from rev 229916, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-24 06:05:35 UTC (rev 229917)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cryptonite" 
"haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3980915eb420dccf78a92ea8757a2546318a2a688052bef4e25968db430da4a206814d013e871e193bb9b14ae7a6946cf49b07c75352130a8308c4f57c097e0d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE"