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

2017-06-24 Thread Sven-Hendrik Haase
Date: Sunday, June 25, 2017 @ 04:14:39
  Author: svenstaro
Revision: 240868

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

Added:
  forge/repos/community-testing-i686/
  forge/repos/community-testing-i686/PKGBUILD
(from rev 240867, forge/trunk/PKGBUILD)
  forge/repos/community-testing-x86_64/
  forge/repos/community-testing-x86_64/PKGBUILD
(from rev 240867, forge/trunk/PKGBUILD)

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

Copied: forge/repos/community-testing-i686/PKGBUILD (from rev 240867, 
forge/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-25 04:14:39 UTC (rev 240868)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=1.0.0
+arch=('i686' 'x86_64')
+pkgrel=1
+epoch=1
+license=('BSD')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
+depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')
+source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
+md5sums=('f72023e15fffa806e26565fb4edb4379')
+
+build() {
+  cd forge-${pkgver}
+
+  rm -rf build
+  mkdir build && cd build
+
+  export CC=gcc-5
+  export CXX=g++-5
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCUMENTATION=ON
+
+  make
+}
+
+package() {
+  cd forge-${pkgver}
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: forge/repos/community-testing-x86_64/PKGBUILD (from rev 240867, 
forge/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-06-25 04:14:39 UTC (rev 240868)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=1.0.0
+arch=('i686' 'x86_64')
+pkgrel=1
+epoch=1
+license=('BSD')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
+depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')
+source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
+md5sums=('f72023e15fffa806e26565fb4edb4379')
+
+build() {
+  cd forge-${pkgver}
+
+  rm -rf build
+  mkdir build && cd build
+
+  export CC=gcc-5
+  export CXX=g++-5
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCUMENTATION=ON
+
+  make
+}
+
+package() {
+  cd forge-${pkgver}
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}


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

2017-06-24 Thread Sven-Hendrik Haase
Date: Sunday, June 25, 2017 @ 04:14:01
  Author: svenstaro
Revision: 240867

upgpkg: forge 1:1.0.0-1

Modified:
  forge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-25 04:10:44 UTC (rev 240866)
+++ PKGBUILD2017-06-25 04:14:01 UTC (rev 240867)
@@ -2,15 +2,15 @@
 pkgname=forge
 pkgdesc="High Performance Visualizations"
 url='https://github.com/arrayfire/forge'
-pkgver=0.9.2
+pkgver=1.0.0
 arch=('i686' 'x86_64')
-pkgrel=4
+pkgrel=1
 epoch=1
 license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
 depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')
 source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-md5sums=('dfb1a6f9c228aa90efa1089cd4b0d65b')
+md5sums=('f72023e15fffa806e26565fb4edb4379')
 
 build() {
   cd forge-${pkgver}


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

2017-06-24 Thread Sven-Hendrik Haase
Date: Sunday, June 25, 2017 @ 04:10:44
  Author: svenstaro
Revision: 240866

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

Added:
  rustup/repos/community-i686/PKGBUILD
(from rev 240865, rustup/trunk/PKGBUILD)
  rustup/repos/community-i686/post.install
(from rev 240865, rustup/trunk/post.install)
  rustup/repos/community-x86_64/PKGBUILD
(from rev 240865, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 240865, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-i686/PKGBUILD
  rustup/repos/community-i686/post.install
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

---+
 /PKGBUILD |   84 
 /post.install |   16 +++
 community-i686/PKGBUILD   |   42 
 community-i686/post.install   |8 ---
 community-x86_64/PKGBUILD |   42 
 community-x86_64/post.install |8 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-25 04:10:23 UTC (rev 240865)
+++ community-i686/PKGBUILD 2017-06-25 04:10:44 UTC (rev 240866)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs;
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
-md5sums=('023503d4dff995643983288dc998e74d')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-i686/PKGBUILD (from rev 240865, 
rustup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-25 04:10:44 UTC (rev 240866)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs;
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
+md5sums=('cb8cb432506b88a0d9211665207f2545')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+}
+
+# vim:filetype=sh:

Deleted: community-i686/post.install
===
--- 

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

2017-06-24 Thread Sven-Hendrik Haase
Date: Sunday, June 25, 2017 @ 04:10:23
  Author: svenstaro
Revision: 240865

upgpkg: rustup 1.5.0-1

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-25 03:12:13 UTC (rev 240864)
+++ PKGBUILD2017-06-25 04:10:23 UTC (rev 240865)
@@ -2,7 +2,7 @@
 # Contributor: Jonathon Fernyhough 
 # Contributor: Jon Gjengset 
 pkgname=rustup
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 conflicts=('rust' 'cargo')
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
-md5sums=('023503d4dff995643983288dc998e74d')
+md5sums=('cb8cb432506b88a0d9211665207f2545')
 _binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
 
 build() {


[arch-commits] Commit in python-ruamel-yaml/repos (4 files)

2017-06-24 Thread Felix Yan
Date: Sunday, June 25, 2017 @ 03:12:13
  Author: felixonmars
Revision: 240864

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 240863, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 240863, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-25 03:10:24 UTC (rev 240863)
+++ community-i686/PKGBUILD 2017-06-25 03:12:13 UTC (rev 240864)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.12
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('584cb80e4a7c89edce31658cbc7215697d00a377b88be885e58fb4887d8b4ce6c17f69b4d3d16ce5bee6985ac33d37dca9ccef89544e626ca5e3c4c15b71f129')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 240863, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-25 03:12:13 UTC (rev 240864)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.13
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('891760a5ab89bfdc74e4a3ba2733c012b75acb1259ac530a973dd23580e9ed524ea7960f05098aa5152aefb1d99083c42f346244d02930e2d01e5fdb32418c2c')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-25 03:10:24 UTC (rev 240863)
+++ community-x86_64/PKGBUILD   2017-06-25 03:12:13 UTC (rev 240864)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.12
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('584cb80e4a7c89edce31658cbc7215697d00a377b88be885e58fb4887d8b4ce6c17f69b4d3d16ce5bee6985ac33d37dca9ccef89544e626ca5e3c4c15b71f129')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 240863, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-25 03:12:13 UTC (rev 240864)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.13
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')

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

2017-06-24 Thread Felix Yan
Date: Sunday, June 25, 2017 @ 03:10:24
  Author: felixonmars
Revision: 240863

upgpkg: python-ruamel-yaml 0.15.13-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-25 02:37:43 UTC (rev 240862)
+++ PKGBUILD2017-06-25 03:10:24 UTC (rev 240863)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.12
+pkgver=0.15.13
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('584cb80e4a7c89edce31658cbc7215697d00a377b88be885e58fb4887d8b4ce6c17f69b4d3d16ce5bee6985ac33d37dca9ccef89544e626ca5e3c4c15b71f129')
+sha512sums=('891760a5ab89bfdc74e4a3ba2733c012b75acb1259ac530a973dd23580e9ed524ea7960f05098aa5152aefb1d99083c42f346244d02930e2d01e5fdb32418c2c')
 
 package() {
   depends=('python')


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

2017-06-24 Thread Balló György
Date: Sunday, June 25, 2017 @ 02:37:37
  Author: bgyorgy
Revision: 240861

upgpkg: qmapshack 1.8.1-2

Move qt5-tools to makedepends, provide 32 bit support even if unsupported by 
upstream

Modified:
  qmapshack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-25 02:06:10 UTC (rev 240860)
+++ PKGBUILD2017-06-25 02:37:37 UTC (rev 240861)
@@ -4,14 +4,14 @@
 
 pkgname=qmapshack
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plan your next outdoor trip'
-arch=('x86_64') #Due to limited resources Linux 32bit versions are not 
supported
+arch=('x86_64' 'i686')
 url='https://bitbucket.org/maproom/qmapshack/'
 license=('GPL3')
 depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1' 'qt5-script'
- 'qt5-tools' 'qt5-webkit' 'proj' 'quazip')
-makedepends=('cmake')
+ 'qt5-webkit' 'proj' 'quazip')
+makedepends=('cmake' 'qt5-tools')
 
source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
 sha256sums=('f6c6562247e205db90637cd45a8f41780765701092c898a2099978bd943ca350')
 


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

2017-06-24 Thread Balló György
Date: Sunday, June 25, 2017 @ 02:37:43
  Author: bgyorgy
Revision: 240862

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

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

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

Copied: qmapshack/repos/community-i686/PKGBUILD (from rev 240861, 
qmapshack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-25 02:37:43 UTC (rev 240862)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sanpi 
+
+pkgname=qmapshack
+pkgver=1.8.1
+pkgrel=2
+pkgdesc='Plan your next outdoor trip'
+arch=('x86_64' 'i686')
+url='https://bitbucket.org/maproom/qmapshack/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1' 'qt5-script'
+ 'qt5-webkit' 'proj' 'quazip')
+makedepends=('cmake' 'qt5-tools')
+source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6c6562247e205db90637cd45a8f41780765701092c898a2099978bd943ca350')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-25 02:37:37 UTC (rev 240861)
+++ community-x86_64/PKGBUILD   2017-06-25 02:37:43 UTC (rev 240862)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sanpi 
-
-pkgname=qmapshack
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='Plan your next outdoor trip'
-arch=('x86_64') #Due to limited resources Linux 32bit versions are not 
supported
-url='https://bitbucket.org/maproom/qmapshack/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1' 'qt5-script'
- 'qt5-tools' 'qt5-webkit' 'proj' 'quazip')
-makedepends=('cmake')
-source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6c6562247e205db90637cd45a8f41780765701092c898a2099978bd943ca350')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmapshack/repos/community-x86_64/PKGBUILD (from rev 240861, 
qmapshack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-25 02:37:43 UTC (rev 240862)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sanpi 
+
+pkgname=qmapshack
+pkgver=1.8.1
+pkgrel=2
+pkgdesc='Plan your next outdoor trip'
+arch=('x86_64' 'i686')
+url='https://bitbucket.org/maproom/qmapshack/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1' 'qt5-script'
+ 'qt5-webkit' 'proj' 'quazip')
+makedepends=('cmake' 'qt5-tools')
+source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6c6562247e205db90637cd45a8f41780765701092c898a2099978bd943ca350')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2017-06-24 Thread Evangelos Foutras
Date: Sunday, June 25, 2017 @ 02:08:37
  Author: foutrelis
Revision: 299204

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

Added:
  exo/repos/testing-i686/
  exo/repos/testing-i686/PKGBUILD
(from rev 299203, exo/trunk/PKGBUILD)
  exo/repos/testing-x86_64/
  exo/repos/testing-x86_64/PKGBUILD
(from rev 299203, exo/trunk/PKGBUILD)

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

Copied: exo/repos/testing-i686/PKGBUILD (from rev 299203, exo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-25 02:08:37 UTC (rev 299204)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('448d7f2b88074455d54a4c44aed08d977b482dc6063175f62a1abfcf0204420a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: exo/repos/testing-x86_64/PKGBUILD (from rev 299203, exo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-06-25 02:08:37 UTC (rev 299204)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('448d7f2b88074455d54a4c44aed08d977b482dc6063175f62a1abfcf0204420a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-24 Thread Evangelos Foutras
Date: Sunday, June 25, 2017 @ 02:08:09
  Author: foutrelis
Revision: 299203

upgpkg: exo 0.11.3-1

Bump to 0.11.x; needed by xfce4-screenshooter 1.9.0. Seems like it will
be needed by more and more Xfce components as they get ported to GTK+ 3.

Modified:
  exo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 19:04:37 UTC (rev 299202)
+++ PKGBUILD2017-06-25 02:08:09 UTC (rev 299203)
@@ -4,17 +4,17 @@
 # Contributor: Aurelien Foret 
 
 pkgname=exo
-pkgver=0.10.7
-pkgrel=2
+pkgver=0.11.3
+pkgrel=1
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
 license=('GPL2' 'LGPL')
 groups=('xfce4')
-depends=('libxfce4ui' 'gtk2' 'perl-uri' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
 makedepends=('intltool' 'gtk-doc')
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c')
+sha256sums=('448d7f2b88074455d54a4c44aed08d977b482dc6063175f62a1abfcf0204420a')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-06-24 Thread Balló György
Date: Sunday, June 25, 2017 @ 02:06:03
  Author: bgyorgy
Revision: 240859

upgpkg: routino 3.2-1

Update to new version

Modified:
  routino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 22:52:41 UTC (rev 240858)
+++ PKGBUILD2017-06-25 02:06:03 UTC (rev 240859)
@@ -3,8 +3,8 @@
 # Contributor: Sanpi 
 
 pkgname=routino
-pkgver=3.1.1
-pkgrel=4
+pkgver=3.2
+pkgrel=1
 pkgdesc='Router for OpenStreetMap Data'
 arch=('i686' 'x86_64')
 url='http://www.routino.org/'
@@ -11,7 +11,7 @@
 license=('AGPL3')
 depends=('zlib' 'bzip2')
 source=(http://www.routino.org/download/$pkgname-$pkgver.tgz)
-sha256sums=('23b9fce43f0a85c9efe220c6c72026dd7b37f6a4a5153bb9dc4c4b0747c7f282')
+sha256sums=('e2a431eaffbafab630835966d342e4ae25d5edb94c8ed419200e1ffb50bc7552')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2017-06-24 Thread Balló György
Date: Sunday, June 25, 2017 @ 02:06:10
  Author: bgyorgy
Revision: 240860

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-25 02:06:03 UTC (rev 240859)
+++ community-i686/PKGBUILD 2017-06-25 02:06:10 UTC (rev 240860)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sanpi 
-
-pkgname=routino
-pkgver=3.1.1
-pkgrel=4
-pkgdesc='Router for OpenStreetMap Data'
-arch=('i686' 'x86_64')
-url='http://www.routino.org/'
-license=('AGPL3')
-depends=('zlib' 'bzip2')
-source=(http://www.routino.org/download/$pkgname-$pkgver.tgz)
-sha256sums=('23b9fce43f0a85c9efe220c6c72026dd7b37f6a4a5153bb9dc4c4b0747c7f282')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-#paths fix
-  sed -i 's|prefix=/usr/local|prefix=/usr|' Makefile.conf
-  sed -i 's|/doc/routino|/share/doc/routino|' Makefile.conf
-
-#RPATH fix
-  sed -i 's|LDFLAGS_LDSO=-Wl,-R.||' Makefile.conf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: routino/repos/community-i686/PKGBUILD (from rev 240859, 
routino/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-25 02:06:10 UTC (rev 240860)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sanpi 
+
+pkgname=routino
+pkgver=3.2
+pkgrel=1
+pkgdesc='Router for OpenStreetMap Data'
+arch=('i686' 'x86_64')
+url='http://www.routino.org/'
+license=('AGPL3')
+depends=('zlib' 'bzip2')
+source=(http://www.routino.org/download/$pkgname-$pkgver.tgz)
+sha256sums=('e2a431eaffbafab630835966d342e4ae25d5edb94c8ed419200e1ffb50bc7552')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+#paths fix
+  sed -i 's|prefix=/usr/local|prefix=/usr|' Makefile.conf
+  sed -i 's|/doc/routino|/share/doc/routino|' Makefile.conf
+
+#RPATH fix
+  sed -i 's|LDFLAGS_LDSO=-Wl,-R.||' Makefile.conf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-25 02:06:03 UTC (rev 240859)
+++ community-x86_64/PKGBUILD   2017-06-25 02:06:10 UTC (rev 240860)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sanpi 
-
-pkgname=routino
-pkgver=3.1.1
-pkgrel=4
-pkgdesc='Router for OpenStreetMap Data'
-arch=('i686' 'x86_64')
-url='http://www.routino.org/'
-license=('AGPL3')
-depends=('zlib' 'bzip2')
-source=(http://www.routino.org/download/$pkgname-$pkgver.tgz)
-sha256sums=('23b9fce43f0a85c9efe220c6c72026dd7b37f6a4a5153bb9dc4c4b0747c7f282')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-#paths fix
-  sed -i 's|prefix=/usr/local|prefix=/usr|' Makefile.conf
-  sed -i 's|/doc/routino|/share/doc/routino|' Makefile.conf
-
-#RPATH fix
-  sed -i 's|LDFLAGS_LDSO=-Wl,-R.||' Makefile.conf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: routino/repos/community-x86_64/PKGBUILD (from rev 240859, 
routino/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-25 02:06:10 UTC (rev 240860)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sanpi 
+
+pkgname=routino
+pkgver=3.2
+pkgrel=1
+pkgdesc='Router for OpenStreetMap Data'
+arch=('i686' 'x86_64')
+url='http://www.routino.org/'
+license=('AGPL3')
+depends=('zlib' 'bzip2')
+source=(http://www.routino.org/download/$pkgname-$pkgver.tgz)
+sha256sums=('e2a431eaffbafab630835966d342e4ae25d5edb94c8ed419200e1ffb50bc7552')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+#paths fix
+  sed -i 's|prefix=/usr/local|prefix=/usr|' Makefile.conf
+  sed -i 's|/doc/routino|/share/doc/routino|' Makefile.conf
+
+#RPATH fix
+  sed -i 's|LDFLAGS_LDSO=-Wl,-R.||' Makefile.conf
+}
+
+build() {
+  cd 

[arch-commits] Commit in gottengeography (4 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 22:52:41
  Author: bgyorgy
Revision: 240858

archrelease: copy trunk to community-any

Added:
  gottengeography/repos/
  gottengeography/repos/community-any/
  gottengeography/repos/community-any/PKGBUILD
(from rev 240857, gottengeography/trunk/PKGBUILD)
  gottengeography/repos/community-any/fixes.patch
(from rev 240857, gottengeography/trunk/fixes.patch)

-+
 PKGBUILD|   32 +++
 fixes.patch |   68 ++
 2 files changed, 100 insertions(+)

Copied: gottengeography/repos/community-any/PKGBUILD (from rev 240857, 
gottengeography/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-06-24 22:52:41 UTC (rev 240858)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gottengeography
+pkgver=2.5
+_gitrev=dd98beb826da62f430d51749dfa340af3620053c
+pkgrel=4
+pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
+arch=('any')
+url='https://launchpad.net/gottengeography'
+license=('GPL3')
+depends=('libchamplain' 'libgexiv2' 'python-dateutil' 'python-gobject')
+makedepends=('python-distutils-extra')
+source=($pkgname-$pkgver.tar.gz::https://git.launchpad.net/gottengeography/snapshot/$pkgname-$_gitrev.tar.gz
+fixes.patch)
+sha256sums=('510e6cb9d2e5ca5f103d8b5c0203a4d6e7f886cf5213aff907d99bd3f726b000'
+'e0f2115a1bbc6fefd60d3018567180a69cf9e502ecef8d92cb525b5fda8f1351')
+
+prepare() {
+   cd $pkgname-$_gitrev
+   patch -Np1 -i ../fixes.patch
+}
+
+build() {
+   cd $pkgname-$_gitrev
+   python setup.py build
+}
+
+package() {
+   cd $pkgname-$_gitrev
+   python setup.py install --root "$pkgdir" --optimize=1
+}

Copied: gottengeography/repos/community-any/fixes.patch (from rev 240857, 
gottengeography/trunk/fixes.patch)
===
--- repos/community-any/fixes.patch (rev 0)
+++ repos/community-any/fixes.patch 2017-06-24 22:52:41 UTC (rev 240858)
@@ -0,0 +1,68 @@
+diff --git a/data/gottengeography.ui b/data/gottengeography.ui
+index cbbdeeb..a37bf76 100644
+--- a/data/gottengeography.ui
 b/data/gottengeography.ui
+@@ -938,37 +938,31 @@ Marc Ordinas i Llopis m...@marcoil.org
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+ 
+diff --git a/gg/actor.py b/gg/actor.py
+index db6247e..4fe2cfc 100644
+--- a/gg/actor.py
 b/gg/actor.py
+@@ -62,7 +62,7 @@ for map_desc in [
+ 
+ c.push(Champlain.NetworkTileSource.new_full(
+ mapid, name, lic, lic_uri, min_zoom, max_zoom,
+-size, Champlain.MapProjection.MAP_PROJECTION_MERCATOR,
++size, Champlain.MapProjection.MERCATOR,
+ tile_uri, Champlain.ImageRenderer()))
+ 
+ c.push(Champlain.FileCache.new_full(1e8, None, Champlain.ImageRenderer()))
+diff --git a/gottengeography b/gottengeography
+index 34e3ee8..0a75b64 100755
+--- a/gottengeography
 b/gottengeography
+@@ -22,7 +22,7 @@ except:
+ 
+ try:
+ from dateutil.parser import parse
+-parse('') # Suppress pyflakes warning.
++parse('2017-05-14')  # Suppress pyflakes warning.
+ except:
+ need('python3-dateutil 2.0')
+ 


[arch-commits] Commit in (4 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 22:51:11
  Author: bgyorgy
Revision: 240857

Move gottengeography from AUR

Added:
  gottengeography/
  gottengeography/trunk/
  gottengeography/trunk/PKGBUILD
  gottengeography/trunk/fixes.patch

-+
 PKGBUILD|   32 +++
 fixes.patch |   68 ++
 2 files changed, 100 insertions(+)

Added: gottengeography/trunk/PKGBUILD
===
--- gottengeography/trunk/PKGBUILD  (rev 0)
+++ gottengeography/trunk/PKGBUILD  2017-06-24 22:51:11 UTC (rev 240857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gottengeography
+pkgver=2.5
+_gitrev=dd98beb826da62f430d51749dfa340af3620053c
+pkgrel=4
+pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
+arch=('any')
+url='https://launchpad.net/gottengeography'
+license=('GPL3')
+depends=('libchamplain' 'libgexiv2' 'python-dateutil' 'python-gobject')
+makedepends=('python-distutils-extra')
+source=($pkgname-$pkgver.tar.gz::https://git.launchpad.net/gottengeography/snapshot/$pkgname-$_gitrev.tar.gz
+fixes.patch)
+sha256sums=('510e6cb9d2e5ca5f103d8b5c0203a4d6e7f886cf5213aff907d99bd3f726b000'
+'e0f2115a1bbc6fefd60d3018567180a69cf9e502ecef8d92cb525b5fda8f1351')
+
+prepare() {
+   cd $pkgname-$_gitrev
+   patch -Np1 -i ../fixes.patch
+}
+
+build() {
+   cd $pkgname-$_gitrev
+   python setup.py build
+}
+
+package() {
+   cd $pkgname-$_gitrev
+   python setup.py install --root "$pkgdir" --optimize=1
+}


Property changes on: gottengeography/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gottengeography/trunk/fixes.patch
===
--- gottengeography/trunk/fixes.patch   (rev 0)
+++ gottengeography/trunk/fixes.patch   2017-06-24 22:51:11 UTC (rev 240857)
@@ -0,0 +1,68 @@
+diff --git a/data/gottengeography.ui b/data/gottengeography.ui
+index cbbdeeb..a37bf76 100644
+--- a/data/gottengeography.ui
 b/data/gottengeography.ui
+@@ -938,37 +938,31 @@ Marc Ordinas i Llopis m...@marcoil.org
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+   
+ GTK_SIZE_GROUP_HORIZONTAL
+ 
+-  
+ 
+   
+ 
+diff --git a/gg/actor.py b/gg/actor.py
+index db6247e..4fe2cfc 100644
+--- a/gg/actor.py
 b/gg/actor.py
+@@ -62,7 +62,7 @@ for map_desc in [
+ 
+ c.push(Champlain.NetworkTileSource.new_full(
+ mapid, name, lic, lic_uri, min_zoom, max_zoom,
+-size, Champlain.MapProjection.MAP_PROJECTION_MERCATOR,
++size, Champlain.MapProjection.MERCATOR,
+ tile_uri, Champlain.ImageRenderer()))
+ 
+ c.push(Champlain.FileCache.new_full(1e8, None, Champlain.ImageRenderer()))
+diff --git a/gottengeography b/gottengeography
+index 34e3ee8..0a75b64 100755
+--- a/gottengeography
 b/gottengeography
+@@ -22,7 +22,7 @@ except:
+ 
+ try:
+ from dateutil.parser import parse
+-parse('') # Suppress pyflakes warning.
++parse('2017-05-14')  # Suppress pyflakes warning.
+ except:
+ need('python3-dateutil 2.0')
+ 


[arch-commits] Commit in gourmet/trunk (PKGBUILD bs4-port.patch)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 21:29:00
  Author: bgyorgy
Revision: 240855

upgpkg: gourmet 0.17.4-6

Port to Beautiful Soup 4

Added:
  gourmet/trunk/bs4-port.patch
Modified:
  gourmet/trunk/PKGBUILD

+
 PKGBUILD   |   16 ++--
 bs4-port.patch |  207 +++
 2 files changed, 218 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 21:12:13 UTC (rev 240854)
+++ PKGBUILD2017-06-24 21:29:00 UTC (rev 240855)
@@ -4,7 +4,7 @@
 
 pkgname=gourmet
 pkgver=0.17.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A simple but powerful recipe-managing application"
 arch=('any')
 url="http://thinkle.github.io/gourmet/;
@@ -13,14 +13,16 @@
 makedepends=('python2-distutils-extra')
 optdepends=('ipython2: Python Shell plugin'
 'pyrtf: RTF support'
-'python2-beautifulsoup3: Webpage import plugin'
+'python2-beautifulsoup4: Webpage import plugin'
 'python2-gtkspell: Spell Checking plugin'
 'python2-poppler: Printing and PDF Export plugin'
 'python2-reportlab: Printing and PDF Export plugin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;
-"gourmet-pillow.patch")
-md5sums=('937334364abc3093709a604c1d473e9f'
- '4fec382fd362959e7062c92b1d2b9fa9')
+"gourmet-pillow.patch"
+"bs4-port.patch")
+sha256sums=('13edd3b9c3a3507d20b80cff0f88183ac7979b720e7577290815ffacca097fe3'
+'3680663b09fc61e5797990c378597eeb5db6915b4db987ac2d1a55c7f2636047'
+'815b0fb735d6b581fba0cec713a9ad963f842c969db9fef3e3b0d66ef11bd3b0')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -31,6 +33,10 @@
   # Fix for pillow 3
   # https://github.com/thinkle/gourmet/commit/4d88788a
   patch -Np1 -i ../gourmet-pillow.patch
+
+  # Port to Beautiful Soup 4
+  # https://github.com/thinkle/gourmet/commit/fdd0f10a
+  patch -Np1 -i ../bs4-port.patch
 }
 
 build() {

Added: bs4-port.patch
===
--- bs4-port.patch  (rev 0)
+++ bs4-port.patch  2017-06-24 21:29:00 UTC (rev 240855)
@@ -0,0 +1,207 @@
+From fdd0f10a91d633d4f271ce9548bdf4866c688ae7 Mon Sep 17 00:00:00 2001
+From: Bernhard Reiter 
+Date: Sat, 9 Mar 2013 18:09:26 +0100
+Subject: [PATCH] Upgrade BeautifulSoup dependency to version 4.
+
+This involves using the plain BeautifulSoup class instead of
+ICantBelieveItsBeautifulSoup, and dropping the convertEntities
+argument to the BeautifulSoup constructor.
+
+See http://www.crummy.com/software/BeautifulSoup/bs4/doc/#porting-code-to-bs4
+
+Note that we required at least version 4.3.0, as previous 4.x versions
+contain a bug that messes up its input HTML under certain circumstances,
+see https://bugs.launchpad.net/beautifulsoup/+bug/972466
+
+Fixes #707.
+---
+ INSTALL.md | 42 +++---
+ gourmet/importers/html_importer.py |  6 ++--
+ .../web_import_plugin/webpage_importer.py  | 16 -
+ gourmet/test/test_foodnetwork_plugin.py|  8 ++---
+ gourmet/test/test_ica_se_plugin.py |  6 ++--
+ 5 files changed, 36 insertions(+), 42 deletions(-)
+
+diff --git a/INSTALL.md b/INSTALL.md
+index e0a43085..42f8636e 100644
+--- a/INSTALL.md
 b/INSTALL.md
+@@ -111,25 +111,25 @@ To sign your installer, run
+ 
+ from the source directory.
+ 
+-Requirements   |Debian|MacPorts   
 |Windows
+|--||---
+-Python 2.7 |python|python27   
 |http://www.python.org/
+-PyGTK  |python-gtk2   |py27-gtk   
 |[all-in-one 
installer](http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/). Make sure to 
install PyGTK, PyGObject, PyCairo, and intltool.
+-SQLAlchemy |python-sqlalchemy 
|py27-sqlalchemy |http://www.sqlalchemy.org/download.html
+-Pillow 2.x (Python Imaging Library Fork)   |python-imaging
|py27-Pillow |https://pypi.python.org/pypi/Pillow/
+-elib.intl  |python-elib.intl  
|py27-elib.intl  |http://github.com/dieterv/elib.intl/zipball/master
+-*Build Requirements*   |  |   
 |
+-setuptools (*Windows only!*)   |  |   
 |
+-intltool   |intltool  |intltool   
 |*included in PyGTK installer*
+-python-distutils-extra 
|python-distutils-extra|py27-distutils-extra|https://launchpad.net/python-distutils-extra/
+-*Extra Requirements*  

[arch-commits] Commit in gourmet/repos/community-any (7 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 21:29:06
  Author: bgyorgy
Revision: 240856

archrelease: copy trunk to community-any

Added:
  gourmet/repos/community-any/.contrib
(from rev 240855, gourmet/trunk/.contrib)
  gourmet/repos/community-any/PKGBUILD
(from rev 240855, gourmet/trunk/PKGBUILD)
  gourmet/repos/community-any/bs4-port.patch
(from rev 240855, gourmet/trunk/bs4-port.patch)
  gourmet/repos/community-any/gourmet-pillow.patch
(from rev 240855, gourmet/trunk/gourmet-pillow.patch)
Deleted:
  gourmet/repos/community-any/.contrib
  gourmet/repos/community-any/PKGBUILD
  gourmet/repos/community-any/gourmet-pillow.patch

--+
 .contrib |6 -
 PKGBUILD |   94 +++---
 bs4-port.patch   |  207 +
 gourmet-pillow.patch |   74 -
 4 files changed, 297 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2017-06-24 21:29:00 UTC (rev 240855)
+++ .contrib2017-06-24 21:29:06 UTC (rev 240856)
@@ -1,3 +0,0 @@
-# Contributor: Corrado Primier 
-# Contributor: Eric Belanger 
-# Contributor: Andrew Conkling 

Copied: gourmet/repos/community-any/.contrib (from rev 240855, 
gourmet/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2017-06-24 21:29:06 UTC (rev 240856)
@@ -0,0 +1,3 @@
+# Contributor: Corrado Primier 
+# Contributor: Eric Belanger 
+# Contributor: Andrew Conkling 

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-24 21:29:00 UTC (rev 240855)
+++ PKGBUILD2017-06-24 21:29:06 UTC (rev 240856)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Ray Rashif 
-
-pkgname=gourmet
-pkgver=0.17.4
-pkgrel=5
-pkgdesc="A simple but powerful recipe-managing application"
-arch=('any')
-url="http://thinkle.github.io/gourmet/;
-license=('GPL')
-depends=('pygtk' 'python2-elib-intl' 'python2-pillow' 'python2-sqlalchemy')
-makedepends=('python2-distutils-extra')
-optdepends=('ipython2: Python Shell plugin'
-'pyrtf: RTF support'
-'python2-beautifulsoup3: Webpage import plugin'
-'python2-gtkspell: Spell Checking plugin'
-'python2-poppler: Printing and PDF Export plugin'
-'python2-reportlab: Printing and PDF Export plugin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;
-"gourmet-pillow.patch")
-md5sums=('937334364abc3093709a604c1d473e9f'
- '4fec382fd362959e7062c92b1d2b9fa9')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Fix for pillow 3
-  # https://github.com/thinkle/gourmet/commit/4d88788a
-  patch -Np1 -i ../gourmet-pillow.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: gourmet/repos/community-any/PKGBUILD (from rev 240855, 
gourmet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-24 21:29:06 UTC (rev 240856)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Ray Rashif 
+
+pkgname=gourmet
+pkgver=0.17.4
+pkgrel=6
+pkgdesc="A simple but powerful recipe-managing application"
+arch=('any')
+url="http://thinkle.github.io/gourmet/;
+license=('GPL')
+depends=('pygtk' 'python2-elib-intl' 'python2-pillow' 'python2-sqlalchemy')
+makedepends=('python2-distutils-extra')
+optdepends=('ipython2: Python Shell plugin'
+'pyrtf: RTF support'
+'python2-beautifulsoup4: Webpage import plugin'
+'python2-gtkspell: Spell Checking plugin'
+'python2-poppler: Printing and PDF Export plugin'
+'python2-reportlab: Printing and PDF Export plugin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;
+"gourmet-pillow.patch"
+"bs4-port.patch")
+sha256sums=('13edd3b9c3a3507d20b80cff0f88183ac7979b720e7577290815ffacca097fe3'
+'3680663b09fc61e5797990c378597eeb5db6915b4db987ac2d1a55c7f2636047'
+'815b0fb735d6b581fba0cec713a9ad963f842c969db9fef3e3b0d66ef11bd3b0')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix for pillow 3
+  # https://github.com/thinkle/gourmet/commit/4d88788a
+  patch 

[arch-commits] Commit in sugar-activity-read/repos/community-any (3 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 21:12:13
  Author: bgyorgy
Revision: 240854

archrelease: copy trunk to community-any

Added:
  sugar-activity-read/repos/community-any/PKGBUILD
(from rev 240853, sugar-activity-read/trunk/PKGBUILD)
  sugar-activity-read/repos/community-any/bs4-port.patch
(from rev 240853, sugar-activity-read/trunk/bs4-port.patch)
Deleted:
  sugar-activity-read/repos/community-any/PKGBUILD

+
 PKGBUILD   |   57 +--
 bs4-port.patch |   32 ++
 2 files changed, 63 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-24 21:12:06 UTC (rev 240853)
+++ PKGBUILD2017-06-24 21:12:13 UTC (rev 240854)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar-activity-read
-_pkgname=Read
-pkgver=118
-pkgrel=1
-pkgdesc="Sugar activity to read books"
-arch=('any')
-url="https://wiki.sugarlabs.org/go/Activities/Read;
-license=('GPL')
-groups=('sugar-fructose')
-depends=('evince' 'python2-beautifulsoup3' 'sugar-toolkit-gtk3')
-source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('652c66a08c0f6b98e25c1e4d51ac7caffd4a2beefae8c3fd1209e8a432ec0052')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' readdialog.py setup.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
-}

Copied: sugar-activity-read/repos/community-any/PKGBUILD (from rev 240853, 
sugar-activity-read/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-24 21:12:13 UTC (rev 240854)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-read
+_pkgname=Read
+pkgver=118
+pkgrel=2
+pkgdesc="Sugar activity to read books"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Read;
+license=('GPL')
+groups=('sugar-fructose')
+depends=('evince' 'python2-beautifulsoup4' 'sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2
+bs4-port.patch)
+sha256sums=('652c66a08c0f6b98e25c1e4d51ac7caffd4a2beefae8c3fd1209e8a432ec0052'
+'dab39eb8658c850a684856a698934791e79e8e68b20132a462583da3f12c1d1c')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' readdialog.py setup.py
+
+  # Port to Beautiful Soup 4
+  patch -Np1 -i ../bs4-port.patch
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --prefix "$pkgdir/usr"
+  rm -r "$pkgdir"/usr/share/applications
+}

Copied: sugar-activity-read/repos/community-any/bs4-port.patch (from rev 
240853, sugar-activity-read/trunk/bs4-port.patch)
===
--- bs4-port.patch  (rev 0)
+++ bs4-port.patch  2017-06-24 21:12:13 UTC (rev 240854)
@@ -0,0 +1,32 @@
+From fb84b57f4300b32be2c8d96610e70efaf3c1ddf8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Gy=C3=B6rgy=20Ball=C3=B3?= 
+Date: Sat, 24 Jun 2017 23:00:56 +0200
+Subject: [PATCH] Port to Beautiful Soup 4
+
+It's a replacement for Beautiful Soup 3, which has no further development.
+---
+ epubview/jobs.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/epubview/jobs.py b/epubview/jobs.py
+index 152455f..a877c47 100644
+--- a/epubview/jobs.py
 b/epubview/jobs.py
+@@ -21,7 +21,7 @@
+ import widgets
+ import math
+ import os.path
+-import BeautifulSoup
++import bs4
+ 
+ import threading
+ 
+@@ -62,7 +62,7 @@ def _start_search(self):
+ return False
+ 
+ def _searchfile(self, fileobj):
+-soup = BeautifulSoup.BeautifulSoup(fileobj)
++soup = bs4.BeautifulSoup(fileobj)
+ body = soup.find('body')
+ tags = body.findChildren(True)
+ for tag in tags:


[arch-commits] Commit in sugar-activity-read/trunk (PKGBUILD bs4-port.patch)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 21:12:06
  Author: bgyorgy
Revision: 240853

upgpkg: sugar-activity-read 118-2

Port to Beautiful Soup 4

Added:
  sugar-activity-read/trunk/bs4-port.patch
Modified:
  sugar-activity-read/trunk/PKGBUILD

+
 PKGBUILD   |   13 +
 bs4-port.patch |   32 
 2 files changed, 41 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 20:24:45 UTC (rev 240852)
+++ PKGBUILD2017-06-24 21:12:06 UTC (rev 240853)
@@ -4,19 +4,24 @@
 pkgname=sugar-activity-read
 _pkgname=Read
 pkgver=118
-pkgrel=1
+pkgrel=2
 pkgdesc="Sugar activity to read books"
 arch=('any')
 url="https://wiki.sugarlabs.org/go/Activities/Read;
 license=('GPL')
 groups=('sugar-fructose')
-depends=('evince' 'python2-beautifulsoup3' 'sugar-toolkit-gtk3')
-source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('652c66a08c0f6b98e25c1e4d51ac7caffd4a2beefae8c3fd1209e8a432ec0052')
+depends=('evince' 'python2-beautifulsoup4' 'sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2
+bs4-port.patch)
+sha256sums=('652c66a08c0f6b98e25c1e4d51ac7caffd4a2beefae8c3fd1209e8a432ec0052'
+'dab39eb8658c850a684856a698934791e79e8e68b20132a462583da3f12c1d1c')
 
 prepare() {
   cd $_pkgname-$pkgver
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' readdialog.py setup.py
+
+  # Port to Beautiful Soup 4
+  patch -Np1 -i ../bs4-port.patch
 }
 
 package() {

Added: bs4-port.patch
===
--- bs4-port.patch  (rev 0)
+++ bs4-port.patch  2017-06-24 21:12:06 UTC (rev 240853)
@@ -0,0 +1,32 @@
+From fb84b57f4300b32be2c8d96610e70efaf3c1ddf8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Gy=C3=B6rgy=20Ball=C3=B3?= 
+Date: Sat, 24 Jun 2017 23:00:56 +0200
+Subject: [PATCH] Port to Beautiful Soup 4
+
+It's a replacement for Beautiful Soup 3, which has no further development.
+---
+ epubview/jobs.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/epubview/jobs.py b/epubview/jobs.py
+index 152455f..a877c47 100644
+--- a/epubview/jobs.py
 b/epubview/jobs.py
+@@ -21,7 +21,7 @@
+ import widgets
+ import math
+ import os.path
+-import BeautifulSoup
++import bs4
+ 
+ import threading
+ 
+@@ -62,7 +62,7 @@ def _start_search(self):
+ return False
+ 
+ def _searchfile(self, fileobj):
+-soup = BeautifulSoup.BeautifulSoup(fileobj)
++soup = bs4.BeautifulSoup(fileobj)
+ body = soup.find('body')
+ tags = body.findChildren(True)
+ for tag in tags:


[arch-commits] Commit in screenlets-pack-basic (4 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 20:24:45
  Author: bgyorgy
Revision: 240852

archrelease: copy trunk to community-any

Added:
  screenlets-pack-basic/repos/
  screenlets-pack-basic/repos/community-any/
  screenlets-pack-basic/repos/community-any/PKGBUILD
(from rev 240851, screenlets-pack-basic/trunk/PKGBUILD)
  screenlets-pack-basic/repos/community-any/fix-screenlets.patch
(from rev 240851, screenlets-pack-basic/trunk/fix-screenlets.patch)

--+
 PKGBUILD |   51 
 fix-screenlets.patch |  200 +
 2 files changed, 251 insertions(+)

Copied: screenlets-pack-basic/repos/community-any/PKGBUILD (from rev 240851, 
screenlets-pack-basic/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-06-24 20:24:45 UTC (rev 240852)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=screenlets-pack-basic
+_pkgname=indiv-screenlets
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Desktop widgets for Screenlets"
+arch=('any')
+url="https://launchpad.net/indiv-screenlets;
+license=('GPL3')
+depends=('screenlets' 'python2-feedparser' 'python2-numpy')
+options=('!emptydirs')
+source=(https://launchpad.net/indiv-screenlets/trunk/$pkgver/+download/$_pkgname-$pkgver.tar.bz2{,.asc}
+fix-screenlets.patch)
+validpgpkeys=('D82D1D02396B27DC5045E356A01AFB1B15E8CCA4'  # Guido Tabbernuk
+  '1F78BFA38F0D87A5E007D332990F03C13116C9F7') # Hrotkó Gábor
+sha256sums=('415f488c743171a0e2041245a50ee3c37500d4dfe2259ff4232164a6fd7b6051'
+'SKIP'
+'76e140406e911019c2a674b423e4a4c41143413e6992f2dcf8fee485cc623203')
+
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  # Various fixes
+  patch -Np1 -i ../fix-screenlets.patch
+
+  # Remove broken screenlets
+  sed -i '/Lyrics/d
+  /Webframe/d
+  s/FreemeteoWeather/ClearWeather/' setup.py
+
+  # Python2 fix
+  find . -name \*.py -exec sed -i 's@^#.*python$@#!/usr/bin/python2@' '{}' \;
+  sed -i 's@^#.*python$@#!/usr/bin/python2@' 
src/Lyrics/gui/{ls_widget,afv_widgets}
+  sed -i 's/python -u/python2 -u/' setup.py
+
+  # Fix desktop files
+  sed -i 's/desktop_file % (podir, packname, podir, podir)/desktop_file % 
(podir, normal_packname, podir, podir)/' setup.py
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Remove screenlets-pack-all, because a lot of them are broken
+  rm 
"$pkgdir"/usr/lib/python2.7/site-packages/screenlets_pack_all-$pkgver-py2.7.egg-info
+  rm -r "$pkgdir"/usr/share/applications/screenlets_pack_all
+  rm -r "$pkgdir"/usr/share/screenlets/screenlets-pack-all
+}

Copied: screenlets-pack-basic/repos/community-any/fix-screenlets.patch (from 
rev 240851, screenlets-pack-basic/trunk/fix-screenlets.patch)
===
--- repos/community-any/fix-screenlets.patch(rev 0)
+++ repos/community-any/fix-screenlets.patch2017-06-24 20:24:45 UTC (rev 
240852)
@@ -0,0 +1,200 @@
+diff -Naur indiv-screenlets-0.1.7.orig/src/Calc/CalcScreenlet.py 
indiv-screenlets-0.1.7/src/Calc/CalcScreenlet.py
+--- indiv-screenlets-0.1.7.orig/src/Calc/CalcScreenlet.py  2017-01-30 
21:44:28.0 +0100
 indiv-screenlets-0.1.7/src/Calc/CalcScreenlet.py   2017-06-24 
13:52:01.142245226 +0200
+@@ -269,10 +269,10 @@
+   if mx>=1 and mx<=3 and my>=1 and my<=4:
+   self.maj_result(tab_main[mx-1][my-1])
+   #print "Button pressed : "+ 
self.button_value
+-  self.redraw_canvas()
+   action = True
+ 
+   #print "action="+str(action)
++  self.redraw_canvas()
+   return action
+ 
+   def maj_result(self, value):
+diff -Naur 
indiv-screenlets-0.1.7.orig/src/ClearWeather/ClearWeatherScreenlet.py 
indiv-screenlets-0.1.7/src/ClearWeather/ClearWeatherScreenlet.py
+--- indiv-screenlets-0.1.7.orig/src/ClearWeather/ClearWeatherScreenlet.py  
2017-01-30 21:44:28.0 +0100
 indiv-screenlets-0.1.7/src/ClearWeather/ClearWeatherScreenlet.py   
2017-06-24 21:53:33.298787428 +0200
+@@ -256,6 +256,7 @@
+   current = self.current
+   # set size
+   ctx.scale(self.scale, self.scale)
++  ctx.translate(0, 1)
+   # draw bg (if theme available)
+   ctx.set_operator(cairo.OPERATOR_OVER)
+   ctx.set_source_rgba(*self.background_color)
+diff -Naur indiv-screenlets-0.1.7.orig/src/Flower/FlowerScreenlet.py 
indiv-screenlets-0.1.7/src/Flower/FlowerScreenlet.py
+--- indiv-screenlets-0.1.7.orig/src/Flower/FlowerScreenlet.py  2017-01-30 
21:44:28.0 

[arch-commits] Commit in screenlets (5 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 20:23:13
  Author: bgyorgy
Revision: 240851

archrelease: copy trunk to community-any

Added:
  screenlets/repos/
  screenlets/repos/community-any/
  screenlets/repos/community-any/PKGBUILD
(from rev 240850, screenlets/trunk/PKGBUILD)
  screenlets/repos/community-any/bs4-port.patch
(from rev 240850, screenlets/trunk/bs4-port.patch)
  screenlets/repos/community-any/drop-webkit.patch
(from rev 240850, screenlets/trunk/drop-webkit.patch)

---+
 PKGBUILD  |   53 
 bs4-port.patch|   21 
 drop-webkit.patch |  220 
 3 files changed, 294 insertions(+)

Copied: screenlets/repos/community-any/PKGBUILD (from rev 240850, 
screenlets/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-06-24 20:23:13 UTC (rev 240851)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Roman Kyrylych 
+# Contributor: javonera 
+
+pkgname=screenlets
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Widget framework that consists of small owner-drawn applications"
+arch=('any')
+url="https://launchpad.net/screenlets;
+license=('GPL3')
+depends=('python2-beautifulsoup4' 'python2-dbus' 'python2-gconf'  
'python2-gnomekeyring'
+ 'python2-wnck' 'python2-xdg')
+optdepends=('screenlets-pack-basic: Desktop widgets')
+options=('!emptydirs')
+source=(https://launchpad.net/screenlets/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc}
+drop-webkit.patch
+bs4-port.patch)
+validpgpkeys=('D82D1D02396B27DC5045E356A01AFB1B15E8CCA4'  # Guido Tabbernuk
+  '1F78BFA38F0D87A5E007D332990F03C13116C9F7') # Hrotkó Gábor
+sha256sums=('e3c2575461051f4e39713edebc93284f35649a54ce5a068a4090f8d07a91da57'
+'SKIP'
+'2283836998e7a249f61eec408fc4b4432391c060463c41f79b579761b6dda032'
+'0e12e18c0b2caeac804b1fcfdf82c868a8270d24cda4a94f28302fa3ef03c2a9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Remove insecure pywebkitgtk dependency
+  patch -Np1 -i ../drop-webkit.patch
+
+  # Port to BeautifulSoup 4
+  patch -Np1 -i ../bs4-port.patch
+
+  # Update deprecated icon names
+  sed -i 's/gtk-close/window-close/
+  s/gtk-properties/document-properties/' src/lib/__init__.py
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/share/screenlets-manager/*.py
+  sed -i 's/python -u/python2 -u/' src/bin/* src/lib/*.py 
src/share/screenlets-manager/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}

Copied: screenlets/repos/community-any/bs4-port.patch (from rev 240850, 
screenlets/trunk/bs4-port.patch)
===
--- repos/community-any/bs4-port.patch  (rev 0)
+++ repos/community-any/bs4-port.patch  2017-06-24 20:23:13 UTC (rev 240851)
@@ -0,0 +1,21 @@
+diff -Naur screenlets-0.1.7.orig/src/lib/utils.py 
screenlets-0.1.7/src/lib/utils.py
+--- screenlets-0.1.7.orig/src/lib/utils.py 2017-01-30 21:36:27.0 
+0100
 screenlets-0.1.7/src/lib/utils.py  2017-06-24 21:37:59.383230449 +0200
+@@ -33,7 +33,7 @@
+ import subprocess
+ import commands
+ from HTMLParser import HTMLParser
+-from BeautifulSoup import BeautifulStoneSoup
++from bs4 import BeautifulSoup
+ from xdg.BaseDirectory import *
+ 
+ try:
+@@ -98,7 +98,7 @@
+   s = MLStripper()
+   s.feed(html)
+   no_html = s.get_data()
+-  decoded = BeautifulStoneSoup(no_html, 
convertEntities=BeautifulStoneSoup.HTML_ENTITIES)
++  decoded = BeautifulSoup(no_html).get_text()
+   result = decoded.encode("UTF-8")
+   return result.strip(" \n")
+ 

Copied: screenlets/repos/community-any/drop-webkit.patch (from rev 240850, 
screenlets/trunk/drop-webkit.patch)
===
--- repos/community-any/drop-webkit.patch   (rev 0)
+++ repos/community-any/drop-webkit.patch   2017-06-24 20:23:13 UTC (rev 
240851)
@@ -0,0 +1,220 @@
+diff -Naur screenlets-0.1.7.orig/screenlets-manager.in 
screenlets-0.1.7/screenlets-manager.in
+--- screenlets-0.1.7.orig/screenlets-manager.in2017-01-30 
21:36:27.0 +0100
 screenlets-0.1.7/screenlets-manager.in 2017-06-24 12:35:39.072939002 
+0200
+@@ -2,6 +2,5 @@
+ src/share/screenlets-manager/screenlets-daemon.py
+ src/share/screenlets-manager/screenlets-manager.py
+ src/share/screenlets-manager/screenlets-packager.py
+-src/share/screenlets-manager/WidgetScreenlet.py
+ src/lib/install.py
+ src/lib/utils.py
+diff -Naur screenlets-0.1.7.orig/setup.py screenlets-0.1.7/setup.py
+--- screenlets-0.1.7.orig/setup.py 

[arch-commits] Commit in (9 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 20:22:35
  Author: bgyorgy
Revision: 240850

Add back screenlets and screenlets-pack-basic packages

The insecure pywebkitgtk dependency is removed.

Added:
  screenlets-pack-basic/
  screenlets-pack-basic/trunk/
  screenlets-pack-basic/trunk/PKGBUILD
  screenlets-pack-basic/trunk/fix-screenlets.patch
  screenlets/
  screenlets/trunk/
  screenlets/trunk/PKGBUILD
  screenlets/trunk/bs4-port.patch
  screenlets/trunk/drop-webkit.patch

--+
 screenlets-pack-basic/trunk/PKGBUILD |   51 
 screenlets-pack-basic/trunk/fix-screenlets.patch |  200 +++
 screenlets/trunk/PKGBUILD|   53 +
 screenlets/trunk/bs4-port.patch  |   21 ++
 screenlets/trunk/drop-webkit.patch   |  220 +
 5 files changed, 545 insertions(+)

Added: screenlets/trunk/PKGBUILD
===
--- screenlets/trunk/PKGBUILD   (rev 0)
+++ screenlets/trunk/PKGBUILD   2017-06-24 20:22:35 UTC (rev 240850)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Roman Kyrylych 
+# Contributor: javonera 
+
+pkgname=screenlets
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Widget framework that consists of small owner-drawn applications"
+arch=('any')
+url="https://launchpad.net/screenlets;
+license=('GPL3')
+depends=('python2-beautifulsoup4' 'python2-dbus' 'python2-gconf'  
'python2-gnomekeyring'
+ 'python2-wnck' 'python2-xdg')
+optdepends=('screenlets-pack-basic: Desktop widgets')
+options=('!emptydirs')
+source=(https://launchpad.net/screenlets/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc}
+drop-webkit.patch
+bs4-port.patch)
+validpgpkeys=('D82D1D02396B27DC5045E356A01AFB1B15E8CCA4'  # Guido Tabbernuk
+  '1F78BFA38F0D87A5E007D332990F03C13116C9F7') # Hrotkó Gábor
+sha256sums=('e3c2575461051f4e39713edebc93284f35649a54ce5a068a4090f8d07a91da57'
+'SKIP'
+'2283836998e7a249f61eec408fc4b4432391c060463c41f79b579761b6dda032'
+'0e12e18c0b2caeac804b1fcfdf82c868a8270d24cda4a94f28302fa3ef03c2a9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Remove insecure pywebkitgtk dependency
+  patch -Np1 -i ../drop-webkit.patch
+
+  # Port to BeautifulSoup 4
+  patch -Np1 -i ../bs4-port.patch
+
+  # Update deprecated icon names
+  sed -i 's/gtk-close/window-close/
+  s/gtk-properties/document-properties/' src/lib/__init__.py
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/share/screenlets-manager/*.py
+  sed -i 's/python -u/python2 -u/' src/bin/* src/lib/*.py 
src/share/screenlets-manager/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}


Property changes on: screenlets/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: screenlets/trunk/bs4-port.patch
===
--- screenlets/trunk/bs4-port.patch (rev 0)
+++ screenlets/trunk/bs4-port.patch 2017-06-24 20:22:35 UTC (rev 240850)
@@ -0,0 +1,21 @@
+diff -Naur screenlets-0.1.7.orig/src/lib/utils.py 
screenlets-0.1.7/src/lib/utils.py
+--- screenlets-0.1.7.orig/src/lib/utils.py 2017-01-30 21:36:27.0 
+0100
 screenlets-0.1.7/src/lib/utils.py  2017-06-24 21:37:59.383230449 +0200
+@@ -33,7 +33,7 @@
+ import subprocess
+ import commands
+ from HTMLParser import HTMLParser
+-from BeautifulSoup import BeautifulStoneSoup
++from bs4 import BeautifulSoup
+ from xdg.BaseDirectory import *
+ 
+ try:
+@@ -98,7 +98,7 @@
+   s = MLStripper()
+   s.feed(html)
+   no_html = s.get_data()
+-  decoded = BeautifulStoneSoup(no_html, 
convertEntities=BeautifulStoneSoup.HTML_ENTITIES)
++  decoded = BeautifulSoup(no_html).get_text()
+   result = decoded.encode("UTF-8")
+   return result.strip(" \n")
+ 

Added: screenlets/trunk/drop-webkit.patch
===
--- screenlets/trunk/drop-webkit.patch  (rev 0)
+++ screenlets/trunk/drop-webkit.patch  2017-06-24 20:22:35 UTC (rev 240850)
@@ -0,0 +1,220 @@
+diff -Naur screenlets-0.1.7.orig/screenlets-manager.in 
screenlets-0.1.7/screenlets-manager.in
+--- screenlets-0.1.7.orig/screenlets-manager.in2017-01-30 
21:36:27.0 +0100
 screenlets-0.1.7/screenlets-manager.in 2017-06-24 12:35:39.072939002 
+0200
+@@ -2,6 +2,5 @@
+ src/share/screenlets-manager/screenlets-daemon.py
+ src/share/screenlets-manager/screenlets-manager.py
+ src/share/screenlets-manager/screenlets-packager.py

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

2017-06-24 Thread Evangelos Foutras
Date: Saturday, June 24, 2017 @ 18:04:03
  Author: foutrelis
Revision: 240825

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-llvm/repos/multilib-testing-x86_64/PKGBUILD (from rev 240823, 
lib32-llvm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-06-24 18:04:03 UTC (rev 240825)
@@ -0,0 +1,145 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Sebastian Nowicki 
+# Contributor: Devin Cofer 
+# Contributor: Tobias Kieslich 
+# Contributor: Geoffroy Carrier 
+# Contributor: Tomas Lindquist Olsen 
+# Contributor: Roberto Alsina 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
+pkgver=4.0.1
+pkgrel=1
+arch=('x86_64')
+url="http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('cmake' 'lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib'
+ 'lib32-libxml2')
+options=('staticlibs')
+source=(http://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+http://releases.llvm.org/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+http://releases.llvm.org/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig})
+sha256sums=('da783db1f82d516791179fe103c71706046561f7972b18f0049242dee6712b51'
+'SKIP'
+'61738a735852c23c3bdbe52d035488cdb2083013f384d67c1ba36fabebd8769b'
+'SKIP'
+'a3c87794334887b93b7a766c507244a7cdcce1d48b2e9249fc9a94f2c3beb440'
+'SKIP')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D'
+  '11E521D646982372EB577A1F8F0871F202119294')
+
+prepare() {
+  cd "$srcdir/llvm-$pkgver.src"
+
+  mv "$srcdir/cfe-$pkgver.src" tools/clang
+  mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
+
+  # Somehow CMake finds the 64-bit library in /lib first,
+  # so let's preseed CMAKE_LIBRARY_PATH with /lib32.
+  sed -i '/^[[:blank:]]*find_library(FFI_LIBRARY_PATH/i\
+ list(INSERT CMAKE_LIBRARY_PATH 0 /usr/lib32)' cmake/config-ix.cmake
+
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/llvm-$pkgver.src/build"
+
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_LIBDIR_SUFFIX=32 \
+-DCMAKE_C_FLAGS:STRING=-m32 \
+-DCMAKE_CXX_FLAGS:STRING=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DLLVM_BUILD_LLVM_DYLIB=ON \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DLLVM_ENABLE_RTTI=ON \
+-DLLVM_ENABLE_FFI=ON \
+-DLLVM_BUILD_DOCS=OFF \
+-DLLVM_ENABLE_SPHINX=OFF \
+-DLLVM_ENABLE_DOXYGEN=OFF \
+-DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
+-DLLVM_BINUTILS_INCDIR=/usr/include \
+..
+
+  make
+
+  # Disable automatic installation of components that go into subpackages
+  sed -i '/\(clang\|lldb\)\/cmake_install.cmake/d' tools/cmake_install.cmake
+  sed -i '/extra\/cmake_install.cmake/d' tools/clang/tools/cmake_install.cmake
+  sed -i '/compiler-rt\/cmake_install.cmake/d' projects/cmake_install.cmake
+}
+
+package_lib32-llvm() {
+  pkgdesc="Low Level Virtual Machine (32-bit)"
+  depends=('lib32-llvm-libs' 'llvm')
+
+  cd "$srcdir/llvm-$pkgver.src"
+
+  make -C build DESTDIR="$pkgdir" install
+
+  # The runtime library goes into lib32-llvm-libs
+  mv "$pkgdir"/usr/lib32/lib{LLVM,LTO}*.so* "$srcdir"
+  mv -f "$pkgdir"/usr/lib32/LLVMgold.so "$srcdir"
+
+  # Fix permissions of static libs
+  chmod -x "$pkgdir"/usr/lib32/*.a
+
+  mv "$pkgdir/usr/bin/llvm-config" "$pkgdir/usr/lib32/llvm-config"
+  mv "$pkgdir/usr/include/llvm/Config/llvm-config.h" \
+"$pkgdir/usr/lib32/llvm-config-32.h"
+
+  # Get rid of example Hello transformation
+  rm "$pkgdir"/usr/lib32/*LLVMHello.*
+
+  rm -rf "$pkgdir"/usr/{bin,include,share/{doc,man,llvm}}
+
+  # Needed for multilib (https://bugs.archlinux.org/task/29951)
+  # Header stub is taken from Fedora
+  install -d "$pkgdir/usr/include/llvm/Config"
+  mv "$pkgdir/usr/lib32/llvm-config-32.h" "$pkgdir/usr/include/llvm/Config/"
+
+  mkdir "$pkgdir"/usr/bin
+  mv "$pkgdir/usr/lib32/llvm-config" "$pkgdir/usr/bin/llvm-config32"
+
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lib32-llvm-libs() {
+  pkgdesc="Low Level Virtual Machine (runtime library)(32-bit) "
+  depends=('lib32-libffi' 

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

2017-06-24 Thread Evangelos Foutras
Date: Saturday, June 24, 2017 @ 18:03:48
  Author: foutrelis
Revision: 240823

upgpkg: lib32-llvm 4.0.1-1

New upstream release.

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 18:02:48 UTC (rev 240822)
+++ PKGBUILD2017-06-24 18:03:48 UTC (rev 240823)
@@ -10,7 +10,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 arch=('x86_64')
 url="http://llvm.org/;
@@ -21,13 +21,14 @@
 source=(http://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
 http://releases.llvm.org/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
 http://releases.llvm.org/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig})
-sha256sums=('8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be'
+sha256sums=('da783db1f82d516791179fe103c71706046561f7972b18f0049242dee6712b51'
 'SKIP'
-'cea5f88ebddb30e296ca89130c83b9d46c2d833685e2912303c828054c4dc98a'
+'61738a735852c23c3bdbe52d035488cdb2083013f384d67c1ba36fabebd8769b'
 'SKIP'
-'d3f25b23bef24c305137e6b44f7e81c51bbec764c119e01512a9bd2330be3115'
+'a3c87794334887b93b7a766c507244a7cdcce1d48b2e9249fc9a94f2c3beb440'
 'SKIP')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D'
+  '11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
   cd "$srcdir/llvm-$pkgver.src"


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

2017-06-24 Thread Antonio Rojas
Date: Saturday, June 24, 2017 @ 18:02:48
  Author: arojas
Revision: 240822

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

Added:
  python-cvxopt/repos/community-staging-i686/
  python-cvxopt/repos/community-staging-i686/PKGBUILD
(from rev 240821, python-cvxopt/trunk/PKGBUILD)
  python-cvxopt/repos/community-staging-x86_64/
  python-cvxopt/repos/community-staging-x86_64/PKGBUILD
(from rev 240821, python-cvxopt/trunk/PKGBUILD)

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

Copied: python-cvxopt/repos/community-staging-i686/PKGBUILD (from rev 240821, 
python-cvxopt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 18:02:48 UTC (rev 240822)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: BinkyTheClown 
+# Contributor: Julien Ugon 
+# Contributor: Lex Black 
+# Contributor: Gustavao A. Gomez Farhat 
+
+pkgbase=python-cvxopt
+pkgname=('python2-cvxopt' 'python-cvxopt')
+pkgver=1.1.9
+pkgrel=3
+pkgdesc="A free software package for convex optimization written in Python"
+url="http://cvxopt.org/;
+arch=('x86_64' 'i686')
+license=('GPL3')
+makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python' 'python2' 'suitesparse')
+optdepends=('gsl: for custom random number generators'
+'fftw: for FFTW interface'
+'glpk: solver for linear cone and PWL programming problems'
+'dsdp: solver for linear cone semidefinite programming problems')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz;)
+sha1sums=('5f8e5bda4605cadfa983af2c8feea3537bc4aa45')
+
+prepare() {
+  cd "$srcdir"
+  cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/cvxopt-$pkgver
+
+  for lib in GSL FFTW GLPK DSDP; do
+eval "export $'CVXOPT_BUILD_$lib'=1"
+  done
+
+  msg "Building Python2"
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/cvxopt-${pkgver}
+  python setup.py build
+}
+
+package_python2-cvxopt() {
+  depends=("python2" "suitesparse")
+
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-cvxopt() {
+  depends=("python" "suitesparse")
+
+  cd "$srcdir"/cvxopt-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}

Copied: python-cvxopt/repos/community-staging-x86_64/PKGBUILD (from rev 240821, 
python-cvxopt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 18:02:48 UTC (rev 240822)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: BinkyTheClown 
+# Contributor: Julien Ugon 
+# Contributor: Lex Black 
+# Contributor: Gustavao A. Gomez Farhat 
+
+pkgbase=python-cvxopt
+pkgname=('python2-cvxopt' 'python-cvxopt')
+pkgver=1.1.9
+pkgrel=3
+pkgdesc="A free software package for convex optimization written in Python"
+url="http://cvxopt.org/;
+arch=('x86_64' 'i686')
+license=('GPL3')
+makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python' 'python2' 'suitesparse')
+optdepends=('gsl: for custom random number generators'
+'fftw: for FFTW interface'
+'glpk: solver for linear cone and PWL programming problems'
+'dsdp: solver for linear cone semidefinite programming problems')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz;)
+sha1sums=('5f8e5bda4605cadfa983af2c8feea3537bc4aa45')
+
+prepare() {
+  cd "$srcdir"
+  cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/cvxopt-$pkgver
+
+  for lib in GSL FFTW GLPK DSDP; do
+eval "export $'CVXOPT_BUILD_$lib'=1"
+  done
+
+  msg "Building Python2"
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/cvxopt-${pkgver}
+  python setup.py build
+}
+
+package_python2-cvxopt() {
+  depends=("python2" "suitesparse")
+
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-cvxopt() {
+  depends=("python" "suitesparse")
+
+  cd "$srcdir"/cvxopt-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2017-06-24 Thread Antonio Rojas
Date: Saturday, June 24, 2017 @ 18:01:54
  Author: arojas
Revision: 240821

gsl 2.4 rebuild

Modified:
  python-cvxopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 17:49:20 UTC (rev 240820)
+++ PKGBUILD2017-06-24 18:01:54 UTC (rev 240821)
@@ -8,7 +8,7 @@
 pkgbase=python-cvxopt
 pkgname=('python2-cvxopt' 'python-cvxopt')
 pkgver=1.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A free software package for convex optimization written in Python"
 url="http://cvxopt.org/;
 arch=('x86_64' 'i686')


[arch-commits] Commit in perl-app-borgrestore/repos/community-any (PKGBUILD PKGBUILD)

2017-06-24 Thread Florian Pritz
Date: Saturday, June 24, 2017 @ 17:49:20
  Author: bluewind
Revision: 240820

archrelease: copy trunk to community-any

Added:
  perl-app-borgrestore/repos/community-any/PKGBUILD
(from rev 240819, perl-app-borgrestore/trunk/PKGBUILD)
Deleted:
  perl-app-borgrestore/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-24 17:49:16 UTC (rev 240819)
+++ PKGBUILD2017-06-24 17:49:20 UTC (rev 240820)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-app-borgrestore
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='Restore paths from borg backups'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.10.0' perl-dbd-sqlite perl-dbi perl-function-parameters
- perl-ipc-run perl-log-any perl-log-any-adapter-log4perl
- perl-log-log4perl borg)
-makedepends=(perl-devel-checkbin 'perl-module-build-tiny>=0.035')
-checkdepends=(perl-test-differences perl-test-exception perl-test-mockobject)
-url=https://metacpan.org/release/App-BorgRestore
-source=("http://search.cpan.org/CPAN/authors/id/B/BL/BLUEWIND/App-BorgRestore-$pkgver.tar.gz;)
-md5sums=(42ba9721a10324e4a663bbc021047ede)
-sha512sums=(cdabf9d09f067e214763af59156fa7c0f1e2b4326fde32da4391c5d55cfdb8ab1873594927120a64b2a33e586bc05cf9fbc1b5716ffa3e0a77c6b1bfe6457ff0)
-_ddir="App-BorgRestore-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
-  ./Build
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build install --installdirs=vendor --destdir="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-app-borgrestore/repos/community-any/PKGBUILD (from rev 240819, 
perl-app-borgrestore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-24 17:49:20 UTC (rev 240820)
@@ -0,0 +1,52 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-app-borgrestore
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Restore paths from borg backups'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.10.0' perl-dbd-sqlite perl-dbi perl-file-pushd
+ perl-function-parameters perl-ipc-run perl-log-any
+ perl-log-any-adapter-log4perl perl-log-log4perl borg)
+makedepends=(perl-devel-checkbin 'perl-module-build-tiny>=0.035')
+checkdepends=(perl-test-differences perl-test-exception perl-test-mockobject
+  perl-test-pod perl-test-pod-coverage)
+url=https://metacpan.org/release/App-BorgRestore
+source=("http://search.cpan.org/CPAN/authors/id/B/BL/BLUEWIND/App-BorgRestore-$pkgver.tar.gz;)
+md5sums=(6b60b4f25fc2cfaa7beff77f29391d6f)
+sha512sums=(200802d91b92f55aa47bdfa467f0014afb862b47ae30caca998ec6f7c4dab4cbba3680e339b4df1a46a3e1b4944bd79fc994af0e14467ceb6a43faa1ad91adaf)
+_ddir="App-BorgRestore-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-app-borgrestore/trunk (PKGBUILD)

2017-06-24 Thread Florian Pritz
Date: Saturday, June 24, 2017 @ 17:49:16
  Author: bluewind
Revision: 240819

upgpkg: perl-app-borgrestore 2.1.0-1

upstream update

Modified:
  perl-app-borgrestore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 17:38:47 UTC (rev 240818)
+++ PKGBUILD2017-06-24 17:49:16 UTC (rev 240819)
@@ -1,21 +1,22 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-app-borgrestore
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Restore paths from borg backups'
 arch=(any)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl>=5.10.0' perl-dbd-sqlite perl-dbi perl-function-parameters
- perl-ipc-run perl-log-any perl-log-any-adapter-log4perl
- perl-log-log4perl borg)
+depends=('perl>=5.10.0' perl-dbd-sqlite perl-dbi perl-file-pushd
+ perl-function-parameters perl-ipc-run perl-log-any
+ perl-log-any-adapter-log4perl perl-log-log4perl borg)
 makedepends=(perl-devel-checkbin 'perl-module-build-tiny>=0.035')
-checkdepends=(perl-test-differences perl-test-exception perl-test-mockobject)
+checkdepends=(perl-test-differences perl-test-exception perl-test-mockobject
+  perl-test-pod perl-test-pod-coverage)
 url=https://metacpan.org/release/App-BorgRestore
 
source=("http://search.cpan.org/CPAN/authors/id/B/BL/BLUEWIND/App-BorgRestore-$pkgver.tar.gz;)
-md5sums=(42ba9721a10324e4a663bbc021047ede)
-sha512sums=(cdabf9d09f067e214763af59156fa7c0f1e2b4326fde32da4391c5d55cfdb8ab1873594927120a64b2a33e586bc05cf9fbc1b5716ffa3e0a77c6b1bfe6457ff0)
+md5sums=(6b60b4f25fc2cfaa7beff77f29391d6f)
+sha512sums=(200802d91b92f55aa47bdfa467f0014afb862b47ae30caca998ec6f7c4dab4cbba3680e339b4df1a46a3e1b4944bd79fc994af0e14467ceb6a43faa1ad91adaf)
 _ddir="App-BorgRestore-$pkgver"
 
 build()


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

2017-06-24 Thread Antonio Rojas
Date: Saturday, June 24, 2017 @ 17:43:20
  Author: arojas
Revision: 299196

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

Added:
  xaos/repos/staging-i686/
  xaos/repos/staging-i686/PKGBUILD
(from rev 299195, xaos/trunk/PKGBUILD)
  xaos/repos/staging-i686/xaos-3.5-build-fix-i686.patch
(from rev 299195, xaos/trunk/xaos-3.5-build-fix-i686.patch)
  xaos/repos/staging-x86_64/
  xaos/repos/staging-x86_64/PKGBUILD
(from rev 299195, xaos/trunk/PKGBUILD)
  xaos/repos/staging-x86_64/xaos-3.5-build-fix-i686.patch
(from rev 299195, xaos/trunk/xaos-3.5-build-fix-i686.patch)

--+
 staging-i686/PKGBUILD|   34 +
 staging-i686/xaos-3.5-build-fix-i686.patch   |   20 ++
 staging-x86_64/PKGBUILD  |   34 +
 staging-x86_64/xaos-3.5-build-fix-i686.patch |   20 ++
 4 files changed, 108 insertions(+)

Copied: xaos/repos/staging-i686/PKGBUILD (from rev 299195, xaos/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-24 17:43:20 UTC (rev 299196)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xaos
+pkgver=3.6
+pkgrel=4
+pkgdesc="A fast portable real-time interactive fractal zoomer"
+arch=('i686' 'x86_64')
+url="http://matek.hu/xaos/;
+license=('GPL')
+depends=('gsl' 'libpng' 'aalib')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/xaos/${pkgname}-${pkgver}.tar.gz
+xaos-3.5-build-fix-i686.patch)
+sha1sums=('0c68d25c4f9c8eaf557e37d9e4586a04ab56d7a0'
+  'd2ea8f0460c79c47fb289a4c2f87fe5c44057f9d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  if [[ $CARCH == "i686" ]]; then
+patch -p1 -i ../xaos-3.5-build-fix-i686.patch
+  fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gsl --with-aa-driver
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xaos/repos/staging-i686/xaos-3.5-build-fix-i686.patch (from rev 299195, 
xaos/trunk/xaos-3.5-build-fix-i686.patch)
===
--- staging-i686/xaos-3.5-build-fix-i686.patch  (rev 0)
+++ staging-i686/xaos-3.5-build-fix-i686.patch  2017-06-24 17:43:20 UTC (rev 
299196)
@@ -0,0 +1,20 @@
+--- xaos-3.5/src/engine/zoomd.c.orig   2009-07-18 00:50:31.0 +0100
 xaos-3.5/src/engine/zoomd.c2012-05-20 19:04:55.891065437 +0100
+@@ -280,6 +280,7 @@ dosymetry2(void /*@unused@ */ *data, str
+ #endif
+ #undef bpp1
+ 
++REGISTERS(0)
+ static INLINE void fillline(int line)
+ {
+ register unsigned char *RESTRICT vbuff = cimage.currlines[line];
+--- xaos-3.5/src/engine/zoom.c.fix-build   2009-07-18 00:50:31.0 
+0100
 xaos-3.5/src/engine/zoom.c 2012-05-20 19:11:53.625083113 +0100
+@@ -933,6 +933,7 @@ static /*INLINE */ void preparemoveoldpo
+ }
+ 
+ #ifndef USE_i386ASM
++REGISTERS(0)
+ static /*INLINE */ void
+ moveoldpoints(void /*@unused@ */ *data1,
+ struct taskinfo /*@unused@ */ *task,

Copied: xaos/repos/staging-x86_64/PKGBUILD (from rev 299195, 
xaos/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-06-24 17:43:20 UTC (rev 299196)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xaos
+pkgver=3.6
+pkgrel=4
+pkgdesc="A fast portable real-time interactive fractal zoomer"
+arch=('i686' 'x86_64')
+url="http://matek.hu/xaos/;
+license=('GPL')
+depends=('gsl' 'libpng' 'aalib')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/xaos/${pkgname}-${pkgver}.tar.gz
+xaos-3.5-build-fix-i686.patch)
+sha1sums=('0c68d25c4f9c8eaf557e37d9e4586a04ab56d7a0'
+  'd2ea8f0460c79c47fb289a4c2f87fe5c44057f9d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  if [[ $CARCH == "i686" ]]; then
+patch -p1 -i ../xaos-3.5-build-fix-i686.patch
+  fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gsl --with-aa-driver
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xaos/repos/staging-x86_64/xaos-3.5-build-fix-i686.patch (from rev 
299195, xaos/trunk/xaos-3.5-build-fix-i686.patch)
===
--- staging-x86_64/xaos-3.5-build-fix-i686.patch
(rev 0)
+++ staging-x86_64/xaos-3.5-build-fix-i686.patch2017-06-24 17:43:20 UTC 
(rev 299196)
@@ -0,0 +1,20 @@
+--- xaos-3.5/src/engine/zoomd.c.orig   2009-07-18 00:50:31.0 +0100
 xaos-3.5/src/engine/zoomd.c2012-05-20 19:04:55.891065437 +0100
+@@ -280,6 +280,7 @@ dosymetry2(void /*@unused@ 

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

2017-06-24 Thread Antonio Rojas
Date: Saturday, June 24, 2017 @ 17:42:48
  Author: arojas
Revision: 299195

gsl 2.4 rebuild

Modified:
  xaos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 16:48:02 UTC (rev 299194)
+++ PKGBUILD2017-06-24 17:42:48 UTC (rev 299195)
@@ -3,7 +3,7 @@
 
 pkgname=xaos
 pkgver=3.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A fast portable real-time interactive fractal zoomer"
 arch=('i686' 'x86_64')
 url="http://matek.hu/xaos/;


[arch-commits] Commit in muine/trunk (PKGBUILD drop-musicbrainz.patch fix-dnd.patch)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 17:38:32
  Author: bgyorgy
Revision: 240817

upgpkg: muine 0.8.11-4

Fix some crashers

Added:
  muine/trunk/drop-musicbrainz.patch
  muine/trunk/fix-dnd.patch
Modified:
  muine/trunk/PKGBUILD

+
 PKGBUILD   |   12 ++-
 drop-musicbrainz.patch |  144 +++
 fix-dnd.patch  |   19 ++
 3 files changed, 172 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 16:14:54 UTC (rev 240816)
+++ PKGBUILD2017-06-24 17:38:32 UTC (rev 240817)
@@ -5,7 +5,7 @@
 
 pkgname=muine
 pkgver=0.8.11
-pkgrel=3
+pkgrel=4
 pkgdesc="A music player written in C Sharp"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -24,7 +24,9 @@
 drop-gnome-sharp-dependency.patch
 use-standard-icons.patch
 use-gstreamer-1.0.patch
-enable-deprecations.patch)
+enable-deprecations.patch
+drop-musicbrainz.patch
+fix-dnd.patch)
 sha256sums=('fac70bd9ab8a3c7c48c1f48d10f06080f6b5a42ce32cce21a6ab472cb178ecd4'
 'b798a754ca545f9efb97e6d2e5911f26af028a41c0f40a4e3f2cb9c8fe38cbfa'
 '870bb03f031c7ed248b417896b4e02d2ed3659e1b7e320d032d48b81d558ee8a'
@@ -33,7 +35,9 @@
 '8671a431e9c30ed4373fbbe659f90fbe411e178f31daa4fb8dc1914ec0a6864c'
 'd3e8171b2f3ceb27e039652289ac79c846a797c88eb6945af833da80eb33c154'
 '4887f59d1a039e907961681b57eea5dfb2d7d5d27d1e37ae677d4ac6394095b5'
-'598763b8f81a08b6eea54f5710480e7ca2f706ed4fa82527d3525a649ab774ab')
+'598763b8f81a08b6eea54f5710480e7ca2f706ed4fa82527d3525a649ab774ab'
+'5bf67b8c879138d3b50d21ee0a95025640ef0ed06044f2938580513192ce2ecc'
+'91f657c23792c62de9a391035c635a602e5afe430182aa8e8912d84112199718')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -45,6 +49,8 @@
   patch -Np1 -i ../use-standard-icons.patch
   patch -Np1 -i ../use-gstreamer-1.0.patch
   patch -Np1 -i ../enable-deprecations.patch
+  patch -Np1 -i ../drop-musicbrainz.patch
+  patch -Np1 -i ../fix-dnd.patch
   sed -i 's/MCS, gmcs/MCS, mcs/' configure.in
   autoreconf -fi
 }

Added: drop-musicbrainz.patch
===
--- drop-musicbrainz.patch  (rev 0)
+++ drop-musicbrainz.patch  2017-06-24 17:38:32 UTC (rev 240817)
@@ -0,0 +1,144 @@
+diff -Naur muine-0.8.11.orig/src/CoverGetter.cs muine-0.8.11/src/CoverGetter.cs
+--- muine-0.8.11.orig/src/CoverGetter.cs   2009-09-13 16:53:58.0 
+0200
 muine-0.8.11/src/CoverGetter.cs2017-06-24 18:59:25.451408318 +0200
+@@ -27,8 +27,6 @@
+ 
+ using Gdk;
+ 
+-using musicbrainz;
+-
+ namespace Muine
+ {
+   public class CoverGetter
+@@ -320,109 +318,7 @@
+   /// 
+   private Pixbuf DownloadFromAmazonViaMusicBrainz (Album album)
+   {
+-  // Rather than do the lib search and catch the
+-  // DllNotFoundException every single time,
+-  // we check a simple bool as a performance helper.
+-  if (musicbrainz_lib_missing)
+-  return null;
+-
+-  Pixbuf pix = null;
+-  try {
+-  // Sane album title
+-  string sane_album_title;
+-  if (album.Name != null)
+-  sane_album_title = SanitizeString 
(album.Name);
+-  else
+-  sane_album_title = String.Empty;
+-
+-  // Sane artist name
+-  string sane_artist_name;
+-  if (album.Artists != null && 
album.Artists.Length > 0)
+-  sane_artist_name = album.Artists 
[0].ToLower ();
+-  else
+-  sane_artist_name = String.Empty;
+-
+-  //
+-  string asin = null;
+-  
+-  // TODO: Move to constant
+-  string AmazonImageUri =
+-
"http://images.amazon.com/images/P/{0}.01._SCMZZZ_.jpg;;
+-
+-
+-  // remove "disc 1" and family
+-  //  TODO: Make the regexes translatable?
+-  //  (e.g. "uno|dos|tres...", "les|los..)
+-  string sane_album_title_regex  = @"[,:]?\s*";
+-  sane_album_title_regex += @"(cd|dis[ck])\s*";
+-  sane_album_title_regex += 
@"(\d+|one|two|three|four|five|six|seven|eight|nine|ten)\s*$";
+-  sane_album_title =  

[arch-commits] Commit in linux-lts/repos (16 files)

2017-06-24 Thread Andreas Radke
Date: Saturday, June 24, 2017 @ 16:48:02
  Author: andyrtr
Revision: 299194

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/90-linux.hook
(from rev 299193, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 299193, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 299193, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 299193, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 299193, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 299193, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 299193, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 299193, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 299193, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 299193, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 299193, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 299193, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 299193, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 299193, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8211 +
 testing-i686/config.x86_64   | 7976 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8211 +
 testing-x86_64/config.x86_64 | 7976 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33112 insertions(+)

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


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

2017-06-24 Thread Andreas Radke
Date: Saturday, June 24, 2017 @ 16:47:31
  Author: andyrtr
Revision: 299193

upgpkg: linux-lts 4.9.34-1

upstream update 4.9.34

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:22:40 UTC (rev 299192)
+++ PKGBUILD2017-06-24 16:47:31 UTC (rev 299193)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.33
+pkgver=4.9.34
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'939006459d6bd9ac4374956353b795a746bd4a6b357eea1e349cd84638713ad2'
+'5df86eaa1f16f785dbb02446c090e56f1b7dbe828860ff7fa60f6e3643242087'
 'SKIP'
 '39e780d61a46eae6ff7714b070942c7c033d449436df561727a93c64d28b3485'
 '50193426ac5d777475336df0ff5350c7de933f2ea2641fbe8956387c75b4c100'


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 16:14:54
  Author: felixonmars
Revision: 240816

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 240815, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 16:14:54 UTC (rev 240816)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.5
+pkgrel=16
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat" "haskell-blaze-html"
+ "haskell-bower-json" "haskell-boxes" "haskell-cheapskate" 
"haskell-clock"
+ "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance" 
"haskell-file-embed"
+ "haskell-fsnotify" "haskell-glob" "haskell-http-client" 
"haskell-http-types"
+ "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-network" 
"haskell-optparse-applicative"
+ "haskell-parallel" "haskell-parsec" "haskell-pattern-arrows" 
"haskell-pipes"
+ "haskell-pipes-http" "haskell-protolude" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" 
"haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('179b8ce5ac4b3839189f9eeb6244b86635dd20986654b7d1d0912c429bfabb77439097b43d73ec52f52bf24148781a0059c1afe6ccfb44b83533f4a670a3476c')
+
+prepare() {
+sed -i 's/aeson >=1.0 && <1.1/aeson >=1.0/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+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: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 240815, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 16:14:54 UTC (rev 240816)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.5
+pkgrel=16
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 16:13:59
  Author: felixonmars
Revision: 240815

upgpkg: purescript 0.11.5-16

rebuild with entropy,0.3.8

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:50:30 UTC (rev 240814)
+++ PKGBUILD2017-06-24 16:13:59 UTC (rev 240815)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.5
-pkgrel=15
+pkgrel=16
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:50:30
  Author: felixonmars
Revision: 240814

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

Added:
  haskell-wai-websockets/repos/community-staging-i686/
  haskell-wai-websockets/repos/community-staging-i686/PKGBUILD
(from rev 240813, haskell-wai-websockets/trunk/PKGBUILD)
  haskell-wai-websockets/repos/community-staging-x86_64/
  haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD
(from rev 240813, haskell-wai-websockets/trunk/PKGBUILD)

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

Copied: haskell-wai-websockets/repos/community-staging-i686/PKGBUILD (from rev 
240813, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:50:30 UTC (rev 240814)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.1
+pkgrel=24
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-case-insensitive" 
"haskell-http-types"
+ "haskell-network" "haskell-wai" "haskell-websockets")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
+
+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 \
+-f-example
+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-wai-websockets/repos/community-staging-x86_64/PKGBUILD (from 
rev 240813, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:50:30 UTC (rev 240814)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.1
+pkgrel=24
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-case-insensitive" 
"haskell-http-types"
+ "haskell-network" "haskell-wai" "haskell-websockets")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
+
+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 \
+-f-example
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:49:35
  Author: felixonmars
Revision: 240813

upgpkg: haskell-wai-websockets 3.0.1.1-24

rebuild with entropy,0.3.8

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:47:51 UTC (rev 240812)
+++ PKGBUILD2017-06-24 15:49:35 UTC (rev 240813)
@@ -5,7 +5,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:47:51
  Author: felixonmars
Revision: 240812

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

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

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

Copied: haskell-websockets/repos/community-staging-i686/PKGBUILD (from rev 
240811, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:47:51 UTC (rev 240812)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.10.0.0
+pkgrel=18
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
+ "haskell-sha" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
+
+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 \
+-f-Example
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
240811, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:47:51 UTC (rev 240812)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.10.0.0
+pkgrel=18
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
+ "haskell-sha" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
+
+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 \
+-f-Example
+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}"

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:46:57
  Author: felixonmars
Revision: 240811

upgpkg: haskell-websockets 0.10.0.0-18

rebuild with entropy,0.3.8

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:45:08 UTC (rev 240810)
+++ PKGBUILD2017-06-24 15:46:57 UTC (rev 240811)
@@ -5,7 +5,7 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.10.0.0
-pkgrel=17
+pkgrel=18
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:45:08
  Author: felixonmars
Revision: 240810

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

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

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

Copied: haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD (from 
rev 240809, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:45:08 UTC (rev 240810)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=35
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-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-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 240809, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:45:08 UTC (rev 240810)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=35
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:44:12
  Author: felixonmars
Revision: 240809

upgpkg: haskell-hasql-transaction 0.5-35

rebuild with entropy,0.3.8

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:42:11 UTC (rev 240808)
+++ PKGBUILD2017-06-24 15:44:12 UTC (rev 240809)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5
-pkgrel=34
+pkgrel=35
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:42:11
  Author: felixonmars
Revision: 240808

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

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

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

Copied: haskell-hasql-pool/repos/community-staging-i686/PKGBUILD (from rev 
240807, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:42:11 UTC (rev 240808)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=53
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-base-prelude' 'haskell-hasql' 'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-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-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
240807, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:42:11 UTC (rev 240808)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=53
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-base-prelude' 'haskell-hasql' 'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:41:17
  Author: felixonmars
Revision: 240807

upgpkg: haskell-hasql-pool 0.4.1-53

rebuild with entropy,0.3.8

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:39:11 UTC (rev 240806)
+++ PKGBUILD2017-06-24 15:41:17 UTC (rev 240807)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.1
-pkgrel=52
+pkgrel=53
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:39:11
  Author: felixonmars
Revision: 240806

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

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

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

Copied: haskell-hasql/repos/community-staging-i686/PKGBUILD (from rev 240805, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:39:11 UTC (rev 240806)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=29
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-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-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 240805, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:39:11 UTC (rev 240806)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=29
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:38:20
  Author: felixonmars
Revision: 240805

upgpkg: haskell-hasql 0.19.18-29

rebuild with entropy,0.3.8

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:35:01 UTC (rev 240804)
+++ PKGBUILD2017-06-24 15:38:20 UTC (rev 240805)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=0.19.18
-pkgrel=28
+pkgrel=29
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:35:01
  Author: felixonmars
Revision: 240804

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

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

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

Copied: haskell-postgresql-binary/repos/community-staging-i686/PKGBUILD (from 
rev 240803, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:35:01 UTC (rev 240804)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1
+pkgrel=21
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser"
+ "haskell-bytestring-strict-builder" "haskell-loch-th" 
"haskell-network-ip"
+ "haskell-placeholders" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b4af6c71593f130da0ff6c462682fb570a4bd8108809eeb7a8cca45e2e340fd815dd3a94d72293a60f2072ed16f68bcb25a33009e742eca1383b934c4700f306')
+
+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-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 240803, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:35:01 UTC (rev 240804)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1
+pkgrel=21
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser"
+ "haskell-bytestring-strict-builder" "haskell-loch-th" 
"haskell-network-ip"
+ "haskell-placeholders" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b4af6c71593f130da0ff6c462682fb570a4bd8108809eeb7a8cca45e2e340fd815dd3a94d72293a60f2072ed16f68bcb25a33009e742eca1383b934c4700f306')
+
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:34:05
  Author: felixonmars
Revision: 240803

upgpkg: haskell-postgresql-binary 0.12.1-21

rebuild with entropy,0.3.8

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:30:39 UTC (rev 240802)
+++ PKGBUILD2017-06-24 15:34:05 UTC (rev 240803)
@@ -5,7 +5,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:30:39
  Author: felixonmars
Revision: 240802

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

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

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 240801, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:30:39 UTC (rev 240802)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=12
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc' "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive" 
"haskell-clientsession"
+ "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api" 
"haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:29:43
  Author: felixonmars
Revision: 240801

upgpkg: git-annex 6.20170520-12

rebuild with entropy,0.3.8

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:17:35 UTC (rev 240800)
+++ PKGBUILD2017-06-24 15:29:43 UTC (rev 240801)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=11
+pkgrel=12
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:17:35
  Author: felixonmars
Revision: 240800

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

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

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

Copied: haskell-uuid/repos/community-staging-i686/PKGBUILD (from rev 240799, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:17:35 UTC (rev 240800)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.13
+pkgrel=7
+pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptohash-md5" "haskell-cryptohash-sha1" 
"haskell-entropy"
+ "haskell-network-info" "haskell-random" "haskell-text" 
"haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027')
+
+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-uuid/repos/community-staging-x86_64/PKGBUILD (from rev 240799, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:17:35 UTC (rev 240800)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.13
+pkgrel=7
+pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptohash-md5" "haskell-cryptohash-sha1" 
"haskell-entropy"
+ "haskell-network-info" "haskell-random" "haskell-text" 
"haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027')
+
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:16:42
  Author: felixonmars
Revision: 240799

upgpkg: haskell-uuid 1.3.13-7

rebuild with entropy,0.3.8

Modified:
  haskell-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:14:51 UTC (rev 240798)
+++ PKGBUILD2017-06-24 15:16:42 UTC (rev 240799)
@@ -5,7 +5,7 @@
 _hkgname=uuid
 pkgname=haskell-uuid
 pkgver=1.3.13
-pkgrel=6
+pkgrel=7
 pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
 url="https://github.com/aslatter/uuid;
 license=("custom:BSD3")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:14:51
  Author: felixonmars
Revision: 240798

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
240797, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:14:51 UTC (rev 240798)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=14
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('14f93e1683f5c727f3628ed3d7e685a58f9c39d6189049a7d2d179bf54ce6baf973f3c8d241c17f9324a719d01df35f109448df8356db5d71bc846dda244e4db')
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
240797, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:14:51 UTC (rev 240798)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=14
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:13:58
  Author: felixonmars
Revision: 240797

upgpkg: haskell-yesod-auth 1.4.17.2-14

rebuild with entropy,0.3.8

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:09:47 UTC (rev 240796)
+++ PKGBUILD2017-06-24 15:13:58 UTC (rev 240797)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:09:47
  Author: felixonmars
Revision: 240796

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

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

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

Copied: haskell-nonce/repos/community-staging-i686/PKGBUILD (from rev 240795, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:09:47 UTC (rev 240796)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base64-bytestring" "haskell-entropy" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ced3029562b6a4716bd93bbe552cb64007c0e96c9c2f16098e1feeafef0598d704970ae155cd630699e2cb7168cdadf2a7e707e8a7c2798e01bcceb23c0ef4b6')
+
+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-nonce/repos/community-staging-x86_64/PKGBUILD (from rev 240795, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:09:47 UTC (rev 240796)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base64-bytestring" "haskell-entropy" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ced3029562b6a4716bd93bbe552cb64007c0e96c9c2f16098e1feeafef0598d704970ae155cd630699e2cb7168cdadf2a7e707e8a7c2798e01bcceb23c0ef4b6')
+
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:08:53
  Author: felixonmars
Revision: 240795

upgpkg: haskell-nonce 1.0.4-3

rebuild with entropy,0.3.8

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:07:04 UTC (rev 240794)
+++ PKGBUILD2017-06-24 15:08:53 UTC (rev 240795)
@@ -5,12 +5,12 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-base64-bytestring" "haskell-entropy" "haskell-text")
+depends=('ghc' "haskell-base64-bytestring" "haskell-entropy" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('ced3029562b6a4716bd93bbe552cb64007c0e96c9c2f16098e1feeafef0598d704970ae155cd630699e2cb7168cdadf2a7e707e8a7c2798e01bcceb23c0ef4b6')
 
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:07:04
  Author: felixonmars
Revision: 240794

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

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

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 240793, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:07:04 UTC (rev 240794)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.2
+pkgrel=8
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e2ed222e59165d307a87fff9e9374017bfe2f80094deea03b041669db1d9087fb9bff50580f37121b94d1a62d79f2ef446566890687e78198f9ae5f9e7e6d9e4')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+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}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 240793, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:07:04 UTC (rev 240794)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.2
+pkgrel=8
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:06:12
  Author: felixonmars
Revision: 240793

upgpkg: hledger-web 1.2-8

rebuild with entropy,0.3.8

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 15:01:26 UTC (rev 240792)
+++ PKGBUILD2017-06-24 15:06:12 UTC (rev 240793)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:01:26
  Author: felixonmars
Revision: 240792

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

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

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
240791, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 15:01:26 UTC (rev 240792)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3
+pkgrel=11
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('50f8115e0f0a4495e27ea13aa8cbf4ec6bc596f6a758338ae0f4b4aaf9a5161dbca77ba1770467e830c0ef8984a5375d0c53b282ce5572d731c3887050472a8a')
+
+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-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
240791, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 15:01:26 UTC (rev 240792)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3
+pkgrel=11
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 15:00:35
  Author: felixonmars
Revision: 240791

upgpkg: haskell-yesod-static 1.5.3-11

rebuild with entropy,0.3.8

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:57:44 UTC (rev 240790)
+++ PKGBUILD2017-06-24 15:00:35 UTC (rev 240791)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3
-pkgrel=10
+pkgrel=11
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:57:44
  Author: felixonmars
Revision: 240790

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 240789, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:57:44 UTC (rev 240790)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=69
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 240789, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:57:44 UTC (rev 240790)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=69
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:56:48
  Author: felixonmars
Revision: 240789

upgpkg: haskell-yesod 1.4.5-69

rebuild with entropy,0.3.8

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:53:55 UTC (rev 240788)
+++ PKGBUILD2017-06-24 14:56:48 UTC (rev 240789)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=68
+pkgrel=69
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:53:55
  Author: felixonmars
Revision: 240788

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
240787, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:53:55 UTC (rev 240788)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.12
+pkgrel=28
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
+
+build() {
+cd $_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 \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_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-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
240787, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:53:55 UTC (rev 240788)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.12
+pkgrel=28
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:53:00
  Author: felixonmars
Revision: 240787

upgpkg: haskell-yesod-form 1.4.12-28

rebuild with entropy,0.3.8

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:49:51 UTC (rev 240786)
+++ PKGBUILD2017-06-24 14:53:00 UTC (rev 240787)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.12
-pkgrel=27
+pkgrel=28
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:49:51
  Author: felixonmars
Revision: 240786

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

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

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 240785, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:49:51 UTC (rev 240786)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=62
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" "haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+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-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 240785, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:49:51 UTC (rev 240786)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=62
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" "haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:48:51
  Author: felixonmars
Revision: 240785

upgpkg: haskell-yesod-persistent 1.4.2-62

rebuild with entropy,0.3.8

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:46:33 UTC (rev 240784)
+++ PKGBUILD2017-06-24 14:48:51 UTC (rev 240785)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.2
-pkgrel=61
+pkgrel=62
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:46:33
  Author: felixonmars
Revision: 240784

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

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

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
240783, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:46:33 UTC (rev 240784)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=166
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
240783, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:46:33 UTC (rev 240784)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=166
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:45:39
  Author: felixonmars
Revision: 240783

upgpkg: haskell-yesod-default 1.2.0-166

rebuild with entropy,0.3.8

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:43:03 UTC (rev 240782)
+++ PKGBUILD2017-06-24 14:45:39 UTC (rev 240783)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:43:03
  Author: felixonmars
Revision: 240782

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

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

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

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
240781, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:43:03 UTC (rev 240782)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.35
+pkgrel=12
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-auto-update" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" 
"haskell-cereal"
+ "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cookie"
+ "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e26358aa6f6695e7edff3a603bfd6ba2148f58089e35f1e70bf451b38beb22c9f8e1b039488a37953b2f3027d4204643fee7dc704adb7916add4c582dafa77aa')
+
+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-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
240781, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:43:03 UTC (rev 240782)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.35
+pkgrel=12
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-auto-update" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" 
"haskell-cereal"
+ "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cookie"
+ "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions"
+ 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:42:08
  Author: felixonmars
Revision: 240781

upgpkg: haskell-yesod-core 1.4.35-12

rebuild with entropy,0.3.8

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:37:43 UTC (rev 240780)
+++ PKGBUILD2017-06-24 14:42:08 UTC (rev 240781)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.35
-pkgrel=11
+pkgrel=12
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:37:43
  Author: felixonmars
Revision: 240780

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

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

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

Copied: haskell-clientsession/repos/community-staging-i686/PKGBUILD (from rev 
240779, haskell-clientsession/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:37:43 UTC (rev 240780)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clientsession
+pkgname=haskell-clientsession
+pkgver=0.9.1.2
+pkgrel=20
+pkgdesc="Securely store session data in a client-side cookie."
+url="http://github.com/yesodweb/clientsession/tree/master;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base64-bytestring" "haskell-cereal"
+ "haskell-cipher-aes" "haskell-cprng-aes" "haskell-crypto-api"
+ "haskell-crypto-random" "haskell-entropy" "haskell-setenv"
+ "haskell-skein" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068')
+
+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 \
+-f-test
+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-clientsession/repos/community-staging-x86_64/PKGBUILD (from rev 
240779, haskell-clientsession/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:37:43 UTC (rev 240780)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clientsession
+pkgname=haskell-clientsession
+pkgver=0.9.1.2
+pkgrel=20
+pkgdesc="Securely store session data in a client-side cookie."
+url="http://github.com/yesodweb/clientsession/tree/master;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base64-bytestring" "haskell-cereal"
+ "haskell-cipher-aes" "haskell-cprng-aes" "haskell-crypto-api"
+ "haskell-crypto-random" "haskell-entropy" "haskell-setenv"
+ "haskell-skein" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068')
+
+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 \
+-f-test
+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-clientsession/trunk (PKGBUILD)

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:36:50
  Author: felixonmars
Revision: 240779

upgpkg: haskell-clientsession 0.9.1.2-20

rebuild with entropy,0.3.8

Modified:
  haskell-clientsession/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:35:03 UTC (rev 240778)
+++ PKGBUILD2017-06-24 14:36:50 UTC (rev 240779)
@@ -5,7 +5,7 @@
 _hkgname=clientsession
 pkgname=haskell-clientsession
 pkgver=0.9.1.2
-pkgrel=19
+pkgrel=20
 pkgdesc="Securely store session data in a client-side cookie."
 url="http://github.com/yesodweb/clientsession/tree/master;
 license=("MIT")
@@ -22,7 +22,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-test
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:35:03
  Author: felixonmars
Revision: 240778

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

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

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

Copied: haskell-skein/repos/community-staging-i686/PKGBUILD (from rev 240777, 
haskell-skein/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:35:03 UTC (rev 240778)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=skein
+pkgname=haskell-skein
+pkgver=1.0.9.4
+pkgrel=10
+pkgdesc="Skein, a family of cryptographic hash functions.  Includes Skein-MAC 
as well."
+url="https://github.com/meteficha/skein;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cereal" "haskell-crypto-api" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f882ca0cc5ed336ef898fb3c89579e392900259296b2320edf968b9fc16cb8c9')
+
+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 \
+-f-big-endian -f-force-endianness -f-reference
+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-skein/repos/community-staging-x86_64/PKGBUILD (from rev 240777, 
haskell-skein/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:35:03 UTC (rev 240778)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=skein
+pkgname=haskell-skein
+pkgver=1.0.9.4
+pkgrel=10
+pkgdesc="Skein, a family of cryptographic hash functions.  Includes Skein-MAC 
as well."
+url="https://github.com/meteficha/skein;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cereal" "haskell-crypto-api" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f882ca0cc5ed336ef898fb3c89579e392900259296b2320edf968b9fc16cb8c9')
+
+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 \
+-f-big-endian -f-force-endianness -f-reference
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:34:11
  Author: felixonmars
Revision: 240777

upgpkg: haskell-skein 1.0.9.4-10

rebuild with entropy,0.3.8

Modified:
  haskell-skein/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:32:25 UTC (rev 240776)
+++ PKGBUILD2017-06-24 14:34:11 UTC (rev 240777)
@@ -5,12 +5,12 @@
 _hkgname=skein
 pkgname=haskell-skein
 pkgver=1.0.9.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Skein, a family of cryptographic hash functions.  Includes Skein-MAC 
as well."
 url="https://github.com/meteficha/skein;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-cereal" "haskell-crypto-api" "haskell-tagged")
+depends=('ghc' "haskell-cereal" "haskell-crypto-api" "haskell-tagged")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('f882ca0cc5ed336ef898fb3c89579e392900259296b2320edf968b9fc16cb8c9')
 
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-big-endian -f-force-endianness -f-reference
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:32:25
  Author: felixonmars
Revision: 240776

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

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

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

Copied: cblrepo/repos/community-staging-i686/PKGBUILD (from rev 240775, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:32:25 UTC (rev 240776)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=27
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-safe" "haskell-stringsearch" "haskell-tar" "haskell-text" 
"haskell-unixutils"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+prepare() {
+sed -e 's/aeson ==1.0.*,/aeson >=1.0,/' \
+-e 's/directory ==1.2.*,/directory >=1.2,/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}

Copied: cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 240775, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:32:25 UTC (rev 240776)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=27
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-safe" "haskell-stringsearch" "haskell-tar" "haskell-text" 
"haskell-unixutils"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+prepare() {
+sed -e 's/aeson ==1.0.*,/aeson >=1.0,/' \
+-e 's/directory ==1.2.*,/directory >=1.2,/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:31:33
  Author: felixonmars
Revision: 240775

upgpkg: cblrepo 0.24.0-27

rebuild with entropy,0.3.8

Modified:
  cblrepo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:29:19 UTC (rev 240774)
+++ PKGBUILD2017-06-24 14:31:33 UTC (rev 240775)
@@ -3,7 +3,7 @@
 
 pkgname=cblrepo
 pkgver=0.24.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
 url="https://github.com/magthe/cblrepo;
 license=("Apache")


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:29:19
  Author: felixonmars
Revision: 240774

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

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

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

Copied: haskell-unixutils/repos/community-staging-i686/PKGBUILD (from rev 
240773, haskell-unixutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:29:19 UTC (rev 240774)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=7
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-exceptions' 'haskell-mtl' 'haskell-process-extras' 
'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('4ed58cb525abffd507714cca1a07108e')
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-unixutils/repos/community-staging-x86_64/PKGBUILD (from rev 
240773, haskell-unixutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:29:19 UTC (rev 240774)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=7
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-exceptions' 'haskell-mtl' 'haskell-process-extras' 
'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('4ed58cb525abffd507714cca1a07108e')
+
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:28:25
  Author: felixonmars
Revision: 240773

upgpkg: haskell-unixutils 1.54.1-7

rebuild with entropy,0.3.8

Modified:
  haskell-unixutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:26:37 UTC (rev 240772)
+++ PKGBUILD2017-06-24 14:28:25 UTC (rev 240773)
@@ -4,7 +4,7 @@
 _hkgname=Unixutils
 pkgname=haskell-unixutils
 pkgver=1.54.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A crude interface between Haskell and Unix-like operating systems"
 url="https://github.com/seereason/haskell-unixutils;
 license=('custom:BSD3')


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:26:37
  Author: felixonmars
Revision: 240772

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

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

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

Copied: haskell-puremd5/repos/community-staging-i686/PKGBUILD (from rev 240771, 
haskell-puremd5/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:26:37 UTC (rev 240772)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=pureMD5
+pkgname=haskell-puremd5 
+pkgver=2.1.3
+pkgrel=3
+pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
+url="https://hackage.haskell.org/package/pureMD5;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-cereal' 'haskell-async' 'haskell-crypto-api' 
'haskell-tagged')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('450f112dabf7fdae0c23a666db9d4201')
+
+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 \
+-f-test
+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-puremd5/repos/community-staging-x86_64/PKGBUILD (from rev 
240771, haskell-puremd5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:26:37 UTC (rev 240772)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=pureMD5
+pkgname=haskell-puremd5 
+pkgver=2.1.3
+pkgrel=3
+pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
+url="https://hackage.haskell.org/package/pureMD5;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-cereal' 'haskell-async' 'haskell-crypto-api' 
'haskell-tagged')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('450f112dabf7fdae0c23a666db9d4201')
+
+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 \
+-f-test
+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 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:25:42
  Author: felixonmars
Revision: 240771

upgpkg: haskell-puremd5 2.1.3-3

rebuild with entropy,0.3.8

Modified:
  haskell-puremd5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:24:01 UTC (rev 240770)
+++ PKGBUILD2017-06-24 14:25:42 UTC (rev 240771)
@@ -5,7 +5,7 @@
 _hkgname=pureMD5
 pkgname=haskell-puremd5 
 pkgver=2.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
 url="https://hackage.haskell.org/package/pureMD5;
 license=('custom:BSD3')
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-test
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:24:01
  Author: felixonmars
Revision: 240770

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

Added:
  haskell-crypto-api/repos/community-staging-i686/
  haskell-crypto-api/repos/community-staging-i686/PKGBUILD
(from rev 240769, haskell-crypto-api/trunk/PKGBUILD)
  haskell-crypto-api/repos/community-staging-x86_64/
  haskell-crypto-api/repos/community-staging-x86_64/PKGBUILD
(from rev 240769, haskell-crypto-api/trunk/PKGBUILD)

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

Copied: haskell-crypto-api/repos/community-staging-i686/PKGBUILD (from rev 
240769, haskell-crypto-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:24:01 UTC (rev 240770)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crypto-api
+pkgname=haskell-crypto-api
+pkgver=0.13.2
+pkgrel=10
+pkgdesc="A generic interface for cryptographic operations"
+url="https://github.com/TomMD/crypto-api;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cereal" "haskell-entropy" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5331d511a9761d5073e6661148234228d88f8ace14e2994171f0bcf5183e82ed')
+
+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 \
+-f-all_cpolys
+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-crypto-api/repos/community-staging-x86_64/PKGBUILD (from rev 
240769, haskell-crypto-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:24:01 UTC (rev 240770)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crypto-api
+pkgname=haskell-crypto-api
+pkgver=0.13.2
+pkgrel=10
+pkgdesc="A generic interface for cryptographic operations"
+url="https://github.com/TomMD/crypto-api;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cereal" "haskell-entropy" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5331d511a9761d5073e6661148234228d88f8ace14e2994171f0bcf5183e82ed')
+
+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 \
+-f-all_cpolys
+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}"
+

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:23:08
  Author: felixonmars
Revision: 240769

upgpkg: haskell-crypto-api 0.13.2-10

rebuild with entropy,0.3.8

Modified:
  haskell-crypto-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:21:15 UTC (rev 240768)
+++ PKGBUILD2017-06-24 14:23:08 UTC (rev 240769)
@@ -5,12 +5,12 @@
 _hkgname=crypto-api
 pkgname=haskell-crypto-api
 pkgver=0.13.2
-pkgrel=9
+pkgrel=10
 pkgdesc="A generic interface for cryptographic operations"
 url="https://github.com/TomMD/crypto-api;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-cereal" "haskell-entropy" "haskell-tagged")
+depends=('ghc' "haskell-cereal" "haskell-entropy" "haskell-tagged")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('5331d511a9761d5073e6661148234228d88f8ace14e2994171f0bcf5183e82ed')
 
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-all_cpolys
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:21:15
  Author: felixonmars
Revision: 240768

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

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

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

Copied: haskell-entropy/repos/community-staging-i686/PKGBUILD (from rev 240767, 
haskell-entropy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 14:21:15 UTC (rev 240768)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel Nagy 
+
+pkgname=haskell-entropy
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="A platform independent method to obtain cryptographically strong 
entropy"
+url="https://hackage.haskell.org/package/entropy;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
+sha512sums=('ad33a68c1f5331da68cec35f8c6bfd6ee449f95c0127e602081581c0cc68e1bf08463aebd65286229959a76cafc84c672f9a8d0ec759cad3100339b6f612d7b7')
+
+build() {
+cd "${srcdir}/entropy-${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}/entropy-${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/entropy"
+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-entropy/repos/community-staging-x86_64/PKGBUILD (from rev 
240767, haskell-entropy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-24 14:21:15 UTC (rev 240768)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel Nagy 
+
+pkgname=haskell-entropy
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="A platform independent method to obtain cryptographically strong 
entropy"
+url="https://hackage.haskell.org/package/entropy;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
+sha512sums=('ad33a68c1f5331da68cec35f8c6bfd6ee449f95c0127e602081581c0cc68e1bf08463aebd65286229959a76cafc84c672f9a8d0ec759cad3100339b6f612d7b7')
+
+build() {
+cd "${srcdir}/entropy-${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}/entropy-${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/entropy"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:20:30
  Author: felixonmars
Revision: 240767

upgpkg: haskell-entropy 0.3.8-1

rebuild with entropy,0.3.8

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:12:54 UTC (rev 240766)
+++ PKGBUILD2017-06-24 14:20:30 UTC (rev 240767)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel Nagy 
 
 pkgname=haskell-entropy
-pkgver=0.3.7
-pkgrel=3
+pkgver=0.3.8
+pkgrel=1
 pkgdesc="A platform independent method to obtain cryptographically strong 
entropy"
 url="https://hackage.haskell.org/package/entropy;
 license=('custom:BSD3')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-sha256sums=('1ff020eba2edbb93c4b23297470f8c11d69d0ff1e1642d17cbab9d54a24befef')
+sha512sums=('ad33a68c1f5331da68cec35f8c6bfd6ee449f95c0127e602081581c0cc68e1bf08463aebd65286229959a76cafc84c672f9a8d0ec759cad3100339b6f612d7b7')
 
 build() {
 cd "${srcdir}/entropy-${pkgver}"
@@ -18,7 +18,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:12:23
  Author: felixonmars
Revision: 240764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-24 14:12:05 UTC (rev 240763)
+++ PKGBUILD2017-06-24 14:12:23 UTC (rev 240764)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('505ba955eb6e6b9c94175735e84ec0543ca78b9b8e9de11ea623116637943b9b23302f25331f5c6966d1d16c4ca768840c35f7aca9aec206a1aa8728f82ba668')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

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


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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:12:36
  Author: felixonmars
Revision: 240765

upgpkg: python-websocket-client 0.44.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:12:23 UTC (rev 240764)
+++ PKGBUILD2017-06-24 14:12:36 UTC (rev 240765)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.43.0
+pkgver=0.44.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
 use-system-ca.patch)
-sha512sums=('9801b815b9906304a80fef21605165830d17001ece992566c64d95451b6446bd966021c44d4bb41dbb4c999590f0126dc1feb116eac8f4ad1c580ac671d7ba18'
+sha512sums=('845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738'
 
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
 
 prepare() {


[arch-commits] Commit in python-websocket-client/repos/community-any (4 files)

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:12:54
  Author: felixonmars
Revision: 240766

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 240765, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 240765, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  126 +-
 use-system-ca.patch |   20 +++
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-24 14:12:36 UTC (rev 240765)
+++ PKGBUILD2017-06-24 14:12:54 UTC (rev 240766)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.43.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('9801b815b9906304a80fef21605165830d17001ece992566c64d95451b6446bd966021c44d4bb41dbb4c999590f0126dc1feb116eac8f4ad1c580ac671d7ba18'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 240765, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-24 14:12:54 UTC (rev 240766)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.44.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+sha512sums=('845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738'
+
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:12:05
  Author: felixonmars
Revision: 240763

upgpkg: eslint 4.1.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 14:08:33 UTC (rev 240762)
+++ PKGBUILD2017-06-24 14:12:05 UTC (rev 240763)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=4.0.0
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('505ba955eb6e6b9c94175735e84ec0543ca78b9b8e9de11ea623116637943b9b23302f25331f5c6966d1d16c4ca768840c35f7aca9aec206a1aa8728f82ba668')
+sha512sums=('c0561e4d7dadbbe2c80405409412407f0829f1f3be8be2d670132b9eb528fd142c6ce615ccee5c2763c75654fb391d4d22aa96adf05b87f9a2b9b2a88bacef62')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in python-ruamel-yaml/repos (4 files)

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:08:33
  Author: felixonmars
Revision: 240762

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 240761, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 240761, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-24 14:08:04 UTC (rev 240761)
+++ community-i686/PKGBUILD 2017-06-24 14:08:33 UTC (rev 240762)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.10
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('c4d3a5f03f88a9d50dadf29a1529bc91202717eab1983773b7896e97fdd579b74d56ddfa7d4c19a3aa6fd20d639eb2a23e09bc6d35b106ed9a852b2c4d7c')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 240761, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-24 14:08:33 UTC (rev 240762)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.12
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('584cb80e4a7c89edce31658cbc7215697d00a377b88be885e58fb4887d8b4ce6c17f69b4d3d16ce5bee6985ac33d37dca9ccef89544e626ca5e3c4c15b71f129')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-24 14:08:04 UTC (rev 240761)
+++ community-x86_64/PKGBUILD   2017-06-24 14:08:33 UTC (rev 240762)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.10
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('c4d3a5f03f88a9d50dadf29a1529bc91202717eab1983773b7896e97fdd579b74d56ddfa7d4c19a3aa6fd20d639eb2a23e09bc6d35b106ed9a852b2c4d7c')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 240761, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-24 14:08:33 UTC (rev 240762)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.12
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:08:04
  Author: felixonmars
Revision: 240761

upgpkg: python-ruamel-yaml 0.15.12-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:56:39 UTC (rev 240760)
+++ PKGBUILD2017-06-24 14:08:04 UTC (rev 240761)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.10
+pkgver=0.15.12
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('c4d3a5f03f88a9d50dadf29a1529bc91202717eab1983773b7896e97fdd579b74d56ddfa7d4c19a3aa6fd20d639eb2a23e09bc6d35b106ed9a852b2c4d7c')
+sha512sums=('584cb80e4a7c89edce31658cbc7215697d00a377b88be885e58fb4887d8b4ce6c17f69b4d3d16ce5bee6985ac33d37dca9ccef89544e626ca5e3c4c15b71f129')
 
 package() {
   depends=('python')


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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:56:39
  Author: jlichtblau
Revision: 240760

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

Added:
  syncthing-inotify/repos/community-i686/PKGBUILD
(from rev 240759, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 240759, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-i686/PKGBUILD
  syncthing-inotify/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-24 12:54:11 UTC (rev 240759)
+++ community-i686/PKGBUILD 2017-06-24 12:56:39 UTC (rev 240760)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-arch=('i686' 'x86_64')
-url="https://github.com/syncthing/syncthing-inotify;
-license=('MPL')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-i686/PKGBUILD (from rev 240759, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-24 12:56:39 UTC (rev 240760)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+arch=('i686' 'x86_64')
+url="https://github.com/syncthing/syncthing-inotify;
+license=('MPL')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-24 12:54:11 UTC (rev 240759)
+++ community-x86_64/PKGBUILD   2017-06-24 12:56:39 UTC (rev 240760)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-

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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:54:11
  Author: jlichtblau
Revision: 240759

upgpkg: syncthing-inotify 0.8.7-1 - new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:45:51 UTC (rev 240758)
+++ PKGBUILD2017-06-24 12:54:11 UTC (rev 240759)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.8.5
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 arch=('i686' 'x86_64')


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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:45:51
  Author: jlichtblau
Revision: 240758

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

Added:
  kid3/repos/community-i686/PKGBUILD
(from rev 240757, kid3/trunk/PKGBUILD)
  kid3/repos/community-i686/kid3.changelog
(from rev 240757, kid3/trunk/kid3.changelog)
  kid3/repos/community-x86_64/PKGBUILD
(from rev 240757, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 240757, kid3/trunk/kid3.changelog)
Deleted:
  kid3/repos/community-i686/PKGBUILD
  kid3/repos/community-i686/kid3.changelog
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog

-+
 /PKGBUILD   |  142 +++
 /kid3.changelog |  232 ++
 community-i686/PKGBUILD |   71 ---
 community-i686/kid3.changelog   |  113 --
 community-x86_64/PKGBUILD   |   71 ---
 community-x86_64/kid3.changelog |  113 --
 6 files changed, 374 insertions(+), 368 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-24 12:43:59 UTC (rev 240757)
+++ community-i686/PKGBUILD 2017-06-24 12:45:51 UTC (rev 240758)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3' 'kid3-qt')
-pkgver=3.4.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/;
-license=('GPL')
-makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
- 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
-changelog=$pkgbase.changelog
-source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
-validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('0d703b0b8c2538eba1f8f540a87e13a4bf61f715ef9cd1253f18417ebb096404'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  mkdir build-qt
-}
-
-build() {
-#kid3
-  cd "${srcdir}"/build
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-
-#kid3-qt
-  cd "$srcdir"/build-qt
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;Qt" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-}
-
-package_kid3() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
- 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3-qt')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kid3-qt() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
-depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
- 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3')
-provides=('kid3')
-
-  cd "$srcdir"/build-qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 240757, 
kid3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-24 12:45:51 UTC (rev 240758)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.5.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/;
+license=('GPL')
+makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
+ 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
+changelog=$pkgbase.changelog
+source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
+validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
+sha256sums=('0f1a3a003de180e58ef53c3db6f5caf07f5415cfd22ec2c57cbd9791d5a54fd6'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+}
+
+build() {
+#kid3
+  cd "${srcdir}"/build
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;KDE" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+
+#kid3-qt
+  cd "$srcdir"/build-qt
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;Qt" 

[arch-commits] Commit in kid3/trunk (PKGBUILD kid3.changelog)

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:43:59
  Author: jlichtblau
Revision: 240757

upgpkg: kid3 3.5.0-1 - new upstream release

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

+
 PKGBUILD   |4 ++--
 kid3.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:26:39 UTC (rev 240756)
+++ PKGBUILD2017-06-24 12:43:59 UTC (rev 240757)
@@ -4,7 +4,7 @@
 
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
-pkgver=3.4.5
+pkgver=3.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kid3.sourceforge.net/;
@@ -14,7 +14,7 @@
 changelog=$pkgbase.changelog
 
source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
 validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('0d703b0b8c2538eba1f8f540a87e13a4bf61f715ef9cd1253f18417ebb096404'
+sha256sums=('0f1a3a003de180e58ef53c3db6f5caf07f5415cfd22ec2c57cbd9791d5a54fd6'
 'SKIP')
 
 prepare() {

Modified: kid3.changelog
===
--- kid3.changelog  2017-06-24 12:26:39 UTC (rev 240756)
+++ kid3.changelog  2017-06-24 12:43:59 UTC (rev 240757)
@@ -1,3 +1,6 @@
+2017-06-24 Jaroslav Lichtblau 
+   * kid3 3.5.0-1
+
 2017-03-01 Jaroslav Lichtblau 
* kid3 3.4.5-1
 


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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:26:39
  Author: jlichtblau
Revision: 240756

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 240755, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-i686/luminancehdr.changelog
(from rev 240755, luminancehdr/trunk/luminancehdr.changelog)
  luminancehdr/repos/community-staging-x86_64/
  luminancehdr/repos/community-staging-x86_64/PKGBUILD
(from rev 240755, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog
(from rev 240755, luminancehdr/trunk/luminancehdr.changelog)

-+
 community-staging-i686/PKGBUILD |   33 
 community-staging-i686/luminancehdr.changelog   |   87 ++
 community-staging-x86_64/PKGBUILD   |   33 
 community-staging-x86_64/luminancehdr.changelog |   87 ++
 4 files changed, 240 insertions(+)

Copied: luminancehdr/repos/community-staging-i686/PKGBUILD (from rev 240755, 
luminancehdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-24 12:26:39 UTC (rev 240756)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=luminancehdr
+pkgver=2.5.1
+pkgrel=2
+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 240755, luminancehdr/trunk/luminancehdr.changelog)
===
--- community-staging-i686/luminancehdr.changelog   
(rev 0)
+++ community-staging-i686/luminancehdr.changelog   2017-06-24 12:26:39 UTC 
(rev 240756)
@@ -0,0 +1,87 @@
+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 
+   * 

[arch-commits] Commit in luminancehdr/trunk (PKGBUILD luminancehdr.changelog)

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:26:26
  Author: jlichtblau
Revision: 240755

upgpkg: luminancehdr 2.5.1-2 - gsl 2.4 rebuild

Modified:
  luminancehdr/trunk/PKGBUILD
  luminancehdr/trunk/luminancehdr.changelog

+
 PKGBUILD   |2 +-
 luminancehdr.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:20:52 UTC (rev 240754)
+++ PKGBUILD2017-06-24 12:26:26 UTC (rev 240755)
@@ -5,7 +5,7 @@
 
 pkgname=luminancehdr
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 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-06-24 12:20:52 UTC (rev 240754)
+++ luminancehdr.changelog  2017-06-24 12:26:26 UTC (rev 240755)
@@ -1,3 +1,6 @@
+2017-06-24 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-2 gsl 2.4 rebuild
+
 2017-06-04 Jaroslav Lichtblau 
* luminancehdr 2.5.1-1
 


[arch-commits] Commit in linux-zen/repos (14 files)

2017-06-24 Thread Jan Steffens
Date: Saturday, June 24, 2017 @ 12:22:40
  Author: heftig
Revision: 299192

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/90-linux.hook
(from rev 299191, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 299191, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/config.i686
(from rev 299191, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 299191, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 299191, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 299191, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 299191, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 299191, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config.i686
(from rev 299191, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 299191, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 299191, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 299191, linux-zen/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  299 +
 testing-i686/config.i686 | 8441 +
 testing-i686/config.x86_64   | 8195 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  299 +
 testing-x86_64/config.i686   | 8441 +
 testing-x86_64/config.x86_64 | 8195 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33974 insertions(+)

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


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

2017-06-24 Thread Daniel Micay
Date: Saturday, June 24, 2017 @ 12:20:52
  Author: thestinger
Revision: 240754

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 240753, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 240753, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 240753, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 240753, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 240753, 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 |16360 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8525 insertions(+), 8525 deletions(-)

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


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

2017-06-24 Thread Daniel Micay
Date: Saturday, June 24, 2017 @ 12:20:12
  Author: thestinger
Revision: 240753

upgpkg: linux-hardened 4.11.7.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:09:56 UTC (rev 240752)
+++ PKGBUILD2017-06-24 12:20:12 UTC (rev 240753)
@@ -5,8 +5,8 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.11
-_pkgver=4.11.6
-pkgver=$_pkgver.d
+_pkgver=4.11.7
+pkgver=$_pkgver.a
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/thestinger/linux-hardened;
@@ -29,9 +29,9 @@
 
 sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
 'SKIP'
-'00c0b804ccda18d6ed4a32ba0be049a80363aa2bc084733a22da03f435d992a4'
+'7d767998aa6a69df36f76d6343c03a45f190c7e8ddf9322c02493ceaa96a1aba'
 'SKIP'
-'dc7c98a0f78c3d231f4f808a8259e3a8c95b8f5608a2cdfbae88be0348af36aa'
+'5f8a8117b9037302a5e783c969ff1d7cd28a6bbe46fa2179d2c7dba579836c96'
 'SKIP'
 '6a4242c861387d875ce43a12876fc6b91a0d7209eea0590671d2b73af3f8009a'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'


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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:09:42
  Author: jlichtblau
Revision: 240751

upgpkg: python-gammu 2.9-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:05:18 UTC (rev 240750)
+++ PKGBUILD2017-06-24 12:09:42 UTC (rev 240751)
@@ -4,7 +4,7 @@
 
 pkgbase=python-gammu
 pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
 source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha256sums=('2d58fbc880f0078098ae3a8e06e22154477a4cbdd07b4718000b5d6991e56e4d')
+sha256sums=('0397eb0a1924d27316157ed7026391f365a8951da26947b5995885be40f46d58')
 
 prepare() {
   cp -a python-gammu-$pkgver{,-py2}


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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:09:56
  Author: jlichtblau
Revision: 240752

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

Added:
  python-gammu/repos/community-i686/PKGBUILD
(from rev 240751, python-gammu/trunk/PKGBUILD)
  python-gammu/repos/community-x86_64/PKGBUILD
(from rev 240751, python-gammu/trunk/PKGBUILD)
Deleted:
  python-gammu/repos/community-i686/PKGBUILD
  python-gammu/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-24 12:09:42 UTC (rev 240751)
+++ community-i686/PKGBUILD 2017-06-24 12:09:56 UTC (rev 240752)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgbase=python-gammu
-pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.8
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/python-gammu/;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha256sums=('2d58fbc880f0078098ae3a8e06e22154477a4cbdd07b4718000b5d6991e56e4d')
-
-prepare() {
-  cp -a python-gammu-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test || warning "Tests failed"
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-gammu() {
-  depends=('python' 'gammu')
-
-  cd python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-gammu() {
-  depends=('python2' 'gammu')
-
-  cd python-gammu-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-i686/PKGBUILD (from rev 240751, 
python-gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-24 12:09:56 UTC (rev 240752)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgbase=python-gammu
+pkgname=('python-gammu' 'python2-gammu')
+pkgver=2.9
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/python-gammu/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
+source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
+sha256sums=('0397eb0a1924d27316157ed7026391f365a8951da26947b5995885be40f46d58')
+
+prepare() {
+  cp -a python-gammu-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test || warning "Tests failed"
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-gammu() {
+  depends=('python' 'gammu')
+
+  cd python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-gammu() {
+  depends=('python2' 'gammu')
+
+  cd python-gammu-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-24 12:09:42 UTC (rev 240751)
+++ community-x86_64/PKGBUILD   2017-06-24 12:09:56 UTC (rev 240752)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgbase=python-gammu
-pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.8
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/python-gammu/;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha256sums=('2d58fbc880f0078098ae3a8e06e22154477a4cbdd07b4718000b5d6991e56e4d')
-
-prepare() {
-  cp -a python-gammu-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd 

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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:05:18
  Author: jlichtblau
Revision: 240750

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

Added:
  vifm/repos/community-i686/PKGBUILD
(from rev 240749, vifm/trunk/PKGBUILD)
  vifm/repos/community-i686/vifm.changelog
(from rev 240749, vifm/trunk/vifm.changelog)
  vifm/repos/community-x86_64/PKGBUILD
(from rev 240749, vifm/trunk/PKGBUILD)
  vifm/repos/community-x86_64/vifm.changelog
(from rev 240749, vifm/trunk/vifm.changelog)
Deleted:
  vifm/repos/community-i686/PKGBUILD
  vifm/repos/community-i686/vifm.changelog
  vifm/repos/community-x86_64/PKGBUILD
  vifm/repos/community-x86_64/vifm.changelog

-+
 /PKGBUILD   |   54 
 /vifm.changelog |  126 ++
 community-i686/PKGBUILD |   27 
 community-i686/vifm.changelog   |   60 --
 community-x86_64/PKGBUILD   |   27 
 community-x86_64/vifm.changelog |   60 --
 6 files changed, 180 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-24 12:03:52 UTC (rev 240749)
+++ community-i686/PKGBUILD 2017-06-24 12:05:18 UTC (rev 240750)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=vifm
-pkgver=0.8.2
-pkgrel=2
-pkgdesc="Ncurses based file manager with vi like keybindings"
-arch=('i686' 'x86_64')
-url="http://vifm.info/;
-license=('GPL')
-depends=('ncurses' 'desktop-file-utils')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f')
-
-build() {
-   cd "${srcdir}"/$pkgname-$pkgver
- 
-   ./configure --prefix=/usr --sysconfdir=/etc
-   make 
-}
-
-package() {
-   cd "${srcdir}"/$pkgname-$pkgver
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: vifm/repos/community-i686/PKGBUILD (from rev 240749, 
vifm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-24 12:05:18 UTC (rev 240750)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=vifm
+pkgver=0.9
+pkgrel=1
+pkgdesc="Ncurses based file manager with vi like keybindings"
+arch=('i686' 'x86_64')
+url="http://vifm.info/;
+license=('GPL')
+depends=('ncurses' 'desktop-file-utils')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ab10c99d1e4c24ff8a03c20be1c202cc15874750cc47a1614e6fe4f8d816a7fd')
+
+build() {
+   cd "${srcdir}"/$pkgname-$pkgver
+ 
+   ./configure --prefix=/usr --sysconfdir=/etc
+   make 
+}
+
+package() {
+   cd "${srcdir}"/$pkgname-$pkgver
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/vifm.changelog
===
--- community-i686/vifm.changelog   2017-06-24 12:03:52 UTC (rev 240749)
+++ community-i686/vifm.changelog   2017-06-24 12:05:18 UTC (rev 240750)
@@ -1,60 +0,0 @@
-2016-09-21 Jaroslav Lichtblau 
-   * vifm 0.8.2-2 FS#50799 fix
-
-2016-07-19 Jaroslav Lichtblau 
-   * vifm 0.8.2-1
-
-2016-05-01 Jaroslav Lichtblau 
-   * vifm 0.8.1.a-1 FS#49159 fix
-
-2016-04-30 Jaroslav Lichtblau 
-   * vifm 0.8.1a-1
-
-2016-01-19 Jaroslav Lichtblau 
-   * vifm 0.8.1-1
-
-2015-07-10 Jaroslav Lichtblau 
-   * vifm 0.8-1
-   * .install file added
-
-2014-10-28 Jaroslav Lichtblau 
-   * vifm 0.7.8-1
-
-2014-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau 
-   * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau 
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau 
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau 
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau 
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau 
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau 
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau 
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau 

  1   2   >