[arch-commits] Commit in graphviz/repos (12 files)
Date: Saturday, July 15, 2017 @ 06:41:29 Author: juergen Revision: 300593 archrelease: copy trunk to extra-i686, extra-x86_64 Added: graphviz/repos/extra-i686/PKGBUILD (from rev 300592, graphviz/trunk/PKGBUILD) graphviz/repos/extra-i686/ghostscript918.patch (from rev 300592, graphviz/trunk/ghostscript918.patch) graphviz/repos/extra-i686/install (from rev 300592, graphviz/trunk/install) graphviz/repos/extra-x86_64/PKGBUILD (from rev 300592, graphviz/trunk/PKGBUILD) graphviz/repos/extra-x86_64/ghostscript918.patch (from rev 300592, graphviz/trunk/ghostscript918.patch) graphviz/repos/extra-x86_64/install (from rev 300592, graphviz/trunk/install) Deleted: graphviz/repos/extra-i686/PKGBUILD graphviz/repos/extra-i686/ghostscript918.patch graphviz/repos/extra-i686/install graphviz/repos/extra-x86_64/PKGBUILD graphviz/repos/extra-x86_64/ghostscript918.patch graphviz/repos/extra-x86_64/install ---+ /PKGBUILD | 128 /ghostscript918.patch | 36 ++ /install | 24 ++ extra-i686/PKGBUILD | 64 -- extra-i686/ghostscript918.patch | 18 - extra-i686/install| 12 --- extra-x86_64/PKGBUILD | 64 -- extra-x86_64/ghostscript918.patch | 18 - extra-x86_64/install | 12 --- 9 files changed, 188 insertions(+), 188 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-15 06:40:30 UTC (rev 300592) +++ extra-i686/PKGBUILD 2017-07-15 06:41:29 UTC (rev 300593) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: kevin -# Contributor: John Proctor - -pkgname=graphviz -pkgver=2.40.1 -pkgrel=4 -pkgdesc='Graph visualization software' -url='http://www.graphviz.org/' -license=('CPL') -arch=('i686' 'x86_64') -depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') -makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 'qt4' 'gtk2') -optdepends=('mono: sharp bindings' -'guile: guile bindings' -'lua51: lua bindings' -'ocaml: ocaml bindings' -'perl: perl bindings' -'python2: python bindings' -'r: r bindings' -'tcl: tcl bindings' -'qt4: gvedit' -'gtk2: gtk output plugin' -'xterm: vimdot') - -# http://www.graphviz.org/Download_source.php -source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" -'ghostscript918.patch') -sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421' -'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb') - -install=install - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../ghostscript918.patch -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - export CXXFLAGS+=' -Dint64=int64_t' # for ocaml - export LIBPOSTFIX=/ - export PYTHON=python2 - export LUA=lua5.1 - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - cd "${pkgdir}/usr/lib" - install -d lua/5.1 - mv lua/gv.so lua/5.1 - - # Workaround symlink upgrade bug (fixed in pacman trunk) - # Also deduplicates the tcl libraries (upstream bug?) - # Might have been this commit: https://github.com/ellson/graphviz/commit/f11aead - rm -r tcl8.6/graphviz - ln -s ../graphviz/tcl tcl8.6/graphviz -} Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 300592, graphviz/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-15 06:41:29 UTC (rev 300593) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: kevin +# Contributor: John Proctor + +pkgname=graphviz +pkgver=2.40.1 +pkgrel=5 +pkgdesc='Graph visualization software' +url='http://www.graphviz.org/' +license=('CPL') +arch=('i686' 'x86_64') +depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') +makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 'qt4' 'gtk2') +optdepends=('mono: sharp bindings' +'guile: guile bindings' +'lua51: lua bindings' +'ocaml: ocaml bindings' +'perl: perl bindings' +'python2: python bindings' +'r: r bindings' +'tcl: tcl bindings' +'qt4: gvedit' +'gtk2: gtk output plugin' +'xterm: vimdot') + +# http://www.graphviz.org/Download_source.php +source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" +'ghostscript918.patch') +sha256sum
[arch-commits] Commit in graphviz/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:40:30 Author: juergen Revision: 300592 OCaml 4.05.0 rebuild Modified: graphviz/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 06:30:52 UTC (rev 300591) +++ PKGBUILD2017-07-15 06:40:30 UTC (rev 300592) @@ -5,7 +5,7 @@ pkgname=graphviz pkgver=2.40.1 -pkgrel=4 +pkgrel=5 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('CPL')
[arch-commits] Commit in pfff/repos (28 files)
Date: Saturday, July 15, 2017 @ 06:38:01 Author: juergen Revision: 245170 archrelease: copy trunk to community-i686, community-x86_64 Added: pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch (from rev 245169, pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch) pfff/repos/community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch (from rev 245169, pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch) pfff/repos/community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch (from rev 245169, pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch) pfff/repos/community-i686/PKGBUILD (from rev 245169, pfff/trunk/PKGBUILD) pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch (from rev 245169, pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch) pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch (from rev 245169, pfff/trunk/lang_js-analyze-utils_js.mli.patch) pfff/repos/community-i686/unused-module.patch (from rev 245169, pfff/trunk/unused-module.patch) pfff/repos/community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch (from rev 245169, pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch) pfff/repos/community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch (from rev 245169, pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch) pfff/repos/community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch (from rev 245169, pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch) pfff/repos/community-x86_64/PKGBUILD (from rev 245169, pfff/trunk/PKGBUILD) pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch (from rev 245169, pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch) pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch (from rev 245169, pfff/trunk/lang_js-analyze-utils_js.mli.patch) pfff/repos/community-x86_64/unused-module.patch (from rev 245169, pfff/trunk/unused-module.patch) Deleted: pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch pfff/repos/community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch pfff/repos/community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch pfff/repos/community-i686/PKGBUILD pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch pfff/repos/community-i686/unused-module.patch pfff/repos/community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch pfff/repos/community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch pfff/repos/community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch pfff/repos/community-x86_64/PKGBUILD pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch pfff/repos/community-x86_64/unused-module.patch -+ /0001-Replace-use-of-uint32-by-standard-complient-way.patch | 78 /0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch | 54 +++ /0001-lang_php-matcher-Makefile-remove-warn-error.patch | 52 +++ /PKGBUILD | 110 ++ /lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch | 160 ++ /lang_js-analyze-utils_js.mli.patch | 60 +++ /unused-module.patch | 24 + community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch | 39 -- community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch | 27 - community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch | 26 - community-i686/PKGBUILD | 55 --- community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch | 80 - community-i686/lang_js-analyze-utils_js.mli.patch | 30 - community-i686/unused-module.patch | 12 community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch | 39 -- community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch | 27 - community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch | 26 - community-x86_64/PKGBUILD
[arch-commits] Commit in pfff/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:37:34 Author: juergen Revision: 245169 OCaml 4.05.0 rebuild Modified: pfff/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 06:33:10 UTC (rev 245168) +++ PKGBUILD2017-07-15 06:37:34 UTC (rev 245169) @@ -5,7 +5,7 @@ pkgname='pfff' pkgver=0.29 -pkgrel=8 +pkgrel=9 pkgdesc='Tools and APIs for code analysis, visualization and transformation' arch=('i686' 'x86_64')
[arch-commits] Commit in pari/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:33:10 Author: bisson Revision: 245168 archrelease: copy trunk to community-i686, community-x86_64 Added: pari/repos/community-i686/PKGBUILD (from rev 245167, pari/trunk/PKGBUILD) pari/repos/community-x86_64/PKGBUILD (from rev 245167, pari/trunk/PKGBUILD) Deleted: pari/repos/community-i686/PKGBUILD pari/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-15 06:32:20 UTC (rev 245167) +++ community-i686/PKGBUILD 2017-07-15 06:33:10 UTC (rev 245168) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson - -pkgname=pari -pkgver=2.9.2 -pkgrel=1 -pkgdesc='Computer algebra system designed for fast computations in number theory' -url='http://pari.math.u-bordeaux.fr/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('gmp' 'readline' 'libx11') -makedepends=('perl' 'texlive-core') -optdepends=('perl: gphelp, tex2mail') -validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') -source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('9aa24cbbcf4e0b09dcc21cf9b09f2eb08e38ee16ab13651be7274c9b3e46207e' -'SKIP') - -conflicts=('pari-sage') -replaces=("pari-sage<=1:${pkgver}") - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./Configure \ - --prefix=/usr \ - --with-readline \ - --mt=pthread \ - --with-gmp \ - - make all -} - -check() { - cd "${srcdir}/${pkgname}-${pkgver}" - make bench -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1 -} Copied: pari/repos/community-i686/PKGBUILD (from rev 245167, pari/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-15 06:33:10 UTC (rev 245168) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Gaetan Bisson + +pkgname=pari +pkgver=2.9.3 +pkgrel=1 +pkgdesc='Computer algebra system designed for fast computations in number theory' +url='http://pari.math.u-bordeaux.fr/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('gmp' 'readline' 'libx11') +makedepends=('perl' 'texlive-core') +optdepends=('perl: gphelp, tex2mail') +validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') +source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}) +sha256sums=('e76a27779d2b1210ce1aba48363b98dd201a1bf876eb14f46ea6bd7769a00a63' +'SKIP') + +conflicts=('pari-sage') +replaces=("pari-sage<=1:${pkgver}") + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./Configure \ + --prefix=/usr \ + --with-readline \ + --mt=pthread \ + --with-gmp \ + + make all +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make bench +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-15 06:32:20 UTC (rev 245167) +++ community-x86_64/PKGBUILD 2017-07-15 06:33:10 UTC (rev 245168) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson - -pkgname=pari -pkgver=2.9.2 -pkgrel=1 -pkgdesc='Computer algebra system designed for fast computations in number theory' -url='http://pari.math.u-bordeaux.fr/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('gmp' 'readline' 'libx11') -makedepends=('perl' 'texlive-core') -optdepends=('perl: gphelp, tex2mail') -validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') -source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('9aa24cbbcf4e0b09dcc21cf9b09f2eb08e38ee16ab13651be7274c9b3e46207e' -'SKIP') - -conflicts=('pari-sage') -replaces=("pari-sage<=1:${pkgver}") - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./Configure \ - --prefix=/usr \ - --with-readline \ - --mt=pthread \ - --with-gmp \ - - make all -} - -check() { - cd "${srcdir}/${pkgname}-${pkgver}" - make bench -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1 -} Copied: pari/repos/community-x86_64/PKGBUILD (from rev 245167, pari/trunk/PKGBUILD) ==
[arch-commits] Commit in ocaml-findlib/repos (8 files)
Date: Saturday, July 15, 2017 @ 06:32:05 Author: juergen Revision: 245166 archrelease: copy trunk to community-x86_64, community-i686 Added: ocaml-findlib/repos/community-i686/PKGBUILD (from rev 245165, ocaml-findlib/trunk/PKGBUILD) ocaml-findlib/repos/community-i686/makefile.patch (from rev 245165, ocaml-findlib/trunk/makefile.patch) ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 245165, ocaml-findlib/trunk/PKGBUILD) ocaml-findlib/repos/community-x86_64/makefile.patch (from rev 245165, ocaml-findlib/trunk/makefile.patch) Deleted: ocaml-findlib/repos/community-i686/PKGBUILD ocaml-findlib/repos/community-i686/makefile.patch ocaml-findlib/repos/community-x86_64/PKGBUILD ocaml-findlib/repos/community-x86_64/makefile.patch -+ /PKGBUILD | 92 ++ /makefile.patch | 26 ++ community-i686/PKGBUILD | 46 --- community-i686/makefile.patch | 13 - community-x86_64/PKGBUILD | 46 --- community-x86_64/makefile.patch | 13 - 6 files changed, 118 insertions(+), 118 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-15 06:31:56 UTC (rev 245165) +++ community-i686/PKGBUILD 2017-07-15 06:32:05 UTC (rev 245166) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Lukas Fleischer -# Contributor: Thomas S Hatch -# Contributor: Sebastian Wiesner -# Contributor: Benjamin Andresen -# Contributor: scj -# Contributor: Alif - -pkgname=ocaml-findlib -pkgver=1.7.1 -pkgrel=2 -pkgdesc='OCaml package manager' -arch=('x86_64' 'i686') -url='http://projects.camlcity.org/projects/findlib.html' -license=('MIT') -depends=('ocaml') -makedepends=('setconf') -source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";) -sha256sums=('5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef') -options=('staticlibs' '!strip' 'zipman' '!makeflags') - -build() { - cd "findlib-$pkgver" - - ./configure \ --sitelib /usr/lib/ocaml \ --config /etc/findlib.conf \ --mandir /usr/share/man - - make all opt -} - -package () { - cd "findlib-$pkgver" - - make prefix="$pkgdir" install - - # Add a directory to the path for compatibility with old-style packages - #setconf "$pkgdir/etc/findlib.conf" path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"' - - install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: ocaml-findlib/repos/community-i686/PKGBUILD (from rev 245165, ocaml-findlib/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-15 06:32:05 UTC (rev 245166) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Lukas Fleischer +# Contributor: Thomas S Hatch +# Contributor: Sebastian Wiesner +# Contributor: Benjamin Andresen +# Contributor: scj +# Contributor: Alif + +pkgname=ocaml-findlib +pkgver=1.7.3 +pkgrel=1 +pkgdesc='OCaml package manager' +arch=('x86_64' 'i686') +url='http://projects.camlcity.org/projects/findlib.html' +license=('MIT') +depends=('ocaml') +makedepends=('setconf') +source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";) +sha256sums=('d196608fa23c36c2aace27d5ef124a815132a5fcea668d41fa7d6c1ca246bd8b') +options=('staticlibs' '!strip' 'zipman' '!makeflags') + +build() { + cd "findlib-$pkgver" + + ./configure \ +-sitelib /usr/lib/ocaml \ +-config /etc/findlib.conf \ +-mandir /usr/share/man + + make all opt +} + +package () { + cd "findlib-$pkgver" + + make prefix="$pkgdir" install + + # Add a directory to the path for compatibility with old-style packages + #setconf "$pkgdir/etc/findlib.conf" path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"' + + install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: community-i686/makefile.patch === --- community-i686/makefile.patch 2017-07-15 06:31:56 UTC (rev 245165) +++ community-i686/makefile.patch 2017-07-15 06:32:05 UTC (rev 245166) @@ -1,13 +0,0 @@ -Index: b/Makefile -=== a/Makefile -+++ b/Makefile -@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in - - .PHONY: install-doc - install-doc: -- mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5" -+ mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5" - -cp doc/ref-man/ocam
[arch-commits] Commit in pari/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:32:20 Author: bisson Revision: 245167 upstream update Modified: pari/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 06:32:05 UTC (rev 245166) +++ PKGBUILD2017-07-15 06:32:20 UTC (rev 245167) @@ -2,7 +2,7 @@ # Maintainer: Gaetan Bisson pkgname=pari -pkgver=2.9.2 +pkgver=2.9.3 pkgrel=1 pkgdesc='Computer algebra system designed for fast computations in number theory' url='http://pari.math.u-bordeaux.fr/' @@ -13,7 +13,7 @@ optdepends=('perl: gphelp, tex2mail') validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('9aa24cbbcf4e0b09dcc21cf9b09f2eb08e38ee16ab13651be7274c9b3e46207e' +sha256sums=('e76a27779d2b1210ce1aba48363b98dd201a1bf876eb14f46ea6bd7769a00a63' 'SKIP') conflicts=('pari-sage')
[arch-commits] Commit in ocaml-findlib/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:31:56 Author: juergen Revision: 245165 upgpkg: ocaml-findlib 1.7.3-1 Modified: ocaml-findlib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 06:29:29 UTC (rev 245164) +++ PKGBUILD2017-07-15 06:31:56 UTC (rev 245165) @@ -8,8 +8,8 @@ # Contributor: Alif pkgname=ocaml-findlib -pkgver=1.7.1 -pkgrel=2 +pkgver=1.7.3 +pkgrel=1 pkgdesc='OCaml package manager' arch=('x86_64' 'i686') url='http://projects.camlcity.org/projects/findlib.html' @@ -17,7 +17,7 @@ depends=('ocaml') makedepends=('setconf') source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";) -sha256sums=('5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef') +sha256sums=('d196608fa23c36c2aace27d5ef124a815132a5fcea668d41fa7d6c1ca246bd8b') options=('staticlibs' '!strip' 'zipman' '!makeflags') build() {
[arch-commits] Commit in lablgtk2/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:30:52 Author: juergen Revision: 300591 archrelease: copy trunk to extra-i686, extra-x86_64 Added: lablgtk2/repos/extra-i686/PKGBUILD (from rev 300590, lablgtk2/trunk/PKGBUILD) lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 300590, lablgtk2/trunk/PKGBUILD) Deleted: lablgtk2/repos/extra-i686/PKGBUILD lablgtk2/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 36 extra-x86_64/PKGBUILD | 36 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-15 06:30:36 UTC (rev 300590) +++ extra-i686/PKGBUILD 2017-07-15 06:30:52 UTC (rev 300591) @@ -1,36 +0,0 @@ -# $Id$ -#Maintainer: Juergen Hoetzel - -pkgname=lablgtk2 -pkgver=2.18.5 -pkgrel=6 -pkgdesc="An Objective Caml interface to gtk2" -arch=(i686 x86_64) -license=('LGPL') -url="http://lablgtk.forge.ocamlcore.org/"; -depends=('gtk2' 'librsvg' 'gtksourceview2') -makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1') -optdepends=('ocaml: for using the tools') -DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o %o %u') -source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz) -md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd') -options=(!makeflags staticlibs) - -build() { - cd "${srcdir}/lablgtk-${pkgver}" - ./configure --prefix=/usr \ ---without-glade \ ---without-gnomeui \ ---without-gnomecanvas \ ---without-panel \ ---without-gtkspell \ ---without-gtksourceview - make world - make opt -} - -package() { - cd "${srcdir}/lablgtk-${pkgver}" - make DESTDIR=${pkgdir} old-install - install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/" -} Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 300590, lablgtk2/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-15 06:30:52 UTC (rev 300591) @@ -0,0 +1,36 @@ +# $Id$ +#Maintainer: Juergen Hoetzel + +pkgname=lablgtk2 +pkgver=2.18.5 +pkgrel=7 +pkgdesc="An Objective Caml interface to gtk2" +arch=(i686 x86_64) +license=('LGPL') +url="http://lablgtk.forge.ocamlcore.org/"; +depends=('gtk2' 'librsvg' 'gtksourceview2') +makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1') +optdepends=('ocaml: for using the tools') +DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o %o %u') +source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz) +md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd') +options=(!makeflags staticlibs) + +build() { + cd "${srcdir}/lablgtk-${pkgver}" + ./configure --prefix=/usr \ +--without-glade \ +--without-gnomeui \ +--without-gnomecanvas \ +--without-panel \ +--without-gtkspell \ +--without-gtksourceview + make world + make opt +} + +package() { + cd "${srcdir}/lablgtk-${pkgver}" + make DESTDIR=${pkgdir} old-install + install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2017-07-15 06:30:36 UTC (rev 300590) +++ extra-x86_64/PKGBUILD 2017-07-15 06:30:52 UTC (rev 300591) @@ -1,36 +0,0 @@ -# $Id$ -#Maintainer: Juergen Hoetzel - -pkgname=lablgtk2 -pkgver=2.18.5 -pkgrel=6 -pkgdesc="An Objective Caml interface to gtk2" -arch=(i686 x86_64) -license=('LGPL') -url="http://lablgtk.forge.ocamlcore.org/"; -depends=('gtk2' 'librsvg' 'gtksourceview2') -makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1') -optdepends=('ocaml: for using the tools') -DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o %o %u') -source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz) -md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd') -options=(!makeflags staticlibs) - -build() { - cd "${srcdir}/lablgtk-${pkgver}" - ./configure --prefix=/usr \ ---without-glade \ ---without-gnomeui \ ---without-gnomecanvas \ ---without-panel \ ---without-gtkspell \ ---without-gtksourceview - make world - make opt -} - -package() { - cd "${srcdir}/lablgtk-${pkgver}" - make DESTDIR=${pkgdir} old-install - install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/" -} Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 300590, lablgtk2/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-07-15 06:30:52 UTC (rev 300591) @@ -0,0 +1,36 @@ +# $Id$ +#Maintainer: Juergen Hoetzel + +pkgname=lablgtk2 +pkgver=2.18.5 +pkgrel=7 +pkgdesc="An Objective Caml interface to gtk2" +arch=(i686 x86_64) +license=('LGPL') +url="http://lablgtk.forge.ocaml
[arch-commits] Commit in lablgtk2/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:30:36 Author: juergen Revision: 300590 OCaml 4.05.0 rebuild Modified: lablgtk2/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 06:14:13 UTC (rev 300589) +++ PKGBUILD2017-07-15 06:30:36 UTC (rev 300590) @@ -3,7 +3,7 @@ pkgname=lablgtk2 pkgver=2.18.5 -pkgrel=6 +pkgrel=7 pkgdesc="An Objective Caml interface to gtk2" arch=(i686 x86_64) license=('LGPL')
[arch-commits] Commit in camlp4/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:29:29 Author: juergen Revision: 245164 archrelease: copy trunk to community-x86_64, community-i686 Added: camlp4/repos/community-i686/PKGBUILD (from rev 245163, camlp4/trunk/PKGBUILD) camlp4/repos/community-x86_64/PKGBUILD (from rev 245163, camlp4/trunk/PKGBUILD) Deleted: camlp4/repos/community-i686/PKGBUILD camlp4/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 66 community-i686/PKGBUILD | 33 -- community-x86_64/PKGBUILD | 33 -- 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-15 06:26:12 UTC (rev 245163) +++ community-i686/PKGBUILD 2017-07-15 06:29:29 UTC (rev 245164) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Tobias Powalowski - -pkgname=camlp4 -pkgver=4.05 -pkgrel=1 -pkgdesc='Caml preprocessor and pretty-printer' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.05.0') -makedepends=('git' 'ocamlbuild') -options=('!makeflags' '!emptydirs' 'staticlibs') -source=("git://github.com/ocaml/camlp4#branch=$pkgver") -md5sums=('SKIP') - -build() { - cd "$pkgname" - - ./configure - make all camlp4/META -} - -package() { - make -C "$pkgname" \ -BINDIR="$pkgdir/usr/bin" \ -LIBDIR="$pkgdir/usr/lib/ocaml" \ -PKGDIR="$pkgdir/usr/lib/ocaml" \ -install install-META -} - -# vim:set ts=2 sw=2 et: Copied: camlp4/repos/community-i686/PKGBUILD (from rev 245163, camlp4/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-15 06:29:29 UTC (rev 245164) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Tobias Powalowski + +pkgname=camlp4 +pkgver=4.05 +pkgrel=1 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.05.0') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$pkgver") +md5sums=('SKIP') + +build() { + cd "$pkgname" + + ./configure + make all camlp4/META +} + +package() { + make -C "$pkgname" \ +BINDIR="$pkgdir/usr/bin" \ +LIBDIR="$pkgdir/usr/lib/ocaml" \ +PKGDIR="$pkgdir/usr/lib/ocaml" \ +install install-META +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-15 06:26:12 UTC (rev 245163) +++ community-x86_64/PKGBUILD 2017-07-15 06:29:29 UTC (rev 245164) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Tobias Powalowski - -pkgname=camlp4 -pkgver=4.05 -pkgrel=1 -pkgdesc='Caml preprocessor and pretty-printer' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.05.0') -makedepends=('git' 'ocamlbuild') -options=('!makeflags' '!emptydirs' 'staticlibs') -source=("git://github.com/ocaml/camlp4#branch=$pkgver") -md5sums=('SKIP') - -build() { - cd "$pkgname" - - ./configure - make all camlp4/META -} - -package() { - make -C "$pkgname" \ -BINDIR="$pkgdir/usr/bin" \ -LIBDIR="$pkgdir/usr/lib/ocaml" \ -PKGDIR="$pkgdir/usr/lib/ocaml" \ -install install-META -} - -# vim:set ts=2 sw=2 et: Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 245163, camlp4/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-07-15 06:29:29 UTC (rev 245164) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Tobias Powalowski + +pkgname=camlp4 +pkgver=4.05 +pkgrel=1 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.05.0') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$pkgver") +md5sums=('SKIP') + +build() { + cd "$pkgname" + + ./configure + make all camlp4/META +} + +package() { + make -C "$pkgname" \ +BINDIR="$pkgdir/usr/bin" \ +LIBDIR="$pkgdir/usr/lib/ocaml" \ +PKGDIR="$pkgdir/usr/lib/ocaml" \ +install install-META +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in camlp4/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:26:12 Author: juergen Revision: 245163 archrelease: copy trunk to community-x86_64, community-i686 Added: camlp4/repos/community-i686/PKGBUILD (from rev 245162, camlp4/trunk/PKGBUILD) camlp4/repos/community-x86_64/PKGBUILD (from rev 245162, camlp4/trunk/PKGBUILD) Deleted: camlp4/repos/community-i686/PKGBUILD camlp4/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 66 community-i686/PKGBUILD | 33 -- community-x86_64/PKGBUILD | 33 -- 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-15 06:23:39 UTC (rev 245162) +++ community-i686/PKGBUILD 2017-07-15 06:26:12 UTC (rev 245163) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Tobias Powalowski - -pkgname=camlp4 -pkgver=4.04 -pkgrel=3 -pkgdesc='Caml preprocessor and pretty-printer' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.04.1') -makedepends=('git' 'ocamlbuild') -options=('!makeflags' '!emptydirs' 'staticlibs') -source=("git://github.com/ocaml/camlp4#branch=$pkgver") -md5sums=('SKIP') - -build() { - cd "$pkgname" - - ./configure - make all camlp4/META -} - -package() { - make -C "$pkgname" \ -BINDIR="$pkgdir/usr/bin" \ -LIBDIR="$pkgdir/usr/lib/ocaml" \ -PKGDIR="$pkgdir/usr/lib/ocaml" \ -install install-META -} - -# vim:set ts=2 sw=2 et: Copied: camlp4/repos/community-i686/PKGBUILD (from rev 245162, camlp4/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-15 06:26:12 UTC (rev 245163) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Tobias Powalowski + +pkgname=camlp4 +pkgver=4.05 +pkgrel=1 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.05.0') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$pkgver") +md5sums=('SKIP') + +build() { + cd "$pkgname" + + ./configure + make all camlp4/META +} + +package() { + make -C "$pkgname" \ +BINDIR="$pkgdir/usr/bin" \ +LIBDIR="$pkgdir/usr/lib/ocaml" \ +PKGDIR="$pkgdir/usr/lib/ocaml" \ +install install-META +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-15 06:23:39 UTC (rev 245162) +++ community-x86_64/PKGBUILD 2017-07-15 06:26:12 UTC (rev 245163) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Tobias Powalowski - -pkgname=camlp4 -pkgver=4.04 -pkgrel=3 -pkgdesc='Caml preprocessor and pretty-printer' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.04.1') -makedepends=('git' 'ocamlbuild') -options=('!makeflags' '!emptydirs' 'staticlibs') -source=("git://github.com/ocaml/camlp4#branch=$pkgver") -md5sums=('SKIP') - -build() { - cd "$pkgname" - - ./configure - make all camlp4/META -} - -package() { - make -C "$pkgname" \ -BINDIR="$pkgdir/usr/bin" \ -LIBDIR="$pkgdir/usr/lib/ocaml" \ -PKGDIR="$pkgdir/usr/lib/ocaml" \ -install install-META -} - -# vim:set ts=2 sw=2 et: Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 245162, camlp4/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-07-15 06:26:12 UTC (rev 245163) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Tobias Powalowski + +pkgname=camlp4 +pkgver=4.05 +pkgrel=1 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.05.0') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$pkgver") +md5sums=('SKIP') + +build() { + cd "$pkgname" + + ./configure + make all camlp4/META +} + +package() { + make -C "$pkgname" \ +BINDIR="$pkgdir/usr/bin" \ +LIBDIR="$pkgdir/usr/lib/ocaml" \ +PKGDIR="$pkgdir/usr/lib/ocaml" \ +install install-META +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in camlp4/repos (extra-i686 extra-x86_64)
Date: Saturday, July 15, 2017 @ 06:23:39 Author: juergen Revision: 245162 remove invalid move to [extra] Deleted: camlp4/repos/extra-i686/ camlp4/repos/extra-x86_64/
[arch-commits] Commit in camlp4/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:17:02 Author: juergen Revision: 245161 archrelease: copy trunk to extra-x86_64, extra-i686 Added: camlp4/repos/extra-i686/ camlp4/repos/extra-i686/PKGBUILD (from rev 245160, camlp4/trunk/PKGBUILD) camlp4/repos/extra-x86_64/ camlp4/repos/extra-x86_64/PKGBUILD (from rev 245160, camlp4/trunk/PKGBUILD) ---+ extra-i686/PKGBUILD | 33 + extra-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: camlp4/repos/extra-i686/PKGBUILD (from rev 245160, camlp4/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-15 06:17:02 UTC (rev 245161) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Tobias Powalowski + +pkgname=camlp4 +pkgver=4.05 +pkgrel=1 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.05.0') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$pkgver") +md5sums=('SKIP') + +build() { + cd "$pkgname" + + ./configure + make all camlp4/META +} + +package() { + make -C "$pkgname" \ +BINDIR="$pkgdir/usr/bin" \ +LIBDIR="$pkgdir/usr/lib/ocaml" \ +PKGDIR="$pkgdir/usr/lib/ocaml" \ +install install-META +} + +# vim:set ts=2 sw=2 et: Copied: camlp4/repos/extra-x86_64/PKGBUILD (from rev 245160, camlp4/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-07-15 06:17:02 UTC (rev 245161) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Tobias Powalowski + +pkgname=camlp4 +pkgver=4.05 +pkgrel=1 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.05.0') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$pkgver") +md5sums=('SKIP') + +build() { + cd "$pkgname" + + ./configure + make all camlp4/META +} + +package() { + make -C "$pkgname" \ +BINDIR="$pkgdir/usr/bin" \ +LIBDIR="$pkgdir/usr/lib/ocaml" \ +PKGDIR="$pkgdir/usr/lib/ocaml" \ +install install-META +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in camlp4/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:16:52 Author: juergen Revision: 245160 upgpkg: camlp4 4.05-1 Modified: camlp4/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 03:59:19 UTC (rev 245159) +++ PKGBUILD2017-07-15 06:16:52 UTC (rev 245160) @@ -3,13 +3,13 @@ # Contributor: Tobias Powalowski pkgname=camlp4 -pkgver=4.04 -pkgrel=3 +pkgver=4.05 +pkgrel=1 pkgdesc='Caml preprocessor and pretty-printer' arch=('x86_64' 'i686') license=('GPL2') url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.04.1') +depends=('ocaml>=4.05.0') makedepends=('git' 'ocamlbuild') options=('!makeflags' '!emptydirs' 'staticlibs') source=("git://github.com/ocaml/camlp4#branch=$pkgver")
[arch-commits] Commit in ocaml-ctypes/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:14:02 Author: juergen Revision: 300588 upgpkg: ocaml-ctypes 0.11.5-1 Modified: ocaml-ctypes/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 06:13:03 UTC (rev 300587) +++ PKGBUILD2017-07-15 06:14:02 UTC (rev 300588) @@ -3,17 +3,17 @@ # Contributor: Armin K. pkgname=ocaml-ctypes -pkgver=0.11.3 -pkgrel=2 +pkgver=0.11.5 +pkgrel=1 pkgdesc="Library for binding to C libraries using pure OCaml" arch=('i686' 'x86_64') url="https://github.com/ocamllabs/ocaml-ctypes"; license=('MIT') -depends=('ocaml=4.04.1' 'libffi') +depends=('ocaml=4.05.0' 'libffi') makedepends=('ocaml-findlib') options=('!strip' '!makeflags') source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) -sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d') +sha256sums=('ee0f9a61cdc9bd3de7dc6f605d556533536e27694f5e2ea9bf25f76f74f68f98') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in ocaml-ctypes/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:14:13 Author: juergen Revision: 300589 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ocaml-ctypes/repos/extra-i686/PKGBUILD (from rev 300588, ocaml-ctypes/trunk/PKGBUILD) ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 300588, ocaml-ctypes/trunk/PKGBUILD) Deleted: ocaml-ctypes/repos/extra-i686/PKGBUILD ocaml-ctypes/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 68 extra-i686/PKGBUILD | 34 extra-x86_64/PKGBUILD | 34 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-15 06:14:02 UTC (rev 300588) +++ extra-i686/PKGBUILD 2017-07-15 06:14:13 UTC (rev 300589) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: Armin K. - -pkgname=ocaml-ctypes -pkgver=0.11.3 -pkgrel=2 -pkgdesc="Library for binding to C libraries using pure OCaml" -arch=('i686' 'x86_64') -url="https://github.com/ocamllabs/ocaml-ctypes"; -license=('MIT') -depends=('ocaml=4.04.1' 'libffi') -makedepends=('ocaml-findlib') -options=('!strip' '!makeflags') -source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) -sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - local _destdir="$pkgdir$(ocamlfind printconf destdir)" - install -d "$_destdir/stublibs" - - make OCAMLFIND_DESTDIR="$_destdir" install - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: ocaml-ctypes/repos/extra-i686/PKGBUILD (from rev 300588, ocaml-ctypes/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-15 06:14:13 UTC (rev 300589) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Armin K. + +pkgname=ocaml-ctypes +pkgver=0.11.5 +pkgrel=1 +pkgdesc="Library for binding to C libraries using pure OCaml" +arch=('i686' 'x86_64') +url="https://github.com/ocamllabs/ocaml-ctypes"; +license=('MIT') +depends=('ocaml=4.05.0' 'libffi') +makedepends=('ocaml-findlib') +options=('!strip' '!makeflags') +source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) +sha256sums=('ee0f9a61cdc9bd3de7dc6f605d556533536e27694f5e2ea9bf25f76f74f68f98') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + local _destdir="$pkgdir$(ocamlfind printconf destdir)" + install -d "$_destdir/stublibs" + + make OCAMLFIND_DESTDIR="$_destdir" install + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2017-07-15 06:14:02 UTC (rev 300588) +++ extra-x86_64/PKGBUILD 2017-07-15 06:14:13 UTC (rev 300589) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: Armin K. - -pkgname=ocaml-ctypes -pkgver=0.11.3 -pkgrel=2 -pkgdesc="Library for binding to C libraries using pure OCaml" -arch=('i686' 'x86_64') -url="https://github.com/ocamllabs/ocaml-ctypes"; -license=('MIT') -depends=('ocaml=4.04.1' 'libffi') -makedepends=('ocaml-findlib') -options=('!strip' '!makeflags') -source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) -sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - local _destdir="$pkgdir$(ocamlfind printconf destdir)" - install -d "$_destdir/stublibs" - - make OCAMLFIND_DESTDIR="$_destdir" install - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 300588, ocaml-ctypes/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-07-15 06:14:13 UTC (rev 300589) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Armin K. + +pkgname=ocaml-ctypes +pkgver=0.11.5 +pkgrel=1 +pkgdesc="Library for binding to C libraries using pure OCaml" +arch=('i686' 'x86_64') +url="https://github.com/ocamllabs/ocaml-ctypes"; +license=('MIT') +depends=('ocaml=4.05.0' 'libffi') +makedepends=('ocaml-findlib') +options=('!strip' '!makeflags') +source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) +sha256sums=('ee0f9a61cdc9b
[arch-commits] Commit in ocamlbuild/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:12:48 Author: juergen Revision: 300586 OCaml 4.05.0 rebuild Modified: ocamlbuild/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 06:08:01 UTC (rev 300585) +++ PKGBUILD2017-07-15 06:12:48 UTC (rev 300586) @@ -3,7 +3,7 @@ pkgname=ocamlbuild pkgver=0.11.0 -pkgrel=2 +pkgrel=3 pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' arch=('x86_64' 'i686') license=('GPL2')
[arch-commits] Commit in ocamlbuild/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:13:03 Author: juergen Revision: 300587 archrelease: copy trunk to extra-x86_64, extra-i686 Added: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 300586, ocamlbuild/trunk/PKGBUILD) ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 300586, ocamlbuild/trunk/PKGBUILD) Deleted: ocamlbuild/repos/extra-i686/PKGBUILD ocamlbuild/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 54 extra-i686/PKGBUILD | 27 extra-x86_64/PKGBUILD | 27 3 files changed, 54 insertions(+), 54 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-15 06:12:48 UTC (rev 300586) +++ extra-i686/PKGBUILD 2017-07-15 06:13:03 UTC (rev 300587) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jürgen Hötzel - -pkgname=ocamlbuild -pkgver=0.11.0 -pkgrel=2 -pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/ocamlbuild/releases' -depends=('ocaml>=4.04.0') -options=('!makeflags') -source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) -sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make configure - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - - Copied: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 300586, ocamlbuild/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-15 06:13:03 UTC (rev 300587) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jürgen Hötzel + +pkgname=ocamlbuild +pkgver=0.11.0 +pkgrel=3 +pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/ocamlbuild/releases' +depends=('ocaml>=4.04.0') +options=('!makeflags') +source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) +sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make configure + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} + + Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2017-07-15 06:12:48 UTC (rev 300586) +++ extra-x86_64/PKGBUILD 2017-07-15 06:13:03 UTC (rev 300587) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jürgen Hötzel - -pkgname=ocamlbuild -pkgver=0.11.0 -pkgrel=2 -pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/ocamlbuild/releases' -depends=('ocaml>=4.04.0') -options=('!makeflags') -source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) -sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make configure - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - - Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 300586, ocamlbuild/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-07-15 06:13:03 UTC (rev 300587) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jürgen Hötzel + +pkgname=ocamlbuild +pkgver=0.11.0 +pkgrel=3 +pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/ocamlbuild/releases' +depends=('ocaml>=4.04.0') +options=('!makeflags') +source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) +sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make configure + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} + +
[arch-commits] Commit in ocamlbuild/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:08:01 Author: juergen Revision: 300585 archrelease: copy trunk to extra-x86_64, extra-i686 Added: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 300584, ocamlbuild/trunk/PKGBUILD) ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 300584, ocamlbuild/trunk/PKGBUILD) Deleted: ocamlbuild/repos/extra-i686/PKGBUILD ocamlbuild/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 54 extra-i686/PKGBUILD | 27 extra-x86_64/PKGBUILD | 27 3 files changed, 54 insertions(+), 54 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-15 06:01:19 UTC (rev 300584) +++ extra-i686/PKGBUILD 2017-07-15 06:08:01 UTC (rev 300585) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jürgen Hötzel - -pkgname=ocamlbuild -pkgver=0.11.0 -pkgrel=2 -pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/ocamlbuild/releases' -depends=('ocaml>=4.04.0') -options=('!makeflags') -source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) -sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make configure - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - - Copied: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 300584, ocamlbuild/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-15 06:08:01 UTC (rev 300585) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jürgen Hötzel + +pkgname=ocamlbuild +pkgver=0.11.0 +pkgrel=2 +pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/ocamlbuild/releases' +depends=('ocaml>=4.04.0') +options=('!makeflags') +source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) +sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make configure + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} + + Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2017-07-15 06:01:19 UTC (rev 300584) +++ extra-x86_64/PKGBUILD 2017-07-15 06:08:01 UTC (rev 300585) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jürgen Hötzel - -pkgname=ocamlbuild -pkgver=0.11.0 -pkgrel=2 -pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/ocamlbuild/releases' -depends=('ocaml>=4.04.0') -options=('!makeflags') -source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) -sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make configure - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - - Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 300584, ocamlbuild/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-07-15 06:08:01 UTC (rev 300585) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jürgen Hötzel + +pkgname=ocamlbuild +pkgver=0.11.0 +pkgrel=2 +pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/ocamlbuild/releases' +depends=('ocaml>=4.04.0') +options=('!makeflags') +source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";) +sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make configure + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} + +
[arch-commits] Commit in ocaml/repos (4 files)
Date: Saturday, July 15, 2017 @ 06:01:19 Author: juergen Revision: 300584 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ocaml/repos/extra-i686/PKGBUILD (from rev 300583, ocaml/trunk/PKGBUILD) ocaml/repos/extra-x86_64/PKGBUILD (from rev 300583, ocaml/trunk/PKGBUILD) Deleted: ocaml/repos/extra-i686/PKGBUILD ocaml/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 114 extra-i686/PKGBUILD | 57 extra-x86_64/PKGBUILD | 57 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-15 06:01:04 UTC (rev 300583) +++ extra-i686/PKGBUILD 2017-07-15 06:01:19 UTC (rev 300584) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski - -pkgbase='ocaml' -pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.04.1 -pkgrel=2 -pkgdesc="A functional language with OO extensions" -arch=('i686' 'x86_64') -license=('LGPL2.1' 'custom: QPL-1.0') -url="http://caml.inria.fr/"; -depends=('gdbm') -makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') -optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') -source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('1a4595c7d1817e0116dec780cef0427033d6e66f') -options=('!makeflags' '!emptydirs' 'staticlibs') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure -prefix /usr -x11include /usr/include - make world.opt -} - -package_ocaml() { - cd "${srcdir}/${pkgbase}-${pkgver}" - make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install - - # Save >10MB with this one, makepkg only strips debug symbols. - #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; - - # install license - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" -} - -package_ocaml-compiler-libs() { -pkgdesc="Several modules used internally by the OCaml compiler" -license=('custom: QPL-1.0') -depends=('ocaml') -optdepends=() - - cd "${srcdir}/${pkgbase}-${pkgver}" - - # Install compiler libraries - local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs" - mkdir -p "$compiler_libs"/{parsing,typing,utils} - cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing - cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing - cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils - # duplicated by installation - rm -f "$compiler_libs"/typing/outcometree.{cmi,mli} - - # install license - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" -} Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 300583, ocaml/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-15 06:01:19 UTC (rev 300584) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Tobias Powalowski + +pkgbase='ocaml' +pkgname=('ocaml' 'ocaml-compiler-libs') +pkgver=4.05.0 +pkgrel=1 +pkgdesc="A functional language with OO extensions" +arch=('i686' 'x86_64') +license=('LGPL2.1' 'custom: QPL-1.0') +url="http://caml.inria.fr/"; +depends=('gdbm') +makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') +optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') +source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha1sums=('948dcedf0e33b7be4bb573874a8d57caec0f8b43') +options=('!makeflags' '!emptydirs' 'staticlibs') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure -prefix /usr -x11include /usr/include + make world.opt +} + +package_ocaml() { + cd "${srcdir}/${pkgbase}-${pkgver}" + make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install + + # Save >10MB with this one, makepkg only strips debug symbols. + #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; + + # install license + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" +} + +package_ocaml-compiler-libs() { +pkgdesc="Several modules used internally by the OCaml compiler" +license=('custom: QPL-1.0') +depends=('ocaml') +optdepends=() + + cd "${srcdir}/${pkgbase}-${pkgver}" + + # Install compiler libraries + local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs" + mkdir -p "$compiler_libs"/{parsing,typing,utils} + cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing + cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing + cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils + # duplicated by installation + rm -f "$compiler_libs"/typing/outcometree.{cmi,mli} + + # install license + install -m755 -d "${pkgdir
[arch-commits] Commit in ocaml/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 06:01:04 Author: juergen Revision: 300583 upgpkg: ocaml 4.05.0-1 Modified: ocaml/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 05:03:42 UTC (rev 300582) +++ PKGBUILD2017-07-15 06:01:04 UTC (rev 300583) @@ -3,8 +3,8 @@ pkgbase='ocaml' pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.04.1 -pkgrel=2 +pkgver=4.05.0 +pkgrel=1 pkgdesc="A functional language with OO extensions" arch=('i686' 'x86_64') license=('LGPL2.1' 'custom: QPL-1.0') @@ -13,7 +13,7 @@ makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('1a4595c7d1817e0116dec780cef0427033d6e66f') +sha1sums=('948dcedf0e33b7be4bb573874a8d57caec0f8b43') options=('!makeflags' '!emptydirs' 'staticlibs') build() {
[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 05:03:42 Author: andyrtr Revision: 300582 disable build of tests when crossbuilding i686 Modified: libreoffice-still/trunk/PKGBUILD --+ PKGBUILD |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 04:52:27 UTC (rev 300581) +++ PKGBUILD2017-07-15 05:03:42 UTC (rev 300582) @@ -250,8 +250,14 @@ --enable-hardlink-deliver touch src.downloaded - make build + # many tests are broken when crossbuilding i686 + if [ "$CARCH" = "x86_64" ]; then + make build + else + make build-nocheck + fi + mkdir ${srcdir}/fakeinstall make DESTDIR=${srcdir}/fakeinstall distro-pack-install }
[arch-commits] Commit in libreoffice-fresh/repos (13 files)
Date: Saturday, July 15, 2017 @ 04:52:27 Author: andyrtr Revision: 300581 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 300580, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh (from rev 300580, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh (from rev 300580, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff (from rev 300580, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) libreoffice-fresh/repos/testing-x86_64/ libreoffice-fresh/repos/testing-x86_64/PKGBUILD (from rev 300580, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh (from rev 300580, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh (from rev 300580, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff (from rev 300580, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) Deleted: libreoffice-fresh/repos/testing-i686/PKGBUILD libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff -+ /PKGBUILD | 378 ++ /libreoffice-fresh.csh |6 /libreoffice-fresh.sh |6 /make-pyuno-work-with-system-wide-module-install.diff | 18 testing-i686/PKGBUILD | 378 -- testing-i686/libreoffice-fresh.csh |6 testing-i686/libreoffice-fresh.sh |6 testing-i686/make-pyuno-work-with-system-wide-module-install.diff | 18 testing-x86_64/PKGBUILD | 378 ++ testing-x86_64/libreoffice-fresh.csh|6 testing-x86_64/libreoffice-fresh.sh |6 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff | 18 12 files changed, 816 insertions(+), 408 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2017-07-15 04:47:52 UTC (rev 300580) +++ testing-i686/PKGBUILD 2017-07-15 04:52:27 UTC (rev 300581) @@ -1,378 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Maintainer: Bartłomiej Piotrowski - -# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact foutre...@archlinux.org for -# more information. -_google_default_client_id=413772536636.apps.googleusercontent.com -_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4 - -pkgbase=libreoffice-fresh -pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') -_LOver=5.3.4.2 -pkgver=5.3.4 -pkgrel=2 -arch=('i686' 'x86_64') -license=('LGPL3') -url="http://www.libreoffice.org/"; -makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps' - 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' - 'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' - 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' - 'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme' - 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs' - 'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant' - 'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' - 'junit' 'libmythes' 'libwpg' 'java-environment' 'postgresql-libs' 'libgl' - 'bluez-libs' 'gdb' 'doxygen' 'libatomic_ops' 'mdds' 'glew' - 'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker' - 'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' - 'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient' - 'libtommath' 'libzmf') - -_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}"; -#_mirror="http://dev-builds.libreoffice.org/pre-releases/src"; -_additional_source_url="http://dev-www.libreoffice.org/src"; -_additional_source_url2="http://dev-www.libreoffice.org/extern"; -source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc} - ${_additional_source_url}/boost_1_60_
[arch-commits] Commit in libreoffice-fresh/repos/testing-i686 (8 files)
Date: Saturday, July 15, 2017 @ 04:47:52 Author: andyrtr Revision: 300580 archrelease: copy trunk to testing-i686 Added: libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 300579, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh (from rev 300579, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh (from rev 300579, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff (from rev 300579, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) Deleted: libreoffice-fresh/repos/testing-i686/PKGBUILD libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff --+ PKGBUILD | 756 - libreoffice-fresh.csh| 12 libreoffice-fresh.sh | 12 make-pyuno-work-with-system-wide-module-install.diff | 36 4 files changed, 408 insertions(+), 408 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-07-15 04:44:33 UTC (rev 300579) +++ PKGBUILD2017-07-15 04:47:52 UTC (rev 300580) @@ -1,378 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Maintainer: Bartłomiej Piotrowski - -# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact foutre...@archlinux.org for -# more information. -_google_default_client_id=413772536636.apps.googleusercontent.com -_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4 - -pkgbase=libreoffice-fresh -pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') -_LOver=5.3.4.2 -pkgver=5.3.4 -pkgrel=2 -arch=('i686' 'x86_64') -license=('LGPL3') -url="http://www.libreoffice.org/"; -makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps' - 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' - 'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' - 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' - 'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme' - 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs' - 'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant' - 'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' - 'junit' 'libmythes' 'libwpg' 'java-environment' 'postgresql-libs' 'libgl' - 'bluez-libs' 'gdb' 'doxygen' 'libatomic_ops' 'mdds' 'glew' - 'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker' - 'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' - 'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient' - 'libtommath' 'libzmf') - -_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}"; -#_mirror="http://dev-builds.libreoffice.org/pre-releases/src"; -_additional_source_url="http://dev-www.libreoffice.org/src"; -_additional_source_url2="http://dev-www.libreoffice.org/extern"; -source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc} - ${_additional_source_url}/boost_1_60_0.tar.bz2 - ${_additional_source_url}/86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz - ${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - ${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - ${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - ${_additional_source_url}/commons-logging-1.2-src.tar.gz - ${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip - ${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip - ${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip - ${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip - ${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip - ${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip - ${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip - ${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip - ${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip - ${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz - ${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2 -
[arch-commits] Commit in libreoffice-fresh/repos (5 files)
Date: Saturday, July 15, 2017 @ 04:44:33 Author: andyrtr Revision: 300579 archrelease: copy trunk to testing-i686 Added: libreoffice-fresh/repos/testing-i686/ libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 300578, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh (from rev 300578, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh (from rev 300578, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff (from rev 300578, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) --+ PKGBUILD | 378 + libreoffice-fresh.csh|6 libreoffice-fresh.sh |6 make-pyuno-work-with-system-wide-module-install.diff | 18 4 files changed, 408 insertions(+) Copied: libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 300578, libreoffice-fresh/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-07-15 04:44:33 UTC (rev 300579) @@ -0,0 +1,378 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski + +# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) +# Note: These are for Arch Linux use ONLY. For your own distribution, please +# get your own set of keys. Feel free to contact foutre...@archlinux.org for +# more information. +_google_default_client_id=413772536636.apps.googleusercontent.com +_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4 + +pkgbase=libreoffice-fresh +pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') +_LOver=5.3.4.2 +pkgver=5.3.4 +pkgrel=2 +arch=('i686' 'x86_64') +license=('LGPL3') +url="http://www.libreoffice.org/"; +makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps' + 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' + 'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' + 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' + 'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme' + 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs' + 'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant' + 'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' + 'junit' 'libmythes' 'libwpg' 'java-environment' 'postgresql-libs' 'libgl' + 'bluez-libs' 'gdb' 'doxygen' 'libatomic_ops' 'mdds' 'glew' + 'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker' + 'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' + 'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient' + 'libtommath' 'libzmf') + +_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}"; +#_mirror="http://dev-builds.libreoffice.org/pre-releases/src"; +_additional_source_url="http://dev-www.libreoffice.org/src"; +_additional_source_url2="http://dev-www.libreoffice.org/extern"; +source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc} + ${_additional_source_url}/boost_1_60_0.tar.bz2 + ${_additional_source_url}/86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz + ${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip + ${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip + ${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip + ${_additional_source_url}/commons-logging-1.2-src.tar.gz + ${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip + ${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip + ${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip + ${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip + ${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip + ${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip + ${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip + ${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip + ${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip + ${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz + ${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2 + ${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 + ${_additional_source_
[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 04:44:14 Author: andyrtr Revision: 300578 upgpkg: libreoffice-fresh 5.3.4-2 toolchain rebuild Modified: libreoffice-fresh/trunk/PKGBUILD --+ PKGBUILD | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 22:50:58 UTC (rev 300577) +++ PKGBUILD2017-07-15 04:44:14 UTC (rev 300578) @@ -13,7 +13,7 @@ pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') _LOver=5.3.4.2 pkgver=5.3.4 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/"; @@ -259,7 +259,13 @@ --disable-dependency-tracking touch src.downloaded - make build + + # many tests are broken when crossbuilding i686 + if [ "$CARCH" = "x86_64" ]; then + make build + else + make build-nocheck + fi mkdir ${srcdir}/fakeinstall make DESTDIR=${srcdir}/fakeinstall distro-pack-install
[arch-commits] Commit in hledger-api/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 03:58:56 Author: felixonmars Revision: 245158 upgpkg: hledger-api 1.3-10 rebuild with swagger2,2.1.4.1 servant-swagger,1.1.3.1 Modified: hledger-api/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 03:56:14 UTC (rev 245157) +++ PKGBUILD2017-07-15 03:58:56 UTC (rev 245158) @@ -4,7 +4,7 @@ pkgname=hledger-api pkgver=1.3 -pkgrel=9 +pkgrel=10 pkgdesc="Web API server for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-api/repos (4 files)
Date: Saturday, July 15, 2017 @ 03:59:19 Author: felixonmars Revision: 245159 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: hledger-api/repos/community-staging-i686/ hledger-api/repos/community-staging-i686/PKGBUILD (from rev 245158, hledger-api/trunk/PKGBUILD) hledger-api/repos/community-staging-x86_64/ hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 245158, hledger-api/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 30 ++ community-staging-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 245158, hledger-api/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-15 03:59:19 UTC (rev 245159) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-api +pkgver=1.3 +pkgrel=10 +pkgdesc="Web API server for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" "haskell-decimal" "haskell-docopt" + "haskell-either" "haskell-microlens" "haskell-microlens-platform" "haskell-safe" + "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" "haskell-text" + "haskell-wai" "haskell-wai-extra" "haskell-warp") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 245158, hledger-api/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-15 03:59:19 UTC (rev 245159) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-api +pkgver=1.3 +pkgrel=10 +pkgdesc="Web API server for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" "haskell-decimal" "haskell-docopt" + "haskell-either" "haskell-microlens" "haskell-microlens-platform" "haskell-safe" + "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" "haskell-text" + "haskell-wai" "haskell-wai-extra" "haskell-warp") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-servant-swagger/repos (4 files)
Date: Saturday, July 15, 2017 @ 03:56:14 Author: felixonmars Revision: 245157 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-servant-swagger/repos/community-staging-i686/ haskell-servant-swagger/repos/community-staging-i686/PKGBUILD (from rev 245156, haskell-servant-swagger/trunk/PKGBUILD) haskell-servant-swagger/repos/community-staging-x86_64/ haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from rev 245156, haskell-servant-swagger/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: haskell-servant-swagger/repos/community-staging-i686/PKGBUILD (from rev 245156, haskell-servant-swagger/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-15 03:56:14 UTC (rev 245157) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=servant-swagger +pkgname=haskell-servant-swagger +pkgver=1.1.3.1 +pkgrel=1 +pkgdesc="Generate Swagger specification for your servant API." +url="https://github.com/haskell-servant/servant-swagger"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' "haskell-aeson" "haskell-http-media" "haskell-insert-ordered-containers" + "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text" + "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + +# Remove static libs +find "$pkgdir"/usr/lib -name "*.a" -delete +} Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from rev 245156, haskell-servant-swagger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-15 03:56:14 UTC (rev 245157) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=servant-swagger +pkgname=haskell-servant-swagger +pkgver=1.1.3.1 +pkgrel=1 +pkgdesc="Generate Swagger specification for your servant API." +url="https://github.com/haskell-servant/servant-swagger"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' "haskell-aeson" "haskell-http-media" "haskell-insert-ordered-containers" + "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text" + "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} +
[arch-commits] Commit in haskell-servant-swagger/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 03:55:51 Author: felixonmars Revision: 245156 upgpkg: haskell-servant-swagger 1.1.3.1-1 rebuild with swagger2,2.1.4.1 servant-swagger,1.1.3.1 Modified: haskell-servant-swagger/trunk/PKGBUILD --+ PKGBUILD | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 03:53:43 UTC (rev 245155) +++ PKGBUILD2017-07-15 03:55:51 UTC (rev 245156) @@ -4,8 +4,8 @@ _hkgname=servant-swagger pkgname=haskell-servant-swagger -pkgver=1.1.3 -pkgrel=7 +pkgver=1.1.3.1 +pkgrel=1 pkgdesc="Generate Swagger specification for your servant API." url="https://github.com/haskell-servant/servant-swagger"; license=("custom:BSD3") @@ -14,13 +14,8 @@ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text" "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha256sums=('f3a6f3f399a3cd41953135c5207f8762904b28d8d0b53f8eac40dac59abec341') +sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86') -prepare() { -sed -i 's/, http-media>=0.6.3&& <0.7/, http-media >=0.6.3\&\& <0.8/' \ -${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in haskell-swagger2/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 03:53:20 Author: felixonmars Revision: 245154 upgpkg: haskell-swagger2 2.1.4.1-1 rebuild with swagger2,2.1.4.1 servant-swagger,1.1.3.1 Modified: haskell-swagger2/trunk/PKGBUILD --+ PKGBUILD | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-15 03:43:32 UTC (rev 245153) +++ PKGBUILD2017-07-15 03:53:20 UTC (rev 245154) @@ -4,8 +4,8 @@ _hkgname=swagger2 pkgname=haskell-swagger2 -pkgver=2.1.4 -pkgrel=8 +pkgver=2.1.4.1 +pkgrel=1 pkgdesc="Swagger 2.0 data model" url="https://github.com/GetShopTV/swagger2"; license=("custom:BSD3") @@ -15,12 +15,8 @@ "haskell-network" "haskell-scientific" "haskell-text" "haskell-transformers-compat" "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha256sums=('85ade8fabae537abf1c8d4d8b2a7226b29f33d4d97dce8cd02104da817647f44') +sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee') -prepare() { -sed -i 's/, generics-sop >=0.2 && <0.3/, generics-sop >=0.2 \&\& <0.4/' ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in haskell-swagger2/repos (4 files)
Date: Saturday, July 15, 2017 @ 03:53:43 Author: felixonmars Revision: 245155 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-swagger2/repos/community-staging-i686/ haskell-swagger2/repos/community-staging-i686/PKGBUILD (from rev 245154, haskell-swagger2/trunk/PKGBUILD) haskell-swagger2/repos/community-staging-x86_64/ haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 245154, haskell-swagger2/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 47 community-staging-x86_64/PKGBUILD | 47 2 files changed, 94 insertions(+) Copied: haskell-swagger2/repos/community-staging-i686/PKGBUILD (from rev 245154, haskell-swagger2/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-15 03:53:43 UTC (rev 245155) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=swagger2 +pkgname=haskell-swagger2 +pkgver=2.1.4.1 +pkgrel=1 +pkgdesc="Swagger 2.0 data model" +url="https://github.com/GetShopTV/swagger2"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' "haskell-aeson" "haskell-base-compat" "haskell-hashable" "haskell-generics-sop" + "haskell-http-media" "haskell-insert-ordered-containers" "haskell-lens" "haskell-mtl" + "haskell-network" "haskell-scientific" "haskell-text" "haskell-transformers-compat" + "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + +# Remove static libs +find "$pkgdir"/usr/lib -name "*.a" -delete +} Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 245154, haskell-swagger2/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-15 03:53:43 UTC (rev 245155) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=swagger2 +pkgname=haskell-swagger2 +pkgver=2.1.4.1 +pkgrel=1 +pkgdesc="Swagger 2.0 data model" +url="https://github.com/GetShopTV/swagger2"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' "haskell-aeson" "haskell-base-compat" "haskell-hashable" "haskell-generics-sop" + "haskell-http-media" "haskell-insert-ordered-containers" "haskell-lens" "haskell-mtl" + "haskell-network" "haskell-scientific" "haskell-text" "haskell-transformers-compat" + "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e
[arch-commits] Commit in deepin-voice-recorder/repos (4 files)
Date: Saturday, July 15, 2017 @ 03:43:32 Author: felixonmars Revision: 245153 archrelease: copy trunk to community-i686, community-x86_64 Added: deepin-voice-recorder/repos/community-i686/PKGBUILD (from rev 245152, deepin-voice-recorder/trunk/PKGBUILD) deepin-voice-recorder/repos/community-x86_64/PKGBUILD (from rev 245152, deepin-voice-recorder/trunk/PKGBUILD) Deleted: deepin-voice-recorder/repos/community-i686/PKGBUILD deepin-voice-recorder/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 52 community-i686/PKGBUILD | 26 -- community-x86_64/PKGBUILD | 26 -- 3 files changed, 52 insertions(+), 52 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-15 03:43:05 UTC (rev 245152) +++ community-i686/PKGBUILD 2017-07-15 03:43:32 UTC (rev 245153) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=deepin-voice-recorder -pkgver=1.3 -pkgrel=1 -pkgdesc='Deepin Voice Recorder' -arch=('i686' 'x86_64') -url="https://github.com/linuxdeepin/deepin-voice-recorder"; -license=('GPL3') -depends=('deepin-tool-kit' 'ffmpeg') -makedepends=('qt5-tools') -groups=('deepin-extra') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";) -sha512sums=('8157b452bac7dd7a49ed6f9bef46f4eb9ef3ab0269b7acd7b1fbbfb6e281c89c1468359afd645643ed48738034ac43b931709e0f146d8d81cb3ea4415644ab97') - -build(){ - cd deepin-voice-recorder-$pkgver - qmake-qt5 PREFIX=/usr - make -} - -package() { - cd deepin-voice-recorder-$pkgver - make INSTALL_ROOT="$pkgdir" install -} Copied: deepin-voice-recorder/repos/community-i686/PKGBUILD (from rev 245152, deepin-voice-recorder/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-15 03:43:32 UTC (rev 245153) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=deepin-voice-recorder +pkgver=1.3.1 +pkgrel=1 +pkgdesc='Deepin Voice Recorder' +arch=('i686' 'x86_64') +url="https://github.com/linuxdeepin/deepin-voice-recorder"; +license=('GPL3') +depends=('deepin-tool-kit' 'ffmpeg') +makedepends=('qt5-tools') +groups=('deepin-extra') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";) +sha512sums=('2a47b51cec818940a3efd5c448d9805c34050e4cf8dafc83a0b19899a7750c3b3c0752d5bd37f96bcf61868dfafe0a7794d29159f8c9023f552df63b499e6102') + +build(){ + cd deepin-voice-recorder-$pkgver + qmake-qt5 PREFIX=/usr + make +} + +package() { + cd deepin-voice-recorder-$pkgver + make INSTALL_ROOT="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-15 03:43:05 UTC (rev 245152) +++ community-x86_64/PKGBUILD 2017-07-15 03:43:32 UTC (rev 245153) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=deepin-voice-recorder -pkgver=1.3 -pkgrel=1 -pkgdesc='Deepin Voice Recorder' -arch=('i686' 'x86_64') -url="https://github.com/linuxdeepin/deepin-voice-recorder"; -license=('GPL3') -depends=('deepin-tool-kit' 'ffmpeg') -makedepends=('qt5-tools') -groups=('deepin-extra') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";) -sha512sums=('8157b452bac7dd7a49ed6f9bef46f4eb9ef3ab0269b7acd7b1fbbfb6e281c89c1468359afd645643ed48738034ac43b931709e0f146d8d81cb3ea4415644ab97') - -build(){ - cd deepin-voice-recorder-$pkgver - qmake-qt5 PREFIX=/usr - make -} - -package() { - cd deepin-voice-recorder-$pkgver - make INSTALL_ROOT="$pkgdir" install -} Copied: deepin-voice-recorder/repos/community-x86_64/PKGBUILD (from rev 245152, deepin-voice-recorder/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-07-15 03:43:32 UTC (rev 245153) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=deepin-voice-recorder +pkgver=1.3.1 +pkgrel=1 +pkgdesc='Deepin Voice Recorder' +arch=('i686' 'x86_64') +url="https://github.com/linuxdeepin/deepin-voice-recorder"; +license=('GPL3') +depends=('deepin-tool-kit' 'ffmpeg') +makedepends=('qt5-tools') +groups=('deepin-extra') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";) +sha512sums=('2a47b51cec818940a3efd5c448d9805c34050e4cf8dafc83a0b19899a7750c3b3c0752d5bd37f96bcf61868dfafe0a7794d29159f8c9023f552df63b499e6102') + +build(){ + cd deepin-voice-recorder-$pkgver + qmake-qt5 PREFIX=/usr + make +} + +package() { + cd deepin-voice-recorder-$pkgver + make INSTALL_ROOT="$pkgdir" install +}
[arch-commits] Commit in deepin-voice-recorder/trunk (PKGBUILD)
Date: Saturday, July 15, 2017 @ 03:43:05 Author: felixonmars Revision: 245152 upgpkg: deepin-voice-recorder 1.3.1-1 Modified: deepin-voice-recorder/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 23:17:35 UTC (rev 245151) +++ PKGBUILD2017-07-15 03:43:05 UTC (rev 245152) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan pkgname=deepin-voice-recorder -pkgver=1.3 +pkgver=1.3.1 pkgrel=1 pkgdesc='Deepin Voice Recorder' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('qt5-tools') groups=('deepin-extra') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";) -sha512sums=('8157b452bac7dd7a49ed6f9bef46f4eb9ef3ab0269b7acd7b1fbbfb6e281c89c1468359afd645643ed48738034ac43b931709e0f146d8d81cb3ea4415644ab97') +sha512sums=('2a47b51cec818940a3efd5c448d9805c34050e4cf8dafc83a0b19899a7750c3b3c0752d5bd37f96bcf61868dfafe0a7794d29159f8c9023f552df63b499e6102') build(){ cd deepin-voice-recorder-$pkgver
[arch-commits] Commit in sirocco (5 files)
Date: Friday, July 14, 2017 @ 23:17:35 Author: arojas Revision: 245151 archrelease: copy trunk to community-i686, community-x86_64 Added: sirocco/repos/ sirocco/repos/community-i686/ sirocco/repos/community-i686/PKGBUILD (from rev 245150, sirocco/trunk/PKGBUILD) sirocco/repos/community-x86_64/ sirocco/repos/community-x86_64/PKGBUILD (from rev 245150, sirocco/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 24 community-x86_64/PKGBUILD | 24 2 files changed, 48 insertions(+) Copied: sirocco/repos/community-i686/PKGBUILD (from rev 245150, sirocco/trunk/PKGBUILD) === --- repos/community-i686/PKGBUILD (rev 0) +++ repos/community-i686/PKGBUILD 2017-07-14 23:17:35 UTC (rev 245151) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas + +pkgname=sirocco +pkgver=2.0 +pkgrel=1 +pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial" +arch=(i686 x86_64) +url="https://iuma.unizar.es/es/investigacion/software/sirocco"; +license=(GPL3) +depends=(mpfr) +source=("https://iuma.unizar.es/sites/default/files/software/libsirocco-$pkgver.tar_.gz";) +md5sums=('e3e775144ae2bf66eed0066e98e167e9') + +build() { + cd libsirocco-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd libsirocco-$pkgver + make DESTDIR="$pkgdir" install +} + Copied: sirocco/repos/community-x86_64/PKGBUILD (from rev 245150, sirocco/trunk/PKGBUILD) === --- repos/community-x86_64/PKGBUILD (rev 0) +++ repos/community-x86_64/PKGBUILD 2017-07-14 23:17:35 UTC (rev 245151) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas + +pkgname=sirocco +pkgver=2.0 +pkgrel=1 +pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial" +arch=(i686 x86_64) +url="https://iuma.unizar.es/es/investigacion/software/sirocco"; +license=(GPL3) +depends=(mpfr) +source=("https://iuma.unizar.es/sites/default/files/software/libsirocco-$pkgver.tar_.gz";) +md5sums=('e3e775144ae2bf66eed0066e98e167e9') + +build() { + cd libsirocco-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd libsirocco-$pkgver + make DESTDIR="$pkgdir" install +} +
[arch-commits] Commit in (sirocco sirocco/trunk sirocco/trunk/PKGBUILD)
Date: Friday, July 14, 2017 @ 23:16:55 Author: arojas Revision: 245150 New sagemath dependency Added: sirocco/ sirocco/trunk/ sirocco/trunk/PKGBUILD --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Added: sirocco/trunk/PKGBUILD === --- sirocco/trunk/PKGBUILD (rev 0) +++ sirocco/trunk/PKGBUILD 2017-07-14 23:16:55 UTC (rev 245150) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas + +pkgname=sirocco +pkgver=2.0 +pkgrel=1 +pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial" +arch=(i686 x86_64) +url="https://iuma.unizar.es/es/investigacion/software/sirocco"; +license=(GPL3) +depends=(mpfr) +source=("https://iuma.unizar.es/sites/default/files/software/libsirocco-$pkgver.tar_.gz";) +md5sums=('e3e775144ae2bf66eed0066e98e167e9') + +build() { + cd libsirocco-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd libsirocco-$pkgver + make DESTDIR="$pkgdir" install +} +
[arch-commits] Commit in python2-exiv2/repos (4 files)
Date: Friday, July 14, 2017 @ 23:12:30 Author: arojas Revision: 245149 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: python2-exiv2/repos/community-staging-i686/ python2-exiv2/repos/community-staging-i686/PKGBUILD (from rev 245148, python2-exiv2/trunk/PKGBUILD) python2-exiv2/repos/community-staging-x86_64/ python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 245148, python2-exiv2/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 30 ++ community-staging-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: python2-exiv2/repos/community-staging-i686/PKGBUILD (from rev 245148, python2-exiv2/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-14 23:12:30 UTC (rev 245149) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer : Martin Wimpress +# Contributor: Archie +# Contributor: Byron Clark + +_pkgname=pyexiv2 +pkgname=python2-exiv2 +pkgver=0.3.2 +pkgrel=15 +pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata." +url="http://tilloy.net/dev/pyexiv2"; +arch=('i686' 'x86_64') +depends=('python2' 'boost-libs' 'exiv2') +makedepends=('scons' 'boost') +replaces=('pyexiv2') +conflicts=('pyexiv2') +provides=('pyexiv2') +license=('GPL') +source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2";) +md5sums=('9c0377ca4cf7d5c994af0b5536ae') + +build() { +cd "${srcdir}/${_pkgname}-${pkgver}" +scons +} + +package() { +cd "${srcdir}/${_pkgname}-${pkgver}" +scons DESTDIR="${pkgdir}" install +} Copied: python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 245148, python2-exiv2/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-14 23:12:30 UTC (rev 245149) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer : Martin Wimpress +# Contributor: Archie +# Contributor: Byron Clark + +_pkgname=pyexiv2 +pkgname=python2-exiv2 +pkgver=0.3.2 +pkgrel=15 +pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata." +url="http://tilloy.net/dev/pyexiv2"; +arch=('i686' 'x86_64') +depends=('python2' 'boost-libs' 'exiv2') +makedepends=('scons' 'boost') +replaces=('pyexiv2') +conflicts=('pyexiv2') +provides=('pyexiv2') +license=('GPL') +source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2";) +md5sums=('9c0377ca4cf7d5c994af0b5536ae') + +build() { +cd "${srcdir}/${_pkgname}-${pkgver}" +scons +} + +package() { +cd "${srcdir}/${_pkgname}-${pkgver}" +scons DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in python2-exiv2/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 23:12:01 Author: arojas Revision: 245148 exiv2 0.26 rebuild Modified: python2-exiv2/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 23:10:45 UTC (rev 245147) +++ PKGBUILD2017-07-14 23:12:01 UTC (rev 245148) @@ -6,7 +6,7 @@ _pkgname=pyexiv2 pkgname=python2-exiv2 pkgver=0.3.2 -pkgrel=14 +pkgrel=15 pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata." url="http://tilloy.net/dev/pyexiv2"; arch=('i686' 'x86_64')
[arch-commits] Commit in nomacs/repos (4 files)
Date: Friday, July 14, 2017 @ 23:10:45 Author: arojas Revision: 245147 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: nomacs/repos/community-staging-i686/ nomacs/repos/community-staging-i686/PKGBUILD (from rev 245146, nomacs/trunk/PKGBUILD) nomacs/repos/community-staging-x86_64/ nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 245146, nomacs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 36 community-staging-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 245146, nomacs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-14 23:10:45 UTC (rev 245147) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: speps + +pkgname=nomacs +pkgver=3.6.1 +_pluginver=be5886fab002d84963daab7820bd04f703e74b59 +pkgrel=2 +pkgdesc="A Qt image viewer" +arch=(i686 x86_64) +url="http://www.nomacs.org/"; +license=('GPL3') +depends=('qt5-svg' 'exiv2' 'libraw' 'opencv') +makedepends=('cmake' 'qt5-tools') +source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz"; +"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";) +md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f' + 'b9ed0e229e87b8e4e6669276dc320a23') + +prepare() { + mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins + cd $pkgname-$pkgver + [ -d b ] || mkdir b +} + +build() { + cd $pkgname-$pkgver/b + cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr + make -j1 +} + +package() { + cd $pkgname-$pkgver/b + make DESTDIR="$pkgdir/" install +} + +# vim:set ts=2 sw=2 et: Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 245146, nomacs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-14 23:10:45 UTC (rev 245147) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: speps + +pkgname=nomacs +pkgver=3.6.1 +_pluginver=be5886fab002d84963daab7820bd04f703e74b59 +pkgrel=2 +pkgdesc="A Qt image viewer" +arch=(i686 x86_64) +url="http://www.nomacs.org/"; +license=('GPL3') +depends=('qt5-svg' 'exiv2' 'libraw' 'opencv') +makedepends=('cmake' 'qt5-tools') +source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz"; +"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";) +md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f' + 'b9ed0e229e87b8e4e6669276dc320a23') + +prepare() { + mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins + cd $pkgname-$pkgver + [ -d b ] || mkdir b +} + +build() { + cd $pkgname-$pkgver/b + cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr + make -j1 +} + +package() { + cd $pkgname-$pkgver/b + make DESTDIR="$pkgdir/" install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in nomacs/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 23:10:16 Author: arojas Revision: 245146 exiv2 0.26 rebuild Modified: nomacs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 23:00:03 UTC (rev 245145) +++ PKGBUILD2017-07-14 23:10:16 UTC (rev 245146) @@ -4,7 +4,7 @@ pkgname=nomacs pkgver=3.6.1 _pluginver=be5886fab002d84963daab7820bd04f703e74b59 -pkgrel=1 +pkgrel=2 pkgdesc="A Qt image viewer" arch=(i686 x86_64) url="http://www.nomacs.org/";
[arch-commits] Commit in kphotoalbum/repos (4 files)
Date: Friday, July 14, 2017 @ 23:00:03 Author: arojas Revision: 245145 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: kphotoalbum/repos/community-staging-i686/ kphotoalbum/repos/community-staging-i686/PKGBUILD (from rev 245144, kphotoalbum/trunk/PKGBUILD) kphotoalbum/repos/community-staging-x86_64/ kphotoalbum/repos/community-staging-x86_64/PKGBUILD (from rev 245144, kphotoalbum/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 36 community-staging-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kphotoalbum/repos/community-staging-i686/PKGBUILD (from rev 245144, kphotoalbum/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-14 23:00:03 UTC (rev 245145) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Laurent Carlier +# Contributor: Andrea Scarpino +# Contributor: Gilles CHAUVIN +# Contributor: Jonathan Schaeffer +# Contributor: chfoxli + +pkgname=kphotoalbum +pkgver=5.2 +pkgrel=2 +pkgdesc="KDE Photo Album, picture collection manager" +url="https://www.kphotoalbum.org/"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2') +makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 'kdoctools' 'kparts' 'libkexiv2') +optdepends=() +source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89') + +build() { + mkdir build + cd build + + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd ${srcdir}/build + + make DESTDIR=${pkgdir} install +} Copied: kphotoalbum/repos/community-staging-x86_64/PKGBUILD (from rev 245144, kphotoalbum/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-14 23:00:03 UTC (rev 245145) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Laurent Carlier +# Contributor: Andrea Scarpino +# Contributor: Gilles CHAUVIN +# Contributor: Jonathan Schaeffer +# Contributor: chfoxli + +pkgname=kphotoalbum +pkgver=5.2 +pkgrel=2 +pkgdesc="KDE Photo Album, picture collection manager" +url="https://www.kphotoalbum.org/"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2') +makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 'kdoctools' 'kparts' 'libkexiv2') +optdepends=() +source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89') + +build() { + mkdir build + cd build + + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd ${srcdir}/build + + make DESTDIR=${pkgdir} install +}
[arch-commits] Commit in kphotoalbum/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 22:59:33 Author: arojas Revision: 245144 exiv2 0.26 rebuild Modified: kphotoalbum/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 22:53:18 UTC (rev 245143) +++ PKGBUILD2017-07-14 22:59:33 UTC (rev 245144) @@ -7,7 +7,7 @@ pkgname=kphotoalbum pkgver=5.2 -pkgrel=1 +pkgrel=2 pkgdesc="KDE Photo Album, picture collection manager" url="https://www.kphotoalbum.org/"; arch=('i686' 'x86_64')
[arch-commits] Commit in krename/repos (6 files)
Date: Friday, July 14, 2017 @ 22:53:18 Author: arojas Revision: 245143 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: krename/repos/community-staging-i686/ krename/repos/community-staging-i686/PKGBUILD (from rev 245142, krename/trunk/PKGBUILD) krename/repos/community-staging-i686/krename-gcc6.patch (from rev 245142, krename/trunk/krename-gcc6.patch) krename/repos/community-staging-x86_64/ krename/repos/community-staging-x86_64/PKGBUILD (from rev 245142, krename/trunk/PKGBUILD) krename/repos/community-staging-x86_64/krename-gcc6.patch (from rev 245142, krename/trunk/krename-gcc6.patch) -+ community-staging-i686/PKGBUILD | 37 ++ community-staging-i686/krename-gcc6.patch | 11 +++ community-staging-x86_64/PKGBUILD | 37 ++ community-staging-x86_64/krename-gcc6.patch | 11 +++ 4 files changed, 96 insertions(+) Copied: krename/repos/community-staging-i686/PKGBUILD (from rev 245142, krename/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-14 22:53:18 UTC (rev 245143) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=krename +pkgver=4.0.9 +pkgrel=8 +pkgdesc="A very powerful batch file renamer for KDE" +arch=('i686' 'x86_64') +url="http://www.krename.net"; +license=('GPL') +depends=('kdebase-runtime' 'taglib') +makedepends=('cmake' 'automoc4') +options=('libtool') +source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2 krename-gcc6.patch) +sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e' + '87fe0f0f1f2d12496cebdb2b235a7476b9f809ea') + +prepare() { + cd $pkgname-$pkgver +# Fix build with GCC 6 + patch -p1 -i ../krename-gcc6.patch +} + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2" + sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: krename/repos/community-staging-i686/krename-gcc6.patch (from rev 245142, krename/trunk/krename-gcc6.patch) === --- community-staging-i686/krename-gcc6.patch (rev 0) +++ community-staging-i686/krename-gcc6.patch 2017-07-14 22:53:18 UTC (rev 245143) @@ -0,0 +1,11 @@ +--- krename-4.0.9/src/batchrenamer.cpp.orig2016-05-07 12:50:29.243165528 + krename-4.0.9/src/batchrenamer.cpp 2016-05-07 12:50:52.543081000 + +@@ -402,7 +402,7 @@ + break; + case eRenameMode_Link: + // In case of link delete created file +-job = KIO::file_delete( dstUrl, false ); ++job = KIO::file_delete( dstUrl, NULL ); + break; + case eRenameMode_Copy: // no undo possible + // TODO: Maybe we should delete the created files Copied: krename/repos/community-staging-x86_64/PKGBUILD (from rev 245142, krename/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-14 22:53:18 UTC (rev 245143) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=krename +pkgver=4.0.9 +pkgrel=8 +pkgdesc="A very powerful batch file renamer for KDE" +arch=('i686' 'x86_64') +url="http://www.krename.net"; +license=('GPL') +depends=('kdebase-runtime' 'taglib') +makedepends=('cmake' 'automoc4') +options=('libtool') +source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2 krename-gcc6.patch) +sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e' + '87fe0f0f1f2d12496cebdb2b235a7476b9f809ea') + +prepare() { + cd $pkgname-$pkgver +# Fix build with GCC 6 + patch -p1 -i ../krename-gcc6.patch +} + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2" + sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: krename/repos/community-staging-x86_64/krename-gcc6.patch (from rev 245142, krename/trunk/krename-gcc6.patch) === --- community-staging-x86_64/krename-gcc6.patch (rev 0) +++ community-staging-x86_64/krename-gcc6.patch 2017-07-14 22:53:18 UTC (rev 245143) @@ -0,0 +1,11 @@ +--- krename-4.0.9/src/bat
[arch-commits] Commit in krename/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 22:52:51 Author: arojas Revision: 245142 exiv2 0.26 rebuild Modified: krename/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 22:51:29 UTC (rev 245141) +++ PKGBUILD2017-07-14 22:52:51 UTC (rev 245142) @@ -3,7 +3,7 @@ pkgname=krename pkgver=4.0.9 -pkgrel=7 +pkgrel=8 pkgdesc="A very powerful batch file renamer for KDE" arch=('i686' 'x86_64') url="http://www.krename.net";
[arch-commits] Commit in linux-hardened/repos/community-x86_64 (10 files)
Date: Friday, July 14, 2017 @ 22:51:29 Author: thestinger Revision: 245141 archrelease: copy trunk to community-x86_64 Added: linux-hardened/repos/community-x86_64/90-linux.hook (from rev 245140, linux-hardened/trunk/90-linux.hook) linux-hardened/repos/community-x86_64/PKGBUILD (from rev 245140, linux-hardened/trunk/PKGBUILD) linux-hardened/repos/community-x86_64/config.x86_64 (from rev 245140, linux-hardened/trunk/config.x86_64) linux-hardened/repos/community-x86_64/linux.install (from rev 245140, linux-hardened/trunk/linux.install) linux-hardened/repos/community-x86_64/linux.preset (from rev 245140, linux-hardened/trunk/linux.preset) Deleted: linux-hardened/repos/community-x86_64/90-linux.hook linux-hardened/repos/community-x86_64/PKGBUILD linux-hardened/repos/community-x86_64/config.x86_64 linux-hardened/repos/community-x86_64/linux.install linux-hardened/repos/community-x86_64/linux.preset ---+ 90-linux.hook | 22 PKGBUILD | 586 - config.x86_64 |16658 linux.install | 54 linux.preset | 28 5 files changed, 8674 insertions(+), 8674 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 245140:245141 to see the changes.
[arch-commits] Commit in geeqie/repos (6 files)
Date: Friday, July 14, 2017 @ 22:50:58 Author: arojas Revision: 300577 archrelease: copy trunk to staging-i686, staging-x86_64 Added: geeqie/repos/staging-i686/ geeqie/repos/staging-i686/0001-Work-around-changed-c-11-std-string-implementation.patch (from rev 300576, geeqie/trunk/0001-Work-around-changed-c-11-std-string-implementation.patch) geeqie/repos/staging-i686/PKGBUILD (from rev 300576, geeqie/trunk/PKGBUILD) geeqie/repos/staging-x86_64/ geeqie/repos/staging-x86_64/0001-Work-around-changed-c-11-std-string-implementation.patch (from rev 300576, geeqie/trunk/0001-Work-around-changed-c-11-std-string-implementation.patch) geeqie/repos/staging-x86_64/PKGBUILD (from rev 300576, geeqie/trunk/PKGBUILD) --+ staging-i686/0001-Work-around-changed-c-11-std-string-implementation.patch | 66 ++ staging-i686/PKGBUILD| 39 + staging-x86_64/0001-Work-around-changed-c-11-std-string-implementation.patch | 66 ++ staging-x86_64/PKGBUILD | 39 + 4 files changed, 210 insertions(+) Copied: geeqie/repos/staging-i686/0001-Work-around-changed-c-11-std-string-implementation.patch (from rev 300576, geeqie/trunk/0001-Work-around-changed-c-11-std-string-implementation.patch) === --- staging-i686/0001-Work-around-changed-c-11-std-string-implementation.patch (rev 0) +++ staging-i686/0001-Work-around-changed-c-11-std-string-implementation.patch 2017-07-14 22:50:58 UTC (rev 300577) @@ -0,0 +1,66 @@ +From 0b044d1d685307e5755917e31d56a1a3104cd505 Mon Sep 17 00:00:00 2001 +From: David Kalnischkies +Date: Fri, 27 May 2016 12:04:40 +0100 +Subject: [PATCH] Work around changed c++11 std::string implementation + +Bug was already partly fixed by 96db62d but there was even more +positions that was unseen by Solomon. + +The patch is originally from Debian bug report #800350. + +Signed-off-by: Klaus Ethgen +--- + src/exiv2.cc | 12 +++- + 1 file changed, 7 insertions(+), 5 deletions(-) + +diff --git a/src/exiv2.cc b/src/exiv2.cc +index 1dbe1182..49b8e07c 100644 +--- a/src/exiv2.cc b/src/exiv2.cc +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + // EXIV2_TEST_VERSION is defined in Exiv2 0.15 and newer. + #ifndef EXIV2_TEST_VERSION +@@ -1140,8 +1141,9 @@ guchar *exif_get_preview(ExifData *exif, guint *data_len, gint requested_width, + + if (!exif->image()) return NULL; + ++ std::string const path = exif->image()->io().path(); + /* given image pathname, first do simple (and fast) file extension test */ +- gboolean is_raw = filter_file_class(exif->image()->io().path().c_str(), FORMAT_CLASS_RAWIMAGE); ++ gboolean is_raw = filter_file_class(path.c_str(), FORMAT_CLASS_RAWIMAGE); + + if (!is_raw && requested_width == 0) return NULL; + +@@ -1241,10 +1243,10 @@ extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len, gint reques + if (!exif) return NULL; + if (!exif->image()) return NULL; + +- const char* path = exif->image()->io().path().c_str(); ++ std::string const path = exif->image()->io().path(); + + /* given image pathname, first do simple (and fast) file extension test */ +- if (!filter_file_class(path, FORMAT_CLASS_RAWIMAGE)) return NULL; ++ if (!filter_file_class(path.c_str(), FORMAT_CLASS_RAWIMAGE)) return NULL; + + try { + struct stat st; +@@ -1255,9 +1257,9 @@ extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len, gint reques + + RawFile rf(exif->image()->io()); + offset = rf.preview_offset(); +- DEBUG_1("%s: offset %lu", path, offset); ++ DEBUG_1("%s: offset %lu", path.c_str(), offset); + +- fd = open(path, O_RDONLY); ++ fd = open(path.c_str(), O_RDONLY); + if (fd == -1) + { + return NULL; +-- +2.13.2 + Copied: geeqie/repos/staging-i686/PKGBUILD (from rev 300576, geeqie/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-07-14 22:50:58 UTC (rev 300577) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Eric Bélanger +# Contributor: Lukas Jirkovsky + +pkgname=geeqie +pkgver=1.3 +pkgrel=3 +pkgdesc="A lightweight image browser and viewer" +arch=('i686' 'x86_64') +url="http://www.geeqie.org/"; +license=('GPL2') +depends=('exiv2' 'gtk2' 'lcms') +makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git') +optdepends=('librsvg: SVG rendering' + 'fbida: for jpeg rotation' + 'exiv2: for tiff and png rotation') +validpgpkeys=('85D4CA42952C949B175362B3
[arch-commits] Commit in linux-hardened/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 22:50:46 Author: thestinger Revision: 245140 upgpkg: linux-hardened 4.12.1.b-1 Modified: linux-hardened/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 22:06:51 UTC (rev 245139) +++ PKGBUILD2017-07-14 22:50:46 UTC (rev 245140) @@ -6,7 +6,7 @@ pkgbase=linux-hardened _srcname=linux-4.12 _pkgver=4.12.1 -pkgver=$_pkgver.a +pkgver=$_pkgver.b pkgrel=1 arch=('x86_64') url="https://github.com/copperhead/linux-hardened"; @@ -31,9 +31,9 @@ 'SKIP' '466ad7caf26aac66fdf299dbe6b23d0cf1729e363a4ee37738938e3be563946b' 'SKIP' -'2f0d8b09a872bae24171da3bcd1a445393b57ffb652ac1e70e0c14c71b1a4867' +'e3b7b99ee93d7744ca292f87554a46380ea00265e20e9f236b152e97d4c5ce81' 'SKIP' -'9f24f553b85fdb97e4da7b528f5b6bc9fac6f68014edab320a79bb6e9997d96c' +'7c237839ebddf78aa034b9115cd276048e98fc09120a1dadc736c0cffbd86c2a' '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65') validpgpkeys=(
[arch-commits] Commit in geeqie/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 22:50:39 Author: arojas Revision: 300576 exiv2 0.26 rebuild Modified: geeqie/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 22:42:38 UTC (rev 300575) +++ PKGBUILD2017-07-14 22:50:39 UTC (rev 300576) @@ -4,12 +4,12 @@ pkgname=geeqie pkgver=1.3 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight image browser and viewer" arch=('i686' 'x86_64') url="http://www.geeqie.org/"; license=('GPL2') -depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils') +depends=('exiv2' 'gtk2' 'lcms') makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git') optdepends=('librsvg: SVG rendering' 'fbida: for jpeg rotation'
[arch-commits] Commit in libkexiv2/repos (4 files)
Date: Friday, July 14, 2017 @ 22:42:38 Author: arojas Revision: 300575 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libkexiv2/repos/staging-i686/ libkexiv2/repos/staging-i686/PKGBUILD (from rev 300574, libkexiv2/trunk/PKGBUILD) libkexiv2/repos/staging-x86_64/ libkexiv2/repos/staging-x86_64/PKGBUILD (from rev 300574, libkexiv2/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 38 ++ staging-x86_64/PKGBUILD | 38 ++ 2 files changed, 76 insertions(+) Copied: libkexiv2/repos/staging-i686/PKGBUILD (from rev 300574, libkexiv2/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-07-14 22:42:38 UTC (rev 300575) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=libkexiv2 +pkgver=17.04.3 +pkgrel=2 +pkgdesc="A library to manipulate pictures metadata" +url="https://www.kde.org/applications/graphics/"; +arch=(i686 x86_64) +license=(GPL LGPL FDL) +depends=(qt5-base exiv2) +makedepends=(extra-cmake-modules) +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('b8a061fb69097643209a229da84675729353284e1dc6200d9ac91d97f29faa0c' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: libkexiv2/repos/staging-x86_64/PKGBUILD (from rev 300574, libkexiv2/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-07-14 22:42:38 UTC (rev 300575) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=libkexiv2 +pkgver=17.04.3 +pkgrel=2 +pkgdesc="A library to manipulate pictures metadata" +url="https://www.kde.org/applications/graphics/"; +arch=(i686 x86_64) +license=(GPL LGPL FDL) +depends=(qt5-base exiv2) +makedepends=(extra-cmake-modules) +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('b8a061fb69097643209a229da84675729353284e1dc6200d9ac91d97f29faa0c' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libkexiv2/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 22:42:06 Author: arojas Revision: 300574 exiv2 0.26 rebuild Modified: libkexiv2/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 21:09:38 UTC (rev 300573) +++ PKGBUILD2017-07-14 22:42:06 UTC (rev 300574) @@ -5,7 +5,7 @@ pkgname=libkexiv2 pkgver=17.04.3 -pkgrel=1 +pkgrel=2 pkgdesc="A library to manipulate pictures metadata" url="https://www.kde.org/applications/graphics/"; arch=(i686 x86_64)
[arch-commits] Commit in python-yara/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 22:06:41 Author: anthraxx Revision: 245138 upgpkg: python-yara 3.6.3-1 Modified: python-yara/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 21:58:50 UTC (rev 245137) +++ PKGBUILD2017-07-14 22:06:41 UTC (rev 245138) @@ -4,8 +4,8 @@ _gitname=yara-python pkgbase=python-yara pkgname=('python-yara' 'python2-yara') -pkgver=3.6.0 -_gitcommit=2d8baac160aea1dddfe8039f10b3891ee049293a +pkgver=3.6.3 +_gitcommit=043835d4b6ce2ad444f2571cf87052bb765b2be7 pkgrel=1 pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' url='https://github.com/VirusTotal/yara-python' @@ -47,7 +47,7 @@ } package_python-yara() { - depends=('python' 'yara' 'python-magic') + depends=('python' 'yara') cd ${pkgbase} python setup.py install --root="${pkgdir}" -O1 install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README" @@ -55,7 +55,7 @@ } package_python2-yara() { - depends=('python2' 'yara' 'python2-magic') + depends=('python2' 'yara') cd ${pkgbase}-py2 python2 setup.py install --root="${pkgdir}" -O1 install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
[arch-commits] Commit in python-yara/repos (4 files)
Date: Friday, July 14, 2017 @ 22:06:51 Author: anthraxx Revision: 245139 archrelease: copy trunk to community-i686, community-x86_64 Added: python-yara/repos/community-i686/PKGBUILD (from rev 245138, python-yara/trunk/PKGBUILD) python-yara/repos/community-x86_64/PKGBUILD (from rev 245138, python-yara/trunk/PKGBUILD) Deleted: python-yara/repos/community-i686/PKGBUILD python-yara/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 130 community-i686/PKGBUILD | 65 -- community-x86_64/PKGBUILD | 65 -- 3 files changed, 130 insertions(+), 130 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 22:06:41 UTC (rev 245138) +++ community-i686/PKGBUILD 2017-07-14 22:06:51 UTC (rev 245139) @@ -1,65 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: arch3y - -_gitname=yara-python -pkgbase=python-yara -pkgname=('python-yara' 'python2-yara') -pkgver=3.6.0 -_gitcommit=2d8baac160aea1dddfe8039f10b3891ee049293a -pkgrel=1 -pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' -url='https://github.com/VirusTotal/yara-python' -arch=('i686' 'x86_64') -license=('Apache') -makedepends=('git' 'yara' 'python-setuptools' 'python2-setuptools') -source=(${pkgbase}::git+"https://github.com/VirusTotal/${_gitname}#commit=${_gitcommit}";) -sha512sums=('SKIP') - -pkgver() { - cd ${pkgbase} - git describe --always | sed 's/^v//;s/-/./g' -} - -prepare() { - cp -a ${pkgbase}{,-py2} -} - -build() { - (cd ${pkgbase} -python setup.py build --dynamic-linking - ) - (cd ${pkgbase}-py2 -python2 setup.py build --dynamic-linking - ) -} - -check() { - (cd ${pkgbase} -local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" -PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ - python tests.py - ) - (cd ${pkgbase}-py2 -local PYTHONVERSION="$(python2 -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" -PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ - python2 tests.py - ) -} - -package_python-yara() { - depends=('python' 'yara' 'python-magic') - cd ${pkgbase} - python setup.py install --root="${pkgdir}" -O1 - install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README" - ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs" -} - -package_python2-yara() { - depends=('python2' 'yara' 'python2-magic') - cd ${pkgbase}-py2 - python2 setup.py install --root="${pkgdir}" -O1 - install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README" - ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs" -} - -# vim: ts=2 sw=2 et: Copied: python-yara/repos/community-i686/PKGBUILD (from rev 245138, python-yara/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 22:06:51 UTC (rev 245139) @@ -0,0 +1,65 @@ +# Maintainer: Levente Polyak +# Contributor: arch3y + +_gitname=yara-python +pkgbase=python-yara +pkgname=('python-yara' 'python2-yara') +pkgver=3.6.3 +_gitcommit=043835d4b6ce2ad444f2571cf87052bb765b2be7 +pkgrel=1 +pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' +url='https://github.com/VirusTotal/yara-python' +arch=('i686' 'x86_64') +license=('Apache') +makedepends=('git' 'yara' 'python-setuptools' 'python2-setuptools') +source=(${pkgbase}::git+"https://github.com/VirusTotal/${_gitname}#commit=${_gitcommit}";) +sha512sums=('SKIP') + +pkgver() { + cd ${pkgbase} + git describe --always | sed 's/^v//;s/-/./g' +} + +prepare() { + cp -a ${pkgbase}{,-py2} +} + +build() { + (cd ${pkgbase} +python setup.py build --dynamic-linking + ) + (cd ${pkgbase}-py2 +python2 setup.py build --dynamic-linking + ) +} + +check() { + (cd ${pkgbase} +local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" +PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ + python tests.py + ) + (cd ${pkgbase}-py2 +local PYTHONVERSION="$(python2 -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" +PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ + python2 tests.py + ) +} + +package_python-yara() { + depends=('python' 'yara') + cd ${pkgbase} + python setup.py install --root="${pkgdir}" -O1 + install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README" + ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs" +} + +package_python2-yara() { + depends=('python2' 'yara') + cd ${pkgbase}-py2 + python2 setup.py insta
[arch-commits] Commit in tensorflow/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 21:58:45 Author: svenstaro Revision: 245136 upgpkg: tensorflow 1.2.1-4 Modified: tensorflow/trunk/PKGBUILD --+ PKGBUILD |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 21:54:29 UTC (rev 245135) +++ PKGBUILD2017-07-14 21:58:45 UTC (rev 245136) @@ -5,7 +5,7 @@ pkgbase=tensorflow pkgname=(tensorflow tensorflow-cuda python-tensorflow python-tensorflow-cuda) pkgver=1.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Library for computation using data flow graphs for scalable machine learning" url="https://www.tensorflow.org/"; license=('Apache2') @@ -96,6 +96,7 @@ depends=(python python-protobuf) optdepends=('python-werkzeug: for using tensorboard' 'python-bleach: for using tensorboard' + 'python-numpy: for using tensorboard' 'python-markdown: for using tensorboard') cd ${srcdir}/tensorflow-${pkgver} @@ -113,6 +114,7 @@ provides=(python-tensorflow) optdepends=('python-werkzeug: for using tensorboard' 'python-bleach: for using tensorboard' + 'python-numpy: for using tensorboard' 'python-markdown: for using tensorboard') cd ${srcdir}/tensorflow-${pkgver}-cuda
[arch-commits] Commit in tensorflow/repos/community-x86_64 (6 files)
Date: Friday, July 14, 2017 @ 21:58:50 Author: svenstaro Revision: 245137 archrelease: copy trunk to community-x86_64 Added: tensorflow/repos/community-x86_64/10868.patch (from rev 245136, tensorflow/trunk/10868.patch) tensorflow/repos/community-x86_64/11174.patch (from rev 245136, tensorflow/trunk/11174.patch) tensorflow/repos/community-x86_64/PKGBUILD (from rev 245136, tensorflow/trunk/PKGBUILD) Deleted: tensorflow/repos/community-x86_64/10868.patch tensorflow/repos/community-x86_64/11174.patch tensorflow/repos/community-x86_64/PKGBUILD -+ 10868.patch | 178 11174.patch | 72 PKGBUILD| 256 +- 3 files changed, 254 insertions(+), 252 deletions(-) Deleted: 10868.patch === --- 10868.patch 2017-07-14 21:58:45 UTC (rev 245136) +++ 10868.patch 2017-07-14 21:58:50 UTC (rev 245137) @@ -1,89 +0,0 @@ -From eb197c45eda55b1047b00f1136a4fec2b8adb2d5 Mon Sep 17 00:00:00 2001 -From: Todd Wang -Date: Tue, 20 Jun 2017 14:16:26 -0700 -Subject: [PATCH 1/3] [XLA] Explicitly instantiate Permute template func - -This is an attempted fix for older compilers that can't deduce the template args. - tensorflow/compiler/xla/service/llvm_ir/ir_array.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -index e401305ae73..b14104be6ad 100644 a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -+++ b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -@@ -158,7 +158,7 @@ IrArray::Index IrArray::Index::SourceIndexOfTranspose( - tensorflow::gtl::ArraySlice dimension_mapping, - llvm::IRBuilder<>* builder) const { - std::vector operand_multidim_index = -- Permute(dimension_mapping, multidim()); -+ Permute(dimension_mapping, multidim()); - if (linear() != nullptr && - ShapeUtil::TransposeIsBitcast(operand_shape, shape, dimension_mapping)) { - return Index(operand_multidim_index, linear(), operand_shape); - -From 2df6cd3acd71a6dcf459e92c26ac426c90a57be4 Mon Sep 17 00:00:00 2001 -From: Todd Wang -Date: Wed, 21 Jun 2017 17:51:55 -0700 -Subject: [PATCH 2/3] Another try - - tensorflow/compiler/xla/util.h | 17 - - 1 file changed, 12 insertions(+), 5 deletions(-) - -diff --git a/tensorflow/compiler/xla/util.h b/tensorflow/compiler/xla/util.h -index 42d5c1d1550..32aa81d1f42 100644 a/tensorflow/compiler/xla/util.h -+++ b/tensorflow/compiler/xla/util.h -@@ -195,16 +195,23 @@ bool IsPermutation(tensorflow::gtl::ArraySlice permutation, int64 rank); - // 2. permutation.size() == input.size(). - template class C, typename T> - std::vector Permute(tensorflow::gtl::ArraySlice permutation, -- C input_) { -- tensorflow::gtl::ArraySlice input(input_); -- CHECK(IsPermutation(permutation, input.size())); -- std::vector output(input.size()); -+ C input) { -+ tensorflow::gtl::ArraySlice data(input); -+ CHECK(IsPermutation(permutation, data.size())); -+ std::vector output(data.size()); - for (size_t i = 0; i < permutation.size(); ++i) { --output[permutation[i]] = input[i]; -+output[permutation[i]] = data[i]; - } - return output; - } - -+// Override of the above that works around compile failures with vectors. -+template -+std::vector Permute(tensorflow::gtl::ArraySlice permutation, -+ const std::vector& input) { -+ return Permute(permutation, input); -+} -+ - // Inverts a permutation, i.e., output_permutation[input_permutation[i]] = i. - std::vector InversePermutation( - tensorflow::gtl::ArraySlice input_permutation); - -From 03da6113468d6b256a755d0521b9b239eaf8b6a9 Mon Sep 17 00:00:00 2001 -From: Todd Wang -Date: Wed, 21 Jun 2017 17:54:15 -0700 -Subject: [PATCH 3/3] Update ir_array.cc - - tensorflow/compiler/xla/service/llvm_ir/ir_array.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -index b14104be6ad..e401305ae73 100644 a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -+++ b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -@@ -158,7 +158,7 @@ IrArray::Index IrArray::Index::SourceIndexOfTranspose( - tensorflow::gtl::ArraySlice dimension_mapping, - llvm::IRBuilder<>* builder) const { - std::vector operand_multidim_index = -- Permute(dimension_mapping, multidim()); -+ Permute(dimension_mapping, multidim()); - if (linear() != nullptr && - ShapeUtil::TransposeIsBitcast(operand_shape, shape, dimension_mapping)) { - return Index(operand_multidim_index, linear(), operand_shape); Copied: tensorflow/repos/community-x86_64/10868.patch (from rev 245136, tensorflow/tru
[arch-commits] Commit in bspwm/repos (4 files)
Date: Friday, July 14, 2017 @ 21:54:29 Author: arodseth Revision: 245135 archrelease: copy trunk to community-x86_64, community-i686 Added: bspwm/repos/community-i686/PKGBUILD (from rev 245134, bspwm/trunk/PKGBUILD) bspwm/repos/community-x86_64/PKGBUILD (from rev 245134, bspwm/trunk/PKGBUILD) Deleted: bspwm/repos/community-i686/PKGBUILD bspwm/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 34 -- community-x86_64/PKGBUILD | 34 -- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 21:54:09 UTC (rev 245134) +++ community-i686/PKGBUILD 2017-07-14 21:54:29 UTC (rev 245135) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Bastien Dejean - -pkgname=bspwm -pkgver=0.9.2 -pkgrel=1 -pkgdesc='Tiling window manager based on binary space partitioning' -arch=('x86_64' 'i686') -url='https://github.com/baskerville/bspwm' -license=('custom:BSD') -depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms') -makedepends=('git') -optdepends=('sxhkd: to define keyboard and pointer bindings' -'bar-aint-recursive: for the example panel' -'xtitle: for the example panel' -'sutils: for the example panel' -'xdo: for the example panel') -source=("git://github.com/baskerville/$pkgname#tag=$pkgver") -md5sums=('SKIP') - -build() { - make -C "$pkgname" PREFIX=/usr -} - -package() { - cd "$pkgname" - - make PREFIX=/usr DESTDIR="$pkgdir" install - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1 -# vim:set ts=2 sw=2 et: Copied: bspwm/repos/community-i686/PKGBUILD (from rev 245134, bspwm/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 21:54:29 UTC (rev 245135) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Bastien Dejean + +pkgname=bspwm +pkgver=0.9.3 +pkgrel=1 +pkgdesc='Tiling window manager based on binary space partitioning' +arch=('x86_64' 'i686') +url='https://github.com/baskerville/bspwm' +license=('custom:BSD') +depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms') +makedepends=('git') +optdepends=('sxhkd: to define keyboard and pointer bindings' +'bar-aint-recursive: for the example panel' +'xtitle: for the example panel' +'sutils: for the example panel' +'xdo: for the example panel') +source=("git://github.com/baskerville/$pkgname#tag=$pkgver") +md5sums=('SKIP') + +build() { + make -C "$pkgname" PREFIX=/usr +} + +package() { + cd "$pkgname" + + make PREFIX=/usr DESTDIR="$pkgdir" install + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1 +# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-14 21:54:09 UTC (rev 245134) +++ community-x86_64/PKGBUILD 2017-07-14 21:54:29 UTC (rev 245135) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Bastien Dejean - -pkgname=bspwm -pkgver=0.9.2 -pkgrel=1 -pkgdesc='Tiling window manager based on binary space partitioning' -arch=('x86_64' 'i686') -url='https://github.com/baskerville/bspwm' -license=('custom:BSD') -depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms') -makedepends=('git') -optdepends=('sxhkd: to define keyboard and pointer bindings' -'bar-aint-recursive: for the example panel' -'xtitle: for the example panel' -'sutils: for the example panel' -'xdo: for the example panel') -source=("git://github.com/baskerville/$pkgname#tag=$pkgver") -md5sums=('SKIP') - -build() { - make -C "$pkgname" PREFIX=/usr -} - -package() { - cd "$pkgname" - - make PREFIX=/usr DESTDIR="$pkgdir" install - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1 -# vim:set ts=2 sw=2 et: Copied: bspwm/repos/community-x86_64/PKGBUILD (from rev 245134, bspwm/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-07-14 21:54:29 UTC (rev 245135) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Bastien Dejean + +pkgname=bspwm +pkgver=0.9.3 +pkgrel=1 +pkgdesc='Tiling window manager based on binary space partitioning' +arch=
[arch-commits] Commit in bspwm/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 21:54:09 Author: arodseth Revision: 245134 upgpkg: bspwm 0.9.3-1 Modified: bspwm/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 21:52:58 UTC (rev 245133) +++ PKGBUILD2017-07-14 21:54:09 UTC (rev 245134) @@ -3,7 +3,7 @@ # Contributor: Bastien Dejean pkgname=bspwm -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=1 pkgdesc='Tiling window manager based on binary space partitioning' arch=('x86_64' 'i686') @@ -31,4 +31,4 @@ } # getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1 -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
[arch-commits] Commit in yara/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 21:52:48 Author: anthraxx Revision: 245132 upgpkg: yara 3.6.3-1 Modified: yara/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 21:45:43 UTC (rev 245131) +++ PKGBUILD2017-07-14 21:52:48 UTC (rev 245132) @@ -3,7 +3,7 @@ # Contributor: fnord0 pkgname=yara -pkgver=3.6.0 +pkgver=3.6.3 pkgrel=1 pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' url='https://github.com/VirusTotal/yara' @@ -11,7 +11,7 @@ license=('BSD') depends=('openssl' 'file') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz) -sha512sums=('ebb096b4c6610ebf8de6201c53a5b09e77ca7ecb257fcdd8decca6fd9623bb581a2dce3fc693237986ce6dcd9907e675ab9fa82f287853aa2ae096e6423d0fc3') +sha512sums=('f928fe93e93385b5711c1076b042473299e1eb1c7c345433b01b7638677d9b8fb95a8ac2a7ef52012dc178ec0ef5772d6b6d0b65b5717d2074290bb44031b3f8') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in yara/repos (4 files)
Date: Friday, July 14, 2017 @ 21:52:58 Author: anthraxx Revision: 245133 archrelease: copy trunk to community-i686, community-x86_64 Added: yara/repos/community-i686/PKGBUILD (from rev 245132, yara/trunk/PKGBUILD) yara/repos/community-x86_64/PKGBUILD (from rev 245132, yara/trunk/PKGBUILD) Deleted: yara/repos/community-i686/PKGBUILD yara/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 34 -- community-x86_64/PKGBUILD | 34 -- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 21:52:48 UTC (rev 245132) +++ community-i686/PKGBUILD 2017-07-14 21:52:58 UTC (rev 245133) @@ -1,34 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: bitwave -# Contributor: fnord0 - -pkgname=yara -pkgver=3.6.0 -pkgrel=1 -pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' -url='https://github.com/VirusTotal/yara' -arch=('i686' 'x86_64') -license=('BSD') -depends=('openssl' 'file') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz) -sha512sums=('ebb096b4c6610ebf8de6201c53a5b09e77ca7ecb257fcdd8decca6fd9623bb581a2dce3fc693237986ce6dcd9907e675ab9fa82f287853aa2ae096e6423d0fc3') - -build() { - cd ${pkgname}-${pkgver} - autoreconf -fiv - ./configure \ ---prefix=/usr \ ---with-crypto \ ---enable-magic - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" - cp -r docs "${pkgdir}/usr/share/doc/${pkgname}" -} - -# vim: ts=2 sw=2 et: Copied: yara/repos/community-i686/PKGBUILD (from rev 245132, yara/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 21:52:58 UTC (rev 245133) @@ -0,0 +1,34 @@ +# Maintainer: Levente Polyak +# Contributor: bitwave +# Contributor: fnord0 + +pkgname=yara +pkgver=3.6.3 +pkgrel=1 +pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' +url='https://github.com/VirusTotal/yara' +arch=('i686' 'x86_64') +license=('BSD') +depends=('openssl' 'file') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz) +sha512sums=('f928fe93e93385b5711c1076b042473299e1eb1c7c345433b01b7638677d9b8fb95a8ac2a7ef52012dc178ec0ef5772d6b6d0b65b5717d2074290bb44031b3f8') + +build() { + cd ${pkgname}-${pkgver} + autoreconf -fiv + ./configure \ +--prefix=/usr \ +--with-crypto \ +--enable-magic + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" + install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" + cp -r docs "${pkgdir}/usr/share/doc/${pkgname}" +} + +# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-14 21:52:48 UTC (rev 245132) +++ community-x86_64/PKGBUILD 2017-07-14 21:52:58 UTC (rev 245133) @@ -1,34 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: bitwave -# Contributor: fnord0 - -pkgname=yara -pkgver=3.6.0 -pkgrel=1 -pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' -url='https://github.com/VirusTotal/yara' -arch=('i686' 'x86_64') -license=('BSD') -depends=('openssl' 'file') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz) -sha512sums=('ebb096b4c6610ebf8de6201c53a5b09e77ca7ecb257fcdd8decca6fd9623bb581a2dce3fc693237986ce6dcd9907e675ab9fa82f287853aa2ae096e6423d0fc3') - -build() { - cd ${pkgname}-${pkgver} - autoreconf -fiv - ./configure \ ---prefix=/usr \ ---with-crypto \ ---enable-magic - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" - cp -r docs "${pkgdir}/usr/share/doc/${pkgname}" -} - -# vim: ts=2 sw=2 et: Copied: yara/repos/community-x86_64/PKGBUILD (from rev 245132, yara/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-07-14 21:52:58 UTC (rev 245133) @@ -0,0 +1,34 @@ +# Maintainer: Levente Polyak +# Contributor: bitwave +# Contributor: fnord0 + +pkgname=yara +pkgver=3.6.3 +pkgrel=1 +pkgdesc='Tool aim
[arch-commits] Commit in python-aiohttp/repos (4 files)
Date: Friday, July 14, 2017 @ 21:45:43 Author: anthraxx Revision: 245131 archrelease: copy trunk to community-i686, community-x86_64 Added: python-aiohttp/repos/community-i686/PKGBUILD (from rev 245130, python-aiohttp/trunk/PKGBUILD) python-aiohttp/repos/community-x86_64/PKGBUILD (from rev 245130, python-aiohttp/trunk/PKGBUILD) Deleted: python-aiohttp/repos/community-i686/PKGBUILD python-aiohttp/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 88 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 88 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 21:45:33 UTC (rev 245130) +++ community-i686/PKGBUILD 2017-07-14 21:45:43 UTC (rev 245131) @@ -1,37 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Philipp A. - -_pkgname=aiohttp -pkgname=python-aiohttp -pkgver=2.1.0 -pkgrel=1 -pkgdesc='HTTP client/server for asyncio' -url='https://aiohttp.readthedocs.io' -arch=('i686' 'x86_64') -license=('Apache') -depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 'python-async-timeout' 'python-yarl') -makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest' 'python-pytest-mock') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz) -sha256sums=('54f616090688169928b25068168e69b74dcee47b93d2400fa38f97b8d5a1402b') -sha512sums=('cb4a56431380a182a4c34319deb7dd6be2f85836da80994f4cb9538ab111836bbdbf5f1e9ad560b88cb9ee4c26cd01f2b0668906c181ff78d1be32a92a0ba7ea') - -build() { - cd ${_pkgname}-${pkgver} - python setup.py build -} - -check() { - cd ${_pkgname}-${pkgver} - local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" - PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ -py.test -} - -package() { - cd ${_pkgname}-${pkgver} - python setup.py install --root="${pkgdir}" -O1 --skip-build -} - -# vim: ts=2 sw=2 et: - Copied: python-aiohttp/repos/community-i686/PKGBUILD (from rev 245130, python-aiohttp/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 21:45:43 UTC (rev 245131) @@ -0,0 +1,44 @@ +# Maintainer: Levente Polyak +# Contributor: Philipp A. + +_pkgname=aiohttp +pkgname=python-aiohttp +pkgver=2.2.3 +pkgrel=1 +pkgdesc='HTTP client/server for asyncio' +url='https://aiohttp.readthedocs.io' +arch=('i686' 'x86_64') +license=('Apache') +depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 'python-async-timeout' 'python-yarl') +makedepends=('cython' 'python-setuptools') +checkdepends=('python-pytest' 'python-pytest-mock') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz + ${pkgname}-fix-multidict-3.1.patch::https://github.com/aio-libs/aiohttp/commit/075c34c8f98d3690f7167d8f885bfbd3d74dd67a.patch) +sha256sums=('3cbd7c44ae455d9e0196b3818b66097f4566563f5c00c34cf478c68a5542d371' +'4e98ff7b86e7c35669ad0c88a984fa6d33d1f8332d9b58cb79c338a9862bcd4c') +sha512sums=('a3ad2b86c8b1024ba54df6b734fb387c37e914889145b1747c911a1c15e7c140bdd3eb0a4c384958b0517e8813d4b1dcf8c1c1151f3990f4945c897a2302fdc9' + '66d320075ebb0f371b33af980b3a80ada9ba13c3ab0024594b5a43442bbfb4768a7716e182830477b7e89fd4d3c22a90d74398d8c6feaa1635dd18c5dbf2d387') + +prepare() { + cd ${_pkgname}-${pkgver} + patch -p1 < "${srcdir}/${pkgname}-fix-multidict-3.1.patch" +} + +build() { + cd ${_pkgname}-${pkgver} + python setup.py build +} + +check() { + cd ${_pkgname}-${pkgver} + local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" + PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ +py.test +} + +package() { + cd ${_pkgname}-${pkgver} + python setup.py install --root="${pkgdir}" -O1 --skip-build +} + +# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-14 21:45:33 UTC (rev 245130) +++ community-x86_64/PKGBUILD 2017-07-14 21:45:43 UTC (rev 245131) @@ -1,37 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Philipp A. - -_pkgname=aiohttp -pkgname=python-aiohttp -pkgver=2.1.0 -pkgrel=1 -pkgdesc='HTTP client/server for asyncio' -url='https://aiohttp.readthedocs.io' -arch=('i686' 'x86_64') -license=('Apache') -depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 'python-async-timeout' 'python-yarl') -makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest' 'python-pytest-mock') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v
[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 21:45:33 Author: anthraxx Revision: 245130 upgpkg: python-aiohttp 2.2.3-1 Modified: python-aiohttp/trunk/PKGBUILD --+ PKGBUILD | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 21:28:20 UTC (rev 245129) +++ PKGBUILD2017-07-14 21:45:33 UTC (rev 245130) @@ -3,7 +3,7 @@ _pkgname=aiohttp pkgname=python-aiohttp -pkgver=2.1.0 +pkgver=2.2.3 pkgrel=1 pkgdesc='HTTP client/server for asyncio' url='https://aiohttp.readthedocs.io' @@ -12,10 +12,18 @@ depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 'python-async-timeout' 'python-yarl') makedepends=('cython' 'python-setuptools') checkdepends=('python-pytest' 'python-pytest-mock') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz) -sha256sums=('54f616090688169928b25068168e69b74dcee47b93d2400fa38f97b8d5a1402b') -sha512sums=('cb4a56431380a182a4c34319deb7dd6be2f85836da80994f4cb9538ab111836bbdbf5f1e9ad560b88cb9ee4c26cd01f2b0668906c181ff78d1be32a92a0ba7ea') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz + ${pkgname}-fix-multidict-3.1.patch::https://github.com/aio-libs/aiohttp/commit/075c34c8f98d3690f7167d8f885bfbd3d74dd67a.patch) +sha256sums=('3cbd7c44ae455d9e0196b3818b66097f4566563f5c00c34cf478c68a5542d371' +'4e98ff7b86e7c35669ad0c88a984fa6d33d1f8332d9b58cb79c338a9862bcd4c') +sha512sums=('a3ad2b86c8b1024ba54df6b734fb387c37e914889145b1747c911a1c15e7c140bdd3eb0a4c384958b0517e8813d4b1dcf8c1c1151f3990f4945c897a2302fdc9' + '66d320075ebb0f371b33af980b3a80ada9ba13c3ab0024594b5a43442bbfb4768a7716e182830477b7e89fd4d3c22a90d74398d8c6feaa1635dd18c5dbf2d387') +prepare() { + cd ${_pkgname}-${pkgver} + patch -p1 < "${srcdir}/${pkgname}-fix-multidict-3.1.patch" +} + build() { cd ${_pkgname}-${pkgver} python setup.py build @@ -34,4 +42,3 @@ } # vim: ts=2 sw=2 et: -
[arch-commits] Commit in luminancehdr/repos (6 files)
Date: Friday, July 14, 2017 @ 21:28:20 Author: jlichtblau Revision: 245129 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: luminancehdr/repos/community-staging-i686/ luminancehdr/repos/community-staging-i686/PKGBUILD (from rev 245128, luminancehdr/trunk/PKGBUILD) luminancehdr/repos/community-staging-i686/luminancehdr.changelog (from rev 245128, luminancehdr/trunk/luminancehdr.changelog) luminancehdr/repos/community-staging-x86_64/ luminancehdr/repos/community-staging-x86_64/PKGBUILD (from rev 245128, luminancehdr/trunk/PKGBUILD) luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog (from rev 245128, luminancehdr/trunk/luminancehdr.changelog) -+ community-staging-i686/PKGBUILD | 33 community-staging-i686/luminancehdr.changelog | 90 ++ community-staging-x86_64/PKGBUILD | 33 community-staging-x86_64/luminancehdr.changelog | 90 ++ 4 files changed, 246 insertions(+) Copied: luminancehdr/repos/community-staging-i686/PKGBUILD (from rev 245128, luminancehdr/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-14 21:28:20 UTC (rev 245129) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: Lukas Jirkovsky +# Contributor: Dmitry N. Shilov + +pkgname=luminancehdr +pkgver=2.5.1 +pkgrel=3 +pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging' +arch=('i686' 'x86_64') +url='http://qtpfsgui.sourceforge.net/' +license=('GPL') +depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webengine' 'qt5-svg' + 'qt5-webkit' 'ccfits' 'desktop-file-utils' 'hicolor-icon-theme') +makedepends=('cmake' 'boost' 'gtest' 'qt5-tools' 'patch') +optdepends=('hugin: align image stack functionality') +changelog=$pkgname.changelog +options=('!emptydirs') +source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2) +sha256sums=('a8986e0afba434a2e9da7e8aed19cdb763fedc8de2655bdb496c4ee9d3f41696') + +build() { + cd "${srcdir}"/luminance-hdr-$pkgver + + cmake -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/luminance-hdr-$pkgver + + make DESTDIR="${pkgdir}" install +} Copied: luminancehdr/repos/community-staging-i686/luminancehdr.changelog (from rev 245128, luminancehdr/trunk/luminancehdr.changelog) === --- community-staging-i686/luminancehdr.changelog (rev 0) +++ community-staging-i686/luminancehdr.changelog 2017-07-14 21:28:20 UTC (rev 245129) @@ -0,0 +1,90 @@ +2017-07-14 Jaroslav Lichtblau + * luminancehdr 2.5.1-3 exiv2 0.26 rebuild + +2017-06-24 Jaroslav Lichtblau + * luminancehdr 2.5.1-2 gsl 2.4 rebuild + +2017-06-04 Jaroslav Lichtblau + * luminancehdr 2.5.1-1 + +2017-05-19 Jaroslav Lichtblau + * luminancehdr 2.5.0-3 boost 1.64.0 rebuild + +2017-04-18 Jaroslav Lichtblau + * luminancehdr 2.5.0-1 + +2017-01-07 Jaroslav Lichtblau + * luminancehdr 2.4.0-9 libraw 0.18 rebuild + +2016-05-01 Jaroslav Lichtblau + * luminancehdr 2.4.0-8 pacman hooks rebuild + +2016-02-20 Jaroslav Lichtblau + * luminancehdr 2.4.0-7 gsl 2.1 rebuild + +2015-08-27 Jaroslav Lichtblau + * luminancehdr 2.4.0-5 libraw 0.17 rebuild + +2015-07-03 Jaroslav Lichtblau + * luminancehdr 2.4.0-4 exiv2-0.25 rebuild + +2015-05-14 Jaroslav Lichtblau + * luminancehdr 2.4.0-3 + +2014-02-04 Jaroslav Lichtblau + * luminancehdr 2.4.0-1 + +2014-01-20 Jaroslav Lichtblau + * luminancehdr 2.3.1-4 libraw rebuild + +2013-06-15 Jaroslav Lichtblau + * luminancehdr 2.3.1-3 libraw rebuild + +2013-04-20 Jaroslav Lichtblau + * luminancehdr 2.3.1-1 + +2012-07-30 Jaroslav Lichtblau + * luminancehdr 2.3.0-2 exiv2-0.23 rebuild + +2012-07-07 Jaroslav Lichtblau + * luminancehdr 2.3.0-1 + +2012-03-18 Jaroslav Lichtblau + * luminancehdr 2.2.1-1 + +2012-01-27 Eric Belanger + * Rebuild against libpng 1.5 and libtiff 4.0 + +2011-08-21 Jaroslav Lichtblau + * luminancehdr 2.1.0-1 + +2011-05-01 Jaroslav Lichtblau + * luminancehdr 2.0.2-1 + +2010-10-19 Jaroslav Lichtblau + * exiv2 0.20 rebuild + +2010-10-17 Jaroslav Lichtblau + * Update to major release 2.0.1 + +2010-06-27 Jaroslav Lichtblau + * Package renamed to LuminanceHDR + * Update to major release 2.0.0 + +2010-03-09 Andrea Scarpino + * exiv2 0.19 rebuild + +2009-11-02 Biru Ionut + * add translation and fix segfault on old i686 procesors + +2009-04-29 Jaroslav Lichtblau + * Update to major release v1.9.3 + +2009-04-04 Jarosla
[arch-commits] Commit in luminancehdr/trunk (PKGBUILD luminancehdr.changelog)
Date: Friday, July 14, 2017 @ 21:28:11 Author: jlichtblau Revision: 245128 upgpkg: luminancehdr 2.5.1-3 - exiv2 0.26 rebuild Modified: luminancehdr/trunk/PKGBUILD luminancehdr/trunk/luminancehdr.changelog + PKGBUILD |2 +- luminancehdr.changelog |3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 21:10:53 UTC (rev 245127) +++ PKGBUILD2017-07-14 21:28:11 UTC (rev 245128) @@ -5,7 +5,7 @@ pkgname=luminancehdr pkgver=2.5.1 -pkgrel=2 +pkgrel=3 pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging' arch=('i686' 'x86_64') url='http://qtpfsgui.sourceforge.net/' Modified: luminancehdr.changelog === --- luminancehdr.changelog 2017-07-14 21:10:53 UTC (rev 245127) +++ luminancehdr.changelog 2017-07-14 21:28:11 UTC (rev 245128) @@ -1,3 +1,6 @@ +2017-07-14 Jaroslav Lichtblau + * luminancehdr 2.5.1-3 exiv2 0.26 rebuild + 2017-06-24 Jaroslav Lichtblau * luminancehdr 2.5.1-2 gsl 2.4 rebuild
[arch-commits] Commit in nzbget/repos (8 files)
Date: Friday, July 14, 2017 @ 21:10:53 Author: jlichtblau Revision: 245127 archrelease: copy trunk to community-i686, community-x86_64 Added: nzbget/repos/community-i686/PKGBUILD (from rev 245126, nzbget/trunk/PKGBUILD) nzbget/repos/community-i686/nzbget.changelog (from rev 245126, nzbget/trunk/nzbget.changelog) nzbget/repos/community-x86_64/PKGBUILD (from rev 245126, nzbget/trunk/PKGBUILD) nzbget/repos/community-x86_64/nzbget.changelog (from rev 245126, nzbget/trunk/nzbget.changelog) Deleted: nzbget/repos/community-i686/PKGBUILD nzbget/repos/community-i686/nzbget.changelog nzbget/repos/community-x86_64/PKGBUILD nzbget/repos/community-x86_64/nzbget.changelog ---+ /PKGBUILD | 68 /nzbget.changelog | 192 community-i686/PKGBUILD | 34 -- community-i686/nzbget.changelog | 93 - community-x86_64/PKGBUILD | 34 -- community-x86_64/nzbget.changelog | 93 - 6 files changed, 260 insertions(+), 254 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 21:10:40 UTC (rev 245126) +++ community-i686/PKGBUILD 2017-07-14 21:10:53 UTC (rev 245127) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Alexander Rødseth - -pkgname=nzbget -pkgver=19.0 -pkgrel=1 -pkgdesc="Download from Usenet using .nzb files" -arch=('i686' 'x86_64') -url="http://nzbget.net/"; -license=('GPL') -depends=('libxml2') -optdepends=('python: to run included scripts' -'unrar: unpacking archives' -'p7zip: unpacking archives') -changelog=$pkgname.changelog -source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz) -sha256sums=('2648e0eeb6f38bda3870e994caacd182f6e49a1f8c7404fbbe0112583f896f22') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL - make -} - -package() { - cd $pkgname-$pkgver - - make DESTDIR="${pkgdir}" install - - install -d "${pkgdir}"/usr/share/$pkgname - install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README -} Copied: nzbget/repos/community-i686/PKGBUILD (from rev 245126, nzbget/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 21:10:53 UTC (rev 245127) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: Alexander Rødseth + +pkgname=nzbget +pkgver=19.1 +pkgrel=1 +pkgdesc="Download from Usenet using .nzb files" +arch=('i686' 'x86_64') +url="http://nzbget.net/"; +license=('GPL') +depends=('libxml2') +optdepends=('python: to run included scripts' +'unrar: unpacking archives' +'p7zip: unpacking archives') +changelog=$pkgname.changelog +source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz) +sha256sums=('06df42356ac2d63bbc9f7861abe9c3216df56fa06802e09e8a50b05f4ad95ce6') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL + make +} + +package() { + cd $pkgname-$pkgver + + make DESTDIR="${pkgdir}" install + + install -d "${pkgdir}"/usr/share/$pkgname + install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README +} Deleted: community-i686/nzbget.changelog === --- community-i686/nzbget.changelog 2017-07-14 21:10:40 UTC (rev 245126) +++ community-i686/nzbget.changelog 2017-07-14 21:10:53 UTC (rev 245127) @@ -1,93 +0,0 @@ -2017-06-27 Jaroslav Lichtblau - * nzbget 19.0-1 - -2017-04-15 Jaroslav Lichtblau - * nzbget 18.1-1 - -2017-02-12 Jaroslav Lichtblau - * nzbget 18.0-1 - -2016-09-05 Jaroslav Lichtblau - * nzbget 17.1-1 - -2016-07-28 Jaroslav Lichtblau - * nzbget 17.0-1 - -2015-12-05 Jaroslav Lichtblau - * nzbget 16.4-1 - -2015-10-30 Jaroslav Lichtblau - * nzbget 16.3-1 - -2015-10-25 Jaroslav Lichtblau - * nzbget 16.2-2 FS#46862 fix - -2015-10-24 Jaroslav Lichtblau - * nzbget 16.2-1 - -2015-10-20 Jaroslav Lichtblau - * nzbget 16.1-1 - -2015-10-12 Jaroslav Lichtblau - * nzbget 16.0-1 - -2015-05-20 Jaroslav Lichtblau - * nzbget 15.0-1 - -2015-03-08 Jaroslav Lichtblau - * nzbget 14.2-1 - -2014-11-28 Jaroslav Lichtblau - * nzbget 14.1-1 - -2014-11-10 Jaroslav Lichtblau - * nzbget 14.0-1 - -2014-07-18 Jaroslav Lichtblau - * nzbget 13.0-1 - -2014-05-25 Jaroslav Lichtblau - * nzbget 12.0-2 FS#40075 implemented - -2014-01-14 Jaroslav Lichtblau - * nzbget 12.0-1 - -2013-09-03 Maxime Gauduin - * Fixed FS#36250 - package built without system CXXFLAGS - -2013-07-14 Jaroslav Lichtblau - * nzbget 11.0-1 - -2013
[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)
Date: Friday, July 14, 2017 @ 21:10:40 Author: jlichtblau Revision: 245126 upgpkg: nzbget 19.1-1 - new upstream release Modified: nzbget/trunk/PKGBUILD nzbget/trunk/nzbget.changelog --+ PKGBUILD |4 ++-- nzbget.changelog |3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 20:28:48 UTC (rev 245125) +++ PKGBUILD2017-07-14 21:10:40 UTC (rev 245126) @@ -3,7 +3,7 @@ # Contributor: Alexander Rødseth pkgname=nzbget -pkgver=19.0 +pkgver=19.1 pkgrel=1 pkgdesc="Download from Usenet using .nzb files" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ 'p7zip: unpacking archives') changelog=$pkgname.changelog source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz) -sha256sums=('2648e0eeb6f38bda3870e994caacd182f6e49a1f8c7404fbbe0112583f896f22') +sha256sums=('06df42356ac2d63bbc9f7861abe9c3216df56fa06802e09e8a50b05f4ad95ce6') build() { cd $pkgname-$pkgver Modified: nzbget.changelog === --- nzbget.changelog2017-07-14 20:28:48 UTC (rev 245125) +++ nzbget.changelog2017-07-14 21:10:40 UTC (rev 245126) @@ -1,3 +1,6 @@ +2017-07-14 Jaroslav Lichtblau + * nzbget 19.1-1 + 2017-06-27 Jaroslav Lichtblau * nzbget 19.0-1
[arch-commits] Commit in strongswan/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 20:28:37 Author: shibumi Revision: 245124 upgpkg: strongswan 5.5.3-3 --enabled-agent + minor PKGBUILD fixes Modified: strongswan/trunk/PKGBUILD --+ PKGBUILD | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 20:23:54 UTC (rev 245123) +++ PKGBUILD2017-07-14 20:28:37 UTC (rev 245124) @@ -11,16 +11,14 @@ pkgname=strongswan pkgver=5.5.3 -pkgrel=2 +pkgrel=3 pkgdesc="open source IPsec implementation" url='http://www.strongswan.org' -license=("GPL") +license=("GPL2") arch=('i686' 'x86_64') depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'pam') makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'systemd' 'pam' 'libnm-glib') optdepends=('libnm-glib: for networkmanager support') -conflicts=('openswan') -options=(!libtool !strip) backup=( etc/ipsec.conf etc/ipsec.secrets @@ -39,7 +37,7 @@ source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"; "https://download.strongswan.org/strongswan-${pkgver}.tar.bz2.sig"; -"configure_ac.patch" +'configure_ac.patch' ) validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77") @@ -51,8 +49,7 @@ # We don't build libipsec because it would get loaded before kernel-netlink and netkey, which # would case processing to be handled in user space. Also, the plugin is experimental. If you need it, # add --enable-libipsec and --enable-kernel-libipsec -prepare() -{ +prepare() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -l < "${srcdir}/configure_ac.patch" autoreconf @@ -82,7 +79,7 @@ --enable-eap-dynamic --enable-eap-peap --enable-eap-tls --enable-chapoly --enable-unity \ --with-capabilities=libcap --enable-newhope --enable-ntru --enable-mgf1 --enable-sha3 \ --enable-bliss --enable-dnscert \ ---enable-nm +--enable-nm --enable-agent # --enable-ruby-gems --enable-python-eggs make } @@ -89,6 +86,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in strongswan/repos (8 files)
Date: Friday, July 14, 2017 @ 20:28:48 Author: shibumi Revision: 245125 archrelease: copy trunk to community-i686, community-x86_64 Added: strongswan/repos/community-i686/PKGBUILD (from rev 245124, strongswan/trunk/PKGBUILD) strongswan/repos/community-i686/configure_ac.patch (from rev 245124, strongswan/trunk/configure_ac.patch) strongswan/repos/community-x86_64/PKGBUILD (from rev 245124, strongswan/trunk/PKGBUILD) strongswan/repos/community-x86_64/configure_ac.patch (from rev 245124, strongswan/trunk/configure_ac.patch) Deleted: strongswan/repos/community-i686/PKGBUILD strongswan/repos/community-i686/configure_ac.patch strongswan/repos/community-x86_64/PKGBUILD strongswan/repos/community-x86_64/configure_ac.patch -+ /PKGBUILD | 182 ++ /configure_ac.patch | 32 + community-i686/PKGBUILD | 94 - community-i686/configure_ac.patch | 16 -- community-x86_64/PKGBUILD | 94 - community-x86_64/configure_ac.patch | 16 -- 6 files changed, 214 insertions(+), 220 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 20:28:37 UTC (rev 245124) +++ community-i686/PKGBUILD 2017-07-14 20:28:48 UTC (rev 245125) @@ -1,94 +0,0 @@ -# Maintainer : Christian Rebischke -# Contributor: dkorzhevin -# Contributor: Thermi -# Contributor: nikicat -# Contributor: danilo -# Contributor: Jason Begley -# Contributor: Ray Kohler -# Contributor: Daniel Riedemann -# Contributor: 458italia -# Contributor: Thermi - -pkgname=strongswan -pkgver=5.5.3 -pkgrel=2 -pkgdesc="open source IPsec implementation" -url='http://www.strongswan.org' -license=("GPL") -arch=('i686' 'x86_64') -depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'pam') -makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'systemd' 'pam' 'libnm-glib') -optdepends=('libnm-glib: for networkmanager support') -conflicts=('openswan') -options=(!libtool !strip) -backup=( -etc/ipsec.conf -etc/ipsec.secrets -etc/swanctl/swanctl.conf -etc/strongswan.conf - etc/strongswan.d/{charon-logging.conf,charon.conf,pki.conf,pool.conf,scepclient.conf,starter.conf,swanctl.conf} - etc/strongswan.d/charon/{aesni.conf,attr-sql.conf,attr.conf,bliss.conf,chapoly.conf,cmac.conf,connmark.conf,\ -constraints.conf,curl.conf,des.conf,dhcp.conf,dnskey.conf,eap-aka-3gpp2.conf,eap-aka.conf,\ -eap-gtc.conf,eap-identity.conf,eap-md5.conf,eap-mschapv2.conf,eap-radius.conf,eap-sim-file.conf,\ -eap-sim.conf,eap-simaka-pseudonym.conf,eap-simaka-reauth.conf,eap-tls.conf,ext-auth.conf,farp.conf,\ -fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,\ -pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,\ -revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,\ -vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf} -) - -source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"; -"https://download.strongswan.org/strongswan-${pkgver}.tar.bz2.sig"; -"configure_ac.patch" -) - -validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77") - -sha512sums=('0b0b25d2102c98cda54300dc8c3c3a49a55e64f7c695dda65a24f2194f19bce0b7aab9e4f7486c243b552f9d1a94867d6a8782ee504aad1c9973809706d599ac' -'SKIP' - '0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74') - -# We don't build libipsec because it would get loaded before kernel-netlink and netkey, which -# would case processing to be handled in user space. Also, the plugin is experimental. If you need it, -# add --enable-libipsec and --enable-kernel-libipsec -prepare() -{ -cd "${srcdir}/${pkgname}-${pkgver}" -patch -p1 -l < "${srcdir}/configure_ac.patch" -autoreconf -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ ---sbindir=/usr/bin \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib \ ---with-ipsecdir=/usr/lib/strongswan \ ---with-nm-ca-dir=/etc/ssl/certs \ ---enable-integrity-test \ ---enable-sqlite \ ---enable-openssl --enable-curl \ ---enable-sql --enable-attr-sql \ ---enable-farp --enable-dhcp \ ---enable-eap-sim --enable-eap-sim-file --enable-eap-simaka-pseudonym \ ---enable-eap-simaka-reauth --enable-eap-identity --enable-eap-md5 \ ---enable-eap-gtc --enable-eap-aka --enable-eap-aka-3gpp2 \ ---enable-eap-mschapv2 --enable-eap-radius --enable-xauth-
[arch-commits] Commit in wine/repos/multilib-x86_64 (4 files)
Date: Friday, July 14, 2017 @ 20:23:54 Author: svenstaro Revision: 245123 archrelease: copy trunk to multilib-x86_64 Added: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 245122, wine/trunk/30-win32-aliases.conf) wine/repos/multilib-x86_64/PKGBUILD (from rev 245122, wine/trunk/PKGBUILD) Deleted: wine/repos/multilib-x86_64/30-win32-aliases.conf wine/repos/multilib-x86_64/PKGBUILD ---+ 30-win32-aliases.conf | 40 ++--- PKGBUILD | 356 2 files changed, 198 insertions(+), 198 deletions(-) Deleted: 30-win32-aliases.conf === --- 30-win32-aliases.conf 2017-07-14 20:23:27 UTC (rev 245122) +++ 30-win32-aliases.conf 2017-07-14 20:23:54 UTC (rev 245123) @@ -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 245122, wine/trunk/30-win32-aliases.conf) === --- 30-win32-aliases.conf (rev 0) +++ 30-win32-aliases.conf 2017-07-14 20:23:54 UTC (rev 245123) @@ -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 === --- PKGBUILD2017-07-14 20:23:27 UTC (rev 245122) +++ PKGBUILD2017-07-14 20:23:54 UTC (rev 245123) @@ -1,178 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: Jan "heftig" Steffens -# Contributor: Eduardo Romero -# Contributor: Giovanni Scafora - -pkgname=wine -pkgver=2.12 -pkgrel=1 - -_pkgbasever=${pkgver/rc/-rc} - -source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign} -30-win32-aliases.conf) -sha512sums=('d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62' -'SKIP' - '6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb') -validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7 - DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D) - -pkgdesc="A compatibility layer for running Windows programs" -url="http://www.winehq.com"; -arch=(i686 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 - desktop-file-utils -) - -makedepends=(autoconf ncurses bison perl fontforge flex - 'gcc>=4.5.0-2' 'gcc-multilib>=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 - 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 - libjpeg-turbo lib32-libjpeg-turbo - libxcomposite lib32-libxcomposite - libxinerama lib32-libxinerama - ncurses lib32-ncurses - opencl-icd-loader lib32-opencl-icd-loader - libxslt lib32-libxslt - gst-plugins-base-libs lib32-gst-plugins-base-libs - cups - samba dosbox -) - -if [[ $CARCH == i686 ]]; then - # Strip lib32 etc. on i686 - _depends=(${_depends[@]/*32-*/}) - makedepends=(${makedepend
[arch-commits] Commit in wine/repos/community-i686 (4 files)
Date: Friday, July 14, 2017 @ 20:23:27 Author: svenstaro Revision: 245122 archrelease: copy trunk to community-i686 Added: wine/repos/community-i686/30-win32-aliases.conf (from rev 245121, wine/trunk/30-win32-aliases.conf) wine/repos/community-i686/PKGBUILD (from rev 245121, wine/trunk/PKGBUILD) Deleted: wine/repos/community-i686/30-win32-aliases.conf wine/repos/community-i686/PKGBUILD ---+ 30-win32-aliases.conf | 40 ++--- PKGBUILD | 356 2 files changed, 198 insertions(+), 198 deletions(-) Deleted: 30-win32-aliases.conf === --- 30-win32-aliases.conf 2017-07-14 20:23:16 UTC (rev 245121) +++ 30-win32-aliases.conf 2017-07-14 20:23:27 UTC (rev 245122) @@ -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/community-i686/30-win32-aliases.conf (from rev 245121, wine/trunk/30-win32-aliases.conf) === --- 30-win32-aliases.conf (rev 0) +++ 30-win32-aliases.conf 2017-07-14 20:23:27 UTC (rev 245122) @@ -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 === --- PKGBUILD2017-07-14 20:23:16 UTC (rev 245121) +++ PKGBUILD2017-07-14 20:23:27 UTC (rev 245122) @@ -1,178 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: Jan "heftig" Steffens -# Contributor: Eduardo Romero -# Contributor: Giovanni Scafora - -pkgname=wine -pkgver=2.12 -pkgrel=1 - -_pkgbasever=${pkgver/rc/-rc} - -source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign} -30-win32-aliases.conf) -sha512sums=('d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62' -'SKIP' - '6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb') -validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7 - DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D) - -pkgdesc="A compatibility layer for running Windows programs" -url="http://www.winehq.com"; -arch=(i686 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 - desktop-file-utils -) - -makedepends=(autoconf ncurses bison perl fontforge flex - 'gcc>=4.5.0-2' 'gcc-multilib>=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 - 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 - libjpeg-turbo lib32-libjpeg-turbo - libxcomposite lib32-libxcomposite - libxinerama lib32-libxinerama - ncurses lib32-ncurses - opencl-icd-loader lib32-opencl-icd-loader - libxslt lib32-libxslt - gst-plugins-base-libs lib32-gst-plugins-base-libs - cups - samba dosbox -) - -if [[ $CARCH == i686 ]]; then - # Strip lib32 etc. on i686 - _depends=(${_depends[@]/*32-*/}) - makedepends=(${makedepends[@]/*
[arch-commits] Commit in wine/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 20:23:16 Author: svenstaro Revision: 245121 upgpkg: wine 2.12-2 PIE rebuild Modified: wine/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 20:15:12 UTC (rev 245120) +++ PKGBUILD2017-07-14 20:23:16 UTC (rev 245121) @@ -6,7 +6,7 @@ pkgname=wine pkgver=2.12 -pkgrel=1 +pkgrel=2 _pkgbasever=${pkgver/rc/-rc}
[arch-commits] Commit in python-yarl/repos (4 files)
Date: Friday, July 14, 2017 @ 20:15:12 Author: anthraxx Revision: 245120 archrelease: copy trunk to community-i686, community-x86_64 Added: python-yarl/repos/community-i686/PKGBUILD (from rev 245119, python-yarl/trunk/PKGBUILD) python-yarl/repos/community-x86_64/PKGBUILD (from rev 245119, python-yarl/trunk/PKGBUILD) Deleted: python-yarl/repos/community-i686/PKGBUILD python-yarl/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 34 - community-x86_64/PKGBUILD | 34 - 3 files changed, 70 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 20:15:03 UTC (rev 245119) +++ community-i686/PKGBUILD 2017-07-14 20:15:12 UTC (rev 245120) @@ -1,34 +0,0 @@ -# Maintainer: Levente Polyak - -_pkgname=yarl -pkgname=python-yarl -pkgver=0.10.3 -pkgrel=1 -pkgdesc='Yet another URL library' -url='https://github.com/aio-libs/yarl/' -arch=('i686' 'x86_64') -license=('Apache') -depends=('python' 'python-multidict') -makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz) -sha512sums=('b13886c5fae7f3350d5692a3a782b8dbd0c066fee253c06797a8a09a61c3c24849fe33c5601a4fcc41c0c4457ffcb7885c02ea1a1e13cc72383c85acbec9f036') - -build() { - cd ${_pkgname}-${pkgver} - LANG=en_US.UTF-8 python setup.py build -} - -check() { - cd ${_pkgname}-${pkgver} - local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" - PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ -py.test -} - -package() { - cd ${_pkgname}-${pkgver} - LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build -} - -# vim: ts=2 sw=2 et: Copied: python-yarl/repos/community-i686/PKGBUILD (from rev 245119, python-yarl/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 20:15:12 UTC (rev 245120) @@ -0,0 +1,35 @@ +# Maintainer: Levente Polyak + +_pkgname=yarl +pkgname=python-yarl +pkgver=0.12.0 +pkgrel=1 +pkgdesc='Yet another URL library' +url='https://github.com/aio-libs/yarl/' +arch=('i686' 'x86_64') +license=('Apache') +depends=('python' 'python-multidict') +makedepends=('cython' 'python-setuptools') +checkdepends=('python-pytest') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz) +sha256sums=('01f05ee4085feb53a89612bbf1bad58ce4cef0c67871a25e360f4023b5d5f86b') +sha512sums=('d8195b0f5c672960825efb6b3168f422207a373072eb66a406ec77c70117114d72f1e8fc41493e2ce49ba75ed5027e53325091a54da95bdac3135792d1daad37') + +build() { + cd ${_pkgname}-${pkgver} + LANG=en_US.UTF-8 python setup.py build +} + +check() { + cd ${_pkgname}-${pkgver} + local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" + PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ +py.test +} + +package() { + cd ${_pkgname}-${pkgver} + LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build +} + +# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-14 20:15:03 UTC (rev 245119) +++ community-x86_64/PKGBUILD 2017-07-14 20:15:12 UTC (rev 245120) @@ -1,34 +0,0 @@ -# Maintainer: Levente Polyak - -_pkgname=yarl -pkgname=python-yarl -pkgver=0.10.3 -pkgrel=1 -pkgdesc='Yet another URL library' -url='https://github.com/aio-libs/yarl/' -arch=('i686' 'x86_64') -license=('Apache') -depends=('python' 'python-multidict') -makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz) -sha512sums=('b13886c5fae7f3350d5692a3a782b8dbd0c066fee253c06797a8a09a61c3c24849fe33c5601a4fcc41c0c4457ffcb7885c02ea1a1e13cc72383c85acbec9f036') - -build() { - cd ${_pkgname}-${pkgver} - LANG=en_US.UTF-8 python setup.py build -} - -check() { - cd ${_pkgname}-${pkgver} - local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" - PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ -py.test -} - -package() { - cd ${_pkgname}-${pkgver} - LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build -} - -# vim: ts=2 sw=2 et: Copied: python-yarl/repos/community-x86_64/PKGBUILD (from rev 245119, python-yarl/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0)
[arch-commits] Commit in python-yarl/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 20:15:03 Author: anthraxx Revision: 245119 upgpkg: python-yarl 0.12.0-1 Modified: python-yarl/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 20:03:58 UTC (rev 245118) +++ PKGBUILD2017-07-14 20:15:03 UTC (rev 245119) @@ -2,7 +2,7 @@ _pkgname=yarl pkgname=python-yarl -pkgver=0.10.3 +pkgver=0.12.0 pkgrel=1 pkgdesc='Yet another URL library' url='https://github.com/aio-libs/yarl/' @@ -12,7 +12,8 @@ makedepends=('cython' 'python-setuptools') checkdepends=('python-pytest') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz) -sha512sums=('b13886c5fae7f3350d5692a3a782b8dbd0c066fee253c06797a8a09a61c3c24849fe33c5601a4fcc41c0c4457ffcb7885c02ea1a1e13cc72383c85acbec9f036') +sha256sums=('01f05ee4085feb53a89612bbf1bad58ce4cef0c67871a25e360f4023b5d5f86b') +sha512sums=('d8195b0f5c672960825efb6b3168f422207a373072eb66a406ec77c70117114d72f1e8fc41493e2ce49ba75ed5027e53325091a54da95bdac3135792d1daad37') build() { cd ${_pkgname}-${pkgver}
[arch-commits] Commit in python-multidict/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 20:03:47 Author: anthraxx Revision: 245117 upgpkg: python-multidict 3.1.3-1 Modified: python-multidict/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 19:51:28 UTC (rev 245116) +++ PKGBUILD2017-07-14 20:03:47 UTC (rev 245117) @@ -3,7 +3,7 @@ _pkgname=multidict pkgname=python-${_pkgname} -pkgver=2.1.6 +pkgver=3.1.3 pkgrel=1 pkgdesc='Asyncio-based multidict implementation for Python' url='https://github.com/aio-libs/multidict' @@ -11,10 +11,10 @@ license=('APACHE') depends=('python') makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest') +checkdepends=('python-pytest' 'python-psutil') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz) -sha256sums=('d044e5388058b8622bbcf47322c2c54c583d2985e4e8f49a1ca96a48f39186e3') -sha512sums=('df698ee19cc36879663dc12951751d2975174415fc9b49f0a5f10f0103d6672e010d90e76d686c1cbd401dd30f0c3bfa7c0b7f3d7f8cafe044f5057021fbd346') +sha256sums=('421570422f7c933afde697149b288b3c5342f04606a1f912a4e070ab8f52ccb2') +sha512sums=('f0f1ff37f218100b4fa81bc8accaddcf52b734ece3d0fc79c51c4cf4048edd622720db6db46a32339637ee1d69c3c0895f98f9df0dda3d359cb8d87f8b2003d2') build() { cd ${_pkgname}-${pkgver}
[arch-commits] Commit in python-multidict/repos (4 files)
Date: Friday, July 14, 2017 @ 20:03:58 Author: anthraxx Revision: 245118 archrelease: copy trunk to community-i686, community-x86_64 Added: python-multidict/repos/community-i686/PKGBUILD (from rev 245117, python-multidict/trunk/PKGBUILD) python-multidict/repos/community-x86_64/PKGBUILD (from rev 245117, python-multidict/trunk/PKGBUILD) Deleted: python-multidict/repos/community-i686/PKGBUILD python-multidict/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 72 community-i686/PKGBUILD | 36 -- community-x86_64/PKGBUILD | 36 -- 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 20:03:47 UTC (rev 245117) +++ community-i686/PKGBUILD 2017-07-14 20:03:58 UTC (rev 245118) @@ -1,36 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: renek - -_pkgname=multidict -pkgname=python-${_pkgname} -pkgver=2.1.6 -pkgrel=1 -pkgdesc='Asyncio-based multidict implementation for Python' -url='https://github.com/aio-libs/multidict' -arch=('i686' 'x86_64') -license=('APACHE') -depends=('python') -makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz) -sha256sums=('d044e5388058b8622bbcf47322c2c54c583d2985e4e8f49a1ca96a48f39186e3') -sha512sums=('df698ee19cc36879663dc12951751d2975174415fc9b49f0a5f10f0103d6672e010d90e76d686c1cbd401dd30f0c3bfa7c0b7f3d7f8cafe044f5057021fbd346') - -build() { - cd ${_pkgname}-${pkgver} - python setup.py build -} - -check() { - cd ${_pkgname}-${pkgver} - local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" - PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ -py.test -} - -package() { - cd ${_pkgname}-${pkgver} - python setup.py install --root="${pkgdir}" -O1 --skip-build -} - -# vim: ts=2 sw=2 et: Copied: python-multidict/repos/community-i686/PKGBUILD (from rev 245117, python-multidict/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 20:03:58 UTC (rev 245118) @@ -0,0 +1,36 @@ +# Maintainer: Levente Polyak +# Contributor: renek + +_pkgname=multidict +pkgname=python-${_pkgname} +pkgver=3.1.3 +pkgrel=1 +pkgdesc='Asyncio-based multidict implementation for Python' +url='https://github.com/aio-libs/multidict' +arch=('i686' 'x86_64') +license=('APACHE') +depends=('python') +makedepends=('cython' 'python-setuptools') +checkdepends=('python-pytest' 'python-psutil') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz) +sha256sums=('421570422f7c933afde697149b288b3c5342f04606a1f912a4e070ab8f52ccb2') +sha512sums=('f0f1ff37f218100b4fa81bc8accaddcf52b734ece3d0fc79c51c4cf4048edd622720db6db46a32339637ee1d69c3c0895f98f9df0dda3d359cb8d87f8b2003d2') + +build() { + cd ${_pkgname}-${pkgver} + python setup.py build +} + +check() { + cd ${_pkgname}-${pkgver} + local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" + PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ +py.test +} + +package() { + cd ${_pkgname}-${pkgver} + python setup.py install --root="${pkgdir}" -O1 --skip-build +} + +# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-14 20:03:47 UTC (rev 245117) +++ community-x86_64/PKGBUILD 2017-07-14 20:03:58 UTC (rev 245118) @@ -1,36 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: renek - -_pkgname=multidict -pkgname=python-${_pkgname} -pkgver=2.1.6 -pkgrel=1 -pkgdesc='Asyncio-based multidict implementation for Python' -url='https://github.com/aio-libs/multidict' -arch=('i686' 'x86_64') -license=('APACHE') -depends=('python') -makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz) -sha256sums=('d044e5388058b8622bbcf47322c2c54c583d2985e4e8f49a1ca96a48f39186e3') -sha512sums=('df698ee19cc36879663dc12951751d2975174415fc9b49f0a5f10f0103d6672e010d90e76d686c1cbd401dd30f0c3bfa7c0b7f3d7f8cafe044f5057021fbd346') - -build() { - cd ${_pkgname}-${pkgver} - python setup.py build -} - -check() { - cd ${_pkgname}-${pkgver} - local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')" - PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \ -py.test -} - -package() { - cd ${_pkgname}-${pkgver} - python setup.py install --root="${pkgdir}" -O1 --sk
[arch-commits] Commit in metasploit/repos (4 files)
Date: Friday, July 14, 2017 @ 19:51:28 Author: anthraxx Revision: 245116 archrelease: copy trunk to community-i686, community-x86_64 Added: metasploit/repos/community-i686/PKGBUILD (from rev 245115, metasploit/trunk/PKGBUILD) metasploit/repos/community-x86_64/PKGBUILD (from rev 245115, metasploit/trunk/PKGBUILD) Deleted: metasploit/repos/community-i686/PKGBUILD metasploit/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 120 community-i686/PKGBUILD | 60 -- community-x86_64/PKGBUILD | 60 -- 3 files changed, 120 insertions(+), 120 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-14 19:51:14 UTC (rev 245115) +++ community-i686/PKGBUILD 2017-07-14 19:51:28 UTC (rev 245116) @@ -1,60 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Sabart Otto - Seberm -# Contributor: Tobias Veit - nIcE - -pkgname=metasploit -pkgver=4.14.21 -pkgrel=1 -pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' -url='https://www.metasploit.com/' -arch=('i686' 'x86_64') -license=('BSD') -depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'git' 'clang') -optdepends=('ruby-pg: database support') -options=('!strip' '!emptydirs') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz) -sha256sums=('1258aaace4c8416bfe2485f0b3974fdeb9e56b79e2799c3b9c506a62b6695d55') -sha512sums=('1a79dbdfccfe1b6cdbf450e550978cf68c5deca907dc709061970b62a9c9f9d4eee0e75033e7eeed972cd467c679abc7db99d9ac2d70ae198a8780ff7c0940fe') - -prepare() { - cd ${pkgname}-framework-${pkgver} - bundle config build.nokogiri --use-system-libraries - sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec -} - -build() { - cd ${pkgname}-framework-${pkgver} - export CC=clang - export CXX=clang++ - bundle install -j"$(nproc)" --no-cache --deployment - find vendor/bundle/ruby -exec chmod o+r '{}' \; -} - -package() { - cd ${pkgname}-framework-${pkgver} - - install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin" - cp -r . "${pkgdir}/opt/${pkgname}" - - for f in "${pkgdir}"/opt/${pkgname}/msf*; do -local _msffile="${pkgdir}/usr/bin/`basename "${f}"`" -echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}" -chmod 755 "${_msffile}" - done - - (cd "${pkgdir}/opt/${pkgname}" -for f in tools/*/*.rb; do - install -Dm 755 "${f}" ".${f}" - echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}" - chmod 755 "${f}" -done - ) - - install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions" - install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -d "${pkgdir}/usr/share/doc" - mv "${pkgdir}/opt/${pkgname}/documentation" "${pkgdir}/usr/share/doc/${pkgname}" - rm "${pkgdir}/usr/bin/msfupdate" -} - -# vim: ts=2 sw=2 et: Copied: metasploit/repos/community-i686/PKGBUILD (from rev 245115, metasploit/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-14 19:51:28 UTC (rev 245116) @@ -0,0 +1,60 @@ +# Maintainer: Levente Polyak +# Contributor: Sabart Otto - Seberm +# Contributor: Tobias Veit - nIcE + +pkgname=metasploit +pkgver=4.15.0 +pkgrel=1 +pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' +url='https://www.metasploit.com/' +arch=('i686' 'x86_64') +license=('BSD') +depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'git' 'clang') +optdepends=('ruby-pg: database support') +options=('!strip' '!emptydirs') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz) +sha256sums=('f3a21c3aedaa94c26e61dd22609863123956916a7b7b46c8d76541ce16708c66') +sha512sums=('3e7d6bb0915211bd21d2a9eb23927042a137bcb81acbb1284c59ddb36b7ef29f891224d8421e23877a03229dfbb9462547211f601a3789edaef04826d655a264') + +prepare() { + cd ${pkgname}-framework-${pkgver} + bundle config build.nokogiri --use-system-libraries + sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec +} + +build() { + cd ${pkgname}-framework-${pkgver} + export CC=clang + export CXX=clang++ + bundle install -j"$(nproc)" --no-cache --deployment + find vendor/bundle/ruby -exec chmod o+r '{}' \; +} + +package() { + cd ${pkgname}-framework-${pkgver} + + install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin" + cp -r . "${pkgdir}/opt/${pkgname}" + + for f in "${pkgdir}"/opt/${pkgname}/msf*; do +local _msffile="${pkgdir}/usr/bin/`basename
[arch-commits] Commit in metasploit/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 19:51:14 Author: anthraxx Revision: 245115 upgpkg: metasploit 4.15.0-1 Modified: metasploit/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 19:32:01 UTC (rev 245114) +++ PKGBUILD2017-07-14 19:51:14 UTC (rev 245115) @@ -3,7 +3,7 @@ # Contributor: Tobias Veit - nIcE pkgname=metasploit -pkgver=4.14.21 +pkgver=4.15.0 pkgrel=1 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' url='https://www.metasploit.com/' @@ -13,8 +13,8 @@ optdepends=('ruby-pg: database support') options=('!strip' '!emptydirs') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz) -sha256sums=('1258aaace4c8416bfe2485f0b3974fdeb9e56b79e2799c3b9c506a62b6695d55') -sha512sums=('1a79dbdfccfe1b6cdbf450e550978cf68c5deca907dc709061970b62a9c9f9d4eee0e75033e7eeed972cd467c679abc7db99d9ac2d70ae198a8780ff7c0940fe') +sha256sums=('f3a21c3aedaa94c26e61dd22609863123956916a7b7b46c8d76541ce16708c66') +sha512sums=('3e7d6bb0915211bd21d2a9eb23927042a137bcb81acbb1284c59ddb36b7ef29f891224d8421e23877a03229dfbb9462547211f601a3789edaef04826d655a264') prepare() { cd ${pkgname}-framework-${pkgver}
[arch-commits] Commit in systemd/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 19:40:24 Author: eworm Revision: 300571 upgpkg: systemd 234.0-2 (meson build!) switch to meson build system Modified: systemd/trunk/PKGBUILD --+ PKGBUILD | 61 +++-- 1 file changed, 31 insertions(+), 30 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 19:33:12 UTC (rev 300570) +++ PKGBUILD2017-07-14 19:40:24 UTC (rev 300571) @@ -10,13 +10,14 @@ # Bump this to latest major release for signed tag verification, # the commit count is handled by pkgver() function. pkgver=234.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="https://www.github.com/systemd/systemd"; makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt' 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers' - 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git') + 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git' + 'meson') options=('strip') source=("git://github.com/systemd/systemd-stable.git#commit=${_commit}" 'git://github.com/systemd/systemd.git' # pull in for tags @@ -49,6 +50,8 @@ ) _backports=( + # build-sys: install udev rule 70-joystick.{rules,hwdb} (#6363) + '816be2ba448940e2517dba81492e80b1e6a5954f' ) _reverts=( @@ -93,7 +96,7 @@ prepare() { cd "$pkgbase-stable" - + git remote add upstream ../systemd/ git fetch --all @@ -112,40 +115,33 @@ git show 'b3415f5daef49642be3d5f417b8880c078420ff7' \ '74dd6b515fa968c5710b396a7664cac335e25ca8' \ -- . ':!src/test/test-id128.c' | git apply --reverse --index - - ./autogen.sh } build() { - cd "$pkgbase-stable" - local timeservers=({0..3}.arch.pool.ntp.org) - local configure_options=( ---libexecdir=/usr/lib ---localstatedir=/var ---sysconfdir=/etc + local meson_options=( +-Daudit=false +-Dgnuefi=true +-Dima=false +-Dlz4=true +-Db_lto=true ---enable-lz4 ---enable-gnuefi ---disable-audit ---disable-ima - ---with-fallback-hostname='archlinux' ---with-sysvinit-path= ---with-sysvrcnd-path= ---with-ntp-servers="${timeservers[*]}" ---with-default-dnssec=no ---with-dbuspolicydir=/usr/share/dbus-1/system.d ---without-kill-user-processes ---with-rpmmacrosdir=no +-Ddbuspolicydir=/usr/share/dbus-1/system.d +-Ddefault-dnssec=no # TODO(dreisner): consider changing this to unified ---with-default-hierarchy=hybrid +-Ddefault-hierarchy=hybrid +-Ddefault-kill-user-processes=false +-Dfallback-hostname='archlinux' +-Dntp-servers="${timeservers[*]}" +-Drpmmacrosdir=no +-Dsysvinit-path= +-Dsysvrcnd-path= ) - ./configure "${configure_options[@]}" + meson "$pkgbase-stable" build "${meson_options[@]}" - make + ninja -C build } package_systemd() { @@ -174,7 +170,7 @@ etc/udev/udev.conf) install="systemd.install" - make -C "$pkgbase-stable" DESTDIR="$pkgdir" install + DESTDIR="$pkgdir" ninja -C build install # don't write units to /etc by default. some of these will be re-enabled on # post_install. @@ -241,7 +237,12 @@ license=('GPL2') provides=('libsystemd.so' 'libudev.so') - make -C "$pkgbase-stable" DESTDIR="$pkgdir" install-rootlibLTLIBRARIES + # meson does not support installing subsets of files, no? + # So do a full install to temporary directory, then install what we need. + DESTDIR="$srcdir"/full-install ninja -C build install + + install -dm755 "$pkgdir"/usr/lib/ + cp --archive "$srcdir"/full-install/usr/lib/lib{nss_*,systemd,udev}.so* "$pkgdir"/usr/lib/ } package_systemd-sysvcompat() { @@ -253,7 +254,7 @@ install -dm755 "$pkgdir"/usr/share/man/man8 cp -d --no-preserve=ownership,timestamp \ -"$pkgbase-stable"/man/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8 \ +build/man/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8 \ "$pkgdir"/usr/share/man/man8 install -dm755 "$pkgdir/usr/bin"
[arch-commits] Commit in systemd/repos (52 files)
Date: Friday, July 14, 2017 @ 19:40:37 Author: eworm Revision: 300572 archrelease: copy trunk to testing-i686, testing-x86_64 Added: systemd/repos/testing-i686/PKGBUILD (from rev 300571, systemd/trunk/PKGBUILD) systemd/repos/testing-i686/arch.conf (from rev 300571, systemd/trunk/arch.conf) systemd/repos/testing-i686/initcpio-hook-udev (from rev 300571, systemd/trunk/initcpio-hook-udev) systemd/repos/testing-i686/initcpio-install-systemd (from rev 300571, systemd/trunk/initcpio-install-systemd) systemd/repos/testing-i686/initcpio-install-udev (from rev 300571, systemd/trunk/initcpio-install-udev) systemd/repos/testing-i686/loader.conf (from rev 300571, systemd/trunk/loader.conf) systemd/repos/testing-i686/splash-arch.bmp (from rev 300571, systemd/trunk/splash-arch.bmp) systemd/repos/testing-i686/systemd-hwdb.hook (from rev 300571, systemd/trunk/systemd-hwdb.hook) systemd/repos/testing-i686/systemd-sysusers.hook (from rev 300571, systemd/trunk/systemd-sysusers.hook) systemd/repos/testing-i686/systemd-tmpfiles.hook (from rev 300571, systemd/trunk/systemd-tmpfiles.hook) systemd/repos/testing-i686/systemd-update.hook (from rev 300571, systemd/trunk/systemd-update.hook) systemd/repos/testing-i686/systemd-user.pam (from rev 300571, systemd/trunk/systemd-user.pam) systemd/repos/testing-i686/systemd.install (from rev 300571, systemd/trunk/systemd.install) systemd/repos/testing-x86_64/PKGBUILD (from rev 300571, systemd/trunk/PKGBUILD) systemd/repos/testing-x86_64/arch.conf (from rev 300571, systemd/trunk/arch.conf) systemd/repos/testing-x86_64/initcpio-hook-udev (from rev 300571, systemd/trunk/initcpio-hook-udev) systemd/repos/testing-x86_64/initcpio-install-systemd (from rev 300571, systemd/trunk/initcpio-install-systemd) systemd/repos/testing-x86_64/initcpio-install-udev (from rev 300571, systemd/trunk/initcpio-install-udev) systemd/repos/testing-x86_64/loader.conf (from rev 300571, systemd/trunk/loader.conf) systemd/repos/testing-x86_64/splash-arch.bmp (from rev 300571, systemd/trunk/splash-arch.bmp) systemd/repos/testing-x86_64/systemd-hwdb.hook (from rev 300571, systemd/trunk/systemd-hwdb.hook) systemd/repos/testing-x86_64/systemd-sysusers.hook (from rev 300571, systemd/trunk/systemd-sysusers.hook) systemd/repos/testing-x86_64/systemd-tmpfiles.hook (from rev 300571, systemd/trunk/systemd-tmpfiles.hook) systemd/repos/testing-x86_64/systemd-update.hook (from rev 300571, systemd/trunk/systemd-update.hook) systemd/repos/testing-x86_64/systemd-user.pam (from rev 300571, systemd/trunk/systemd-user.pam) systemd/repos/testing-x86_64/systemd.install (from rev 300571, systemd/trunk/systemd.install) Deleted: systemd/repos/testing-i686/PKGBUILD systemd/repos/testing-i686/arch.conf systemd/repos/testing-i686/initcpio-hook-udev systemd/repos/testing-i686/initcpio-install-systemd systemd/repos/testing-i686/initcpio-install-udev systemd/repos/testing-i686/loader.conf systemd/repos/testing-i686/splash-arch.bmp systemd/repos/testing-i686/systemd-hwdb.hook systemd/repos/testing-i686/systemd-sysusers.hook systemd/repos/testing-i686/systemd-tmpfiles.hook systemd/repos/testing-i686/systemd-update.hook systemd/repos/testing-i686/systemd-user.pam systemd/repos/testing-i686/systemd.install systemd/repos/testing-x86_64/PKGBUILD systemd/repos/testing-x86_64/arch.conf systemd/repos/testing-x86_64/initcpio-hook-udev systemd/repos/testing-x86_64/initcpio-install-systemd systemd/repos/testing-x86_64/initcpio-install-udev systemd/repos/testing-x86_64/loader.conf systemd/repos/testing-x86_64/splash-arch.bmp systemd/repos/testing-x86_64/systemd-hwdb.hook systemd/repos/testing-x86_64/systemd-sysusers.hook systemd/repos/testing-x86_64/systemd-tmpfiles.hook systemd/repos/testing-x86_64/systemd-update.hook systemd/repos/testing-x86_64/systemd-user.pam systemd/repos/testing-x86_64/systemd.install -+ /PKGBUILD | 536 ++ /arch.conf | 14 /initcpio-hook-udev | 44 ++ /initcpio-install-systemd | 394 ++ /initcpio-install-udev | 58 +++ /loader.conf|2 /systemd-hwdb.hook | 22 + /systemd-sysusers.hook | 22 + /systemd-tmpfiles.hook | 22 + /systemd-update.hook| 22 + /systemd-user.pam | 10 /systemd.install| 198 +++ testing-i686/PKGBUILD | 267 -- testing-i686/arch.conf |7 testing-i686/initcpio-hook-udev | 22 - testing-i686/initcpio-install-systemd | 197 --- testing-i686/initcpio-install-ud
[arch-commits] Commit in kfilemetadata/repos (4 files)
Date: Friday, July 14, 2017 @ 19:33:12 Author: arojas Revision: 300570 archrelease: copy trunk to staging-i686, staging-x86_64 Added: kfilemetadata/repos/staging-i686/ kfilemetadata/repos/staging-i686/PKGBUILD (from rev 300569, kfilemetadata/trunk/PKGBUILD) kfilemetadata/repos/staging-x86_64/ kfilemetadata/repos/staging-x86_64/PKGBUILD (from rev 300569, kfilemetadata/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 39 +++ staging-x86_64/PKGBUILD | 39 +++ 2 files changed, 78 insertions(+) Copied: kfilemetadata/repos/staging-i686/PKGBUILD (from rev 300569, kfilemetadata/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-07-14 19:33:12 UTC (rev 300570) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kfilemetadata +pkgver=5.36.0 +pkgrel=2 +pkgdesc="A library for extracting file metadata" +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 'ebook-tools') +optdepends=('catdoc: Extract text from office 98 files') +makedepends=('extra-cmake-modules' 'catdoc' 'python' 'doxygen' 'qt5-tools') +groups=('kf5') +source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha1sums=('be5a127749faab3c5198e5a3de7783e44ea10569' + 'SKIP') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF \ +-DBUILD_QCH=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kfilemetadata/repos/staging-x86_64/PKGBUILD (from rev 300569, kfilemetadata/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-07-14 19:33:12 UTC (rev 300570) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kfilemetadata +pkgver=5.36.0 +pkgrel=2 +pkgdesc="A library for extracting file metadata" +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 'ebook-tools') +optdepends=('catdoc: Extract text from office 98 files') +makedepends=('extra-cmake-modules' 'catdoc' 'python' 'doxygen' 'qt5-tools') +groups=('kf5') +source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha1sums=('be5a127749faab3c5198e5a3de7783e44ea10569' + 'SKIP') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF \ +-DBUILD_QCH=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kfilemetadata/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 19:32:49 Author: arojas Revision: 300569 exiv2 0.26 rebuild Modified: kfilemetadata/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 19:16:17 UTC (rev 300568) +++ PKGBUILD2017-07-14 19:32:49 UTC (rev 300569) @@ -4,7 +4,7 @@ pkgname=kfilemetadata pkgver=5.36.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library for extracting file metadata" arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks'
[arch-commits] Commit in gimp-ufraw/repos (12 files)
Date: Friday, July 14, 2017 @ 19:32:01 Author: eworm Revision: 245114 archrelease: copy trunk to community-staging-x86_64, community-staging-i686 Added: gimp-ufraw/repos/community-staging-i686/ gimp-ufraw/repos/community-staging-i686/001-no-gimp-remote.patch (from rev 245113, gimp-ufraw/trunk/001-no-gimp-remote.patch) gimp-ufraw/repos/community-staging-i686/002-CVE-2015-8366.patch (from rev 245113, gimp-ufraw/trunk/002-CVE-2015-8366.patch) gimp-ufraw/repos/community-staging-i686/003-fix-unsigned-char.patch (from rev 245113, gimp-ufraw/trunk/003-fix-unsigned-char.patch) gimp-ufraw/repos/community-staging-i686/004-gcc-7.patch (from rev 245113, gimp-ufraw/trunk/004-gcc-7.patch) gimp-ufraw/repos/community-staging-i686/PKGBUILD (from rev 245113, gimp-ufraw/trunk/PKGBUILD) gimp-ufraw/repos/community-staging-x86_64/ gimp-ufraw/repos/community-staging-x86_64/001-no-gimp-remote.patch (from rev 245113, gimp-ufraw/trunk/001-no-gimp-remote.patch) gimp-ufraw/repos/community-staging-x86_64/002-CVE-2015-8366.patch (from rev 245113, gimp-ufraw/trunk/002-CVE-2015-8366.patch) gimp-ufraw/repos/community-staging-x86_64/003-fix-unsigned-char.patch (from rev 245113, gimp-ufraw/trunk/003-fix-unsigned-char.patch) gimp-ufraw/repos/community-staging-x86_64/004-gcc-7.patch (from rev 245113, gimp-ufraw/trunk/004-gcc-7.patch) gimp-ufraw/repos/community-staging-x86_64/PKGBUILD (from rev 245113, gimp-ufraw/trunk/PKGBUILD) --+ community-staging-i686/001-no-gimp-remote.patch | 12 +++ community-staging-i686/002-CVE-2015-8366.patch | 17 community-staging-i686/003-fix-unsigned-char.patch | 15 community-staging-i686/004-gcc-7.patch | 15 community-staging-i686/PKGBUILD | 62 + community-staging-x86_64/001-no-gimp-remote.patch| 12 +++ community-staging-x86_64/002-CVE-2015-8366.patch | 17 community-staging-x86_64/003-fix-unsigned-char.patch | 15 community-staging-x86_64/004-gcc-7.patch | 15 community-staging-x86_64/PKGBUILD| 62 + 10 files changed, 242 insertions(+) Copied: gimp-ufraw/repos/community-staging-i686/001-no-gimp-remote.patch (from rev 245113, gimp-ufraw/trunk/001-no-gimp-remote.patch) === --- community-staging-i686/001-no-gimp-remote.patch (rev 0) +++ community-staging-i686/001-no-gimp-remote.patch 2017-07-14 19:32:01 UTC (rev 245114) @@ -0,0 +1,12 @@ +Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality +--- a/ufraw_conf.c b/ufraw_conf.c +@@ -137,7 +137,7 @@ + #elif HAVE_GIMP_2_4 + "gimp", /* remoteGimpCommand */ + #else +-"gimp-remote", /* remoteGimpCommand */ ++"gimp", /* remoteGimpCommand */ + #endif + + /* EXIF data */ Copied: gimp-ufraw/repos/community-staging-i686/002-CVE-2015-8366.patch (from rev 245113, gimp-ufraw/trunk/002-CVE-2015-8366.patch) === --- community-staging-i686/002-CVE-2015-8366.patch (rev 0) +++ community-staging-i686/002-CVE-2015-8366.patch 2017-07-14 19:32:01 UTC (rev 245114) @@ -0,0 +1,17 @@ +Fix a buffer overflow bug. See +https://github.com/LibRaw/LibRaw/commit/89d065424f09b788f443734d44857289489ca9e2 + +--- a/dcraw.cc b/dcraw.cc +@@ -3013,7 +3013,10 @@ + diff = diff ? -diff : 0x80; + if (ftell(ifp) + 12 >= (int) seg[1][1]) + diff = 0; +-raw_image[pix] = pred[pix & 1] += diff; ++if(pix>=raw_width*raw_height) ++ derror(); ++else ++ raw_image[pix] = pred[pix & 1] += diff; + if (!(pix & 1) && HOLE(pix / raw_width)) pix += 2; + } + maximum = 0xff; Copied: gimp-ufraw/repos/community-staging-i686/003-fix-unsigned-char.patch (from rev 245113, gimp-ufraw/trunk/003-fix-unsigned-char.patch) === --- community-staging-i686/003-fix-unsigned-char.patch (rev 0) +++ community-staging-i686/003-fix-unsigned-char.patch 2017-07-14 19:32:01 UTC (rev 245114) @@ -0,0 +1,15 @@ +Description: Fix unsigned char declaration of src[] +Author: John Paul Adrian Glaubitz +Last-Update: 2017-02-27 + +--- ufraw-0.22.orig/dcraw.cc ufraw-0.22/dcraw.cc +@@ -2285,7 +2285,7 @@ void CLASS quicktake_100_load_raw() + + void CLASS kodak_radc_load_raw() + { +- static const char src[] = { ++ static const signed char src[] = { + 1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8, + 1,0, 2,1, 3,3, 4,4, 5,2, 6,7, 7,6, 8,5, 8,8, + 2,1, 2,3, 3,0, 3,2, 3,4, 4,6, 5,5, 6,7, 6,8, Copied: gimp-ufraw/repos/community-staging-i686/004-gcc-7.patch (from rev 245113, gimp-ufraw/trunk/004-gcc-7.patch) ===
[arch-commits] Commit in gimp-ufraw/trunk (5 files)
Date: Friday, July 14, 2017 @ 19:31:52 Author: eworm Revision: 245113 upgpkg: gimp-ufraw 0.22-10 * exiv2 0.26 rebuild * include patches from Debian * fix compilation with GCC 7.1 Added: gimp-ufraw/trunk/001-no-gimp-remote.patch gimp-ufraw/trunk/002-CVE-2015-8366.patch gimp-ufraw/trunk/003-fix-unsigned-char.patch gimp-ufraw/trunk/004-gcc-7.patch Modified: gimp-ufraw/trunk/PKGBUILD -+ 001-no-gimp-remote.patch| 12 002-CVE-2015-8366.patch | 17 + 003-fix-unsigned-char.patch | 15 +++ 004-gcc-7.patch | 15 +++ PKGBUILD| 21 ++--- 5 files changed, 77 insertions(+), 3 deletions(-) Added: 001-no-gimp-remote.patch === --- 001-no-gimp-remote.patch(rev 0) +++ 001-no-gimp-remote.patch2017-07-14 19:31:52 UTC (rev 245113) @@ -0,0 +1,12 @@ +Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality +--- a/ufraw_conf.c b/ufraw_conf.c +@@ -137,7 +137,7 @@ + #elif HAVE_GIMP_2_4 + "gimp", /* remoteGimpCommand */ + #else +-"gimp-remote", /* remoteGimpCommand */ ++"gimp", /* remoteGimpCommand */ + #endif + + /* EXIF data */ Added: 002-CVE-2015-8366.patch === --- 002-CVE-2015-8366.patch (rev 0) +++ 002-CVE-2015-8366.patch 2017-07-14 19:31:52 UTC (rev 245113) @@ -0,0 +1,17 @@ +Fix a buffer overflow bug. See +https://github.com/LibRaw/LibRaw/commit/89d065424f09b788f443734d44857289489ca9e2 + +--- a/dcraw.cc b/dcraw.cc +@@ -3013,7 +3013,10 @@ + diff = diff ? -diff : 0x80; + if (ftell(ifp) + 12 >= (int) seg[1][1]) + diff = 0; +-raw_image[pix] = pred[pix & 1] += diff; ++if(pix>=raw_width*raw_height) ++ derror(); ++else ++ raw_image[pix] = pred[pix & 1] += diff; + if (!(pix & 1) && HOLE(pix / raw_width)) pix += 2; + } + maximum = 0xff; Added: 003-fix-unsigned-char.patch === --- 003-fix-unsigned-char.patch (rev 0) +++ 003-fix-unsigned-char.patch 2017-07-14 19:31:52 UTC (rev 245113) @@ -0,0 +1,15 @@ +Description: Fix unsigned char declaration of src[] +Author: John Paul Adrian Glaubitz +Last-Update: 2017-02-27 + +--- ufraw-0.22.orig/dcraw.cc ufraw-0.22/dcraw.cc +@@ -2285,7 +2285,7 @@ void CLASS quicktake_100_load_raw() + + void CLASS kodak_radc_load_raw() + { +- static const char src[] = { ++ static const signed char src[] = { + 1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8, + 1,0, 2,1, 3,3, 4,4, 5,2, 6,7, 7,6, 8,5, 8,8, + 2,1, 2,3, 3,0, 3,2, 3,4, 4,6, 5,5, 6,7, 6,8, Added: 004-gcc-7.patch === --- 004-gcc-7.patch (rev 0) +++ 004-gcc-7.patch 2017-07-14 19:31:52 UTC (rev 245113) @@ -0,0 +1,15 @@ +diff --git a/dcraw.cc b/dcraw.cc +index 88c8068..d78c66b 100644 +--- a/dcraw.cc b/dcraw.cc +@@ -8766,8 +8766,8 @@ void CLASS identify() + "Nikon", "Nokia", "Olympus", "Pentax", "Phase One", "Ricoh", + "Samsung", "Sigma", "Sinar", "Sony" }; + char head[32], *cp; +- unsigned fsize, i, c; +- int hlen, flen, zero_fsize=1; ++ unsigned fsize; ++ int hlen, flen, zero_fsize=1, i, c; + struct jhead jh; + + tiff_flip = flip = filters = UINT_MAX; /* unknown */ Modified: PKGBUILD === --- PKGBUILD2017-07-14 18:06:06 UTC (rev 245112) +++ PKGBUILD2017-07-14 19:31:52 UTC (rev 245113) @@ -5,7 +5,7 @@ pkgname=gimp-ufraw pkgver=0.22 -pkgrel=9 +pkgrel=10 pkgdesc='Converter for raw files; utility and GIMP plugin' url='http://ufraw.sourceforge.net/' arch=('x86_64' 'i686') @@ -14,8 +14,16 @@ makedepends=('gimp' 'cinepaint') optdepends=('gimp: to use the gimp import plugin for raw images' 'cinepaint: to use the cinepaint import plugin for raw images') -source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";) -sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e') +source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz"; +'001-no-gimp-remote.patch' +'002-CVE-2015-8366.patch' +'003-fix-unsigned-char.patch' +'004-gcc-7.patch') +sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e' +'5a3d33edc738228ea5442cef95d2914cd20fbbae911b1005a5cb0d7931fdeda1' +'3fc1cb962d1023e6c81e2c93353faae8ee395ba31ea121265686918ad51cb219' +'dbb0dc200867cb67f2ba7688b164e28393ce409092fb759e79b0912dceb3424a' +'5a4be00a7548eb78d7d325646b80ceae2d54fd8bfd46f977586b5e1272af3e4c') prepare() { # One of the include files that comes with cinepaint requires @@ -22,6 +30,13 @@
[arch-commits] Commit in gwenview/repos (4 files)
Date: Friday, July 14, 2017 @ 19:16:17 Author: arojas Revision: 300568 archrelease: copy trunk to staging-i686, staging-x86_64 Added: gwenview/repos/staging-i686/ gwenview/repos/staging-i686/PKGBUILD (from rev 300567, gwenview/trunk/PKGBUILD) gwenview/repos/staging-x86_64/ gwenview/repos/staging-x86_64/PKGBUILD (from rev 300567, gwenview/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 44 staging-x86_64/PKGBUILD | 44 2 files changed, 88 insertions(+) Copied: gwenview/repos/staging-i686/PKGBUILD (from rev 300567, gwenview/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-07-14 19:16:17 UTC (rev 300568) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=gwenview +pkgver=17.04.3 +pkgrel=2 +pkgdesc="A fast and easy to use image viewer for KDE" +url='https://kde.org/applications/graphics/gwenview/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdegraphics') +depends=('kactivities' 'baloo' 'libkipi' 'libkdcraw' 'kparts' 'kitemmodels') +optdepends=('qt5-imageformats: support for tiff, webp, and more image formats' +'kimageformats: support for dds, xcf, exr, psd, and more image formats' +'kipi-plugins: export to various online services') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +replaces=('kdegraphics-gwenview') +conflicts=('kdegraphics-gwenview') +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('8abe06b71af9154cd7b5026b1459f9b94a8f1930527c2b1f20daaecc2244be89' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: gwenview/repos/staging-x86_64/PKGBUILD (from rev 300567, gwenview/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-07-14 19:16:17 UTC (rev 300568) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=gwenview +pkgver=17.04.3 +pkgrel=2 +pkgdesc="A fast and easy to use image viewer for KDE" +url='https://kde.org/applications/graphics/gwenview/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdegraphics') +depends=('kactivities' 'baloo' 'libkipi' 'libkdcraw' 'kparts' 'kitemmodels') +optdepends=('qt5-imageformats: support for tiff, webp, and more image formats' +'kimageformats: support for dds, xcf, exr, psd, and more image formats' +'kipi-plugins: export to various online services') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +replaces=('kdegraphics-gwenview') +conflicts=('kdegraphics-gwenview') +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('8abe06b71af9154cd7b5026b1459f9b94a8f1930527c2b1f20daaecc2244be89' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gwenview/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 19:15:52 Author: arojas Revision: 300567 exiv2 0.26 rebuild Modified: gwenview/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 19:13:40 UTC (rev 300566) +++ PKGBUILD2017-07-14 19:15:52 UTC (rev 300567) @@ -4,7 +4,7 @@ pkgname=gwenview pkgver=17.04.3 -pkgrel=1 +pkgrel=2 pkgdesc="A fast and easy to use image viewer for KDE" url='https://kde.org/applications/graphics/gwenview/' arch=('i686' 'x86_64')
[arch-commits] Commit in libhttpseverywhere/repos (4 files)
Date: Friday, July 14, 2017 @ 19:13:40 Author: heftig Revision: 300566 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libhttpseverywhere/repos/extra-i686/PKGBUILD (from rev 300565, libhttpseverywhere/trunk/PKGBUILD) libhttpseverywhere/repos/extra-x86_64/PKGBUILD (from rev 300565, libhttpseverywhere/trunk/PKGBUILD) Deleted: libhttpseverywhere/repos/extra-i686/PKGBUILD libhttpseverywhere/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 86 extra-i686/PKGBUILD | 44 extra-x86_64/PKGBUILD | 44 3 files changed, 86 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-14 19:11:48 UTC (rev 300565) +++ extra-i686/PKGBUILD 2017-07-14 19:13:40 UTC (rev 300566) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Adrià Arrufat (archdria) - -pkgname=libhttpseverywhere -pkgver=0.4.5 -pkgrel=1 -pkgdesc="library to use HTTPSEverywhere in desktop applications" -url="https://git.gnome.org/browse/libhttpseverywhere"; -arch=(i686 x86_64) -license=(LGPL3) -depends=(libgee libxml2 libarchive libsoup glib2 json-glib) -makedepends=(meson valadoc gobject-introspection git) -_commit=455c0c44d5b9017183042e1c7658a135c1bd2fda # tags/0.4.5^0 -source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - mkdir build - cd $pkgname -} - -check() { - cd build - ninja test -} - -build() { - cd build - export LANG=en_US.UTF-8 - meson --prefix=/usr --buildtype=release ../$pkgname \ --Denable_valadoc=true - ninja -} - -package() { - cd build - DESTDIR="$pkgdir" ninja install -} Copied: libhttpseverywhere/repos/extra-i686/PKGBUILD (from rev 300565, libhttpseverywhere/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-14 19:13:40 UTC (rev 300566) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Adrià Arrufat (archdria) + +pkgname=libhttpseverywhere +pkgver=0.4.7 +pkgrel=1 +pkgdesc="Leverage the power of HTTPS Everywhere" +url="https://git.gnome.org/browse/libhttpseverywhere"; +arch=(i686 x86_64) +license=(LGPL3) +depends=(libgee libxml2 libarchive libsoup glib2 json-glib) +makedepends=(meson valadoc gobject-introspection git) +_commit=0653fedea03332d7c5e3005a39fe00646390d05b # tags/0.4.7^0 +source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + mkdir build + cd $pkgname +} + +build() { + cd build + meson --prefix=/usr --buildtype=release ../$pkgname \ +-Denable_valadoc=true + ninja +} + +check() { + cd build + mesontest +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2017-07-14 19:11:48 UTC (rev 300565) +++ extra-x86_64/PKGBUILD 2017-07-14 19:13:40 UTC (rev 300566) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Adrià Arrufat (archdria) - -pkgname=libhttpseverywhere -pkgver=0.4.5 -pkgrel=1 -pkgdesc="library to use HTTPSEverywhere in desktop applications" -url="https://git.gnome.org/browse/libhttpseverywhere"; -arch=(i686 x86_64) -license=(LGPL3) -depends=(libgee libxml2 libarchive libsoup glib2 json-glib) -makedepends=(meson valadoc gobject-introspection git) -_commit=455c0c44d5b9017183042e1c7658a135c1bd2fda # tags/0.4.5^0 -source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - mkdir build - cd $pkgname -} - -check() { - cd build - ninja test -} - -build() { - cd build - export LANG=en_US.UTF-8 - meson --prefix=/usr --buildtype=release ../$pkgname \ --Denable_valadoc=true - ninja -} - -package() { - cd build - DESTDIR="$pkgdir" ninja install -} Copied: libhttpseverywhere/repos/extra-x86_64/PKGBUILD (from rev 300565, libhttpseverywhere/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-07-14 19:13:40 UTC (rev 300566) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Adrià Arrufat (archdria) + +pkgname=libhttpseverywhere +pkgver=0.4.7 +pkgrel=1 +pkgdesc="Leverage the power of HTTPS Everywhere" +url="https://git.gnome.org/browse/libhttpseverywhere"; +arch=(i686 x86_64) +license=(LGPL3) +depends=(libgee libxml2 libarchive libsoup glib2 json-glib) +maked
[arch-commits] Commit in libhttpseverywhere/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 19:11:48 Author: heftig Revision: 300565 0.4.7-1 Modified: libhttpseverywhere/trunk/PKGBUILD --+ PKGBUILD | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 19:10:16 UTC (rev 300564) +++ PKGBUILD2017-07-14 19:11:48 UTC (rev 300565) @@ -3,15 +3,15 @@ # Contributor: Adrià Arrufat (archdria) pkgname=libhttpseverywhere -pkgver=0.4.5 +pkgver=0.4.7 pkgrel=1 -pkgdesc="library to use HTTPSEverywhere in desktop applications" +pkgdesc="Leverage the power of HTTPS Everywhere" url="https://git.gnome.org/browse/libhttpseverywhere"; arch=(i686 x86_64) license=(LGPL3) depends=(libgee libxml2 libarchive libsoup glib2 json-glib) makedepends=(meson valadoc gobject-introspection git) -_commit=455c0c44d5b9017183042e1c7658a135c1bd2fda # tags/0.4.5^0 +_commit=0653fedea03332d7c5e3005a39fe00646390d05b # tags/0.4.7^0 source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit";) sha256sums=('SKIP') @@ -25,19 +25,18 @@ cd $pkgname } -check() { - cd build - ninja test -} - build() { cd build - export LANG=en_US.UTF-8 meson --prefix=/usr --buildtype=release ../$pkgname \ -Denable_valadoc=true ninja } +check() { + cd build + mesontest +} + package() { cd build DESTDIR="$pkgdir" ninja install
[arch-commits] Commit in kdebase-runtime/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 19:09:45 Author: arojas Revision: 300563 exiv2 0.26 rebuild Modified: kdebase-runtime/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 18:41:19 UTC (rev 300562) +++ PKGBUILD2017-07-14 19:09:45 UTC (rev 300563) @@ -5,7 +5,7 @@ pkgname=kdebase-runtime pkgver=17.04.3 -pkgrel=1 +pkgrel=2 pkgdesc="Plugins and applications necessary for the running of KDE applications" arch=('i686' 'x86_64') url='https://www.kde.org/'
[arch-commits] Commit in kdebase-runtime/repos (8 files)
Date: Friday, July 14, 2017 @ 19:10:16 Author: arojas Revision: 300564 archrelease: copy trunk to staging-i686, staging-x86_64 Added: kdebase-runtime/repos/staging-i686/ kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 300563, kdebase-runtime/trunk/PKGBUILD) kdebase-runtime/repos/staging-i686/kdebase-runtime-no-html-thumbnails.patch (from rev 300563, kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch) kdebase-runtime/repos/staging-i686/kdebase-runtime-no-kdewebkit.patch (from rev 300563, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch) kdebase-runtime/repos/staging-x86_64/ kdebase-runtime/repos/staging-x86_64/PKGBUILD (from rev 300563, kdebase-runtime/trunk/PKGBUILD) kdebase-runtime/repos/staging-x86_64/kdebase-runtime-no-html-thumbnails.patch (from rev 300563, kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch) kdebase-runtime/repos/staging-x86_64/kdebase-runtime-no-kdewebkit.patch (from rev 300563, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch) -+ staging-i686/PKGBUILD | 70 ++ staging-i686/kdebase-runtime-no-html-thumbnails.patch | 21 staging-i686/kdebase-runtime-no-kdewebkit.patch | 49 + staging-x86_64/PKGBUILD | 70 ++ staging-x86_64/kdebase-runtime-no-html-thumbnails.patch | 21 staging-x86_64/kdebase-runtime-no-kdewebkit.patch | 49 + 6 files changed, 280 insertions(+) Copied: kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 300563, kdebase-runtime/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-07-14 19:10:16 UTC (rev 300564) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgname=kdebase-runtime +pkgver=17.04.3 +pkgrel=2 +pkgdesc="Plugins and applications necessary for the running of KDE applications" +arch=('i686' 'x86_64') +url='https://www.kde.org/' +license=('GPL' 'LGPL') +makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost') +depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'exiv2' 'gpgme') +optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications documentation') +provides=(notification-daemon) +conflicts=(kdesu4) +replaces=(kdesu4) +source=("https://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig} +kdebase-runtime-no-html-thumbnails.patch kdebase-runtime-no-kdewebkit.patch) +sha256sums=('36f6bbd998d7d53d53bb34d472d3c13f85dd804d5190bb091307f5857a87ba15' +'SKIP' +'5ce434f25759215ed2b6f71ec82a9118ee76e7428ef1af8a5495133a76c9c2df' +'93d5ddf78c784b3d79486813bdfb43debba271b389bfc46ca79aabdb0bca14db') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck + +prepare() { + mkdir -p build + +# Don't link to kactivities + sed -e '/plasmaextracomponents/d' -i kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt +# Drop HTML thumbnailer, uses insecure QtWebKit + cd kde-runtime-$pkgver + patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch + patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch +} + +build() { + cd build + cmake ../kde-runtime-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_SKIP_RPATH=ON \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWITH_QNtrack=OFF \ +-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \ +-DWITH_NepomukCore=OFF \ +-DBUILD_khelpcenter=OFF \ +-DBUILD_kglobalaccel=OFF \ +-DBUILD_kuiserver=OFF \ +-DBUILD_drkonqi=OFF \ +-DBUILD_doc=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install + + rm "$pkgdir"/usr/share/icons/hicolor/index.theme + ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4 + +# Use KF5 drkonqi + ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/ + +# FS#36668 + chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud + chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud +} Copied: kdebase-runtime/repos/staging-i686/kdebase-runtime-no-html-thumbnails.patch (from rev 300563, kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch) === --- staging-i686/kdebase-runtime-no-html-thumbnails.patch (rev 0) +++ staging-i686/kdebase-runtime-no-html-thumbnails.patch 2017-07-14 19:10:16 UTC (rev 300564) @@ -0,0 +1,21 @@ +--- kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt.02017-01-19 12:11:22.764891155 + kde-runtime-16.12.1/kioslave/thumbnail/CMake
[arch-commits] Commit in krita/repos (4 files)
Date: Friday, July 14, 2017 @ 18:41:19 Author: arojas Revision: 300562 archrelease: copy trunk to staging-i686, staging-x86_64 Added: krita/repos/staging-i686/ krita/repos/staging-i686/PKGBUILD (from rev 300561, krita/trunk/PKGBUILD) krita/repos/staging-x86_64/ krita/repos/staging-x86_64/PKGBUILD (from rev 300561, krita/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 45 + staging-x86_64/PKGBUILD | 45 + 2 files changed, 90 insertions(+) Copied: krita/repos/staging-i686/PKGBUILD (from rev 300561, krita/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-07-14 18:41:19 UTC (rev 300562) @@ -0,0 +1,45 @@ +# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $ +# Maintainer: Antonio Rojas + +pkgname=krita +pkgver=3.1.4 +pkgrel=3 +pkgdesc="Edit and paint images" +arch=(i686 x86_64) +url="http://krita.org"; +license=(GPL3) +depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 opencolorio) +optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker') +conflicts=(calligra-krita krita-l10n) +replaces=(calligra-krita krita-l10n) +source=("http://download.kde.org/stable/krita/$pkgver/krita-$pkgver.tar.gz"{,.sig} + krita-qt-5.9.patch::"https://github.com/KDE/krita/commit/2f59d0d1.patch";) +sha256sums=('741837b0d12afa795dbbca45d5efc78966f3041dbfb22a268c101c7dc23e82aa' +'SKIP' +'9180d7841675832b2d55f5b18755d926699963fbbf8853d0cad99321f7fc5733') +validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt + +prepare() { + mkdir -p build + +# Fix build with Qt 5.9 + cd $pkgname-$pkgver + patch -p1 -i ../krita-qt-5.9.patch +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF \ +-DPACKAGERS_BUILD=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: krita/repos/staging-x86_64/PKGBUILD (from rev 300561, krita/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-07-14 18:41:19 UTC (rev 300562) @@ -0,0 +1,45 @@ +# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $ +# Maintainer: Antonio Rojas + +pkgname=krita +pkgver=3.1.4 +pkgrel=3 +pkgdesc="Edit and paint images" +arch=(i686 x86_64) +url="http://krita.org"; +license=(GPL3) +depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 opencolorio) +optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker') +conflicts=(calligra-krita krita-l10n) +replaces=(calligra-krita krita-l10n) +source=("http://download.kde.org/stable/krita/$pkgver/krita-$pkgver.tar.gz"{,.sig} + krita-qt-5.9.patch::"https://github.com/KDE/krita/commit/2f59d0d1.patch";) +sha256sums=('741837b0d12afa795dbbca45d5efc78966f3041dbfb22a268c101c7dc23e82aa' +'SKIP' +'9180d7841675832b2d55f5b18755d926699963fbbf8853d0cad99321f7fc5733') +validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt + +prepare() { + mkdir -p build + +# Fix build with Qt 5.9 + cd $pkgname-$pkgver + patch -p1 -i ../krita-qt-5.9.patch +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF \ +-DPACKAGERS_BUILD=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in krita/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 18:30:57 Author: arojas Revision: 300561 exiv2 0.26 rebuild Modified: krita/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 17:53:36 UTC (rev 300560) +++ PKGBUILD2017-07-14 18:30:57 UTC (rev 300561) @@ -3,7 +3,7 @@ pkgname=krita pkgver=3.1.4 -pkgrel=2 +pkgrel=3 pkgdesc="Edit and paint images" arch=(i686 x86_64) url="http://krita.org";
[arch-commits] Commit in digikam/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 17:53:05 Author: arojas Revision: 300559 exiv2 0.26 rebuild Modified: digikam/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 17:22:07 UTC (rev 300558) +++ PKGBUILD2017-07-14 17:53:05 UTC (rev 300559) @@ -7,7 +7,7 @@ pkgname=('digikam' 'kipi-plugins') _pkgver=5.6.0 pkgver=${_pkgver//-/_} # for beta versions -pkgrel=1 +pkgrel=2 pkgdesc="Digital photo management application for KDE" arch=('i686' 'x86_64') license=('GPL')
[arch-commits] Commit in exiv2/repos (4 files)
Date: Friday, July 14, 2017 @ 17:22:07 Author: arojas Revision: 300558 archrelease: copy trunk to staging-i686, staging-x86_64 Added: exiv2/repos/staging-i686/ exiv2/repos/staging-i686/PKGBUILD (from rev 300557, exiv2/trunk/PKGBUILD) exiv2/repos/staging-x86_64/ exiv2/repos/staging-x86_64/PKGBUILD (from rev 300557, exiv2/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 30 ++ staging-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: exiv2/repos/staging-i686/PKGBUILD (from rev 300557, exiv2/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-07-14 17:22:07 UTC (rev 300558) @@ -0,0 +1,30 @@ +#$Id$ +# Maintainer: tobias + +pkgname=exiv2 +pkgver=0.26 +pkgrel=1 +pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools" +arch=('i686' 'x86_64') +url="http://exiv2.org"; +license=('GPL2') +depends=('gcc-libs' 'zlib' 'expat') +makedepends=('cmake') +source=($pkgname-$pkgver.tar.gz::"https://github.com/Exiv2/exiv2/archive/v$pkgver.tar.gz";) +md5sums=('5a32bfa41b5e5409c9347b227350e100') + +build() { + cd $pkgname-$pkgver + cmake . \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DEXIV2_ENABLE_VIDEO=ON \ +-DEXIV2_ENABLE_BUILD_PO=ON \ +-DEXIV2_ENABLE_BUILD_SAMPLES=OFF \ +-DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} Copied: exiv2/repos/staging-x86_64/PKGBUILD (from rev 300557, exiv2/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-07-14 17:22:07 UTC (rev 300558) @@ -0,0 +1,30 @@ +#$Id$ +# Maintainer: tobias + +pkgname=exiv2 +pkgver=0.26 +pkgrel=1 +pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools" +arch=('i686' 'x86_64') +url="http://exiv2.org"; +license=('GPL2') +depends=('gcc-libs' 'zlib' 'expat') +makedepends=('cmake') +source=($pkgname-$pkgver.tar.gz::"https://github.com/Exiv2/exiv2/archive/v$pkgver.tar.gz";) +md5sums=('5a32bfa41b5e5409c9347b227350e100') + +build() { + cd $pkgname-$pkgver + cmake . \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DEXIV2_ENABLE_VIDEO=ON \ +-DEXIV2_ENABLE_BUILD_PO=ON \ +-DEXIV2_ENABLE_BUILD_SAMPLES=OFF \ +-DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in exiv2/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 17:21:39 Author: arojas Revision: 300557 Update to 0.26 Modified: exiv2/trunk/PKGBUILD --+ PKGBUILD | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 17:01:57 UTC (rev 300556) +++ PKGBUILD2017-07-14 17:21:39 UTC (rev 300557) @@ -2,19 +2,25 @@ # Maintainer: tobias pkgname=exiv2 -pkgver=0.25 -pkgrel=3 +pkgver=0.26 +pkgrel=1 pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools" arch=('i686' 'x86_64') url="http://exiv2.org"; license=('GPL2') depends=('gcc-libs' 'zlib' 'expat') -source=(http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz) -md5sums=('258d4831b30f75a01e0234065c6c2806') +makedepends=('cmake') +source=($pkgname-$pkgver.tar.gz::"https://github.com/Exiv2/exiv2/archive/v$pkgver.tar.gz";) +md5sums=('5a32bfa41b5e5409c9347b227350e100') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --enable-video + cmake . \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DEXIV2_ENABLE_VIDEO=ON \ +-DEXIV2_ENABLE_BUILD_PO=ON \ +-DEXIV2_ENABLE_BUILD_SAMPLES=OFF \ +-DCMAKE_INSTALL_LIBDIR=lib make }
[arch-commits] Commit in pgadmin4/repos (18 files)
Date: Friday, July 14, 2017 @ 16:44:00 Author: jleclanche Revision: 245111 archrelease: copy trunk to community-i686, community-x86_64 Added: pgadmin4/repos/community-i686/PKGBUILD (from rev 245110, pgadmin4/trunk/PKGBUILD) pgadmin4/repos/community-i686/config_distro.py (from rev 245110, pgadmin4/trunk/config_distro.py) pgadmin4/repos/community-i686/config_local.py (from rev 245110, pgadmin4/trunk/config_local.py) pgadmin4/repos/community-i686/pgAdmin4.desktop (from rev 245110, pgadmin4/trunk/pgAdmin4.desktop) pgadmin4/repos/community-x86_64/PKGBUILD (from rev 245110, pgadmin4/trunk/PKGBUILD) pgadmin4/repos/community-x86_64/config_distro.py (from rev 245110, pgadmin4/trunk/config_distro.py) pgadmin4/repos/community-x86_64/config_local.py (from rev 245110, pgadmin4/trunk/config_local.py) pgadmin4/repos/community-x86_64/pgAdmin4.desktop (from rev 245110, pgadmin4/trunk/pgAdmin4.desktop) Deleted: pgadmin4/repos/community-i686/0001-Simplify-Server-s-python-setup.patch pgadmin4/repos/community-i686/PKGBUILD pgadmin4/repos/community-i686/config_distro.py pgadmin4/repos/community-i686/config_local.py pgadmin4/repos/community-i686/pgAdmin4.desktop pgadmin4/repos/community-x86_64/0001-Simplify-Server-s-python-setup.patch pgadmin4/repos/community-x86_64/PKGBUILD pgadmin4/repos/community-x86_64/config_distro.py pgadmin4/repos/community-x86_64/config_local.py pgadmin4/repos/community-x86_64/pgAdmin4.desktop + /PKGBUILD | 166 ++ /config_distro.py |4 /pgAdmin4.desktop | 22 community-i686/0001-Simplify-Server-s-python-setup.patch | 633 --- community-i686/PKGBUILD| 86 - community-i686/config_distro.py|2 community-i686/pgAdmin4.desktop| 11 community-x86_64/0001-Simplify-Server-s-python-setup.patch | 633 --- community-x86_64/PKGBUILD | 86 - community-x86_64/config_distro.py |2 community-x86_64/pgAdmin4.desktop | 11 11 files changed, 192 insertions(+), 1464 deletions(-) Deleted: community-i686/0001-Simplify-Server-s-python-setup.patch === --- community-i686/0001-Simplify-Server-s-python-setup.patch2017-07-14 16:43:51 UTC (rev 245110) +++ community-i686/0001-Simplify-Server-s-python-setup.patch2017-07-14 16:44:00 UTC (rev 245111) @@ -1,633 +0,0 @@ -From a5a1c332e23a094e0c2a1c9513fb9f6b05cbbf05 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" -Date: Sat, 28 Jan 2017 01:19:06 +0100 -Subject: [PATCH] Simplify Server's python setup - runtime/BrowserWindow.cpp | 6 +- - runtime/ConfigWindow.cpp | 16 ++- - runtime/ConfigWindow.h| 6 +- - runtime/ConfigWindow.ui | 22 +++- - runtime/Server.cpp| 253 +++--- - runtime/Server.h | 11 +- - runtime/pgAdmin4.cpp | 106 ++- - 7 files changed, 149 insertions(+), 271 deletions(-) - -diff --git a/runtime/BrowserWindow.cpp b/runtime/BrowserWindow.cpp -index 516b8689818bddc9..a2ee4895f5351565 100644 a/runtime/BrowserWindow.cpp -+++ b/runtime/BrowserWindow.cpp -@@ -1286,17 +1286,17 @@ void BrowserWindow::preferences() - - ConfigWindow *dlg = new ConfigWindow(); - dlg->setWindowTitle(QWidget::tr("Configuration")); --dlg->setPythonPath(settings.value("PythonPath").toString()); -+dlg->setPythonExecutable(settings.value("PythonExecutable").toString()); - dlg->setApplicationPath(settings.value("ApplicationPath").toString()); - dlg->setModal(true); - ok = dlg->exec(); - --QString pythonpath = dlg->getPythonPath(); -+QString pythonexecutable = dlg->getPythonExecutable(); - QString applicationpath = dlg->getApplicationPath(); - - if (ok) - { --settings.setValue("PythonPath", pythonpath); -+settings.setValue("PythonExecutable", pythonexecutable); - settings.setValue("ApplicationPath", applicationpath); - } - } -diff --git a/runtime/ConfigWindow.cpp b/runtime/ConfigWindow.cpp -index 3fb1a2738eb89ec0..c31345bf08d06d88 100644 a/runtime/ConfigWindow.cpp -+++ b/runtime/ConfigWindow.cpp -@@ -17,37 +17,45 @@ ConfigWindow::ConfigWindow(QWidget *parent) : - ui(new Ui::ConfigWindow) - { - ui->setupUi(this); -+ -+#ifdef PYTHON2 -+ui->pythonExecutableLineEdit->setPlaceholderText( -+QString(QWidget::tr("The Python 2 executable to use (may be within a virtual environment)"))); -+#else -+ui->pythonExecutableLineEdit->setPlaceholderText( -+QString(QWidget::tr("The Python 3 executable to use (may be within a v
[arch-commits] Commit in pgadmin4/trunk (0001-Simplify-Server-s-python-setup.patch)
Date: Friday, July 14, 2017 @ 16:43:51 Author: jleclanche Revision: 245110 upgpkg: pgadmin4 1.6-1 Upstream release 1.6 Deleted: pgadmin4/trunk/0001-Simplify-Server-s-python-setup.patch ---+ 0001-Simplify-Server-s-python-setup.patch | 633 1 file changed, 633 deletions(-) Deleted: 0001-Simplify-Server-s-python-setup.patch === --- 0001-Simplify-Server-s-python-setup.patch 2017-07-14 16:42:05 UTC (rev 245109) +++ 0001-Simplify-Server-s-python-setup.patch 2017-07-14 16:43:51 UTC (rev 245110) @@ -1,633 +0,0 @@ -From a5a1c332e23a094e0c2a1c9513fb9f6b05cbbf05 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" -Date: Sat, 28 Jan 2017 01:19:06 +0100 -Subject: [PATCH] Simplify Server's python setup - runtime/BrowserWindow.cpp | 6 +- - runtime/ConfigWindow.cpp | 16 ++- - runtime/ConfigWindow.h| 6 +- - runtime/ConfigWindow.ui | 22 +++- - runtime/Server.cpp| 253 +++--- - runtime/Server.h | 11 +- - runtime/pgAdmin4.cpp | 106 ++- - 7 files changed, 149 insertions(+), 271 deletions(-) - -diff --git a/runtime/BrowserWindow.cpp b/runtime/BrowserWindow.cpp -index 516b8689818bddc9..a2ee4895f5351565 100644 a/runtime/BrowserWindow.cpp -+++ b/runtime/BrowserWindow.cpp -@@ -1286,17 +1286,17 @@ void BrowserWindow::preferences() - - ConfigWindow *dlg = new ConfigWindow(); - dlg->setWindowTitle(QWidget::tr("Configuration")); --dlg->setPythonPath(settings.value("PythonPath").toString()); -+dlg->setPythonExecutable(settings.value("PythonExecutable").toString()); - dlg->setApplicationPath(settings.value("ApplicationPath").toString()); - dlg->setModal(true); - ok = dlg->exec(); - --QString pythonpath = dlg->getPythonPath(); -+QString pythonexecutable = dlg->getPythonExecutable(); - QString applicationpath = dlg->getApplicationPath(); - - if (ok) - { --settings.setValue("PythonPath", pythonpath); -+settings.setValue("PythonExecutable", pythonexecutable); - settings.setValue("ApplicationPath", applicationpath); - } - } -diff --git a/runtime/ConfigWindow.cpp b/runtime/ConfigWindow.cpp -index 3fb1a2738eb89ec0..c31345bf08d06d88 100644 a/runtime/ConfigWindow.cpp -+++ b/runtime/ConfigWindow.cpp -@@ -17,37 +17,45 @@ ConfigWindow::ConfigWindow(QWidget *parent) : - ui(new Ui::ConfigWindow) - { - ui->setupUi(this); -+ -+#ifdef PYTHON2 -+ui->pythonExecutableLineEdit->setPlaceholderText( -+QString(QWidget::tr("The Python 2 executable to use (may be within a virtual environment)"))); -+#else -+ui->pythonExecutableLineEdit->setPlaceholderText( -+QString(QWidget::tr("The Python 3 executable to use (may be within a virtual environment)"))); -+#endif - } - - ConfigWindow::~ConfigWindow() - { - delete ui; - } - - void ConfigWindow::on_buttonBox_accepted() - { - this->close(); - } - - void ConfigWindow::on_buttonBox_rejected() - { - this->close(); - } - --QString ConfigWindow::getPythonPath() -+QString ConfigWindow::getPythonExecutable() - { --return ui->pythonPathLineEdit->text(); -+return ui->pythonExecutableLineEdit->text(); - } - - QString ConfigWindow::getApplicationPath() - { - return ui->applicationPathLineEdit->text(); - } - - --void ConfigWindow::setPythonPath(QString path) -+void ConfigWindow::setPythonExecutable(QString path) - { --ui->pythonPathLineEdit->setText(path); -+ui->pythonExecutableLineEdit->setText(path); - } - - void ConfigWindow::setApplicationPath(QString path) -diff --git a/runtime/ConfigWindow.h b/runtime/ConfigWindow.h -index 0027a742aca7b762..c4487fcc6e97f354 100644 a/runtime/ConfigWindow.h -+++ b/runtime/ConfigWindow.h -@@ -26,19 +26,19 @@ public: - explicit ConfigWindow(QWidget *parent = 0); - ~ConfigWindow(); - --QString getPythonPath(); -+QString getPythonExecutable(); - QString getApplicationPath(); - --void setPythonPath(QString path); -+void setPythonExecutable(QString path); - void setApplicationPath(QString path); - - private slots: - void on_buttonBox_accepted(); - void on_buttonBox_rejected(); - - private: - Ui::ConfigWindow *ui; --QString m_pythonpath, m_applicationpath; -+QString m_pythonexecutable, m_applicationpath; - }; - - #endif // CONFIGWINDOW_H -diff --git a/runtime/ConfigWindow.ui b/runtime/ConfigWindow.ui -index 40d87be43803204a..8b379052a1da8cd0 100644 a/runtime/ConfigWindow.ui -+++ b/runtime/ConfigWindow.ui -@@ -29,24 +29,38 @@ - QFormLayout::ExpandingFieldsGrow - - -- -+ -+ -+ -+ 0 -+ 1 -+ -+ - --Python Path -+Python Executable - - - - -- -+ -+ -+The
[arch-commits] Commit in pgadmin4/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 16:42:05 Author: jleclanche Revision: 245109 upgpkg: pgadmin4 1.6-1 Upstream release 1.6 Modified: pgadmin4/trunk/PKGBUILD --+ PKGBUILD |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 16:27:25 UTC (rev 245108) +++ PKGBUILD2017-07-14 16:42:05 UTC (rev 245109) @@ -2,8 +2,8 @@ # Maintainer: Jerome Leclanche pkgname=pgadmin4 -pkgver=1.5 -pkgrel=3 +pkgver=1.6 +pkgrel=1 pkgdesc="Comprehensive design and management interface for PostgreSQL" arch=("i686" "x86_64") url="https://www.pgadmin.org/"; @@ -16,15 +16,13 @@ "config_distro.py" "config_local.py" # https://www.postgresql.org/message-id/CAMQ-g0dHUN2SFioNg93hCTJkRR3LsVZ-ZvhUh6in%2BO4UAU2Qow%40mail.gmail.com - "0001-Simplify-Server-s-python-setup.patch" ) sha256sums=( - "a814d926e9af046ff8ebaf968ec37da8f26ba012de2bff655630703ed2c6bf5c" + "514c021994c91eb9adb4a42edcec12974b473175289d48a5824b8c0f4e15e0c8" "SKIP" "9a39a321fa5a7fcf4f7f7abf6872de6de537800212e9f6f4902ed37b806765b7" "510c11bf26fa335548ec4c582bc9f5a5242b8e03f3cb0b7c19e6bfd12b6d663c" "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - "f6a3268c0a4b88d6c06d6c92e307dece1f2e3d2ab9d80339395f525cbf23c93e" ) validpgpkeys=( "E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519" @@ -33,7 +31,6 @@ prepare() { cd "$pkgname-$pkgver" - patch -Np1 -i "../0001-Simplify-Server-s-python-setup.patch" convert runtime/pgAdmin4.{ico,png} /usr/bin/python -m venv "$srcdir/$pkgname-$pkgver/venv"
[arch-commits] Commit in python-amqp/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, July 14, 2017 @ 16:27:25 Author: felixonmars Revision: 245108 archrelease: copy trunk to community-any Added: python-amqp/repos/community-any/PKGBUILD (from rev 245107, python-amqp/trunk/PKGBUILD) Deleted: python-amqp/repos/community-any/PKGBUILD --+ PKGBUILD | 104 ++--- 1 file changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-07-14 16:27:08 UTC (rev 245107) +++ PKGBUILD2017-07-14 16:27:25 UTC (rev 245108) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: mutantmonkey - -pkgbase=python-amqp -pkgname=('python-amqp' 'python2-amqp') -pkgver=2.2.0 -pkgrel=1 -pkgdesc="Low-level AMQP client for Python (fork of amqplib)" -arch=('any') -url="http://github.com/celery/py-amqp"; -license=('LGPL') -makedepends=('python-vine' 'python2-vine') -checkdepends=('python-pytest-runner' 'python2-pytest-runner') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/py-amqp/archive/v$pkgver.tar.gz";) -sha512sums=('dce482c19ae736ec233a820db77898f99e321288f54ba5b1166011063405b291de4327b8737ac0e261eeb3eed6fab5ddd3fc46bc5612e11d1dfbb6751a4fcbab') - -prepare() { - cp -a py-amqp-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/py-amqp-$pkgver - python setup.py build - - cd "$srcdir"/py-amqp-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/py-amqp-$pkgver - python setup.py ptr - - cd "$srcdir"/py-amqp-$pkgver-py2 - python2 setup.py ptr -} - -package_python-amqp() { - depends=('python-vine') - - cd py-amqp-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-amqp() { - depends=('python2-vine') - - cd py-amqp-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-amqp/repos/community-any/PKGBUILD (from rev 245107, python-amqp/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-07-14 16:27:25 UTC (rev 245108) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: mutantmonkey + +pkgbase=python-amqp +pkgname=('python-amqp' 'python2-amqp') +pkgver=2.2.1 +pkgrel=1 +pkgdesc="Low-level AMQP client for Python (fork of amqplib)" +arch=('any') +url="http://github.com/celery/py-amqp"; +license=('LGPL') +makedepends=('python-vine' 'python2-vine') +checkdepends=('python-pytest-runner' 'python2-pytest-runner') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/py-amqp/archive/v$pkgver.tar.gz";) +sha512sums=('60a22fd08a0b688cbdd0db8324a91d1760177214d1de662620252b110cd52bbc599d5feff932d7bafad0024de5694ac5dfebf5cd9c6053451de91b49059b212a') + +prepare() { + cp -a py-amqp-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/py-amqp-$pkgver + python setup.py build + + cd "$srcdir"/py-amqp-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/py-amqp-$pkgver + python setup.py ptr + + cd "$srcdir"/py-amqp-$pkgver-py2 + python2 setup.py ptr +} + +package_python-amqp() { + depends=('python-vine') + + cd py-amqp-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-amqp() { + depends=('python2-vine') + + cd py-amqp-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-amqp/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 16:27:08 Author: felixonmars Revision: 245107 upgpkg: python-amqp 2.2.1-1 Modified: python-amqp/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 14:46:15 UTC (rev 245106) +++ PKGBUILD2017-07-14 16:27:08 UTC (rev 245107) @@ -4,7 +4,7 @@ pkgbase=python-amqp pkgname=('python-amqp' 'python2-amqp') -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Low-level AMQP client for Python (fork of amqplib)" arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-vine' 'python2-vine') checkdepends=('python-pytest-runner' 'python2-pytest-runner') source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/py-amqp/archive/v$pkgver.tar.gz";) -sha512sums=('dce482c19ae736ec233a820db77898f99e321288f54ba5b1166011063405b291de4327b8737ac0e261eeb3eed6fab5ddd3fc46bc5612e11d1dfbb6751a4fcbab') +sha512sums=('60a22fd08a0b688cbdd0db8324a91d1760177214d1de662620252b110cd52bbc599d5feff932d7bafad0024de5694ac5dfebf5cd9c6053451de91b49059b212a') prepare() { cp -a py-amqp-$pkgver{,-py2}
[arch-commits] Commit in tensorflow/repos/community-x86_64 (6 files)
Date: Friday, July 14, 2017 @ 14:46:15 Author: svenstaro Revision: 245106 archrelease: copy trunk to community-x86_64 Added: tensorflow/repos/community-x86_64/10868.patch (from rev 245105, tensorflow/trunk/10868.patch) tensorflow/repos/community-x86_64/11174.patch (from rev 245105, tensorflow/trunk/11174.patch) tensorflow/repos/community-x86_64/PKGBUILD (from rev 245105, tensorflow/trunk/PKGBUILD) Deleted: tensorflow/repos/community-x86_64/10868.patch tensorflow/repos/community-x86_64/11174.patch tensorflow/repos/community-x86_64/PKGBUILD -+ 10868.patch | 178 11174.patch | 72 PKGBUILD| 254 +- 3 files changed, 252 insertions(+), 252 deletions(-) Deleted: 10868.patch === --- 10868.patch 2017-07-14 14:46:07 UTC (rev 245105) +++ 10868.patch 2017-07-14 14:46:15 UTC (rev 245106) @@ -1,89 +0,0 @@ -From eb197c45eda55b1047b00f1136a4fec2b8adb2d5 Mon Sep 17 00:00:00 2001 -From: Todd Wang -Date: Tue, 20 Jun 2017 14:16:26 -0700 -Subject: [PATCH 1/3] [XLA] Explicitly instantiate Permute template func - -This is an attempted fix for older compilers that can't deduce the template args. - tensorflow/compiler/xla/service/llvm_ir/ir_array.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -index e401305ae73..b14104be6ad 100644 a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -+++ b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -@@ -158,7 +158,7 @@ IrArray::Index IrArray::Index::SourceIndexOfTranspose( - tensorflow::gtl::ArraySlice dimension_mapping, - llvm::IRBuilder<>* builder) const { - std::vector operand_multidim_index = -- Permute(dimension_mapping, multidim()); -+ Permute(dimension_mapping, multidim()); - if (linear() != nullptr && - ShapeUtil::TransposeIsBitcast(operand_shape, shape, dimension_mapping)) { - return Index(operand_multidim_index, linear(), operand_shape); - -From 2df6cd3acd71a6dcf459e92c26ac426c90a57be4 Mon Sep 17 00:00:00 2001 -From: Todd Wang -Date: Wed, 21 Jun 2017 17:51:55 -0700 -Subject: [PATCH 2/3] Another try - - tensorflow/compiler/xla/util.h | 17 - - 1 file changed, 12 insertions(+), 5 deletions(-) - -diff --git a/tensorflow/compiler/xla/util.h b/tensorflow/compiler/xla/util.h -index 42d5c1d1550..32aa81d1f42 100644 a/tensorflow/compiler/xla/util.h -+++ b/tensorflow/compiler/xla/util.h -@@ -195,16 +195,23 @@ bool IsPermutation(tensorflow::gtl::ArraySlice permutation, int64 rank); - // 2. permutation.size() == input.size(). - template class C, typename T> - std::vector Permute(tensorflow::gtl::ArraySlice permutation, -- C input_) { -- tensorflow::gtl::ArraySlice input(input_); -- CHECK(IsPermutation(permutation, input.size())); -- std::vector output(input.size()); -+ C input) { -+ tensorflow::gtl::ArraySlice data(input); -+ CHECK(IsPermutation(permutation, data.size())); -+ std::vector output(data.size()); - for (size_t i = 0; i < permutation.size(); ++i) { --output[permutation[i]] = input[i]; -+output[permutation[i]] = data[i]; - } - return output; - } - -+// Override of the above that works around compile failures with vectors. -+template -+std::vector Permute(tensorflow::gtl::ArraySlice permutation, -+ const std::vector& input) { -+ return Permute(permutation, input); -+} -+ - // Inverts a permutation, i.e., output_permutation[input_permutation[i]] = i. - std::vector InversePermutation( - tensorflow::gtl::ArraySlice input_permutation); - -From 03da6113468d6b256a755d0521b9b239eaf8b6a9 Mon Sep 17 00:00:00 2001 -From: Todd Wang -Date: Wed, 21 Jun 2017 17:54:15 -0700 -Subject: [PATCH 3/3] Update ir_array.cc - - tensorflow/compiler/xla/service/llvm_ir/ir_array.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -index b14104be6ad..e401305ae73 100644 a/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -+++ b/tensorflow/compiler/xla/service/llvm_ir/ir_array.cc -@@ -158,7 +158,7 @@ IrArray::Index IrArray::Index::SourceIndexOfTranspose( - tensorflow::gtl::ArraySlice dimension_mapping, - llvm::IRBuilder<>* builder) const { - std::vector operand_multidim_index = -- Permute(dimension_mapping, multidim()); -+ Permute(dimension_mapping, multidim()); - if (linear() != nullptr && - ShapeUtil::TransposeIsBitcast(operand_shape, shape, dimension_mapping)) { - return Index(operand_multidim_index, linear(), operand_shape); Copied: tensorflow/repos/community-x86_64/10868.patch (from rev 245105, tensorflow/tru
[arch-commits] Commit in tensorflow/trunk (PKGBUILD)
Date: Friday, July 14, 2017 @ 14:46:07 Author: svenstaro Revision: 245105 upgpkg: tensorflow 1.2.1-3 Fix wrong paths (fixes FS#54755) Modified: tensorflow/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-14 14:30:46 UTC (rev 245104) +++ PKGBUILD2017-07-14 14:46:07 UTC (rev 245105) @@ -5,7 +5,7 @@ pkgbase=tensorflow pkgname=(tensorflow tensorflow-cuda python-tensorflow python-tensorflow-cuda) pkgver=1.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Library for computation using data flow graphs for scalable machine learning" url="https://www.tensorflow.org/"; license=('Apache2') @@ -73,8 +73,8 @@ tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver} install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc - install -Dm755 bazel-bin/tensorflow/libtensorflow.so ${pkgdir}/usr/lib/lib${pkgname}.so - install -Dm644 tensorflow/c/c_api.h ${pkgdir}/usr/include/${pkgname}/c/c_api.h + install -Dm755 bazel-bin/tensorflow/libtensorflow.so ${pkgdir}/usr/lib/libtensorflow.so + install -Dm644 tensorflow/c/c_api.h ${pkgdir}/usr/include/tensorflow/c/c_api.h install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } @@ -87,8 +87,8 @@ tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver} install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc - install -Dm755 bazel-bin/tensorflow/libtensorflow.so ${pkgdir}/usr/lib/lib${pkgname}.so - install -Dm644 tensorflow/c/c_api.h ${pkgdir}/usr/include/${pkgname}/c/c_api.h + install -Dm755 bazel-bin/tensorflow/libtensorflow.so ${pkgdir}/usr/lib/libtensorflow.so + install -Dm644 tensorflow/c/c_api.h ${pkgdir}/usr/include/tensorflow/c/c_api.h install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }