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

2019-04-14 Thread Kyle Keen via arch-commits
Date: Monday, April 15, 2019 @ 03:51:16
  Author: kkeen
Revision: 451682

upgpkg: python-xmltodict 0.12.0-1

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-15 01:59:08 UTC (rev 451681)
+++ PKGBUILD2019-04-15 03:51:16 UTC (rev 451682)
@@ -4,8 +4,8 @@
 
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz;)
-md5sums=('9f955947db085485873ac68154e88069')
+md5sums=('ddb2bd078cef4f7e3021a578034ad941')
 
 package_python-xmltodict () {
   pkgdesc+=" (py3)"


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

2019-04-14 Thread Kyle Keen via arch-commits
Date: Monday, April 15, 2019 @ 03:51:31
  Author: kkeen
Revision: 451683

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-15 03:51:16 UTC (rev 451682)
+++ PKGBUILD2019-04-15 03:51:31 UTC (rev 451683)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Lex Black 
-# Contributor: PiC0 
-
-pkgbase=python-xmltodict
-pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.11.0
-pkgrel=2
-pkgdesc="Python module that makes working with XML feel like working with JSON"
-url="https://github.com/martinblech/xmltodict;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz;)
-md5sums=('9f955947db085485873ac68154e88069')
-
-package_python-xmltodict () {
-  pkgdesc+=" (py3)"
-  depends=('python')
-
-  cd "$srcdir/xmltodict-$pkgver"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-xmltodict () {
-  pkgdesc+=" (py2)"
-  depends=('python2')
-
-  cd "$srcdir/xmltodict-$pkgver"
-  sed -i 's/env python$/&2/' xmltodict.py
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xmltodict/repos/community-any/PKGBUILD (from rev 451682, 
python-xmltodict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-15 03:51:31 UTC (rev 451683)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+# Contributor: Lex Black 
+# Contributor: PiC0 
+
+pkgbase=python-xmltodict
+pkgname=('python-xmltodict' 'python2-xmltodict')
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Python module that makes working with XML feel like working with JSON"
+url="https://github.com/martinblech/xmltodict;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz;)
+md5sums=('ddb2bd078cef4f7e3021a578034ad941')
+
+package_python-xmltodict () {
+  pkgdesc+=" (py3)"
+  depends=('python')
+
+  cd "$srcdir/xmltodict-$pkgver"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-xmltodict () {
+  pkgdesc+=" (py2)"
+  depends=('python2')
+
+  cd "$srcdir/xmltodict-$pkgver"
+  sed -i 's/env python$/&2/' xmltodict.py
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-04-14 Thread Eli Schwartz via arch-commits
Date: Monday, April 15, 2019 @ 01:59:08
  Author: eschwartz
Revision: 451681

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-15 01:58:16 UTC (rev 451680)
+++ PKGBUILD2019-04-15 01:59:08 UTC (rev 451681)
@@ -1,68 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-_pkgbase=regex
-pkgbase=python-regex
-pkgname=('python-regex' 'python2-regex')
-pkgver=2019.04.12
-pkgrel=1
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex;
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7ca6e9b1d8757af3d8e23bd21391a3362a53c644d60931853da7f8d072e6b3ff')
-b2sums=('57180561d85dd6fd4a0d5ace227f8e4e1b04c684085d840a93b8813c08ffee6b96e9f1b8f9626466b116288ea390c2047e0ca033d2c2c52b68348d3601a4005b')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  pushd build/lib.linux-${CARCH}-3*/
-  python -c 'from regex.test.test_regex import test_main; test_main()'
-  popd
-
-  pushd build/lib.linux-${CARCH}-2*/
-  python2 -c 'from regex.test.test_regex import test_main; test_main()'
-  popd
-}
-
-package_python2-regex() {
-  depends=('python2')
-  pkgdesc="Alternative python regular expression module. (python2 version)"
-
-  cd "regex-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
-  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
-
-  sed -n '1,/^$/p' regex_2/regex/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-regex() {
-  depends=('python')
-  pkgdesc="Alternative python regular expression module. (python3 version)"
-
-  cd "regex-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
-  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
-
-  sed -n '1,/^$/p' regex_3/regex/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 451680, 
python-regex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-15 01:59:08 UTC (rev 451681)
@@ -0,0 +1,68 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgver=2019.04.14
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d56ce4c7b1a189094b9bee3b81c4aeb3f1ba3e375e91627ec8561b6ab483d0a8')
+b2sums=('5807f869f3fbe7ddaecdd78a00dfa7129c23916c1da505b31f49153bf60e17b14a9c35702d001fef5fd4928278d1cd730008119087ec6041f2f83ba7c84fd10b')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  pushd build/lib.linux-${CARCH}-3*/
+  python -c 'from regex.test.test_regex import test_main; test_main()'
+  popd
+
+  pushd build/lib.linux-${CARCH}-2*/
+  python2 -c 'from regex.test.test_regex import test_main; test_main()'
+  popd
+}
+
+package_python2-regex() {
+  depends=('python2')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 

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

2019-04-14 Thread Eli Schwartz via arch-commits
Date: Monday, April 15, 2019 @ 01:58:03
  Author: eschwartz
Revision: 451679

archrelease: copy trunk to community-x86_64

Added:
  hub/repos/community-x86_64/PKGBUILD
(from rev 451678, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-15 01:57:13 UTC (rev 451678)
+++ PKGBUILD2019-04-15 01:58:03 UTC (rev 451679)
@@ -1,50 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-pkgver=2.11.1
-pkgrel=1
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com;
-arch=('x86_64')
-license=('MIT')
-
-depends=('git')
-makedepends=('go-pie')
-
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('dfd6531cdd31f004dcbcd2764dea4e1c040e72358ae79758a6c3060b9e743371')
-b2sums=('af3ac833c874f15ce183a41a4b6920ba77b9d882b343e12fddeba58453c2c03cd45fa1ec3e7a488dc2d916d0e12f2cf14d7e4d749848d3a10e44b039e7efae49')
-
-prepare() {
-  mkdir -p src/github.com/github
-  cp -r hub-$pkgver src/github.com/github/hub
-}
-
-build() {
-  cd src/github.com/github/hub
-
-  export GOPATH="$srcdir"
-  make
-  make man-pages
-}
-
-check() {
-  cd src/github.com/github/hub
-
-  GOPATH="$srcdir" make test
-}
-
-package() {
-  cd src/github.com/github/hub
-
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
-  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
-  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 451678, 
hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-15 01:58:03 UTC (rev 451679)
@@ -0,0 +1,50 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+pkgver=2.11.2
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com;
+arch=('x86_64')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
+sha256sums=('1a80685d3d4fe14012c4f5e5cda9a2c5fe680a81729e692008aa1414f8e1f972')
+b2sums=('0650e21f9a3ff83d07f2a0e2ba1bf11bac1ac96fc4a17fc77bcc21addc1fd65769e49751d19dd79624970d8474d727695ee90f28f42b07fa6f9cd0b775dc6c0d')
+
+prepare() {
+  mkdir -p src/github.com/github
+  cp -r hub-$pkgver src/github.com/github/hub
+}
+
+build() {
+  cd src/github.com/github/hub
+
+  export GOPATH="$srcdir"
+  make
+  make man-pages
+}
+
+check() {
+  cd src/github.com/github/hub
+
+  GOPATH="$srcdir" make test
+}
+
+package() {
+  cd src/github.com/github/hub
+
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
+  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
+  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
+}


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

2019-04-14 Thread Eli Schwartz via arch-commits
Date: Monday, April 15, 2019 @ 01:58:16
  Author: eschwartz
Revision: 451680

upgpkg: python-regex 2019.04.14-1

upstream release

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-15 01:58:03 UTC (rev 451679)
+++ PKGBUILD2019-04-15 01:58:16 UTC (rev 451680)
@@ -6,7 +6,7 @@
 _pkgbase=regex
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
-pkgver=2019.04.12
+pkgver=2019.04.14
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -15,8 +15,8 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7ca6e9b1d8757af3d8e23bd21391a3362a53c644d60931853da7f8d072e6b3ff')
-b2sums=('57180561d85dd6fd4a0d5ace227f8e4e1b04c684085d840a93b8813c08ffee6b96e9f1b8f9626466b116288ea390c2047e0ca033d2c2c52b68348d3601a4005b')
+sha256sums=('d56ce4c7b1a189094b9bee3b81c4aeb3f1ba3e375e91627ec8561b6ab483d0a8')
+b2sums=('5807f869f3fbe7ddaecdd78a00dfa7129c23916c1da505b31f49153bf60e17b14a9c35702d001fef5fd4928278d1cd730008119087ec6041f2f83ba7c84fd10b')
 
 build() {
   cd "regex-${pkgver}"


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

2019-04-14 Thread Eli Schwartz via arch-commits
Date: Monday, April 15, 2019 @ 01:57:13
  Author: eschwartz
Revision: 451678

upgpkg: hub 2.11.2-1

upstream release

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-15 00:18:09 UTC (rev 451677)
+++ PKGBUILD2019-04-15 01:57:13 UTC (rev 451678)
@@ -4,7 +4,7 @@
 # Contributor: Alfredo Palhares 
 
 pkgname=hub
-pkgver=2.11.1
+pkgver=2.11.2
 pkgrel=1
 
 pkgdesc="cli interface for Github"
@@ -16,8 +16,8 @@
 makedepends=('go-pie')
 
 
source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('dfd6531cdd31f004dcbcd2764dea4e1c040e72358ae79758a6c3060b9e743371')
-b2sums=('af3ac833c874f15ce183a41a4b6920ba77b9d882b343e12fddeba58453c2c03cd45fa1ec3e7a488dc2d916d0e12f2cf14d7e4d749848d3a10e44b039e7efae49')
+sha256sums=('1a80685d3d4fe14012c4f5e5cda9a2c5fe680a81729e692008aa1414f8e1f972')
+b2sums=('0650e21f9a3ff83d07f2a0e2ba1bf11bac1ac96fc4a17fc77bcc21addc1fd65769e49751d19dd79624970d8474d727695ee90f28f42b07fa6f9cd0b775dc6c0d')
 
 prepare() {
   mkdir -p src/github.com/github


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

2019-04-14 Thread Filipe Laíns via arch-commits
Date: Monday, April 15, 2019 @ 00:18:09
  Author: ffy00
Revision: 451677

fix typo

Modified:
  libratbag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 23:18:05 UTC (rev 451676)
+++ PKGBUILD2019-04-15 00:18:09 UTC (rev 451677)
@@ -13,7 +13,7 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 
sha512sums=('7b1486846ecfc1fc5988c5c99cbe8c79cd9c6d01714e63c896b97caa1d323bc9538ebe10c73a9d0d46df497d408ce5302d673f59814de2a744bfeee6fc72d4ac')
 provides=('ratbagd' 'liblur')
-conflicts=('ratbagd' 'libur')
+conflicts=('ratbagd' 'liblur')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


[arch-commits] Commit in intel-graphics-compiler/repos/community-x86_64 (2 files)

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 23:18:05
  Author: archange
Revision: 451676

archrelease: copy trunk to community-x86_64

Added:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD
(from rev 451675, intel-graphics-compiler/trunk/PKGBUILD)
Deleted:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 23:17:50 UTC (rev 451675)
+++ PKGBUILD2019-04-14 23:18:05 UTC (rev 451676)
@@ -1,44 +0,0 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
-
-pkgname=intel-graphics-compiler
-epoch=1
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Intel Graphics Compiler for OpenCL"
-arch=(x86_64)
-url="https://github.com/intel/intel-graphics-compiler;
-license=(MIT)
-depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python2)
-options=('!emptydirs')
-source=("${url}/archive/igc-${pkgver}.tar.gz")
-noextract=("igc-${pkgver}.tar.gz")
-sha256sums=('d32a44da260f934c821b3285fd527c1ed1233e790913699e9e2234ba2a211d00')
-
-prepare() {
-mkdir -p build ${pkgname}-${pkgver}
-bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
-}
-
-build() {
-cd build
-cmake ../"${pkgname}-${pkgver}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_OPTION__OUTPUT_DIR='../igc-install/Release' \
--DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
--Wno-dev
-make
-
-# License
-sed -n '2,20p' IGC/AdaptorOCL/igc.opencl.h > LICENSE # create file
-sed -i '1,22s/^.\{,3\}//' LICENSE # erase C comments
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-graphics-compiler/repos/community-x86_64/PKGBUILD (from rev 
451675, intel-graphics-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 23:18:05 UTC (rev 451676)
@@ -0,0 +1,45 @@
+# Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler;
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang)
+makedepends=(cmake clang llvm zlib python2)
+options=('!emptydirs')
+source=("${url}/archive/igc-${pkgver}.tar.gz")
+noextract=("igc-${pkgver}.tar.gz")
+sha256sums=('59f83db40dcfb5ff923c877d99d367d7cdae6549bd249e8dea819a751e62a727')
+
+prepare() {
+mkdir -p build ${pkgname}-${pkgver}
+bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
+}
+
+build() {
+cd build
+cmake ../"${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_OPTION__OUTPUT_DIR='../igc-install/Release' \
+-DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
+-Wno-dev
+make
+
+# License
+sed -n '2,20p' IGC/AdaptorOCL/igc.opencl.h > LICENSE # create file
+sed -i '1,22s/^.\{,3\}//' LICENSE # erase C comments
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 23:17:50
  Author: archange
Revision: 451675

upgpkg: intel-graphics-compiler 1:1.0.2-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 23:02:07 UTC (rev 451674)
+++ PKGBUILD2019-04-14 23:17:50 UTC (rev 451675)
@@ -1,8 +1,9 @@
 # Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Bruno Pagani 
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -13,7 +14,7 @@
 options=('!emptydirs')
 source=("${url}/archive/igc-${pkgver}.tar.gz")
 noextract=("igc-${pkgver}.tar.gz")
-sha256sums=('d32a44da260f934c821b3285fd527c1ed1233e790913699e9e2234ba2a211d00')
+sha256sums=('59f83db40dcfb5ff923c877d99d367d7cdae6549bd249e8dea819a751e62a727')
 
 prepare() {
 mkdir -p build ${pkgname}-${pkgver}


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 23:02:07
  Author: archange
Revision: 451674

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 23:01:55 UTC (rev 451673)
+++ PKGBUILD2019-04-14 23:02:07 UTC (rev 451674)
@@ -1,46 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="A simple daemon to allow session software to update firmware"
-arch=('x86_64')
-url="https://github.com/hughsie/fwupd;
-license=('LGPL')
-depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
- 'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
- 'libgudev' 'polkit' 'shared-mime-info' 'modemmanager')
-makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
- 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
-optdepends=('tpm2-abrmd: TPM2 support'
-'tpm2-tools: TPM2 support')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('36f53b652a0df9088c53311d0ab48dfff0b6cb79c56257fbd3034146b6979467'
-'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

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

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 451673, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 23:02:07 UTC (rev 451674)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="A simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/hughsie/fwupd;
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info modemmanager)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs)
+optdepends=('tpm2-abrmd: TPM2 support'
+'tpm2-tools: TPM2 support')
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('c37ed23f7e89c2dc3670589b24c4f28ced7405ccee04f996a677ef5283e10cb9' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

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


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 23:01:55
  Author: archange
Revision: 451673

upgpkg: fwupd 1.2.7-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   35 +--
 1 file changed, 21 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:51:10 UTC (rev 451672)
+++ PKGBUILD2019-04-14 23:01:55 UTC (rev 451673)
@@ -2,26 +2,33 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/hughsie/fwupd;
-license=('LGPL')
-depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
- 'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
- 'libgudev' 'polkit' 'shared-mime-info' 'modemmanager')
-makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
- 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info modemmanager)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs)
 optdepends=('tpm2-abrmd: TPM2 support'
 'tpm2-tools: TPM2 support')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('36f53b652a0df9088c53311d0ab48dfff0b6cb79c56257fbd3034146b6979467'
-'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+sha256sums=('c37ed23f7e89c2dc3670589b24c4f28ced7405ccee04f996a677ef5283e10cb9' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 22:50:55
  Author: archange
Revision: 451671

upgpkg: gitea 1.7.6-1

Modified:
  gitea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:41:39 UTC (rev 451670)
+++ PKGBUILD2019-04-14 22:50:55 UTC (rev 451671)
@@ -3,14 +3,14 @@
 # Contributor: Frederik Schwan 
 
 pkgname=gitea
-pkgver=1.7.5
+pkgver=1.7.6
 pkgrel=1
 pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
-arch=('x86_64')
+arch=(x86_64)
 url="https://gitea.io;
-license=('MIT')
-depends=('git')
-makedepends=('go-pie' 'go-bindata' 'dep')
+license=(MIT)
+depends=(git)
+makedepends=(go-pie go-bindata dep)
 optdepends=(
   'mariadb: MariaDB support'
   'memcached: MemCached support'
@@ -21,7 +21,7 @@
   'sqlite: SQLite support'
 )
 backup=('etc/gitea/app.ini')
-_tag=a1836557bf42e8d340a3c810c2a0f0238b6235e4 # git rev-parse v${pkgver}
+_tag=c09c44ae48a6b0eaca937c4888ce2bb041a8a91f # git rev-parse v${pkgver}
 source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
 
gitea-disable-u2f.patch::"https://patch-diff.githubusercontent.com/raw/go-gitea/gitea/pull/5994.patch;
 gitea.tmpfiles
@@ -36,9 +36,9 @@
 '2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4'
 '913a28110d2fbdabcfd2d19366aad8c645813b512f4591882efb47795ad8472f'
 'c552a5adb4058530d67176713240cc435b7b974747ec51e972c37d8834e32b3f')
-validpgpkeys=('8C4033A23895237CB27D52D9D9B5613BEB813F99'  # Matti Ranta 
, retrieved from https://github.com/techknowlogick.gpg
-  'ED810FD31FBE67F406ED71BDD4F1E9B6493ED946'  # Jonas Franz 

-  '9C5BCD799B3CDB124147A748E0DDFEC24C48784C') # Lauris 
Bukšis-Haberkorns  
+validpgpkeys=(8C4033A23895237CB27D52D9D9B5613BEB813F99  # Matti Ranta 
, retrieved from https://github.com/techknowlogick.gpg
+  ED810FD31FBE67F406ED71BDD4F1E9B6493ED946  # Jonas Franz 

+  9C5BCD799B3CDB124147A748E0DDFEC24C48784C) # Lauris 
Bukšis-Haberkorns  
 install=gitea.install
 
 prepare() {


[arch-commits] Commit in gitea/repos/community-x86_64 (14 files)

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 22:51:10
  Author: archange
Revision: 451672

archrelease: copy trunk to community-x86_64

Added:
  gitea/repos/community-x86_64/PKGBUILD
(from rev 451671, gitea/trunk/PKGBUILD)
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
(from rev 451671, gitea/trunk/gitea-arch-defaults.patch)
  gitea/repos/community-x86_64/gitea-ldflags.patch
(from rev 451671, gitea/trunk/gitea-ldflags.patch)
  gitea/repos/community-x86_64/gitea.install
(from rev 451671, gitea/trunk/gitea.install)
  gitea/repos/community-x86_64/gitea.service
(from rev 451671, gitea/trunk/gitea.service)
  gitea/repos/community-x86_64/gitea.sysusers
(from rev 451671, gitea/trunk/gitea.sysusers)
  gitea/repos/community-x86_64/gitea.tmpfiles
(from rev 451671, gitea/trunk/gitea.tmpfiles)
Deleted:
  gitea/repos/community-x86_64/PKGBUILD
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
  gitea/repos/community-x86_64/gitea-ldflags.patch
  gitea/repos/community-x86_64/gitea.install
  gitea/repos/community-x86_64/gitea.service
  gitea/repos/community-x86_64/gitea.sysusers
  gitea/repos/community-x86_64/gitea.tmpfiles

---+
 PKGBUILD  |  152 ++--
 gitea-arch-defaults.patch |   98 ++--
 gitea-ldflags.patch   |   38 +--
 gitea.install |   60 -
 gitea.service |   80 +++
 gitea.sysusers|2 
 gitea.tmpfiles|   20 ++---
 7 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 22:50:55 UTC (rev 451671)
+++ PKGBUILD2019-04-14 22:51:10 UTC (rev 451672)
@@ -1,76 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Maxime Gauduin 
-# Contributor: Frederik Schwan 
-
-pkgname=gitea
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
-arch=('x86_64')
-url="https://gitea.io;
-license=('MIT')
-depends=('git')
-makedepends=('go-pie' 'go-bindata' 'dep')
-optdepends=(
-  'mariadb: MariaDB support'
-  'memcached: MemCached support'
-  'openssh: GIT over SSH support'
-  'pam: Authentication via PAM support'
-  'postgresql: PostgreSQL support'
-  'redis: Redis support'
-  'sqlite: SQLite support'
-)
-backup=('etc/gitea/app.ini')
-_tag=a1836557bf42e8d340a3c810c2a0f0238b6235e4 # git rev-parse v${pkgver}
-source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
-
gitea-disable-u2f.patch::"https://patch-diff.githubusercontent.com/raw/go-gitea/gitea/pull/5994.patch;
-gitea.tmpfiles
-gitea.service
-gitea.sysusers
-gitea-arch-defaults.patch
-gitea-ldflags.patch)
-sha256sums=('SKIP'
-'08915e2456d0c20bf786559ba316b49c03de11bfc4b37f8f0ad4e577baf0e3df'
-'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
-'7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0'
-'2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4'
-'913a28110d2fbdabcfd2d19366aad8c645813b512f4591882efb47795ad8472f'
-'c552a5adb4058530d67176713240cc435b7b974747ec51e972c37d8834e32b3f')
-validpgpkeys=('8C4033A23895237CB27D52D9D9B5613BEB813F99'  # Matti Ranta 
, retrieved from https://github.com/techknowlogick.gpg
-  'ED810FD31FBE67F406ED71BDD4F1E9B6493ED946'  # Jonas Franz 

-  '9C5BCD799B3CDB124147A748E0DDFEC24C48784C') # Lauris 
Bukšis-Haberkorns  
-install=gitea.install
-
-prepare() {
-  mkdir -p gopath/src/code.gitea.io
-  ln -rTsf ${pkgname} gopath/src/code.gitea.io/gitea
-  export GOPATH="${srcdir}"/gopath
-
-  cd ${pkgname}
-  # Change some defaults for ArchLinux
-  patch -Np1 -i ../gitea-arch-defaults.patch
-  # Fix LDFLAGS not being respected by Go
-  patch -Np1 -i ../gitea-ldflags.patch
-  # https://github.com/go-gitea/gitea/issues/4692
-  patch -Np1 -i ../gitea-disable-u2f.patch
-
-  cd $GOPATH/src/code.gitea.io/gitea
-  dep ensure
-}
-
-build() {
-  export GOPATH="${srcdir}"/gopath
-  cd gopath/src/code.gitea.io/gitea
-  make generate
-  EXTRA_GOFLAGS="-gcflags all=-trimpath=${GOPATH} -asmflags 
all=-trimpath=${GOPATH}" \
-  make GOFLAGS="-v" TAGS="bindata sqlite pam" build
-}
-
-package() {
-  install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 ${pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  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 -D ${pkgname}/custom/conf/app.ini.sample 
"${pkgdir}"/etc/gitea/app.ini
-}

Copied: gitea/repos/community-x86_64/PKGBUILD (from rev 451671, 
gitea/trunk/PKGBUILD)

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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 22:41:39
  Author: dvzrv
Revision: 451670

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/PKGBUILD
(from rev 451669, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 22:41:33 UTC (rev 451669)
+++ PKGBUILD2019-04-14 22:41:39 UTC (rev 451670)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=19.2
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-groups=('pro-audio')
-depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
-makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b85de05ab27c72e6d11ec33eb7a1a9059cdca91a30b440364fb7e07f883eea0645ded2ddc95190bb5f4e6e518e4d294ad8ecdf0a7f88745598eeaff1a4807a13')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  # docs
-  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 451669, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 22:41:39 UTC (rev 451670)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=19.3
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+groups=('pro-audio')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e06e1d23a589e83f9c181e2a74c5026af839de1c867e860dcf78afe5d2b14fd51b9d4ad3f2aa5be5d9cc9a62145deae2a84108b0ccdaa30daab7f654d45b0f30')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  # docs
+  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 22:41:33
  Author: dvzrv
Revision: 451669

upgpkg: snd 19.3-1

Upgrading to 19.3.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:32:38 UTC (rev 451668)
+++ PKGBUILD2019-04-14 22:41:33 UTC (rev 451669)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.2
+pkgver=19.3
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b85de05ab27c72e6d11ec33eb7a1a9059cdca91a30b440364fb7e07f883eea0645ded2ddc95190bb5f4e6e518e4d294ad8ecdf0a7f88745598eeaff1a4807a13')
+sha512sums=('e06e1d23a589e83f9c181e2a74c5026af839de1c867e860dcf78afe5d2b14fd51b9d4ad3f2aa5be5d9cc9a62145deae2a84108b0ccdaa30daab7f654d45b0f30')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 22:32:31
  Author: dvzrv
Revision: 451667

upgpkg: x42-plugins 20190413-1

Upgrading to 20190413. Adding desktop files for all different meter and tuner 
types.

Modified:
  x42-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:21:43 UTC (rev 451666)
+++ PKGBUILD2019-04-14 22:32:31 UTC (rev 451667)
@@ -2,17 +2,17 @@
 # Contributor: Lieven Moors 
 
 pkgname=x42-plugins
-pkgver=20190206
+pkgver=20190413
 pkgrel=1
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins;
 license=('GPL')
-depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+depends=('ftgl' 'glib2' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
 makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu')
 groups=('lv2-plugins' 'pro-audio')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('a70b3646bd5c93d95055512c6134e9900201359ef6f6b57ed9ed22ddb735f518e1a5d011b5d4b6e3d347c014d9142984cf1de0fdb4b469f280f44790cfcb069b')
+sha512sums=('c41eb90ca5d5a746d55f7c1327ecfe58131318be5496c07638b6a891c8060e23fd666d2c3c5227a2a67f9eef8e1713038c65d9a38c5479d92426b930485e979e')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -20,24 +20,47 @@
 ["dpl1"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
 ["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
 ["fil4"]="4 band parametric equalizer with additional low+high shelf 
filters, Low and High-pass"
-["meter"]="Collection of audio-level meters"
 ["mixtri"]="Matrix mixer and trigger processor"
 ["scope"]="Simple audio oscilloscope with variable time scale, triggering, 
cursors and numeric readout"
 ["spectr"]="Spectrum Analyzer"
 ["stepseq"]="Simple step sequencer for moddevices.com"
-["tuna"]="A musical instrument tuner with strobe characteristics"
   )
   declare -A generic=(
 ["dpl1"]="Peak Limiter"
 ["fat1"]="Auto Tune"
 ["fil4"]="Parametric Equalizer"
-["meter"]="Audio Meter Collection"
 ["mixtri"]="Mixer'n'Trigger"
 ["scope"]="Oscilloscope"
 ["spectr"]="Spectrum Analyzer"
 ["stepseq"]="Step Sequencer"
-["tuna"]="Music Instrument Tuner"
   )
+  declare -A meter_types=(
+[0]='EBU R128 Meter'
+[1]='K20/RMS Meter (Stereo)'
+[2]='K14/RMS Meter (Stereo)'
+[3]='K12/RMS Meter (Stereo)'
+[4]='BBC Meter (Stereo)'
+[5]='BBC M-6'
+[6]='DIN Meter (Stereo)'
+[7]='EBU Meter (Stereo)'
+[8]='Nordic Meter (Stereo)'
+[9]='VU Meter (Stereo)'
+[10]='True-Peak and RMS Meter (Stereo)'
+[11]='DR-14 - Crest Factor Loudness Range Meter'
+[12]='Stereo Phase-Correlation Meter'
+[13]='Goniometer'
+[14]='Phase/Frequency Wheel'
+[15]='1/3 Octave Spectrum Analyzer'
+[16]='Stereo/Frequency Scope'
+[17]='Signal Distribution Histogram'
+[18]='Bit Meter'
+[19]='Surround Level 8'
+  )
+  declare -A tuna_types=(
+[0]='Instrument Tuner'
+[1]='Instrument Tuner (Spectrum)'
+  )
+
   # XDG desktop files
   for name in "${!comments[@]}"; do
 gendesk -n \
@@ -47,6 +70,26 @@
 --genericname "${generic[$name]}" \
 --categories "AudioVideo;Audio"
   done
+  for type in {0..19}; do
+gendesk -n \
+--pkgname "x42-meter-${type}" \
+--name "x42-meter ${meter_types[$type]}" \
+--pkgdesc "${meter_types[$type]}" \
+--exec "x42-meter $type" \
+--icon "x42-meter" \
+--genericname "Audio Meter" \
+--categories "AudioVideo;Audio"
+  done
+  for type in {0,1}; do
+gendesk -n \
+--pkgname "x42-tuna-${type}" \
+--name "x42-tuna ${tuna_types[$type]}" \
+--pkgdesc "${tuna_types[$type]}" \
+--exec "x42-tuna $type" \
+--icon "x42-tuna" \
+--genericname "Music Instrument Tuner" \
+--categories "AudioVideo;Audio"
+  done
 }
 
 build() {


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 22:32:38
  Author: dvzrv
Revision: 451668

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 451667, x42-plugins/trunk/PKGBUILD)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 22:32:31 UTC (rev 451667)
+++ PKGBUILD2019-04-14 22:32:38 UTC (rev 451668)
@@ -1,65 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20190206
-pkgrel=1
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins;
-license=('GPL')
-depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('a70b3646bd5c93d95055512c6134e9900201359ef6f6b57ed9ed22ddb735f518e1a5d011b5d4b6e3d347c014d9142984cf1de0fdb4b469f280f44790cfcb069b')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  declare -A comments=(
-["dpl1"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
-["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
-["fil4"]="4 band parametric equalizer with additional low+high shelf 
filters, Low and High-pass"
-["meter"]="Collection of audio-level meters"
-["mixtri"]="Matrix mixer and trigger processor"
-["scope"]="Simple audio oscilloscope with variable time scale, triggering, 
cursors and numeric readout"
-["spectr"]="Spectrum Analyzer"
-["stepseq"]="Simple step sequencer for moddevices.com"
-["tuna"]="A musical instrument tuner with strobe characteristics"
-  )
-  declare -A generic=(
-["dpl1"]="Peak Limiter"
-["fat1"]="Auto Tune"
-["fil4"]="Parametric Equalizer"
-["meter"]="Audio Meter Collection"
-["mixtri"]="Mixer'n'Trigger"
-["scope"]="Oscilloscope"
-["spectr"]="Spectrum Analyzer"
-["stepseq"]="Step Sequencer"
-["tuna"]="Music Instrument Tuner"
-  )
-  # XDG desktop files
-  for name in "${!comments[@]}"; do
-gendesk -n \
---pkgname "x42-${name}" \
---name "x42-${name}" \
---pkgdesc "${comments[$name]}" \
---genericname "${generic[$name]}" \
---categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 451667, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 22:32:38 UTC (rev 451668)
@@ -0,0 +1,108 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20190413
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins;
+license=('GPL')
+depends=('ftgl' 'glib2' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('c41eb90ca5d5a746d55f7c1327ecfe58131318be5496c07638b6a891c8060e23fd666d2c3c5227a2a67f9eef8e1713038c65d9a38c5479d92426b930485e979e')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  declare -A comments=(
+["dpl1"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
+["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
+["fil4"]="4 band parametric equalizer with additional low+high shelf 
filters, Low and High-pass"
+["mixtri"]="Matrix mixer and trigger processor"
+["scope"]="Simple audio oscilloscope with variable time scale, triggering, 
cursors and numeric readout"
+["spectr"]="Spectrum Analyzer"
+["stepseq"]="Simple step sequencer for moddevices.com"
+  )
+  declare -A generic=(
+["dpl1"]="Peak Limiter"
+["fat1"]="Auto Tune"
+["fil4"]="Parametric Equalizer"
+["mixtri"]="Mixer'n'Trigger"
+["scope"]="Oscilloscope"
+["spectr"]="Spectrum Analyzer"
+["stepseq"]="Step Sequencer"
+  )
+  declare -A meter_types=(
+[0]='EBU R128 Meter'
+[1]='K20/RMS Meter (Stereo)'
+[2]='K14/RMS Meter (Stereo)'
+[3]='K12/RMS Meter (Stereo)'
+[4]='BBC Meter (Stereo)'
+[5]='BBC M-6'
+[6]='DIN Meter (Stereo)'
+[7]='EBU Meter (Stereo)'
+  

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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 22:21:43
  Author: archange
Revision: 451666

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 451665, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 22:21:37 UTC (rev 451665)
+++ PKGBUILD2019-04-14 22:21:43 UTC (rev 451666)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium
- libxtst qt5-svg qt5-x11extras
- yubikey-personalization curl qrencode)
-makedepends=(git cmake qt5-tools)
-_tag=302f7a76f70f1e09318f903b3e38d4d0c504bee6 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

-  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 451665, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 22:21:43 UTC (rev 451666)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium
+ libxtst qt5-svg qt5-x11extras
+ yubikey-personalization curl qrencode)
+makedepends=(git cmake qt5-tools)
+_tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

+  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 22:21:37
  Author: archange
Revision: 451665

upgpkg: keepassxc 2.4.1-1

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:12:40 UTC (rev 451664)
+++ PKGBUILD2019-04-14 22:21:37 UTC (rev 451665)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=keepassxc
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  libxtst qt5-svg qt5-x11extras
  yubikey-personalization curl qrencode)
 makedepends=(git cmake qt5-tools)
-_tag=302f7a76f70f1e09318f903b3e38d4d0c504bee6 # git rev-parse ${pkgver}
+_tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
 source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
 sha256sums=('SKIP')
 validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 



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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 22:12:28
  Author: archange
Revision: 451663

upgpkg: nlopt 2.6.1-1

Modified:
  nlopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:10:47 UTC (rev 451662)
+++ PKGBUILD2019-04-14 22:12:28 UTC (rev 451663)
@@ -1,27 +1,20 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=nlopt
-pkgver=2.5.0
-pkgrel=4
-pkgdesc="nonlinear optimization library"
-arch=('x86_64')
-url="http://ab-initio.mit.edu/wiki/index.php/NLopt;
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('cmake' 'python-numpy' 'octave' 'guile' 'swig')
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Nonlinear optimization library"
+arch=(x86_64)
+url="https://nlopt.readthedocs.io/en/latest/;
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(cmake python-numpy octave guile swig)
 optdepends=('python-numpy: to use with python')
-source=("https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
nlopt-fix-guile.patch::"https://github.com/stevengj/nlopt/commit/96ebb33c3143de3e050e040e1fd11c6ee9055471.patch;
-
nlopt-fix-octave-5.patch::"https://github.com/stevengj/nlopt/commit/18cadf72cc69334091492b6137a32471e178e2ed.patch;)
-sha256sums=('c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae'
-'dd0f4ea62e92ba03e9c15b5bad15bf4202d2d7f840863acfd41baca038b20bbe'
-'84afcc709721621978915c08e0d2541c03ca504ad037db5240a821af62b6f4dc')
+source=("https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650')
 
 prepare () {
 mkdir -p build
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../nlopt-fix-guile.patch
-patch -p1 -i ../nlopt-fix-octave-5.patch
 }
 
 build() {


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 22:12:40
  Author: archange
Revision: 451664

archrelease: copy trunk to community-x86_64

Added:
  nlopt/repos/community-x86_64/PKGBUILD
(from rev 451663, nlopt/trunk/PKGBUILD)
Deleted:
  nlopt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 22:12:28 UTC (rev 451663)
+++ PKGBUILD2019-04-14 22:12:40 UTC (rev 451664)
@@ -1,43 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=nlopt
-pkgver=2.5.0
-pkgrel=4
-pkgdesc="nonlinear optimization library"
-arch=('x86_64')
-url="http://ab-initio.mit.edu/wiki/index.php/NLopt;
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('cmake' 'python-numpy' 'octave' 'guile' 'swig')
-optdepends=('python-numpy: to use with python')
-source=("https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
nlopt-fix-guile.patch::"https://github.com/stevengj/nlopt/commit/96ebb33c3143de3e050e040e1fd11c6ee9055471.patch;
-
nlopt-fix-octave-5.patch::"https://github.com/stevengj/nlopt/commit/18cadf72cc69334091492b6137a32471e178e2ed.patch;)
-sha256sums=('c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae'
-'dd0f4ea62e92ba03e9c15b5bad15bf4202d2d7f840863acfd41baca038b20bbe'
-'84afcc709721621978915c08e0d2541c03ca504ad037db5240a821af62b6f4dc')
-
-prepare () {
-mkdir -p build
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../nlopt-fix-guile.patch
-patch -p1 -i ../nlopt-fix-octave-5.patch
-}
-
-build() {
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make
-}
-
-check() {
-cd build
-ctest --output-on-failure
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-}

Copied: nlopt/repos/community-x86_64/PKGBUILD (from rev 451663, 
nlopt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 22:12:40 UTC (rev 451664)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nlopt
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Nonlinear optimization library"
+arch=(x86_64)
+url="https://nlopt.readthedocs.io/en/latest/;
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(cmake python-numpy octave guile swig)
+optdepends=('python-numpy: to use with python')
+source=("https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650')
+
+prepare () {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make
+}
+
+check() {
+cd build
+ctest --output-on-failure
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+}


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

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 22:10:47
  Author: zorun
Revision: 451662

archrelease: copy trunk to community-staging-x86_64

Added:
  kea/repos/community-staging-x86_64/
  kea/repos/community-staging-x86_64/PKGBUILD
(from rev 451661, kea/trunk/PKGBUILD)
  kea/repos/community-staging-x86_64/fix-scripts-include-path.patch
(from rev 451661, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-staging-x86_64/kea-ctrl-agent.service
(from rev 451661, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-staging-x86_64/kea-dhcp-ddns.service
(from rev 451661, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-staging-x86_64/kea-dhcp4.service
(from rev 451661, kea/trunk/kea-dhcp4.service)
  kea/repos/community-staging-x86_64/kea-dhcp6.service
(from rev 451661, kea/trunk/kea-dhcp6.service)
  kea/repos/community-staging-x86_64/tmpfiles-kea.conf
(from rev 451661, kea/trunk/tmpfiles-kea.conf)

+
 PKGBUILD   |   79 +++
 fix-scripts-include-path.patch |  266 +++
 kea-ctrl-agent.service |   14 ++
 kea-dhcp-ddns.service  |   13 +
 kea-dhcp4.service  |   14 ++
 kea-dhcp6.service  |   14 ++
 tmpfiles-kea.conf  |1 
 7 files changed, 401 insertions(+)

Copied: kea/repos/community-staging-x86_64/PKGBUILD (from rev 451661, 
kea/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 22:10:47 UTC (rev 451662)
@@ -0,0 +1,79 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: nfnty
+pkgname='kea'
+pkgver=1.5.0
+_upstreamver=1.5.0
+pkgrel=3
+pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
+arch=('x86_64')
+url='https://kea.isc.org'
+license=('MPL2')
+depends=('botan>=2.7.0' 'boost-libs' 'log4cplus' 'mariadb-libs' 
'postgresql-libs')
+makedepends=('boost'
+ 'postgresql' # Needed for some headers
+ 'python') # kea-shell
+optdepends=('mariadb: lease information database'
+'postgresql: lease information database'
+'python: to use kea-shell'
+'kea-devel-docs: developer documentation')
+# Checks are disabled for now
+#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
+backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
+
+source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
+fix-scripts-include-path.patch
+tmpfiles-kea.conf
+kea-dhcp4.service
+kea-dhcp6.service
+kea-dhcp-ddns.service
+kea-ctrl-agent.service)
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
+'SKIP'
+
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
+
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
+
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
+
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
+
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
+
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
+  # Also, it fallbacks to the absolute path inside the chrooted build dir,
+  # which will certainly not exist on the target system...
+  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  autoreconf --install
+  ./configure \
+  --prefix='/usr' \
+  --sbindir='/usr/bin' \
+  --libexecdir='/usr/bin' \
+  --sysconfdir='/etc' \
+  --localstatedir='/var' \
+  --with-dhcp-mysql \
+  --with-dhcp-pgsql \
+  --enable-shell
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  # Disable for now, some tests fail (for instance dhcp-ddns.sigterm_test)
+  #make check
+}
+
+package() {
+  cd "${srcdir}/kea-${_upstreamver}"
+  make 

[arch-commits] Commit in kea/trunk (6 files)

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 22:10:14
  Author: zorun
Revision: 451661

upgpkg: kea 1.5.0-3

Botan 2.10 rebuild

Also fix FS#61755 and FS#61564

Added:
  kea/trunk/kea-ctrl-agent.service
  kea/trunk/kea-dhcp-ddns.service
Modified:
  kea/trunk/PKGBUILD
  kea/trunk/kea-dhcp4.service
  kea/trunk/kea-dhcp6.service
  kea/trunk/tmpfiles-kea.conf

+
 PKGBUILD   |   14 +-
 kea-ctrl-agent.service |   14 ++
 kea-dhcp-ddns.service  |   13 +
 kea-dhcp4.service  |2 ++
 kea-dhcp6.service  |2 ++
 tmpfiles-kea.conf  |2 +-
 6 files changed, 41 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 21:57:09 UTC (rev 451660)
+++ PKGBUILD2019-04-14 22:10:14 UTC (rev 451661)
@@ -3,7 +3,7 @@
 pkgname='kea'
 pkgver=1.5.0
 _upstreamver=1.5.0
-pkgrel=1
+pkgrel=3
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
 arch=('x86_64')
 url='https://kea.isc.org'
@@ -24,13 +24,17 @@
 fix-scripts-include-path.patch
 tmpfiles-kea.conf
 kea-dhcp4.service
-kea-dhcp6.service)
+kea-dhcp6.service
+kea-dhcp-ddns.service
+kea-ctrl-agent.service)
 
sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
 'SKIP'
 
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
-
'13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
-
'873612cdab1c5d72105ccf379885975405e10b4e4b3b93b258293fbd304ea9f6a47e5af5357b130e603d713691d4980d8868a5ed23376e50aba6eb81b348b8cb'
-
'48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c')
+
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
+
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
+
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
+
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
+
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
 
 prepare() {

Added: kea-ctrl-agent.service
===
--- kea-ctrl-agent.service  (rev 0)
+++ kea-ctrl-agent.service  2019-04-14 22:10:14 UTC (rev 451661)
@@ -0,0 +1,14 @@
+[Unit]
+Description=ISC Kea control agent daemon
+Documentation=man:kea-ctrl-agent(8)
+Wants=network-online.target
+After=network-online.target
+After=time-sync.target
+
+[Service]
+Environment="KEA_PIDFILE_DIR=/run"
+Environment="KEA_LOCKFILE_DIR=/run/lock/kea"
+ExecStart=/usr/bin/kea-ctrl-agent -c /etc/kea/kea-ctrl-agent.conf
+
+[Install]
+WantedBy=multi-user.target

Added: kea-dhcp-ddns.service
===
--- kea-dhcp-ddns.service   (rev 0)
+++ kea-dhcp-ddns.service   2019-04-14 22:10:14 UTC (rev 451661)
@@ -0,0 +1,13 @@
+[Unit]
+Description=ISC Kea dynamic DNS daemon
+Documentation=man:kea-dhcp-ddns(8)
+Wants=network-online.target
+After=network-online.target
+After=time-sync.target
+
+[Service]
+Environment="KEA_PIDFILE_DIR=/run"
+ExecStart=/usr/bin/kea-dhcp-ddns -c /etc/kea/kea-dhcp-ddns.conf
+
+[Install]
+WantedBy=multi-user.target

Modified: kea-dhcp4.service
===
--- kea-dhcp4.service   2019-04-14 21:57:09 UTC (rev 451660)
+++ kea-dhcp4.service   2019-04-14 22:10:14 UTC (rev 451661)
@@ -6,6 +6,8 @@
 After=time-sync.target
 
 [Service]
+Environment="KEA_PIDFILE_DIR=/run"
+Environment="KEA_LOCKFILE_DIR=/run/lock/kea"
 ExecStart=/usr/bin/kea-dhcp4 -c /etc/kea/kea-dhcp4.conf
 
 [Install]

Modified: kea-dhcp6.service
===
--- kea-dhcp6.service   2019-04-14 21:57:09 UTC (rev 451660)
+++ kea-dhcp6.service   2019-04-14 22:10:14 UTC (rev 451661)
@@ -6,6 +6,8 @@
 After=time-sync.target
 
 [Service]
+Environment="KEA_PIDFILE_DIR=/run"
+Environment="KEA_LOCKFILE_DIR=/run/lock/kea"
 ExecStart=/usr/bin/kea-dhcp6 -c /etc/kea/kea-dhcp6.conf
 
 [Install]

Modified: 

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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 21:57:09
  Author: archange
Revision: 451660

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 21:56:58 UTC (rev 451659)
+++ PKGBUILD2019-04-14 21:57:09 UTC (rev 451660)
@@ -1,50 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Maintainer: Bruno Pagani 
-
-pkgname=opendht
-pkgver=1.8.1
-pkgrel=2
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
-optdepends=('python: to use the Python bindings')
-url="https://github.com/savoirfairelinux/opendht;
-license=('GPL3')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('96564cd3c7fee711e7bcd71a83fef0e02721b06c1de921abf73b1872e616f962')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DOPENDHT_TESTS=ON \
--DOPENDHT_DOCUMENTATION=OFF \
--DOPENDHT_STATIC=OFF \
--DOPENDHT_SYSTEMD=ON \
--DOPENDHT_LTO=ON \
--DOPENDHT_TOOLS=ON \
--DOPENDHT_INDEX=ON \
--DOPENDHT_PYTHON=ON \
--DOPENDHT_PROXY_SERVER=ON \
--DOPENDHT_PROXY_CLIENT=ON \
--DOPENDHT_PUSH_NOTIFICATIONS=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: opendht/repos/community-x86_64/PKGBUILD (from rev 451659, 
opendht/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 21:57:09 UTC (rev 451660)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+pkgname=opendht
+epoch=1
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=(x86_64)
+url="https://github.com/savoirfairelinux/opendht;
+license=(GPL3)
+depends=(gnutls nettle readline argon2 jsoncpp restbed)
+makedepends=(msgpack-c cmake cython systemd cppunit)
+optdepends=('python: to use the Python bindings')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('1a097edde82b8eddcc0ed82b2acb9a59b91cd3bfd7bead677763c5b46a06b1ac')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_INDEX=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 21:56:58
  Author: archange
Revision: 451659

upgpkg: opendht 1:1.9.1-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 21:32:02 UTC (rev 451658)
+++ PKGBUILD2019-04-14 21:56:58 UTC (rev 451659)
@@ -2,18 +2,18 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=opendht
-pkgver=1.8.1
-pkgrel=2
 epoch=1
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
+arch=(x86_64)
+url="https://github.com/savoirfairelinux/opendht;
+license=(GPL3)
+depends=(gnutls nettle readline argon2 jsoncpp restbed)
+makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
-url="https://github.com/savoirfairelinux/opendht;
-license=('GPL3')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('96564cd3c7fee711e7bcd71a83fef0e02721b06c1de921abf73b1872e616f962')
+sha256sums=('1a097edde82b8eddcc0ed82b2acb9a59b91cd3bfd7bead677763c5b46a06b1ac')
 
 prepare() {
   mkdir -p build
@@ -46,5 +46,5 @@
 
 package() {
   cd build
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in (4 files)

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 21:31:43
  Author: archange
Revision: 451657

Initial addition of grammalecte to [community]

Added:
  grammalecte/
  grammalecte/repos/
  grammalecte/trunk/
  grammalecte/trunk/PKGBUILD

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

Added: grammalecte/trunk/PKGBUILD
===
--- grammalecte/trunk/PKGBUILD  (rev 0)
+++ grammalecte/trunk/PKGBUILD  2019-04-14 21:31:43 UTC (rev 451657)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=grammalecte
+pkgver=1.0
+pkgrel=1
+pkgdesc="Grammar and typographic checker dedicated to the French language – 
standalone version"
+arch=(any)
+url="https://grammalecte.net/;
+license=(GPL3)
+depends=(python)
+makedepends=(unzip python-setuptools)
+options=(!emptydirs)
+source=("https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${pkgver}.zip;)
+sha256sums=('c7a35d9fbbb064d1c88bda854f3674a58bdc9985fed97f927d10380ff359c968')
+
+build() {
+  python setup.py build
+}
+
+package() {
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  mv "${pkgdir}"/usr/bin/grammalecte-cli{.py,}
+  mv "${pkgdir}"/usr/bin/grammalecte-server{.py,}
+}


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 21:32:02
  Author: archange
Revision: 451658

archrelease: copy trunk to community-any

Added:
  grammalecte/repos/community-any/
  grammalecte/repos/community-any/PKGBUILD
(from rev 451657, grammalecte/trunk/PKGBUILD)

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

Copied: grammalecte/repos/community-any/PKGBUILD (from rev 451657, 
grammalecte/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-14 21:32:02 UTC (rev 451658)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=grammalecte
+pkgver=1.0
+pkgrel=1
+pkgdesc="Grammar and typographic checker dedicated to the French language – 
standalone version"
+arch=(any)
+url="https://grammalecte.net/;
+license=(GPL3)
+depends=(python)
+makedepends=(unzip python-setuptools)
+options=(!emptydirs)
+source=("https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${pkgver}.zip;)
+sha256sums=('c7a35d9fbbb064d1c88bda854f3674a58bdc9985fed97f927d10380ff359c968')
+
+build() {
+  python setup.py build
+}
+
+package() {
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  mv "${pkgdir}"/usr/bin/grammalecte-cli{.py,}
+  mv "${pkgdir}"/usr/bin/grammalecte-server{.py,}
+}


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 21:30:31
  Author: felixonmars
Revision: 451656

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 21:30:16 UTC (rev 451655)
+++ PKGBUILD2019-04-14 21:30:31 UTC (rev 451656)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.9.3
-pkgrel=2
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'sqlite')
-optdepends=('python-psycopg2: for PostgreSQL database support'
-'mysql-python: for MySQL database support')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('de7080104bad7c55cd8a0ee50bf86a1c5617870a1425f57122729b3810078f0adb70261e3c870e117bccc5f558576418d163677d174b53a7a4f079a0033df27a')
-
-build() {
-  cd peewee-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd peewee-$pkgver
-  python runtests.py
-}
-
-package() {
-  cd peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 451655, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 21:30:31 UTC (rev 451656)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.9.4
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'sqlite')
+optdepends=('python-psycopg2: for PostgreSQL database support'
+'mysql-python: for MySQL database support')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('9c43684e98994e13d260ef5b1313e670ec28b341e20a9092fe7508d7af93f8ff8ce07ead2bdeb8e52c428acf095cc8f9f0fd67beaca4c239e94fee487cff0b89')
+
+build() {
+  cd peewee-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd peewee-$pkgver
+  python runtests.py
+}
+
+package() {
+  cd peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 21:30:16
  Author: felixonmars
Revision: 451655

upgpkg: python-peewee 3.9.4-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 21:26:32 UTC (rev 451654)
+++ PKGBUILD2019-04-14 21:30:16 UTC (rev 451655)
@@ -4,8 +4,8 @@
 # Contributor: juantascon
 
 pkgname=python-peewee
-pkgver=3.9.3
-pkgrel=2
+pkgver=3.9.4
+pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'cython')
 checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('de7080104bad7c55cd8a0ee50bf86a1c5617870a1425f57122729b3810078f0adb70261e3c870e117bccc5f558576418d163677d174b53a7a4f079a0033df27a')
+sha512sums=('9c43684e98994e13d260ef5b1313e670ec28b341e20a9092fe7508d7af93f8ff8ce07ead2bdeb8e52c428acf095cc8f9f0fd67beaca4c239e94fee487cff0b89')
 
 build() {
   cd peewee-$pkgver


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (16 files)

2019-04-14 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 14, 2019 @ 21:26:32
  Author: svenstaro
Revision: 451654

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 451653, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 451653, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
(from rev 451653, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-x86_64/demibold.patch
(from rev 451653, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 451653, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 451653, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 451653, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 451653, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-x86_64/demibold.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

+
 CMakeLists.inj |   36 -
 PKGBUILD   |  226 -
 Use-system-wide-font.patch |   68 +-
 demibold.patch |   54 +-
 libtgvoip.patch|   36 -
 no-gtk2.patch  |   58 +-
 tdesktop.patch | 1078 +--
 tg.protocol|   22 
 8 files changed, 789 insertions(+), 789 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-04-14 21:26:07 UTC (rev 451653)
+++ CMakeLists.inj  2019-04-14 21:26:32 UTC (rev 451654)
@@ -1,18 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
451653, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-04-14 21:26:32 UTC (rev 451654)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
+
+# vim: ft=cmake

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 21:26:07 UTC (rev 451653)
+++ PKGBUILD2019-04-14 21:26:32 UTC (rev 451654)
@@ -1,113 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: 

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

2019-04-14 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 14, 2019 @ 21:26:07
  Author: svenstaro
Revision: 451653

upgpkg: telegram-desktop 1.6.7-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 21:25:33 UTC (rev 451652)
+++ PKGBUILD2019-04-14 21:26:07 UTC (rev 451653)
@@ -5,7 +5,7 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.6.3
+pkgver=1.6.7
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
 "libtgvoip::git+https://github.com/telegramdesktop/libtgvoip;
 "variant::git+https://github.com/mapbox/variant;
-"Catch::git+https://github.com/philsquared/Catch;
+"Catch2::git+https://github.com/catchorg/Catch2.git;
 "GSL::git+https://github.com/Microsoft/GSL.git;
 "crl::git+https://github.com/telegramdesktop/crl.git;
 "xxHash::git+https://github.com/Cyan4973/xxHash.git;
@@ -52,7 +52,7 @@
 git config submodule.Telegram/ThirdParty/libtgvoip.url "$srcdir/libtgvoip"
 git config submodule.Telegram/ThirdParty/variant.url "$srcdir/variant"
 git config submodule.Telegram/ThirdParty/GSL.url "$srcdir/GSL"
-git config submodule.Telegram/ThirdParty/Catch.url "$srcdir/Catch"
+git config submodule.Telegram/ThirdParty/Catch.url "$srcdir/Catch2"
 git config submodule.Telegram/ThirdParty/crl.url "$srcdir/crl"
 git config submodule.Telegram/ThirdParty/xxHash.url "$srcdir/xxHash"
 git submodule update


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

2019-04-14 Thread Antonio Rojas via arch-commits
Date: Sunday, April 14, 2019 @ 21:25:33
  Author: arojas
Revision: 451652

archrelease: copy trunk to community-x86_64

Added:
  libindi/repos/community-x86_64/PKGBUILD
(from rev 451651, libindi/trunk/PKGBUILD)
Deleted:
  libindi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 21:24:50 UTC (rev 451651)
+++ PKGBUILD2019-04-14 21:25:33 UTC (rev 451652)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="https://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
-makedepends=(cmake boost qt5-base)
-#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz;)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz;)
-sha256sums=('db3b176fbff90b059546cf33a1a0bf59f3e84e26b8228e136f6493f3bd4a5e48')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/libindi/drivers/*/*.rules
-}
-
-build() {
-  cd build
-  cmake ../indi-$pkgver/libindi \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DINDI_BUILD_QT5_CLIENT=ON \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/community-x86_64/PKGBUILD (from rev 451651, 
libindi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 21:25:33 UTC (rev 451652)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="https://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
+makedepends=(cmake boost qt5-base)
+#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz;)
+sha256sums=('7037220fae4e950154211055aed6bb34b4bcf5980bee4cc2f63cf0230c9523c0')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/libindi/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../indi-$pkgver/libindi \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINDI_BUILD_QT5_CLIENT=ON \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-14 Thread Antonio Rojas via arch-commits
Date: Sunday, April 14, 2019 @ 21:24:50
  Author: arojas
Revision: 451651

archrelease: copy trunk to community-x86_64

Added:
  primecount/repos/community-x86_64/PKGBUILD
(from rev 451650, primecount/trunk/PKGBUILD)
Deleted:
  primecount/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 21:23:27 UTC (rev 451650)
+++ PKGBUILD2019-04-14 21:24:50 UTC (rev 451651)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=primecount
-pkgver=4.5
-pkgrel=1
-pkgdesc="Fast C++ prime counting function implementation"
-arch=(x86_64)
-url="https://github.com/kimwalisch/primecount;
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('bcffcc3604c7078b35faa1be7e7c4dbdbfffccb54e86c67200f3c43c2f55999d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: primecount/repos/community-x86_64/PKGBUILD (from rev 451650, 
primecount/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 21:24:50 UTC (rev 451651)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=primecount
+pkgver=4.6
+pkgrel=1
+pkgdesc="Fast C++ prime counting function implementation"
+arch=(x86_64)
+url="https://github.com/kimwalisch/primecount;
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
+sha256sums=('cf4567cbc54f3a6e99a6e202e88f6a1ec9357ea07e94699ce4014353a8b9e0d9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-04-14 Thread Antonio Rojas via arch-commits
Date: Sunday, April 14, 2019 @ 21:23:27
  Author: arojas
Revision: 451650

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 451649, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 21:20:05 UTC (rev 451649)
+++ PKGBUILD2019-04-14 21:23:27 UTC (rev 451650)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.6
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(x86_64)
-url="https://cython.org;
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('35a2c8c5e53dee0f5fcb027673ce31fed157abf367dbd26361cf8a0cd6282ec3')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python-setuptools)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2-setuptools)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 451649, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 21:23:27 UTC (rev 451650)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.7
+pkgrel=1
+pkgdesc="C-Extensions for Python"
+arch=(x86_64)
+url="https://cython.org;
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
+sha256sums=('beb698e36ec1c9cb09aaf3b9d1079aa1af5bb3f8f8eb9aacd2636c1302ff4b4e')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python-setuptools)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2-setuptools)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}


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

2019-04-14 Thread Antonio Rojas via arch-commits
Date: Sunday, April 14, 2019 @ 21:20:05
  Author: arojas
Revision: 451649

Update to 1.7.7

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 21:16:24 UTC (rev 451648)
+++ PKGBUILD2019-04-14 21:20:05 UTC (rev 451649)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libindi
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="https://www.indilib.org/index.php?title=Main_Page;
@@ -13,7 +13,7 @@
 makedepends=(cmake boost qt5-base)
 
#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz;)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz;)
-sha256sums=('db3b176fbff90b059546cf33a1a0bf59f3e84e26b8228e136f6493f3bd4a5e48')
+sha256sums=('7037220fae4e950154211055aed6bb34b4bcf5980bee4cc2f63cf0230c9523c0')
 
 prepare() {
   mkdir -p build


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

2019-04-14 Thread Antonio Rojas via arch-commits
Date: Sunday, April 14, 2019 @ 21:16:24
  Author: arojas
Revision: 451648

Update to 0.29.7

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 19:36:38 UTC (rev 451647)
+++ PKGBUILD2019-04-14 21:16:24 UTC (rev 451648)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.6
+pkgver=0.29.7
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('35a2c8c5e53dee0f5fcb027673ce31fed157abf367dbd26361cf8a0cd6282ec3')
+sha256sums=('beb698e36ec1c9cb09aaf3b9d1079aa1af5bb3f8f8eb9aacd2636c1302ff4b4e')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 21:15:12
  Author: heftig
Revision: 350786

add some deps

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 20:18:25 UTC (rev 350785)
+++ PKGBUILD2019-04-14 21:15:12 UTC (rev 350786)
@@ -8,12 +8,11 @@
 arch=(x86_64)
 license=(GPL3)
 depends=(gtksourceview4 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 webkit2gtk glade)
+ libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml)
 makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common meson)
 checkdepends=(xorg-server-xvfb)
-optdepends=('gnome-code-assistance: Legacy assistance services'
-'python-lxml: documentation support for Python auto-completion')
+optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
 _commit=6691743e0dd3434a46b6ca09392212c04284dac3  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)


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

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 20:18:25
  Author: heftig
Revision: 350785

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 350784, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-x86_64/null-icaltime.diff
(from rev 350784, gnome-calendar/trunk/null-icaltime.diff)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
  gnome-calendar/repos/extra-x86_64/null-icaltime.diff

+
 PKGBUILD   |   89 +--
 null-icaltime.diff |   28 
 2 files changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 20:17:59 UTC (rev 350784)
+++ PKGBUILD2019-04-14 20:18:25 UTC (rev 350785)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.32.0
-pkgrel=2
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome)
-_commit=f1b5d70be3d1cddb2683346834b49b3c74ed77d7  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
-null-icaltime.diff)
-sha256sums=('SKIP'
-'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../null-icaltime.diff
-}
-
-build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 350784, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 20:18:25 UTC (rev 350785)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.32.0+4+g64362206
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
+makedepends=(python appstream-glib git meson gtk-doc)
+optdepends=('evolution: ICS file import')
+groups=(gnome)
+_commit=643622069d939529eafb7aa94d95905795e6fb94  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
+null-icaltime.diff)
+sha256sums=('SKIP'
+'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../null-icaltime.diff
+}
+
+build() {
+  arch-meson $pkgname build -D documentation=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: null-icaltime.diff
===
--- null-icaltime.diff  2019-04-14 20:17:59 UTC (rev 350784)
+++ null-icaltime.diff  2019-04-14 20:18:25 UTC (rev 350785)
@@ -1,14 +0,0 @@
-diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index c7646565..8070034c 100644
 i/src/gcal-utils.c
-+++ w/src/gcal-utils.c
-@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
-   GDateTime *dt;
-   GTimeZone *tz;
- 
-+  if (!date)
-+return NULL;
-+
-   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
-   dt = g_date_time_new (tz,
- date->year,

Copied: gnome-calendar/repos/extra-x86_64/null-icaltime.diff (from rev 350784, 
gnome-calendar/trunk/null-icaltime.diff)
===
--- null-icaltime.diff  (rev 0)
+++ null-icaltime.diff  2019-04-14 20:18:25 UTC (rev 350785)
@@ -0,0 +1,14 @@
+diff --git i/src/gcal-utils.c w/src/gcal-utils.c
+index c7646565..8070034c 100644
+--- i/src/gcal-utils.c
 w/src/gcal-utils.c
+@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
+   GDateTime *dt;
+   GTimeZone *tz;
+ 
++  if (!date)
++return NULL;
++
+   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
+   dt = g_date_time_new (tz,
+ date->year,


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

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 20:17:59
  Author: heftig
Revision: 350784

3.32.0+4+g64362206-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 18:07:30 UTC (rev 350783)
+++ PKGBUILD2019-04-14 20:17:59 UTC (rev 350784)
@@ -2,16 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.32.0+4+g64362206
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
+optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=f1b5d70be3d1cddb2683346834b49b3c74ed77d7  # tags/3.32.0^0
+_commit=643622069d939529eafb7aa94d95905795e6fb94  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'
@@ -28,9 +29,7 @@
 }
 
 build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
+  arch-meson $pkgname build -D documentation=true
   ninja -C build
 }
 


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

2019-04-14 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 14, 2019 @ 19:36:38
  Author: arodseth
Revision: 451647

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 451646, kotlin/trunk/PKGBUILD)
Deleted:
  kotlin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 19:36:30 UTC (rev 451646)
+++ PKGBUILD2019-04-14 19:36:38 UTC (rev 451647)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Romain Gautier 
-
-pkgname=kotlin
-pkgver=1.3.21
-pkgrel=1
-pkgdesc='Statically typed programming language that can interoperate with Java'
-arch=(any)
-url='https://kotlinlang.org/'
-license=(APACHE custom)
-depends=('java-environment>=8')
-makedepends=(setconf)
-source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('dbc7fbed67e0fa9a2f2ef6efd89fc1ef8d92daa38bb23c1f23914869084deb56')
-
-prepare() {
-  cd "${pkgname}c/bin"
-
-  setconf kotlin  DIR /usr/bin
-  setconf kotlinc-js  DIR /usr/bin
-  setconf kotlinc-jvm DIR /usr/bin
-  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
-}
-
-package() {
-  cd "${pkgname}c"
-
-  # executables
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlin
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-js
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-jvm
-
-  # jar files
-  cd "$srcdir/${pkgname}c/lib"
-  install -d "$pkgdir/usr/share/$pkgname/lib"
-  for jar in *.jar; do
-install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
-  done
-
-  # licenses
-  cd "$srcdir/${pkgname}c/license"
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd third_party
-  for txt in *.txt; do
-install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
-  done
-
-  # build.txt must be installed for for "-version" to work
-  cd "$srcdir/${pkgname}c"
-  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
-}
-
-# getver: github.com/JetBrains/kotlin/releases/latest
-# vim: ts=2 sw=2 et:

Copied: kotlin/repos/community-any/PKGBUILD (from rev 451646, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 19:36:38 UTC (rev 451647)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.3.30
+pkgrel=1
+pkgdesc='Statically typed programming language that can interoperate with Java'
+arch=(any)
+url='https://kotlinlang.org/'
+license=(APACHE custom)
+depends=('java-environment>=8')
+makedepends=(setconf)
+source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
+sha256sums=('3d5c2219357ec0a247ba45377a5b544876871ce230da90e739953531bdec')
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin  DIR /usr/bin
+  setconf kotlinc-js  DIR /usr/bin
+  setconf kotlinc-jvm DIR /usr/bin
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+}
+
+package() {
+  cd "${pkgname}c"
+
+  # executables
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlin
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-js
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-jvm
+
+  # jar files
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  # licenses
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+
+  # build.txt must be installed for for "-version" to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
+}
+
+# getver: github.com/JetBrains/kotlin/releases/latest
+# vim: ts=2 sw=2 et:


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

2019-04-14 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 14, 2019 @ 19:36:30
  Author: arodseth
Revision: 451646

upgpkg: kotlin 1.3.30-1

Modified:
  kotlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 19:02:23 UTC (rev 451645)
+++ PKGBUILD2019-04-14 19:36:30 UTC (rev 451646)
@@ -2,7 +2,7 @@
 # Contributor: Romain Gautier 
 
 pkgname=kotlin
-pkgver=1.3.21
+pkgver=1.3.30
 pkgrel=1
 pkgdesc='Statically typed programming language that can interoperate with Java'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('java-environment>=8')
 makedepends=(setconf)
 
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('dbc7fbed67e0fa9a2f2ef6efd89fc1ef8d92daa38bb23c1f23914869084deb56')
+sha256sums=('3d5c2219357ec0a247ba45377a5b544876871ce230da90e739953531bdec')
 
 prepare() {
   cd "${pkgname}c/bin"


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

2019-04-14 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 14, 2019 @ 19:02:23
  Author: arodseth
Revision: 451645

archrelease: copy trunk to community-staging-x86_64

Added:
  botan/repos/community-staging-x86_64/PKGBUILD
(from rev 451644, botan/trunk/PKGBUILD)
  botan/repos/community-staging-x86_64/botan.key
(from rev 451644, botan/trunk/botan.key)
Deleted:
  botan/repos/community-staging-x86_64/PKGBUILD
  botan/repos/community-staging-x86_64/botan.key

---+
 PKGBUILD  |   98 ++--
 botan.key |   70 +-
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 19:02:05 UTC (rev 451644)
+++ PKGBUILD2019-04-14 19:02:23 UTC (rev 451645)
@@ -1,49 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-# Contributor: Jack Lloyd 
-
-pkgname=botan
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-arch=(x86_64)
-url='https://botan.randombit.net/'
-license=(BSD)
-makedepends=(python)
-optdepends=('python: for using botan2.py')
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119'
-'SKIP')
-
-build() {
-  cd "${pkgname^}-$pkgver"
-
-  # botan benefits from -O3. Upstream is using it when testing.
-  CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
---prefix=/usr \
---with-bzip \
---with-lzma \
---with-zlib \
---with-os-feature=getrandom
-
-  make
-}
-
-check() {
-  cd "${pkgname^}-$pkgver"
-
-  ./botan-test
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C "${pkgname^}-$pkgver" install
-  install -Dm644 "${pkgname^}-$pkgver/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/randombit/botan
-# vim: ts=2 sw=2 et:

Copied: botan/repos/community-staging-x86_64/PKGBUILD (from rev 451644, 
botan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 19:02:23 UTC (rev 451645)
@@ -0,0 +1,49 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+# Contributor: Jack Lloyd 
+
+pkgname=botan
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+arch=(x86_64)
+url='https://botan.randombit.net/'
+license=(BSD)
+makedepends=(python)
+optdepends=('python: for using botan2.py')
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+sha256sums=('88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31'
+'SKIP')
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  # botan benefits from -O3. Upstream is using it when testing.
+  CXXFLAGS="$CXXFLAGS -O3" \
+./configure.py \
+--prefix=/usr \
+--with-bzip \
+--with-lzma \
+--with-zlib \
+--with-os-feature=getrandom
+  make
+}
+
+check() {
+  cd "${pkgname^}-$pkgver"
+
+  ./botan-test
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C "${pkgname^}-$pkgver" install
+  install -Dm644 "${pkgname^}-$pkgver/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/randombit/botan
+# vim: ts=2 sw=2 et:

Deleted: botan.key
===
--- botan.key   2019-04-14 19:02:05 UTC (rev 451644)
+++ botan.key   2019-04-14 19:02:23 UTC (rev 451645)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1
-4hKV75nB7ZO6676SEZRILYM+7RJwKAKEmEPJc6hEf94VXn9ecNzaTlHgYkjhz9db
-LOd3od9XvuUw+LMR1dwBqMxbvR90MiXjbedDEkbArcZB9YOAIvEX/lC3qaW4XJt4
-iwHWl/YVZEfALcvQywe2CDrH5hO794wd9MpBAAYptBZCb3RhbiBEaXN0cmlidXRp
-b24gS2V5iQEqBBMBAgAUAhsDAh4BAheABQJKfFpnBBUKCQgACgkQYhHr8e+637xk
-PQf/aOi78XenwwvFrwXOVIVTdZIf8rK1zJksf26h09UD8uVV6z5iiTcpn86+eN9p
-6Ar8IH3tD+JuFnPSwZ/r9MNC2XZwenYo4Gb14jqM6/9hBe328vmeM4Y1G7bD4HrL
-kgV5WEyokqm3zbp3FBLr3Vh68TAC5JB9aHevra+cCA2u3vBNI3YUM5z4TdO150P3
-J00whkqImQEUni8bgxvllBLFM+uhucsX3HZWkoDEpotbg8yd0bqMkiPEyMr1OnJq
-eDVDMrB5wnyLgLFfRAAw3mopM0C1PNOAHr/BIYiaDHX2OwnOfep8rMDoRVf2Ge0D
-DBgsJJ6LduQHLeg403SHWL2F6YkCHAQTAQIABgUCQYPWUgAKCRBcD5boTsFta+r9
-EACWVis7YcaGkKKgRB/5ox8rM36XVhMXdh/hnnGHt5rapbbRRkRHRcWU8WIcFO1A

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

2019-04-14 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 14, 2019 @ 19:02:05
  Author: arodseth
Revision: 451644

upgpkg: botan 2.10.0-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 17:54:41 UTC (rev 451643)
+++ PKGBUILD2019-04-14 19:02:05 UTC (rev 451644)
@@ -6,7 +6,7 @@
 # Contributor: Jack Lloyd 
 
 pkgname=botan
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('python: for using botan2.py')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119'
+sha256sums=('88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31'
 'SKIP')
 
 build() {
@@ -23,13 +23,13 @@
   cd "${pkgname^}-$pkgver"
 
   # botan benefits from -O3. Upstream is using it when testing.
-  CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
+  CXXFLAGS="$CXXFLAGS -O3" \
+./configure.py \
 --prefix=/usr \
 --with-bzip \
 --with-lzma \
 --with-zlib \
 --with-os-feature=getrandom
-
   make
 }
 


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

2019-04-14 Thread Antonio Rojas via arch-commits
Date: Sunday, April 14, 2019 @ 17:54:41
  Author: arojas
Revision: 451643

Update to 4.6

Modified:
  primecount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 17:11:00 UTC (rev 451642)
+++ PKGBUILD2019-04-14 17:54:41 UTC (rev 451643)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=primecount
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc="Fast C++ prime counting function implementation"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('bcffcc3604c7078b35faa1be7e7c4dbdbfffccb54e86c67200f3c43c2f55999d')
+sha256sums=('cf4567cbc54f3a6e99a6e202e88f6a1ec9357ea07e94699ce4014353a8b9e0d9')
 
 prepare() {
   mkdir -p build


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

2019-04-14 Thread Christian Rebischke via arch-commits
Date: Sunday, April 14, 2019 @ 17:11:00
  Author: shibumi
Revision: 451642

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/PKGBUILD
(from rev 451641, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 451641, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 451641, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 451641, vault/trunk/vault.service)
  vault/repos/community-x86_64/vault.sysusers
(from rev 451641, vault/trunk/vault.sysusers)
  vault/repos/community-x86_64/vault.tmpfiles
(from rev 451641, vault/trunk/vault.tmpfiles)
Deleted:
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service
  vault/repos/community-x86_64/vault.sysusers
  vault/repos/community-x86_64/vault.tmpfiles

+
 PKGBUILD   |  146 +++
 vault.hcl  |   38 +++---
 vault.install  |   18 +++---
 vault.service  |   44 
 vault.sysusers |2 
 vault.tmpfiles |2 
 6 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 17:10:48 UTC (rev 451641)
+++ PKGBUILD2019-04-14 17:11:00 UTC (rev 451642)
@@ -1,73 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-# Contributor: Sebastian Rakel sebast...@devunit.eu
-
-pkgname='vault'
-pkgdesc='A tool for managing secrets'
-pkgver='1.1.0'
-pkgrel='1'
-url="https://vaultproject.io/;
-license=('MPL')
-arch=('x86_64')
-makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
-depends=('glibc')
-install='vault.install'
-backup=('etc/vault.hcl')
-_vault_commit='36aa8c8dd1936e10ebd7a4c1d412ae0e6f7900bd'
-source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
-'vault.service'
-'vault.sysusers'
-'vault.tmpfiles'
-'vault.hcl')
-sha512sums=('SKIP'
-
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
-
'92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928'
-
'073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e'
-
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
-
-prepare () {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" "src/github.com/hashicorp/${pkgname}"
-  # this is temporary
-  go get github.com/kardianos/govendor
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/hashicorp/${pkgname}"
-}
-
-build () {
-  cd $PACKAGE_ROOT
-
-  # We will provide these packages in the future ourself
-  govendor fetch github.com/mitchellh/gox
-  govendor fetch github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  govendor fetch github.com/hashicorp/go-bindata/go-bindata
-
-  cd $PACKAGE_ROOT/vendor/github.com/hashicorp/go-bindata/go-bindata
-  go build
-  go install
-
-  cd 
$PACKAGE_ROOT/vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  go build
-  go install
-
-  cd $PACKAGE_ROOT/vendor/github.com/mitchellh/gox
-  go build
-  go install
-
-  cd $PACKAGE_ROOT
-  XC_OSARCH='linux/amd64' make static-dist bin
-}
-
-package () {
-  cd ${PACKAGE_ROOT}
-  install -Dm755 bin/vault "${pkgdir}/usr/bin/vault"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
-  install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
-  install -Dm644 "${srcdir}/vault.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/vault.conf"
-  install -Dm644 "${srcdir}/vault.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/vault.conf"
-  for file in README.md CHANGELOG.md ; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/doc/${pkgname}/${file}"
-  done
-}

Copied: vault/repos/community-x86_64/PKGBUILD (from rev 451641, 
vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 17:11:00 UTC (rev 451642)
@@ -0,0 +1,73 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+# Contributor: Sebastian Rakel sebast...@devunit.eu
+
+pkgname='vault'
+pkgdesc='A tool for managing secrets'
+pkgver='1.1.1'
+pkgrel='1'
+url="https://vaultproject.io/;
+license=('MPL')
+arch=('x86_64')
+makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
+depends=('glibc')
+install='vault.install'
+backup=('etc/vault.hcl')

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

2019-04-14 Thread Christian Rebischke via arch-commits
Date: Sunday, April 14, 2019 @ 17:10:48
  Author: shibumi
Revision: 451641

upgpkg: vault 1.1.1-1

Modified:
  vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 16:00:52 UTC (rev 451640)
+++ PKGBUILD2019-04-14 17:10:48 UTC (rev 451641)
@@ -4,7 +4,7 @@
 
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
-pkgver='1.1.0'
+pkgver='1.1.1'
 pkgrel='1'
 url="https://vaultproject.io/;
 license=('MPL')
@@ -13,7 +13,7 @@
 depends=('glibc')
 install='vault.install'
 backup=('etc/vault.hcl')
-_vault_commit='36aa8c8dd1936e10ebd7a4c1d412ae0e6f7900bd'
+_vault_commit='a3dcd63451cf6da1d04928b601bbe9748d53842e'
 source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
 'vault.service'
 'vault.sysusers'


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

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 16:00:51
  Author: heftig
Revision: 350780

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
(from rev 350779, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 16:00:28 UTC (rev 350779)
+++ PKGBUILD2019-04-14 16:00:51 UTC (rev 350780)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.43.0
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable_docs=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 350779, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 16:00:51 UTC (rev 350780)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.43.0
+pkgrel=2
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # Fix .pc
+  git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037
+}
+
+build() {
+  arch-meson pango build -D enable_docs=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}


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

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 16:00:52
  Author: heftig
Revision: 451640

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 16:00:26 UTC (rev 451639)
+++ PKGBUILD2019-04-14 16:00:52 UTC (rev 451640)
@@ -1,45 +0,0 @@
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-pango
-pkgver=1.43.0
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
-makedepends=(gobject-introspection git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  arch-meson pango build --libdir=/usr/lib32
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -r "$pkgdir"/usr/{bin,lib,share,include}
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 451639, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 16:00:52 UTC (rev 451640)
@@ -0,0 +1,48 @@
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.43.0
+pkgrel=2
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(gobject-introspection git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # Fix .pc
+  git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  arch-meson pango build --libdir=/usr/lib32
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -r "$pkgdir"/usr/{bin,lib,share,include}
+}


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

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 16:00:28
  Author: heftig
Revision: 350779

1.43.0-2

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:13:10 UTC (rev 350778)
+++ PKGBUILD2019-04-14 16:00:28 UTC (rev 350779)
@@ -2,7 +2,7 @@
 
 pkgname=pango
 pkgver=1.43.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
@@ -16,16 +16,19 @@
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd pango
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd pango
+
+  # Fix .pc
+  git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037
 }
 
 build() {
-  arch-meson $pkgname build -D enable_docs=true
+  arch-meson pango build -D enable_docs=true
   ninja -C build
 }
 


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

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 16:00:26
  Author: heftig
Revision: 451639

1.43.0-2

Modified:
  lib32-pango/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 15:36:41 UTC (rev 451638)
+++ PKGBUILD2019-04-14 16:00:26 UTC (rev 451639)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-pango
 pkgver=1.43.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 url="https://www.pango.org/;
@@ -24,6 +24,9 @@
 
 prepare() {
   cd pango
+
+  # Fix .pc
+  git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037
 }
 
 build() {


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

2019-04-14 Thread Filipe Laíns via arch-commits
Date: Sunday, April 14, 2019 @ 15:36:41
  Author: ffy00
Revision: 451638

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 451637, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 15:36:25 UTC (rev 451637)
+++ PKGBUILD2019-04-14 15:36:41 UTC (rev 451638)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.8
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('4fbe59e034051b29e34eb3afba2db84a789c4f0ada8e26ee341f855c16417be7d29445bb8b5119796bc333a76714c2f450358c7d6ee1852420934b91c7ba86b2')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 451637, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 15:36:41 UTC (rev 451638)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.9
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+ 'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: Limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: Maximizer'
+'rubberband: Pitch shifting'
+'mda.lv2: Loudness'
+'lsp-plugins: Equalizer'
+'yelp: Documentation')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('aa47b546f13ef29d03c907dfeeba0ecb531ba07bb5bbb7bc49399bceb75583c58c9e188557c1d77c02b8b50e5cac9562b6fc882750c14d755ec0d294e8b60105')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-04-14 Thread Filipe Laíns via arch-commits
Date: Sunday, April 14, 2019 @ 15:36:25
  Author: ffy00
Revision: 451637

upgpkg: pulseeffects 4.5.9-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 15:31:30 UTC (rev 451636)
+++ PKGBUILD2019-04-14 15:36:25 UTC (rev 451637)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.5.8
+pkgver=4.5.9
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 'lsp-plugins: Equalizer'
 'yelp: Documentation')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('4fbe59e034051b29e34eb3afba2db84a789c4f0ada8e26ee341f855c16417be7d29445bb8b5119796bc333a76714c2f450358c7d6ee1852420934b91c7ba86b2')
+sha512sums=('aa47b546f13ef29d03c907dfeeba0ecb531ba07bb5bbb7bc49399bceb75583c58c9e188557c1d77c02b8b50e5cac9562b6fc882750c14d755ec0d294e8b60105')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-04-14 Thread Laurent Carlier via arch-commits
Date: Sunday, April 14, 2019 @ 15:31:30
  Author: lcarlier
Revision: 451636

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 451635, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 451635, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 ++
 PKGBUILD |  165 +
 2 files changed, 248 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 451635, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2019-04-14 15:31:30 UTC (rev 451636)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 451635, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-04-14 15:31:30 UTC (rev 451636)
@@ -0,0 +1,165 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
+pkgver=19.0.2
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 

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

2019-04-14 Thread Laurent Carlier via arch-commits
Date: Sunday, April 14, 2019 @ 15:31:24
  Author: lcarlier
Revision: 451635

upgpkg: lib32-mesa 19.0.2-1

upstream update 19.0.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 14:43:30 UTC (rev 451634)
+++ PKGBUILD2019-04-14 15:31:24 UTC (rev 451635)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=19.0.1
+pkgver=19.0.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('13afade840dfc44198b08298c9ebeb24c626c98bfff3ec6d08daaaea690ea9d47af466c877146f9afa3b45035e02c1e21fdc4b53a79c99e38dfc6126efe8ece5'
+sha512sums=('6b317205efa7d62150fae23489fbad5f062ecde99fb5b210fa7ccbed2e0ef60aee1f1e66e2c606ea5d59193c3218f732556706ab3b645b175044342d88984d51'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in appstream-generator/repos/community-x86_64 (2 files)

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:43:30
  Author: wild
Revision: 451634

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 451633, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:43:19 UTC (rev 451633)
+++ PKGBUILD2019-04-14 14:43:30 UTC (rev 451634)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.7.7
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
-sha256sums=('bf3b2996897f12f817ce8189e64b7dc9e79acc3e749f7f5b292e024cde511dd1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 451633, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:43:30 UTC (rev 451634)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.7.7
+pkgrel=2
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator;
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('bf3b2996897f12f817ce8189e64b7dc9e79acc3e749f7f5b292e024cde511dd1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:43:19
  Author: wild
Revision: 451633

upgpkg: appstream-generator 0.7.7-2

Rebuilt against new ldc

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 14:42:44 UTC (rev 451632)
+++ PKGBUILD2019-04-14 14:43:19 UTC (rev 451633)
@@ -2,7 +2,7 @@
 
 pkgname=appstream-generator
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator;


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

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:42:44
  Author: wild
Revision: 451632

archrelease: copy trunk to community-x86_64

Added:
  d-containers/repos/community-x86_64/PKGBUILD
(from rev 451631, d-containers/trunk/PKGBUILD)
Deleted:
  d-containers/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:42:32 UTC (rev 451631)
+++ PKGBUILD2019-04-14 14:42:44 UTC (rev 451632)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-containers
-_pkgname=containers
-_pkgver=0.8.0-alpha.11
-pkgver=${_pkgver/-/}
-pkgrel=4
-pkgdesc='Containers for D backed by std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/containers'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('meson' 'ldc' 'd-stdx-allocator')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
-sha512sums=('7673c677bdab87b3e4fbf7b64532f005fc31e428f18b0db1199f5376125303acdd65579e85d6a7182c47916f10ef7d421b0cc388d74eca4658167701eef98864')
-
-build() {
-  mkdir -p $_pkgname-$_pkgver/build
-  cd $_pkgname-$_pkgver/build
-
-  # Force build with LDC
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$_pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$_pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-containers/repos/community-x86_64/PKGBUILD (from rev 451631, 
d-containers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:42:44 UTC (rev 451632)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-containers
+_pkgname=containers
+_pkgver=0.8.0-alpha.13
+pkgver=${_pkgver/-/}
+pkgrel=1
+pkgdesc='Containers for D backed by std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/containers'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('meson' 'ldc' 'd-stdx-allocator')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
+sha512sums=('15615efe538396130d07d8ec93f552945908edd58a3bb4bed27c22d9c42b4d9fc8c9f665aac946994e53a2f04f1bb59b3dc6546151a0cbd45e7fd60ce9b48d87')
+
+build() {
+  mkdir -p $_pkgname-$_pkgver/build
+  cd $_pkgname-$_pkgver/build
+
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$_pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$_pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:42:32
  Author: wild
Revision: 451631

upgpkg: d-containers 0.8.0alpha.13-1

Updated to 0.9.0-alpha.13

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 14:42:00 UTC (rev 451630)
+++ PKGBUILD2019-04-14 14:42:32 UTC (rev 451631)
@@ -2,9 +2,9 @@
 
 pkgname=d-containers
 _pkgname=containers
-_pkgver=0.8.0-alpha.11
+_pkgver=0.8.0-alpha.13
 pkgver=${_pkgver/-/}
-pkgrel=4
+pkgrel=1
 pkgdesc='Containers for D backed by std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/containers'
@@ -12,7 +12,7 @@
 depends=('liblphobos')
 makedepends=('meson' 'ldc' 'd-stdx-allocator')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
-sha512sums=('7673c677bdab87b3e4fbf7b64532f005fc31e428f18b0db1199f5376125303acdd65579e85d6a7182c47916f10ef7d421b0cc388d74eca4658167701eef98864')
+sha512sums=('15615efe538396130d07d8ec93f552945908edd58a3bb4bed27c22d9c42b4d9fc8c9f665aac946994e53a2f04f1bb59b3dc6546151a0cbd45e7fd60ce9b48d87')
 
 build() {
   mkdir -p $_pkgname-$_pkgver/build


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

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:41:48
  Author: wild
Revision: 451629

upgpkg: vibe-d 0.8.5-1

Updated to 0.8.5

Modified:
  vibe-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 14:41:28 UTC (rev 451628)
+++ PKGBUILD2019-04-14 14:41:48 UTC (rev 451629)
@@ -2,8 +2,8 @@
 
 pkgname=vibe-d
 _pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=4
+pkgver=0.8.5
+pkgrel=1
 pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
 arch=('x86_64')
 url='https://vibed.org'
@@ -11,17 +11,14 @@
 depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
 makedepends=('meson' 'ldc' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
-"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch;)
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
-
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
+
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
+sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
+
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
 
 prepare() {
   cd $_pkgname-$pkgver
 
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-
-   patch -p1 < "$srcdir"/fix-aa-tests.patch
+  patch -p1 < "$srcdir"/fix-meson.patch
 }
 
 build() {


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

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:42:00
  Author: wild
Revision: 451630

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 451629, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:41:48 UTC (rev 451629)
+++ PKGBUILD2019-04-14 14:42:00 UTC (rev 451630)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=4
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
-"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch;)
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
-
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-
-   patch -p1 < "$srcdir"/fix-aa-tests.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 451629, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:42:00 UTC (rev 451630)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
+
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
+sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
+
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -p1 < "$srcdir"/fix-meson.patch
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in d-stdx-allocator/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:41:28
  Author: wild
Revision: 451628

archrelease: copy trunk to community-x86_64

Added:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD
(from rev 451627, d-stdx-allocator/trunk/PKGBUILD)
Deleted:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:41:16 UTC (rev 451627)
+++ PKGBUILD2019-04-14 14:41:28 UTC (rev 451628)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=stdx-allocator
-pkgname=d-$_pkgname
-pkgver=3.0.2
-pkgrel=2
-pkgdesc='Extracted std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/stdx-allocator'
-license=('Boost')
-depends=('liblphobos' 'd-mir-core')
-makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be')
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-stdx-allocator/repos/community-x86_64/PKGBUILD (from rev 451627, 
d-stdx-allocator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:41:28 UTC (rev 451628)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-stdx-allocator
+_pkgname=stdx-allocator
+pkgver=3.0.2
+pkgrel=3
+pkgdesc='Extracted std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/stdx-allocator'
+license=('Boost')
+depends=('liblphobos' 'd-mir-core')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+
"add-dependency.patch::https://github.com/dlang-community/stdx-allocator/commit/676b4c782ba9c484864075508c27ef44399396f7.patch;)
+sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be'
+
'13d52d3bb4d90e7b5fb3163f1761c20a57a59be1306ac665fea0eb9331864821d77e790f8ca6027b1936a6930085d2ccca7a1d49d4bd139a939e2c58f03bd47a')
+
+prepare() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  patch -p1 < "$srcdir"/add-dependency.patch
+}
+
+build() {
+  mkdir "$srcdir"/$_pkgname-$pkgver/build
+  cd "$srcdir"/$_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:41:16
  Author: wild
Revision: 451627

upgpkg: d-stdx-allocator 3.0.2-3

Rebuilt against new ldc and added dependency patch

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 14:39:51 UTC (rev 451626)
+++ PKGBUILD2019-04-14 14:41:16 UTC (rev 451627)
@@ -1,9 +1,9 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
+pkgname=d-stdx-allocator
 _pkgname=stdx-allocator
-pkgname=d-$_pkgname
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'
@@ -10,12 +10,20 @@
 license=('Boost')
 depends=('liblphobos' 'd-mir-core')
 makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+
"add-dependency.patch::https://github.com/dlang-community/stdx-allocator/commit/676b4c782ba9c484864075508c27ef44399396f7.patch;)
+sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be'
+
'13d52d3bb4d90e7b5fb3163f1761c20a57a59be1306ac665fea0eb9331864821d77e790f8ca6027b1936a6930085d2ccca7a1d49d4bd139a939e2c58f03bd47a')
 
+prepare() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  patch -p1 < "$srcdir"/add-dependency.patch
+}
+
 build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
+  mkdir "$srcdir"/$_pkgname-$pkgver/build
+  cd "$srcdir"/$_pkgname-$pkgver/build
 
   export DC=ldc
 
@@ -25,13 +33,13 @@
 }
 
 check() {
-  cd $_pkgname-$pkgver/build
+  cd "$srcdir"/$_pkgname-$pkgver/build
 
   meson test
 }
 
 package() {
-  cd $_pkgname-$pkgver/build
+  cd "$srcdir"/$_pkgname-$pkgver/build
 
   DESTDIR="$pkgdir" ninja install
 }


[arch-commits] Commit in d-mir-core/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:39:51
  Author: wild
Revision: 451626

archrelease: copy trunk to community-x86_64

Added:
  d-mir-core/repos/community-x86_64/PKGBUILD
(from rev 451625, d-mir-core/trunk/PKGBUILD)
Deleted:
  d-mir-core/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:35:10 UTC (rev 451625)
+++ PKGBUILD2019-04-14 14:39:51 UTC (rev 451626)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=mir-core
-pkgname=d-$_pkgname
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Base software building blocks and conventions for libmir'
-arch=('x86_64')
-url='https://github.com/libmir/mir-core'
-license=('custom:BSL')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('c4b4afb6f267ed6edd5ad8c6c311ec72f62791623d2eb636d6878e20415ea78ca90e02d1a4a40dd18a30b042b3f3f9b6319e0e3de629c78787fc35f0e207843d')
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: d-mir-core/repos/community-x86_64/PKGBUILD (from rev 451625, 
d-mir-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:39:51 UTC (rev 451626)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=mir-core
+pkgname=d-$_pkgname
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Base software building blocks and conventions for libmir'
+arch=('x86_64')
+url='https://github.com/libmir/mir-core'
+license=('custom:BSL')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c4b4afb6f267ed6edd5ad8c6c311ec72f62791623d2eb636d6878e20415ea78ca90e02d1a4a40dd18a30b042b3f3f9b6319e0e3de629c78787fc35f0e207843d')
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2019-04-14 Thread Maxim Baz via arch-commits
Date: Sunday, April 14, 2019 @ 14:35:10
  Author: maximbaz
Revision: 451625

archrelease: copy trunk to community-any

Added:
  browserpass-firefox/repos/community-any/PKGBUILD
(from rev 451624, browserpass-firefox/trunk/PKGBUILD)
Deleted:
  browserpass-firefox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:35:06 UTC (rev 451624)
+++ PKGBUILD2019-04-14 14:35:10 UTC (rev 451625)
@@ -1,39 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=browserp...@maximbaz.com
-_name=browserpass-extension
-pkgname=browserpass-firefox
-pkgver=3.0.9
-pkgrel=1
-pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
-arch=('any')
-url="https://github.com/browserpass/${_name};
-license=('ISC')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip"
-
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
-noextract=("${pkgname}-${pkgver}.zip")
-sha256sums=('c59c84713f77a672e71720e0526a037aab8e206e34bb2bed0035ad3cd5f8e6e8'
-'SKIP'
-'ea8738ea89deaa31df9477e4f6cba90cb40d01e3e1e39b36afdcab763cf54dee')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-mkdir -p "${pkgname}-${pkgver}"
-bsdtar -vxf "${pkgname}-${pkgver}.zip" -C "${pkgname}-${pkgver}"
-}
-
-package() {
-
_dest="${pkgdir}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/${_id}"
-install -dm755 "${_dest}"
-cp -a "${pkgname}-${pkgver}"/* "${_dest}"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-firefox/repos/community-any/PKGBUILD (from rev 451624, 
browserpass-firefox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:35:10 UTC (rev 451625)
@@ -0,0 +1,39 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=browserp...@maximbaz.com
+_name=browserpass-extension
+pkgname=browserpass-firefox
+pkgver=3.0.10
+pkgrel=1
+pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
+arch=('any')
+url="https://github.com/browserpass/${_name};
+license=('ISC')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip"
+
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
+noextract=("${pkgname}-${pkgver}.zip")
+sha256sums=('edee1e53c19eb2538efcb65ad74ccd558c07703cea3181efc5bfa7d6dcc7eb97'
+'SKIP'
+'ea8738ea89deaa31df9477e4f6cba90cb40d01e3e1e39b36afdcab763cf54dee')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+mkdir -p "${pkgname}-${pkgver}"
+bsdtar -vxf "${pkgname}-${pkgver}.zip" -C "${pkgname}-${pkgver}"
+}
+
+package() {
+
_dest="${pkgdir}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/${_id}"
+install -dm755 "${_dest}"
+cp -a "${pkgname}-${pkgver}"/* "${_dest}"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-04-14 Thread Maxim Baz via arch-commits
Date: Sunday, April 14, 2019 @ 14:35:06
  Author: maximbaz
Revision: 451624

upgpkg: browserpass-firefox 3.0.10-1

Modified:
  browserpass-firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 14:32:16 UTC (rev 451623)
+++ PKGBUILD2019-04-14 14:35:06 UTC (rev 451624)
@@ -3,7 +3,7 @@
 _id=browserp...@maximbaz.com
 _name=browserpass-extension
 pkgname=browserpass-firefox
-pkgver=3.0.9
+pkgver=3.0.10
 pkgrel=1
 pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
 arch=('any')
@@ -14,7 +14,7 @@
 
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
 
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
 noextract=("${pkgname}-${pkgver}.zip")
-sha256sums=('c59c84713f77a672e71720e0526a037aab8e206e34bb2bed0035ad3cd5f8e6e8'
+sha256sums=('edee1e53c19eb2538efcb65ad74ccd558c07703cea3181efc5bfa7d6dcc7eb97'
 'SKIP'
 'ea8738ea89deaa31df9477e4f6cba90cb40d01e3e1e39b36afdcab763cf54dee')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')


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

2019-04-14 Thread Maxim Baz via arch-commits
Date: Sunday, April 14, 2019 @ 14:32:16
  Author: maximbaz
Revision: 451623

archrelease: copy trunk to community-any

Added:
  browserpass-chromium/repos/community-any/PKGBUILD
(from rev 451622, browserpass-chromium/trunk/PKGBUILD)
Deleted:
  browserpass-chromium/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:32:11 UTC (rev 451622)
+++ PKGBUILD2019-04-14 14:32:16 UTC (rev 451623)
@@ -1,43 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
-_name=browserpass-extension
-pkgname=browserpass-chromium
-pkgver=3.0.9
-pkgrel=1
-pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
-arch=('any')
-url="https://github.com/browserpass/${_name};
-license=('ISC')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
-
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
-noextract=("${pkgname}-${pkgver}.crx")
-sha256sums=('14bf7e18d57b6529164113aee02b111421cee0924e14110911e1abe11127b180'
-'SKIP'
-'ea8738ea89deaa31df9477e4f6cba90cb40d01e3e1e39b36afdcab763cf54dee')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-# Create extension json
-cat << EOF > "${_id}".json
-{
-"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
-"external_version": "${pkgver}"
-}
-EOF
-}
-
-package() {
-install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
-install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-chromium/repos/community-any/PKGBUILD (from rev 451622, 
browserpass-chromium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:32:16 UTC (rev 451623)
@@ -0,0 +1,43 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
+_name=browserpass-extension
+pkgname=browserpass-chromium
+pkgver=3.0.10
+pkgrel=1
+pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
+arch=('any')
+url="https://github.com/browserpass/${_name};
+license=('ISC')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
+
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
+noextract=("${pkgname}-${pkgver}.crx")
+sha256sums=('782cd40ffdaeebc43e03e791150d4171f514f1691e0d1e850dd067b9a0527c5f'
+'SKIP'
+'ea8738ea89deaa31df9477e4f6cba90cb40d01e3e1e39b36afdcab763cf54dee')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+# Create extension json
+cat << EOF > "${_id}".json
+{
+"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
+"external_version": "${pkgver}"
+}
+EOF
+}
+
+package() {
+install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
+install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-04-14 Thread Maxim Baz via arch-commits
Date: Sunday, April 14, 2019 @ 14:32:11
  Author: maximbaz
Revision: 451622

upgpkg: browserpass-chromium 3.0.10-1

Modified:
  browserpass-chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:52:48 UTC (rev 451621)
+++ PKGBUILD2019-04-14 14:32:11 UTC (rev 451622)
@@ -3,7 +3,7 @@
 _id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
 _name=browserpass-extension
 pkgname=browserpass-chromium
-pkgver=3.0.9
+pkgver=3.0.10
 pkgrel=1
 pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
 arch=('any')
@@ -14,7 +14,7 @@
 
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
 
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
 noextract=("${pkgname}-${pkgver}.crx")
-sha256sums=('14bf7e18d57b6529164113aee02b111421cee0924e14110911e1abe11127b180'
+sha256sums=('782cd40ffdaeebc43e03e791150d4171f514f1691e0d1e850dd067b9a0527c5f'
 'SKIP'
 'ea8738ea89deaa31df9477e4f6cba90cb40d01e3e1e39b36afdcab763cf54dee')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:52:48
  Author: felixonmars
Revision: 451621

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  380 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 199 insertions(+), 199 deletions(-)

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

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

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

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

2019-04-14 Thread Laurent Carlier via arch-commits
Date: Sunday, April 14, 2019 @ 13:51:58
  Author: lcarlier
Revision: 451618

upgpkg: openttd 1.9.1-1

upstream update 1.9.1

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:51:45 UTC (rev 451617)
+++ PKGBUILD2019-04-14 13:51:58 UTC (rev 451618)
@@ -1,8 +1,8 @@
 # Maintainer: Vesa Kaihlavirta 
 
 pkgname=openttd
-pkgver=1.8.0
-pkgrel=4
+pkgver=1.9.1
+pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('x86_64')
 url='https://www.openttd.org'
@@ -10,8 +10,8 @@
 depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
-source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f')
+source=("https://proxy.binaries.openttd.org/openttd-releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:51:20
  Author: felixonmars
Revision: 451605

upgpkg: wine 4.6-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:50:31 UTC (rev 451604)
+++ PKGBUILD2019-04-14 13:51:20 UTC (rev 451605)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('261420efdf14595715cff5bb6a61223b0f2090b89dc05dca8c053a8a81abc3018715d41db50769a0f0488c658efc0742ac0f577b578e69eace70be4e463131dd'
+sha512sums=('b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:52:24
  Author: felixonmars
Revision: 451620

upgpkg: wine-staging 4.6-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:52:07 UTC (rev 451619)
+++ PKGBUILD2019-04-14 13:52:24 UTC (rev 451620)
@@ -5,8 +5,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=4.5
-pkgrel=2
+pkgver=4.6
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -14,9 +14,9 @@
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('261420efdf14595715cff5bb6a61223b0f2090b89dc05dca8c053a8a81abc3018715d41db50769a0f0488c658efc0742ac0f577b578e69eace70be4e463131dd'
+sha512sums=('b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98'
 'SKIP'
-
'fda32b26de79bd3bbff6b1ab2249d7ff8adc7e8da2753271e8dae4f84bc71764ea6d1a887cc643e0ff70b217bd75fefebd3eb1bd4b6faace9a36399878998029'
+
'4b44cbdeffc8042c22d485c3d440894287793652734b7a791269a2f45ea10ceb81ce8c8bd302c55f62b04c127344532772ce2078d99835d22afa0088e153a888'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2019-04-14 Thread Laurent Carlier via arch-commits
Date: Sunday, April 14, 2019 @ 13:52:07
  Author: lcarlier
Revision: 451619

archrelease: copy trunk to community-x86_64

Added:
  openttd/repos/community-x86_64/PKGBUILD
(from rev 451618, openttd/trunk/PKGBUILD)
Deleted:
  openttd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 13:51:58 UTC (rev 451618)
+++ PKGBUILD2019-04-14 13:52:07 UTC (rev 451619)
@@ -1,38 +0,0 @@
-# Maintainer: Vesa Kaihlavirta 
-
-pkgname=openttd
-pkgver=1.8.0
-pkgrel=4
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('x86_64')
-url='https://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
-  # http://site.icu-project.org/download/61#TOC-Migration-Issues
-  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir="${pkgdir}" \
---doc-dir=share/doc/${pkgname} \
---menu-name="OpenTTD"
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-x86_64/PKGBUILD (from rev 451618, 
openttd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 13:52:07 UTC (rev 451619)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('x86_64')
+url='https://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("https://proxy.binaries.openttd.org/openttd-releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir="${pkgdir}" \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:51:45
  Author: felixonmars
Revision: 451617

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 451605, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 451606, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 451607, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 451609, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  350 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 204 insertions(+), 204 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2019-04-14 13:51:44 UTC (rev 451616)
+++ 30-win32-aliases.conf   2019-04-14 13:51:45 UTC (rev 451617)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 451605, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2019-04-14 13:51:45 UTC (rev 451617)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 13:51:44 UTC (rev 451616)
+++ PKGBUILD2019-04-14 13:51:45 UTC (rev 451617)
@@ -1,175 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=4.5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('261420efdf14595715cff5bb6a61223b0f2090b89dc05dca8c053a8a81abc3018715d41db50769a0f0488c658efc0742ac0f577b578e69eace70be4e463131dd'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openal  

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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:50:31
  Author: felixonmars
Revision: 451604

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 451603, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
451603, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:50:31 UTC (rev 451604)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=49
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:50:14
  Author: felixonmars
Revision: 451603

upgpkg: tamarin-prover 1.4.1-49

rebuild with yesod-core 1.6.14

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:48:29 UTC (rev 451602)
+++ PKGBUILD2019-04-14 13:50:14 UTC (rev 451603)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=48
+pkgrel=49
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:48:12
  Author: felixonmars
Revision: 451601

upgpkg: hledger-web 1.14.1-17

rebuild with yesod-core 1.6.14

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:46:16 UTC (rev 451600)
+++ PKGBUILD2019-04-14 13:48:12 UTC (rev 451601)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.14.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:48:29
  Author: felixonmars
Revision: 451602

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 451601, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 451601, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:48:29 UTC (rev 451602)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.14.1
+pkgrel=17
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3eb50a27e96b8e4590719c41fe00dbf7add431a8bbc300f1d2614c09dbae5eaa2eb43ac96c597c441a2f43bf4096fe8c450bb3bdb601cc2a06fd840768b45786')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+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 $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:46:16
  Author: felixonmars
Revision: 451600

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 451599, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 451599, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:46:16 UTC (rev 451600)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20190322
+pkgrel=17
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-ftorrentparser -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime -f-networkbsd
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-desktop 
install-completions
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:46:00
  Author: felixonmars
Revision: 451599

upgpkg: git-annex 7.20190322-17

rebuild with yesod-core 1.6.14

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:36:00 UTC (rev 451598)
+++ PKGBUILD2019-04-14 13:46:00 UTC (rev 451599)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20190322
-pkgrel=16
+pkgrel=17
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in haskell-yesod-static/repos (2 files)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:36:00
  Author: felixonmars
Revision: 451598

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 451597, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
451597, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:36:00 UTC (rev 451598)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=91
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+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 haskell-yesod-static/trunk (PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:35:34
  Author: felixonmars
Revision: 451597

upgpkg: haskell-yesod-static 1.6.0.1-91

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:35:28 UTC (rev 451596)
+++ PKGBUILD2019-04-14 13:35:34 UTC (rev 451597)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=90
+pkgrel=91
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 13:35:28
  Author: dvzrv
Revision: 451596

archrelease: copy trunk to community-x86_64

Added:
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 451595, synthv1/trunk/PKGBUILD)
Deleted:
  synthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 13:35:20 UTC (rev 451595)
+++ PKGBUILD2019-04-14 13:35:28 UTC (rev 451596)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=synthv1
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
-arch=('x86_64')
-url="https://synthv1.sourceforge.io/synthv1-index.html;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ab800fd5bffc6ebcc3d72a056afb26d642018f2f18b6effef8b4ac284d7237ddc29f3f27d1213ca717bd1cb9c97e17b3d5f7b2ab48624dd3ba3a20513631edb6')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 451595, 
synthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 13:35:28 UTC (rev 451596)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=synthv1
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('cc2fdec4c837f9f025d9d76683d0446d2914201f235b9d8352303f275787e447e87f07ec1aae4c3b3a00f141b3d51766020047e3a94116f812c356d5e22bbc6c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 13:35:20
  Author: dvzrv
Revision: 451595

upgpkg: synthv1 0.9.7-1

Upgrading to 0.9.7.

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:34:13 UTC (rev 451594)
+++ PKGBUILD2019-04-14 13:35:20 UTC (rev 451595)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=synthv1
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
 makedepends=('lv2' 'qt5-tools')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ab800fd5bffc6ebcc3d72a056afb26d642018f2f18b6effef8b4ac284d7237ddc29f3f27d1213ca717bd1cb9c97e17b3d5f7b2ab48624dd3ba3a20513631edb6')
+sha512sums=('cc2fdec4c837f9f025d9d76683d0446d2914201f235b9d8352303f275787e447e87f07ec1aae4c3b3a00f141b3d51766020047e3a94116f812c356d5e22bbc6c')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:33:58
  Author: felixonmars
Revision: 451593

upgpkg: haskell-yesod-test 1.6.6-50

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:32:53 UTC (rev 451592)
+++ PKGBUILD2019-04-14 13:33:58 UTC (rev 451593)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.6
-pkgrel=49
+pkgrel=50
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


[arch-commits] Commit in haskell-yesod-test/repos (2 files)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:34:13
  Author: felixonmars
Revision: 451594

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 451593, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
451593, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:34:13 UTC (rev 451594)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.6
+pkgrel=50
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5010908c6d806d8f8e9c213275395bddc5b08541bdec464ae3dadaa45316a8bfc5c9d25f6edfa0546408dca4316e9c65939c2cd4a2329c2cc9ac164fc0e417d2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+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 haskell-yesod-auth/repos (2 files)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:32:53
  Author: felixonmars
Revision: 451592

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
451591, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:32:53 UTC (rev 451592)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.6
+pkgrel=29
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4512a28e0e90e586b0b4cfbc1461c8773339c980e4244f7136e04ddd77f1a9fc1b7eb1311962bfb4a68b0163ea29eca50761cfc52e50e01e10fbc6184b2d481b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+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
+}
+
+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-yesod-auth/trunk (PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:32:34
  Author: felixonmars
Revision: 451591

upgpkg: haskell-yesod-auth 1.6.6-29

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:31:14 UTC (rev 451590)
+++ PKGBUILD2019-04-14 13:32:34 UTC (rev 451591)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.6
-pkgrel=28
+pkgrel=29
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:31:14
  Author: felixonmars
Revision: 451590

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 451589, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:31:14 UTC (rev 451590)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=242
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--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
+}
+
+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-yesod/trunk (PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:30:59
  Author: felixonmars
Revision: 451589

upgpkg: haskell-yesod 1.6.0-242

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:30:00 UTC (rev 451588)
+++ PKGBUILD2019-04-14 13:30:59 UTC (rev 451589)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=241
+pkgrel=242
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-form/repos (2 files)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:30:00
  Author: felixonmars
Revision: 451588

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 451587, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
451587, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:30:00 UTC (rev 451588)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.4
+pkgrel=37
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('26900428efe018b5e7bbe4c26ca83bc3b2425c7e9fa777c107898a4274c663572011330cd233c18ceeb7e0dea1965640541142736469580de0f309aa7f765f63')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+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
+}
+
+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-yesod-form/trunk (PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:29:45
  Author: felixonmars
Revision: 451587

upgpkg: haskell-yesod-form 1.6.4-37

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:28:35 UTC (rev 451586)
+++ PKGBUILD2019-04-14 13:29:45 UTC (rev 451587)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.4
-pkgrel=36
+pkgrel=37
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 13:28:28
  Author: dvzrv
Revision: 451585

upgpkg: samplv1 0.9.7-1

Upgrading to 0.9.7.

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:28:23 UTC (rev 451584)
+++ PKGBUILD2019-04-14 13:28:28 UTC (rev 451585)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=samplv1
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
 makedepends=('lv2' 'qt5-tools')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('87cdd3d0baae588b57a429803252422abae15dceaf02426eb39054f32091562dc93058312f28af09c5212f759b3c040bbd3c1b3b845a793230244db6d8c94078')
+sha512sums=('db741f498f5877b2a9357ced9cfc832e703c61fbef6c6650b0af11bb9128d8b55c91867f5792abb37164cb39b8a2cdfb7afd967f61b487fe08fa3372fb20de7d')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 13:28:35
  Author: dvzrv
Revision: 451586

archrelease: copy trunk to community-x86_64

Added:
  samplv1/repos/community-x86_64/PKGBUILD
(from rev 451585, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 13:28:28 UTC (rev 451585)
+++ PKGBUILD2019-04-14 13:28:35 UTC (rev 451586)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=samplv1
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=('x86_64')
-url="https://samplv1.sourceforge.io/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('87cdd3d0baae588b57a429803252422abae15dceaf02426eb39054f32091562dc93058312f28af09c5212f759b3c040bbd3c1b3b845a793230244db6d8c94078')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 451585, 
samplv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 13:28:35 UTC (rev 451586)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=samplv1
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=('x86_64')
+url="https://samplv1.sourceforge.io/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('db741f498f5877b2a9357ced9cfc832e703c61fbef6c6650b0af11bb9128d8b55c91867f5792abb37164cb39b8a2cdfb7afd967f61b487fe08fa3372fb20de7d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-yesod-persistent/repos (2 files)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:28:23
  Author: felixonmars
Revision: 451584

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 451583, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 451583, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:28:23 UTC (rev 451584)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.1
+pkgrel=91
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('da12967cef7660581eeea16c5f4a28675fdc1fd697b265e9eee9c462e26385870e894653eada6a02532655693d3b72f202fde445949d44324ebfab40c7f6b52d')
+
+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 haskell-yesod-persistent/trunk (PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:28:08
  Author: felixonmars
Revision: 451583

upgpkg: haskell-yesod-persistent 1.6.0.1-91

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:27:13 UTC (rev 451582)
+++ PKGBUILD2019-04-14 13:28:08 UTC (rev 451583)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.1
-pkgrel=90
+pkgrel=91
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-default/repos (2 files)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:27:13
  Author: felixonmars
Revision: 451582

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 451581, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
451581, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:27:13 UTC (rev 451582)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=499
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--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
+}
+
+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-yesod-default/trunk (PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:26:56
  Author: felixonmars
Revision: 451581

upgpkg: haskell-yesod-default 1.2.0-499

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:25:34 UTC (rev 451580)
+++ PKGBUILD2019-04-14 13:26:56 UTC (rev 451581)
@@ -4,7 +4,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=498
+pkgrel=499
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-core/repos (2 files)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:25:34
  Author: felixonmars
Revision: 451580

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 451579, haskell-yesod-core/trunk/PKGBUILD)

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
451579, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 13:25:34 UTC (rev 451580)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.6.14
+pkgrel=1
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cereal'
+ 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cookie'
+ 'haskell-fast-logger' 'haskell-http-types' 'haskell-memory'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 
'haskell-primitive'
+ 'haskell-random' 'haskell-resourcet' 'haskell-rio' 
'haskell-shakespeare'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('663527c0075cfea7bd8176e9d4cb59b70adfddd6b76811ae8c36d15d0cc3b2e3ee8f23df77a1c0bd8b1c7f5c704cf0c49c2e14e8751e730a3637ea1bcf8cc5a1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--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
+}
+
+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-yesod-core/trunk (PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 13:25:11
  Author: felixonmars
Revision: 451579

upgpkg: haskell-yesod-core 1.6.14-1

rebuild with yesod-core 1.6.14

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 13:20:15 UTC (rev 451578)
+++ PKGBUILD2019-04-14 13:25:11 UTC (rev 451579)
@@ -3,8 +3,8 @@
 
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
-pkgver=1.6.13
-pkgrel=11
+pkgver=1.6.14
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -19,7 +19,7 @@
  'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3f8f3eb167ffa82ae7ff92b87c2aeb7dd1d3c24bf728cb9be59e066763f880fdb2ebd315936421d80cee8c1d81dda6f758d2fb31ae7b79cb1ecd815904a4c874')
+sha512sums=('663527c0075cfea7bd8176e9d4cb59b70adfddd6b76811ae8c36d15d0cc3b2e3ee8f23df77a1c0bd8b1c7f5c704cf0c49c2e14e8751e730a3637ea1bcf8cc5a1')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 13:20:15
  Author: dvzrv
Revision: 451578

archrelease: copy trunk to community-x86_64

Added:
  padthv1/repos/community-x86_64/PKGBUILD
(from rev 451577, padthv1/trunk/PKGBUILD)
Deleted:
  padthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 13:20:08 UTC (rev 451577)
+++ PKGBUILD2019-04-14 13:20:15 UTC (rev 451578)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-pkgname=padthv1
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'fftw' 'hicolor-icon-theme' 'jack' 'liblo'
-'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('67393fd63532a6563d08e2641a77796a638d285a62aa783e0ba2c6963d93fd08aa3fa1513e8c0338d38212fe5b8b932f7784945b0adeec9f84db14f7bd632b34')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 451577, 
padthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 13:20:15 UTC (rev 451578)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+pkgname=padthv1
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'fftw' 'hicolor-icon-theme' 'jack' 'liblo'
+'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c9db42f072209a05699a53dce8d065543581801d3a6eade2d2d5aaf33d5c794a2b0f2357a5e143a9595be9010ce38db272c3c84399aa13e3b8aa6f7660fb9ee2')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


  1   2   >