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

2016-06-15 Thread Anatol Pomozov
Date: Thursday, June 16, 2016 @ 05:23:29
  Author: anatolik
Revision: 180312

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-16 05:19:57 UTC (rev 180311)
+++ community-i686/PKGBUILD 2016-06-16 05:23:29 UTC (rev 180312)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.17.3
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent libffi)
-# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('091e85ba4c458310c530c7e77ed3738bfd409682fe6e0060a486d167d76d679f')
-sha256sums_i686=('f03def26ff809c391196740ab1956bda61c9a101f97989634e33d57a6f5527a9')
-sha256sums_x86_64=('61cd10567dc816198bd43ae3c8c5804555b2175f84416fe5c6f1a766e225')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 180311, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-16 05:23:29 UTC (rev 180312)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.18.0
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent libffi)
+# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)

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

2016-06-15 Thread Anatol Pomozov
Date: Thursday, June 16, 2016 @ 05:19:57
  Author: anatolik
Revision: 180311

upgpkg: crystal 0.18.0-1

add missing dependency for tests

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-16 05:18:02 UTC (rev 180310)
+++ PKGBUILD2016-06-16 05:19:57 UTC (rev 180311)
@@ -13,7 +13,7 @@
 depends=(gc libatomic_ops pcre libevent libffi)
 # depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
 makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp git)
