[arch-commits] Commit in haskell-texmath/repos/community-staging-x86_64 (2 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:48:53
  Author: felixonmars
Revision: 308921

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-texmath/repos/community-staging-x86_64/PKGBUILD
(from rev 308920, haskell-texmath/trunk/PKGBUILD)
Deleted:
  haskell-texmath/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-17 04:48:32 UTC (rev 308920)
+++ PKGBUILD2018-03-17 04:48:53 UTC (rev 308921)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=texmath
-pkgname=haskell-texmath
-pkgver=0.10.1.1
-pkgrel=15
-pkgdesc="Conversion between formats used to represent mathematics."
-url="https://github.com/jgm/texmath;
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" 
"haskell-parsec"
- "haskell-syb" "haskell-xml")
-makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('db84c0b176b625c8d3b402156b8b60e245d55c0e233ef2da154e847fb48a73259c486095756f1d78ad4a5ec751f659b573de7cf4f32b27186aeb4ba03b6d13c0')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fnetwork-uri -f-executable
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
308920, haskell-texmath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-17 04:48:53 UTC (rev 308921)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.10.1.1
+pkgrel=16
+pkgdesc="Conversion between formats used to represent mathematics."
+url="https://github.com/jgm/texmath;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-syb" "haskell-xml")
+makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('db84c0b176b625c8d3b402156b8b60e245d55c0e233ef2da154e847fb48a73259c486095756f1d78ad4a5ec751f659b573de7cf4f32b27186aeb4ba03b6d13c0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:48:32
  Author: felixonmars
Revision: 308920

upgpkg: haskell-texmath 0.10.1.1-16

rebuild with pandoc-types,1.17.4.2

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-17 04:46:14 UTC (rev 308919)
+++ PKGBUILD2018-03-17 04:48:32 UTC (rev 308920)
@@ -5,7 +5,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.10.1.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Conversion between formats used to represent mathematics."
 url="https://github.com/jgm/texmath;
 license=("GPL")


[arch-commits] Commit in haskell-pandoc-types/repos/community-staging-x86_64 (2 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:46:14
  Author: felixonmars
Revision: 308919

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD
(from rev 308918, haskell-pandoc-types/trunk/PKGBUILD)
Deleted:
  haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-17 04:45:49 UTC (rev 308918)
+++ PKGBUILD2018-03-17 04:46:14 UTC (rev 308919)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=pandoc-types
-pkgname=haskell-pandoc-types
-pkgver=1.17.4
-pkgrel=1
-pkgdesc="Types for representing a structured document"
-url="http://johnmacfarlane.net/pandoc;
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-syb')
-makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
- 'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('da506225903a4a9d2ead5e73768ea58701fa8775a60d524be46d69d2e8b3825ba7d64c4a1c6245a9b5e8edc43ae883c57ca9ece44ad8132c63ada520b269761d')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
308918, haskell-pandoc-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-17 04:46:14 UTC (rev 308919)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.17.4.2
+pkgrel=1
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-syb')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('12dd7c255e5e3778ed5d206e4e2598e164069b94ea273a39796e4139d6bcff0e4c9b15789359a721e78d3581cd1102a5d120069493cf60e8448dd910ace3ae89')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:45:19
  Author: felixonmars
Revision: 308916

upgpkg: python-tqdm 4.19.8-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-17 04:43:29 UTC (rev 308915)
+++ PKGBUILD2018-03-17 04:45:19 UTC (rev 308916)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.19.7
+pkgver=4.19.8
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
   'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('f0ef779852ccb19a933fce1a25e6315c9f1f102fbf915756d1b9777b842495fb32d4e87d337d0c6e3f69bf9d0509ec0c64f93ed8b9041f3a1bd29ca02b88ee86')
+sha512sums=('b375971384fba11ef8b73a504f1415795244324f2ba3e2fe9c5fdf4c367f070c0026e97bbb546c7bb20badd00a9755b910f3992fe4baf21365c162b7f3e48ecd')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:45:41
  Author: felixonmars
Revision: 308917

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-17 04:45:19 UTC (rev 308916)
+++ PKGBUILD2018-03-17 04:45:41 UTC (rev 308917)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tqdm
-pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.19.7
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
-  'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('f0ef779852ccb19a933fce1a25e6315c9f1f102fbf915756d1b9777b842495fb32d4e87d337d0c6e3f69bf9d0509ec0c64f93ed8b9041f3a1bd29ca02b88ee86')
-
-prepare() {
-  cp -a tqdm-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests --ignore-files="tests_perf\.py"
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests --ignore-files="tests_perf\.py"
-}
-
-package_python-tqdm() {
-  depends=('python')
-
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
-}
-
-package_python2-tqdm() {
-  depends=('python2')
-
-  cd tqdm-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 308916, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-17 04:45:41 UTC (rev 308917)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tqdm
+pkgname=('python-tqdm' 'python2-tqdm')
+pkgver=4.19.8
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
+  'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
+sha512sums=('b375971384fba11ef8b73a504f1415795244324f2ba3e2fe9c5fdf4c367f070c0026e97bbb546c7bb20badd00a9755b910f3992fe4baf21365c162b7f3e48ecd')
+
+prepare() {
+  cp -a tqdm-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py nosetests --ignore-files="tests_perf\.py"
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
+}
+
+package_python-tqdm() {
+  depends=('python')
+
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/{,share/}man
+}
+
+package_python2-tqdm() {
+  depends=('python2')
+
+  cd tqdm-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/bin/tqdm{,2}
+  mv "$pkgdir"/usr/{,share/}man
+  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:45:49
  Author: felixonmars
Revision: 308918

upgpkg: haskell-pandoc-types 1.17.4.2-1

rebuild with pandoc-types,1.17.4.2

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-17 04:45:41 UTC (rev 308917)
+++ PKGBUILD2018-03-17 04:45:49 UTC (rev 308918)
@@ -4,7 +4,7 @@
 
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
-pkgver=1.17.4
+pkgver=1.17.4.2
 pkgrel=1
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc;
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
  'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('da506225903a4a9d2ead5e73768ea58701fa8775a60d524be46d69d2e8b3825ba7d64c4a1c6245a9b5e8edc43ae883c57ca9ece44ad8132c63ada520b269761d')
+sha512sums=('12dd7c255e5e3778ed5d206e4e2598e164069b94ea273a39796e4139d6bcff0e4c9b15789359a721e78d3581cd1102a5d120069493cf60e8448dd910ace3ae89')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:43:29
  Author: felixonmars
Revision: 308915

archrelease: copy trunk to community-any

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

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

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

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


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:43:07
  Author: felixonmars
Revision: 308914

upgpkg: python-pytools 2018.3-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-17 04:41:54 UTC (rev 308913)
+++ PKGBUILD2018-03-17 04:43:07 UTC (rev 308914)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2018.2
+pkgver=2018.3
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -15,7 +15,7 @@
  'python2-numpy')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('97ef23cdec6868e7a09564bdeb8f27a392ea8ee991fa99a28585eb4aff0965e06a095dd5c5f5858d1fc8da07b337c54fb92816fd15f4cfeafd496322e7e18a82')
+sha512sums=('4dd61f7e5372793ad3a27f2cd05e984b1f297a1b1a1f251f4e1468a5267b0c79ef06aadf7593d8cbfdca6f57f445cf4c0fc0ce1a616d1a6535f5da683c319c50')
 
 prepare() {
   cp -a pytools-$pkgver{,-python2}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:41:31
  Author: felixonmars
Revision: 308912

upgpkg: eslint 4.19.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 23:11:53 UTC (rev 308911)
+++ PKGBUILD2018-03-17 04:41:31 UTC (rev 308912)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=4.18.2
+pkgver=4.19.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('ab2e22df0383a8a3187f3f4b508f0ddaa60390792889e4db887a4cad8508fd66e3857250afb948e159e08b14e0686fb21d7f8d042bfb9d6e210344a16ef68d2b')
+sha512sums=('afcdcbe42baa6a8703bdfc1da236f3ebc6fab42524f0a264a9fa693be82648042a602cd3af46c248cbba03ac8508b286eb98f978a70a530e02c38625e207d692')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 17, 2018 @ 04:41:54
  Author: felixonmars
Revision: 308913

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 308912, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-17 04:41:31 UTC (rev 308912)
+++ PKGBUILD2018-03-17 04:41:54 UTC (rev 308913)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=4.18.2
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('ab2e22df0383a8a3187f3f4b508f0ddaa60390792889e4db887a4cad8508fd66e3857250afb948e159e08b14e0686fb21d7f8d042bfb9d6e210344a16ef68d2b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 308912, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-17 04:41:54 UTC (rev 308913)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=4.19.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('afcdcbe42baa6a8703bdfc1da236f3ebc6fab42524f0a264a9fa693be82648042a602cd3af46c248cbba03ac8508b286eb98f978a70a530e02c38625e207d692')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


[arch-commits] Commit in lldb/trunk (PKGBUILD PR36630-install-lldb-SB-headers.patch)

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 17, 2018 @ 01:43:18
  Author: foutrelis
Revision: 319540

upgpkg: lldb 6.0.0-4

- Fix missing SB API headers (https://bugs.llvm.org/show_bug.cgi?id=36630)
- Install docs/lldb.1 man page (possibly outdated but better than nothing)

Added:
  lldb/trunk/PR36630-install-lldb-SB-headers.patch
Modified:
  lldb/trunk/PKGBUILD

---+
 PKGBUILD  |   10 -
 PR36630-install-lldb-SB-headers.patch |   59 
 2 files changed, 68 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 19:14:04 UTC (rev 319539)
+++ PKGBUILD2018-03-17 01:43:18 UTC (rev 319540)
@@ -4,7 +4,7 @@
 
 pkgname=lldb
 pkgver=6.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Next generation, high-performance debugger"
 arch=('x86_64')
 url="https://lldb.llvm.org/;
@@ -12,9 +12,11 @@
 depends=('llvm-libs' 'clang' 'python2' 'python2-six')
 makedepends=('llvm' 'cmake' 'ninja' 'swig')
 source=(https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig}
+PR36630-install-lldb-SB-headers.patch
 PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch)
 sha256sums=('46f54c1d7adcd047d87c0179f7b6fa751614f339f4f87e60abceaa45f414d454'
 'SKIP'
+'5b765f7420bbf3fb4521a2f2022a40ba4f703ab555fe61e88a6d6617a6713921'
 '1f146b2009553c6a5f76fa077b621fba66db5ef26c9790e9f64e608304d099e5')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

 validpgpkeys+=('11E521D646982372EB577A1F8F0871F202119294') # Tom Stellard 

@@ -23,6 +25,9 @@
   cd "$srcdir/$pkgname-$pkgver.src"
   mkdir build
 
+  # https://bugs.llvm.org/show_bug.cgi?id=36630
+  patch -Np1 -i ../PR36630-install-lldb-SB-headers.patch
+
   # https://bugs.llvm.org/show_bug.cgi?id=36687
   patch -Np1 -i ../PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch
 }
@@ -47,6 +52,9 @@
   DESTDIR="$pkgdir" ninja install
   install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
+  # Install possibly outdated man page; better than nothing!
+  install -Dm644 ../docs/lldb.1 "$pkgdir/usr/share/man/man1/lldb.1"
+
   # Remove static libraries
   rm "$pkgdir"/usr/lib/*.a
 

Added: PR36630-install-lldb-SB-headers.patch
===
--- PR36630-install-lldb-SB-headers.patch   (rev 0)
+++ PR36630-install-lldb-SB-headers.patch   2018-03-17 01:43:18 UTC (rev 
319540)
@@ -0,0 +1,59 @@
+From 8f577000b2fe2f5bf5d08e352a2f15f9421f9c82 Mon Sep 17 00:00:00 2001
+From: Pavel Labath 
+Date: Thu, 8 Mar 2018 15:52:46 +
+Subject: [PATCH] Install lldb's SB headers (pr36630)
+
+These were removed in r309021 in what looks like an accidentally
+committed change. This brings them back.
+
+I also rename the header component to lldb-headers (instead of
+lldb_headers) to match the llvm style and add a special
+install-lldb-headers target, which installs just the headers.
+
+git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@327016 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ cmake/modules/LLDBConfig.cmake | 16 ++--
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+diff --git a/cmake/modules/LLDBConfig.cmake b/cmake/modules/LLDBConfig.cmake
+index 8f75880dfb..24878b5913 100644
+--- a/cmake/modules/LLDBConfig.cmake
 b/cmake/modules/LLDBConfig.cmake
+@@ -277,27 +277,31 @@ include_directories(BEFORE
+ 
+ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
+   install(DIRECTORY include/
+-COMPONENT lldb_headers
++COMPONENT lldb-headers
+ DESTINATION include
+ FILES_MATCHING
+ PATTERN "*.h"
+ PATTERN ".svn" EXCLUDE
+ PATTERN ".cmake" EXCLUDE
+ PATTERN "Config.h" EXCLUDE
+-PATTERN "lldb-*.h" EXCLUDE
+-PATTERN "API/*.h" EXCLUDE
+ )
+ 
+   install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
+-COMPONENT lldb_headers
++COMPONENT lldb-headers
+ DESTINATION include
+ FILES_MATCHING
+ PATTERN "*.h"
+ PATTERN ".svn" EXCLUDE
+ PATTERN ".cmake" EXCLUDE
+-PATTERN "lldb-*.h" EXCLUDE
+-PATTERN "API/*.h" EXCLUDE
+ )
++
++  add_custom_target(lldb-headers)
++  set_target_properties(lldb-headers PROPERTIES FOLDER "Misc")
++
++  if (NOT CMAKE_CONFIGURATION_TYPES)
++add_llvm_install_targets(install-lldb-headers
++ COMPONENT lldb-headers)
++  endif()
+ endif()
+ 
+ if (NOT LIBXML2_FOUND AND NOT (CMAKE_SYSTEM_NAME MATCHES "Windows"))


[arch-commits] Commit in lldb/repos/staging-x86_64 (5 files)

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 17, 2018 @ 01:43:25
  Author: foutrelis
Revision: 319541

archrelease: copy trunk to staging-x86_64

Added:
  lldb/repos/staging-x86_64/PKGBUILD
(from rev 319540, lldb/trunk/PKGBUILD)
  lldb/repos/staging-x86_64/PR36630-install-lldb-SB-headers.patch
(from rev 319540, lldb/trunk/PR36630-install-lldb-SB-headers.patch)
  
lldb/repos/staging-x86_64/PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch
(from rev 319540, 
lldb/trunk/PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch)
Deleted:
  lldb/repos/staging-x86_64/PKGBUILD
  
lldb/repos/staging-x86_64/PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch

--+
 PKGBUILD |  134 ++---
 PR36630-install-lldb-SB-headers.patch|   59 +
 PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch |  108 +-
 3 files changed, 184 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-17 01:43:18 UTC (rev 319540)
+++ PKGBUILD2018-03-17 01:43:25 UTC (rev 319541)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=lldb
-pkgver=6.0.0
-pkgrel=3
-pkgdesc="Next generation, high-performance debugger"
-arch=('x86_64')
-url="https://lldb.llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-depends=('llvm-libs' 'clang' 'python2' 'python2-six')
-makedepends=('llvm' 'cmake' 'ninja' 'swig')
-source=(https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig}
-PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch)
-sha256sums=('46f54c1d7adcd047d87c0179f7b6fa751614f339f4f87e60abceaa45f414d454'
-'SKIP'
-'1f146b2009553c6a5f76fa077b621fba66db5ef26c9790e9f64e608304d099e5')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('11E521D646982372EB577A1F8F0871F202119294') # Tom Stellard 

-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver.src"
-  mkdir build
-
-  # https://bugs.llvm.org/show_bug.cgi?id=36687
-  patch -Np1 -i ../PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver.src/build"
-
-  cmake .. -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DLLVM_LINK_LLVM_DYLIB=ON \
--DLLDB_USE_SYSTEM_SIX=1
-  ninja
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver.src/build"
-
-  DESTDIR="$pkgdir" ninja install
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove static libraries
-  rm "$pkgdir"/usr/lib/*.a
-
-  # Relocate custom readline.so module which links agaisnt libedit
-  mv "$pkgdir"/usr/lib/python2.7/site-packages/{,lldb/}readline.so
-  sed -i '2isys.path.insert(1, "/usr/lib/python2.7/site-packages/lldb")' \
-"$pkgdir/usr/lib/python2.7/site-packages/lldb/embedded_interpreter.py"
-
-  # Compile Python scripts
-  python2 -m compileall "$pkgdir"
-  python2 -O -m compileall "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lldb/repos/staging-x86_64/PKGBUILD (from rev 319540, 
lldb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-17 01:43:25 UTC (rev 319541)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=lldb
+pkgver=6.0.0
+pkgrel=4
+pkgdesc="Next generation, high-performance debugger"
+arch=('x86_64')
+url="https://lldb.llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('llvm-libs' 'clang' 'python2' 'python2-six')
+makedepends=('llvm' 'cmake' 'ninja' 'swig')
+source=(https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig}
+PR36630-install-lldb-SB-headers.patch
+PR36687-fix-standalone-LLVM_LINK_LLVM_DYLIB-builds.patch)
+sha256sums=('46f54c1d7adcd047d87c0179f7b6fa751614f339f4f87e60abceaa45f414d454'
+'SKIP'
+'5b765f7420bbf3fb4521a2f2022a40ba4f703ab555fe61e88a6d6617a6713921'
+'1f146b2009553c6a5f76fa077b621fba66db5ef26c9790e9f64e608304d099e5')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('11E521D646982372EB577A1F8F0871F202119294') # Tom Stellard 

+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver.src"
+  mkdir build
+
+  # https://bugs.llvm.org/show_bug.cgi?id=36630
+  patch -Np1 -i ../PR36630-install-lldb-SB-headers.patch
+
+  # https://bugs.llvm.org/show_bug.cgi?id=36687
+  patch -Np1 -i 

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

2018-03-16 Thread Christian Hesse via arch-commits
Date: Friday, March 16, 2018 @ 22:40:08
  Author: eworm
Revision: 308909

upgpkg: nbd 3.17-1

new upstream release

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 22:07:04 UTC (rev 308908)
+++ PKGBUILD2018-03-16 22:40:08 UTC (rev 308909)
@@ -5,8 +5,8 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=nbd
-pkgver=3.16.2
-pkgrel=2
+pkgver=3.17
+pkgrel=1
 pkgdesc='tools for network block devices, allowing you to use remote block 
devices over TCP/IP'
 arch=('x86_64')
 url='http://nbd.sourceforge.net'
@@ -17,7 +17,7 @@
'config'
'nbd.service'
'sysusers_nbd.conf')
-sha256sums=('422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b'
+sha256sums=('d95c6bb1a3ab33b953af99b73fb4833e123bd25433513b32d57dbeb1a0a0d189'
 'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
 '1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba'
 '3fd98fe87d0b31b82126dc669f00355865f58fae81af3fccbc0d06504baef6cd')


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

2018-03-16 Thread Christian Hesse via arch-commits
Date: Friday, March 16, 2018 @ 22:40:14
  Author: eworm
Revision: 308910

archrelease: copy trunk to community-testing-x86_64

Added:
  nbd/repos/community-testing-x86_64/
  nbd/repos/community-testing-x86_64/PKGBUILD
(from rev 308909, nbd/trunk/PKGBUILD)
  nbd/repos/community-testing-x86_64/config
(from rev 308909, nbd/trunk/config)
  nbd/repos/community-testing-x86_64/nbd.service
(from rev 308909, nbd/trunk/nbd.service)
  nbd/repos/community-testing-x86_64/sysusers_nbd.conf
(from rev 308909, nbd/trunk/sysusers_nbd.conf)

---+
 PKGBUILD  |   55 
 config|   21 +++
 nbd.service   |   12 +++
 sysusers_nbd.conf |1 
 4 files changed, 89 insertions(+)

Copied: nbd/repos/community-testing-x86_64/PKGBUILD (from rev 308909, 
nbd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-16 22:40:14 UTC (rev 308910)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.17
+pkgrel=1
+pkgdesc='tools for network block devices, allowing you to use remote block 
devices over TCP/IP'
+arch=('x86_64')
+url='http://nbd.sourceforge.net'
+license=('GPL')
+depends=('glib2' 'gnutls')
+backup=('etc/nbd-server/config')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz;
+   'config'
+   'nbd.service'
+   'sysusers_nbd.conf')
+sha256sums=('d95c6bb1a3ab33b953af99b73fb4833e123bd25433513b32d57dbeb1a0a0d189'
+'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+'1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba'
+'3fd98fe87d0b31b82126dc669f00355865f58fae81af3fccbc0d06504baef6cd')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-syslog
+
+  make
+}
+
+# checks still fail...
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 systemd/nbd@.service 
"${pkgdir}"/usr/lib/systemd/system/nbd@.service
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
+  install -D -m644 "${srcdir}"/sysusers_nbd.conf 
"${pkgdir}"/usr/lib/sysusers.d/nbd.conf
+
+  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
+}

Copied: nbd/repos/community-testing-x86_64/config (from rev 308909, 
nbd/trunk/config)
===
--- community-testing-x86_64/config (rev 0)
+++ community-testing-x86_64/config 2018-03-16 22:40:14 UTC (rev 308910)
@@ -0,0 +1,21 @@
+[generic]
+   # The [generic] section is required, even if nothing is specified
+   # there.
+   # When either of these options are specified, nbd-server drops
+   # privileges to the given user and group after opening ports, but
+   # _before_ opening files.
+   user = nbd
+   group = nbd
+[export1]
+   exportname = /export/nbd/export1-file
+   authfile = /export/nbd/export1-authfile
+   timeout = 30
+   filesize = 1000
+   readonly = false
+   multifile = false
+   copyonwrite = false
+   prerun = dd if=/dev/zero of=%s bs=1k count=500
+   postrun = rm -f %s
+[otherexport]
+   exportname = /export/nbd/experiment
+   # The other options are all optional.

Copied: nbd/repos/community-testing-x86_64/nbd.service (from rev 308909, 
nbd/trunk/nbd.service)
===
--- community-testing-x86_64/nbd.service(rev 0)
+++ community-testing-x86_64/nbd.service2018-03-16 22:40:14 UTC (rev 
308910)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Network Block Device Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/nbd-server
+ProtectSystem=full
+ProtectHome=on
+
+[Install]
+WantedBy=multi-user.target

Copied: nbd/repos/community-testing-x86_64/sysusers_nbd.conf (from rev 308909, 
nbd/trunk/sysusers_nbd.conf)
===
--- community-testing-x86_64/sysusers_nbd.conf  (rev 0)
+++ community-testing-x86_64/sysusers_nbd.conf  2018-03-16 22:40:14 UTC (rev 
308910)
@@ -0,0 +1 @@
+u nbd - "Network Block Device" /var/empty


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

2018-03-16 Thread Jelle van der Waa via arch-commits
Date: Friday, March 16, 2018 @ 22:06:50
  Author: jelle
Revision: 308907

upgpkg: python-flask-talisman 0.5.0-1

Modified:
  python-flask-talisman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 19:29:09 UTC (rev 308906)
+++ PKGBUILD2018-03-16 22:06:50 UTC (rev 308907)
@@ -3,7 +3,7 @@
 _pyname=flask-talisman
 pkgbase=python-flask-talisman
 pkgname=('python-flask-talisman' 'python2-flask-talisman')
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='HTTP security headers for Flask'
 url='https://github.com/GoogleCloudPlatform/flask-talisman'
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask')
 checkdepends=('python-nose' 'python2-nose')
 
source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
-md5sums=('40a3473d80b11405a40231a8ad585508')
+md5sums=('17cebefaeaef3cd4c3d80785f2f5eb87')
 
 package_python-flask-talisman() {
   depends=('python-flask' 'python-six')


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

2018-03-16 Thread Jelle van der Waa via arch-commits
Date: Friday, March 16, 2018 @ 22:07:04
  Author: jelle
Revision: 308908

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 22:06:50 UTC (rev 308907)
+++ PKGBUILD2018-03-16 22:07:04 UTC (rev 308908)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pyname=flask-talisman
-pkgbase=python-flask-talisman
-pkgname=('python-flask-talisman' 'python2-flask-talisman')
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='HTTP security headers for Flask'
-url='https://github.com/GoogleCloudPlatform/flask-talisman'
-arch=('any')
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask')
-checkdepends=('python-nose' 'python2-nose')
-source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
-md5sums=('40a3473d80b11405a40231a8ad585508')
-
-package_python-flask-talisman() {
-  depends=('python-flask' 'python-six')
-  cd ${_pyname}-${pkgver}
-
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-flask-talisman() {
-  depends=('python2-flask' 'python2-six')
-  cd ${_pyname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-
-  nosetests flask_talisman
-  nosetests2 flask_talisman
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-talisman/repos/community-any/PKGBUILD (from rev 308907, 
python-flask-talisman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 22:07:04 UTC (rev 308908)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+
+_pyname=flask-talisman
+pkgbase=python-flask-talisman
+pkgname=('python-flask-talisman' 'python2-flask-talisman')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='HTTP security headers for Flask'
+url='https://github.com/GoogleCloudPlatform/flask-talisman'
+arch=('any')
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask')
+checkdepends=('python-nose' 'python2-nose')
+source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
+md5sums=('17cebefaeaef3cd4c3d80785f2f5eb87')
+
+package_python-flask-talisman() {
+  depends=('python-flask' 'python-six')
+  cd ${_pyname}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-flask-talisman() {
+  depends=('python2-flask' 'python2-six')
+  cd ${_pyname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+
+  nosetests flask_talisman
+  nosetests2 flask_talisman
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Jelle van der Waa via arch-commits
Date: Friday, March 16, 2018 @ 19:29:09
  Author: jelle
Revision: 308906

archrelease: copy trunk to community-x86_64

Added:
  python-selenium/repos/community-x86_64/PKGBUILD
(from rev 308905, python-selenium/trunk/PKGBUILD)

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

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 308905, 
python-selenium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 19:29:09 UTC (rev 308906)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('x86_64')
+url="http://pypi.python.org/pypi/selenium;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
+md5sums=('d93cde324ac34c2030c01b54c9fb93ff')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 19:14:04
  Author: alucryd
Revision: 319539

archrelease: copy trunk to extra-x86_64

Added:
  libvorbis/repos/extra-x86_64/PKGBUILD
(from rev 319538, libvorbis/trunk/PKGBUILD)
Deleted:
  libvorbis/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 19:13:45 UTC (rev 319538)
+++ PKGBUILD2018-03-16 19:14:04 UTC (rev 319539)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tobias Kieslich 
-# Contributor: dorphell 
-# Contributor: John Proctor 
-
-pkgname=libvorbis
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='Vorbis codec library'
-arch=('i686' 'x86_64')
-url='http://www.xiph.org/vorbis/'
-license=('BSD')
-depends=('libogg')
-provides=('libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
-source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
-md5sums=('7220e089f3be3412a2317d6fde9e3944')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libvorbis/repos/extra-x86_64/PKGBUILD (from rev 319538, 
libvorbis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 19:14:04 UTC (rev 319539)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Tobias Kieslich 
+# Contributor: dorphell 
+# Contributor: John Proctor 
+
+pkgname=libvorbis
+pkgver=1.3.6
+pkgrel=1
+pkgdesc='Vorbis codec library'
+arch=('x86_64')
+url='http://www.xiph.org/vorbis/'
+license=('BSD')
+depends=('libogg')
+provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz;)
+sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
+
+build() {
+  cd libvorbis-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+check() {
+  cd libvorbis-${pkgver}
+
+  make -j1 check
+}
+
+package() {
+  cd libvorbis-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 19:13:45
  Author: alucryd
Revision: 319538

upgpkg: libvorbis 1.3.6-1

Modified:
  libvorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 19:06:04 UTC (rev 319537)
+++ PKGBUILD2018-03-16 19:13:45 UTC (rev 319538)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Tobias Kieslich 
 # Contributor: dorphell 
 # Contributor: John Proctor 
 
 pkgname=libvorbis
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc='Vorbis codec library'
 arch=('x86_64')
@@ -12,23 +13,30 @@
 url='http://www.xiph.org/vorbis/'
 license=('BSD')
 depends=('libogg')
-provides=('libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
-source=(https://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
-md5sums=('7220e089f3be3412a2317d6fde9e3944')
+provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz;)
+sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  cd libvorbis-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd libvorbis-${pkgver}
+
   make -j1 check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd libvorbis-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
 }
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Levente Polyak via arch-commits
Date: Friday, March 16, 2018 @ 19:05:55
  Author: anthraxx
Revision: 319536

upgpkg: mono 5.10.0.157-1

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 18:02:27 UTC (rev 319535)
+++ PKGBUILD2018-03-16 19:05:55 UTC (rev 319536)
@@ -4,9 +4,9 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-_gitcommit=e66d9abbb271c3d08589c09afce4afc80de2d3b6
-pkgver=5.4.1.7
-pkgrel=2
+_gitcommit=d21cb0853b93dd4f7e8935995f4121fc7b9763bb
+pkgver=5.10.0.157
+pkgrel=1
 pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
 url='http://www.mono-project.com/'
 arch=('x86_64')


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

2018-03-16 Thread Levente Polyak via arch-commits
Date: Friday, March 16, 2018 @ 19:06:04
  Author: anthraxx
Revision: 319537

archrelease: copy trunk to testing-x86_64

Added:
  mono/repos/testing-x86_64/
  mono/repos/testing-x86_64/PKGBUILD
(from rev 319536, mono/trunk/PKGBUILD)
  mono/repos/testing-x86_64/mono.binfmt.d
(from rev 319536, mono/trunk/mono.binfmt.d)
  mono/repos/testing-x86_64/mono.install
(from rev 319536, mono/trunk/mono.install)

---+
 PKGBUILD  |  109 
 mono.binfmt.d |1 
 mono.install  |7 +++
 3 files changed, 117 insertions(+)

Copied: mono/repos/testing-x86_64/PKGBUILD (from rev 319536, 
mono/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-16 19:06:04 UTC (rev 319537)
@@ -0,0 +1,109 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolinit 
+# Contributor: Daniel Isenmann 
+# Contributor: Brice Carpentier 
+
+pkgname=mono
+_gitcommit=d21cb0853b93dd4f7e8935995f4121fc7b9763bb
+pkgver=5.10.0.157
+pkgrel=1
+pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
+url='http://www.mono-project.com/'
+arch=('x86_64')
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
+makedepends=('cmake' 'git')
+provides=('monodoc')
+conflicts=('monodoc')
+install=mono.install
+source=(${pkgname}::"git+https://github.com/mono/mono#commit=${_gitcommit};
+git+https://github.com/mono/aspnetwebstack
+git+https://github.com/mono/Newtonsoft.Json
+git+https://github.com/mono/cecil
+git+https://github.com/mono/rx
+git+https://github.com/mono/ikvm-fork
+git+https://github.com/mono/ikdasm
+git+https://github.com/mono/reference-assemblies
+git+https://github.com/mono/NUnitLite
+git+https://github.com/mono/NuGet.BuildTasks
+git+https://github.com/mono/boringssl
+git+https://github.com/mono/corefx
+git+https://github.com/mono/bockbuild
+git+https://github.com/mono/linker
+git+https://github.com/mono/roslyn-binaries
+git+https://github.com/mono/corert
+git+https://github.com/mono/xunit-binaries
+git+https://github.com/mono/api-doc-tools
+git+https://github.com/mono/api-snapshot
+mono.binfmt.d)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/^mono-//;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."external/aspnetwebstack".url "${srcdir}/aspnetwebstack"
+  git config submodule."external/Newtonsoft.Json".url 
"${srcdir}/Newtonsoft.Json"
+  git config submodule."external/cecil".url "${srcdir}/cecil"
+  git config submodule."external/rx".url "${srcdir}/rx"
+  git config submodule."external/ikvm".url "${srcdir}/ikvm-fork"
+  git config submodule."external/ikdasm".url "${srcdir}/ikdasm"
+  git config submodule."external/reference-assemblies".url 
"${srcdir}/reference-assemblies"
+  git config submodule."external/nunit-lite".url "${srcdir}/NUnitLite"
+  git config submodule."external/nuget-buildtasks".url 
"${srcdir}/NuGet.BuildTasks"
+  git config submodule."external/cecil-legacy".url "${srcdir}/cecil"
+  git config submodule."external/boringssl".url "${srcdir}/boringssl"
+  git config submodule."external/corefx".url "${srcdir}/corefx"
+  git config submodule."external/bockbuild".url "${srcdir}/bockbuild"
+  git config submodule."external/linker".url "${srcdir}/linker"
+  git config submodule."external/roslyn-binaries".url 
"${srcdir}/roslyn-binaries"
+  git config submodule."external/corert".url "${srcdir}/corert"
+  git config submodule."external/xunit-binaries".url "${srcdir}/xunit-binaries"
+  git config submodule."external/api-doc-tools".url "${srcdir}/api-doc-tools"
+  git config submodule."external/api-snapshot".url "${srcdir}/api-snapshot"
+  git submodule update --recursive
+}
+
+build() {
+  cd ${pkgname}
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--bindir=/usr/bin \
+--sbindir=/usr/bin \
+--with-mcs-docs=no
+  make
+  make -C mcs/jay
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  make -C mcs/jay DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh 
install
+  install -Dm 644 "${srcdir}/mono.binfmt.d" 

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

2018-03-16 Thread Andrew Crerar via arch-commits
Date: Friday, March 16, 2018 @ 19:00:06
  Author: andrewsc
Revision: 308905

archrelease: copy trunk to community-any

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

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

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

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

2018-03-16 Thread Andrew Crerar via arch-commits
Date: Friday, March 16, 2018 @ 18:59:14
  Author: andrewsc
Revision: 308904

upgpkg: firefox-developer-edition-i18n 60.0b4-1

firefox-developer-edition-i18n: Update to 60.0b4

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 18:52:17 UTC (rev 308903)
+++ PKGBUILD2018-03-16 18:59:14 UTC (rev 308904)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b3
+pkgver=60.0b4
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('5749152336efba5f1d96c6c7de436e704b81230beef7a1735fa89af881254a3bad71e558f9a7ab04f92bddd056b3591fb6baa683594d17526566723fce894ba7'
+sha512sums=('99c28af4b552c89dd053f1c9715d592e6a104d402ac89920b9556fdd9b298397dd0e6174fca95f0a943efe40c4bb2100ec31d7fa1c690c36a38813bb103c84a6'
 
'74051c6d23b2ef860154615b7c397a4374efdc74f89e675072d7f334aa75ad14b164f0cee5d3f9814063db57f5e9dba99bd7e0aff4cf49c144aaf421727f599d'
-
'1c57ad4cff94ccd7d79512723f1aa425eba2632f261ebc33060d24a50b87e47efd9263d3401240fc60fd8c97390d2a44277da90e405f4ae619a0ff73434d1838'
-
'fd05e0e233c02802410122fbaf7938a2507018b19ae6d2e314b1cc7d909e225621e3d82d53ed053d03fd780c4ed67a043327184030cfbc3f0e4ef800c8236739'
+
'b3bd34ae6a3a7210853e5827c81af031ddc1dff983bfdf8e3cf020091e584f2e16ff7c6e3215549665bff0f6e5eb27e74a7704341e1540ded8824567d1589f22'
+
'5f3d4d64c9e8cd50cfea0f7d9fe65df00487f4ee627a7dd4e237f4ef23f58065b47fe6804b901b1160db331ec67a8cea620155220435d2da7d41dd3c1d1d2e63'
 
'bc11963836bc722c6a904a0e25ebe79920c0c60fc81787db791e3e4260c482163b3e4f1ba66811f1e2f565a60d2aebe3f39f36b5c528963d656ca95e4dd6d02d'
-
'6e8d605a488a9d36678bfd23925427824219107636684d482d6f08d3ca5279507b28bd7c5c5ea3c14bb436e62dfa21bf9c48e0e85b3d9b34f87eaff7ac8ec669'
-
'7961ee0dc3631d31723771fe25b1ee18fa3f77610e9a28207d35c56f23cc9b73467b1860153c6dc21a2b6f0770fcf8c5ea3a2fd28e1cd3fd9d9d403a9ee8597e'
-
'2487891d1e7820fabf1089b38f1b9635e98032a2b8505d0bdc08b5f2b134dd6ea95d17d57e4ed97d63359e8a36a18d08760afd8d52718b37e3f1eb7306da891c'
-
'1d441f457d648b062bc4e9f65805ac594a2dc44064e98891e41dda3a4df622713380dab540b368d0922a794c732bc174c8b96b631487a15a5c94a126738ccf61'
-
'c028ca3a83bc225ce739c9dc59b1f5b8044dc254b6ea5a628bccaadd8f5e2a677de6cee51eca386f74dbd84bace6f2db6bb8b34a1bef45242332f407701c8133'
-
'574db48449dd3f5e70cf7ed83190a4897b7a626ae812d1f3684cc38948bcb8a801adaa9a8abe545baafd692a69fab97794ace8b5186a6151bf4c60e4919b4293'
-
'f5d0f4556ccc1ef63a82dade4dfedaf7a247cf759e486d5ad5376174965f6240731b5f91aaa5b48c44215734cba010d2df8e264c36dbb46957caadb85228a782'
-
'6636558e001fdcf9950bafaf89bde725046bdb68fafe13c2fca67ea7c1ea3d51361ff0cb2c960d1e480d34b7aa090262be299ee999517a4a08f4530363e6b76f'
-
'5d06380063ee419a736e519681c6c86d7d361de21a3132c2c8c9989370965d928f92a2d63b5210ab157d0496ea8f00480ebcb45b270706f258f9530813ef51bf'
-
'c799a856926fe715c9f8f0ffb61ee0c69205e1509ee1b30936d6013aad33cec53ab1b8c15f28379bbe6157773d480ecb7dfa724af2725cd74ed23ad7d6bd9bad'
-
'f398f4324a169899faf5291757aca3e2692c5933d8e3fd8fbc0a927d8dc363f5c30096434d15b177a9b2ac3a176bbeff39b03b9b24ac04168d5e5d63db26820a'
-
'c77b9714943761c2526dc5f752af0a1506a23994114d50bb5b6e49ceb3d627dcf5b933f593566ba1ccd18eeab4b5eae5ad44334d930c04f96d83b6af52d3f2f6'
-
'1a296c6a72dc460f180aedf70eff9001e50a0d4a4cbbe1fdb055077ae91c1603abcbf7d1cfc4c22f8a90b06251aa51580a9371791e2d4499b3251331e4903c07'
-
'6c343a3d8185d9cff319cd6d7a97163cbd926dc6a33a98aa78dc8e6e60a0236b7d5cb2ec06da2924a7beb7cb752602e2378920c3c5312e65951311af009272e3'
-
'6d915e990341768706dc8204c365cbfeab782ab9f1473d3c55efaae8a66fff279b6eeef4c7038447ae49ad5cc946702d8f7727a9175f88b6474460c05ac03641'
-
'a572f27b3e4ae738dc28cbeba27c14735d10d3168431edb3ae718c991cf0ca1ee031aaaf7ac9126ae5d13462416d1fa54babad676251fb52963f8ebbcbb3bd80'
-
'79fcc6360791b03af6efb44d17f359a17b1ef60a7f18d1ea7a4652d669b58f0d0a9479e7855ba4bf8f9534567d6a4bd2600e49f35959b78a439466bb7132953f'
-
'd970d8f8596c5ec479389854edab7b46a747c472c92779c53c0755f0ea9e806feae5282de4100e716bf0d6fb646b6f9481fa53db5927b15789363faeae573f3f'
+
'00daa362e275f219e69a2bcf78570f57f623ca78fd125ddf9bf4024dadf5a0bf7820ebc04bbf9903c174f66ac4bd4ffb3b5c6ac2d2e464224b22f30a25883422'
+
'975f9d37e199d555c8227d38361c1ce9dafc26574252e70d9e97007e7e88228cf0d86380156fd7da5dfe1deb89d903e6ec4371108af6feb30b39ba406959bc5e'
+

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

2018-03-16 Thread Andrew Crerar via arch-commits
Date: Friday, March 16, 2018 @ 18:52:17
  Author: andrewsc
Revision: 308903

archrelease: copy trunk to community-x86_64

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

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

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

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

2018-03-16 Thread Andrew Crerar via arch-commits
Date: Friday, March 16, 2018 @ 18:51:40
  Author: andrewsc
Revision: 308902

upgpkg: firefox-developer-edition 60.0b4-1

firefox-developer-edition: Update to 60.0b4

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 18:22:17 UTC (rev 308901)
+++ PKGBUILD2018-03-16 18:51:40 UTC (rev 308902)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=60.0b3
+pkgver=60.0b4
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-03-16 Thread Jelle van der Waa via arch-commits
Date: Friday, March 16, 2018 @ 18:22:17
  Author: jelle
Revision: 308901

archrelease: copy trunk to community-x86_64

Deleted:
  python-selenium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 17:27:00 UTC (rev 308900)
+++ PKGBUILD2018-03-16 18:22:17 UTC (rev 308901)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('0a717bfcc26781c77a597c3fca335ccf')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 18:02:27
  Author: heftig
Revision: 319535

archrelease: copy trunk to testing-x86_64

Added:
  gnome-documents/repos/testing-x86_64/PKGBUILD
(from rev 319534, gnome-documents/trunk/PKGBUILD)
Deleted:
  gnome-documents/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 17:46:03 UTC (rev 319534)
+++ PKGBUILD2018-03-16 18:02:27 UTC (rev 319535)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.27.92+1+gcf96a64d
-pkgrel=1
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents;
-arch=(x86_64)
-license=(GPL)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata 
tracker-miners libzapojit
- webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(gobject-introspection git meson yelp-tools inkscape)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-groups=(gnome)
-_commit=cf96a64d3b3e20be3b15851ffcb377bf5bae9fbc  # gnome-3-28
-source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-  
-
-build() {
-  arch-meson $pkgname build -D getting_started=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-x86_64/PKGBUILD (from rev 319534, 
gnome-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 18:02:27 UTC (rev 319535)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents;
+arch=(x86_64)
+license=(GPL)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata 
tracker-miners libzapojit
+ webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(gobject-introspection git meson yelp-tools inkscape)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+groups=(gnome)
+_commit=37df033b1be9cdc1accd0aef62f5cb763df56de2  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+  
+
+build() {
+  arch-meson $pkgname build -D getting_started=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 17:46:03
  Author: heftig
Revision: 319534

3.28.0-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 17:26:18 UTC (rev 319533)
+++ PKGBUILD2018-03-16 17:46:03 UTC (rev 319534)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.27.92+1+gcf96a64d
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents;
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson yelp-tools inkscape)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
 groups=(gnome)
-_commit=cf96a64d3b3e20be3b15851ffcb377bf5bae9fbc  # gnome-3-28
+_commit=37df033b1be9cdc1accd0aef62f5cb763df56de2  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


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

2018-03-16 Thread Jelle van der Waa via arch-commits
Date: Friday, March 16, 2018 @ 17:27:00
  Author: jelle
Revision: 308900

upgpkg: python-selenium 3.10.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 17:15:57 UTC (rev 308899)
+++ PKGBUILD2018-03-16 17:27:00 UTC (rev 308900)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('0a717bfcc26781c77a597c3fca335ccf')
+md5sums=('d93cde324ac34c2030c01b54c9fb93ff')
 
 package_python-selenium() {
   depends=('python')


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

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Friday, March 16, 2018 @ 17:26:09
  Author: foutrelis
Revision: 319532

Re-enable linking with LLD

binutils 2.29.1-3 no longer strips PT_GNU_RELRO from LLD-linked binaries.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 17:26:07 UTC (rev 319531)
+++ PKGBUILD2018-03-16 17:26:09 UTC (rev 319532)
@@ -15,7 +15,8 @@
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang')
+makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang'
+ 'lld')
 optdepends=('pepper-flash: support for Flash content'
 'kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
@@ -170,7 +171,6 @@
 'link_pulseaudio=true'
 'use_gnome_keyring=false'
 'use_gold=false'
-'use_lld=false'
 'use_sysroot=false'
 'linux_use_bundled_binutils=false'
 'use_custom_libcxx=false'


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

2018-03-16 Thread David Runge via arch-commits
Date: Friday, March 16, 2018 @ 17:15:43
  Author: dvzrv
Revision: 308898

upgpkg: lv2 1.14.0-3

Updating maintainer. Adding more descriptive pkgdesc.
Adding asciidoc and doxygen and python2-{pygments,rdflib,six} to makedepends to 
build documentation.
Adding python2-{pygments,rdflib} to optdepends for lv2specgen.py.
Adding signature for source. Fixing python2 shebang in prepare().
Building docs and tests in build(). Running tests in check(). Installing 
various docs.

Modified:
  lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 17:14:57 UTC (rev 308897)
+++ PKGBUILD2018-03-16 17:15:43 UTC (rev 308898)
@@ -1,37 +1,57 @@
 # $Id$
-# Maintainer: Ray Rashif 
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
 
 pkgname=lv2
 pkgver=1.14.0
-pkgrel=2
-pkgdesc="Successor to the LADSPA audio plug-in standard"
+pkgrel=3
+pkgdesc="Plugin standard for audio systems"
 url="http://lv2plug.in/;
 license=('LGPL' 'custom')
 arch=('x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
+makedepends=('asciidoc' 'doxygen' 'gtk2' 'libsndfile' 'pygmentize'
+'python2-pygments' 'python2-rdflib' 'python2-six')
 optdepends=('libsndfile: Example sampler'
 'gtk2: Example sampler'
-'python2: Scripts')
+'python2-pygments: Documentation generator script'
+'python2-rdflib: Documentation generator script')
 provides=('lv2core')
 conflicts=('lv2core')
 replaces=('lv2core')
-source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0b56285a77aac3c93b50c36203aa91ee')
+source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha512sums=('6991d848ed9f04a48ca3070efc15af83431f680aa8a8559a02b1666f7b8d43af8e089f78c3b14ad3345dac32fd1c8ad0faf3a3f56dddc07c6f0e0aeef4077498'
+'SKIP') # David Robillard
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
 
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  # fix python2 shebang
+  sed -e 's/python/python2/' -i lv2specgen/lv2specgen.py
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr --libdir=/usr/lib
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+--libdir=/usr/lib \
+--docs \
+--test
   python2 waf build $MAKEFLAGS
 }
 
+check() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf test
+}
+
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # license
+  install -vDm644 COPYING \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -vDm644 {NEWS,README.md}\
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-03-16 Thread David Runge via arch-commits
Date: Friday, March 16, 2018 @ 17:15:57
  Author: dvzrv
Revision: 308899

archrelease: copy trunk to community-x86_64

Added:
  lv2/repos/community-x86_64/PKGBUILD
(from rev 308898, lv2/trunk/PKGBUILD)
Deleted:
  lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 17:15:43 UTC (rev 308898)
+++ PKGBUILD2018-03-16 17:15:57 UTC (rev 308899)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-
-pkgname=lv2
-pkgver=1.14.0
-pkgrel=2
-pkgdesc="Successor to the LADSPA audio plug-in standard"
-url="http://lv2plug.in/;
-license=('LGPL' 'custom')
-arch=('x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
-optdepends=('libsndfile: Example sampler'
-'gtk2: Example sampler'
-'python2: Scripts')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0b56285a77aac3c93b50c36203aa91ee')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr --libdir=/usr/lib
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/community-x86_64/PKGBUILD (from rev 308898, 
lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 17:15:57 UTC (rev 308899)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+
+pkgname=lv2
+pkgver=1.14.0
+pkgrel=3
+pkgdesc="Plugin standard for audio systems"
+url="http://lv2plug.in/;
+license=('LGPL' 'custom')
+arch=('x86_64')
+makedepends=('asciidoc' 'doxygen' 'gtk2' 'libsndfile' 'pygmentize'
+'python2-pygments' 'python2-rdflib' 'python2-six')
+optdepends=('libsndfile: Example sampler'
+'gtk2: Example sampler'
+'python2-pygments: Documentation generator script'
+'python2-rdflib: Documentation generator script')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha512sums=('6991d848ed9f04a48ca3070efc15af83431f680aa8a8559a02b1666f7b8d43af8e089f78c3b14ad3345dac32fd1c8ad0faf3a3f56dddc07c6f0e0aeef4077498'
+'SKIP') # David Robillard
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  # fix python2 shebang
+  sed -e 's/python/python2/' -i lv2specgen/lv2specgen.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+--libdir=/usr/lib \
+--docs \
+--test
+  python2 waf build $MAKEFLAGS
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # license
+  install -vDm644 COPYING \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -vDm644 {NEWS,README.md}\
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 17:14:57
  Author: lcarlier
Revision: 308897

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-clang/repos/multilib-staging-x86_64/
  lib32-clang/repos/multilib-staging-x86_64/PKGBUILD
(from rev 308896, lib32-clang/trunk/PKGBUILD)
  lib32-clang/repos/multilib-staging-x86_64/enable-SSP-and-PIE-by-default.patch
(from rev 308896, lib32-clang/trunk/enable-SSP-and-PIE-by-default.patch)

-+
 PKGBUILD|   62 
 enable-SSP-and-PIE-by-default.patch |  257 ++
 2 files changed, 319 insertions(+)

Copied: lib32-clang/repos/multilib-staging-x86_64/PKGBUILD (from rev 308896, 
lib32-clang/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-03-16 17:14:57 UTC (rev 308897)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=lib32-clang
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="C language family frontend for LLVM"
+arch=('x86_64')
+url="https://clang.llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('lib32-llvm-libs' 'gcc-multilib')
+makedepends=('lib32-llvm' 'cmake' 'ninja' 'python')
+source=(https://releases.llvm.org/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+enable-SSP-and-PIE-by-default.patch)
+sha256sums=('e07d6dd8d9ef196cfc8e8bb131cbd6a2ed0b1caf1715f9d05b0f0eeaddb6df32'
+'SKIP'
+'1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408'
+'SKIP'
+'28d38b7f4bcaa0c974f8c48d732a0db309ea89ffa901c39de90725ae857946c1')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('11E521D646982372EB577A1F8F0871F202119294') # Tom Stellard 

+
+prepare() {
+  cd "$srcdir/cfe-$pkgver.src"
+  mkdir build
+  patch -Np1 -i ../enable-SSP-and-PIE-by-default.patch
+}
+
+build() {
+  cd "$srcdir/cfe-$pkgver.src/build"
+
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DLLVM_LIBDIR_SUFFIX=32 \
+-DCMAKE_C_FLAGS:STRING=-m32 \
+-DCMAKE_CXX_FLAGS:STRING=-m32 \
+-DLLVM_CONFIG="/usr/bin/llvm-config32" \
+-DBUILD_SHARED_LIBS=ON \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DLLVM_ENABLE_RTTI=ON \
+-DLLVM_BUILD_TESTS=ON \
+-DLLVM_INCLUDE_DOCS=OFF \
+-DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src"
+  ninja
+}
+
+package() {
+  cd "$srcdir/cfe-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+  rm -rf "$pkgdir"/usr/{bin,include,libexec,share}
+
+  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
lib32-clang/repos/multilib-staging-x86_64/enable-SSP-and-PIE-by-default.patch 
(from rev 308896, lib32-clang/trunk/enable-SSP-and-PIE-by-default.patch)
===
--- multilib-staging-x86_64/enable-SSP-and-PIE-by-default.patch 
(rev 0)
+++ multilib-staging-x86_64/enable-SSP-and-PIE-by-default.patch 2018-03-16 
17:14:57 UTC (rev 308897)
@@ -0,0 +1,257 @@
+From b0307536e769c8ce11dbfa1956d617e8fc9366a7 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 8 Mar 2018 18:38:53 +0200
+Subject: [PATCH] Enable SSP and PIE by default
+
+This is a minimal set of changes needed to make clang use SSP and PIE by
+default on Arch Linux. Tests that were easy to adjust have been changed
+accordingly; only test/Driver/linux-ld.c has been marked as "expected
+failure" due to the number of changes it would require (mostly replacing
+crtbegin.o with crtbeginS.o).
+
+Doing so is needed in order to align clang with the new default GCC
+behavior in Arch which generates PIE executables by default and also
+defaults to -fstack-protector-strong. It is not meant to be a long term
+solution, but a simple temporary fix.
+
+Hopefully these changes will be obsoleted by the introduction upstream
+of a compile-time option (https://bugs.llvm.org/show_bug.cgi?id=13410)
+---
+ lib/Driver/ToolChains/Linux.cpp | 14 --
+ lib/Driver/ToolChains/Linux.h   |  1 +
+ test/Driver/cross-linux.c   | 16 
+ test/Driver/env.c   |  2 +-
+ test/Driver/fsanitize.c | 18 ++
+ test/Driver/gcc-toolchain.cpp   |  2 +-
+ test/Driver/hexagon-toolchain-elf.c |  2 +-
+ test/Driver/linux-as.c  |  4 ++--
+ test/Driver/linux-ld.c  |  2 ++
+ test/Driver/stack-protector.c   |  4 ++--
+ 10 files changed, 40 

[arch-commits] Commit in (5 files)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 16:58:11
  Author: lcarlier
Revision: 308896

initial commit

Added:
  lib32-clang/
  lib32-clang/repos/
  lib32-clang/trunk/
  lib32-clang/trunk/PKGBUILD
  lib32-clang/trunk/enable-SSP-and-PIE-by-default.patch

-+
 PKGBUILD|   62 
 enable-SSP-and-PIE-by-default.patch |  257 ++
 2 files changed, 319 insertions(+)

Added: lib32-clang/trunk/PKGBUILD
===
--- lib32-clang/trunk/PKGBUILD  (rev 0)
+++ lib32-clang/trunk/PKGBUILD  2018-03-16 16:58:11 UTC (rev 308896)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=lib32-clang
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="C language family frontend for LLVM"
+arch=('x86_64')
+url="https://clang.llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('lib32-llvm-libs' 'gcc-multilib')
+makedepends=('lib32-llvm' 'cmake' 'ninja' 'python')
+source=(https://releases.llvm.org/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+enable-SSP-and-PIE-by-default.patch)
+sha256sums=('e07d6dd8d9ef196cfc8e8bb131cbd6a2ed0b1caf1715f9d05b0f0eeaddb6df32'
+'SKIP'
+'1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408'
+'SKIP'
+'28d38b7f4bcaa0c974f8c48d732a0db309ea89ffa901c39de90725ae857946c1')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('11E521D646982372EB577A1F8F0871F202119294') # Tom Stellard 

+
+prepare() {
+  cd "$srcdir/cfe-$pkgver.src"
+  mkdir build
+  patch -Np1 -i ../enable-SSP-and-PIE-by-default.patch
+}
+
+build() {
+  cd "$srcdir/cfe-$pkgver.src/build"
+
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DLLVM_LIBDIR_SUFFIX=32 \
+-DCMAKE_C_FLAGS:STRING=-m32 \
+-DCMAKE_CXX_FLAGS:STRING=-m32 \
+-DLLVM_CONFIG="/usr/bin/llvm-config32" \
+-DBUILD_SHARED_LIBS=ON \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DLLVM_ENABLE_RTTI=ON \
+-DLLVM_BUILD_TESTS=ON \
+-DLLVM_INCLUDE_DOCS=OFF \
+-DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src"
+  ninja
+}
+
+package() {
+  cd "$srcdir/cfe-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+  rm -rf "$pkgdir"/usr/{bin,include,libexec,share}
+
+  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: lib32-clang/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-clang/trunk/enable-SSP-and-PIE-by-default.patch
===
--- lib32-clang/trunk/enable-SSP-and-PIE-by-default.patch   
(rev 0)
+++ lib32-clang/trunk/enable-SSP-and-PIE-by-default.patch   2018-03-16 
16:58:11 UTC (rev 308896)
@@ -0,0 +1,257 @@
+From b0307536e769c8ce11dbfa1956d617e8fc9366a7 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 8 Mar 2018 18:38:53 +0200
+Subject: [PATCH] Enable SSP and PIE by default
+
+This is a minimal set of changes needed to make clang use SSP and PIE by
+default on Arch Linux. Tests that were easy to adjust have been changed
+accordingly; only test/Driver/linux-ld.c has been marked as "expected
+failure" due to the number of changes it would require (mostly replacing
+crtbegin.o with crtbeginS.o).
+
+Doing so is needed in order to align clang with the new default GCC
+behavior in Arch which generates PIE executables by default and also
+defaults to -fstack-protector-strong. It is not meant to be a long term
+solution, but a simple temporary fix.
+
+Hopefully these changes will be obsoleted by the introduction upstream
+of a compile-time option (https://bugs.llvm.org/show_bug.cgi?id=13410)
+---
+ lib/Driver/ToolChains/Linux.cpp | 14 --
+ lib/Driver/ToolChains/Linux.h   |  1 +
+ test/Driver/cross-linux.c   | 16 
+ test/Driver/env.c   |  2 +-
+ test/Driver/fsanitize.c | 18 ++
+ test/Driver/gcc-toolchain.cpp   |  2 +-
+ test/Driver/hexagon-toolchain-elf.c |  2 +-
+ test/Driver/linux-as.c  |  4 ++--
+ test/Driver/linux-ld.c  |  2 ++
+ test/Driver/stack-protector.c   |  4 ++--
+ 10 files changed, 40 insertions(+), 25 deletions(-)
+
+diff --git a/lib/Driver/ToolChains/Linux.cpp b/lib/Driver/ToolChains/Linux.cpp
+index 1301cdf114..a15a722d76 100644
+--- a/lib/Driver/ToolChains/Linux.cpp
 

[arch-commits] Commit in nbd/trunk (PKGBUILD sysusers_nbd.conf)

2018-03-16 Thread Christian Hesse via arch-commits
Date: Friday, March 16, 2018 @ 16:55:05
  Author: eworm
Revision: 308895

use dynamic uid

Modified:
  nbd/trunk/PKGBUILD
  nbd/trunk/sysusers_nbd.conf

---+
 PKGBUILD  |6 +++---
 sysusers_nbd.conf |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 16:34:54 UTC (rev 308894)
+++ PKGBUILD2018-03-16 16:55:05 UTC (rev 308895)
@@ -7,9 +7,9 @@
 pkgname=nbd
 pkgver=3.16.2
 pkgrel=2
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+pkgdesc='tools for network block devices, allowing you to use remote block 
devices over TCP/IP'
 arch=('x86_64')
-url="http://nbd.sourceforge.net;
+url='http://nbd.sourceforge.net'
 license=('GPL')
 depends=('glib2' 'gnutls')
 backup=('etc/nbd-server/config')
@@ -20,7 +20,7 @@
 sha256sums=('422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b'
 'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
 '1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba'
-'11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
+'3fd98fe87d0b31b82126dc669f00355865f58fae81af3fccbc0d06504baef6cd')
 
 build(){
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: sysusers_nbd.conf
===
--- sysusers_nbd.conf   2018-03-16 16:34:54 UTC (rev 308894)
+++ sysusers_nbd.conf   2018-03-16 16:55:05 UTC (rev 308895)
@@ -1 +1 @@
-u nbd 44 "Network Block Device" /var/empty
+u nbd - "Network Block Device" /var/empty


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 16:34:36
  Author: felixonmars
Revision: 308893

upgpkg: pifpaf 2.1.1-1

Modified:
  pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 16:03:59 UTC (rev 308892)
+++ PKGBUILD2018-03-16 16:34:36 UTC (rev 308893)
@@ -3,7 +3,7 @@
 
 pkgbase=pifpaf
 pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -20,7 +20,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('81cafb93573adc2b86113c989444bb708276b1ad2bf2f2fa070ae7bf38e91af08052c0f679f7dfe47132f0d9aa17fb2a1e53e1235d4c2f4b21bd55f16f4217dc')
+sha512sums=('8fbc5678b4e3a11692d548f18fdfdbdc86fb6a3e0ae60a1e9f2093ebef7f8a0db604e0d1bf32ebe0d3db45a8ada7a6f1c569b9cca549941dd6b9a1bbf663c12f')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 16:34:54
  Author: felixonmars
Revision: 308894

archrelease: copy trunk to community-any

Added:
  pifpaf/repos/community-any/PKGBUILD
(from rev 308893, pifpaf/trunk/PKGBUILD)
Deleted:
  pifpaf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 16:34:36 UTC (rev 308893)
+++ PKGBUILD2018-03-16 16:34:54 UTC (rev 308894)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=pifpaf
-pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-click'
- 'python2-click' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
- 'python-fixtures' 'python2-fixtures' 'python-psutil' 
'python2-psutil'
- 'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('81cafb93573adc2b86113c989444bb708276b1ad2bf2f2fa070ae7bf38e91af08052c0f679f7dfe47132f0d9aa17fb2a1e53e1235d4c2f4b21bd55f16f4217dc')
-
-prepare() {
-  cp -a pifpaf-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_pifpaf() {
-  depends=('python-daiquiri' 'python-click' 'python-pbr' 'python-jinja' 
'python-six'
-   'python-fixtures' 'python-psutil' 'python-xattr')
-  provides=("python-pifpaf=$pkgver")
-  conflicts=('python-pifpaf')
-  replaces=('python-pifpaf')
-
-  cd pifpaf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-click' 'python2-six' 'python2-fixtures' 
'python2-daiquiri'
-   'python2-psutil' 'python2-jinja' 'python2-xattr')
-
-  cd pifpaf-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pifpaf/repos/community-any/PKGBUILD (from rev 308893, 
pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 16:34:54 UTC (rev 308894)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=pifpaf
+pkgname=('pifpaf' 'python2-pifpaf')
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-click'
+ 'python2-click' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
+ 'python-fixtures' 'python2-fixtures' 'python-psutil' 
'python2-psutil'
+ 'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
+sha512sums=('8fbc5678b4e3a11692d548f18fdfdbdc86fb6a3e0ae60a1e9f2093ebef7f8a0db604e0d1bf32ebe0d3db45a8ada7a6f1c569b9cca549941dd6b9a1bbf663c12f')
+
+prepare() {
+  cp -a pifpaf-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+  export PBR_VERSION=$pkgver
+}
+

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

2018-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Friday, March 16, 2018 @ 16:03:59
  Author: mtorromeo
Revision: 308892

archrelease: copy trunk to community-any

Added:
  percona-toolkit/repos/community-any/PKGBUILD
(from rev 308891, percona-toolkit/trunk/PKGBUILD)
Deleted:
  percona-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 16:03:32 UTC (rev 308891)
+++ PKGBUILD2018-03-16 16:03:59 UTC (rev 308892)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: D. Can Celasun 
-# Contributor: Felix Hanley 
-# Contributor: Sławomir Kowalski 
-
-pkgname=percona-toolkit
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
-url="https://www.percona.com/software/database-tools/percona-toolkit;
-arch=('any')
-license=('GPL')
-depends=('perl-term-readkey')
-makedepends=('perl-dbd-mysql' 'perl-dbi')
-optdepends=(
-'perl-dbd-mysql: MySQL connections'
-'perl-dbi: MySQL connections'
-)
-options=('!emptydirs' 'purge')
-source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('40f1a2241fb3ac1049e43ea75056f02d8af48c1eb731b48a4b564a054f8227e3')
-
-build() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
-perl Makefile.PL
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: percona-toolkit/repos/community-any/PKGBUILD (from rev 308891, 
percona-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 16:03:59 UTC (rev 308892)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: D. Can Celasun 
+# Contributor: Felix Hanley 
+# Contributor: Sławomir Kowalski 
+
+pkgname=percona-toolkit
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
+url="https://www.percona.com/software/database-tools/percona-toolkit;
+arch=('any')
+license=('GPL')
+depends=('perl-term-readkey')
+makedepends=('perl-dbd-mysql' 'perl-dbi')
+optdepends=(
+'perl-dbd-mysql: MySQL connections'
+'perl-dbi: MySQL connections'
+)
+options=('!emptydirs' 'purge')
+source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
+sha256sums=('cc287785f5c17effad2ae251eaa60a61d503a4d2d083dc63b81b50edf6f2f4c9')
+
+build() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
+perl Makefile.PL
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2018-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Friday, March 16, 2018 @ 16:03:32
  Author: mtorromeo
Revision: 308891

upgpkg: percona-toolkit 3.0.8-1

Modified:
  percona-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 15:41:46 UTC (rev 308890)
+++ PKGBUILD2018-03-16 16:03:32 UTC (rev 308891)
@@ -5,7 +5,7 @@
 # Contributor: Sławomir Kowalski 
 
 pkgname=percona-toolkit
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
 url="https://www.percona.com/software/database-tools/percona-toolkit;
@@ -19,7 +19,7 @@
 )
 options=('!emptydirs' 'purge')
 
source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('40f1a2241fb3ac1049e43ea75056f02d8af48c1eb731b48a4b564a054f8227e3')
+sha256sums=('cc287785f5c17effad2ae251eaa60a61d503a4d2d083dc63b81b50edf6f2f4c9')
 
 build() {
 cd "$srcdir"/$pkgname-$pkgver


[arch-commits] Commit in llvm/repos/staging-x86_64 (13 files)

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Friday, March 16, 2018 @ 15:53:54
  Author: foutrelis
Revision: 319529

archrelease: copy trunk to staging-x86_64

Added:
  
llvm/repos/staging-x86_64/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
(from rev 319528, 
llvm/trunk/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch)
  llvm/repos/staging-x86_64/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch
(from rev 319528, 
llvm/trunk/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch)
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 319528, llvm/trunk/PKGBUILD)
  
llvm/repos/staging-x86_64/PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch
(from rev 319528, 
llvm/trunk/PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch)
  
llvm/repos/staging-x86_64/PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch
(from rev 319528, 
llvm/trunk/PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch)
  
llvm/repos/staging-x86_64/PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch
(from rev 319528, 
llvm/trunk/PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch)
  llvm/repos/staging-x86_64/llvm-config.h
(from rev 319528, llvm/trunk/llvm-config.h)
Deleted:
  
llvm/repos/staging-x86_64/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
  llvm/repos/staging-x86_64/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch
  llvm/repos/staging-x86_64/PKGBUILD
  
llvm/repos/staging-x86_64/PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch
  
llvm/repos/staging-x86_64/PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch
  llvm/repos/staging-x86_64/llvm-config.h

+
 D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch  |   72 -
 D44420-cmake-fix-a-typo-in-llvm_config-macro.patch |   26 
 PKGBUILD   |  285 ++---
 PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch |   28 
 PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch |  524 
+-
 PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch |   68 -
 llvm-config.h  |   18 
 7 files changed, 527 insertions(+), 494 deletions(-)

Deleted: D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
===
--- D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch   
2018-03-16 15:53:40 UTC (rev 319528)
+++ D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch   
2018-03-16 15:53:54 UTC (rev 319529)
@@ -1,36 +0,0 @@
-From 4d613a84ce271c6225068bef67d727ae02b2e3b1 Mon Sep 17 00:00:00 2001
-From: Pavel Labath 
-Date: Wed, 14 Mar 2018 09:28:38 +
-Subject: [PATCH] Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake
-
-Summary:
-This is needed so that external projects (e.g. a standalone build of
-lldb) can link to the LLVM shared library via the USE_SHARED argument of
-llvm_config. Without this, llvm_config would add LLVM to the link list,
-but then also add the constituent static libraries, resulting in
-multiply defined symbols.
-
-Reviewers: beanz, mgorny
-
-Subscribers: llvm-commits
-
-Differential Revision: https://reviews.llvm.org/D44391
-
-git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327484 
91177308-0d34-0410-b5e6-96231b3b80d8

- cmake/modules/LLVMConfig.cmake.in | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/cmake/modules/LLVMConfig.cmake.in 
b/cmake/modules/LLVMConfig.cmake.in
-index fe4df5278498..e70018679846 100644
 a/cmake/modules/LLVMConfig.cmake.in
-+++ b/cmake/modules/LLVMConfig.cmake.in
-@@ -13,6 +13,8 @@ set(LLVM_COMMON_DEPENDS @LLVM_COMMON_DEPENDS@)
- 
- set(LLVM_AVAILABLE_LIBS @LLVM_AVAILABLE_LIBS@)
- 
-+set(LLVM_DYLIB_COMPONENTS @LLVM_DYLIB_COMPONENTS@)
-+
- set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@)
- 
- set(LLVM_TARGETS_TO_BUILD @LLVM_TARGETS_TO_BUILD@)

Copied: 
llvm/repos/staging-x86_64/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
 (from rev 319528, 
llvm/trunk/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch)
===
--- D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch   
(rev 0)
+++ D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch   
2018-03-16 15:53:54 UTC (rev 319529)
@@ -0,0 +1,36 @@
+From 4d613a84ce271c6225068bef67d727ae02b2e3b1 Mon Sep 17 00:00:00 2001
+From: Pavel Labath 
+Date: Wed, 14 Mar 2018 09:28:38 +
+Subject: [PATCH] Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake
+
+Summary:
+This is needed so that external projects (e.g. a standalone build of
+lldb) can link to the LLVM shared library via the USE_SHARED argument of
+llvm_config. Without this, llvm_config would add LLVM to the link list,
+but 

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

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Friday, March 16, 2018 @ 15:53:40
  Author: foutrelis
Revision: 319528

upgpkg: llvm 6.0.0-4

Add missing header to InstructionCombining.cpp; fixes Crystal build
which failed with "undefined reference to 'LLVMInitializeInstCombine'"

https://bugs.llvm.org/show_bug.cgi?id=35947

Added:
  llvm/trunk/PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch
Modified:
  llvm/trunk/PKGBUILD

+
 PKGBUILD   |7 ++
 PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch |   28 +++
 2 files changed, 34 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 15:05:15 UTC (rev 319527)
+++ PKGBUILD2018-03-16 15:53:40 UTC (rev 319528)
@@ -4,7 +4,7 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
 pkgver=6.0.0
-pkgrel=3
+pkgrel=4
 _ocaml_ver=4.06.0
 arch=('x86_64')
 url="https://llvm.org/;
@@ -13,6 +13,7 @@
  "ocaml=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib')
 options=('staticlibs')
 source=(https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch
 PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch
 PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch
 D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
@@ -20,6 +21,7 @@
 llvm-config.h)
 sha256sums=('1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408'
 'SKIP'
+'7d0082d1c641873c1d45c2f076b9533fbc43002d605336afa92198b8830a5bcb'
 '5a90833c15c4981e7accd405290491d7930f991d30943d7ae9e4e338149731ff'
 'da80b59c9abe9fe864ff8dc42132c5aa135a79d342fd147ae6f54e2621e009fa'
 '96e2f3ca8b7d1bdbe2606a1eebb12c57b39838d1bcc15e40388e8d59649a9f4a'
@@ -32,6 +34,9 @@
   cd "$srcdir/llvm-$pkgver.src"
   mkdir build
 
+  # https://bugs.llvm.org/show_bug.cgi?id=35947
+  patch -Np1 -i ../PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch
+
   # https://bugs.llvm.org/show_bug.cgi?id=36417
   patch -Np1 -i 
../PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch
   patch -Np1 -i 
../PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch

Added: PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch
===
--- PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch  
(rev 0)
+++ PR35947-export-LLVMInitializeInstCombine-as-extern-C.patch  2018-03-16 
15:53:40 UTC (rev 319528)
@@ -0,0 +1,28 @@
+From 7c9054610e354340f9474dcd13a927f929912d1d Mon Sep 17 00:00:00 2001
+From: Eugene Zelenko 
+Date: Tue, 6 Mar 2018 23:06:13 +
+Subject: [PATCH] [Transforms] Add missing header for InstructionCombining.cpp,
+ in order to export LLVMInitializeInstCombine as extern "C". Fixes PR35947.
+
+Patch by Brenton Bostick.
+
+Differential revision: https://reviews.llvm.org/D44140
+
+
+git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326843 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ lib/Transforms/InstCombine/InstructionCombining.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/Transforms/InstCombine/InstructionCombining.cpp 
b/lib/Transforms/InstCombine/InstructionCombining.cpp
+index a3b2fe9e5d22..7ec73433e8f6 100644
+--- a/lib/Transforms/InstCombine/InstructionCombining.cpp
 b/lib/Transforms/InstCombine/InstructionCombining.cpp
+@@ -34,6 +34,7 @@
+ 
//===--===//
+ 
+ #include "InstCombineInternal.h"
++#include "llvm-c/Initialization.h"
+ #include "llvm/ADT/APInt.h"
+ #include "llvm/ADT/ArrayRef.h"
+ #include "llvm/ADT/DenseMap.h"


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

2018-03-16 Thread Christian Rebischke via arch-commits
Date: Friday, March 16, 2018 @ 15:41:46
  Author: shibumi
Revision: 308890

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 308889, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 15:41:33 UTC (rev 308889)
+++ PKGBUILD2018-03-16 15:41:46 UTC (rev 308890)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.11.3
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("x86_64")
-license=("MPL")
-makedepends=("go-pie" "godep" "git" "mercurial")
-_gourl="github.com/hashicorp"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("5c4ac2fef753eeb0d09a6c2772b81720719c698287d46a625cb5050815dbd63b")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "$srcdir/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-   msg2 "Build program"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-   cd "$srcdir/bin"
-   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-   cd "$srcdir/src/$_gourl/$pkgname"
-   # Zsh completion
-   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 308889, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 15:41:46 UTC (rev 308890)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+
+pkgname=terraform
+pkgver=0.11.4
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("x86_64")
+license=("MPL")
+makedepends=("go-pie")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha512sums=('f8c75b792d7d31bac34b3cd3fbdd647bdc9fff94496cf955ce4b83e5e4da662b29cd6551a530cbbf917fcc11f111038470a3415ff2fade2d5e6fc52bfe93aa90')
+
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hashicorp/
+  mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+}
+
+
+build() {
+  cd src/github.com/hashicorp/"${pkgname}"
+  go build -o terraform-binary
+}
+
+
+package() {
+  cd src/github.com/hashicorp/"${pkgname}"
+   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   # Zsh completion
+   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}


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

2018-03-16 Thread Christian Rebischke via arch-commits
Date: Friday, March 16, 2018 @ 15:41:33
  Author: shibumi
Revision: 308889

upgpkg: terraform 0.11.4-1

New Version + new PKGBUILD

Made terraform ready for reproducible builds

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 15:17:53 UTC (rev 30)
+++ PKGBUILD2018-03-16 15:41:33 UTC (rev 308889)
@@ -1,42 +1,37 @@
 # $Id$
 # Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.11.3
+pkgver=0.11.4
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="http://www.terraform.io/;
 arch=("x86_64")
 license=("MPL")
-makedepends=("go-pie" "godep" "git" "mercurial")
-_gourl="github.com/hashicorp"
+makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("5c4ac2fef753eeb0d09a6c2772b81720719c698287d46a625cb5050815dbd63b")
+sha512sums=('f8c75b792d7d31bac34b3cd3fbdd647bdc9fff94496cf955ce4b83e5e4da662b29cd6551a530cbbf917fcc11f111038470a3415ff2fade2d5e6fc52bfe93aa90')
 
 
 prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "$srcdir/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hashicorp/
+  mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
 }
 
 
 build() {
-   msg2 "Build program"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+  cd src/github.com/hashicorp/"${pkgname}"
+  go build -o terraform-binary
 }
 
 
 package() {
-   cd "$srcdir/bin"
-   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-   cd "$srcdir/src/$_gourl/$pkgname"
+  cd src/github.com/hashicorp/"${pkgname}"
+   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Zsh completion
install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
 }


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 15:17:53
  Author: lcarlier
Revision: 30

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-llvm/repos/multilib-staging-x86_64/
  
lib32-llvm/repos/multilib-staging-x86_64/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
(from rev 308887, 
lib32-llvm/trunk/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch)
  
lib32-llvm/repos/multilib-staging-x86_64/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch
(from rev 308887, 
lib32-llvm/trunk/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch)
  lib32-llvm/repos/multilib-staging-x86_64/PKGBUILD
(from rev 308887, lib32-llvm/trunk/PKGBUILD)
  
lib32-llvm/repos/multilib-staging-x86_64/PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch
(from rev 308887, 
lib32-llvm/trunk/PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch)
  
lib32-llvm/repos/multilib-staging-x86_64/PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch
(from rev 308887, 
lib32-llvm/trunk/PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch)

+
 D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch  |   36 +
 D44420-cmake-fix-a-typo-in-llvm_config-macro.patch |   13 
 PKGBUILD   |  120 
 PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch |  262 
++
 PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch |   34 +
 5 files changed, 465 insertions(+)

Copied: 
lib32-llvm/repos/multilib-staging-x86_64/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
 (from rev 308887, 
lib32-llvm/trunk/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch)
===
--- 
multilib-staging-x86_64/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
   (rev 0)
+++ 
multilib-staging-x86_64/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
   2018-03-16 15:17:53 UTC (rev 30)
@@ -0,0 +1,36 @@
+From 4d613a84ce271c6225068bef67d727ae02b2e3b1 Mon Sep 17 00:00:00 2001
+From: Pavel Labath 
+Date: Wed, 14 Mar 2018 09:28:38 +
+Subject: [PATCH] Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake
+
+Summary:
+This is needed so that external projects (e.g. a standalone build of
+lldb) can link to the LLVM shared library via the USE_SHARED argument of
+llvm_config. Without this, llvm_config would add LLVM to the link list,
+but then also add the constituent static libraries, resulting in
+multiply defined symbols.
+
+Reviewers: beanz, mgorny
+
+Subscribers: llvm-commits
+
+Differential Revision: https://reviews.llvm.org/D44391
+
+git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327484 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ cmake/modules/LLVMConfig.cmake.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/cmake/modules/LLVMConfig.cmake.in 
b/cmake/modules/LLVMConfig.cmake.in
+index fe4df5278498..e70018679846 100644
+--- a/cmake/modules/LLVMConfig.cmake.in
 b/cmake/modules/LLVMConfig.cmake.in
+@@ -13,6 +13,8 @@ set(LLVM_COMMON_DEPENDS @LLVM_COMMON_DEPENDS@)
+ 
+ set(LLVM_AVAILABLE_LIBS @LLVM_AVAILABLE_LIBS@)
+ 
++set(LLVM_DYLIB_COMPONENTS @LLVM_DYLIB_COMPONENTS@)
++
+ set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@)
+ 
+ set(LLVM_TARGETS_TO_BUILD @LLVM_TARGETS_TO_BUILD@)

Copied: 
lib32-llvm/repos/multilib-staging-x86_64/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch
 (from rev 308887, 
lib32-llvm/trunk/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch)
===
--- multilib-staging-x86_64/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch  
(rev 0)
+++ multilib-staging-x86_64/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch  
2018-03-16 15:17:53 UTC (rev 30)
@@ -0,0 +1,13 @@
+Index: cmake/modules/LLVM-Config.cmake
+===
+--- cmake/modules/LLVM-Config.cmake
 cmake/modules/LLVM-Config.cmake
+@@ -68,7 +68,7 @@
+   cmake_parse_arguments(ARG "USE_SHARED" "" "" ${ARGN})
+   set(link_components ${ARG_UNPARSED_ARGUMENTS})
+ 
+-  if(USE_SHARED)
++  if(ARG_USE_SHARED)
+ # If USE_SHARED is specified, then we link against libLLVM,
+ # but also against the component libraries below. This is
+ # done in case libLLVM does not contain all of the components

Copied: lib32-llvm/repos/multilib-staging-x86_64/PKGBUILD (from rev 308887, 
lib32-llvm/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-03-16 15:17:53 UTC (rev 30)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Evangelos 

[arch-commits] Commit in lib32-llvm/trunk (5 files)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 15:17:46
  Author: lcarlier
Revision: 308887

upgpkg: lib32-llvm 6.0.0-1

upstream update 6.0.0

Added:
  lib32-llvm/trunk/D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
  lib32-llvm/trunk/D44420-cmake-fix-a-typo-in-llvm_config-macro.patch
  
lib32-llvm/trunk/PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch
  
lib32-llvm/trunk/PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch
Modified:
  lib32-llvm/trunk/PKGBUILD

+
 D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch  |   36 +
 D44420-cmake-fix-a-typo-in-llvm_config-macro.patch |   13 
 PKGBUILD   |   90 +--
 PR36417-DebugInfo-discard-invalid-DBG_VALUE-instructions.patch |  262 
++
 PR36417-fixup-for-rL326769-RegState-Debug-is-being-truncated.patch |   34 +
 5 files changed, 378 insertions(+), 57 deletions(-)

Added: D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch
===
--- D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch   
(rev 0)
+++ D44391-export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch   
2018-03-16 15:17:46 UTC (rev 308887)
@@ -0,0 +1,36 @@
+From 4d613a84ce271c6225068bef67d727ae02b2e3b1 Mon Sep 17 00:00:00 2001
+From: Pavel Labath 
+Date: Wed, 14 Mar 2018 09:28:38 +
+Subject: [PATCH] Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake
+
+Summary:
+This is needed so that external projects (e.g. a standalone build of
+lldb) can link to the LLVM shared library via the USE_SHARED argument of
+llvm_config. Without this, llvm_config would add LLVM to the link list,
+but then also add the constituent static libraries, resulting in
+multiply defined symbols.
+
+Reviewers: beanz, mgorny
+
+Subscribers: llvm-commits
+
+Differential Revision: https://reviews.llvm.org/D44391
+
+git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327484 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ cmake/modules/LLVMConfig.cmake.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/cmake/modules/LLVMConfig.cmake.in 
b/cmake/modules/LLVMConfig.cmake.in
+index fe4df5278498..e70018679846 100644
+--- a/cmake/modules/LLVMConfig.cmake.in
 b/cmake/modules/LLVMConfig.cmake.in
+@@ -13,6 +13,8 @@ set(LLVM_COMMON_DEPENDS @LLVM_COMMON_DEPENDS@)
+ 
+ set(LLVM_AVAILABLE_LIBS @LLVM_AVAILABLE_LIBS@)
+ 
++set(LLVM_DYLIB_COMPONENTS @LLVM_DYLIB_COMPONENTS@)
++
+ set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@)
+ 
+ set(LLVM_TARGETS_TO_BUILD @LLVM_TARGETS_TO_BUILD@)

Added: D44420-cmake-fix-a-typo-in-llvm_config-macro.patch
===
--- D44420-cmake-fix-a-typo-in-llvm_config-macro.patch  
(rev 0)
+++ D44420-cmake-fix-a-typo-in-llvm_config-macro.patch  2018-03-16 15:17:46 UTC 
(rev 308887)
@@ -0,0 +1,13 @@
+Index: cmake/modules/LLVM-Config.cmake
+===
+--- cmake/modules/LLVM-Config.cmake
 cmake/modules/LLVM-Config.cmake
+@@ -68,7 +68,7 @@
+   cmake_parse_arguments(ARG "USE_SHARED" "" "" ${ARGN})
+   set(link_components ${ARG_UNPARSED_ARGUMENTS})
+ 
+-  if(USE_SHARED)
++  if(ARG_USE_SHARED)
+ # If USE_SHARED is specified, then we link against libLLVM,
+ # but also against the component libraries below. This is
+ # done in case libLLVM does not contain all of the components

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 14:23:55 UTC (rev 308886)
+++ PKGBUILD2018-03-16 15:17:46 UTC (rev 308887)
@@ -1,46 +1,44 @@
 # $Id$
-# Maintainer: Evangelos Foutras 
+# Maintainer: Laurent Carlier 
+# Contributor: Evangelos Foutras 
 # Contributor: Jan "heftig" Steffens 
-# Contributor: Sebastian Nowicki 
-# Contributor: Devin Cofer 
-# Contributor: Tobias Kieslich 
-# Contributor: Geoffroy Carrier 
-# Contributor: Tomas Lindquist Olsen 
-# Contributor: Roberto Alsina 
-# Contributor: Gerardo Exequiel Pozzi 
 
-pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=5.0.1
+pkgname=('lib32-llvm' 'lib32-llvm-libs')
+pkgver=6.0.0
 pkgrel=1
 arch=('x86_64')
 url="http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('cmake' 'lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib'
+makedepends=('cmake' 'ninja' 'lib32-libffi' 'lib32-zlib' 'python2' 
'gcc-multilib'
  'lib32-libxml2')
 options=('staticlibs')
 source=(http://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-

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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 15:05:15
  Author: arojas
Revision: 319527

archrelease: copy trunk to staging-x86_64

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

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

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 319526, 
qtcreator/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-16 15:05:15 UTC (rev 319527)
@@ -0,0 +1,59 @@
+# $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.5.2
+_clangver=6.0.0
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='http://qt-project.org'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver 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;)
+sha256sums=('32fe9ffbb170d0461f6b010dcb0db4dd73c3b27cc575c760958507929975693a')
+
+prepare() {
+  mkdir -p 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 LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr CONFIG+=journald 
QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES 
"$srcdir"/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
+}


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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 15:04:44
  Author: arojas
Revision: 319526

clang 6.0 rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 14:25:45 UTC (rev 319525)
+++ PKGBUILD2018-03-16 15:04:44 UTC (rev 319526)
@@ -9,8 +9,8 @@
 
 pkgname=qtcreator
 pkgver=4.5.2
-_clangver=5.0.1
-pkgrel=1
+_clangver=6.0.0
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='http://qt-project.org'


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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 14:25:45
  Author: arojas
Revision: 319525

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop/repos/staging-x86_64/
  kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 319524, kdevelop/trunk/PKGBUILD)

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

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 319524, 
kdevelop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-16 14:25:45 UTC (rev 319525)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.2.1
+pkgrel=3
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa
+ boost purpose subversion)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support' 'cvs: CVS support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc}
+
kdebug-386720.patch::"https://cgit.kde.org/kdevelop.git/patch/?id=f2a6941e;)
+sha256sums=('d1c39c563e4fada89eb9f30bd43c6c4beed0fec7ca7d124af587193cfe020650'
+'SKIP'
+'9e52906314f25f036e3c7a9c8d825dd6b196fed70437c6d09ce155ccaaab7591')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-386720.patch # Fix performance issue
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 14:25:10
  Author: arojas
Revision: 319524

clang 6.0 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:44:39 UTC (rev 319523)
+++ PKGBUILD2018-03-16 14:25:10 UTC (rev 319524)
@@ -5,7 +5,7 @@
 
 pkgname=kdevelop
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Friday, March 16, 2018 @ 14:23:55
  Author: foutrelis
Revision: 308886

archrelease: copy trunk to community-staging-x86_64

Added:
  beignet/repos/community-staging-x86_64/
  beignet/repos/community-staging-x86_64/PKGBUILD
(from rev 308885, beignet/trunk/PKGBUILD)
  beignet/repos/community-staging-x86_64/llvm6.patch
(from rev 308885, beignet/trunk/llvm6.patch)

-+
 PKGBUILD|   46 ++
 llvm6.patch |   30 ++
 2 files changed, 76 insertions(+)

Copied: beignet/repos/community-staging-x86_64/PKGBUILD (from rev 308885, 
beignet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 14:23:55 UTC (rev 308886)
@@ -0,0 +1,46 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Antoine Lubineau 
+# Contributor: Leopold Bloom 
+# Contributor: Michal Krenek (a.k.a. Mikos) 
+
+pkgname=beignet
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="An open source OpenCL implementation for Intel IvyBridge+ iGPUs"
+arch=('x86_64')
+url="https://01.org/${pkgname};
+license=('LGPL')
+depends=('glu' 'llvm-libs' 'clang' 'mesa' 'opencl-headers')
+makedepends=('llvm' 'cmake' 'python' 'ocl-icd')
+provides=('opencl-intel' 'opencl-driver')
+conflicts=('opencl-intel')
+source=("https://01.org/sites/default/files/${pkgname}-${pkgver}-source.tar.gz;
+'llvm6.patch')
+sha256sums=('c555edba149de23243965a703f39f79fa06f15bcff5a3762b5544b0925010b43'
+'649558497ac09f9701569630259300f67566ccb2ab77163915877102e3e31e87')
+
+prepare() {
+cd ${pkgname^}-${pkgver}-Source
+mkdir -p build
+patch -Np1 -i ../llvm6.patch
+}
+
+build() {
+cd ${pkgname^}-${pkgver}-Source/build
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=RELEASE
+make
+}
+
+package() {
+cd ${pkgname^}-${pkgver}-Source/build
+
+make DESTDIR="${pkgdir}" install
+
+# Remove headers already provided by 'opencl-headers'
+cd "${pkgdir}/usr/include/CL"
+rm cl.h cl_egl.h cl_ext.h cl_gl.h cl_gl_ext.h cl_platform.h opencl.h
+}

Copied: beignet/repos/community-staging-x86_64/llvm6.patch (from rev 308885, 
beignet/trunk/llvm6.patch)
===
--- community-staging-x86_64/llvm6.patch(rev 0)
+++ community-staging-x86_64/llvm6.patch2018-03-16 14:23:55 UTC (rev 
308886)
@@ -0,0 +1,30 @@
+diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp
+--- Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 2017-10-24 
09:04:48.0 +0300
 Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp  2018-03-16 
16:08:54.669963824 +0200
+@@ -322,7 +322,11 @@ namespace gbe
+ DataLayout DL();
+ 
+ gbeDiagnosticContext dc;
++#if LLVM_VERSION_MAJOR >= 6
++mod.getContext().setDiagnosticHandlerCallBack(,);
++#else
+ mod.getContext().setDiagnosticHandler(,);
++#endif
+ 
+ #if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 37
+ mod.setDataLayout(DL);
+diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp
+--- Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 2017-10-24 
09:04:48.0 +0300
 Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp  2018-03-16 
16:09:47.736403557 +0200
+@@ -205,7 +205,9 @@ namespace gbe {
+   if (parentTripCount != 0 && currTripCount * parentTripCount > 32) {
+ //Don't change the unrollID if doesn't force unroll.
+ //setUnrollID(parentL, false);
+-#if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
++#if LLVM_VERSION_MAJOR >= 6
++loopInfo.erase(parentL);
++#elif LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
+ loopInfo.markAsRemoved(parentL);
+ #else
+ LPM.deleteLoopFromQueue(parentL);
+Only in Beignet-1.3.2-Source: build


[arch-commits] Commit in beignet/trunk (PKGBUILD llvm6.patch)

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Friday, March 16, 2018 @ 14:23:46
  Author: foutrelis
Revision: 308885

upgpkg: beignet 1.3.2-2

LLVM/Clang 6 rebuild.

Added:
  beignet/trunk/llvm6.patch
Modified:
  beignet/trunk/PKGBUILD

-+
 PKGBUILD|   13 -
 llvm6.patch |   30 ++
 2 files changed, 38 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 13:45:20 UTC (rev 308884)
+++ PKGBUILD2018-03-16 14:23:46 UTC (rev 308885)
@@ -5,21 +5,24 @@
 
 pkgname=beignet
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source OpenCL implementation for Intel IvyBridge+ iGPUs"
 arch=('x86_64')
 url="https://01.org/${pkgname};
 license=('LGPL')
-depends=('glu' 'llvm-libs' 'mesa' 'opencl-headers')
-makedepends=('llvm' 'clang' 'cmake' 'python' 'ocl-icd')
+depends=('glu' 'llvm-libs' 'clang' 'mesa' 'opencl-headers')
+makedepends=('llvm' 'cmake' 'python' 'ocl-icd')
 provides=('opencl-intel' 'opencl-driver')
 conflicts=('opencl-intel')
-source=("https://01.org/sites/default/files/${pkgname}-${pkgver}-source.tar.gz;)
-sha256sums=('c555edba149de23243965a703f39f79fa06f15bcff5a3762b5544b0925010b43')
+source=("https://01.org/sites/default/files/${pkgname}-${pkgver}-source.tar.gz;
+'llvm6.patch')
+sha256sums=('c555edba149de23243965a703f39f79fa06f15bcff5a3762b5544b0925010b43'
+'649558497ac09f9701569630259300f67566ccb2ab77163915877102e3e31e87')
 
 prepare() {
 cd ${pkgname^}-${pkgver}-Source
 mkdir -p build
+patch -Np1 -i ../llvm6.patch
 }
 
 build() {

Added: llvm6.patch
===
--- llvm6.patch (rev 0)
+++ llvm6.patch 2018-03-16 14:23:46 UTC (rev 308885)
@@ -0,0 +1,30 @@
+diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp
+--- Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 2017-10-24 
09:04:48.0 +0300
 Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp  2018-03-16 
16:08:54.669963824 +0200
+@@ -322,7 +322,11 @@ namespace gbe
+ DataLayout DL();
+ 
+ gbeDiagnosticContext dc;
++#if LLVM_VERSION_MAJOR >= 6
++mod.getContext().setDiagnosticHandlerCallBack(,);
++#else
+ mod.getContext().setDiagnosticHandler(,);
++#endif
+ 
+ #if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 37
+ mod.setDataLayout(DL);
+diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp
+--- Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 2017-10-24 
09:04:48.0 +0300
 Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp  2018-03-16 
16:09:47.736403557 +0200
+@@ -205,7 +205,9 @@ namespace gbe {
+   if (parentTripCount != 0 && currTripCount * parentTripCount > 32) {
+ //Don't change the unrollID if doesn't force unroll.
+ //setUnrollID(parentL, false);
+-#if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
++#if LLVM_VERSION_MAJOR >= 6
++loopInfo.erase(parentL);
++#elif LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
+ loopInfo.markAsRemoved(parentL);
+ #else
+ LPM.deleteLoopFromQueue(parentL);
+Only in Beignet-1.3.2-Source: build


[arch-commits] Commit in couchdb/repos/community-x86_64 (12 files)

2018-03-16 Thread Bruno Pagani via arch-commits
Date: Friday, March 16, 2018 @ 13:45:20
  Author: archange
Revision: 308884

archrelease: copy trunk to community-x86_64

Added:
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 308883, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 308883, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 308883, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.sysusers
(from rev 308883, couchdb/trunk/couchdb.sysusers)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 308883, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 308883, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.sysusers
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

--+
 PKGBUILD |  112 ++---
 couchdb.install  |   22 +-
 couchdb.service  |   31 +++---
 couchdb.sysusers |2 
 couchdb.tmpfiles |6 +-
 datadirs.ini |6 +-
 6 files changed, 90 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 13:44:59 UTC (rev 308883)
+++ PKGBUILD2018-03-16 13:45:20 UTC (rev 308884)
@@ -1,56 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('x86_64')
-url="http://couchdb.apache.org;
-license=('APACHE')
-depends=('icu' 'js185' 'openssl' 'zlib')
-makedepends=('erlang-nox')
-install=${pkgname}.install
-backup=('etc/couchdb/local.ini'
-'etc/couchdb/vm.args')
-source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
-'couchdb.service'
-'couchdb.sysusers'
-'couchdb.tmpfiles'
-'datadirs.ini')
-sha256sums=('d5f255abc871ac44f30517e68c7b30d1503ec0f6453267d641e00452c04e7bcc'
-'SKIP'
-'b658af33dcd5e7f90b42ba1b65b61905b818103f0a9fa85f15f3bfec216c7435'
-'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
-'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
-'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
-validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37') # Joan Touzet (CODE 
SIGNING KEY) 
-
-prepare() {
-  cd apache-couchdb-${pkgver}
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
-}
-
-build() {
-  cd apache-couchdb-${pkgver}
-  ./configure
-  make release
-}
-
-package() {
-  cd apache-couchdb-${pkgver}
-  install -dm755 "${pkgdir}"/usr/lib/
-  install -dm755 "${pkgdir}"/etc/couchdb/
-
-  cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
-  mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
-  mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
-
-  cd "${srcdir}"
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
-}

Copied: couchdb/repos/community-x86_64/PKGBUILD (from rev 308883, 
couchdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 13:45:20 UTC (rev 308884)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=('x86_64')
+url="https://couchdb.apache.org;
+license=('APACHE')
+depends=('icu' 'js185' 'zlib')
+makedepends=('erlang-nox')
+install=${pkgname}.install
+backup=('etc/couchdb/local.ini'
+'etc/couchdb/vm.args')
+source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
+'couchdb.service'
+'couchdb.sysusers'
+'couchdb.tmpfiles'
+'datadirs.ini')
+sha256sums=('d5f255abc871ac44f30517e68c7b30d1503ec0f6453267d641e00452c04e7bcc'
+'SKIP'
+

[arch-commits] Commit in couchdb/trunk (PKGBUILD couchdb.service)

2018-03-16 Thread Bruno Pagani via arch-commits
Date: Friday, March 16, 2018 @ 13:44:59
  Author: archange
Revision: 308883

upgpkg: couchdb 2.1.1-3

Erlang rebuild.
Add group=couchdb to systemd service.
Make url https.

Modified:
  couchdb/trunk/PKGBUILD
  couchdb/trunk/couchdb.service

-+
 PKGBUILD|   40 
 couchdb.service |1 +
 2 files changed, 21 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 11:42:13 UTC (rev 308882)
+++ PKGBUILD2018-03-16 13:44:59 UTC (rev 308883)
@@ -5,12 +5,12 @@
 
 pkgname=couchdb
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=('x86_64')
-url="http://couchdb.apache.org;
+url="https://couchdb.apache.org;
 license=('APACHE')
-depends=('icu' 'js185' 'openssl' 'zlib')
+depends=('icu' 'js185' 'zlib')
 makedepends=('erlang-nox')
 install=${pkgname}.install
 backup=('etc/couchdb/local.ini'
@@ -22,7 +22,7 @@
 'datadirs.ini')
 sha256sums=('d5f255abc871ac44f30517e68c7b30d1503ec0f6453267d641e00452c04e7bcc'
 'SKIP'
-'b658af33dcd5e7f90b42ba1b65b61905b818103f0a9fa85f15f3bfec216c7435'
+'e2976dbdd2fb63fe8d09bee0d9c9a97e8785533d9c323276b4030354cb6d8957'
 '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
 '0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
 '937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
@@ -29,28 +29,28 @@
 validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37') # Joan Touzet (CODE 
SIGNING KEY) 
 
 prepare() {
-  cd apache-couchdb-${pkgver}
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
+cd apache-couchdb-${pkgver}
+sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' 
rel/overlay/bin/couchdb
 }
 
 build() {
-  cd apache-couchdb-${pkgver}
-  ./configure
-  make release
+cd apache-couchdb-${pkgver}
+./configure
+make release
 }
 
 package() {
-  cd apache-couchdb-${pkgver}
-  install -dm755 "${pkgdir}"/usr/lib/
-  install -dm755 "${pkgdir}"/etc/couchdb/
+cd apache-couchdb-${pkgver}
+install -dm755 "${pkgdir}"/usr/lib/
+install -dm755 "${pkgdir}"/etc/couchdb/
 
-  cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
-  mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
-  mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
+cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
+mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
+mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
 
-  cd "${srcdir}"
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
+cd "${srcdir}"
+install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
 }

Modified: couchdb.service
===
--- couchdb.service 2018-03-16 11:42:13 UTC (rev 308882)
+++ couchdb.service 2018-03-16 13:44:59 UTC (rev 308883)
@@ -3,6 +3,7 @@
 
 [Service]
 User=couchdb
+Group=couchdb
 Type=simple
 Environment="ERL_FLAGS=-couch_ini /usr/lib/couchdb/etc/default.ini 
/usr/lib/couchdb/etc/datadirs.ini /etc/couchdb/local.ini"
 ExecStart=/usr/lib/couchdb/bin/couchdb


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:42:13
  Author: arodseth
Revision: 308882

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 308881, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 308881, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 308881, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   89 ++
 clojure.install |   10 +++---
 clojure.sh  |2 -
 3 files changed, 50 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 11:42:02 UTC (rev 308881)
+++ PKGBUILD2018-03-16 11:42:13 UTC (rev 308882)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-# Contributor: Pierre-Yves Ritschard 
-# Contributor: Vladimir Tsanev 
-
-pkgname=clojure
-pkgver=1.9.0
-_toolver=358
-pkgrel=6
-pkgdesc='LISP for the JVM'
-url='http://clojure.org/'
-arch=('any')
-license=('EPL')
-depends=('java-environment')
-makedepends=('classpath' 'git' 'java-environment' 'maven')
-optdepends=('rlwrap: friendly shell with readline support')
-install=clojure.install
-source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
-'clojure.sh')
-sha256sums=('574f8b2c5a5b3c9aa9f1f184c65bd6ebdd708febc4d1f9b0f112b76ca29d253a'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-prepare() {
-  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
-}
-
-package() {
-  cd clojure-tools
-
-  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
-  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
-  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
-"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
-  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm755 clj "$pkgdir/usr/bin/clj"
-  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
-  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
-  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
-}
-
-# getver: clojure.org/downloads
-# vim: ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 308881, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 11:42:13 UTC (rev 308882)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+# Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
+
+pkgname=clojure
+pkgver=1.9.0
+_toolver=358
+pkgrel=6
+pkgdesc='LISP for the JVM'
+url='http://clojure.org/'
+arch=('any')
+license=('EPL')
+depends=('java-environment')
+optdepends=('rlwrap: friendly shell with readline support')
+install=clojure.install
+source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
+'clojure.sh')
+sha256sums=('574f8b2c5a5b3c9aa9f1f184c65bd6ebdd708febc4d1f9b0f112b76ca29d253a'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+prepare() {
+  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
+}
+
+package() {
+  cd clojure-tools
+
+  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
+  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
+  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
+"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
+  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
+  install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
+  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
+}
+
+# getver: clojure.org/downloads
+# vim: ts=2 sw=2 et:

Deleted: clojure.install
===
--- clojure.install 2018-03-16 11:42:02 UTC (rev 308881)
+++ clojure.install 2018-03-16 11:42:13 UTC (rev 308882)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Relogin or source /etc/profile.d/clojure.sh'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/clojure.install (from rev 308881, 
clojure/trunk/clojure.install)

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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:42:02
  Author: arodseth
Revision: 308881

upgpkg: clojure 1.9.0-6

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 11:41:06 UTC (rev 308880)
+++ PKGBUILD2018-03-16 11:42:02 UTC (rev 308881)
@@ -15,7 +15,6 @@
 arch=('any')
 license=('EPL')
 depends=('java-environment')
-makedepends=('classpath' 'git' 'java-environment' 'maven')
 optdepends=('rlwrap: friendly shell with readline support')
 install=clojure.install
 
source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:40:55
  Author: arodseth
Revision: 308879

upgpkg: clojure 1.9.0-6

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 11:30:33 UTC (rev 308878)
+++ PKGBUILD2018-03-16 11:40:55 UTC (rev 308879)
@@ -4,22 +4,23 @@
 # Contributor: Chris O'Donnell 
 # Contributor: Sam May 
 # Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
 
 pkgname=clojure
 pkgver=1.9.0
-_toolver=348
-pkgrel=5
+_toolver=358
+pkgrel=6
 pkgdesc='LISP for the JVM'
 url='http://clojure.org/'
 arch=('any')
-license=('CPL')
+license=('EPL')
 depends=('java-environment')
 makedepends=('classpath' 'git' 'java-environment' 'maven')
 optdepends=('rlwrap: friendly shell with readline support')
-install='clojure.install'
+install=clojure.install
 
source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
 'clojure.sh')
-sha256sums=('08392bcfdb926f369bea26970ab5c1b62c512490609966527668fb9db6be9b5a'
+sha256sums=('574f8b2c5a5b3c9aa9f1f184c65bd6ebdd708febc4d1f9b0f112b76ca29d253a'
 'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
 
 prepare() {
@@ -35,6 +36,8 @@
 "$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
   install -Dm755 clojure "$pkgdir/usr/bin/clojure"
   install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
   install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
 }
 


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:41:06
  Author: arodseth
Revision: 308880

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 308879, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 308879, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 308879, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   87 +++---
 clojure.install |   10 +++---
 clojure.sh  |2 -
 3 files changed, 51 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 11:40:55 UTC (rev 308879)
+++ PKGBUILD2018-03-16 11:41:06 UTC (rev 308880)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-# Contributor: Pierre-Yves Ritschard 
-
-pkgname=clojure
-pkgver=1.9.0
-_toolver=348
-pkgrel=5
-pkgdesc='LISP for the JVM'
-url='http://clojure.org/'
-arch=('any')
-license=('CPL')
-depends=('java-environment')
-makedepends=('classpath' 'git' 'java-environment' 'maven')
-optdepends=('rlwrap: friendly shell with readline support')
-install='clojure.install'
-source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
-'clojure.sh')
-sha256sums=('08392bcfdb926f369bea26970ab5c1b62c512490609966527668fb9db6be9b5a'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-prepare() {
-  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
-}
-
-package() {
-  cd clojure-tools
-
-  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
-  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
-  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
-"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
-  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm755 clj "$pkgdir/usr/bin/clj"
-  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
-}
-
-# getver: clojure.org/downloads
-# vim: ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 308879, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 11:41:06 UTC (rev 308880)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+# Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
+
+pkgname=clojure
+pkgver=1.9.0
+_toolver=358
+pkgrel=6
+pkgdesc='LISP for the JVM'
+url='http://clojure.org/'
+arch=('any')
+license=('EPL')
+depends=('java-environment')
+makedepends=('classpath' 'git' 'java-environment' 'maven')
+optdepends=('rlwrap: friendly shell with readline support')
+install=clojure.install
+source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
+'clojure.sh')
+sha256sums=('574f8b2c5a5b3c9aa9f1f184c65bd6ebdd708febc4d1f9b0f112b76ca29d253a'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+prepare() {
+  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
+}
+
+package() {
+  cd clojure-tools
+
+  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
+  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
+  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
+"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
+  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
+  install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
+  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
+}
+
+# getver: clojure.org/downloads
+# vim: ts=2 sw=2 et:

Deleted: clojure.install
===
--- clojure.install 2018-03-16 11:40:55 UTC (rev 308879)
+++ clojure.install 2018-03-16 11:41:06 UTC (rev 308880)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Relogin or source /etc/profile.d/clojure.sh'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/clojure.install (from rev 308879, 
clojure/trunk/clojure.install)
===
--- clojure.install (rev 0)
+++ 

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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:30:22
  Author: arodseth
Revision: 308877

upgpkg: processing 3.3.7-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 11:25:51 UTC (rev 308876)
+++ PKGBUILD2018-03-16 11:30:22 UTC (rev 308877)
@@ -2,8 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=processing
-pkgver=3.3.6
-_rev=0263
+pkgver=3.3.7
 pkgrel=1
 arch=('x86_64')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
@@ -12,25 +11,29 @@
 makedepends=('gendesk' 'java-openjfx' 'java-environment=8' 'apache-ant' 
'rsync')
 depends=('libgl' 'java-runtime=8')
 options=('!strip')
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz;)
-sha256sums=('948361e39169d2d59ecd3c3266a526472520c886760e9563ea2d09723d59b178')
+# ex: 3.3.7 -> 0264 | update the expression when the 3.3. series version 
scheme changes
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-0$((257+${pkgver##3.3.}))-$pkgver.tar.gz")
+sha256sums=('8d5bc6559c40f2427ffb91747323281a69e7d24523ee1fce91093b98bd6465e1')
 
 prepare() {
   gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
 
+  # Symbolic link for not having to repeat the revision number
+  ln -sf "$pkgname-$pkgname-"*"-$pkgver" "$pkgname"
+
   # Use the font's built-in hinting instructions
   sed 's|  java|  _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \
--i "$pkgname-$pkgname-$_rev-$pkgver/build/linux/processing"
+-i "$pkgname/build/linux/processing"
 }
 
 build() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver/build"
+  cd "$pkgname/build"
 
   ant run
 }
 
 package() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver"
+  cd "$pkgname"
 
   install -d "$pkgdir/usr/"{bin/,share/$pkgname/}
   cp -r build/linux/work/* "$pkgdir/usr/share/$pkgname/"


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:30:33
  Author: arodseth
Revision: 308878

archrelease: copy trunk to community-x86_64

Added:
  processing/repos/community-x86_64/PKGBUILD
(from rev 308877, processing/trunk/PKGBUILD)
Deleted:
  processing/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 11:30:22 UTC (rev 308877)
+++ PKGBUILD2018-03-16 11:30:33 UTC (rev 308878)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.3.6
-_rev=0263
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-makedepends=('gendesk' 'java-openjfx' 'java-environment=8' 'apache-ant' 
'rsync')
-depends=('libgl' 'java-runtime=8')
-options=('!strip')
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz;)
-sha256sums=('948361e39169d2d59ecd3c3266a526472520c886760e9563ea2d09723d59b178')
-
-prepare() {
-  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-
-  # Use the font's built-in hinting instructions
-  sed 's|  java|  _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \
--i "$pkgname-$pkgname-$_rev-$pkgver/build/linux/processing"
-}
-
-build() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver/build"
-
-  ant run
-}
-
-package() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver"
-
-  install -d "$pkgdir/usr/"{bin/,share/$pkgname/}
-  cp -r build/linux/work/* "$pkgdir/usr/share/$pkgname/"
-
-  # Desktop shortcut
-  install -Dm644 "build/shared/lib/icons/pde-256.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # Symbolic links in /usr/bin
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-}
-
-# getver: 
raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
-# vim: ts=2 sw=2 et:

Copied: processing/repos/community-x86_64/PKGBUILD (from rev 308877, 
processing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 11:30:33 UTC (rev 308878)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing
+pkgver=3.3.7
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+makedepends=('gendesk' 'java-openjfx' 'java-environment=8' 'apache-ant' 
'rsync')
+depends=('libgl' 'java-runtime=8')
+options=('!strip')
+# ex: 3.3.7 -> 0264 | update the expression when the 3.3. series version 
scheme changes
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-0$((257+${pkgver##3.3.}))-$pkgver.tar.gz")
+sha256sums=('8d5bc6559c40f2427ffb91747323281a69e7d24523ee1fce91093b98bd6465e1')
+
+prepare() {
+  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+
+  # Symbolic link for not having to repeat the revision number
+  ln -sf "$pkgname-$pkgname-"*"-$pkgver" "$pkgname"
+
+  # Use the font's built-in hinting instructions
+  sed 's|  java|  _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \
+-i "$pkgname/build/linux/processing"
+}
+
+build() {
+  cd "$pkgname/build"
+
+  ant run
+}
+
+package() {
+  cd "$pkgname"
+
+  install -d "$pkgdir/usr/"{bin/,share/$pkgname/}
+  cp -r build/linux/work/* "$pkgdir/usr/share/$pkgname/"
+
+  # Desktop shortcut
+  install -Dm644 "build/shared/lib/icons/pde-256.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # Symbolic links in /usr/bin
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+}
+
+# getver: 
raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:25:51
  Author: arodseth
Revision: 308876

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 11:25:41 UTC (rev 308875)
+++ PKGBUILD2018-03-16 11:25:51 UTC (rev 308876)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=20.2
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('7f5e7d4cd0c58e15d7d29231931c2a710f7f5fdfcb0ff8edb8142969520c4256')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 308875, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 11:25:51 UTC (rev 308876)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=20.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://erlang.org/doc/'
+license=('custom')
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
+sha256sums=('8099b62e9fa24b3f90eaeda151fa23ae729c8297e7d3fd8adaca865b35a3125d')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:25:41
  Author: arodseth
Revision: 308875

upgpkg: erlang-docs 20.3-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 11:17:15 UTC (rev 308874)
+++ PKGBUILD2018-03-16 11:25:41 UTC (rev 308875)
@@ -4,7 +4,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=20.2
+pkgver=20.3
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=('any')
@@ -11,7 +11,7 @@
 url='http://erlang.org/doc/'
 license=('custom')
 source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('7f5e7d4cd0c58e15d7d29231931c2a710f7f5fdfcb0ff8edb8142969520c4256')
+sha256sums=('8099b62e9fa24b3f90eaeda151fa23ae729c8297e7d3fd8adaca865b35a3125d')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2018-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Friday, March 16, 2018 @ 11:17:15
  Author: mtorromeo
Revision: 308874

archrelease: copy trunk to community-x86_64

Added:
  oniguruma/repos/community-x86_64/PKGBUILD
(from rev 308873, oniguruma/trunk/PKGBUILD)
Deleted:
  oniguruma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 11:16:58 UTC (rev 308873)
+++ PKGBUILD2018-03-16 11:17:15 UTC (rev 308874)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Andreas Wagner 
-
-pkgname=oniguruma
-pkgver=6.7.1
-pkgrel=1
-pkgdesc="a regular expressions library"
-arch=('x86_64')
-url="https://github.com/kkos/oniguruma;
-license=('BSD')
-source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz;)
-sha256sums=('81ffafde8f34e6e692c57ec654bf9716ae9b35828ffcb787399259fc0d5564b4')
-
-build() {
-   cd "$srcdir"/onig-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir"/onig-$pkgver
-   make DESTDIR="$pkgdir" install
-   install -dm755 "$pkgdir"/usr/share/doc
-   cp -r doc "$pkgdir"/usr/share/doc/$pkgname
-   for licfile in COPYING INSTALL; do
-   install -Dm644 $licfile 
"$pkgdir"/usr/share/licenses/$pkgname/$licfile
-   done
-}

Copied: oniguruma/repos/community-x86_64/PKGBUILD (from rev 308873, 
oniguruma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 11:17:15 UTC (rev 308874)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Andreas Wagner 
+
+pkgname=oniguruma
+pkgver=6.8.0
+pkgrel=1
+pkgdesc="a regular expressions library"
+arch=('x86_64')
+url="https://github.com/kkos/oniguruma;
+license=('BSD')
+source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz;)
+sha256sums=('c9cd7b50f96460a8f5823f5916f57038c24cfb0d8e3bb86b8bb8b990daa4755c')
+
+build() {
+   cd "$srcdir"/onig-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir"/onig-$pkgver
+   make DESTDIR="$pkgdir" install
+   install -dm755 "$pkgdir"/usr/share/doc
+   cp -r doc "$pkgdir"/usr/share/doc/$pkgname
+   for licfile in COPYING INSTALL; do
+   install -Dm644 $licfile 
"$pkgdir"/usr/share/licenses/$pkgname/$licfile
+   done
+}


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

2018-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Friday, March 16, 2018 @ 11:16:58
  Author: mtorromeo
Revision: 308873

upgpkg: oniguruma 6.8.0-1

Modified:
  oniguruma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:48:54 UTC (rev 308872)
+++ PKGBUILD2018-03-16 11:16:58 UTC (rev 308873)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=oniguruma
-pkgver=6.7.1
+pkgver=6.8.0
 pkgrel=1
 pkgdesc="a regular expressions library"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url="https://github.com/kkos/oniguruma;
 license=('BSD')
 
source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz;)
-sha256sums=('81ffafde8f34e6e692c57ec654bf9716ae9b35828ffcb787399259fc0d5564b4')
+sha256sums=('c9cd7b50f96460a8f5823f5916f57038c24cfb0d8e3bb86b8bb8b990daa4755c')
 
 build() {
cd "$srcdir"/onig-$pkgver


[arch-commits] Commit in perl-moox-late/repos (community-any community-any/PKGBUILD)

2018-03-16 Thread Bruno Pagani via arch-commits
Date: Friday, March 16, 2018 @ 10:48:54
  Author: archange
Revision: 308872

archrelease: copy trunk to community-any

Added:
  perl-moox-late/repos/community-any/
  perl-moox-late/repos/community-any/PKGBUILD
(from rev 308871, perl-moox-late/trunk/PKGBUILD)

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

Copied: perl-moox-late/repos/community-any/PKGBUILD (from rev 308871, 
perl-moox-late/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-03-16 10:48:54 UTC (rev 308872)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=MooX-late
+pkgname=perl-${_pkg,,}
+pkgver=0.015
+pkgrel=6
+pkgdesc="Easily translate Moose code to Moo"
+arch=('any')
+url="https://metacpan.org/release/${_pkg};
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-moo' 'perl-type-tiny')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('4d685f4e68abe10487a98def8f0e7b0bafbd9928af27e61a5ac410bcafa9833a4aebdc8cd5bdbebd1a6ee53b4b0d5ae9bfa3864cae428b21c926730365fefb6d')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2018-03-16 Thread Bruno Pagani via arch-commits
Date: Friday, March 16, 2018 @ 10:48:34
  Author: archange
Revision: 308871

Initial addition of perl MooX::late to [community]

Added:
  perl-moox-late/
  perl-moox-late/repos/
  perl-moox-late/trunk/
  perl-moox-late/trunk/PKGBUILD

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

Added: perl-moox-late/trunk/PKGBUILD
===
--- perl-moox-late/trunk/PKGBUILD   (rev 0)
+++ perl-moox-late/trunk/PKGBUILD   2018-03-16 10:48:34 UTC (rev 308871)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=MooX-late
+pkgname=perl-${_pkg,,}
+pkgver=0.015
+pkgrel=6
+pkgdesc="Easily translate Moose code to Moo"
+arch=('any')
+url="https://metacpan.org/release/${_pkg};
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-moo' 'perl-type-tiny')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('4d685f4e68abe10487a98def8f0e7b0bafbd9928af27e61a5ac410bcafa9833a4aebdc8cd5bdbebd1a6ee53b4b0d5ae9bfa3864cae428b21c926730365fefb6d')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-builder/repos/testing-x86_64 (4 files)

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 10:44:39
  Author: heftig
Revision: 319523

archrelease: copy trunk to testing-x86_64

Added:
  gnome-builder/repos/testing-x86_64/PKGBUILD
(from rev 319522, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/testing-x86_64/enchant-2.diff
(from rev 319522, gnome-builder/trunk/enchant-2.diff)
Deleted:
  gnome-builder/repos/testing-x86_64/PKGBUILD
  gnome-builder/repos/testing-x86_64/enchant-2.diff

+
 PKGBUILD   |   76 +++
 enchant-2.diff |   32 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:43:29 UTC (rev 319522)
+++ PKGBUILD2018-03-16 10:44:39 UTC (rev 319523)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.28.0+2+gad893483e
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
- template-glib jsonrpc-glib python-sphinx)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common meson)
-optdepends=('gnome-code-assistance: Legacy assistance services')
-groups=(gnome-extra)
-_commit=ad893483ed022faa3bb796271037c6fdc3dc942c  # gnome-builder-3-28
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D with_docs=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-builder/repos/testing-x86_64/PKGBUILD (from rev 319522, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:44:39 UTC (rev 319523)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.28.0+6+g7d35ffb07
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common meson)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=7d35ffb07a002a445aa8f984593b832cc86482ef  # gnome-builder-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D with_docs=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: enchant-2.diff
===
--- enchant-2.diff  2018-03-16 10:43:29 UTC (rev 319522)
+++ enchant-2.diff  2018-03-16 10:44:39 UTC (rev 319523)
@@ -1,16 +0,0 @@
- plugins/spellcheck/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git c/plugins/spellcheck/meson.build i/plugins/spellcheck/meson.build
-index a8dc0036a..a9835672b 100644
 c/plugins/spellcheck/meson.build
-+++ i/plugins/spellcheck/meson.build
-@@ -30,7 +30,7 @@ spellcheck_sources = [
- 
- spellcheck_deps = plugin_deps + [
-   dependency('gspell-1', version: '>= 1.2.0'),
--  dependency('enchant'),
-+  dependency('enchant-2'),
- ]
- 
- shared_module('spellcheck-plugin', spellcheck_sources,

Copied: gnome-builder/repos/testing-x86_64/enchant-2.diff (from rev 319522, 
gnome-builder/trunk/enchant-2.diff)
===
--- enchant-2.diff  (rev 0)
+++ enchant-2.diff  2018-03-16 10:44:39 UTC (rev 319523)
@@ -0,0 +1,16 @@
+ plugins/spellcheck/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git c/plugins/spellcheck/meson.build i/plugins/spellcheck/meson.build
+index a8dc0036a..a9835672b 100644
+--- c/plugins/spellcheck/meson.build
 i/plugins/spellcheck/meson.build
+@@ -30,7 +30,7 @@ spellcheck_sources = [
+ 
+ spellcheck_deps = plugin_deps + [
+   dependency('gspell-1', version: '>= 1.2.0'),
+-  dependency('enchant'),
++  

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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 10:43:29
  Author: heftig
Revision: 319522

3.28.0+6+g7d35ffb07-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:34:07 UTC (rev 319521)
+++ PKGBUILD2018-03-16 10:43:29 UTC (rev 319522)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.28.0+2+gad893483e
+pkgver=3.28.0+6+g7d35ffb07
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
@@ -15,7 +15,7 @@
  mm-common meson)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=ad893483ed022faa3bb796271037c6fdc3dc942c  # gnome-builder-3-28
+_commit=7d35ffb07a002a445aa8f984593b832cc86482ef  # gnome-builder-3-28
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 10:32:40
  Author: arodseth
Revision: 308870

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 308869, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 308869, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 308869, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 308869, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  158 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 101 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:32:27 UTC (rev 308869)
+++ PKGBUILD2018-03-16 10:32:40 UTC (rev 308870)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=20.2
-_docver=20.2
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop' 
'java-environment')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'950e088f9e47fc10a98e3f67d6420a990650836c648686a2f5dafe331747cbdf'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure \
---prefix=/usr \
---enable-smp-support \
---with-odbc \
---enable-builtin-zlib
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 308869, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:32:40 UTC (rev 308870)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=20.3
+_docver=20.3
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
+arch=('x86_64')
+url='http://www.erlang.org/'
+license=('Apache')
+depends=('ncurses' 'openssl')
+makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
+conflicts=('erlang')
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=('staticlibs')

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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 10:32:27
  Author: arodseth
Revision: 308869

upgpkg: erlang-nox 20.3-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:32:11 UTC (rev 308868)
+++ PKGBUILD2018-03-16 10:32:27 UTC (rev 308869)
@@ -7,8 +7,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=20.2
-_docver=20.2
+pkgver=20.3
+_docver=20.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 url='http://www.erlang.org/'
 license=('Apache')
 depends=('ncurses' 'openssl')
-makedepends=('lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop' 
'java-environment')
+makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
 conflicts=('erlang')
 optdepends=('erlang-unixodbc: database support'
 'java-environment: for Java support'
@@ -23,11 +23,9 @@
 options=('staticlibs')
 source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
 "http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
+'epmd.service' 'epmd.socket' 'epmd.conf')
 sha256sums=('SKIP'
-'950e088f9e47fc10a98e3f67d6420a990650836c648686a2f5dafe331747cbdf'
+'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')


[arch-commits] Commit in lib32-dbus/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:32:11
  Author: lcarlier
Revision: 308868

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-dbus/repos/multilib-x86_64/PKGBUILD
(from rev 308867, lib32-dbus/trunk/PKGBUILD)
Deleted:
  lib32-dbus/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:32:02 UTC (rev 308867)
+++ PKGBUILD2018-03-16 10:32:11 UTC (rev 308868)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru 
-
-pkgname=lib32-dbus
-_pkgbasename=dbus
-pkgver=1.12.4
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system (32-bit)"
-url="https://wiki.freedesktop.org/www/Software/dbus/;
-arch=(x86_64)
-license=(GPL custom)
-provides=(lib32-libdbus)
-conflicts=(lib32-libdbus)
-replaces=(lib32-libdbus)
-depends=(lib32-systemd dbus)
-makedepends=(gcc-multilib lib32-glib2 lib32-expat git autoconf-archive)
-_commit=636963fd753b538ee5e55c531e2fe7651b233b67 # tags/dbus-1.12.4^0
-source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd dbus
-  git describe --tags | sed 's/^dbus-//;s/-/+/g'
-}
-
-prepare() {
-  cd dbus
-  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd dbus
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console/ \
-  --enable-inotify --disable-static \
-  --disable-verbose-mode --disable-asserts --disable-checks \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd --enable-user-session
-  make
-}
-
-check() {
-  cd dbus
-  make check
-}
-
-package() {
-  cd dbus
-
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,include,lib,share}
-  rm -r "$pkgdir"/{etc,var}
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-dbus/repos/multilib-x86_64/PKGBUILD (from rev 308867, 
lib32-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:32:11 UTC (rev 308868)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor : Ionut Biru 
+
+pkgname=lib32-dbus
+_pkgbasename=dbus
+pkgver=1.12.6
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system (32-bit)"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(x86_64)
+license=(GPL custom)
+provides=(lib32-libdbus)
+conflicts=(lib32-libdbus)
+replaces=(lib32-libdbus)
+depends=(lib32-systemd dbus)
+makedepends=(gcc-multilib lib32-glib2 lib32-expat git autoconf-archive)
+_commit=a723baa2bc7e91fc9b1926cda1ce53e9301de4d8 # tags/dbus-1.12.6^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dbus
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd dbus
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd dbus
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts --disable-checks \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd dbus
+  make check
+}
+
+package() {
+  cd dbus
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,include,lib,share}
+  rm -r "$pkgdir"/{etc,var}
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:32:02
  Author: lcarlier
Revision: 308867

upgpkg: lib32-dbus 1.12.6-1

upstream update 1.12.6

Modified:
  lib32-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:28:25 UTC (rev 308866)
+++ PKGBUILD2018-03-16 10:32:02 UTC (rev 308867)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-dbus
 _pkgbasename=dbus
-pkgver=1.12.4
+pkgver=1.12.6
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system (32-bit)"
 url="https://wiki.freedesktop.org/www/Software/dbus/;
@@ -14,7 +14,7 @@
 replaces=(lib32-libdbus)
 depends=(lib32-systemd dbus)
 makedepends=(gcc-multilib lib32-glib2 lib32-expat git autoconf-archive)
-_commit=636963fd753b538ee5e55c531e2fe7651b233b67 # tags/dbus-1.12.4^0
+_commit=a723baa2bc7e91fc9b1926cda1ce53e9301de4d8 # tags/dbus-1.12.6^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in lib32-libxshmfence/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:27:37
  Author: lcarlier
Revision: 308850

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxshmfence/repos/multilib-x86_64/PKGBUILD
(from rev 308849, lib32-libxshmfence/trunk/PKGBUILD)
Deleted:
  lib32-libxshmfence/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:27:28 UTC (rev 308849)
+++ PKGBUILD2018-03-16 10:27:37 UTC (rev 308850)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-_pkgbasename=libxshmfence
-pkgname=lib32-$_pkgbasename
-pkgver=1.2
-pkgrel=1
-pkgdesc="a library that exposes a event API on top of Linux futexes (32-bit)"
-arch=('x86_64')
-url="http://xorg.freedesktop.org/;
-license=('GPL')
-#groups=()
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('xorg-util-macros' 'xproto' 'gcc-multilib')
-source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c'
-'SKIP')
-validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # fix some libtools errors
-  autoreconf -vfi
-   
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd $_pkgbasename-$pkgver
-  make -k check
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  rm -r ${pkgdir}/usr/include
-   
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-

Copied: lib32-libxshmfence/repos/multilib-x86_64/PKGBUILD (from rev 308849, 
lib32-libxshmfence/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:27:37 UTC (rev 308850)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+_pkgbasename=libxshmfence
+pkgname=lib32-$_pkgbasename
+pkgver=1.3
+pkgrel=1
+pkgdesc="a library that exposes a event API on top of Linux futexes (32-bit)"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('GPL')
+#groups=()
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('xorg-util-macros' 'xproto' 'gcc-multilib')
+source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7'
+'SKIP')
+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  # fix some libtools errors
+  autoreconf -vfi
+   
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  rm -r ${pkgdir}/usr/include
+   
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:27:28
  Author: lcarlier
Revision: 308849

upgpkg: lib32-libxshmfence 1.3-1

upstream update 1.3

Modified:
  lib32-libxshmfence/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:24:12 UTC (rev 308848)
+++ PKGBUILD2018-03-16 10:27:28 UTC (rev 308849)
@@ -3,19 +3,20 @@
 
 _pkgbasename=libxshmfence
 pkgname=lib32-$_pkgbasename
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="a library that exposes a event API on top of Linux futexes (32-bit)"
 arch=('x86_64')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('GPL')
 #groups=()
 depends=('lib32-glibc' ${_pkgbasename})
 makedepends=('xorg-util-macros' 'xproto' 'gcc-multilib')
 
source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c'
+sha512sums=('c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7'
 'SKIP')
 validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
 
 build() {
   cd $_pkgbasename-$pkgver


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:24:05
  Author: lcarlier
Revision: 308847

upgpkg: lib32-mesa-demos 8.4.0-1

upstream update 8.4.0

Modified:
  lib32-mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:20:52 UTC (rev 308846)
+++ PKGBUILD2018-03-16 10:24:05 UTC (rev 308847)
@@ -4,8 +4,8 @@
 
 _pkgbasename=mesa-demos
 pkgname=lib32-$_pkgbasename
-pkgver=8.3.0
-pkgrel=3
+pkgver=8.4.0
+pkgrel=1
 arch=(x86_64)
 pkgdesc="Mesa demos and tools (32-bit)"
 url="http://mesa3d.sourceforge.net;
@@ -12,9 +12,11 @@
 license=('custom')
 depends=('lib32-libgl' 'lib32-glew' 'mesa-demos')
 makedepends=(gcc-multilib 'lib32-mesa')
-source=(ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2)
-md5sums=('628e75c23c17394f11a316c36f8e4164')
-
+source=(https://mesa.freedesktop.org/archive/demos/mesa-demos-$pkgver.tar.bz2{,.sig})
+sha512sums=('b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957'
+'SKIP')
+validpgpkeys=('E390B9700582FAEA959ACAD41EEF53D38A3A9C67') # "Andreas Boll 
"
+ 
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"


[arch-commits] Commit in lib32-mesa-demos/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:24:12
  Author: lcarlier
Revision: 308848

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa-demos/repos/multilib-x86_64/PKGBUILD
(from rev 308847, lib32-mesa-demos/trunk/PKGBUILD)
Deleted:
  lib32-mesa-demos/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:24:05 UTC (rev 308847)
+++ PKGBUILD2018-03-16 10:24:12 UTC (rev 308848)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-
-_pkgbasename=mesa-demos
-pkgname=lib32-$_pkgbasename
-pkgver=8.3.0
-pkgrel=3
-arch=(x86_64)
-pkgdesc="Mesa demos and tools (32-bit)"
-url="http://mesa3d.sourceforge.net;
-license=('custom')
-depends=('lib32-libgl' 'lib32-glew' 'mesa-demos')
-makedepends=(gcc-multilib 'lib32-mesa')
-source=(ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2)
-md5sums=('628e75c23c17394f11a316c36f8e4164')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/mesa-demos-${pkgver}"
-  ./configure --prefix=/usr \
---without-glut
-
-  make
-}
-
-package() {
-  depends=('lib32-glew' mesa-demos)
-
-  cd "${srcdir}/mesa-demos-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  for i in "$pkgdir/usr/bin/"*; do
-mv "$i" "$i"32
-  done
-
-  rm -r "$pkgdir/usr/share/mesa-demos"
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-mesa-demos/repos/multilib-x86_64/PKGBUILD (from rev 308847, 
lib32-mesa-demos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:24:12 UTC (rev 308848)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+_pkgbasename=mesa-demos
+pkgname=lib32-$_pkgbasename
+pkgver=8.4.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Mesa demos and tools (32-bit)"
+url="http://mesa3d.sourceforge.net;
+license=('custom')
+depends=('lib32-libgl' 'lib32-glew' 'mesa-demos')
+makedepends=(gcc-multilib 'lib32-mesa')
+source=(https://mesa.freedesktop.org/archive/demos/mesa-demos-$pkgver.tar.bz2{,.sig})
+sha512sums=('b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957'
+'SKIP')
+validpgpkeys=('E390B9700582FAEA959ACAD41EEF53D38A3A9C67') # "Andreas Boll 
"
+ 
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/mesa-demos-${pkgver}"
+  ./configure --prefix=/usr \
+--without-glut
+
+  make
+}
+
+package() {
+  depends=('lib32-glew' mesa-demos)
+
+  cd "${srcdir}/mesa-demos-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  for i in "$pkgdir/usr/bin/"*; do
+mv "$i" "$i"32
+  done
+
+  rm -r "$pkgdir/usr/share/mesa-demos"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 10:20:30
  Author: felixonmars
Revision: 308845

upgpkg: python-cinderclient 3.5.0-1

Modified:
  python-cinderclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:18:09 UTC (rev 308844)
+++ PKGBUILD2018-03-16 10:20:30 UTC (rev 308845)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cinderclient
 pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.2.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="OpenStack Block Storage API Client Library"
 arch=('any')
@@ -15,9 +15,9 @@
  'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
  'python2-oslo-utils')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt')
+  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz;)
-sha512sums=('ca8d6c0626c363a730234862a1fd9ed79dbe610c6450ae987e44c81c97d14720a31a29383aee6c116e2f6f55570a55a1e00d6f0bc0198ad50c8c9572e77670ef')
+sha512sums=('9a0ee4599f5df71dcb9b2ddaf2603b1a2289e50ca485ddda03514ddccfe3077c19f2f48224b2e12f069e1e144dcea713393f82a2896b07a2fdb992ba6ac68f8d')
 
 prepare() {
   sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
@@ -36,10 +36,10 @@
 
 check() {
   cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py testr
+  stestr run
 
   cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
+  stestr2 run
 }
 
 package_python-cinderclient() {


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 10:20:52
  Author: felixonmars
Revision: 308846

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:20:30 UTC (rev 308845)
+++ PKGBUILD2018-03-16 10:20:52 UTC (rev 308846)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz;)
-sha512sums=('ca8d6c0626c363a730234862a1fd9ed79dbe610c6450ae987e44c81c97d14720a31a29383aee6c116e2f6f55570a55a1e00d6f0bc0198ad50c8c9572e77670ef')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 308845, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:20:52 UTC (rev 308846)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz;)
+sha512sums=('9a0ee4599f5df71dcb9b2ddaf2603b1a2289e50ca485ddda03514ddccfe3077c19f2f48224b2e12f069e1e144dcea713393f82a2896b07a2fdb992ba6ac68f8d')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  stestr2 run
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+ 

[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:18:09
  Author: lcarlier
Revision: 308844

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 308843, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:17:57 UTC (rev 308843)
+++ PKGBUILD2018-03-16 10:18:09 UTC (rev 308844)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_srcver=321
-_docver=${_srcver}
-pkgver=3.21.0
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
-sha256sums=('8681a34e059b30605f611ac85168ca54edbade50c71468b5882f5abbcd66b94e')
-options=('!makeflags')
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25 \
- -DSQLITE_MAX_EXPR_DEPTH=1"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---disable-tcl \
---disable-static
-
-  make
-}
-
-package() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  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"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 308843, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:18:09 UTC (rev 308844)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=322
+_docver=${_srcver}
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(https://www.sqlite.org/2018/sqlite-src-${_srcver}.zip)
+sha256sums=('7bc5a3ce285690db85bd3f97034a467e19096b787c9c9c09a23b1513a43c8913')
+options=('!makeflags')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  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 lib32-sqlite/trunk (PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:17:57
  Author: lcarlier
Revision: 308843

upgpkg: lib32-sqlite 3.22.0-1

upstream update 3.22.0

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:13:56 UTC (rev 308842)
+++ PKGBUILD2018-03-16 10:17:57 UTC (rev 308843)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=321
+_srcver=322
 _docver=${_srcver}
-pkgver=3.21.0
+pkgver=3.22.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -15,8 +15,8 @@
 url="http://www.sqlite.org/;
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
-sha256sums=('8681a34e059b30605f611ac85168ca54edbade50c71468b5882f5abbcd66b94e')
+source=(https://www.sqlite.org/2018/sqlite-src-${_srcver}.zip)
+sha256sums=('7bc5a3ce285690db85bd3f97034a467e19096b787c9c9c09a23b1513a43c8913')
 options=('!makeflags')
 
 prepare() {


[arch-commits] Commit in lib32-libnm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:13:56
  Author: alucryd
Revision: 308842

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnm/repos/multilib-x86_64/PKGBUILD
(from rev 308841, lib32-libnm/trunk/PKGBUILD)
Deleted:
  lib32-libnm/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:13:47 UTC (rev 308841)
+++ PKGBUILD2018-03-16 10:13:56 UTC (rev 308842)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=lib32-libnm
-pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.10.2
-pkgrel=1
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/NetworkManager'
-license=('GPL2' 'LGPL2.1')
-makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
- 'iptables' 'lib32-dbus' 'lib32-dbus-glib' 'lib32-jansson'
- 'lib32-libgudev' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
- 'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
- 'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
- 'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='7ebc9258452623679b9f1c27aee94c528c14b273'
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/NetworkManager' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-wifi \
---disable-bluez5-dun \
---disable-concheck \
---disable-gtk-doc-html \
---disable-introspection \
---disable-ifcfg-rh \
---disable-ifcfg-suse \
---disable-ifnet \
---disable-ifupdown \
---disable-introspection \
---disable-lto \
---disable-more-warnings \
---disable-ppp \
---disable-static \
---disable-teamdctl \
---with-config-dhcp-default='dhclient' \
---with-config-dns-rc-manager-default='resolvconf' \
---with-config-logging-backend-default='journal' \
---with-config-plugins-default='keyfile' \
---with-crypto='nss' \
---with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
---with-dhclient='/usr/bin/dhclient' \
---with-dist-version="${pkgver}-${pkgrel}, Arch Linux" \
---with-dnsmasq='/usr/bin/dnsmasq' \
---with-dnssec-trigger='/usr/lib/dnssec-trigger/dnssec-trigger-script' \
---with-hostname-persist='default' \
---with-iptables='/usr/bin/iptables' \
---with-modem-manager-1 \
---with-kernel-firmware-dir='/usr/lib/firmware' \
---with-libnm-glib \
---with-libsoup \
---with-modem-manager-1 \
---with-resolvconf='/usr/bin/resolvconf' \
---with-session-tracking='systemd' \
---with-suspend-resume='systemd' \
---with-system-ca-path='/etc/ssl/certs' \
---with-systemd-journal \
---with-systemd-logind \
---with-systemdsystemunitdir='/usr/lib/systemd/system' \
---with-udev-dir='/usr/lib/udev' \
---with-wext \
---without-consolekit \
---without-dhcpcd \
---without-libaudit \
---without-netconfig \
---without-nmcli \
---without-nmtui \
---without-ofono \
---without-selinux
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
-
-  make DESTDIR="${srcdir}"/install install
-}
-
-package_lib32-libnm() {
-  pkgdesc='NetworkManager client library'
-  depends=('lib32-glib2' 'lib32-glibc' 'lib32-jansson' 'lib32-libgudev'
-   'lib32-nspr' 'lib32-nss' 'lib32-util-linux' 'libnm')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-
-}
-
-package_lib32-libnm-glib() {
-  pkgdesc='NetworkManager client library (legacy)'
-  depends=('lib32-dbus' 'lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc'
-   'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux'
-   'libnm-glib')
-
-  install -dm 755 

[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:14:33
  Author: lcarlier
Revision: 319393

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 319392, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 319392, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-03-16 10:14:33 UTC (rev 319393)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_commit=4c0bf113a55975d702673e57c5542f150807ad66 # master
+pkgver=20180314.4c0bf11
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 10:14:27
  Author: lcarlier
Revision: 319392

upgpkg: linux-firmware 20180314.4c0bf11-1

sync with master

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:08:23 UTC (rev 319391)
+++ PKGBUILD2018-03-16 10:14:27 UTC (rev 319392)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-_commit=2a713be25a44bd6cec90d8affc54b246a2ca9c7b # master
-pkgver=20180119.2a713be
+_commit=4c0bf113a55975d702673e57c5542f150807ad66 # master
+pkgver=20180314.4c0bf11
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:13:47
  Author: alucryd
Revision: 308841

upgpkg: lib32-libnm 1.10.6-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:12:35 UTC (rev 308840)
+++ PKGBUILD2018-03-16 10:13:47 UTC (rev 308841)
@@ -9,7 +9,7 @@
 
 pkgbase=lib32-libnm
 pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.10.2
+pkgver=1.10.6
 pkgrel=1
 arch=('x86_64')
 url='https://wiki.gnome.org/Projects/NetworkManager'
@@ -20,7 +20,7 @@
  'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
  'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
  'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='7ebc9258452623679b9f1c27aee94c528c14b273'
+_commit='dd8cf21cea13fa1bbee11fd3e0e7519e4b4ba712'
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit};)
 sha256sums=('SKIP')
 


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 10:12:35
  Author: heftig
Revision: 308840

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-panel/repos/community-staging-x86_64/
  gnome-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 308839, gnome-panel/trunk/PKGBUILD)

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

Copied: gnome-panel/repos/community-staging-x86_64/PKGBUILD (from rev 308839, 
gnome-panel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 10:12:35 UTC (rev 308840)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-panel
+pkgver=3.26.0+135+g8779d8b39
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel;
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 
'libwnck3' 'nautilus' 'polkit')
+makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 
'autoconf-archive')
+optdepends=('alacarte: Main menu editor'
+'gnome-applets: Extra applets for the panel')
+_commit=8779d8b39cd821835cf7934c30c25b28e9dc38e0  # master
+source=("git+https://git.gnome.org/browse/gnome-panel#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum 
--enable-gtk-doc
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 10:11:56
  Author: heftig
Revision: 308839

3.26.0+135+g8779d8b39-1

Modified:
  gnome-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:07:09 UTC (rev 308838)
+++ PKGBUILD2018-03-16 10:11:56 UTC (rev 308839)
@@ -3,23 +3,34 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-panel
-pkgver=3.26.0
-pkgrel=2
+pkgver=3.26.0+135+g8779d8b39
+pkgrel=1
 pkgdesc="Panel of GNOME Flashback"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomePanel;
 license=('GPL')
 depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 
'libwnck3' 'nautilus' 'polkit')
-makedepends=('intltool' 'itstool' 'python')
+makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 
'autoconf-archive')
 optdepends=('alacarte: Main menu editor'
 'gnome-applets: Extra applets for the panel')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ada88f8c7c55ab5f8b1879efe9276c45abedf5db9c317c1a3616877f6ed76271')
+_commit=8779d8b39cd821835cf7934c30c25b28e9dc38e0  # master
+source=("git+https://git.gnome.org/browse/gnome-panel#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile
+  --disable-schemas-compile --enable-compile-warnings=minimum 
--enable-gtk-doc
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -28,6 +39,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 10:07:09
  Author: arodseth
Revision: 308838

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 308837, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 308837, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 308837, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 308837, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  166 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:06:56 UTC (rev 308837)
+++ PKGBUILD2018-03-16 10:07:09 UTC (rev 308838)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.2
-pkgrel=1
-_docver=20.2
-arch=('x86_64')
-url='https://www.erlang.org/'
-license=('Apache')
-makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
- 'mesa' 'perl' 'unixodbc' 'wxgtk')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-'epmd.service' 'epmd.socket' 'epmd.conf')
-sha256sums=('SKIP'
-'950e088f9e47fc10a98e3f67d6420a990650836c648686a2f5dafe331747cbdf'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc 
--enable-builtin-zlib
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  #mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  #install -Dm644 odbc.3 "$pkgdir/usr/lib/erlang/man/man3/odbc.3"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 308837, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:07:09 UTC (rev 308838)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=20.3
+pkgrel=1
+_docver=20.3
+arch=('x86_64')
+url='https://www.erlang.org/'
+license=('Apache')
+makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
+  

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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 10:06:56
  Author: arodseth
Revision: 308837

upgpkg: erlang 20.3-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:05:37 UTC (rev 308836)
+++ PKGBUILD2018-03-16 10:06:56 UTC (rev 308837)
@@ -8,9 +8,9 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.2
+pkgver=20.3
 pkgrel=1
-_docver=20.2
+_docver=20.3
 arch=('x86_64')
 url='https://www.erlang.org/'
 license=('Apache')
@@ -21,7 +21,7 @@
 "http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
 'epmd.service' 'epmd.socket' 'epmd.conf')
 sha256sums=('SKIP'
-'950e088f9e47fc10a98e3f67d6420a990650836c648686a2f5dafe331747cbdf'
+'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
@@ -35,7 +35,7 @@
 build() {
   cd otp
 
-  ./configure --prefix=/usr --enable-smp-support --with-odbc 
--enable-builtin-zlib
+  ./configure --enable-builtin-zlib --enable-smp-support --prefix=/usr 
--with-odbc
   make
 }
 
@@ -53,7 +53,6 @@
   # move files that belong to the erlang-unixodbc package
   mkdir -p unixodbc
   mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  #mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
 
   # services and configuration
   install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
@@ -75,7 +74,6 @@
 
   install -d "$pkgdir/usr/lib/erlang/lib"
   mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  #install -Dm644 odbc.3 "$pkgdir/usr/lib/erlang/man/man3/odbc.3"
   install -Dm644 otp/LICENSE.txt \
 "$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
 }


[arch-commits] Commit in lib32-libteam/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:05:37
  Author: alucryd
Revision: 308836

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libteam/repos/multilib-x86_64/PKGBUILD
(from rev 308835, lib32-libteam/trunk/PKGBUILD)
Deleted:
  lib32-libteam/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:05:27 UTC (rev 308835)
+++ PKGBUILD2018-03-16 10:05:37 UTC (rev 308836)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-libteam
-pkgver=1.26
-pkgrel=1
-pkgdesc='Library for controlling team network device'
-arch=('x86_64')
-url='http://libteam.org/'
-license=('LGPL2.1')
-depends=('lib32-dbus' 'lib32-libnl' 'lib32-zeromq' 'libteam')
-makedepends=('gcc-multilib' 'lib32-jansson' 'lib32-libdaemon' 'swig')
-source=("http://libteam.org/files/libteam-${pkgver}.tar.gz;)
-sha256sums=('0ad5eae9e1a7835e784c5e21e8df323ca29ccc3ab8a8187fdc9ff3f6765c9b34')
-
-build() {
-  cd libteam-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---disable-static
-make
-}
-
-package() {
-  cd libteam-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libteam/repos/multilib-x86_64/PKGBUILD (from rev 308835, 
lib32-libteam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:05:37 UTC (rev 308836)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libteam
+pkgver=1.27
+pkgrel=1
+pkgdesc='Library for controlling team network device'
+arch=('x86_64')
+url='http://libteam.org/'
+license=('LGPL2.1')
+depends=('lib32-dbus' 'lib32-libnl' 'lib32-zeromq' 'libteam')
+makedepends=('gcc-multilib' 'lib32-jansson' 'lib32-libdaemon' 'swig')
+source=("http://libteam.org/files/libteam-${pkgver}.tar.gz;)
+sha256sums=('e74f8f5bba0511c7e971836794be7d88df4644e398dfb706c7679850cd44cdff')
+
+build() {
+  cd libteam-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--disable-static
+make
+}
+
+package() {
+  cd libteam-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:05:27
  Author: alucryd
Revision: 308835

upgpkg: lib32-libteam 1.27-1

Modified:
  lib32-libteam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:03:50 UTC (rev 308834)
+++ PKGBUILD2018-03-16 10:05:27 UTC (rev 308835)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libteam
-pkgver=1.26
+pkgver=1.27
 pkgrel=1
 pkgdesc='Library for controlling team network device'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-dbus' 'lib32-libnl' 'lib32-zeromq' 'libteam')
 makedepends=('gcc-multilib' 'lib32-jansson' 'lib32-libdaemon' 'swig')
 source=("http://libteam.org/files/libteam-${pkgver}.tar.gz;)
-sha256sums=('0ad5eae9e1a7835e784c5e21e8df323ca29ccc3ab8a8187fdc9ff3f6765c9b34')
+sha256sums=('e74f8f5bba0511c7e971836794be7d88df4644e398dfb706c7679850cd44cdff')
 
 build() {
   cd libteam-${pkgver}


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:03:42
  Author: alucryd
Revision: 308833

upgpkg: lib32-libsodium 1.0.16-1

Modified:
  lib32-libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:01:29 UTC (rev 308832)
+++ PKGBUILD2018-03-16 10:03:42 UTC (rev 308833)
@@ -6,7 +6,7 @@
 # Contributor: Alessio Sergi 
 
 pkgname=lib32-libsodium
-pkgver=1.0.15
+pkgver=1.0.16
 pkgrel=1
 pkgdesc='P(ortable|ackageable) NaCl-based crypto library'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('lib32-glibc' 'libsodium')
 
source=("https://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
-sha256sums=('fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4'
+sha256sums=('eeadc7e1e1bcef09680fb4837d448fbdf57224978f865ac1c16745868fbd0533'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-libsodium/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:03:50
  Author: alucryd
Revision: 308834

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libsodium/repos/multilib-x86_64/PKGBUILD
(from rev 308833, lib32-libsodium/trunk/PKGBUILD)
Deleted:
  lib32-libsodium/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:03:42 UTC (rev 308833)
+++ PKGBUILD2018-03-16 10:03:50 UTC (rev 308834)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: oi_wtf 
-# Contributor: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=lib32-libsodium
-pkgver=1.0.15
-pkgrel=1
-pkgdesc='P(ortable|ackageable) NaCl-based crypto library'
-arch=('x86_64')
-url='https://github.com/jedisct1/libsodium'
-license=('custom:ISC')
-depends=('lib32-glibc' 'libsodium')
-source=("https://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
-sha256sums=('fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4'
-'SKIP')
-
-build() {
-  cd libsodium-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32'
-  make
-}
-
-package() {
-  cd libsodium-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libsodium "${pkgdir}"/usr/share/licenses/lib32-libsodium
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-libsodium/repos/multilib-x86_64/PKGBUILD (from rev 308833, 
lib32-libsodium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:03:50 UTC (rev 308834)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: oi_wtf 
+# Contributor: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=lib32-libsodium
+pkgver=1.0.16
+pkgrel=1
+pkgdesc='P(ortable|ackageable) NaCl-based crypto library'
+arch=('x86_64')
+url='https://github.com/jedisct1/libsodium'
+license=('custom:ISC')
+depends=('lib32-glibc' 'libsodium')
+source=("https://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
+sha256sums=('eeadc7e1e1bcef09680fb4837d448fbdf57224978f865ac1c16745868fbd0533'
+'SKIP')
+
+build() {
+  cd libsodium-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd libsodium-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libsodium "${pkgdir}"/usr/share/licenses/lib32-libsodium
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lib32-libthai/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:01:29
  Author: alucryd
Revision: 308832

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libthai/repos/multilib-x86_64/PKGBUILD
(from rev 308831, lib32-libthai/trunk/PKGBUILD)
Deleted:
  lib32-libthai/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:01:20 UTC (rev 308831)
+++ PKGBUILD2018-03-16 10:01:29 UTC (rev 308832)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=lib32-libthai
-pkgver=0.1.26
-pkgrel=1
-pkgdesc='Thai language support routines'
-url='https://linux.thai.net/projects/libthai'
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-libdatrie')
-makedepends=('gcc-multilib')
-source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz;)
-sha256sums=('8710112c836b272db1740a9ea3e6c7ebb65b64eee0e143fc2b2c60f99f6bfe2a')
-
-build() {
-  cd libthai-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libthai-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libthai/repos/multilib-x86_64/PKGBUILD (from rev 308831, 
lib32-libthai/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:01:29 UTC (rev 308832)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libthai
+pkgver=0.1.27
+pkgrel=1
+pkgdesc='Thai language support routines'
+url='https://linux.thai.net/projects/libthai'
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libdatrie')
+makedepends=('gcc-multilib')
+source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz;)
+sha256sums=('1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6')
+
+build() {
+  cd libthai-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libthai-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 10:01:20
  Author: alucryd
Revision: 308831

upgpkg: lib32-libthai 0.1.27-1

Modified:
  lib32-libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:00:47 UTC (rev 308830)
+++ PKGBUILD2018-03-16 10:01:20 UTC (rev 308831)
@@ -4,7 +4,7 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=lib32-libthai
-pkgver=0.1.26
+pkgver=0.1.27
 pkgrel=1
 pkgdesc='Thai language support routines'
 url='https://linux.thai.net/projects/libthai'
@@ -13,7 +13,7 @@
 depends=('lib32-libdatrie')
 makedepends=('gcc-multilib')
 
source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz;)
-sha256sums=('8710112c836b272db1740a9ea3e6c7ebb65b64eee0e143fc2b2c60f99f6bfe2a')
+sha256sums=('1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6')
 
 build() {
   cd libthai-${pkgver}


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

2018-03-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, March 16, 2018 @ 10:00:47
  Author: bpiotrowski
Revision: 308830

archrelease: copy trunk to community-staging-x86_64

Added:
  budgie-desktop/repos/community-staging-x86_64/
  budgie-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 308829, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-staging-x86_64/gnome3.28.patch
(from rev 308829, budgie-desktop/trunk/gnome3.28.patch)

-+
 PKGBUILD|   63 ++
 gnome3.28.patch | 1449 ++
 2 files changed, 1512 insertions(+)

Copied: budgie-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 
308829, budgie-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 10:00:47 UTC (rev 308830)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=budgie-desktop
+_helper_pkgname=budgie-helper
+pkgver=10.4+8+gff09a510
+_helper_gitrev=3b52434b6d1cfe00c5bac1046d323813ce531a55
+pkgrel=2
+pkgdesc="Modern desktop environment from the Solus Project"
+arch=('x86_64')
+url="https://budgie-desktop.org/;
+license=('GPL' 'LGPL')
+depends=('accountsservice' 'gnome-bluetooth' 'gnome-menus' 'gnome-session' 
'gnome-themes-standard' 'libibus' 'libpeas' 'libwnck3' 'mutter')
+makedepends=('autoconf-archive' 'git' 'gobject-introspection' 'intltool' 
'meson' 'sassc' 'vala')
+optdepends=('gnome-backgrounds: Default background'
+'gnome-control-center: System settings'
+'gnome-screensaver: Lock screen'
+'network-manager-applet: Network management')
+_commit=ff09a5104075e9774d8f600b875e9871eccb04f8  # master
+source=("git+https://github.com/budgie-desktop/budgie-desktop.git#commit=$_commit;
+"git+https://git.gnome.org/browse/libgnome-volume-control;
+
"$_helper_pkgname-$_helper_gitrev.tar.gz::https://codeload.github.com/City-busz/$_helper_pkgname/tar.gz/$_helper_gitrev;
+   gnome3.28.patch)
+validpgpkeys=('8876CC8EDAEC52CEAB7742E778E2387015C1205F') # Ikey Doherty 
(Solus Project Founder)
+sha256sums=('SKIP'
+'SKIP'
+'3a4d7dd7c95ccba4e2916adf4a14769ffe54e8f86ed302d0268cd312b2a85c0e'
+'86a43069171e7949a66ac2eed7513cd7f102151e1734e5e54333edb92447ff45')
+
+pkgver() {
+   cd $pkgname
+   git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+   mkdir build
+   cd $pkgname
+   patch -p1 -i ../gnome3.28.patch
+
+   git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+   git submodule update --init
+
+   # Provide better compatibility for GNOME
+   # https://github.com/solus-project/budgie-desktop/issues/261
+   cd "$srcdir/$_helper_pkgname-$_helper_gitrev"
+   NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+   arch-meson $pkgname  build
+   ninja -C build
+
+   cd "$srcdir/$_helper_pkgname-$_helper_gitrev"
+   ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile 
--disable-Werror
+   make
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+
+   cd "$srcdir/$_helper_pkgname-$_helper_gitrev"
+   make DESTDIR="$pkgdir" install
+}

Copied: budgie-desktop/repos/community-staging-x86_64/gnome3.28.patch (from rev 
308829, budgie-desktop/trunk/gnome3.28.patch)
===
--- community-staging-x86_64/gnome3.28.patch(rev 0)
+++ community-staging-x86_64/gnome3.28.patch2018-03-16 10:00:47 UTC (rev 
308830)
@@ -0,0 +1,1449 @@
+From fb0ef1e21a50c983dbc3a13ff446c5c838133da8 Mon Sep 17 00:00:00 2001
+From: David Mohammed 
+Date: Sun, 18 Feb 2018 21:16:42 +
+Subject: [PATCH] Switch to checking GSD version for the build #1319 GNOME 3.24
+ split the monolithic gnome-settings-daemon into individual components. With
+ each subsequent release the component list is being reduced; capability is
+ being pushed into GNOME Shell itself. Budgie Desktop v10.4.x needs to adapt
+ to this forced change by checking the GSD version and compiling those
+ components that correspond to the upcoming stable release. This commit
+ introduces support for the upcoming GNOME 3.28 release of GSD (beta 3.27.90
+ of GSD)
+
+---
+ src/session/meson.build | 16 +++-
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/src/session/meson.build b/src/session/meson.build
+index 99a8fb23..f5c4326f 100644
+--- a/src/session/meson.build
 b/src/session/meson.build
+@@ -9,7 +9,6 @@ gnome_session_components = [
+ ]
+ 
+ gnome_session_324_components = [
+-'org.gnome.SettingsDaemon.A11yKeyboard',
+ 'org.gnome.SettingsDaemon.A11ySettings',
+ 'org.gnome.SettingsDaemon.Clipboard',
+ 'org.gnome.SettingsDaemon.Color',
+@@ -29,6 +28,10 @@ 

[arch-commits] Commit in budgie-desktop/trunk (PKGBUILD gnome3.28.patch)

2018-03-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, March 16, 2018 @ 10:00:37
  Author: bpiotrowski
Revision: 308829

10.4+8+gff09a510-2: rebuild against gnome 3.28

Added:
  budgie-desktop/trunk/gnome3.28.patch
Modified:
  budgie-desktop/trunk/PKGBUILD

-+
 PKGBUILD|   18 
 gnome3.28.patch | 1449 ++
 2 files changed, 1458 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:59:23 UTC (rev 308828)
+++ PKGBUILD2018-03-16 10:00:37 UTC (rev 308829)
@@ -5,7 +5,7 @@
 _helper_pkgname=budgie-helper
 pkgver=10.4+8+gff09a510
 _helper_gitrev=3b52434b6d1cfe00c5bac1046d323813ce531a55
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern desktop environment from the Solus Project"
 arch=('x86_64')
 url="https://budgie-desktop.org/;
@@ -19,11 +19,13 @@
 _commit=ff09a5104075e9774d8f600b875e9871eccb04f8  # master
 
source=("git+https://github.com/budgie-desktop/budgie-desktop.git#commit=$_commit;
 "git+https://git.gnome.org/browse/libgnome-volume-control;
-
"$_helper_pkgname-$_helper_gitrev.tar.gz::https://codeload.github.com/City-busz/$_helper_pkgname/tar.gz/$_helper_gitrev;)
+
"$_helper_pkgname-$_helper_gitrev.tar.gz::https://codeload.github.com/City-busz/$_helper_pkgname/tar.gz/$_helper_gitrev;
+   gnome3.28.patch)
 validpgpkeys=('8876CC8EDAEC52CEAB7742E778E2387015C1205F') # Ikey Doherty 
(Solus Project Founder)
 sha256sums=('SKIP'
 'SKIP'
-'3a4d7dd7c95ccba4e2916adf4a14769ffe54e8f86ed302d0268cd312b2a85c0e')
+'3a4d7dd7c95ccba4e2916adf4a14769ffe54e8f86ed302d0268cd312b2a85c0e'
+'86a43069171e7949a66ac2eed7513cd7f102151e1734e5e54333edb92447ff45')
 
 pkgver() {
cd $pkgname
@@ -33,6 +35,7 @@
 prepare() {
mkdir build
cd $pkgname
+   patch -p1 -i ../gnome3.28.patch
 
git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
git submodule update --init
@@ -44,10 +47,8 @@
 }
 
 build() {
-   cd build
-   meson --prefix=/usr --buildtype=release ../$pkgname \
-   --sysconfdir=/etc
-   ninja
+   arch-meson $pkgname  build
+   ninja -C build
 
cd "$srcdir/$_helper_pkgname-$_helper_gitrev"
./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile 
--disable-Werror
@@ -55,8 +56,7 @@
 }
 
 package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
+   DESTDIR="$pkgdir" ninja -C build install
 
cd "$srcdir/$_helper_pkgname-$_helper_gitrev"
make DESTDIR="$pkgdir" install

Added: gnome3.28.patch
===
--- gnome3.28.patch (rev 0)
+++ gnome3.28.patch 2018-03-16 10:00:37 UTC (rev 308829)
@@ -0,0 +1,1449 @@
+From fb0ef1e21a50c983dbc3a13ff446c5c838133da8 Mon Sep 17 00:00:00 2001
+From: David Mohammed 
+Date: Sun, 18 Feb 2018 21:16:42 +
+Subject: [PATCH] Switch to checking GSD version for the build #1319 GNOME 3.24
+ split the monolithic gnome-settings-daemon into individual components. With
+ each subsequent release the component list is being reduced; capability is
+ being pushed into GNOME Shell itself. Budgie Desktop v10.4.x needs to adapt
+ to this forced change by checking the GSD version and compiling those
+ components that correspond to the upcoming stable release. This commit
+ introduces support for the upcoming GNOME 3.28 release of GSD (beta 3.27.90
+ of GSD)
+
+---
+ src/session/meson.build | 16 +++-
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/src/session/meson.build b/src/session/meson.build
+index 99a8fb23..f5c4326f 100644
+--- a/src/session/meson.build
 b/src/session/meson.build
+@@ -9,7 +9,6 @@ gnome_session_components = [
+ ]
+ 
+ gnome_session_324_components = [
+-'org.gnome.SettingsDaemon.A11yKeyboard',
+ 'org.gnome.SettingsDaemon.A11ySettings',
+ 'org.gnome.SettingsDaemon.Clipboard',
+ 'org.gnome.SettingsDaemon.Color',
+@@ -29,6 +28,10 @@ gnome_session_324_components = [
+ 'org.gnome.SettingsDaemon.XSettings',
+ ]
+ 
++gsd_324_key = [
++'org.gnome.SettingsDaemon.A11yKeyboard'
++]
++
+ gsd_324_max = [
+ 'org.gnome.SettingsDaemon.Orientation',
+ 'org.gnome.SettingsDaemon.XRANDR',
+@@ -45,11 +48,14 @@ if with_polkit == true
+ budgie_components += 'budgie-polkit'
+ endif
+ 
+-# Merge the list depending on the GNOME version. We pick mutter arbitrarily.
+-if dep_mutter.version().version_compare('>=3.25.4')
++dep_gsd = dependency('gnome-settings-daemon', version: gnome_minimum_version)
++# Merge the list depending on the gnome-settings-daemon version.
++if dep_gsd.version().version_compare('>=3.27.90')
+ session_components = budgie_components + gnome_session_324_components
+-elif dep_mutter.version().version_compare('>=3.23.3')
+-session_components = budgie_components + 

[arch-commits] Commit in lib32-libxkbcommon/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:59:23
  Author: alucryd
Revision: 308828

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD
(from rev 308827, lib32-libxkbcommon/trunk/PKGBUILD)
Deleted:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:59:13 UTC (rev 308827)
+++ PKGBUILD2018-03-16 09:59:23 UTC (rev 308828)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=lib32-libxkbcommon
-pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.7.2
-pkgrel=1
-arch=('x86_64')
-url='https://xkbcommon.org/'
-license=('custom')
-makedepends=('gcc-multilib' 'lib32-libxcb' 'lib32-wayland' 'meson'
- 'wayland-protocols' 'xorg-util-macros')
-source=("https://xkbcommon.org/download/libxkbcommon-${pkgver}.tar.xz;)
-sha256sums=('28a4dc2735863bec2dba238de07fcdff28c5dd2300ae9dfdb47282206cd9b9d8')
-
-prepare() {
-  mkdir -p build x11/usr/lib32/pkgconfig
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  meson ../libxkbcommon-${pkgver} \
---buildtype='release' \
---prefix='/usr' \
---libdir='/usr/lib32' \
--Denable-docs='false'
-  ninja
-}
-
-package_lib32-libxkbcommon() {
-  pkgdesc='Keymap handling library for toolkits and window systems'
-  depends=('lib32-glibc' 'libxkbcommon')
-
-  cd build
-
-  DESTDIR="${pkgdir}" ninja install
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
-
-  mv "${pkgdir}"/usr/lib32/*x11* ../x11/usr/lib32
-  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* ../x11/usr/lib32/pkgconfig
-}
-
-package_lib32-libxkbcommon-x11() {
-  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
-  depends=('lib32-libxcb' 'lib32-libxkbcommon' 'libxkbcommon-x11')
-
-  mv x11/* "${pkgdir}"/
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD (from rev 308827, 
lib32-libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:59:23 UTC (rev 308828)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens 
+# Contributor: Daniel Micay 
+# Contributor: Mladen Pejakovic 
+
+pkgbase=lib32-libxkbcommon
+pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
+pkgver=0.8.0
+pkgrel=1
+arch=('x86_64')
+url='https://xkbcommon.org/'
+license=('custom')
+makedepends=('gcc-multilib' 'lib32-libxcb' 'lib32-wayland' 'meson'
+ 'wayland-protocols' 'xorg-util-macros')
+source=("https://xkbcommon.org/download/libxkbcommon-${pkgver}.tar.xz;)
+sha256sums=('e829265db04e0aebfb0591b6dc3377b64599558167846c3f5ee5c5e53641fe6d')
+
+prepare() {
+  mkdir -p build x11/usr/lib32/pkgconfig
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson ../libxkbcommon-${pkgver} \
+--libdir='/usr/lib32' \
+-Denable-docs='false'
+  ninja
+}
+
+package_lib32-libxkbcommon() {
+  pkgdesc='Keymap handling library for toolkits and window systems'
+  depends=('lib32-glibc' 'libxkbcommon')
+
+  cd build
+
+  DESTDIR="${pkgdir}" ninja install
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
+
+  mv "${pkgdir}"/usr/lib32/*x11* ../x11/usr/lib32
+  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* ../x11/usr/lib32/pkgconfig
+}
+
+package_lib32-libxkbcommon-x11() {
+  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
+  depends=('lib32-libxcb' 'lib32-libxkbcommon' 'libxkbcommon-x11')
+
+  mv x11/* "${pkgdir}"/
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:59:13
  Author: alucryd
Revision: 308827

upgpkg: lib32-libxkbcommon 0.8.0-1

Modified:
  lib32-libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:55:27 UTC (rev 308826)
+++ PKGBUILD2018-03-16 09:59:13 UTC (rev 308827)
@@ -6,7 +6,7 @@
 
 pkgbase=lib32-libxkbcommon
 pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.7.2
+pkgver=0.8.0
 pkgrel=1
 arch=('x86_64')
 url='https://xkbcommon.org/'
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib' 'lib32-libxcb' 'lib32-wayland' 'meson'
  'wayland-protocols' 'xorg-util-macros')
 source=("https://xkbcommon.org/download/libxkbcommon-${pkgver}.tar.xz;)
-sha256sums=('28a4dc2735863bec2dba238de07fcdff28c5dd2300ae9dfdb47282206cd9b9d8')
+sha256sums=('e829265db04e0aebfb0591b6dc3377b64599558167846c3f5ee5c5e53641fe6d')
 
 prepare() {
   mkdir -p build x11/usr/lib32/pkgconfig
@@ -27,9 +27,7 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  meson ../libxkbcommon-${pkgver} \
---buildtype='release' \
---prefix='/usr' \
+  arch-meson ../libxkbcommon-${pkgver} \
 --libdir='/usr/lib32' \
 -Denable-docs='false'
   ninja


[arch-commits] Commit in lib32-orc/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:55:27
  Author: alucryd
Revision: 308826

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-orc/repos/multilib-x86_64/PKGBUILD
(from rev 308825, lib32-orc/trunk/PKGBUILD)
Deleted:
  lib32-orc/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:55:17 UTC (rev 308825)
+++ PKGBUILD2018-03-16 09:55:27 UTC (rev 308826)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=lib32-orc
-pkgver=0.4.27
-pkgrel=1
-pkgdesc='The Oild Runtime Compiler'
-url="https://cgit.freedesktop.org/gstreamer/orc;
-arch=('x86_64')
-license=('custom')
-url='https://code.entropywave.com/projects/orc/'
-depends=('lib32-glibc' 'orc')
-makedepends=('gtk-doc' 'meson' 'valgrind-multilib')
-#source=("https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz"{,.asc})
-source=("https://github.com/GStreamer/orc/archive/orc-${pkgver}.tar.gz;)
-validpgpkeys=('D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
-sha256sums=('49f331f1edbd43a0d8fae2634ded9c4a0fc8558a3388f6cbb203858e69165652')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  meson ../orc-orc-${pkgver} \
---buildtype='release' \
---prefix='/usr' \
---libdir='/usr/lib32'
-  ninja
-}
-
-package() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s orc "${pkgdir}"/usr/share/licenses/lib32-orc
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-orc/repos/multilib-x86_64/PKGBUILD (from rev 308825, 
lib32-orc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:55:27 UTC (rev 308826)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=lib32-orc
+pkgver=0.4.28
+pkgrel=1
+pkgdesc='The Oild Runtime Compiler'
+url='https://cgit.freedesktop.org/gstreamer/orc'
+arch=('x86_64')
+license=('custom')
+url='https://code.entropywave.com/projects/orc/'
+depends=('lib32-glibc' 'orc')
+makedepends=('gtk-doc' 'meson' 'valgrind-multilib')
+source=("https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz"{,.asc})
+validpgpkeys=('D78BC13E3280CB8AFDE278EA032D3D833A0BA62A') # Edward Hervey
+sha256sums=('bfcd7c6563b05672386c4eedfc4c0d4a0a12b4b4775b74ec6deb88fc2bcd83ce'
+'SKIP')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson ../orc-${pkgver} \
+--libdir='/usr/lib32'
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s orc "${pkgdir}"/usr/share/licenses/lib32-orc
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:55:17
  Author: alucryd
Revision: 308825

upgpkg: lib32-orc 0.4.28-1

Modified:
  lib32-orc/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:53:08 UTC (rev 308824)
+++ PKGBUILD2018-03-16 09:55:17 UTC (rev 308825)
@@ -2,19 +2,19 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=lib32-orc
-pkgver=0.4.27
+pkgver=0.4.28
 pkgrel=1
 pkgdesc='The Oild Runtime Compiler'
-url="https://cgit.freedesktop.org/gstreamer/orc;
+url='https://cgit.freedesktop.org/gstreamer/orc'
 arch=('x86_64')
 license=('custom')
 url='https://code.entropywave.com/projects/orc/'
 depends=('lib32-glibc' 'orc')
 makedepends=('gtk-doc' 'meson' 'valgrind-multilib')
-#source=("https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz"{,.asc})
-source=("https://github.com/GStreamer/orc/archive/orc-${pkgver}.tar.gz;)
-validpgpkeys=('D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
-sha256sums=('49f331f1edbd43a0d8fae2634ded9c4a0fc8558a3388f6cbb203858e69165652')
+source=("https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz"{,.asc})
+validpgpkeys=('D78BC13E3280CB8AFDE278EA032D3D833A0BA62A') # Edward Hervey
+sha256sums=('bfcd7c6563b05672386c4eedfc4c0d4a0a12b4b4775b74ec6deb88fc2bcd83ce'
+'SKIP')
 
 prepare() {
   if [[ -d build ]]; then
@@ -30,9 +30,7 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  meson ../orc-orc-${pkgver} \
---buildtype='release' \
---prefix='/usr' \
+  arch-meson ../orc-${pkgver} \
 --libdir='/usr/lib32'
   ninja
 }


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 09:55:15
  Author: lcarlier
Revision: 319390

archrelease: copy trunk to testing-x86_64

Added:
  libzip/repos/testing-x86_64/
  libzip/repos/testing-x86_64/PKGBUILD
(from rev 319389, libzip/trunk/PKGBUILD)

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

Copied: libzip/repos/testing-x86_64/PKGBUILD (from rev 319389, 
libzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-16 09:55:15 UTC (rev 319390)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="https://libzip.org;
+license=('BSD')
+arch=('x86_64')
+depends=('zlib' 'bzip2' 'openssl')
+makedepends=('cmake')
+source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('5ddb9b41d31b2f99ad4d512003c610ae2db70e222833aba6f9332d5b48a153d9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+..
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"/build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


  1   2   >