+checkdepends=(libyaml libxml2 gmp inetutils git)
 optdepends=('shards: crystal language package manager'
 'libyaml: For YAML support'
 'gmp: For BigInt support'


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

2016-06-15 Thread Kyle Keen
Date: Thursday, June 16, 2016 @ 05:18:02
  Author: kkeen
Revision: 180310

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

Added:
  seamonkey/repos/community-staging-i686/
  seamonkey/repos/community-staging-i686/PKGBUILD
(from rev 180309, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-staging-i686/mozconfig
(from rev 180309, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-staging-i686/mozilla-1245076-1.patch
(from rev 180309, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-staging-i686/mozilla-1245076.patch
(from rev 180309, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-staging-i686/rhbz-966424.patch
(from rev 180309, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-staging-i686/seamonkey-2.0-lang.patch
(from rev 180309, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-staging-i686/seamonkey.install
(from rev 180309, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-staging-x86_64/
  seamonkey/repos/community-staging-x86_64/PKGBUILD
(from rev 180309, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-staging-x86_64/mozconfig
(from rev 180309, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-staging-x86_64/mozilla-1245076-1.patch
(from rev 180309, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-staging-x86_64/mozilla-1245076.patch
(from rev 180309, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-staging-x86_64/rhbz-966424.patch
(from rev 180309, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-staging-x86_64/seamonkey-2.0-lang.patch
(from rev 180309, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-staging-x86_64/seamonkey.install
(from rev 180309, seamonkey/trunk/seamonkey.install)

---+
 community-staging-i686/PKGBUILD   |   89 
 community-staging-i686/mozconfig  |   36 
 community-staging-i686/mozilla-1245076-1.patch|   49 +++
 community-staging-i686/mozilla-1245076.patch  |   23 +
 community-staging-i686/rhbz-966424.patch  |   23 +
 community-staging-i686/seamonkey-2.0-lang.patch   |   11 ++
 community-staging-i686/seamonkey.install  |   12 ++
 community-staging-x86_64/PKGBUILD |   89 
 community-staging-x86_64/mozconfig|   36 
 community-staging-x86_64/mozilla-1245076-1.patch  |   49 +++
 community-staging-x86_64/mozilla-1245076.patch|   23 +
 community-staging-x86_64/rhbz-966424.patch|   23 +
 community-staging-x86_64/seamonkey-2.0-lang.patch |   11 ++
 community-staging-x86_64/seamonkey.install|   12 ++
 14 files changed, 486 insertions(+)

Copied: seamonkey/repos/community-staging-i686/PKGBUILD (from rev 180309, 
seamonkey/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-16 05:18:02 UTC (rev 180310)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=seamonkey
+pkgver=2.40
+pkgrel=2
+pkgdesc="SeaMonkey internet suite"
+arch=('i686' 'x86_64')
+license=('MPL')
+depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 'gconf')
+makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
+optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
+'gst-plugins-bad: aac, vp8 and opus decoding'
+'gst-plugins-good: webm and mp4 demuxing'
+'gst-plugins-ugly: h.264 decoding')
+install=$pkgname.install
+url="http://www.seamonkey-project.org/;
+source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
+mozconfig
+seamonkey-2.0-lang.patch
+rhbz-966424.patch
+mozilla-1245076.patch
+mozilla-1245076-1.patch)
+md5sums=('5789df8f96e14577c275f10fdf8462f3'
+ '9b6d65e9b77acf9fd7c6e3578a5d2acd'
+ '25b6fe16ac24cd5c852213e5c1adb272'
+ '8c1578232b7a60fa1caa9a0b322d1e2b'
+ '43550e772f110a338d5a42914ee2c3a6'
+ '772aac58e3a7e8a32bedd898bc35dc90')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+  #patch -Np1 -i ../seamonkey-2.0-lang.patch
+
+  # FS#48404
+  echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
+
+  # https://bugs.archlinux.org/task/41689
+  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
+
+  # Don't exit with error when some libs are missing which we have in
+  # system.
+  sed -i 

[arch-commits] Commit in seamonkey/repos (24 files)

2016-06-15 Thread Kyle Keen
Date: Thursday, June 16, 2016 @ 05:14:43
  Author: kkeen
Revision: 180309

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 180308, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 180308, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/mozilla-1245076-1.patch
(from rev 180308, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-i686/mozilla-1245076.patch
(from rev 180308, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 180308, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 180308, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 180308, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 180308, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 180308, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/mozilla-1245076-1.patch
(from rev 180308, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-x86_64/mozilla-1245076.patch
(from rev 180308, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 180308, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 180308, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 180308, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  178 
 /mozconfig|   72 +++
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 +++
 community-i686/PKGBUILD   |   81 
 community-i686/mozconfig  |   36 -
 community-i686/mozilla-1245076-1.patch|   49 +++
 community-i686/mozilla-1245076.patch  |   23 +++
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 -
 community-x86_64/PKGBUILD |   81 
 community-x86_64/mozconfig|   36 -
 community-x86_64/mozilla-1245076-1.patch  |   49 +++
 community-x86_64/mozilla-1245076.patch|   23 +++
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 -
 19 files changed, 486 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-16 05:13:58 UTC (rev 180308)
+++ community-i686/PKGBUILD 2016-06-16 05:14:43 UTC (rev 180309)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.40
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
-optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
-'gst-plugins-bad: aac, vp8 and opus decoding'
-'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/;
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('5789df8f96e14577c275f10fdf8462f3'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # FS#48404
-  echo "ac_add_options 

[arch-commits] Commit in seamonkey/trunk (3 files)

2016-06-15 Thread Kyle Keen
Date: Thursday, June 16, 2016 @ 05:13:58
  Author: kkeen
Revision: 180308

upgpkg: seamonkey 2.40-2 hunspell rebuild and gcc6 patches

Added:
  seamonkey/trunk/mozilla-1245076-1.patch
  seamonkey/trunk/mozilla-1245076.patch
Modified:
  seamonkey/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++---
 mozilla-1245076-1.patch |   49 ++
 mozilla-1245076.patch   |   23 +
 3 files changed, 83 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 21:56:22 UTC (rev 180307)
+++ PKGBUILD2016-06-16 05:13:58 UTC (rev 180308)
@@ -3,7 +3,7 @@
 
 pkgname=seamonkey
 pkgver=2.40
-pkgrel=1
+pkgrel=2
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
@@ -18,11 +18,15 @@
 
source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
 mozconfig
 seamonkey-2.0-lang.patch
-rhbz-966424.patch)
+rhbz-966424.patch
+mozilla-1245076.patch
+mozilla-1245076-1.patch)
 md5sums=('5789df8f96e14577c275f10fdf8462f3'
  '9b6d65e9b77acf9fd7c6e3578a5d2acd'
  '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
+ '8c1578232b7a60fa1caa9a0b322d1e2b'
+ '43550e772f110a338d5a42914ee2c3a6'
+ '772aac58e3a7e8a32bedd898bc35dc90')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -44,6 +48,10 @@
 
   # 2.26 build fix from wgnie (blfs ch 37)
   sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
+
+  # GCC 6
+  patch -Np1 -d mozilla -i ../../mozilla-1245076.patch
+  patch -Np1 -d mozilla -i ../../mozilla-1245076-1.patch
 }
 
 build() {

Added: mozilla-1245076-1.patch
===
--- mozilla-1245076-1.patch (rev 0)
+++ mozilla-1245076-1.patch 2016-06-16 05:13:58 UTC (rev 180308)
@@ -0,0 +1,49 @@
+diff --git a/config/gcc-stl-wrapper.template.h 
b/config/gcc-stl-wrapper.template.h
+--- a/config/gcc-stl-wrapper.template.h
 b/config/gcc-stl-wrapper.template.h
+@@ -12,33 +12,39 @@
+ // compiling ObjC.
+ #if defined(__EXCEPTIONS) && __EXCEPTIONS && !(__OBJC__ && __GNUC__ && XP_IOS)
+ #  error "STL code can only be used with -fno-exceptions"
+ #endif
+ 
+ // Silence "warning: #include_next is a GCC extension"
+ #pragma GCC system_header
+ 
++#ifndef moz_dont_include_mozalloc_for_cstdlib
++#  define moz_dont_include_mozalloc_for_cstdlib
++#endif
++#ifndef moz_dont_include_mozalloc_for_${HEADER}
+ // mozalloc.h wants ; break the cycle by always explicitly
+ // including  here.  NB: this is a tad sneaky.  Sez the gcc docs:
+ //
+ //`#include_next' does not distinguish between  and "file"
+ //inclusion, nor does it check that the file you specify has the
+ //same name as the current file. It simply looks for the file
+ //named, starting with the directory in the search path after the
+ //one where the current file was found.
+-#include_next 
++#  include_next 
+ 
+ // See if we're in code that can use mozalloc.  NB: this duplicates
+ // code in nscore.h because nscore.h pulls in prtypes.h, and chromium
+ // can't build with that being included before base/basictypes.h.
+-#if !defined(XPCOM_GLUE) && !defined(NS_NO_XPCOM) && !defined(MOZ_NO_MOZALLOC)
+-#  include "mozilla/mozalloc.h"
+-#else
+-#  error "STL code can only be used with infallible ::operator new()"
++#  if !defined(XPCOM_GLUE) && !defined(NS_NO_XPCOM) && 
!defined(MOZ_NO_MOZALLOC)
++#include "mozilla/mozalloc.h"
++#  else
++#error "STL code can only be used with infallible ::operator new()"
++#  endif
++
+ #endif
+ 
+ #if defined(DEBUG) && !defined(_GLIBCXX_DEBUG)
+ // Enable checked iterators and other goodies
+ //
+ // FIXME/bug 551254: gcc's debug STL implementation requires -frtti.
+ // Figure out how to resolve this with -fno-rtti.  Maybe build with
+ // -frtti in DEBUG builds?
+

Added: mozilla-1245076.patch
===
--- mozilla-1245076.patch   (rev 0)
+++ mozilla-1245076.patch   2016-06-16 05:13:58 UTC (rev 180308)
@@ -0,0 +1,23 @@
+diff --git a/gfx/graphite2/src/Collider.cpp b/gfx/graphite2/src/Collider.cpp
+--- a/gfx/graphite2/src/Collider.cpp
 b/gfx/graphite2/src/Collider.cpp
+@@ -21,17 +21,17 @@
+ 
+ Alternatively, the contents of this file may be used under the terms of the
+ Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public
+ License, as published by the Free Software Foundation, either version 2
+ of the License or (at your option) any later version.
+ */
+ #include 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ #include "inc/Collider.h"
+ #include "inc/Segment.h"
+ #include "inc/Slot.h"
+ #include "inc/GlyphCache.h"
+ #include "inc/Sparse.h"

[arch-commits] Commit in python-cssselect/repos/extra-any (PKGBUILD PKGBUILD)

2016-06-15 Thread Felix Yan
Date: Thursday, June 16, 2016 @ 03:15:47
  Author: felixonmars
Revision: 270003

archrelease: copy trunk to extra-any

Added:
  python-cssselect/repos/extra-any/PKGBUILD
(from rev 270002, python-cssselect/trunk/PKGBUILD)
Deleted:
  python-cssselect/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-16 03:15:29 UTC (rev 270002)
+++ PKGBUILD2016-06-16 03:15:47 UTC (rev 270003)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-
-pkgbase=python-cssselect
-pkgname=('python-cssselect' 'python2-cssselect')
-pkgver=0.9.1
-pkgrel=3
-license=('BSD')
-arch=('any')
-url="http://pypi.python.org/pypi/cssselect;
-makedepends=('python2' 'python')
-source=("http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
-md5sums=('c74f45966277dc7a0f768b9b0f3522ac')
-
-prepare() {
-  cp -a cssselect-${pkgver} python2-cssselect-${pkgver}
-}
-
-package_python-cssselect() {
-  pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
-  depends=('python')
-
-  cd cssselect-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-cssselect() {
-  pkgdesc="A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
-  depends=('python2')
-
-  cd python2-cssselect-${pkgver}
-
-  # Fix python2 shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' cssselect/tests.py
-
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-cssselect/repos/extra-any/PKGBUILD (from rev 270002, 
python-cssselect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-16 03:15:47 UTC (rev 270003)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+
+pkgbase=python-cssselect
+pkgname=('python-cssselect' 'python2-cssselect')
+pkgver=0.9.2
+pkgrel=1
+license=('BSD')
+arch=('any')
+url="http://pypi.python.org/pypi/cssselect;
+makedepends=('python2' 'python')
+source=("https://pypi.io/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
+md5sums=('4c5931d8456dfe72fa4662f9c0509bfa')
+
+prepare() {
+  cp -a cssselect-${pkgver} python2-cssselect-${pkgver}
+}
+
+package_python-cssselect() {
+  pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
+  depends=('python')
+
+  cd cssselect-${pkgver}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-cssselect() {
+  pkgdesc="A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
+  depends=('python2')
+
+  cd python2-cssselect-${pkgver}
+
+  # Fix python2 shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' cssselect/tests.py
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2016-06-15 Thread Felix Yan
Date: Thursday, June 16, 2016 @ 03:15:29
  Author: felixonmars
Revision: 270002

upgpkg: python-cssselect 0.9.2-1

Modified:
  python-cssselect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 20:19:46 UTC (rev 270001)
+++ PKGBUILD2016-06-16 03:15:29 UTC (rev 270002)
@@ -4,14 +4,14 @@
 
 pkgbase=python-cssselect
 pkgname=('python-cssselect' 'python2-cssselect')
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 license=('BSD')
 arch=('any')
 url="http://pypi.python.org/pypi/cssselect;
 makedepends=('python2' 'python')
-source=("http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
-md5sums=('c74f45966277dc7a0f768b9b0f3522ac')
+source=("https://pypi.io/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
+md5sums=('4c5931d8456dfe72fa4662f9c0509bfa')
 
 prepare() {
   cp -a cssselect-${pkgver} python2-cssselect-${pkgver}


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

2016-06-15 Thread Anatol Pomozov
Date: Wednesday, June 15, 2016 @ 21:56:22
  Author: anatolik
Revision: 180307

updpkg: 1.8.0

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 21:43:48 UTC (rev 180306)
+++ PKGBUILD2016-06-15 21:56:22 UTC (rev 180307)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.17.3
+pkgver=0.18.0
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('091e85ba4c458310c530c7e77ed3738bfd409682fe6e0060a486d167d76d679f')
-sha256sums_i686=('f03def26ff809c391196740ab1956bda61c9a101f97989634e33d57a6f5527a9')
-sha256sums_x86_64=('61cd10567dc816198bd43ae3c8c5804555b2175f84416fe5c6f1a766e225')
+sha256sums=('e0511268558f0400f72b970db049a453212ca94d9ba3250912bfffa3abcb69e4')
+sha256sums_i686=('d2892b474c8f848b0c1ef57a359965dfca13c099328e3e61fbaf53b5946432d7')
+sha256sums_x86_64=('36e4346f645a136e373b932bb1dd4b0457ba6ba55cce3b671e402603b0d28899')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -39,13 +39,16 @@
CRYSTAL_CONFIG_VERSION="$pkgver" \
CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal" \
CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc
+  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
 }
 
 check() {
   cd $pkgname-$pkgver
 
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+  # splitting all_spec into 'compiler_spec std_spec' as a workaround for
+  # https://github.com/crystal-lang/crystal/issues/2789
+  make compiler_spec std_spec \
+CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
 CRYSTAL_CONFIG_VERSION="$pkgver" \
 CRYSTAL_CACHE_DIR="/tmp/crystal"
 }


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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:35:48
  Author: spupykin
Revision: 180305

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 180304, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 180304, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 180304, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 180304, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 180304, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 180304, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  118 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   59 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   59 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 21:34:11 UTC (rev 180304)
+++ community-i686/PKGBUILD 2016-06-15 21:35:48 UTC (rev 180305)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=8.19.0
-pkgrel=1
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('93003afc247885819e65651c99006c31'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --enable-impstats \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 180304, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 21:35:48 UTC (rev 180305)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.19.0
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+   

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:34:11
  Author: spupykin
Revision: 180304

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 180303, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 180303, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  148 ++---
 license  |  128 ++--
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 21:33:06 UTC (rev 180303)
+++ PKGBUILD2016-06-15 21:34:11 UTC (rev 180304)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20160616
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/;
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('62cef6285bfb93e332659822fbd1c80d'
- '06a779406b45edddbd19fda96696ab4a'
- 'd40628d29784606b34a6d945867a11ca'
- 'a5d15abb0c0a78d865a2b0cd11303eed'
- '1410514ce98023ff10e103c517ad0843'
- '444290d891fb47cb6420508a34ae79db'
- '754ddb53327c72697d916e6b121de811'
- '6b14d0c655a4511f33fb426fa0991566'
- 'd2d608ddd3d435b42f2db78a0d584556'
- '2999c61dc74a21569913e921b5f84296'
- '457b84111de54fe416f6ff4f62043ff0'
- '46cfcfb628d2d410946d4cb91d94a341'
- 'de50a40ef02eb993fa062ce7df4b90a1'
- '01e5ef1defb86ddca74c2bb01219e4ce'
- '42cbba4786377ccec755951785712396'
- 'f16f1ca5cef2cb1756c23d541914efb1'
- '831d8503ed7652e668666bac29d7e929'
- 'e240c32221721145d2cbf3f7d33248db')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 180303, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 21:34:11 UTC (rev 180304)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20160616
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/;
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:33:06
  Author: spupykin
Revision: 180303

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 180302, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 180302, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  148 ++---
 license  |  128 ++--
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 21:27:54 UTC (rev 180302)
+++ PKGBUILD2016-06-15 21:33:06 UTC (rev 180303)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20160616
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/;
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('62cef6285bfb93e332659822fbd1c80d'
- '06a779406b45edddbd19fda96696ab4a'
- 'd40628d29784606b34a6d945867a11ca'
- 'a5d15abb0c0a78d865a2b0cd11303eed'
- '1410514ce98023ff10e103c517ad0843'
- '444290d891fb47cb6420508a34ae79db'
- '754ddb53327c72697d916e6b121de811'
- '6b14d0c655a4511f33fb426fa0991566'
- 'd2d608ddd3d435b42f2db78a0d584556'
- '2999c61dc74a21569913e921b5f84296'
- '457b84111de54fe416f6ff4f62043ff0'
- '46cfcfb628d2d410946d4cb91d94a341'
- 'de50a40ef02eb993fa062ce7df4b90a1'
- '01e5ef1defb86ddca74c2bb01219e4ce'
- '42cbba4786377ccec755951785712396'
- 'f16f1ca5cef2cb1756c23d541914efb1'
- '831d8503ed7652e668666bac29d7e929'
- 'e240c32221721145d2cbf3f7d33248db')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 180302, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 21:33:06 UTC (rev 180303)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20160616
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/;
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:27:54
  Author: spupykin
Revision: 180302

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 180301, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 180301, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 180301, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 180301, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 180301, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 180301, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  118 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   59 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   59 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 21:27:08 UTC (rev 180301)
+++ community-i686/PKGBUILD 2016-06-15 21:27:54 UTC (rev 180302)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=8.18.0
-pkgrel=2
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('750d552bdcbf255c85f464ffbe21168a'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --enable-impstats \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 180301, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 21:27:54 UTC (rev 180302)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.19.0
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+   

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:27:08
  Author: spupykin
Revision: 180301

upgpkg: rsyslog 8.19.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 21:27:03 UTC (rev 180300)
+++ PKGBUILD2016-06-15 21:27:08 UTC (rev 180301)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=rsyslog
-pkgver=8.18.0
-pkgrel=2
+pkgver=8.19.0
+pkgrel=1
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('750d552bdcbf255c85f464ffbe21168a'
+md5sums=('93003afc247885819e65651c99006c31'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 


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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:27:03
  Author: spupykin
Revision: 180300

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 180299, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 180299, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  148 ++---
 license  |  128 ++--
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 21:26:32 UTC (rev 180299)
+++ PKGBUILD2016-06-15 21:27:03 UTC (rev 180300)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20152002
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/;
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('898ec7c0bd48844efdf7af53916715cb'
- '06a779406b45edddbd19fda96696ab4a'
- 'd5e62446ff3db57bbc944c7255a9f41d'
- '35ffa7c53272a850bc35d4bff83d6407'
- '2ccbe4668538c5d49d0301b466cbdf25'
- '49533185c2b96421ec2bf3ac39ad8dde'
- '07e05caabe06cbaae11fc77d821e1ba9'
- 'f6a807f8ee27e45fccdba64bda813bf1'
- '451783845c87af514ca954b8f755f2e1'
- '2a91fcb0200805122e3e9ee28821854f'
- '2a73f4e42589161377145a724349bd3f'
- '4d32ed0d39c5dfcae2d83be786944c85'
- 'd70ed62e883251594132fc0d6b655862'
- 'a5c7928eee531cf26a2f5036cf811a3b'
- 'f31b5f57186925311f1071a295932b68'
- '4c08d7994d9e1a1771fa300ca37611b4'
- '39d3fb97171472f553fbac02990b6b74'
- 'bd2f40beeb664ae9fa5bd061c10df177')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 180299, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 21:27:03 UTC (rev 180300)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20160616
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/;
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:26:32
  Author: spupykin
Revision: 180299

upgpkg: rfc 20160616-1

upd

Modified:
  rfc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 21:01:50 UTC (rev 180298)
+++ PKGBUILD2016-06-15 21:26:32 UTC (rev 180299)
@@ -4,7 +4,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=rfc
-pkgver=20152002
+pkgver=20160616
 pkgrel=1
 pkgdesc="RFCs from rfc-editor.org"
 arch=('any')
@@ -29,24 +29,24 @@
 http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
 http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
 http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('898ec7c0bd48844efdf7af53916715cb'
+md5sums=('62cef6285bfb93e332659822fbd1c80d'
  '06a779406b45edddbd19fda96696ab4a'
- 'd5e62446ff3db57bbc944c7255a9f41d'
- '35ffa7c53272a850bc35d4bff83d6407'
- '2ccbe4668538c5d49d0301b466cbdf25'
- '49533185c2b96421ec2bf3ac39ad8dde'
- '07e05caabe06cbaae11fc77d821e1ba9'
- 'f6a807f8ee27e45fccdba64bda813bf1'
- '451783845c87af514ca954b8f755f2e1'
- '2a91fcb0200805122e3e9ee28821854f'
- '2a73f4e42589161377145a724349bd3f'
- '4d32ed0d39c5dfcae2d83be786944c85'
- 'd70ed62e883251594132fc0d6b655862'
- 'a5c7928eee531cf26a2f5036cf811a3b'
- 'f31b5f57186925311f1071a295932b68'
- '4c08d7994d9e1a1771fa300ca37611b4'
- '39d3fb97171472f553fbac02990b6b74'
- 'bd2f40beeb664ae9fa5bd061c10df177')
+ 'd40628d29784606b34a6d945867a11ca'
+ 'a5d15abb0c0a78d865a2b0cd11303eed'
+ '1410514ce98023ff10e103c517ad0843'
+ '444290d891fb47cb6420508a34ae79db'
+ '754ddb53327c72697d916e6b121de811'
+ '6b14d0c655a4511f33fb426fa0991566'
+ 'd2d608ddd3d435b42f2db78a0d584556'
+ '2999c61dc74a21569913e921b5f84296'
+ '457b84111de54fe416f6ff4f62043ff0'
+ '46cfcfb628d2d410946d4cb91d94a341'
+ 'de50a40ef02eb993fa062ce7df4b90a1'
+ '01e5ef1defb86ddca74c2bb01219e4ce'
+ '42cbba4786377ccec755951785712396'
+ 'f16f1ca5cef2cb1756c23d541914efb1'
+ '831d8503ed7652e668666bac29d7e929'
+ 'e240c32221721145d2cbf3f7d33248db')
 
 package() {
 cd "$srcdir"


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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:01:50
  Author: spupykin
Revision: 180298

fix shared cache

Modified:
  bup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 18:48:23 UTC (rev 180297)
+++ PKGBUILD2016-06-15 21:01:50 UTC (rev 180298)
@@ -18,7 +18,7 @@
 makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
 checkdepends=('rsync' 'python2-tornado')
 optdepends=('python2-tornado: for bup web')
-source=("https://github.com/bup/bup/archive/$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bup/bup/archive/$pkgver.tar.gz;)
 md5sums=('94d47ec13c5edcad4061b8abe2e8dcdd')
 
 build() {


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

2016-06-15 Thread Laurent Carlier
Date: Wednesday, June 15, 2016 @ 20:19:41
  Author: lcarlier
Revision: 27

upgpkg: vulkan-docs 1:1.0.16-1

upstream update 1.0.16

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 19:34:12 UTC (rev 26)
+++ PKGBUILD2016-06-15 20:19:41 UTC (rev 27)
@@ -3,10 +3,10 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.15
+pkgver=1.0.16
 epoch=1
 _pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160527
+_pkgver=1.0-core+wsi-20160610
 pkgrel=1
 arch=(any)
 url="https://www.khronos.org/vulkan/;
@@ -14,7 +14,7 @@
 makedepends=(asciidoc)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('2443e23914f5e43d6d4755d988431cb9')
+md5sums=('a77c285ce52df66dec8628a133169f67')
 
 build() {
   cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2016-06-15 Thread Laurent Carlier
Date: Wednesday, June 15, 2016 @ 20:19:46
  Author: lcarlier
Revision: 270001

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 27, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 20:19:41 UTC (rev 27)
+++ PKGBUILD2016-06-15 20:19:46 UTC (rev 270001)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.15
-epoch=1
-_pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160527
-pkgrel=1
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoc)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('2443e23914f5e43d6d4755d988431cb9')
-
-build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
-
-  make manpages
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 ${pkgdir}/usr/include/vulkan
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-man-pages() {
-  pkgdesc="Vulkan man pages"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/man/man3"
-  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 27, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 20:19:46 UTC (rev 270001)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-man-pages)
+pkgver=1.0.16
+epoch=1
+_pkgname=Vulkan-Docs
+_pkgver=1.0-core+wsi-20160610
+pkgrel=1
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoc)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
+md5sums=('a77c285ce52df66dec8628a133169f67')
+
+build() {
+  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
+
+  make manpages
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 ${pkgdir}/usr/include/vulkan
+  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
+  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-man-pages() {
+  pkgdesc="Vulkan man pages"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 "${pkgdir}/usr/share/man/man3"
+  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}


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

2016-06-15 Thread Jan Steffens
Date: Wednesday, June 15, 2016 @ 19:34:12
  Author: heftig
Revision: 26

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-15 19:33:29 UTC (rev 269998)
+++ extra-i686/PKGBUILD 2016-06-15 19:34:12 UTC (rev 26)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=accountsservice
-pkgver=0.6.40
-pkgrel=2
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/;
-license=(GPL3)
-depends=(glib2 polkit systemd)
-makedepends=(intltool gobject-introspection python2 gtk-doc)
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/libsystemd-login/libsystemd/g' configure.ac
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 269998, 
accountsservice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-15 19:34:12 UTC (rev 26)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=accountsservice
+pkgver=0.6.42
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+url="http://www.freedesktop.org/software/accountsservice/;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gobject-introspection python2 gtk-doc xmlto)
+source=("$url/$pkgname-$pkgver.tar.xz")
+sha256sums=('e56494c2f18627900b57234e5628923cc16a37bf8fd16b06c46118d6ae9c007e')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc \
+--enable-docbook-docs
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-15 19:33:29 UTC (rev 269998)
+++ extra-x86_64/PKGBUILD   2016-06-15 19:34:12 UTC (rev 26)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=accountsservice
-pkgver=0.6.40
-pkgrel=2
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/;
-license=(GPL3)
-depends=(glib2 polkit systemd)
-makedepends=(intltool gobject-introspection python2 gtk-doc)
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/libsystemd-login/libsystemd/g' configure.ac
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 269998, 
accountsservice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-15 19:34:12 UTC (rev 26)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=accountsservice
+pkgver=0.6.42
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and 

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

2016-06-15 Thread Jan Steffens
Date: Wednesday, June 15, 2016 @ 19:33:29
  Author: heftig
Revision: 269998

0.6.42-1

Modified:
  accountsservice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 19:10:04 UTC (rev 269997)
+++ PKGBUILD2016-06-15 19:33:29 UTC (rev 269998)
@@ -3,29 +3,26 @@
 # Contributor: Ionut Biru 
 
 pkgname=accountsservice
-pkgver=0.6.40
-pkgrel=2
+pkgver=0.6.42
+pkgrel=1
 pkgdesc="D-Bus interface for user account query and manipulation"
+url="http://www.freedesktop.org/software/accountsservice/;
 arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/;
 license=(GPL3)
 depends=(glib2 polkit systemd)
-makedepends=(intltool gobject-introspection python2 gtk-doc)
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
+makedepends=(intltool gobject-introspection python2 gtk-doc xmlto)
+source=("$url/$pkgname-$pkgver.tar.xz")
+sha256sums=('e56494c2f18627900b57234e5628923cc16a37bf8fd16b06c46118d6ae9c007e')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i 's/libsystemd-login/libsystemd/g' configure.ac
-  autoreconf -fvi
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc \
+--enable-docbook-docs
   make
 }
 


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 19:10:04
  Author: andyrtr
Revision: 269997

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

Added:
  fontconfig/repos/testing-i686/
  
fontconfig/repos/testing-i686/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch
(from rev 269996, 
fontconfig/trunk/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch)
  fontconfig/repos/testing-i686/0002-Update-aliases-for-new-URW-fonts.patch
(from rev 269996, 
fontconfig/trunk/0002-Update-aliases-for-new-URW-fonts.patch)
  fontconfig/repos/testing-i686/PKGBUILD
(from rev 269996, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-i686/fontconfig.install
(from rev 269996, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/testing-x86_64/
  
fontconfig/repos/testing-x86_64/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch
(from rev 269996, 
fontconfig/trunk/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch)
  fontconfig/repos/testing-x86_64/0002-Update-aliases-for-new-URW-fonts.patch
(from rev 269996, 
fontconfig/trunk/0002-Update-aliases-for-new-URW-fonts.patch)
  fontconfig/repos/testing-x86_64/PKGBUILD
(from rev 269996, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-x86_64/fontconfig.install
(from rev 269996, fontconfig/trunk/fontconfig.install)

--+
 testing-i686/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch   | 
  43 ++
 testing-i686/0002-Update-aliases-for-new-URW-fonts.patch | 
  49 +++
 testing-i686/PKGBUILD| 
  66 ++
 testing-i686/fontconfig.install  | 
  40 ++
 testing-x86_64/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch | 
  43 ++
 testing-x86_64/0002-Update-aliases-for-new-URW-fonts.patch   | 
  49 +++
 testing-x86_64/PKGBUILD  | 
  66 ++
 testing-x86_64/fontconfig.install| 
  40 ++
 8 files changed, 396 insertions(+)

Copied: 
fontconfig/repos/testing-i686/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch
 (from rev 269996, 
fontconfig/trunk/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch)
===
--- testing-i686/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch  
(rev 0)
+++ testing-i686/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch  
2016-06-15 19:10:04 UTC (rev 269997)
@@ -0,0 +1,43 @@
+From e7121de237a1873c3241a5b8451e7d00a3d41524 Mon Sep 17 00:00:00 2001
+From: Akira TAGOH 
+Date: Fri, 3 Oct 2014 12:26:42 +0900
+Subject: Revert "Bug 73291 - poppler does not show fl ligature"
+
+This reverts commit c6aa4d4bfcbed14f39d070fe7ef90a4b74642ee7.
+
+This issue has been fixed in poppler and we no longer need to patch it out in 
fontconfig.
+
+diff --git a/conf.d/30-metric-aliases.conf b/conf.d/30-metric-aliases.conf
+index 08c8ba3..49a9602 100644
+--- a/conf.d/30-metric-aliases.conf
 b/conf.d/30-metric-aliases.conf
+@@ -77,15 +77,12 @@ but in an order preferring similar designs first.  We do 
this in three steps:
+ 
+   
+ 
+-
+ 
+   
+ Nimbus Mono L
+@@ -418,10 +415,7 @@ but in an order preferring similar designs first.  We do 
this in three steps:
+   
+ Times
+ 
+-
+ Nimbus Roman No9 L
+ 
+   
+-- 
+cgit v0.10.2
+

Copied: 
fontconfig/repos/testing-i686/0002-Update-aliases-for-new-URW-fonts.patch (from 
rev 269996, fontconfig/trunk/0002-Update-aliases-for-new-URW-fonts.patch)
===
--- testing-i686/0002-Update-aliases-for-new-URW-fonts.patch
(rev 0)
+++ testing-i686/0002-Update-aliases-for-new-URW-fonts.patch2016-06-15 
19:10:04 UTC (rev 269997)
@@ -0,0 +1,49 @@
+From b732bf057f4b3ec3bac539803005e9c42d056b2a Mon Sep 17 00:00:00 2001
+From: Akira TAGOH 
+Date: Thu, 6 Nov 2014 13:15:09 +0900
+Subject: Update aliases for new URW fonts
+
+Patch from Tom Yan
+
+https://bugs.freedesktop.org/show_bug.cgi?id=85225
+
+diff --git a/conf.d/45-latin.conf b/conf.d/45-latin.conf
+index 996fb81..72490f3 100644
+--- a/conf.d/45-latin.conf
 b/conf.d/45-latin.conf
+@@ -34,6 +34,10 @@
+   serif
+   
+   
++  Nimbus Roman
++  serif
++  
++  
+   Luxi Serif
+   serif
+   
+@@ -97,6 +101,10 @@
+   sans-serif
+   
+   
++  Nimbus Sans
++  sans-serif
++  
++  
+   Luxi Sans
+   sans-serif
+   
+@@ -151,6 +159,10 @@
+   Nimbus Mono L
+   monospace
+   
++ 

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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 19:09:53
  Author: andyrtr
Revision: 269996

upgpkg: fontconfig 2.12.0-1

upstream update 2.12.0

Modified:
  fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 19:06:50 UTC (rev 269995)
+++ PKGBUILD2016-06-15 19:09:53 UTC (rev 269996)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=fontconfig
-pkgver=2.11.95
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
 
#git://anongit.freedesktop.org/fontconfig#commit=d05d083e9f87eb378b92e477d34a88061a572d86
 # 2016-03-09 01:20:41 (GMT)
 0002-Update-aliases-for-new-URW-fonts.patch)
-sha256sums=('7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89'
+sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224'
 '08b5b1ccdfc1fb91787b9211758b01d9d7a988ad939c4cd0c4b5ae0e8143e59d')
 
   # a nice page to test font matching:


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 19:06:50
  Author: andyrtr
Revision: 269995

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-15 19:06:36 UTC (rev 269994)
+++ extra-i686/PKGBUILD 2016-06-15 19:06:50 UTC (rev 269995)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('17630821a57e6e3f02e01ade836f24068df9bd530067091152b0d468c3a86f40'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 269994, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-15 19:06:50 UTC (rev 269995)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-15 19:06:36 UTC (rev 269994)
+++ extra-x86_64/PKGBUILD   2016-06-15 19:06:50 UTC (rev 269995)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('17630821a57e6e3f02e01ade836f24068df9bd530067091152b0d468c3a86f40'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 269994, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-15 19:06:50 UTC (rev 269995)
@@ -0,0 +1,37 @@
+# $Id$
+# 

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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 19:06:36
  Author: andyrtr
Revision: 269994

upgpkg: libevdev 1.5.2-1

upstream update 1.5.2

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 17:06:09 UTC (rev 269993)
+++ PKGBUILD2016-06-15 19:06:36 UTC (rev 269994)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('17630821a57e6e3f02e01ade836f24068df9bd530067091152b0d468c3a86f40'
+sha256sums=('5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:48:23
  Author: jlichtblau
Revision: 180297

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 180296, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 18:48:11 UTC (rev 180296)
+++ PKGBUILD2016-06-15 18:48:23 UTC (rev 180297)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.9.0.2
-pkgrel=1
-epoch=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('eeac517004e9637003caa1c6e1ec6913b445b13539f6611104d79c9f8a3c')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 180296, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 18:48:23 UTC (rev 180297)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.9.0.3
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('30981f018ce393f50ef44c5fdf2a9a97c71f1bb017bcd26e52a76eed02fb6a52')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:48:11
  Author: jlichtblau
Revision: 180296

upgpkg: syncthing-gtk 1:0.9.0.3-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 18:46:47 UTC (rev 180295)
+++ PKGBUILD2016-06-15 18:48:11 UTC (rev 180296)
@@ -4,7 +4,7 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.9.0.2
+pkgver=0.9.0.3
 pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
@@ -17,7 +17,7 @@
 'python2-caja: file manager integration for Caja'
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('eeac517004e9637003caa1c6e1ec6913b445b13539f6611104d79c9f8a3c')
+sha256sums=('30981f018ce393f50ef44c5fdf2a9a97c71f1bb017bcd26e52a76eed02fb6a52')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:46:29
  Author: jlichtblau
Revision: 180294

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

Modified:
  syncthing-inotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 18:03:36 UTC (rev 180293)
+++ PKGBUILD2016-06-15 18:46:29 UTC (rev 180294)
@@ -3,7 +3,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.8
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 url="https://github.com/syncthing/syncthing-inotify;


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

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:46:47
  Author: jlichtblau
Revision: 180295

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 18:46:29 UTC (rev 180294)
+++ community-i686/PKGBUILD 2016-06-15 18:46:47 UTC (rev 180295)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify;
-license=('MPL')
-arch=('i686' 'x86_64')
-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 180294, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 18:46:47 UTC (rev 180295)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify;
+license=('MPL')
+arch=('i686' 'x86_64')
+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   2016-06-15 18:46:29 UTC (rev 180294)
+++ community-x86_64/PKGBUILD   2016-06-15 18:46:47 UTC (rev 180295)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify;
-license=('MPL')
-arch=('i686' 'x86_64')

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

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:03:36
  Author: jlichtblau
Revision: 180293

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 180292, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 180292, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

+
 PKGBUILD   |   78 +++---
 kmymoney.changelog |  104 ++-
 2 files changed, 93 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 18:03:26 UTC (rev 180292)
+++ PKGBUILD2016-06-15 18:03:36 UTC (rev 180293)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=4.7.2
-pkgrel=5
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('i686' 'x86_64')
-url="http://kmymoney2.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
-replaces=('kmymoney2')
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 180292, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 18:03:36 UTC (rev 180293)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('i686' 'x86_64')
+url="http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
+replaces=('kmymoney2')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2016-06-15 18:03:26 UTC (rev 180292)
+++ kmymoney.changelog  2016-06-15 18:03:36 UTC (rev 180293)
@@ -1,50 +0,0 @@
-2016-04-29 Jaroslav Lichtblau 
-   * kmymoney 4.7.2-4 pacman hooks rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-   * kmymoney 4.7.2-3 libical rebuild
-
-2015-04-28 Jaroslav Lichtblau 
-   * kmymoney 4.7.2-1
-
-2014-11-02 Jaroslav Lichtblau 
-   * kmymoney 4.7.1-1
-
-2014-10-02 Jaroslav Lichtblau 
-   * kmymoney 4.7.0-1
-
-2013-10-06 Jaroslav Lichtblau 
-   * kmymoney 4.6.4-1
-
-2012-09-09 Jaroslav Lichtblau 
-   * kmymoney 4.6.3-1
-
-2012-08-09  Eric Belanger  
-* kmymoney 4.6.2-2
-   * Rebuild against libofx 0.9.5
-
-2011-02-19 Jaroslav Lichtblau 
-   * kmymoney 4.5.3
-
-2010-12-27 Jaroslav Lichtblau 
-   * kmymoney 4.5.2
-
-2010-10-20 Jaroslav Lichtblau 
-   * kmymoney 4.5.1
-   * Added aqbanking dependency
-
-2010-08-22 Jaroslav Lichtblau 

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

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:03:26
  Author: jlichtblau
Revision: 180292

upgpkg: kmymoney 4.8.0-1 - new upstream release

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog

+
 PKGBUILD   |6 +++---
 kmymoney.changelog |4 
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 17:47:24 UTC (rev 180291)
+++ PKGBUILD2016-06-15 18:03:26 UTC (rev 180292)
@@ -7,8 +7,8 @@
 # Contributor: Todd Maynard 
 
 pkgname=kmymoney
-pkgver=4.7.2
-pkgrel=5
+pkgver=4.8.0
+pkgrel=1
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('i686' 'x86_64')
 url="http://kmymoney2.sourceforge.net/;
@@ -18,7 +18,7 @@
 replaces=('kmymoney2')
 changelog=$pkgname.changelog
 
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
+sha256sums=('c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2016-06-15 17:47:24 UTC (rev 180291)
+++ kmymoney.changelog  2016-06-15 18:03:26 UTC (rev 180292)
@@ -1,3 +1,7 @@
+2016-06-15 Jaroslav Lichtblau 
+   * kmymoney 4.8.0-1 x86_64
+   * i686 build fails https://bugs.kde.org/show_bug.cgi?id=364355
+
 2016-04-29 Jaroslav Lichtblau 
* kmymoney 4.7.2-4 pacman hooks rebuild
 


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:47:24
  Author: andyrtr
Revision: 180291

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

Added:
  bluegriffon/repos/community-staging-i686/
  bluegriffon/repos/community-staging-i686/PKGBUILD
(from rev 180290, bluegriffon/trunk/PKGBUILD)
  bluegriffon/repos/community-staging-i686/bluegriffon.desktop
(from rev 180290, bluegriffon/trunk/bluegriffon.desktop)
  bluegriffon/repos/community-staging-i686/bug_70722_include_next_in_cmath.patch
(from rev 180290, bluegriffon/trunk/bug_70722_include_next_in_cmath.patch)
  bluegriffon/repos/community-staging-i686/mozconfig
(from rev 180290, bluegriffon/trunk/mozconfig)
  bluegriffon/repos/community-staging-x86_64/
  bluegriffon/repos/community-staging-x86_64/PKGBUILD
(from rev 180290, bluegriffon/trunk/PKGBUILD)
  bluegriffon/repos/community-staging-x86_64/bluegriffon.desktop
(from rev 180290, bluegriffon/trunk/bluegriffon.desktop)
  
bluegriffon/repos/community-staging-x86_64/bug_70722_include_next_in_cmath.patch
(from rev 180290, bluegriffon/trunk/bug_70722_include_next_in_cmath.patch)
  bluegriffon/repos/community-staging-x86_64/mozconfig
(from rev 180290, bluegriffon/trunk/mozconfig)

+
 community-staging-i686/PKGBUILD|   91 
++
 community-staging-i686/bluegriffon.desktop |   16 +
 community-staging-i686/bug_70722_include_next_in_cmath.patch   |   12 +
 community-staging-i686/mozconfig   |   83 +
 community-staging-x86_64/PKGBUILD  |   91 
++
 community-staging-x86_64/bluegriffon.desktop   |   16 +
 community-staging-x86_64/bug_70722_include_next_in_cmath.patch |   12 +
 community-staging-x86_64/mozconfig |   83 +
 8 files changed, 404 insertions(+)

Copied: bluegriffon/repos/community-staging-i686/PKGBUILD (from rev 180290, 
bluegriffon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 17:47:24 UTC (rev 180291)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Balló György 
+
+pkgname=bluegriffon
+pkgver=1.8
+_mozilla_ver=fec90cbfbaad
+_github_ver=5961e4cbc9ea546f9d7e4b9a7f2bb6884d66a378
+pkgrel=3
+pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
+arch=('i686' 'x86_64')
+url="http://bluegriffon.org/;
+license=('MPL' 'GPL' 'LGPL')
+depends=('alsa-lib' 'desktop-file-utils' 'dbus-glib' 'gtk2' 'hunspell' 
'mozilla-common'
+ 'nss' 'libevent' 'libvpx' 'libxt' 'python2' 'startup-notification')
+makedepends=('autoconf2.13' 'libpulse' 'unzip' 'zip')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgname}/archive/${_github_ver}.tar.gz;
+
"mozilla-central-${_mozilla_ver}.tar.bz2"::"http://hg.mozilla.org/mozilla-central/archive/${_mozilla_ver}.tar.bz2;
+
"bug_1194520_add_ftfntfmt.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/af40750720b5;
+
"bug_1153109_CXX11_ABI.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/070d6e282fe4;
+"bug_70722_include_next_in_cmath.patch"
+"mozconfig"
+"${pkgname}.desktop")
+sha256sums=('0c629f882a7b7fcdf4416871db8d522f43653b62c0e5a25168b1914af8448a11'
+'95a9868b809664bd79727119eace53b9f6e97c54a137c28b7e6dda688aade6fd'
+'3aea9a83bf304da5525f34a911712cf42f8ded1c8b6becf0a2cf8a4b4f7facd6'
+'2df11bae529ce96d0133ba3ce076e0016350d66a7800a2253b19db13785a87fd'
+'b981a29f6243373b9118990727c17a4dee24156a9af1ea0eb25f23acd51fd37b'
+'fb8b56dcbf3daf13ac336b85183db8d48068d9f82dc74acad9fa619a165c601f'
+'882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff')
+
+prepare() {
+  cd "${srcdir}/mozilla-central-${_mozilla_ver}"
+
+  # Move files to their correct location
+  cp -r "${srcdir}/${pkgname}-${_github_ver}" bluegriffon
+  cp "${srcdir}/mozconfig" .mozconfig
+
+  # Apply patches
+  patch -p1 -i "${srcdir}/bug_1194520_add_ftfntfmt.patch"
+  patch -p1 -i "${srcdir}/bug_1153109_CXX11_ABI.patch"
+  patch -p1 -i "${srcdir}/bug_70722_include_next_in_cmath.patch"
+
+  # Apply BlueGriffon's upstream customizations
+  patch -Np1 -i bluegriffon/config/content.patch
+
+  # python2 fix
+  find . -name \*.py -exec sed -i 's@^#.*python$@#!/usr/bin/python2@' '{}' \;
+}
+
+build() {
+  cd "${srcdir}/mozilla-central-${_mozilla_ver}"
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  export CPPFLAGS+=' -O2'
+  export PYTHON=python2
+
+  # Build the package
+  ./mach build
+}
+

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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:47:09
  Author: andyrtr
Revision: 180290

upgpkg: bluegriffon 1.8-3

hunspell rebuild

Modified:
  bluegriffon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 17:11:49 UTC (rev 180289)
+++ PKGBUILD2016-06-15 17:47:09 UTC (rev 180290)
@@ -6,7 +6,7 @@
 pkgver=1.8
 _mozilla_ver=fec90cbfbaad
 _github_ver=5961e4cbc9ea546f9d7e4b9a7f2bb6884d66a378
-pkgrel=2
+pkgrel=3
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
 arch=('i686' 'x86_64')
 url="http://bluegriffon.org/;


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:11:49
  Author: andyrtr
Revision: 180289

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

Added:
  tea/repos/community-staging-i686/
  tea/repos/community-staging-i686/PKGBUILD
(from rev 180288, tea/trunk/PKGBUILD)
  tea/repos/community-staging-i686/tea.desktop
(from rev 180288, tea/trunk/tea.desktop)
  tea/repos/community-staging-i686/tea.install
(from rev 180288, tea/trunk/tea.install)
  tea/repos/community-staging-x86_64/
  tea/repos/community-staging-x86_64/PKGBUILD
(from rev 180288, tea/trunk/PKGBUILD)
  tea/repos/community-staging-x86_64/tea.desktop
(from rev 180288, tea/trunk/tea.desktop)
  tea/repos/community-staging-x86_64/tea.install
(from rev 180288, tea/trunk/tea.install)

--+
 community-staging-i686/PKGBUILD  |   39 +
 community-staging-i686/tea.desktop   |   10 
 community-staging-i686/tea.install   |4 +++
 community-staging-x86_64/PKGBUILD|   39 +
 community-staging-x86_64/tea.desktop |   10 
 community-staging-x86_64/tea.install |4 +++
 6 files changed, 106 insertions(+)

Copied: tea/repos/community-staging-i686/PKGBUILD (from rev 180288, 
tea/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 17:11:49 UTC (rev 180289)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Michal Kaliszka 
+# Contributor: Zsolt Varadi 
+
+pkgname=tea
+pkgver=41.1.1
+pkgrel=2
+pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
+arch=('i686' 'x86_64')
+url="http://semiletov.org/tea/;
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('5c011eaf9dca8d1dde6dbad1ef757e38'
+ '377ace3363124f4c086de0babb820761')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+#  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  sed -i 's|/usr/local|/usr|g' src.pro
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  qmake-qt4
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make INSTALL_ROOT="${pkgdir}" install
+  install -Dm644 "${srcdir}/tea.desktop" 
"${pkgdir}/usr/share/applications/tea.desktop"
+  install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png"
+}

Copied: tea/repos/community-staging-i686/tea.desktop (from rev 180288, 
tea/trunk/tea.desktop)
===
--- community-staging-i686/tea.desktop  (rev 0)
+++ community-staging-i686/tea.desktop  2016-06-15 17:11:49 UTC (rev 180289)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Tea
+Comment=A small programmer's QT editor
+Exec=tea %U
+Terminal=false
+Type=Application
+StartupNotify=true
+Icon=tea.png
+Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-staging-i686/tea.install (from rev 180288, 
tea/trunk/tea.install)
===
--- community-staging-i686/tea.install  (rev 0)
+++ community-staging-i686/tea.install  2016-06-15 17:11:49 UTC (rev 180289)
@@ -0,0 +1,4 @@
+post_upgrade() {
+  echo ""
+  echo "for the old GTK branch of TEA install teagtk"
+}

Copied: tea/repos/community-staging-x86_64/PKGBUILD (from rev 180288, 
tea/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 17:11:49 UTC (rev 180289)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Michal Kaliszka 
+# Contributor: Zsolt Varadi 
+
+pkgname=tea
+pkgver=41.1.1
+pkgrel=2
+pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
+arch=('i686' 'x86_64')
+url="http://semiletov.org/tea/;
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('5c011eaf9dca8d1dde6dbad1ef757e38'
+ '377ace3363124f4c086de0babb820761')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+#  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  sed -i 's|/usr/local|/usr|g' src.pro

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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:11:39
  Author: andyrtr
Revision: 180288

upgpkg: tea 41.1.1-2

hunspell rebuild

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 16:24:36 UTC (rev 180287)
+++ PKGBUILD2016-06-15 17:11:39 UTC (rev 180288)
@@ -7,7 +7,7 @@
 
 pkgname=tea
 pkgver=41.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
 arch=('i686' 'x86_64')
 url="http://semiletov.org/tea/;


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:06:04
  Author: andyrtr
Revision: 269992

upgpkg: tzdata 2016e-1

upstream update 2016e

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 17:00:54 UTC (rev 269991)
+++ PKGBUILD2016-06-15 17:06:04 UTC (rev 269992)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2016d
+pkgver=2016e
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha512sums=('f1beb1793c4c7d18f2dadaf4a928b1476f66b400bda0c87b06155c0dd1c4b4a26bb2f37dc17a3676a2bbe9c1e71a5d8b27a171c797a86464b0bc0d13abfb2f99'
+sha512sums=('dace0f6fc87a73879ca3a1b143d7dcf9c50803e23e6b8c91f83711704e28129af776676c547c42f14dee7f1e8e285ce25296e53a52d11f4c8f155b5f80f4beb3'
   'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:06:09
  Author: andyrtr
Revision: 269993

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 269992, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 269992, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-15 17:06:09 UTC (rev 269993)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2016e
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha512sums=('dace0f6fc87a73879ca3a1b143d7dcf9c50803e23e6b8c91f83711704e28129af776676c547c42f14dee7f1e8e285ce25296e53a52d11f4c8f155b5f80f4beb3'
+  'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:00:38
  Author: andyrtr
Revision: 269990

upgpkg: libgcrypt 1.7.1-1

upstream update 1.7.1

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 12:11:24 UTC (rev 269989)
+++ PKGBUILD2016-06-15 17:00:38 UTC (rev 269990)
@@ -6,8 +6,8 @@
 # then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
 
 pkgname=libgcrypt
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG"
 arch=(i686 x86_64)
 url="http://www.gnupg.org;
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 # https://www.gnupg.org/download/integrity_check.html
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('f840b737faafded451a084ae143285ad68bbfb01'
+sha1sums=('b688add52b622bb96bbd823ba21aa05a116d442f'
   'SKIP')
 validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
   'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch


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

2016-06-15 Thread Andreas Radke
Date: Wednesday, June 15, 2016 @ 17:00:54
  Author: andyrtr
Revision: 269991

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

Added:
  libgcrypt/repos/testing-i686/
  libgcrypt/repos/testing-i686/PKGBUILD
(from rev 269990, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-x86_64/
  libgcrypt/repos/testing-x86_64/PKGBUILD
(from rev 269990, libgcrypt/trunk/PKGBUILD)

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

Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 269990, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-15 17:00:54 UTC (rev 269991)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error>=1.10-2')
+options=('!emptydirs')
+# https://www.gnupg.org/download/integrity_check.html
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('b688add52b622bb96bbd823ba21aa05a116d442f'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 269990, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-15 17:00:54 UTC (rev 269991)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error>=1.10-2')
+options=('!emptydirs')
+# https://www.gnupg.org/download/integrity_check.html
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('b688add52b622bb96bbd823ba21aa05a116d442f'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2016-06-15 Thread Massimiliano Torromeo
Date: Wednesday, June 15, 2016 @ 16:24:36
  Author: mtorromeo
Revision: 180287

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 180286, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 180286, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 180286, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 180286, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 180286, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 180286, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 180286, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  314 
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 16:24:19 UTC (rev 180286)
+++ PKGBUILD2016-06-15 16:24:36 UTC (rev 180287)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.14.0
-pkgrel=1
-
-_thirdparty_commit=e1fcf90c07e0af00906f98cde8aa828bec7b2e01
-_brotli_commit=98ed7a23a83d64133b0a36a884e489bffb0eb864
-_folly_commit=05cdf111f5e6a4585a5e9140fda26f4fea070637
-_mcrouter_commit=679c32548ef7d3c8624b15c0c38f584b37177478
-_proxygen_commit=0b0b50c08b2165f4ed4e4f374ddbeabbc8582e44
-_squangle_commit=36a61d13d03e72dc710028d48de5616f9926128a
-_thrift_commit=8672f88b084d2d5242016f2a4df282ee2c6d4023
-_wangle_commit=4903f961a88751e684f703aaf08511cd5c486a84
-_webscalesql_commit=a9e580b5a0baa768210ef10544c8fab52003ec0b
-
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl'
- 'libvpx' 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml'
- 'fribidi' 're2' 'gperf' 'c-client' 'unixodbc' 'numactl')
-makedepends=('git' 'mercurial' 'cmake' 'gcc' 'boost' 'gflags' 'python2'
- 'pfff' 'ragel' 'libmariadbclient')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
"https://github.com/google/brotli/archive/$_brotli_commit/brotli-$_brotli_commit.tar.gz;
-
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
"https://github.com/facebook/mysql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-
"https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-sed 's/TypedValue m_extraArgs\[\];/TypedValue m_extraArgs[0];/' \
--i hphp/runtime/vm/bytecode.h
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-
-cd ../brotli
-rm -rf src
-ln -s "$srcdir"/brotli-$_brotli_commit src
-
-cd ../thrift
-rm -rf src
-ln -s "$srcdir"/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s "$srcdir"/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
-
-cd 

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

2016-06-15 Thread Massimiliano Torromeo
Date: Wednesday, June 15, 2016 @ 16:24:19
  Author: mtorromeo
Revision: 180286

upgpkg: hhvm 3.14.1-1

Updated to 3.14.1

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 14:01:27 UTC (rev 180285)
+++ PKGBUILD2016-06-15 16:24:19 UTC (rev 180286)
@@ -3,7 +3,7 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 
 _thirdparty_commit=e1fcf90c07e0af00906f98cde8aa828bec7b2e01
@@ -140,7 +140,7 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('6c99ba49a939b15f298935c0d52f3b2463b5e1b2fbf343df795a11909f5f0aa4'
+sha256sums=('055dbc4417d7c17366d553961da8f7f49f9dd95b01c9d34b20854089d42a703c'
 '06e4d11a9eb7385a035df4cccf7d5bcd45bedaea28394e2c50b9565b9aaf843b'
 '3c73b24518539ab5ba0d351931124dafddda37a44640528ff53dbd76acbe0089'
 '95f389831f134c203917f5c6802968006767d0c4f2cc20c1ca22ed28cd925700'


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 14:01:27
  Author: felixonmars
Revision: 180285

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 14:00:41 UTC (rev 180284)
+++ community-i686/PKGBUILD 2016-06-15 14:01:27 UTC (rev 180285)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.23.0
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
-sha256sums=('585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 180284, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 14:01:27 UTC (rev 180285)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.24.0
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
+checkdepends=('cppunit')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
+sha256sums=('35a496d2704ffb07e0b0dcac16c6d9b2854327967f984218517403d187f7bf37')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-15 14:00:41 UTC (rev 180284)
+++ community-x86_64/PKGBUILD   2016-06-15 14:01:27 UTC (rev 180285)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.23.0
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 14:00:41
  Author: felixonmars
Revision: 180284

upgpkg: aria2 1.24.0-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 12:59:35 UTC (rev 180283)
+++ PKGBUILD2016-06-15 14:00:41 UTC (rev 180284)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.23.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
 checkdepends=('cppunit')
 
source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
-sha256sums=('585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93')
+sha256sums=('35a496d2704ffb07e0b0dcac16c6d9b2854327967f984218517403d187f7bf37')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-15 Thread Jan Steffens
Date: Wednesday, June 15, 2016 @ 12:59:35
  Author: heftig
Revision: 180283

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
(from rev 180282, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 12:53:28 UTC (rev 180282)
+++ PKGBUILD2016-06-15 12:59:35 UTC (rev 180283)
@@ -1,18 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=wine-mono
-pkgver=4.6.2
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=(any)
-url="http://wiki.winehq.org/Mono;
-license=(GPL LGPL2.1 MPL)
-depends=('wine')
-source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
-md5sums=('c0ef08cb63a745142d26d093ad4ac299')
-
-package() {
-  _monodir="$pkgdir/usr/share/wine/mono"
-  install -Dm644 $pkgname-${pkgver}.msi "$_monodir/$pkgname-${pkgver}.msi"
-}

Copied: wine-mono/repos/community-any/PKGBUILD (from rev 180282, 
wine-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 12:59:35 UTC (rev 180283)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=wine-mono
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
+arch=(any)
+url="http://wiki.winehq.org/Mono;
+license=(GPL LGPL2.1 MPL)
+depends=('wine')
+source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
+md5sums=('f38640271249fca9da0e18f5dc9861e2')
+
+package() {
+  _monodir="$pkgdir/usr/share/wine/mono"
+  install -Dm644 $pkgname-${pkgver}.msi "$_monodir/$pkgname-${pkgver}.msi"
+}


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

2016-06-15 Thread Jan Steffens
Date: Wednesday, June 15, 2016 @ 12:53:28
  Author: heftig
Revision: 180282

4.6.3-1

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 10:22:48 UTC (rev 180281)
+++ PKGBUILD2016-06-15 12:53:28 UTC (rev 180282)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL LGPL2.1 MPL)
 depends=('wine')
 source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
-md5sums=('c0ef08cb63a745142d26d093ad4ac299')
+md5sums=('f38640271249fca9da0e18f5dc9861e2')
 
 package() {
   _monodir="$pkgdir/usr/share/wine/mono"


[arch-commits] Commit in webkitgtk/trunk (PKGBUILD webkitgtk-2.4.9-abs.patch)

2016-06-15 Thread Jan de Groot
Date: Wednesday, June 15, 2016 @ 12:11:24
  Author: jgc
Revision: 269989

Add patch to fix build with gcc6 (FS#49565), taken from Fedora instead

Added:
  webkitgtk/trunk/webkitgtk-2.4.9-abs.patch
Modified:
  webkitgtk/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 webkitgtk-2.4.9-abs.patch |   26 ++
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 10:52:55 UTC (rev 269988)
+++ PKGBUILD2016-06-15 12:11:24 UTC (rev 269989)
@@ -16,12 +16,17 @@
 'gst-plugins-good: media decoding'
 'gst-libav: nonfree media decoding')
 options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7')
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+webkitgtk-2.4.9-abs.patch)
+sha256sums=('588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7'
+'ec294bbb5588a1802a68e3615c6718486b22f922645c5fef686d3d103014bf70')
 
 prepare() {
   mkdir build-gtk{,2} path
   ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../webkitgtk-2.4.9-abs.patch
 }
 
 _build() (

Added: webkitgtk-2.4.9-abs.patch
===
--- webkitgtk-2.4.9-abs.patch   (rev 0)
+++ webkitgtk-2.4.9-abs.patch   2016-06-15 12:11:24 UTC (rev 269989)
@@ -0,0 +1,26 @@
+diff -Nur webkitgtk-2.4.9.orig/Source/WebCore/platform/gtk/GtkClickCounter.cpp 
webkitgtk-2.4.9/Source/WebCore/platform/gtk/GtkClickCounter.cpp
+--- webkitgtk-2.4.9.orig/Source/WebCore/platform/gtk/GtkClickCounter.cpp   
2015-05-20 03:03:24.0 -0600
 webkitgtk-2.4.9/Source/WebCore/platform/gtk/GtkClickCounter.cpp
2016-02-07 11:30:42.392686308 -0700
+@@ -85,8 +85,8 @@
+ guint32 eventTime = getEventTime(event);
+ 
+ if ((event->type == GDK_2BUTTON_PRESS || event->type == GDK_3BUTTON_PRESS)
+-|| ((abs(buttonEvent->x - m_previousClickPoint.x()) < 
doubleClickDistance)
+-&& (abs(buttonEvent->y - m_previousClickPoint.y()) < 
doubleClickDistance)
++|| ((fabs(buttonEvent->x - m_previousClickPoint.x()) < 
doubleClickDistance)
++&& (fabs(buttonEvent->y - m_previousClickPoint.y()) < 
doubleClickDistance)
+ && (eventTime - m_previousClickTime < 
static_cast(doubleClickTime))
+ && (buttonEvent->button == m_previousClickButton)))
+ m_currentClickCount++;
+diff -Nur 
webkitgtk-2.4.9.orig/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp 
webkitgtk-2.4.9/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp
+--- webkitgtk-2.4.9.orig/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp   
2015-05-20 03:03:24.0 -0600
 webkitgtk-2.4.9/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp
2016-02-07 11:49:36.384691005 -0700
+@@ -659,7 +659,7 @@
+ if (!std::isfinite(time))
+ return String::fromUTF8(_("indefinite time"));
+ 
+-int seconds = static_cast(abs(time));
++int seconds = static_cast(fabs(time));
+ int days = seconds / (60 * 60 * 24);
+ int hours = seconds / (60 * 60);
+ int minutes = (seconds / 60) % 60;


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

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 10:52:55
  Author: arojas
Revision: 269988

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-15 10:52:13 UTC (rev 269987)
+++ extra-i686/PKGBUILD 2016-06-15 10:52:55 UTC (rev 269988)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=16.04.2
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver kdoctools python)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('1e238d22a8ddfca45d4ee3e42be441578e7a3716')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krdc/repos/extra-i686/PKGBUILD (from rev 269987, krdc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-15 10:52:55 UTC (rev 269988)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=16.04.2
+pkgrel=2
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils kdnssd knotifyconfig)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools python)
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+conflicts=(kdenetwork-krdc)
+replaces=(kdenetwork-krdc)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('1e238d22a8ddfca45d4ee3e42be441578e7a3716')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-15 10:52:13 UTC (rev 269987)
+++ extra-x86_64/PKGBUILD   2016-06-15 10:52:55 UTC (rev 269988)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=16.04.2
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver kdoctools python)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('1e238d22a8ddfca45d4ee3e42be441578e7a3716')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krdc/repos/extra-x86_64/PKGBUILD (from rev 269987, krdc/trunk/PKGBUILD)

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

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 10:52:13
  Author: arojas
Revision: 269987

Restore freerdp support (FS#49722)

Modified:
  krdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:52:22 UTC (rev 269986)
+++ PKGBUILD2016-06-15 10:52:13 UTC (rev 269987)
@@ -5,7 +5,7 @@
 
 pkgname=krdc
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Remote Desktop Client'
 url='http://kde.org/applications/internet/krdc/'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL LGPL FDL)
 groups=(kde-applications kdenetwork)
 depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver kdoctools python)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools python)
 optdepends=('libvncserver: VNC support'
 'freerdp: RDP support'
 'kdebase-keditbookmarks: to edit bookmarks')


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

2016-06-15 Thread Christian Hesse
Date: Wednesday, June 15, 2016 @ 09:59:48
  Author: eworm
Revision: 180239

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

Added:
  yubico-pam/repos/community-i686/PKGBUILD
(from rev 180238, yubico-pam/trunk/PKGBUILD)
  yubico-pam/repos/community-x86_64/PKGBUILD
(from rev 180238, yubico-pam/trunk/PKGBUILD)
Deleted:
  yubico-pam/repos/community-i686/PKGBUILD
  yubico-pam/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 09:59:39 UTC (rev 180238)
+++ community-i686/PKGBUILD 2016-06-15 09:59:48 UTC (rev 180239)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-pam
-pkgver=2.22
-pkgrel=1
-pkgdesc='Yubico YubiKey PAM module'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-pam'
-license=('BSD')
-depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
-makedepends=('git' 'asciidoc')
-checkdepends=('perl-net-ldap-server')
-provides=('pam_yubico')
-conflicts=('pam_yubico')
-source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-   cd yubico-pam/
-
-   autoreconf -fi
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd yubico-pam/
-
-   make check
-}
-
-package() {
-   cd yubico-pam/
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-pam/repos/community-i686/PKGBUILD (from rev 180238, 
yubico-pam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 09:59:48 UTC (rev 180239)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-pam
+pkgver=2.23
+pkgrel=1
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')
+provides=('pam_yubico')
+conflicts=('pam_yubico')
+source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+   cd yubico-pam/
+
+   autoreconf -fi
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd yubico-pam/
+
+   make check
+}
+
+package() {
+   cd yubico-pam/
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
+   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
+   make DESTDIR="${pkgdir}/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-15 09:59:39 UTC (rev 180238)
+++ community-x86_64/PKGBUILD   2016-06-15 09:59:48 UTC (rev 180239)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-pam
-pkgver=2.22
-pkgrel=1
-pkgdesc='Yubico YubiKey PAM module'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-pam'
-license=('BSD')
-depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
-makedepends=('git' 'asciidoc')
-checkdepends=('perl-net-ldap-server')
-provides=('pam_yubico')
-conflicts=('pam_yubico')
-source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-   cd yubico-pam/
-
-   autoreconf -fi
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd yubico-pam/
-
-   make check
-}
-
-package() {
-   cd yubico-pam/
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-pam/repos/community-x86_64/PKGBUILD (from rev 180238, 
yubico-pam/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-15 09:59:48 UTC (rev 180239)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-pam
+pkgver=2.23
+pkgrel=1
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')

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

2016-06-15 Thread Christian Hesse
Date: Wednesday, June 15, 2016 @ 09:59:39
  Author: eworm
Revision: 180238

upgpkg: yubico-pam 2.23-1

new upstream release

Modified:
  yubico-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 09:46:29 UTC (rev 180237)
+++ PKGBUILD2016-06-15 09:59:39 UTC (rev 180238)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=yubico-pam
-pkgver=2.22
+pkgver=2.23
 pkgrel=1
 pkgdesc='Yubico YubiKey PAM module'
 arch=('i686' 'x86_64')


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:46:29
  Author: felixonmars
Revision: 180237

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 180236, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 180236, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 180236, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 09:46:29 UTC (rev 180237)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160613
+pkgrel=1
+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' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-clientsession" 
"haskell-concurrent-output"
+ "haskell-conduit" "haskell-conduit-extra" "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-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"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-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+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 180236, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 09:46:29 UTC (rev 180237)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160613
+pkgrel=1
+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' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:45:54
  Author: felixonmars
Revision: 180236

upgpkg: git-annex 6.20160613-1

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 09:23:18 UTC (rev 180235)
+++ PKGBUILD2016-06-15 09:45:54 UTC (rev 180236)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20160527
-pkgrel=4
+pkgver=6.20160613
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:23:18
  Author: felixonmars
Revision: 180235

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 180234, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/ghc8.patch
(from rev 180234, pandoc-crossref/trunk/ghc8.patch)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 180234, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/ghc8.patch
(from rev 180234, pandoc-crossref/trunk/ghc8.patch)

-+
 community-staging-i686/PKGBUILD |   61 ++
 community-staging-i686/ghc8.patch   |   24 +
 community-staging-x86_64/PKGBUILD   |   61 ++
 community-staging-x86_64/ghc8.patch |   24 +
 4 files changed, 170 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 180234, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 09:23:18 UTC (rev 180235)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.1.3
+pkgrel=7
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;
+ghc8.patch)
+sha256sums=('d14b78972c48a722b7e53d12fb601e4379d5384f9a58c8ce46ab42b058125471'
+'2a74124f1652d17da63e6cff5939b02633b0045929b175cc4570f7cadbc8cdc1')
+
+prepare() {
+sed -i 's/data-default >= 0.4 && <0.7/data-default >= 0.4 \&\& <0.8/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+(cd $pkgbase-$pkgver; patch -p1 -i ../ghc8.patch)
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-i686/ghc8.patch (from rev 
180234, pandoc-crossref/trunk/ghc8.patch)
===
--- community-staging-i686/ghc8.patch   (rev 0)
+++ community-staging-i686/ghc8.patch   2016-06-15 09:23:18 UTC (rev 180235)
@@ -0,0 +1,24 @@
+diff --git a/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs 
b/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs
+index c0f5499..b899f10 100644
+--- a/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs
 b/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs
+@@ -24,8 +24,8 @@ fromRecDef t cname f c = do
+   TyConI dec -> return dec
+   _ -> fail "No cons"
+   (_, cons) <- case reified of
+-   DataD _ _ params cons' _ -> return (params, cons')
+-   NewtypeD _ _ params con' _ -> return (params, [con'])
++   DataD _ _ params _ cons' _ -> return 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:22:43
  Author: felixonmars
Revision: 180234

upgpkg: pandoc-crossref 0.2.1.3-7

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 09:21:28 UTC (rev 180233)
+++ PKGBUILD2016-06-15 09:22:43 UTC (rev 180234)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.1.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:21:28
  Author: felixonmars
Revision: 180233

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 180232, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 180232, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 180232, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 180232, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   91 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   91 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 190 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 180232, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 09:21:28 UTC (rev 180233)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.1.2
+pkgrel=6
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify" 
"haskell-generic-deriving"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-hit"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-base" 
"haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary" "haskell-tls"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fc836b24fdeac54244fc79b6775d5edee146b7e552ad8e69596c7cc2f2b10625')
+
+prepare() {
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \
+-e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& 
<1.11,/' \
+-e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \
+-e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 
\&\& <2.12,/' \
+-e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \
+-e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& 
<0.6,/' \
+-e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& 
<0.6/' \
+-e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& 
<0.3,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+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[^ ]* 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:20:40
  Author: felixonmars
Revision: 180232

upgpkg: stack 1.1.2-6

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 09:03:13 UTC (rev 180231)
+++ PKGBUILD2016-06-15 09:20:40 UTC (rev 180232)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:03:13
  Author: felixonmars
Revision: 180231

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 180230, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 180230, purescript/trunk/PKGBUILD)

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 180230, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 09:03:13 UTC (rev 180231)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=4
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-semigroups" "haskell-sourcemap" 
"haskell-spdx" "haskell-split"
+ "haskell-stm" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() {
+sed -i 's/pipes >= 4.0.0 && < 4.2.0,/pipes >= 4.0.0 \&\& < 4.3.0,/' 
$pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 180230, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 09:03:13 UTC (rev 180231)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=4
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-semigroups" "haskell-sourcemap" 
"haskell-spdx" "haskell-split"
+ "haskell-stm" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 09:02:25
  Author: felixonmars
Revision: 180230

upgpkg: purescript 0.9.1-4

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:42:46 UTC (rev 180229)
+++ PKGBUILD2016-06-15 09:02:25 UTC (rev 180230)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("MIT")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:42:46
  Author: felixonmars
Revision: 180229

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 180228, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 08:42:46 UTC (rev 180229)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=40
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 180228, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 08:42:46 UTC (rev 180229)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=40
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:42:16
  Author: felixonmars
Revision: 180228

upgpkg: hoogle 4.2.43-40

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:19:53 UTC (rev 180227)
+++ PKGBUILD2016-06-15 08:42:16 UTC (rev 180228)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=39
+pkgrel=40
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:19:53
  Author: felixonmars
Revision: 180227

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 180226, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 08:19:53 UTC (rev 180227)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.1
+pkgrel=7
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e56b4a1b73b5d1b394af9c9730a2baf6df93a8cfd72b0429af36253083fdfaa4')
+
+prepare() {
+sed -e 's/binary   >= 0.5&& < 0.8,/binary   >= 
0.5\&\& < 0.9,/' \
+-e 's/data-default >= 0.4&& < 0.7,/data-default >= 
0.4\&\& < 0.8,/' \
+-e 's/process  >= 1.0&& < 1.3,/process  >= 
1.0\&\& < 1.5,/' \
+-e 's/time >= 1.4&& < 1.6,/time >= 
1.4\&\& < 1.7,/' \
+-e 's/pandoc-citeproc  >= 0.4&& < 0.10,/pandoc-citeproc  
>= 0.4\&\& < 0.11,/' \
+-e 's/tagsoup  >= 0.13.1 && < 0.14,/tagsoup  
>= 0.13.1 \&\& < 0.16,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
180226, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 08:19:53 UTC (rev 180227)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.1
+pkgrel=7
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:19:13
  Author: felixonmars
Revision: 180226

upgpkg: haskell-hakyll 4.8.3.1-7

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:10:44 UTC (rev 180225)
+++ PKGBUILD2016-06-15 08:19:13 UTC (rev 180226)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:10:37
  Author: felixonmars
Revision: 180223

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

Added:
  darcs/repos/community-staging-i686/
  darcs/repos/community-staging-i686/PKGBUILD
(from rev 180222, darcs/trunk/PKGBUILD)
  darcs/repos/community-staging-i686/sandi-0.4.patch
(from rev 180222, darcs/trunk/sandi-0.4.patch)
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 180222, darcs/trunk/PKGBUILD)
  darcs/repos/community-staging-x86_64/sandi-0.4.patch
(from rev 180222, darcs/trunk/sandi-0.4.patch)

--+
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/sandi-0.4.patch   |   13 +++
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/sandi-0.4.patch |   13 +++
 4 files changed, 126 insertions(+)

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 180222, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 08:10:37 UTC (rev 180223)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=9
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+sandi-0.4.patch)
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d'
+'f144bf4ce7ee9f718e086267a936e2b113f9eb08c23688cbedb40276538562d3')
+
+prepare() {
+sed -i 's/sandi>= 0.2 && < 0.4,/sandi>= 0.2 \&\& < 0.5,/' 
$pkgname-$pkgver/$pkgname.cabal
+(cd $pkgname-$pkgver && patch -p1 -i ../sandi-0.4.patch)
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-i686/sandi-0.4.patch (from rev 180222, 
darcs/trunk/sandi-0.4.patch)
===
--- community-staging-i686/sandi-0.4.patch  (rev 0)
+++ community-staging-i686/sandi-0.4.patch  2016-06-15 08:10:37 UTC (rev 
180223)
@@ -0,0 +1,13 @@
+--- a/src/Darcs/Util/Hash.hs   2016-06-09 11:45:13.303203462 +0800
 b/src/Darcs/Util/Hash.hs   2016-06-09 11:45:29.330047632 +0800
+@@ -27,8 +27,8 @@
+ base16 :: BS.ByteString -> BS.ByteString
+ debase16 :: BS.ByteString -> Maybe BS.ByteString
+ 
+-base16 = BS8.map toLower . B16.b16_enc
+-debase16 bs = case B16.b16_dec $ BS8.map toUpper bs of
++base16 = BS8.map toLower . B16.b16Enc
++debase16 bs = case B16.b16Dec $ BS8.map toUpper bs of
+ Right (s, _) -> Just s
+ Left _ -> Nothing
+ 

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 180222, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 08:10:37 UTC (rev 180223)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=9
+pkgdesc="A distributed, 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:10:15
  Author: felixonmars
Revision: 180222

upgpkg: darcs 2.12.0-9

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:07:39 UTC (rev 180221)
+++ PKGBUILD2016-06-15 08:10:15 UTC (rev 180222)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.0
-pkgrel=8
+pkgrel=9
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 08:10:39
  Author: jsteel
Revision: 180224

upgpkg: puppet 4.5.2-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:10:37 UTC (rev 180223)
+++ PKGBUILD2016-06-15 08:10:39 UTC (rev 180224)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.5.1
+pkgver=4.5.2
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('686401edea6c5abe4d1adbd440758b33')
+md5sums=('baae92065c1d9d6636063513d30764b5')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in puppet/repos/community-any (4 files)

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 08:10:44
  Author: jsteel
Revision: 180225

archrelease: copy trunk to community-any

Added:
  puppet/repos/community-any/PKGBUILD
(from rev 180224, puppet/trunk/PKGBUILD)
  puppet/repos/community-any/puppet.install
(from rev 180224, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-any/PKGBUILD
  puppet/repos/community-any/puppet.install

+
 PKGBUILD   |  130 +++
 puppet.install |   40 
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 08:10:39 UTC (rev 180224)
+++ PKGBUILD2016-06-15 08:10:44 UTC (rev 180225)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=4.5.1
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="http://puppetlabs.com/puppet/puppet-open-source;
-license=('Apache')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf')
-install=$pkgname.install
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('686401edea6c5abe4d1adbd440758b33')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
-
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  # vim and emacs
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  chmod 775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 180224, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 08:10:44 UTC (rev 180225)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.5.2
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('baae92065c1d9d6636063513d30764b5')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:07:14
  Author: felixonmars
Revision: 180220

upgpkg: haskell-language-python 0.5.2-5

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-language-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:07:03 UTC (rev 180219)
+++ PKGBUILD2016-06-15 08:07:14 UTC (rev 180220)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:07:39
  Author: felixonmars
Revision: 180221

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

Added:
  haskell-language-python/repos/community-staging-i686/
  haskell-language-python/repos/community-staging-i686/PKGBUILD
(from rev 180220, haskell-language-python/trunk/PKGBUILD)
  haskell-language-python/repos/community-staging-x86_64/
  haskell-language-python/repos/community-staging-x86_64/PKGBUILD
(from rev 180220, haskell-language-python/trunk/PKGBUILD)

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

Copied: haskell-language-python/repos/community-staging-i686/PKGBUILD (from rev 
180220, haskell-language-python/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 08:07:39 UTC (rev 180221)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-python
+pkgname=haskell-language-python
+pkgver=0.5.2
+pkgrel=5
+pkgdesc="Parsing and pretty printing of Python code."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
+makedepends=('happy' 'alex')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
+
+prepare() {
+sed -i 's/transformers >= 0.3 && < 0.5,/transformers >= 0.3 \&\& < 0.6,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-language-python/repos/community-staging-x86_64/PKGBUILD (from 
rev 180220, haskell-language-python/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 08:07:39 UTC (rev 180221)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-python
+pkgname=haskell-language-python
+pkgver=0.5.2
+pkgrel=5
+pkgdesc="Parsing and pretty printing of Python code."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
+makedepends=('happy' 'alex')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
+
+prepare() {
+sed -i 's/transformers >= 0.3 && < 0.5,/transformers >= 0.3 \&\& < 0.6,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+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   

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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 08:07:03
  Author: jsteel
Revision: 180219

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 180218, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 08:06:57 UTC (rev 180218)
+++ PKGBUILD2016-06-15 08:07:03 UTC (rev 180219)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.10.37
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('8cb0c9f5c0edbb69ed99e541848eb5da')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 180218, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 08:07:03 UTC (rev 180219)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.10.38
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('bea51579fe3e505510d7f44fc16c660c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+}


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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 08:06:57
  Author: jsteel
Revision: 180218

upgpkg: aws-cli 1.10.38-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:05:40 UTC (rev 180217)
+++ PKGBUILD2016-06-15 08:06:57 UTC (rev 180218)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.10.37
+pkgver=1.10.38
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('8cb0c9f5c0edbb69ed99e541848eb5da')
+md5sums=('bea51579fe3e505510d7f44fc16c660c')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 08:05:31
  Author: jsteel
Revision: 180216

upgpkg: python-botocore 1.4.28-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 07:47:35 UTC (rev 180215)
+++ PKGBUILD2016-06-15 08:05:31 UTC (rev 180216)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.27
+pkgver=1.4.28
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('e1df6f9b9d29621f975add4f156e07ab')
+md5sums=('bf1ef8f290c3bb1f86f45575d1bdbb76')
 
 build() {
   cd botocore-$pkgver


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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 08:05:40
  Author: jsteel
Revision: 180217

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 08:05:31 UTC (rev 180216)
+++ PKGBUILD2016-06-15 08:05:40 UTC (rev 180217)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.27
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('e1df6f9b9d29621f975add4f156e07ab')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 180216, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 08:05:40 UTC (rev 180217)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.28
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('bf1ef8f290c3bb1f86f45575d1bdbb76')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 07:47:35
  Author: jsteel
Revision: 180215

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 07:46:59 UTC (rev 180214)
+++ community-i686/PKGBUILD 2016-06-15 07:47:35 UTC (rev 180215)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('i686' 'x86_64')
-url="http://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('15f72510e1c8afdca08efcd01e7bf3f0')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # build fails with 1.6.4 -> 1.6.8
-  sed -i '/nokogiri/s/1.6.7.1/1.6.3.1/'  vagrant.gemspec
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  EMBEDDED_DIR=/opt/vagrant/embedded
-
-  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
-
-  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
-  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
-  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
-"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-  install -d "$pkgdir"/opt/vagrant/embedded
-
-  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 180214, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 07:47:35 UTC (rev 180215)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('15f72510e1c8afdca08efcd01e7bf3f0')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # build fails with 1.6.4 -> 1.6.8
+  sed -i '/nokogiri/s/1.6.7.1/1.6.3.1/'  vagrant.gemspec
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=/opt/vagrant/embedded
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d "$pkgdir"/opt/vagrant/embedded
+
+  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+

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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 07:46:59
  Author: jsteel
Revision: 180214

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 07:45:59 UTC (rev 180213)
+++ community-i686/PKGBUILD 2016-06-15 07:46:59 UTC (rev 180214)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('i686' 'x86_64')
-url="http://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('754f5af9d7222762feb233048a07a48c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # build fails with 1.6.4 -> 1.6.8
-  sed -i '/nokogiri/s/1.6.7.1/1.6.3.1/'  vagrant.gemspec
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  EMBEDDED_DIR=/opt/vagrant/embedded
-
-  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
-
-  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
-  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
-  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
-"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-  install -d "$pkgdir"/opt/vagrant/embedded
-
-  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 180213, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 07:46:59 UTC (rev 180214)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('15f72510e1c8afdca08efcd01e7bf3f0')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # build fails with 1.6.4 -> 1.6.8
+  sed -i '/nokogiri/s/1.6.7.1/1.6.3.1/'  vagrant.gemspec
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=/opt/vagrant/embedded
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d "$pkgdir"/opt/vagrant/embedded
+
+  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+

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

2016-06-15 Thread Jonathan Steel
Date: Wednesday, June 15, 2016 @ 07:45:59
  Author: jsteel
Revision: 180213

upgpkg: vagrant 1.8.4-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 07:30:00 UTC (rev 180212)
+++ PKGBUILD2016-06-15 07:45:59 UTC (rev 180213)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 depends=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('754f5af9d7222762feb233048a07a48c')
+md5sums=('15f72510e1c8afdca08efcd01e7bf3f0')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 07:30:00
  Author: arojas
Revision: 180212

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 07:29:30 UTC (rev 180211)
+++ community-i686/PKGBUILD 2016-06-15 07:30:00 UTC (rev 180212)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.6.6
-pkgrel=1
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 libgiac)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
-
pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch;)
-md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
- '50297577b500234b6c89fc89f909cb35')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix giac detection
-  patch -p1 -i ../pynac-giac.patch
-}
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON=python2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 180211, 
pynac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 07:30:00 UTC (rev 180212)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('9cc55ff5094619e69f181dd1fb81f916')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-15 07:29:30 UTC (rev 180211)
+++ community-x86_64/PKGBUILD   2016-06-15 07:30:00 UTC (rev 180212)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.6.6
-pkgrel=1
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 libgiac)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
-
pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch;)
-md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
- '50297577b500234b6c89fc89f909cb35')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix giac detection
-  patch -p1 -i ../pynac-giac.patch
-}
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON=python2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 180211, 
pynac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-15 07:30:00 UTC (rev 180212)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('9cc55ff5094619e69f181dd1fb81f916')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 07:29:30
  Author: arojas
Revision: 180211

Update to 0.6.7

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 07:24:13 UTC (rev 180210)
+++ PKGBUILD2016-06-15 07:29:30 UTC (rev 180211)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(i686 x86_64)
@@ -10,17 +10,9 @@
 url="http://pynac.org;
 license=(GPL)
 depends=(python2 libgiac)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
-
pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch;)
-md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
- '50297577b500234b6c89fc89f909cb35')
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('9cc55ff5094619e69f181dd1fb81f916')
 
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix giac detection
-  patch -p1 -i ../pynac-giac.patch
-}
-
 build() {
   cd pynac-pynac-$pkgver
 


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:24:13
  Author: felixonmars
Revision: 180210

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

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

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

Copied: haskell-missingh/repos/community-staging-i686/PKGBUILD (from rev 
180209, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 07:24:13 UTC (rev 180210)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=1
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hunit" "haskell-hslogger" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
+ "haskell-regex-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 
180209, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 07:24:13 UTC (rev 180210)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=1
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hunit" "haskell-hslogger" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
+ "haskell-regex-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:23:51
  Author: felixonmars
Revision: 180209

upgpkg: haskell-missingh 1.4.0.1-1

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-missingh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 07:17:45 UTC (rev 180208)
+++ PKGBUILD2016-06-15 07:23:51 UTC (rev 180209)
@@ -4,7 +4,7 @@
 
 _hkgname=MissingH
 pkgname=haskell-missingh
-pkgver=1.4.0.0
+pkgver=1.4.0.1
 pkgrel=1
 pkgdesc="Large utility library"
 url="http://software.complete.org/missingh;
@@ -14,7 +14,7 @@
  "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
  "haskell-regex-compat")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('e7bfd371a3504cf6be9fb3e549514119f30d012be5ebb10ace84e00de27688dc')
+sha256sums=('283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,8 +21,7 @@
 
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fsplitbase
+--libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:17:45
  Author: felixonmars
Revision: 180208

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 180207, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 07:17:45 UTC (rev 180208)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=54
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 180207, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 07:17:45 UTC (rev 180208)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=54
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:17:23
  Author: felixonmars
Revision: 180207

upgpkg: haskell-dav 1.2-54

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 07:14:01 UTC (rev 180206)
+++ PKGBUILD2016-06-15 07:17:23 UTC (rev 180207)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=53
+pkgrel=54
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:14:01
  Author: felixonmars
Revision: 180206

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 180205, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 180205, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
180205, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 07:14:01 UTC (rev 180206)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
180205, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 07:14:01 UTC (rev 180206)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:13:33
  Author: felixonmars
Revision: 180205

upgpkg: haskell-pipes-http 1.0.3-2

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 07:12:44 UTC (rev 180204)
+++ PKGBUILD2016-06-15 07:13:33 UTC (rev 180205)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:12:18
  Author: felixonmars
Revision: 180203

upgpkg: haskell-uuid 1.3.12-6

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 07:10:04 UTC (rev 180202)
+++ PKGBUILD2016-06-15 07:12:18 UTC (rev 180203)
@@ -5,7 +5,7 @@
 _hkgname=uuid
 pkgname=haskell-uuid
 pkgver=1.3.12
-pkgrel=5
+pkgrel=6
 pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
 url="https://github.com/aslatter/uuid;
 license=("custom:BSD3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:12:44
  Author: felixonmars
Revision: 180204

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 180203, haskell-uuid/trunk/PKGBUILD)
  haskell-uuid/repos/community-staging-x86_64/
  haskell-uuid/repos/community-staging-x86_64/PKGBUILD
(from rev 180203, haskell-uuid/trunk/PKGBUILD)

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

Copied: haskell-uuid/repos/community-staging-i686/PKGBUILD (from rev 180203, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 07:12:44 UTC (rev 180204)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.12
+pkgrel=6
+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=8.0.1" "haskell-cryptonite" "haskell-memory" 
"haskell-network-info"
+ "haskell-random" "haskell-text" "haskell-uuid-types")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed62f1b3f0b19f0d548655ffef5aff066ad5c430fe11e909a1a7e8fc115a89ee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-uuid/repos/community-staging-x86_64/PKGBUILD (from rev 180203, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 07:12:44 UTC (rev 180204)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.12
+pkgrel=6
+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=8.0.1" "haskell-cryptonite" "haskell-memory" 
"haskell-network-info"
+ "haskell-random" "haskell-text" "haskell-uuid-types")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed62f1b3f0b19f0d548655ffef5aff066ad5c430fe11e909a1a7e8fc115a89ee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:10:04
  Author: felixonmars
Revision: 180202

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 180201, haskell-yesod-default/trunk/PKGBUILD)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 180201, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
180201, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 07:10:04 UTC (rev 180202)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=49
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
180201, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 07:10:04 UTC (rev 180202)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=49
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 07:09:38
  Author: felixonmars
Revision: 180201

upgpkg: haskell-yesod-default 1.2.0-49

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:56:03 UTC (rev 180200)
+++ PKGBUILD2016-06-15 07:09:38 UTC (rev 180201)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=48
+pkgrel=49
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:56:03
  Author: felixonmars
Revision: 180200

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

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

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

Copied: haskell-hit/repos/community-staging-i686/PKGBUILD (from rev 180199, 
haskell-hit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 06:56:03 UTC (rev 180200)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hit
+pkgname=haskell-hit
+pkgver=0.6.3
+pkgrel=4
+pkgdesc="Git operations in haskell"
+url="http://github.com/vincenthz/hit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-byteable" 
"haskell-cryptohash"
+ "haskell-hashable" "haskell-hashtables" "haskell-hourglass" 
"haskell-mtl" "haskell-parsec"
+ "haskell-patience" "haskell-random" "haskell-system-fileio" 
"haskell-system-filepath"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" 
"haskell-zlib"
+ "haskell-zlib-bindings")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('db86b3712029a4e40d1306dd6cc9ca2c9f4c77fe65a2b74106f1cbd2de26e471')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -f-debug
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hit/repos/community-staging-x86_64/PKGBUILD (from rev 180199, 
haskell-hit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 06:56:03 UTC (rev 180200)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hit
+pkgname=haskell-hit
+pkgver=0.6.3
+pkgrel=4
+pkgdesc="Git operations in haskell"
+url="http://github.com/vincenthz/hit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-byteable" 
"haskell-cryptohash"
+ "haskell-hashable" "haskell-hashtables" "haskell-hourglass" 
"haskell-mtl" "haskell-parsec"
+ "haskell-patience" "haskell-random" "haskell-system-fileio" 
"haskell-system-filepath"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" 
"haskell-zlib"
+ "haskell-zlib-bindings")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('db86b3712029a4e40d1306dd6cc9ca2c9f4c77fe65a2b74106f1cbd2de26e471')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -f-debug
+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-hit/trunk (PKGBUILD)

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:55:36
  Author: felixonmars
Revision: 180199

upgpkg: haskell-hit 0.6.3-4

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-hit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:48:25 UTC (rev 180198)
+++ PKGBUILD2016-06-15 06:55:36 UTC (rev 180199)
@@ -5,7 +5,7 @@
 _hkgname=hit
 pkgname=haskell-hit
 pkgver=0.6.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Git operations in haskell"
 url="http://github.com/vincenthz/hit;
 license=("custom:BSD3")


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

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 06:52:22
  Author: arojas
Revision: 269986

Update dependencies

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:50:39 UTC (rev 269985)
+++ PKGBUILD2016-06-15 06:52:22 UTC (rev 269986)
@@ -11,7 +11,7 @@
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('knotifications' 'kiconthemes')
-makedepends=('extra-cmake-modules' 'python' 'kio')
+makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('16af94413983986c36a3a2b9279a3b7b')


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

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 06:50:39
  Author: arojas
Revision: 269985

Update dependencies

Modified:
  kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:47:50 UTC (rev 269984)
+++ PKGBUILD2016-06-15 06:50:39 UTC (rev 269985)
@@ -9,8 +9,7 @@
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
- 'desktop-file-utils' 'kinit')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 groups=('kf5')


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:47:59
  Author: felixonmars
Revision: 180197

upgpkg: haskell-shake 0.15.10-1

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:47:15 UTC (rev 180196)
+++ PKGBUILD2016-06-15 06:47:59 UTC (rev 180197)
@@ -4,7 +4,7 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.15.9
+pkgver=0.15.10
 pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
  "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('bfb131d3c93879655b5da68fe0137bfafd3f93af09dcc9c79fb4367b97274e8d')
+sha256sums=('36331a3cf3e29578c3134e4ee6481dd932e7d40704f5c38703a0eb231ba433d0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:48:25
  Author: felixonmars
Revision: 180198

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

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

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

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 180197, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 06:48:25 UTC (rev 180198)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.10
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('36331a3cf3e29578c3134e4ee6481dd932e7d40704f5c38703a0eb231ba433d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 180197, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 06:48:25 UTC (rev 180198)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.10
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('36331a3cf3e29578c3134e4ee6481dd932e7d40704f5c38703a0eb231ba433d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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 kiconthemes/repos (4 files)

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 06:47:50
  Author: arojas
Revision: 269984

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

Added:
  kiconthemes/repos/testing-i686/PKGBUILD
(from rev 269983, kiconthemes/trunk/PKGBUILD)
  kiconthemes/repos/testing-x86_64/PKGBUILD
(from rev 269983, kiconthemes/trunk/PKGBUILD)
Deleted:
  kiconthemes/repos/testing-i686/PKGBUILD
  kiconthemes/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 testing-i686/PKGBUILD   |   35 ---
 testing-x86_64/PKGBUILD |   35 ---
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-06-15 06:47:19 UTC (rev 269983)
+++ testing-i686/PKGBUILD   2016-06-15 06:47:50 UTC (rev 269984)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiconthemes
-pkgver=5.23.0
-pkgrel=1
-pkgdesc='Support for icon themes'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
-makedepends=('extra-cmake-modules' 'python' 'mesa')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('da801d2c0556759497075c725919c193')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kiconthemes/repos/testing-i686/PKGBUILD (from rev 269983, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-15 06:47:50 UTC (rev 269984)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.23.0
+pkgrel=2
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews' 'karchive')
+makedepends=('extra-cmake-modules' 'python' 'mesa')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('da801d2c0556759497075c725919c193')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-06-15 06:47:19 UTC (rev 269983)
+++ testing-x86_64/PKGBUILD 2016-06-15 06:47:50 UTC (rev 269984)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiconthemes
-pkgver=5.23.0
-pkgrel=1
-pkgdesc='Support for icon themes'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
-makedepends=('extra-cmake-modules' 'python' 'mesa')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('da801d2c0556759497075c725919c193')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kiconthemes/repos/testing-x86_64/PKGBUILD (from rev 269983, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-15 06:47:50 UTC (rev 269984)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.23.0
+pkgrel=2
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews' 'karchive')
+makedepends=('extra-cmake-modules' 'python' 'mesa')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('da801d2c0556759497075c725919c193')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:47:15
  Author: felixonmars
Revision: 180196

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

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 180195, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 06:47:15 UTC (rev 180196)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.14.0
+pkgrel=4
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b5b959f9b0ae8c07baf91e067b4005dc554d76c1ab15d019f13a4dc88a8a813e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 180195, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 06:47:15 UTC (rev 180196)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.14.0
+pkgrel=4
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b5b959f9b0ae8c07baf91e067b4005dc554d76c1ab15d019f13a4dc88a8a813e')
+
+build() {
+  

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

2016-06-15 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 06:47:19
  Author: arojas
Revision: 269983

Add missing karchive dependency

Modified:
  kiconthemes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:18:07 UTC (rev 269982)
+++ PKGBUILD2016-06-15 06:47:19 UTC (rev 269983)
@@ -4,12 +4,12 @@
 
 pkgname=kiconthemes
 pkgver=5.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Support for icon themes'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews' 'karchive')
 makedepends=('extra-cmake-modules' 'python' 'mesa')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:46:49
  Author: felixonmars
Revision: 180195

upgpkg: haskell-aws 0.14.0-4

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:38:20 UTC (rev 180194)
+++ PKGBUILD2016-06-15 06:46:49 UTC (rev 180195)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:38:20
  Author: felixonmars
Revision: 180194

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 180193, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 180193, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
180193, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 06:38:20 UTC (rev 180194)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=56
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-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=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
180193, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 06:38:20 UTC (rev 180194)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=56
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-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=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup 

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:37:51
  Author: felixonmars
Revision: 180193

upgpkg: haskell-yesod-static 1.5.0.3-56

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:35:54 UTC (rev 180192)
+++ PKGBUILD2016-06-15 06:37:51 UTC (rev 180193)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=55
+pkgrel=56
 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)

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:35:54
  Author: felixonmars
Revision: 180192

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 180191, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 180191, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 180191, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 06:35:54 UTC (rev 180192)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=17
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "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-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 180191, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 06:35:54 UTC (rev 180192)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=17
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "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-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+   

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

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 06:34:56
  Author: felixonmars
Revision: 180190

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 180189, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 180189, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
180189, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 06:34:56 UTC (rev 180190)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=25
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('aca7dd3d4b0cb996debd501a70bd29e556e9bc5e90c67a5c9626ad96feac483e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
180189, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 06:34:56 UTC (rev 180190)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=25
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('aca7dd3d4b0cb996debd501a70bd29e556e9bc5e90c67a5c9626ad96feac483e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 

  1   2   >