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

2016-04-10 Thread Lukas Jirkovsky
Date: Sunday, April 10, 2016 @ 16:31:16
  Author: stativ
Revision: 170096

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

Added:
  soundkonverter/repos/community-i686/PKGBUILD
(from rev 170095, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-i686/soundkonverter-taglib-1.10.patch
(from rev 170095, soundkonverter/trunk/soundkonverter-taglib-1.10.patch)
  soundkonverter/repos/community-i686/soundkonverter.install
(from rev 170095, soundkonverter/trunk/soundkonverter.install)
  soundkonverter/repos/community-x86_64/PKGBUILD
(from rev 170095, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-x86_64/soundkonverter-taglib-1.10.patch
(from rev 170095, soundkonverter/trunk/soundkonverter-taglib-1.10.patch)
  soundkonverter/repos/community-x86_64/soundkonverter.install
(from rev 170095, soundkonverter/trunk/soundkonverter.install)
Deleted:
  soundkonverter/repos/community-i686/PKGBUILD
  soundkonverter/repos/community-i686/soundkonverter-taglib-1.10.patch
  soundkonverter/repos/community-i686/soundkonverter.install
  soundkonverter/repos/community-x86_64/PKGBUILD
  soundkonverter/repos/community-x86_64/soundkonverter-taglib-1.10.patch
  soundkonverter/repos/community-x86_64/soundkonverter.install

---+
 /PKGBUILD |   98 
 /soundkonverter-taglib-1.10.patch |   48 +
 /soundkonverter.install   |   24 
 community-i686/PKGBUILD   |   56 ---
 community-i686/soundkonverter-taglib-1.10.patch   |   24 
 community-i686/soundkonverter.install |   12 --
 community-x86_64/PKGBUILD |   56 ---
 community-x86_64/soundkonverter-taglib-1.10.patch |   24 
 community-x86_64/soundkonverter.install   |   12 --
 9 files changed, 170 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 14:30:48 UTC (rev 170095)
+++ community-i686/PKGBUILD 2016-04-10 14:31:16 UTC (rev 170096)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Mateusz Herych 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-
-pkgname=soundkonverter
-pkgver=2.1.2
-pkgrel=2
-pkgdesc="Front-end to various audio converters"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php?content=29024;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cdrkit: cdda2wav backend'
-'faac: faac backend'
-'faad2: faad backend'
-'ffmpeg: ffmpeg backend'
-'flac: flac backend'
-'fluidsynth: flouidsynth backend'
-'lame: lame backend'
-'mac: mac backend'
-'mplayer: mplayer backend'
-'mp3gain: mp3gain backend'
-'opus-tools: opus backend'
-'speex: speexenc, speexdec backends'
-'timidity++: midi backend'
-'twolame: twolame backend'
-'vorbisgain: vorbisgain backend'
-'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend'
-'sox: sox plugin (change sample rate, various effects)')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;
 soundkonverter-taglib-1.10.patch)
-md5sums=('4f09193d6602de7952b985b9505731f8'
- '9e95e0a090028c8e585a2c96b8a80734')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix taglib 1.10 detection
-  patch -p1 -i ../soundkonverter-taglib-1.10.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 170095, 
soundkonverter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 14:31:16 UTC (rev 170096)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Mateusz Herych 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+
+pkgname=soundkonverter
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Front-end to various audio converters"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=29024;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
+makedepends=('automoc4' 'cmake')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac 

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

2016-04-10 Thread Lukas Jirkovsky
Date: Sunday, April 10, 2016 @ 16:30:48
  Author: stativ
Revision: 170095

upgpkg: soundkonverter 2.2.0-1

update to 2.2.0

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 14:00:56 UTC (rev 170094)
+++ PKGBUILD2016-04-10 14:30:48 UTC (rev 170095)
@@ -5,8 +5,8 @@
 # Contributor: Darwin Bautista 
 
 pkgname=soundkonverter
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Front-end to various audio converters"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php?content=29024;
@@ -32,16 +32,9 @@
 'wavpack: wavpack backend'
 'sox: sox plugin (change sample rate, various effects)')
 install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;
 soundkonverter-taglib-1.10.patch)
-md5sums=('4f09193d6602de7952b985b9505731f8'
- '9e95e0a090028c8e585a2c96b8a80734')
+source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;)
+md5sums=('faa850ed001ae1d858f15e84d1370d9e')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix taglib 1.10 detection
-  patch -p1 -i ../soundkonverter-taglib-1.10.patch
-}
-
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   cmake . \


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 17:52:03
  Author: fyan
Revision: 170105

upgpkg: pandoc-crossref 0.2.0.1-5

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 15:48:17 UTC (rev 170104)
+++ PKGBUILD2016-04-10 15:52:03 UTC (rev 170105)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:58:55
  Author: alucryd
Revision: 170143

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 170142, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 16:58:47 UTC (rev 170142)
+++ PKGBUILD2016-04-10 16:58:55 UTC (rev 170143)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.20.0
-pkgrel=1
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('GPL2')
-depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
-source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('dcc49fb7c08e582910b21ff1e4110b22ab66068a4c6f0db52b098d66794c609b')
-
-prepare() {
-  cd at-spi2-core-${pkgver}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-core-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/at-spi2-core' \
---sysconfdir='/etc' \
---disable-xevie
-  make
-}
-
-package() {
-  cd at-spi2-core-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 170142, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 16:58:55 UTC (rev 170143)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.20.0
+pkgrel=2
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=('x86_64')
+url='http://www.gnome.org'
+license=('GPL2')
+depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
+source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
+sha256sums=('dcc49fb7c08e582910b21ff1e4110b22ab66068a4c6f0db52b098d66794c609b')
+
+prepare() {
+  cd at-spi2-core-${pkgver}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-core-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/at-spi2-core' \
+--sysconfdir='/etc' \
+--disable-xevie
+  make
+}
+
+package() {
+  cd at-spi2-core-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:58:47
  Author: alucryd
Revision: 170142

upgpkg: lib32-at-spi2-core 2.20.0-2

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:54:18 UTC (rev 170141)
+++ PKGBUILD2016-04-10 16:58:47 UTC (rev 170142)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-at-spi2-core
 pkgver=2.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=('x86_64')
 url='http://www.gnome.org'
@@ -42,7 +42,7 @@
   cd at-spi2-core-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
 }
 
 # vim: ts=2 sw=2 et:


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 17:43:33
  Author: fyan
Revision: 170102

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 170101, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/haskell-stack.install
(from rev 170101, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-i686/stack.install
(from rev 170101, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 170101, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/haskell-stack.install
(from rev 170101, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-x86_64/stack.install
(from rev 170101, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 212 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 170101, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 15:43:33 UTC (rev 170102)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.4.3
+pkgrel=1
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "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-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "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-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2a445ff671cfd75ccf3185c52832298598dc03dbfbede2b7be21237f63c305b2')
+
+prepare() {
+sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.13/' \
+-e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 17:42:54
  Author: fyan
Revision: 170101

upgpkg: stack 1.0.4.3-1

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 14:58:18 UTC (rev 170100)
+++ PKGBUILD2016-04-10 15:42:54 UTC (rev 170101)
@@ -4,8 +4,8 @@
 
 pkgbase=stack
 pkgname=(stack haskell-stack)
-pkgver=1.0.4.2
-pkgrel=16
+pkgver=1.0.4.3
+pkgrel=1
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")
@@ -31,11 +31,10 @@
  "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('3becd40f8886477a943e2feaed6b34d0ea283e770dc35379944e41cb770838d2')
+sha256sums=('2a445ff671cfd75ccf3185c52832298598dc03dbfbede2b7be21237f63c305b2')
 
 prepare() {
-sed -e 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.12/' \
--e 's/path-io >=0.3.1 && <1.1/path-io >=1.0.0 \&\& <2/' \
+sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.13/' \
 -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
 -i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 }


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 17:53:17
  Author: bgyorgy
Revision: 170109

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

Added:
  nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch
(from rev 170108, nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch)
  nemo/repos/community-i686/PKGBUILD
(from rev 170108, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/deep-count-one-filesystem.patch
(from rev 170108, nemo/trunk/deep-count-one-filesystem.patch)
  nemo/repos/community-i686/nemo.install
(from rev 170108, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch
(from rev 170108, nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 170108, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/deep-count-one-filesystem.patch
(from rev 170108, nemo/trunk/deep-count-one-filesystem.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 170108, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch
  nemo/repos/community-i686/deep-count-one-filesystem.patch
  nemo/repos/community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch
  nemo/repos/community-x86_64/deep-count-one-filesystem.patch

-+
 /0001-Fix-fallback-style-for-GTK-3.20.patch |  110 
 /deep-count-one-filesystem.patch|  240 ++
 community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   |   61 --
 community-i686/PKGBUILD |   63 ++
 community-i686/deep-count-one-filesystem.patch  |  120 -
 community-i686/nemo.install |   14 
 community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch |   61 --
 community-x86_64/PKGBUILD   |   63 ++
 community-x86_64/deep-count-one-filesystem.patch|  120 -
 community-x86_64/nemo.install   |   14 
 10 files changed, 504 insertions(+), 362 deletions(-)

Deleted: community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch
===
--- community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   2016-04-10 
15:52:55 UTC (rev 170108)
+++ community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   2016-04-10 
15:53:17 UTC (rev 170109)
@@ -1,61 +0,0 @@
-From 665c7971d9d73b427b71707c5bb50c55145814e0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sat, 9 Apr 2016 10:01:23 +0200
-Subject: [PATCH] Fix fallback style for GTK 3.20
-

- libnemo-private/nemo-places-tree-view.c |  2 +-
- src/nemo-style-fallback.css | 14 ++
- 2 files changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/libnemo-private/nemo-places-tree-view.c 
b/libnemo-private/nemo-places-tree-view.c
-index b7836e1..53775dd 100644
 a/libnemo-private/nemo-places-tree-view.c
-+++ b/libnemo-private/nemo-places-tree-view.c
-@@ -34,7 +34,7 @@ static gpointer parent_class;
- static void
- nemo_places_tree_view_init (NemoPlacesTreeView *tree_view)
- {
--
-+gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET 
(tree_view)), "places-treeview");
- }
- 
- static void
-diff --git a/src/nemo-style-fallback.css b/src/nemo-style-fallback.css
-index 0e5684e..8756ded 100644
 a/src/nemo-style-fallback.css
-+++ b/src/nemo-style-fallback.css
-@@ -1,6 +1,12 @@
-+/* Background for the notebook */
-+
-+notebook {
-+background: white;
-+}
-+
- /* For Places Sidebar diskfull indicators */
- 
--NemoPlacesTreeView {
-+.places-treeview {
- -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, .65);
- -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 
1.0);
- -NemoPlacesTreeView-disk-full-bar-width: 2px;
-@@ -9,13 +15,13 @@ NemoPlacesTreeView {
- -NemoPlacesTreeView-disk-full-max-length: 70px;
- }
- 
--NemoPlacesTreeView:selected {
-+.places-treeview:selected {
- -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 2.0);
- -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_fg_color, 2.0);
- }
- 
--NemoPlacesTreeView:hover {
-+.places-treeview:hover {
- }
- 
--NemoPlacesTreeView:selected:hover {
-+.places-treeview:selected:hover {
- }
--- 
-2.8.0
-

Copied: nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch 
(from rev 170108, nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch)
===
--- community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   
(rev 0)
+++ community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   2016-04-10 
15:53:17 UTC (rev 170109)
@@ -0,0 +1,55 @@
+From 81ac4e3e7ebc618c6c05e4a1b158a98402e72e0f Mon Sep 17 00:00:00 2001
+From: 

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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 17:52:55
  Author: bgyorgy
Revision: 170108

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

Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install

---+
 community-i686/PKGBUILD   |   63 
 community-i686/nemo.install   |   14 
 community-x86_64/PKGBUILD |   63 
 community-x86_64/nemo.install |   14 
 4 files changed, 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 15:52:45 UTC (rev 170107)
+++ community-i686/PKGBUILD 2016-04-10 15:52:55 UTC (rev 170108)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.8.7
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-"deep-count-one-filesystem.patch"
-"0001-Fix-fallback-style-for-GTK-3.20.patch")
-sha256sums=('21f290212bcfb4ac58f7bdc17e9dccfafb59d9fd52a7540a7e199e252a7c2fe4'
-'1acd384b7e345d4e2815c51a94b4ffbb802ee376004c3db75cc871eef551cbfa'
-'d8be3f444eda33f8250c5d26241b628d1684c1fee8749d7ae90b1d2635e9a76a')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # directory: limit deep scount (folder contents and size) to one filesystem 
(FS#47480)
-  # https://github.com/linuxmint/nemo/pull/1083
-  patch -Np1 -i ../deep-count-one-filesystem.patch
-
-  # Fix fallback style for GTK 3.20
-  # https://github.com/linuxmint/nemo/pull/1138
-  patch -Np1 -i ../0001-Fix-fallback-style-for-GTK-3.20.patch
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-}

Deleted: community-i686/nemo.install
===
--- community-i686/nemo.install 2016-04-10 15:52:45 UTC (rev 170107)
+++ community-i686/nemo.install 2016-04-10 15:52:55 UTC (rev 170108)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-10 15:52:45 UTC (rev 170107)
+++ community-x86_64/PKGBUILD   2016-04-10 15:52:55 UTC (rev 170108)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.8.7
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-"deep-count-one-filesystem.patch"
-"0001-Fix-fallback-style-for-GTK-3.20.patch")
-sha256sums=('21f290212bcfb4ac58f7bdc17e9dccfafb59d9fd52a7540a7e199e252a7c2fe4'
-'1acd384b7e345d4e2815c51a94b4ffbb802ee376004c3db75cc871eef551cbfa'
-'d8be3f444eda33f8250c5d26241b628d1684c1fee8749d7ae90b1d2635e9a76a')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # directory: limit deep scount (folder contents 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 17:52:34
  Author: fyan
Revision: 170106

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 170105, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 170105, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 170105, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 170105, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 170105, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 15:52:34 UTC (rev 170106)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.0.1
+pkgrel=5
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('44bdbc38d8d7a743951a2333fb70b33a6497b2d50ccdb5696736fdc5133aef21')
+
+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.*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')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/haskell-pandoc-crossref.install 
(from rev 170105, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-04-10 
15:52:34 UTC (rev 170106)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
170105, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:39:52
  Author: fyan
Revision: 170131

upgpkg: stylish-haskell 0.5.16.0-2

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:39:51 UTC (rev 170130)
+++ PKGBUILD2016-04-10 16:39:52 UTC (rev 170131)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:40:22
  Author: alucryd
Revision: 170132

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

Added:
  higan/repos/community-i686/PKGBUILD
(from rev 170131, higan/trunk/PKGBUILD)
  higan/repos/community-i686/higan
(from rev 170131, higan/trunk/higan)
  higan/repos/community-i686/higan-flags.patch
(from rev 170131, higan/trunk/higan-flags.patch)
  higan/repos/community-i686/higan.install
(from rev 170131, higan/trunk/higan.install)
  higan/repos/community-x86_64/PKGBUILD
(from rev 170131, higan/trunk/PKGBUILD)
  higan/repos/community-x86_64/higan
(from rev 170131, higan/trunk/higan)
  higan/repos/community-x86_64/higan-flags.patch
(from rev 170131, higan/trunk/higan-flags.patch)
  higan/repos/community-x86_64/higan.install
(from rev 170131, higan/trunk/higan.install)
Deleted:
  higan/repos/community-i686/PKGBUILD
  higan/repos/community-i686/higan
  higan/repos/community-i686/higan-flags.patch
  higan/repos/community-i686/higan.install
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan
  higan/repos/community-x86_64/higan-flags.patch
  higan/repos/community-x86_64/higan.install

+
 /PKGBUILD  |  124 +++
 /higan |   50 ++
 /higan-flags.patch |   76 +
 /higan.install |   24 ++
 community-i686/PKGBUILD|   62 -
 community-i686/higan   |   25 ---
 community-i686/higan-flags.patch   |   38 --
 community-i686/higan.install   |   12 ---
 community-x86_64/PKGBUILD  |   62 -
 community-x86_64/higan |   25 ---
 community-x86_64/higan-flags.patch |   38 --
 community-x86_64/higan.install |   12 ---
 12 files changed, 274 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 16:39:52 UTC (rev 170131)
+++ community-i686/PKGBUILD 2016-04-10 16:40:22 UTC (rev 170132)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=higan
-pkgver=097
-pkgrel=1
-pkgdesc='Nintendo multi-system emulator'
-arch=('i686' 'x86_64')
-url='http://byuu.org/'
-license=('GPL3')
-depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
- 'openal' 'pango' 'sdl' 'zenity'
- 'libudev.so')
-makedepends=('mesa')
-conflicts=('higan-gtk' 'higan-qt')
-replaces=('higan-gtk' 'higan-qt')
-install='higan.install'
-source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
-'higan-flags.patch'
-'higan')
-sha256sums=('6dea7084f0b786e42d1911df05de2d7f7f18c58f426e3e61c3a122b17481e22b'
-'6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb'
-'1abd4fd30e48e48dddb3cdce95f62be0b1b28c66f85a3b6ce95d29d7bfc94659')
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  patch -Np1 -i ../higan-flags.patch
-}
-
-build() {
-  cd higan_v${pkgver}-source/icarus
-
-  make
-
-  cd ../higan
-
-  for p in {accuracy,balanced,performance}; do
-make profile=$p
-mv out/higan higan-$p
-make clean
-  done
-}
-
-package() {
-  cd higan_v${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
-  install -m 755 ../higan "${pkgdir}"/usr/bin/
-  install -m 644 higan/data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 higan/data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/profile/* higan/data/cheats.bml 
"${pkgdir}"/usr/share/higan/
-
-  install -m 755 icarus/out/icarus "${pkgdir}"/usr/bin/
-
-  for p in {accuracy,balanced,performance}; do
-install -m 755 higan/higan-$p "${pkgdir}"/usr/bin/
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan/repos/community-i686/PKGBUILD (from rev 170131, 
higan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 16:40:22 UTC (rev 170132)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=098
+pkgrel=1
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
+ 'openal' 'pango' 'sdl' 'zenity'
+ 'libudev.so')
+makedepends=('mesa')
+conflicts=('higan-gtk' 'higan-qt')
+replaces=('higan-gtk' 'higan-qt')
+install='higan.install'
+source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
+'higan-flags.patch'
+   

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:38:21
  Author: fyan
Revision: 170128

upgpkg: cgrep 6.6.3-4

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:37:25 UTC (rev 170127)
+++ PKGBUILD2016-04-10 16:38:21 UTC (rev 170128)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:38:49
  Author: fyan
Revision: 170129

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 170128, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 16:38:49 UTC (rev 170129)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=4
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 170128, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 16:38:49 UTC (rev 170129)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=4
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:39:51
  Author: alucryd
Revision: 170130

upgpkg: higan 098-1

Modified:
  higan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:38:49 UTC (rev 170129)
+++ PKGBUILD2016-04-10 16:39:51 UTC (rev 170130)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=higan
-pkgver=097
+pkgver=098
 pkgrel=1
 pkgdesc='Nintendo multi-system emulator'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
 'higan-flags.patch'
 'higan')
-sha256sums=('6dea7084f0b786e42d1911df05de2d7f7f18c58f426e3e61c3a122b17481e22b'
+sha256sums=('61cbf61da91c0fd6b1c7065305fd7f9a024b0d16de5eb2deafab9db09ddcf062'
 '6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb'
 '1abd4fd30e48e48dddb3cdce95f62be0b1b28c66f85a3b6ce95d29d7bfc94659')
 


[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:53:28
  Author: alucryd
Revision: 170138

upgpkg: lib32-at-spi2-core 2.20.0-1

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:46:10 UTC (rev 170137)
+++ PKGBUILD2016-04-10 16:53:28 UTC (rev 170138)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-at-spi2-core
-pkgver=2.18.3
+pkgver=2.20.0
 pkgrel=1
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
 makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
 
source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629')
+sha256sums=('dcc49fb7c08e582910b21ff1e4110b22ab66068a4c6f0db52b098d66794c609b')
 
 prepare() {
   cd at-spi2-core-${pkgver}


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:53:35
  Author: alucryd
Revision: 170139

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 170138, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 16:53:28 UTC (rev 170138)
+++ PKGBUILD2016-04-10 16:53:35 UTC (rev 170139)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.18.3
-pkgrel=1
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('GPL2')
-depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
-source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629')
-
-prepare() {
-  cd at-spi2-core-${pkgver}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-core-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/at-spi2-core' \
---sysconfdir='/etc' \
---disable-xevie
-  make
-}
-
-package() {
-  cd at-spi2-core-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 170138, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 16:53:35 UTC (rev 170139)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.20.0
+pkgrel=1
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=('x86_64')
+url='http://www.gnome.org'
+license=('GPL2')
+depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
+source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
+sha256sums=('dcc49fb7c08e582910b21ff1e4110b22ab66068a4c6f0db52b098d66794c609b')
+
+prepare() {
+  cd at-spi2-core-${pkgver}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-core-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/at-spi2-core' \
+--sysconfdir='/etc' \
+--disable-xevie
+  make
+}
+
+package() {
+  cd at-spi2-core-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 18:54:10
  Author: bgyorgy
Revision: 170140

upgpkg: gnome-flashback 3.20.0-1

Update to new version

Modified:
  gnome-flashback/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:53:35 UTC (rev 170139)
+++ PKGBUILD2016-04-10 16:54:10 UTC (rev 170140)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-flashback
-pkgver=3.18.2
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="GNOME Flashback session"
 arch=('i686' 'x86_64')
@@ -13,11 +13,10 @@
 optdepends=('gnome-backgrounds: Default background'
 'gnome-control-center: System settings'
 'gnome-screensaver: Lock screen'
-'network-manager-applet: Network management'
-'notification-daemon: Desktop notifications')
+'network-manager-applet: Network management')
 install=$pkgname.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('986f046f937adb0edfeab997d5e463769364468288e790beede69f5c374c7dae')
+sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 18:54:18
  Author: bgyorgy
Revision: 170141

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

Added:
  gnome-flashback/repos/community-i686/PKGBUILD
(from rev 170140, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-i686/gnome-flashback.install
(from rev 170140, gnome-flashback/trunk/gnome-flashback.install)
  gnome-flashback/repos/community-x86_64/PKGBUILD
(from rev 170140, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-x86_64/gnome-flashback.install
(from rev 170140, gnome-flashback/trunk/gnome-flashback.install)
Deleted:
  gnome-flashback/repos/community-i686/PKGBUILD
  gnome-flashback/repos/community-i686/gnome-flashback.install
  gnome-flashback/repos/community-x86_64/PKGBUILD
  gnome-flashback/repos/community-x86_64/gnome-flashback.install

--+
 /PKGBUILD|   62 +
 /gnome-flashback.install |   22 ++
 community-i686/PKGBUILD  |   32 --
 community-i686/gnome-flashback.install   |   11 -
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/gnome-flashback.install |   11 -
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 16:54:10 UTC (rev 170140)
+++ community-i686/PKGBUILD 2016-04-10 16:54:18 UTC (rev 170141)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-flashback
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="GNOME Flashback session"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/GnomeFlashback;
-license=('GPL')
-depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 
'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity' 'nautilus')
-makedepends=('intltool')
-optdepends=('gnome-backgrounds: Default background'
-'gnome-control-center: System settings'
-'gnome-screensaver: Lock screen'
-'network-manager-applet: Network management'
-'notification-daemon: Desktop notifications')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('986f046f937adb0edfeab997d5e463769364468288e790beede69f5c374c7dae')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-flashback/repos/community-i686/PKGBUILD (from rev 170140, 
gnome-flashback/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 16:54:18 UTC (rev 170141)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-flashback
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME Flashback session"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomeFlashback;
+license=('GPL')
+depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 
'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity' 'nautilus')
+makedepends=('intltool')
+optdepends=('gnome-backgrounds: Default background'
+'gnome-control-center: System settings'
+'gnome-screensaver: Lock screen'
+'network-manager-applet: Network management')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnome-flashback.install
===
--- community-i686/gnome-flashback.install  2016-04-10 16:54:10 UTC (rev 
170140)
+++ community-i686/gnome-flashback.install  2016-04-10 16:54:18 UTC (rev 
170141)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-flashback/repos/community-i686/gnome-flashback.install (from rev 
170140, gnome-flashback/trunk/gnome-flashback.install)
===
--- community-i686/gnome-flashback.install  (rev 0)
+++ community-i686/gnome-flashback.install  2016-04-10 16:54:18 UTC (rev 
170141)
@@ -0,0 +1,11 @@

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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 19:14:07
  Author: bgyorgy
Revision: 170152

upgpkg: uget 2.0.7-1

Update to new version

Modified:
  uget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 17:10:40 UTC (rev 170151)
+++ PKGBUILD2016-04-10 17:14:07 UTC (rev 170152)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=uget
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('aria2: alternative backend')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('1e0e9cf59e91f061f5cf16a86536f27c8de24992bdee5fb28bc9c1e07c9b6fcc')
+sha256sums=('2450b918ffa10a59db7a60870a6f531715d9e66f6f1d79bdcf1f2c5ee31d06f0')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-10 Thread Antonio Rojas
Date: Sunday, April 10, 2016 @ 15:21:55
  Author: arojas
Revision: 264480

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

Added:
  farstream/repos/testing-i686/
  farstream/repos/testing-i686/PKGBUILD
(from rev 264479, farstream/trunk/PKGBUILD)
  farstream/repos/testing-x86_64/
  farstream/repos/testing-x86_64/PKGBUILD
(from rev 264479, farstream/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: farstream/repos/testing-i686/PKGBUILD (from rev 264479, 
farstream/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-10 13:21:55 UTC (rev 264480)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=farstream
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection' 'python2')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a40d4c4bd0812c270069b9f97d74009b'
+ 'SKIP')
+validpgpkeys=('DB30B086FAF86CE7296FADC51D388E5A4ED9A2BB')  # Olivier Crête
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-package-name='Arch Linux farstream package' \
+--with-package-origin='http://archlinux.org'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: farstream/repos/testing-x86_64/PKGBUILD (from rev 264479, 
farstream/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-10 13:21:55 UTC (rev 264480)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=farstream
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection' 'python2')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a40d4c4bd0812c270069b9f97d74009b'
+ 'SKIP')
+validpgpkeys=('DB30B086FAF86CE7296FADC51D388E5A4ED9A2BB')  # Olivier Crête
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-package-name='Arch Linux farstream package' \
+--with-package-origin='http://archlinux.org'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 17:48:17
  Author: fyan
Revision: 170104

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 170103, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install
(from rev 170103, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 170103, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/haskell-ghc-mod.install
(from rev 170103, ghc-mod/trunk/haskell-ghc-mod.install)

--+
 community-staging-i686/PKGBUILD  |   61 +
 community-staging-i686/haskell-ghc-mod.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   61 +
 community-staging-x86_64/haskell-ghc-mod.install |   18 ++
 4 files changed, 158 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 170103, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 15:48:17 UTC (rev 170104)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=18
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+install="haskell-ghc-mod.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install (from rev 
170103, ghc-mod/trunk/haskell-ghc-mod.install)
===
--- community-staging-i686/haskell-ghc-mod.install  
(rev 0)
+++ community-staging-i686/haskell-ghc-mod.install  2016-04-10 15:48:17 UTC 
(rev 170104)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ghc-mod
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 170103, 
ghc-mod/trunk/PKGBUILD)

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 17:47:47
  Author: fyan
Revision: 170103

upgpkg: ghc-mod 5.5.0.0-18

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 15:43:33 UTC (rev 170102)
+++ PKGBUILD2016-04-10 15:47:47 UTC (rev 170103)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in vapoursynth-plugin-mvtools/repos (4 files)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:27:06
  Author: alucryd
Revision: 170121

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

Added:
  vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
(from rev 170120, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
(from rev 170120, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 16:26:55 UTC (rev 170120)
+++ community-i686/PKGBUILD 2016-04-10 16:27:06 UTC (rev 170121)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=11
-pkgrel=1
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('fftw' 'gcc-libs' 'glibc' 'vapoursynth')
-makedepends=('yasm')
-source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
-sha256sums=('93f6d5e734976209f2385198492d87f2e7a6227e6f321763e9c1112a5925e6bf')
-
-build() {
-  cd vapoursynth-mvtools-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-mvtools-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD (from rev 
170120, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 16:27:06 UTC (rev 170121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=13
+pkgrel=1
+pkgdesc='MVTools plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-mvtools'
+license=('GPL2')
+depends=('fftw' 'gcc-libs' 'glibc' 'vapoursynth')
+makedepends=('yasm')
+source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
+sha256sums=('941d204b82a99df837a36a0fbb733fef279a16525fd1676123eedd98a2a097ba')
+
+build() {
+  cd vapoursynth-mvtools-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
+  make
+}
+
+package(){
+  cd vapoursynth-mvtools-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
+  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
+}
+
+#vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-10 16:26:55 UTC (rev 170120)
+++ community-x86_64/PKGBUILD   2016-04-10 16:27:06 UTC (rev 170121)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=11
-pkgrel=1
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('fftw' 'gcc-libs' 'glibc' 'vapoursynth')
-makedepends=('yasm')
-source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
-sha256sums=('93f6d5e734976209f2385198492d87f2e7a6227e6f321763e9c1112a5925e6bf')
-
-build() {
-  cd vapoursynth-mvtools-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-mvtools-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD (from rev 
170120, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

[arch-commits] Commit in (4 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:28:55
  Author: fyan
Revision: 264483

addpkg: kactivities-stats

Added:
  kactivities-stats/
  kactivities-stats/repos/
  kactivities-stats/trunk/
  kactivities-stats/trunk/PKGBUILD

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

Added: kactivities-stats/trunk/PKGBUILD
===
--- kactivities-stats/trunk/PKGBUILD(rev 0)
+++ kactivities-stats/trunk/PKGBUILD2016-04-10 16:28:55 UTC (rev 264483)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.21.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('3698b95f2dae16a041445872607ccf0b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in vapoursynth-plugin-mvtools/trunk (PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:26:55
  Author: alucryd
Revision: 170120

upgpkg: vapoursynth-plugin-mvtools 13-1

Modified:
  vapoursynth-plugin-mvtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:26:02 UTC (rev 170119)
+++ PKGBUILD2016-04-10 16:26:55 UTC (rev 170120)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-mvtools
-pkgver=11
+pkgver=13
 pkgrel=1
 pkgdesc='MVTools plugin for VapourSynth'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('fftw' 'gcc-libs' 'glibc' 'vapoursynth')
 makedepends=('yasm')
 
source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
-sha256sums=('93f6d5e734976209f2385198492d87f2e7a6227e6f321763e9c1112a5925e6bf')
+sha256sums=('941d204b82a99df837a36a0fbb733fef279a16525fd1676123eedd98a2a097ba')
 
 build() {
   cd vapoursynth-mvtools-${pkgver}


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 18:28:06
  Author: bgyorgy
Revision: 170122

upgpkg: cinnamon 2.8.8-2

Update desktop file names for GNOME 3.20

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:27:06 UTC (rev 170121)
+++ PKGBUILD2016-04-10 16:28:06 UTC (rev 170122)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=2.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon;
@@ -72,6 +72,13 @@
   sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
 files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
 
+  # GNOME Terminal desktop file was renamed in GNOME 3.20
+  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
+
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
+
+  # Replace MintInstall with GNOME Software
+  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
+
   # Fix missing icons with the Adwaita theme
   sed -i 's/"gtk-file"/"text-x-preview"/' 
docs/applets-examples/fin...@cinnamon.org/applet.js  src/cinnamon-util.c
   sed -i "s/SECONDARY, 'ok'/SECONDARY, 'gtk-ok'/


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 18:28:20
  Author: bgyorgy
Revision: 170123

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 170122, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 170122, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 170122, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
(from rev 170122, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-i686/gnome-3.14.patch
(from rev 170122, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 170122, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 170122, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 170122, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 170122, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
(from rev 170122, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-x86_64/gnome-3.14.patch
(from rev 170122, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 170122, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
  cinnamon/repos/community-i686/gnome-3.14.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
  cinnamon/repos/community-x86_64/gnome-3.14.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

---+
 /PKGBUILD |  250 
 /cinnamon.install |   24 ++
 /default-theme.patch  |   50 +
 /dont-hardcode-nemo.patch |   66 +++
 /gnome-3.14.patch |   24 ++
 /set_wheel.patch  |  112 
 community-i686/PKGBUILD   |  118 -
 community-i686/cinnamon.install   |   12 -
 community-i686/default-theme.patch|   25 --
 community-i686/dont-hardcode-nemo.patch   |   33 ---
 community-i686/gnome-3.14.patch   |   12 -
 community-i686/set_wheel.patch|   56 --
 community-x86_64/PKGBUILD |  118 -
 community-x86_64/cinnamon.install |   12 -
 community-x86_64/default-theme.patch  |   25 --
 community-x86_64/dont-hardcode-nemo.patch |   33 ---
 community-x86_64/gnome-3.14.patch |   12 -
 community-x86_64/set_wheel.patch  |   56 --
 18 files changed, 526 insertions(+), 512 deletions(-)

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


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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:46:10
  Author: alucryd
Revision: 170137

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 170136, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 170136, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 170136, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 170136, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 170136, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 170136, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 170136, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 170136, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 170136, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 170136, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 170136, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 170136, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 16:45:51 UTC (rev 170136)
+++ community-i686/PKGBUILD 2016-04-10 16:46:10 UTC (rev 170137)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5912
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('b4275e9ed5296d048c17cdb9f43a790a1ccbc14eee91439df1b121960bbee47b'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
- 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:44:29
  Author: fyan
Revision: 170134

upgpkg: hoogle 4.2.43-26

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:40:22 UTC (rev 170133)
+++ PKGBUILD2016-04-10 16:44:29 UTC (rev 170134)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=25
+pkgrel=26
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:44:59
  Author: fyan
Revision: 170135

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 170134, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 16:44:59 UTC (rev 170135)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=26
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "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")
+options=('staticlibs')
+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 170134, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 16:44:59 UTC (rev 170135)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=26
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "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")
+options=('staticlibs')
+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 emby-server/trunk (PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 18:45:51
  Author: alucryd
Revision: 170136

upgpkg: emby-server 3.0.5913-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:44:59 UTC (rev 170135)
+++ PKGBUILD2016-04-10 16:45:51 UTC (rev 170136)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5912
+pkgver=3.0.5913
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('b4275e9ed5296d048c17cdb9f43a790a1ccbc14eee91439df1b121960bbee47b'
+sha256sums=('72c4904bea98e71a4bb52b76d6d5062352ec34fda5a6d2dd0ac9b0ba3f375c9e'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in lib32-at-spi2-atk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:02:18
  Author: alucryd
Revision: 170145

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD
(from rev 170144, lib32-at-spi2-atk/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 17:02:11 UTC (rev 170144)
+++ PKGBUILD2016-04-10 17:02:18 UTC (rev 170145)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor:Ionut Biru  
-
-pkgname=lib32-at-spi2-atk
-pkgver=2.18.1
-pkgrel=1
-pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
-arch=('x86_64')
-url='https://wiki.gnome.org/Accessibility'
-license=('GPL2')
-depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
-makedepends=('gcc-multilib' 'intltool')
-source=("http://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
-sha256sums=('c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d')
-
-prepare() {
-  cd at-spi2-atk-${pkgver}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-atk-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---sysconfdir='/etc' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd at-spi2-atk-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,lib32/gnome-settings-daemon-3.0,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD (from rev 170144, 
lib32-at-spi2-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 17:02:18 UTC (rev 170145)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor:Ionut Biru  
+
+pkgname=lib32-at-spi2-atk
+pkgver=2.20.0
+pkgrel=1
+pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
+arch=('x86_64')
+url='https://wiki.gnome.org/Accessibility'
+license=('GPL2')
+depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
+makedepends=('gcc-multilib' 'intltool')
+source=("http://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
+sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
+
+prepare() {
+  cd at-spi2-atk-${pkgver}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-atk-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sysconfdir='/etc' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd at-spi2-atk-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,lib32/gnome-settings-daemon-3.0,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-at-spi2-atk/trunk (PKGBUILD)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:02:11
  Author: alucryd
Revision: 170144

upgpkg: lib32-at-spi2-atk 2.20.0-1

Modified:
  lib32-at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:58:55 UTC (rev 170143)
+++ PKGBUILD2016-04-10 17:02:11 UTC (rev 170144)
@@ -4,7 +4,7 @@
 # Contributor:Ionut Biru  
 
 pkgname=lib32-at-spi2-atk
-pkgver=2.18.1
+pkgver=2.20.0
 pkgrel=1
 pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
 makedepends=('gcc-multilib' 'intltool')
 
source=("http://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
-sha256sums=('c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d')
+sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
 
 prepare() {
   cd at-spi2-atk-${pkgver}
@@ -34,6 +34,7 @@
 --libdir='/usr/lib32' \
 --sysconfdir='/etc' \
 --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2016-04-10 Thread Lukas Jirkovsky
Date: Sunday, April 10, 2016 @ 16:57:26
  Author: stativ
Revision: 170098

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 170097, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 170097, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 14:57:13 UTC (rev 170097)
+++ community-i686/PKGBUILD 2016-04-10 14:57:26 UTC (rev 170098)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=2016.1
-_pkgver=145.258.11
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('d8d889c42dfde1f41030e9d3f5850d364109df73a6a35081edc72d7d95f22fbf')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 170097, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 14:57:26 UTC (rev 170098)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=2016.1.1
+_pkgver=145.597.3
+pkgrel=1
+epoch=1
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4')
+
+package() {
+  cd "idea-IC-$_pkgver"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-10 14:57:13 UTC (rev 170097)
+++ community-x86_64/PKGBUILD   2016-04-10 14:57:26 UTC (rev 170098)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=2016.1
-_pkgver=145.258.11
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('d8d889c42dfde1f41030e9d3f5850d364109df73a6a35081edc72d7d95f22fbf')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 170097, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-10 14:57:26 UTC (rev 170098)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs

[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2016-04-10 Thread Lukas Jirkovsky
Date: Sunday, April 10, 2016 @ 16:57:13
  Author: stativ
Revision: 170097

upgpkg: intellij-idea-libs 1:2016.1.1-1

update to 2016.1.1

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 14:31:16 UTC (rev 170096)
+++ PKGBUILD2016-04-10 14:57:13 UTC (rev 170097)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=2016.1
-_pkgver=145.258.11
+pkgver=2016.1.1
+_pkgver=145.597.3
 pkgrel=1
 epoch=1
 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('d8d889c42dfde1f41030e9d3f5850d364109df73a6a35081edc72d7d95f22fbf')
+sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4')
 
 package() {
   cd "idea-IC-$_pkgver"


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:40:22
  Author: fyan
Revision: 170133

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 170131, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 16:40:22 UTC (rev 170133)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=2
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+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}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
170131, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 16:40:22 UTC (rev 170133)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=2
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+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}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 19:10:39
  Author: bgyorgy
Revision: 170150

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

Added:
  gnome-panel/repos/community-i686/PKGBUILD
(from rev 170149, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-i686/gnome-panel.install
(from rev 170149, gnome-panel/trunk/gnome-panel.install)
  gnome-panel/repos/community-x86_64/PKGBUILD
(from rev 170149, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-x86_64/gnome-panel.install
(from rev 170149, gnome-panel/trunk/gnome-panel.install)
Deleted:
  gnome-panel/repos/community-i686/PKGBUILD
  gnome-panel/repos/community-i686/gnome-panel.install
  gnome-panel/repos/community-x86_64/PKGBUILD
  gnome-panel/repos/community-x86_64/gnome-panel.install

--+
 /PKGBUILD|   88 +
 /gnome-panel.install |   24 +
 community-i686/PKGBUILD  |   34 
 community-i686/gnome-panel.install   |   12 
 community-x86_64/PKGBUILD|   34 
 community-x86_64/gnome-panel.install |   12 
 6 files changed, 112 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 17:10:33 UTC (rev 170149)
+++ community-i686/PKGBUILD 2016-04-10 17:10:39 UTC (rev 170150)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-panel
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="Panel of GNOME Flashback"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/GnomePanel;
-license=('GPL')
-depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('alacarte: Main menu editor'
-'gnome-applets: Extra applets for the panel')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2d8a51a2b9b3a4aa948647992f6fee23c3e69ec5639f2a824383e8a61fbac29')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-panel/repos/community-i686/PKGBUILD (from rev 170149, 
gnome-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 17:10:39 UTC (rev 170150)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-panel
+pkgver=3.18.2
+pkgrel=2
+pkgdesc="Panel of GNOME Flashback"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel;
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
+#makedepends=('intltool' 'itstool' 'gobject-introspection')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'gtk-doc' 
'autoconf-archive')
+optdepends=('alacarte: Main menu editor'
+'gnome-applets: Extra applets for the panel')
+install=$pkgname.install
+#source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=(https://git.gnome.org/browse/gnome-panel/snapshot/gnome-panel-9814d539d3a858e4de831a9451cda66f0f947209.tar.xz)
+#sha256sums=('e2d8a51a2b9b3a4aa948647992f6fee23c3e69ec5639f2a824383e8a61fbac29')
+sha256sums=('6a3d2128a7963b1beeff284b1d5376bc3d227390b6cec15b271003809ee33598')
+
+prepare() {
+  cd $pkgname-*
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+#  cd $pkgname-$pkgver
+  cd $pkgname-*
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+#  cd $pkgname-$pkgver
+  cd $pkgname-*
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnome-panel.install
===
--- community-i686/gnome-panel.install  2016-04-10 17:10:33 UTC (rev 170149)
+++ community-i686/gnome-panel.install  2016-04-10 17:10:39 UTC (rev 170150)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-panel/repos/community-i686/gnome-panel.install (from rev 170149, 

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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:10:40
  Author: alucryd
Revision: 170151

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 17:10:39 UTC (rev 170150)
+++ PKGBUILD2016-04-10 17:10:40 UTC (rev 170151)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: josephgbr 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-colord
-pkgver=1.2.12
-pkgrel=1
-pkgdesc='System daemon for managing color devices'
-arch=('x86_64')
-url='http://www.freedesktop.org/software/colord'
-license=('GPL2')
-depends=('colord' 'lib32-dconf' 'lib32-libgudev' 'lib32-libgusb' 'lib32-lcms2'
- 'lib32-polkit' 'lib32-sqlite')
-makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'intltool'
- 'python2' 'sane' 'vala')
-source=("http://www.freedesktop.org/software/colord/releases/colord-${pkgver}.tar.xz;)
-sha256sums=('d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a')
-
-build() {
-  cd colord-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/colord' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---enable-vala \
---disable-bash-completion \
---disable-static \
---disable-volume-search \
---with-daemon-user='colord' \
---with-systemdsystemunitdir='/usr/lib/systemd/system'
-  make
-}
-
-package() {
-  cd colord-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,var,usr/{bin,include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-colord/repos/multilib-x86_64/PKGBUILD (from rev 170149, 
lib32-colord/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 17:10:40 UTC (rev 170151)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-colord
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='System daemon for managing color devices'
+arch=('x86_64')
+url='http://www.freedesktop.org/software/colord'
+license=('GPL2')
+depends=('colord' 'lib32-dconf' 'lib32-libgudev' 'lib32-libgusb' 'lib32-lcms2'
+ 'lib32-polkit' 'lib32-sqlite')
+makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'intltool'
+ 'python2' 'sane' 'vala')
+source=("http://www.freedesktop.org/software/colord/releases/colord-${pkgver}.tar.xz;)
+sha256sums=('d4ab3f11ec5e98d1079242fda7ad0a84a51da93572405561362a6ce2c274b8f5')
+
+build() {
+  cd colord-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/colord' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--enable-vala \
+--disable-bash-completion \
+--disable-static \
+--disable-volume-search \
+--with-daemon-user='colord' \
+--with-systemdsystemunitdir='/usr/lib/systemd/system'
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd colord-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,var,usr/{bin,include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:10:33
  Author: alucryd
Revision: 170149

upgpkg: lib32-colord 1.3.2-1

Modified:
  lib32-colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 17:10:31 UTC (rev 170148)
+++ PKGBUILD2016-04-10 17:10:33 UTC (rev 170149)
@@ -6,7 +6,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-colord
-pkgver=1.2.12
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='System daemon for managing color devices'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'intltool'
  'python2' 'sane' 'vala')
 
source=("http://www.freedesktop.org/software/colord/releases/colord-${pkgver}.tar.xz;)
-sha256sums=('d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a')
+sha256sums=('d4ab3f11ec5e98d1079242fda7ad0a84a51da93572405561362a6ce2c274b8f5')
 
 build() {
   cd colord-${pkgver}
@@ -38,6 +38,7 @@
 --disable-volume-search \
 --with-daemon-user='colord' \
 --with-systemdsystemunitdir='/usr/lib/systemd/system'
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 19:10:31
  Author: bgyorgy
Revision: 170148

upgpkg: gnome-panel 3.18.2-2

Update to the latest git snapshot for compatibility with GNOME 3.20

Modified:
  gnome-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 17:06:16 UTC (rev 170147)
+++ PKGBUILD2016-04-10 17:10:31 UTC (rev 170148)
@@ -4,21 +4,30 @@
 
 pkgname=gnome-panel
 pkgver=3.18.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Panel of GNOME Flashback"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Projects/GnomePanel;
 license=('GPL')
 depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
+#makedepends=('intltool' 'itstool' 'gobject-introspection')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'gtk-doc' 
'autoconf-archive')
 optdepends=('alacarte: Main menu editor'
 'gnome-applets: Extra applets for the panel')
 install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2d8a51a2b9b3a4aa948647992f6fee23c3e69ec5639f2a824383e8a61fbac29')
+#source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=(https://git.gnome.org/browse/gnome-panel/snapshot/gnome-panel-9814d539d3a858e4de831a9451cda66f0f947209.tar.xz)
+#sha256sums=('e2d8a51a2b9b3a4aa948647992f6fee23c3e69ec5639f2a824383e8a61fbac29')
+sha256sums=('6a3d2128a7963b1beeff284b1d5376bc3d227390b6cec15b271003809ee33598')
 
+prepare() {
+  cd $pkgname-*
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+#  cd $pkgname-$pkgver
+  cd $pkgname-*
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-schemas-compile
 
@@ -29,6 +38,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+#  cd $pkgname-$pkgver
+  cd $pkgname-*
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (4 files)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:16:12
  Author: alucryd
Revision: 170155

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 170154, lib32-glib-networking/trunk/PKGBUILD)
  lib32-glib-networking/repos/multilib-x86_64/glib-networking.install
(from rev 170154, lib32-glib-networking/trunk/glib-networking.install)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
  lib32-glib-networking/repos/multilib-x86_64/glib-networking.install

-+
 PKGBUILD|   84 +++---
 glib-networking.install |   26 +++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 17:16:05 UTC (rev 170154)
+++ PKGBUILD2016-04-10 17:16:12 UTC (rev 170155)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.46.1
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=('x86_64')
-url='http://www.gtk.org/'
-license=('GPL2')
-depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
-makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
-install='glib-networking.install'
-source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
-sha256sums=('d5034214217f705891b6c9e719cc2c583c870bfcfdc454ebbb5e5e8940ac90b1')
-
-build() {
-  cd glib-networking-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/glib-networking' \
---sysconfdir='/etc' \
---disable-installed-tests \
---disable-static
-  make
-}
-
-package() {
-  cd glib-networking-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 170154, 
lib32-glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 17:16:12 UTC (rev 170155)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-glib-networking
+pkgver=2.48.0
+pkgrel=1
+pkgdesc='Network-related giomodules for glib'
+arch=('x86_64')
+url='http://www.gtk.org/'
+license=('GPL2')
+depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
+makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
+install='glib-networking.install'
+source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
+sha256sums=('7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024')
+
+build() {
+  cd glib-networking-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/glib-networking' \
+--sysconfdir='/etc' \
+--disable-installed-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd glib-networking-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share
+}
+
+# vim: ts=2 sw=2 et:

Deleted: glib-networking.install
===
--- glib-networking.install 2016-04-10 17:16:05 UTC (rev 170154)
+++ glib-networking.install 2016-04-10 17:16:12 UTC (rev 170155)
@@ -1,13 +0,0 @@
-post_install() {
-  gio-querymodules-32 usr/lib32/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/glib-networking.install 
(from rev 170154, lib32-glib-networking/trunk/glib-networking.install)
===
--- glib-networking.install (rev 0)
+++ glib-networking.install 2016-04-10 17:16:12 UTC (rev 170155)
@@ -0,0 +1,13 @@
+post_install() {
+  gio-querymodules-32 usr/lib32/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 19:14:15
  Author: bgyorgy
Revision: 170153

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

Added:
  uget/repos/community-i686/PKGBUILD
(from rev 170152, uget/trunk/PKGBUILD)
  uget/repos/community-i686/uget.install
(from rev 170152, uget/trunk/uget.install)
  uget/repos/community-x86_64/PKGBUILD
(from rev 170152, uget/trunk/PKGBUILD)
  uget/repos/community-x86_64/uget.install
(from rev 170152, uget/trunk/uget.install)
Deleted:
  uget/repos/community-i686/PKGBUILD
  uget/repos/community-i686/uget.install
  uget/repos/community-x86_64/PKGBUILD
  uget/repos/community-x86_64/uget.install

---+
 /PKGBUILD |   54 
 /uget.install |   22 
 community-i686/PKGBUILD   |   27 
 community-i686/uget.install   |   11 
 community-x86_64/PKGBUILD |   27 
 community-x86_64/uget.install |   11 
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 17:14:07 UTC (rev 170152)
+++ community-i686/PKGBUILD 2016-04-10 17:14:15 UTC (rev 170153)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=uget
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/;
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('1e0e9cf59e91f061f5cf16a86536f27c8de24992bdee5fb28bc9c1e07c9b6fcc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: uget/repos/community-i686/PKGBUILD (from rev 170152, 
uget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 17:14:15 UTC (rev 170153)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=uget
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
+arch=('i686' 'x86_64')
+url="http://ugetdm.com/;
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+sha256sums=('2450b918ffa10a59db7a60870a6f531715d9e66f6f1d79bdcf1f2c5ee31d06f0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/uget.install
===
--- community-i686/uget.install 2016-04-10 17:14:07 UTC (rev 170152)
+++ community-i686/uget.install 2016-04-10 17:14:15 UTC (rev 170153)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: uget/repos/community-i686/uget.install (from rev 170152, 
uget/trunk/uget.install)
===
--- community-i686/uget.install (rev 0)
+++ community-i686/uget.install 2016-04-10 17:14:15 UTC (rev 170153)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-10 17:14:07 UTC (rev 170152)
+++ community-x86_64/PKGBUILD   2016-04-10 17:14:15 UTC (rev 170153)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=uget
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/;
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('1e0e9cf59e91f061f5cf16a86536f27c8de24992bdee5fb28bc9c1e07c9b6fcc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  

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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:16:05
  Author: alucryd
Revision: 170154

upgpkg: lib32-glib-networking 2.48.0-1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 17:14:15 UTC (rev 170153)
+++ PKGBUILD2016-04-10 17:16:05 UTC (rev 170154)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-glib-networking
-pkgver=2.46.1
+pkgver=2.48.0
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
 install='glib-networking.install'
 
source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
-sha256sums=('d5034214217f705891b6c9e719cc2c583c870bfcfdc454ebbb5e5e8940ac90b1')
+sha256sums=('7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024')
 
 build() {
   cd glib-networking-${pkgver}


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

2016-04-10 Thread Antonio Rojas
Date: Sunday, April 10, 2016 @ 15:21:26
  Author: arojas
Revision: 264479

Update to 0.2.8

Modified:
  farstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 13:20:50 UTC (rev 264478)
+++ PKGBUILD2016-04-10 13:21:26 UTC (rev 264479)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=farstream
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 conflicts=('farsight2')
 replaces=('farsight2')
 
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('bb56af4cbf2cd42f35353f20cf04bc17'
+md5sums=('a40d4c4bd0812c270069b9f97d74009b'
  'SKIP')
 validpgpkeys=('DB30B086FAF86CE7296FADC51D388E5A4ED9A2BB')  # Olivier Crête
 


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

2016-04-10 Thread Florian Pritz
Date: Sunday, April 10, 2016 @ 16:00:51
  Author: bluewind
Revision: 170093

upgpkg: inxi 2.2.38-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 13:02:12 UTC (rev 170092)
+++ PKGBUILD2016-04-10 14:00:51 UTC (rev 170093)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=2.2.36
+pkgver=2.2.38
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
@@ -25,7 +25,7 @@
   "xorg-xrandr: inxi -G single screen resolution"
 )
 
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d6538e150a6c703024f2e32f424467b2')
+md5sums=('46936d59b0ebe561156af5cfc8819920')
 
 package() {
   cd "$srcdir"


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

2016-04-10 Thread Florian Pritz
Date: Sunday, April 10, 2016 @ 16:00:56
  Author: bluewind
Revision: 170094

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 170093, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 170093, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 14:00:51 UTC (rev 170093)
+++ PKGBUILD2016-04-10 14:00:56 UTC (rev 170094)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=2.2.36
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  "dmidecode: inxi -M if no sys machine data"
-  "file: inxi -o unmounted file system"
-  "hddtemp: inxi -Dx show hdd temp"
-  "net-tools: inxi -i ip lan-deprecated"
-  "iproute2: inxi -i ip lan"
-  "lm_sensors: inxi -s sensors output"
-  "usbutils: inxi -A usb audio;-N usb networking"
-  "kmod: inxi -Ax,-Nx module version"
-  "systemd-sysvcompat: inxi -I runlevel"
-  "sudo: inxi -Dx hddtemp-user;-o file-user"
-  "mesa-demos: inxi -G glx info"
-  "xorg-xdpyinfo: inxi -G multi screen resolution"
-  "xorg-xprop: inxi -S desktop data"
-  "xorg-xrandr: inxi -G single screen resolution"
-)
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d6538e150a6c703024f2e32f424467b2')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 170093, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 14:00:56 UTC (rev 170094)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=2.2.38
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('46936d59b0ebe561156af5cfc8819920')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2016-04-10 14:00:51 UTC (rev 170093)
+++ upgpkg  2016-04-10 14:00:56 UTC (rev 170094)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 170093, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2016-04-10 14:00:56 UTC (rev 170094)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2016-04-10 Thread Lukas Jirkovsky
Date: Sunday, April 10, 2016 @ 16:58:18
  Author: stativ
Revision: 170100

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 170099, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 170099, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 170099, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 170099, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   92 -
 idea.desktop |   22 ++---
 idea.install |   18 +--
 idea.sh  |8 ++--
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 14:58:05 UTC (rev 170099)
+++ PKGBUILD2016-04-10 14:58:18 UTC (rev 170100)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=2016.1
-_pkgver=145.258.11
-pkgrel=1
-epoch=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-sha256sums=('d8d889c42dfde1f41030e9d3f5850d364109df73a6a35081edc72d7d95f22fbf'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
-'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-
-  # remove the bundled jre
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/jre
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
170099, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 14:58:18 UTC (rev 170100)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=2016.1.1
+_pkgver=145.597.3
+pkgrel=1
+epoch=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2016-04-10 Thread Lukas Jirkovsky
Date: Sunday, April 10, 2016 @ 16:58:05
  Author: stativ
Revision: 170099

upgpkg: intellij-idea-community-edition 1:2016.1.1-1

update to 2016.1.1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 14:57:26 UTC (rev 170098)
+++ PKGBUILD2016-04-10 14:58:05 UTC (rev 170099)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=2016.1
-_pkgver=145.258.11
+pkgver=2016.1.1
+_pkgver=145.597.3
 pkgrel=1
 epoch=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-sha256sums=('d8d889c42dfde1f41030e9d3f5850d364109df73a6a35081edc72d7d95f22fbf'
+sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
 '6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
 


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

2016-04-10 Thread Jaroslav Lichtblau
Date: Sunday, April 10, 2016 @ 18:26:02
  Author: jlichtblau
Revision: 170119

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 16:25:48 UTC (rev 170118)
+++ community-i686/PKGBUILD 2016-04-10 16:26:02 UTC (rev 170119)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 170118, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 16:26:02 UTC (rev 170119)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-10 16:25:48 UTC (rev 170118)
+++ community-x86_64/PKGBUILD   2016-04-10 16:26:02 UTC (rev 170119)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 170118, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-10 16:26:02 UTC (rev 170119)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-04-10 Thread Jaroslav Lichtblau
Date: Sunday, April 10, 2016 @ 18:25:48
  Author: jlichtblau
Revision: 170118

upgpkg: wxsqlite3 3.3.1-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:21:17 UTC (rev 170117)
+++ PKGBUILD2016-04-10 16:25:48 UTC (rev 170118)
@@ -4,15 +4,15 @@
 # Contributor: napa3um 
 
 pkgname=wxsqlite3
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
 url=" http://utelle.github.io/wxsqlite3;
 license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
+depends=('wxgtk' 'sqlite')
 
source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
+sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,9 +22,8 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="${pkgdir}" install
 
   # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:35:38
  Author: fyan
Revision: 170125

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 170124, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 16:35:38 UTC (rev 170125)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=15
+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=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+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}-${pkgver}"
+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 170124, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 16:35:38 UTC (rev 170125)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=15
+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')

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:35:09
  Author: fyan
Revision: 170124

upgpkg: git-annex 6.20160318-15

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:28:20 UTC (rev 170123)
+++ PKGBUILD2016-04-10 16:35:09 UTC (rev 170124)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160318
-pkgrel=14
+pkgrel=15
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:36:55
  Author: fyan
Revision: 170126

upgpkg: haskell-conduit-combinators 1.0.3.1-16

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 16:35:38 UTC (rev 170125)
+++ PKGBUILD2016-04-10 16:36:55 UTC (rev 170126)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


[arch-commits] Commit in haskell-conduit-combinators/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 18:37:25
  Author: fyan
Revision: 170127

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 170126, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 170126, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 170126, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 170126, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 170126, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 16:37:25 UTC (rev 170127)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=16
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 170126, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-04-10 
16:37:25 UTC (rev 170127)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 170126, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:06:10
  Author: alucryd
Revision: 170146

upgpkg: lib32-dconf 0.26.0-1

Modified:
  lib32-dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 17:02:18 UTC (rev 170145)
+++ PKGBUILD2016-04-10 17:06:10 UTC (rev 170146)
@@ -4,17 +4,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-dconf
-pkgver=0.24.0
+pkgver=0.26.0
 pkgrel=1
 pkgdesc='A low-level configuration system'
 arch=('x86_64')
 url='http://live.gnome.org/dconf'
 license=('LGPL2.1')
-depends=('dconf' 'lib32-glib2' 'lib32-libdbus')
-makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python2' 'vala')
+depends=('dconf' 'lib32-glib2')
+makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python' 'vala')
 install='dconf.install'
 
source=("http://download.gnome.org/sources/dconf/${pkgver%.*}/dconf-${pkgver}.tar.xz;)
-sha256sums=('4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2')
+sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
 
 prepare() {
   cd dconf-${pkgver}


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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:22:01
  Author: alucryd
Revision: 170159

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 17:21:54 UTC (rev 170158)
+++ PKGBUILD2016-04-10 17:22:01 UTC (rev 170159)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.52.2
-pkgrel=1
-pkgdesc='GNOME HTTP Library'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('LGPL')
-depends=('lib32-glib-networking' 'lib32-libxml2' 'lib32-sqlite' 'libsoup')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
- 'vala')
-conflicts=('lib32-libsoup-gnome')
-replaces=('lib32-libsoup-gnome')
-options=('!emptydirs')
-source=("http://ftp.gnome.org/pub/gnome/sources/libsoup/${pkgver%.*}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc')
-
-build() {
-  cd libsoup-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libsoup-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 170158, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 17:22:01 UTC (rev 170159)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.54.0.1
+pkgrel=1
+pkgdesc='GNOME HTTP Library'
+arch=('x86_64')
+url='http://www.gnome.org'
+license=('LGPL')
+depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
+ 'libsoup')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
+ 'vala')
+conflicts=('lib32-libsoup-gnome')
+replaces=('lib32-libsoup-gnome')
+options=('!emptydirs')
+source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
+sha256sums=('ade4920166bd036e8890d04acdc135686d877670953949fa6245797c906e38e0')
+
+build() {
+  cd libsoup-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd libsoup-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (4 files)

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:20:40
  Author: alucryd
Revision: 170157

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 170156, lib32-glib-networking/trunk/PKGBUILD)
  lib32-glib-networking/repos/multilib-x86_64/glib-networking.install
(from rev 170156, lib32-glib-networking/trunk/glib-networking.install)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
  lib32-glib-networking/repos/multilib-x86_64/glib-networking.install

-+
 PKGBUILD|   84 +++---
 glib-networking.install |   26 +++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-10 17:20:34 UTC (rev 170156)
+++ PKGBUILD2016-04-10 17:20:40 UTC (rev 170157)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.48.0
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=('x86_64')
-url='http://www.gtk.org/'
-license=('GPL2')
-depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
-makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
-install='glib-networking.install'
-source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
-sha256sums=('7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024')
-
-build() {
-  cd glib-networking-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/glib-networking' \
---sysconfdir='/etc' \
---disable-installed-tests \
---disable-static
-  make
-}
-
-package() {
-  cd glib-networking-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 170156, 
lib32-glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-10 17:20:40 UTC (rev 170157)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-glib-networking
+pkgver=2.48.0
+pkgrel=2
+pkgdesc='Network-related giomodules for glib'
+arch=('x86_64')
+url='http://www.gtk.org/'
+license=('GPL2')
+depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
+makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
+install='glib-networking.install'
+source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
+sha256sums=('7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024')
+
+build() {
+  cd glib-networking-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/glib-networking' \
+--sysconfdir='/etc' \
+--disable-installed-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd glib-networking-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{lib,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: glib-networking.install
===
--- glib-networking.install 2016-04-10 17:20:34 UTC (rev 170156)
+++ glib-networking.install 2016-04-10 17:20:40 UTC (rev 170157)
@@ -1,13 +0,0 @@
-post_install() {
-  gio-querymodules-32 usr/lib32/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/glib-networking.install 
(from rev 170156, lib32-glib-networking/trunk/glib-networking.install)
===
--- glib-networking.install (rev 0)
+++ glib-networking.install 2016-04-10 17:20:40 UTC (rev 170157)
@@ -0,0 +1,13 @@
+post_install() {
+  gio-querymodules-32 usr/lib32/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-10 Thread Maxime Gauduin
Date: Sunday, April 10, 2016 @ 19:20:34
  Author: alucryd
Revision: 170156

upgpkg: lib32-glib-networking 2.48.0-2

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 17:16:12 UTC (rev 170155)
+++ PKGBUILD2016-04-10 17:20:34 UTC (rev 170156)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-glib-networking
 pkgver=2.48.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Network-related giomodules for glib'
 arch=('x86_64')
 url='http://www.gtk.org/'
@@ -36,7 +36,7 @@
   cd glib-networking-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share
+  rm -rf "${pkgdir}"/usr/{lib,share}
 }
 
 # vim: ts=2 sw=2 et:


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:24:41
  Author: fyan
Revision: 169986

upgpkg: haskell-enclosed-exceptions 1.0.1.1-7

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-enclosed-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 07:24:31 UTC (rev 169985)
+++ PKGBUILD2016-04-10 07:24:41 UTC (rev 169986)
@@ -5,7 +5,7 @@
 _hkgname=enclosed-exceptions
 pkgname=haskell-enclosed-exceptions
 pkgver=1.0.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Catching all exceptions from within an enclosed computation"
 url="https://github.com/jcristovao/enclosed-exceptions;
 license=("MIT")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:24:31
  Author: fyan
Revision: 169985

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

Added:
  haskell-keys/repos/community-staging-i686/
  haskell-keys/repos/community-staging-i686/PKGBUILD
(from rev 169984, haskell-keys/trunk/PKGBUILD)
  haskell-keys/repos/community-staging-i686/haskell-keys.install
(from rev 169984, haskell-keys/trunk/haskell-keys.install)
  haskell-keys/repos/community-staging-x86_64/
  haskell-keys/repos/community-staging-x86_64/PKGBUILD
(from rev 169984, haskell-keys/trunk/PKGBUILD)
  haskell-keys/repos/community-staging-x86_64/haskell-keys.install
(from rev 169984, haskell-keys/trunk/haskell-keys.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-keys.install   |   18 +
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-keys.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-keys/repos/community-staging-i686/PKGBUILD (from rev 169984, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 07:24:31 UTC (rev 169985)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.11
+pkgrel=10
+pkgdesc="Keyed functors and containers"
+url="http://github.com/ekmett/keys/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-free" "haskell-hashable"
+ "haskell-semigroupoids" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('0cf397b7e6eb8cda930a02118c0bf262f9ef80c5a2f91822238b7778042cc4b2')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-keys/repos/community-staging-i686/haskell-keys.install (from 
rev 169984, haskell-keys/trunk/haskell-keys.install)
===
--- community-staging-i686/haskell-keys.install (rev 0)
+++ community-staging-i686/haskell-keys.install 2016-04-10 07:24:31 UTC (rev 
169985)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-keys
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-keys/repos/community-staging-x86_64/PKGBUILD (from rev 169984, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 07:24:31 UTC (rev 169985)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.11
+pkgrel=10
+pkgdesc="Keyed functors and containers"
+url="http://github.com/ekmett/keys/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-free" "haskell-hashable"
+ "haskell-semigroupoids" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-unordered-containers")
+options=('staticlibs')

[arch-commits] Commit in haskell-enclosed-exceptions/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:25:17
  Author: fyan
Revision: 169987

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

Added:
  haskell-enclosed-exceptions/repos/community-staging-i686/
  haskell-enclosed-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 169986, haskell-enclosed-exceptions/trunk/PKGBUILD)
  
haskell-enclosed-exceptions/repos/community-staging-i686/haskell-enclosed-exceptions.install
(from rev 169986, 
haskell-enclosed-exceptions/trunk/haskell-enclosed-exceptions.install)
  haskell-enclosed-exceptions/repos/community-staging-x86_64/
  haskell-enclosed-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 169986, haskell-enclosed-exceptions/trunk/PKGBUILD)
  
haskell-enclosed-exceptions/repos/community-staging-x86_64/haskell-enclosed-exceptions.install
(from rev 169986, 
haskell-enclosed-exceptions/trunk/haskell-enclosed-exceptions.install)

--+
 community-staging-i686/PKGBUILD  |   43 ++
 community-staging-i686/haskell-enclosed-exceptions.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 ++
 community-staging-x86_64/haskell-enclosed-exceptions.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-enclosed-exceptions/repos/community-staging-i686/PKGBUILD (from 
rev 169986, haskell-enclosed-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 07:25:17 UTC (rev 169987)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=enclosed-exceptions
+pkgname=haskell-enclosed-exceptions
+pkgver=1.0.1.1
+pkgrel=7
+pkgdesc="Catching all exceptions from within an enclosed computation"
+url="https://github.com/jcristovao/enclosed-exceptions;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e5236133ba5a2395fbac9f8436eb8765ede4a0a8b36341ccbb8a4cddf00c5d99')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-enclosed-exceptions/repos/community-staging-i686/haskell-enclosed-exceptions.install
 (from rev 169986, 
haskell-enclosed-exceptions/trunk/haskell-enclosed-exceptions.install)
===
--- community-staging-i686/haskell-enclosed-exceptions.install  
(rev 0)
+++ community-staging-i686/haskell-enclosed-exceptions.install  2016-04-10 
07:25:17 UTC (rev 169987)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-enclosed-exceptions
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-enclosed-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 169986, haskell-enclosed-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 07:25:17 UTC (rev 169987)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:57:46
  Author: fyan
Revision: 170002

upgpkg: haskell-cryptohash 0.11.9-2

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-cryptohash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 07:55:16 UTC (rev 170001)
+++ PKGBUILD2016-04-10 07:57:46 UTC (rev 170002)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash
 pkgname=haskell-cryptohash
 pkgver=0.11.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of crypto hashes, fast, pure and practical"
 url="http://github.com/vincenthz/hs-cryptohash;
 license=("custom:BSD3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 10:58:07
  Author: fyan
Revision: 170028

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

Added:
  haskell-lens/repos/community-staging-i686/
  haskell-lens/repos/community-staging-i686/PKGBUILD
(from rev 170027, haskell-lens/trunk/PKGBUILD)
  haskell-lens/repos/community-staging-i686/haskell-lens.install
(from rev 170027, haskell-lens/trunk/haskell-lens.install)
  haskell-lens/repos/community-staging-x86_64/
  haskell-lens/repos/community-staging-x86_64/PKGBUILD
(from rev 170027, haskell-lens/trunk/PKGBUILD)
  haskell-lens/repos/community-staging-x86_64/haskell-lens.install
(from rev 170027, haskell-lens/trunk/haskell-lens.install)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-lens.install   |   18 
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-lens.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 170027, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 08:58:07 UTC (rev 170028)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.13.2.1
+pkgrel=4
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions"
+ "haskell-free" "haskell-hashable" "haskell-kan-extensions" 
"haskell-mtl"
+ "haskell-parallel" "haskell-profunctors" "haskell-reflection"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d48509a066f864c3c6a8944117e788bab80587d40b1799600c99da389ee249b6')
+
+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-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas 
-finlining -f-benchmark-uniplate
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-lens/repos/community-staging-i686/haskell-lens.install (from 
rev 170027, haskell-lens/trunk/haskell-lens.install)
===
--- community-staging-i686/haskell-lens.install (rev 0)
+++ community-staging-i686/haskell-lens.install 2016-04-10 08:58:07 UTC (rev 
170028)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-lens
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 170027, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 08:58:07 UTC (rev 170028)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-04-10 Thread Antonio Rojas
Date: Sunday, April 10, 2016 @ 10:53:34
  Author: arojas
Revision: 170022

Add kde-cli-tools optdepend (FS#48861)

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 08:40:42 UTC (rev 170021)
+++ PKGBUILD2016-04-10 08:53:34 UTC (rev 170022)
@@ -13,7 +13,7 @@
 arch=(i686 x86_64)
 depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
 makedepends=(extra-cmake-modules)
-optdepends=('sshfs: remote filesystem browser')
+optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI')
 install=$pkgname.install
 
source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz;)
 md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 11:20:58
  Author: fyan
Revision: 170044

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

Added:
  haskell-dns/repos/community-staging-i686/
  haskell-dns/repos/community-staging-i686/PKGBUILD
(from rev 170043, haskell-dns/trunk/PKGBUILD)
  haskell-dns/repos/community-staging-i686/haskell-dns.install
(from rev 170043, haskell-dns/trunk/haskell-dns.install)
  haskell-dns/repos/community-staging-x86_64/
  haskell-dns/repos/community-staging-x86_64/PKGBUILD
(from rev 170043, haskell-dns/trunk/PKGBUILD)
  haskell-dns/repos/community-staging-x86_64/haskell-dns.install
(from rev 170043, haskell-dns/trunk/haskell-dns.install)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/haskell-dns.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/haskell-dns.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 170043, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 09:20:58 UTC (rev 170044)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.1
+pkgrel=20
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3d11e14bbfd07b46bba9c676dd970731be190d6dc9c5e95089c4da60565e47d2')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-dns/repos/community-staging-i686/haskell-dns.install (from rev 
170043, haskell-dns/trunk/haskell-dns.install)
===
--- community-staging-i686/haskell-dns.install  (rev 0)
+++ community-staging-i686/haskell-dns.install  2016-04-10 09:20:58 UTC (rev 
170044)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dns
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 170043, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 09:20:58 UTC (rev 170044)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.1
+pkgrel=20
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 11:20:26
  Author: fyan
Revision: 170043

upgpkg: haskell-dns 2.0.1-20

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 09:19:42 UTC (rev 170042)
+++ PKGBUILD2016-04-10 09:20:26 UTC (rev 170043)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.1
-pkgrel=19
+pkgrel=20
 pkgdesc="DNS library in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-04-10 Thread Antonio Rojas
Date: Sunday, April 10, 2016 @ 11:37:41
  Author: arojas
Revision: 264466

Update to 2.9.34

Modified:
  libdmapsharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 07:31:29 UTC (rev 264465)
+++ PKGBUILD2016-04-10 09:37:41 UTC (rev 264466)
@@ -2,7 +2,7 @@
 #Maintainer: Ionut Biru 
 
 pkgname=libdmapsharing
-pkgver=2.9.32
+pkgver=2.9.34
 pkgrel=1
 pkgdesc="A library that implements the DMAP family of protocols"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL2.1')
 depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
 source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
-md5sums=('b0bb27525c92233bd76e5f7b7b6cfe6d')
+md5sums=('9b500a8af73758d65340cc00ef3e3c85')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-10 Thread Antonio Rojas
Date: Sunday, April 10, 2016 @ 11:46:59
  Author: arojas
Revision: 264468

Update to 2015

Modified:
  latex2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 09:38:35 UTC (rev 264467)
+++ PKGBUILD2016-04-10 09:46:59 UTC (rev 264468)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=latex2html
-pkgver=2012
+pkgver=2015
 pkgrel=1
 pkgdesc="a convertor written in Perl that converts LaTeX documents to HTML."
 arch=('any')
@@ -12,9 +12,9 @@
 depends=('perl' 'ghostscript' 'texlive-core' 'libpng' 'giflib' 'netpbm')
 install=$pkgname.install
 license=('GPL2')
-source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tgz
+source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tar.gz
  install-destdir.patch)
-sha1sums=('54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff'
+sha1sums=('13c893850dd1136f2e276068131f0a264c1cae1a'
   '7b654c41779b8387010b69abe4e5aa51d583c278')
 
 prepare() {


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

2016-04-10 Thread Antonio Rojas
Date: Sunday, April 10, 2016 @ 11:47:32
  Author: arojas
Revision: 264469

archrelease: copy trunk to testing-any

Added:
  latex2html/repos/testing-any/
  latex2html/repos/testing-any/PKGBUILD
(from rev 264468, latex2html/trunk/PKGBUILD)
  latex2html/repos/testing-any/install-destdir.patch
(from rev 264468, latex2html/trunk/install-destdir.patch)
  latex2html/repos/testing-any/latex2html.install
(from rev 264468, latex2html/trunk/latex2html.install)

---+
 PKGBUILD  |   46 ++
 install-destdir.patch |   20 
 latex2html.install|   15 +++
 3 files changed, 81 insertions(+)

Copied: latex2html/repos/testing-any/PKGBUILD (from rev 264468, 
latex2html/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-04-10 09:47:32 UTC (rev 264469)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jochem Kossen 
+# Contributor: Jason Chu 
+
+pkgname=latex2html
+pkgver=2015
+pkgrel=1
+pkgdesc="a convertor written in Perl that converts LaTeX documents to HTML."
+arch=('any')
+url="http://www.ctan.org/pkg/latex2html/;
+depends=('perl' 'ghostscript' 'texlive-core' 'libpng' 'giflib' 'netpbm')
+install=$pkgname.install
+license=('GPL2')
+source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tar.gz
+ install-destdir.patch)
+sha1sums=('13c893850dd1136f2e276068131f0a264c1cae1a'
+  '7b654c41779b8387010b69abe4e5aa51d583c278')
+
+prepare() {
+cd $srcdir/$pkgname-$pkgver
+patch -Np0 -i ${srcdir}/install-destdir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr \
+   --shlibdir=/usr/lib/$pkgname \
+   --with-texpath=/usr/share/texmf/tex/latex/html \
+   --enable-wrapper \
+   --enable-gif \
+   --enable-png
+
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install
+   
+   # set correct permission on executables
+   chmod 755 $pkgdir/usr/bin/{pstoimg,texexpand,latex2html}
+
+   # avoid conflict with TeXLive
+   rm -f ${pkgdir}/usr/share/texmf/tex/latex/html/url.sty
+}

Copied: latex2html/repos/testing-any/install-destdir.patch (from rev 264468, 
latex2html/trunk/install-destdir.patch)
===
--- testing-any/install-destdir.patch   (rev 0)
+++ testing-any/install-destdir.patch   2016-04-10 09:47:32 UTC (rev 264469)
@@ -0,0 +1,20 @@
+--- config/install.pl.old  2011-04-25 09:32:26.052179167 -0700
 config/install.pl  2011-04-25 09:33:28.262180892 -0700
+@@ -372,14 +372,15 @@
+ 
+ if($cfg{TEXPATH}) {
+   print "\nNote: trying to install LaTeX2HTML style files in TeX directory 
tree\n ($cfg{TEXPATH})\n";
+-  unless(mkpath($cfg{TEXPATH})) {
++  my $dest = $cfg{TEXPATH};
++  $dest = $ENV{'DESTDIR'}.$dest if($ENV{'DESTDIR'});
++  unless(mkpath($dest)) {
+   #my $testpath = $cfg{TEXPATH}; # to strip (latex2)html
+   #$testpath =~ s/[$dd$dd][^$dd$dd]*$//;
+   #if((-d $cfg{TEXPATH} && !-w _) || (-d $testpath && !-w _)) {
+ print STDERR "\nError: Cannot install LaTeX2HTML style files in 
$cfg{TEXPATH}\n";
+   } else {
+ my $dir = 'texinputs';
+-my $dest = $cfg{TEXPATH};
+ unless(opendir(DIR,$dir)) {
+   print STDERR qq{Error: Could not read directory "$dir": $!\n};
+ } else {

Copied: latex2html/repos/testing-any/latex2html.install (from rev 264468, 
latex2html/trunk/latex2html.install)
===
--- testing-any/latex2html.install  (rev 0)
+++ testing-any/latex2html.install  2016-04-10 09:47:32 UTC (rev 264469)
@@ -0,0 +1,15 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   texconfig-sys rehash
+}
+
+post_upgrade() {
+   echo">>> texlive: updating the filename database..."
+   texconfig-sys rehash
+}
+
+post_remove() {
+   echo">>> texlive: updating the filename database..."
+   texconfig-sys rehash
+}
+


[arch-commits] Commit in haskell-project-template/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 12:46:07
  Author: fyan
Revision: 170062

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

Added:
  haskell-project-template/repos/community-staging-i686/
  haskell-project-template/repos/community-staging-i686/PKGBUILD
(from rev 170061, haskell-project-template/trunk/PKGBUILD)
  
haskell-project-template/repos/community-staging-i686/haskell-project-template.install
(from rev 170061, 
haskell-project-template/trunk/haskell-project-template.install)
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 170061, haskell-project-template/trunk/PKGBUILD)
  
haskell-project-template/repos/community-staging-x86_64/haskell-project-template.install
(from rev 170061, 
haskell-project-template/trunk/haskell-project-template.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-project-template.install   |   18 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-project-template.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-project-template/repos/community-staging-i686/PKGBUILD (from 
rev 170061, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 10:46:07 UTC (rev 170062)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=21
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-project-template/repos/community-staging-i686/haskell-project-template.install
 (from rev 170061, 
haskell-project-template/trunk/haskell-project-template.install)
===
--- community-staging-i686/haskell-project-template.install 
(rev 0)
+++ community-staging-i686/haskell-project-template.install 2016-04-10 
10:46:07 UTC (rev 170062)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-project-template
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 170061, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 10:46:07 UTC (rev 170062)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 12:45:37
  Author: fyan
Revision: 170061

upgpkg: haskell-project-template 0.2.0-21

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 10:45:21 UTC (rev 170060)
+++ PKGBUILD2016-04-10 10:45:37 UTC (rev 170061)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide;
 license=("custom:BSD3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 14:39:39
  Author: fyan
Revision: 170078

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 170077, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 170077, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 170077, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 170077, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 170077, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 12:39:39 UTC (rev 170078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=6
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-shake.install (from 
rev 170077, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-04-10 12:39:39 UTC 
(rev 170078)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 170077, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 12:39:39 UTC (rev 170078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=6
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 14:39:09
  Author: fyan
Revision: 170077

upgpkg: haskell-shake 0.15.5-6

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 12:37:32 UTC (rev 170076)
+++ PKGBUILD2016-04-10 12:39:09 UTC (rev 170077)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.15.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


[arch-commits] Commit in (4 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 14:53:25
  Author: fyan
Revision: 170087

addpkg: python-profilestats 2.0-1

Added:
  python-profilestats/
  python-profilestats/repos/
  python-profilestats/trunk/
  python-profilestats/trunk/PKGBUILD

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

Added: python-profilestats/trunk/PKGBUILD
===
--- python-profilestats/trunk/PKGBUILD  (rev 0)
+++ python-profilestats/trunk/PKGBUILD  2016-04-10 12:53:25 UTC (rev 170087)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-profilestats
+pkgname=('python-profilestats' 'python2-profilestats')
+pkgver=2.0
+pkgrel=1
+pkgdesc="Decorator for profiling individual functions and converting profiling 
data to the kcachegrind/qcachegrind format."
+arch=('any')
+license=('BSD')
+url="https://pypi.python.org/pypi/profilestats;
+makedepends=('python-setuptools' 'python2-setuptools' 'pyprof2calltree' 
'python2-pyprof2calltree' 'git')
+source=("git+https://github.com/hannosch/profilestats.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a profilestats{,-py2}
+}
+
+build() {
+  cd "$srcdir"/profilestats
+  python setup.py build
+
+  cd "$srcdir"/profilestats-py2
+  python2 setup.py build
+}
+
+package_python-profilestats() {
+  depends=('python-setuptools' 'pyprof2calltree')
+
+  cd profilestats
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-profilestats() {
+  depends=('python2-setuptools' 'python2-pyprof2calltree')
+
+  cd profilestats-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


Property changes on: python-profilestats/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in haskell-tagstream-conduit/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:30:35
  Author: fyan
Revision: 169989

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

Added:
  haskell-tagstream-conduit/repos/community-staging-i686/
  haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD
(from rev 169988, haskell-tagstream-conduit/trunk/PKGBUILD)
  
haskell-tagstream-conduit/repos/community-staging-i686/haskell-tagstream-conduit.install
(from rev 169988, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)
  haskell-tagstream-conduit/repos/community-staging-x86_64/
  haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 169988, haskell-tagstream-conduit/trunk/PKGBUILD)
  
haskell-tagstream-conduit/repos/community-staging-x86_64/haskell-tagstream-conduit.install
(from rev 169988, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-tagstream-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-tagstream-conduit.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 169988, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 07:30:35 UTC (rev 169989)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=22
+pkgdesc="Streamlined html tag parser"
+url="http://github.com/yihuang/tagstream-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-resourcet" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-tagstream-conduit/repos/community-staging-i686/haskell-tagstream-conduit.install
 (from rev 169988, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)
===
--- community-staging-i686/haskell-tagstream-conduit.install
(rev 0)
+++ community-staging-i686/haskell-tagstream-conduit.install2016-04-10 
07:30:35 UTC (rev 169989)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagstream-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 169988, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 07:30:35 UTC (rev 169989)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:30:05
  Author: fyan
Revision: 169988

upgpkg: haskell-tagstream-conduit 0.5.5.3-22

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 07:25:17 UTC (rev 169987)
+++ PKGBUILD2016-04-10 07:30:05 UTC (rev 169988)
@@ -5,7 +5,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=21
+pkgrel=22
 pkgdesc="Streamlined html tag parser"
 url="http://github.com/yihuang/tagstream-conduit;
 license=("custom:BSD3")


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-04-10 Thread Florian Pritz
Date: Sunday, April 10, 2016 @ 09:31:29
  Author: bluewind
Revision: 264465

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 264464, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 264464, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 264464, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  842 +--
 upgpkg |8 
 3 files changed, 456 insertions(+), 456 deletions(-)

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


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

2016-04-10 Thread Florian Pritz
Date: Sunday, April 10, 2016 @ 09:31:24
  Author: bluewind
Revision: 264464

upgpkg: pacman-mirrorlist 20160410-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 06:43:06 UTC (rev 264463)
+++ PKGBUILD2016-04-10 07:31:24 UTC (rev 264464)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20160404
+pkgver=20160410
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('f5d31d2480863f9117956de4ed223234')
-sha256sums=('11028de3087d4cdb45e4236dadba4f2db79ee9b82a7c0c36a7b31b3aa8083c65')
+md5sums=('becbf0766dd51c912c87e1cbf034e780')
+sha256sums=('0f51fc5b8a63727e787ccde7d5fd99adfa052beaaa87670683f2e3e6f777f90f')

Modified: mirrorlist
===
--- mirrorlist  2016-04-10 06:43:06 UTC (rev 264463)
+++ mirrorlist  2016-04-10 07:31:24 UTC (rev 264464)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-04-04
+## Generated on 2016-04-10
 ##
 
 ## Worldwide
@@ -7,7 +7,7 @@
 #Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
 
 ## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
+#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
 #Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:52:05
  Author: fyan
Revision: 169995

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

Added:
  haskell-authenticate/repos/community-staging-i686/
  haskell-authenticate/repos/community-staging-i686/PKGBUILD
(from rev 169994, haskell-authenticate/trunk/PKGBUILD)
  haskell-authenticate/repos/community-staging-i686/haskell-authenticate.install
(from rev 169994, haskell-authenticate/trunk/haskell-authenticate.install)
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 169994, haskell-authenticate/trunk/PKGBUILD)
  
haskell-authenticate/repos/community-staging-x86_64/haskell-authenticate.install
(from rev 169994, haskell-authenticate/trunk/haskell-authenticate.install)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-authenticate.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-authenticate.install |   18 ++
 4 files changed, 130 insertions(+)

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
169994, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 07:52:05 UTC (rev 169995)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3
+pkgrel=27
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6807cd32c5ff9b23cd6f184ffd7fb7f99c4a7f0dc645eae82f2d6dfbd1899bbe')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-authenticate/repos/community-staging-i686/haskell-authenticate.install 
(from rev 169994, haskell-authenticate/trunk/haskell-authenticate.install)
===
--- community-staging-i686/haskell-authenticate.install 
(rev 0)
+++ community-staging-i686/haskell-authenticate.install 2016-04-10 07:52:05 UTC 
(rev 169995)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-authenticate
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
169994, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 07:52:05 UTC (rev 169995)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:53:45
  Author: fyan
Revision: 169997

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

Added:
  haskell-yaml/repos/community-staging-i686/
  haskell-yaml/repos/community-staging-i686/PKGBUILD
(from rev 169996, haskell-yaml/trunk/PKGBUILD)
  haskell-yaml/repos/community-staging-i686/haskell-yaml.install
(from rev 169996, haskell-yaml/trunk/haskell-yaml.install)
  haskell-yaml/repos/community-staging-x86_64/
  haskell-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 169996, haskell-yaml/trunk/PKGBUILD)
  haskell-yaml/repos/community-staging-x86_64/haskell-yaml.install
(from rev 169996, haskell-yaml/trunk/haskell-yaml.install)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/haskell-yaml.install   |   18 +
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/haskell-yaml.install |   18 +
 4 files changed, 126 insertions(+)

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 169996, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 07:53:45 UTC (rev 169997)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=12
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d68ad3dd16e4b8ba943d0f58666d1f53be24923088df15f46be44bbbaf85c529')
+
+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-no-unicode -f-system-libyaml -f-no-exe
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-yaml/repos/community-staging-i686/haskell-yaml.install (from 
rev 169996, haskell-yaml/trunk/haskell-yaml.install)
===
--- community-staging-i686/haskell-yaml.install (rev 0)
+++ community-staging-i686/haskell-yaml.install 2016-04-10 07:53:45 UTC (rev 
169997)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yaml
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 169996, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 07:53:45 UTC (rev 169997)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=12
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:51:35
  Author: fyan
Revision: 169994

upgpkg: haskell-authenticate 1.3.3-27

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 07:37:37 UTC (rev 169993)
+++ PKGBUILD2016-04-10 07:51:35 UTC (rev 169994)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3
-pkgrel=26
+pkgrel=27
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("custom:BSD3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:53:15
  Author: fyan
Revision: 169996

upgpkg: haskell-yaml 0.8.16-12

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 07:52:05 UTC (rev 169995)
+++ PKGBUILD2016-04-10 07:53:15 UTC (rev 169996)
@@ -5,7 +5,7 @@
 _hkgname=yaml
 pkgname=haskell-yaml
 pkgver=0.8.16
-pkgrel=11
+pkgrel=12
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-cryptohash-conduit/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 10:40:42
  Author: fyan
Revision: 170021

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

Added:
  haskell-cryptohash-conduit/repos/community-staging-i686/
  haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD
(from rev 170020, haskell-cryptohash-conduit/trunk/PKGBUILD)
  
haskell-cryptohash-conduit/repos/community-staging-i686/haskell-cryptohash-conduit.install
(from rev 170020, 
haskell-cryptohash-conduit/trunk/haskell-cryptohash-conduit.install)
  haskell-cryptohash-conduit/repos/community-staging-x86_64/
  haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 170020, haskell-cryptohash-conduit/trunk/PKGBUILD)
  
haskell-cryptohash-conduit/repos/community-staging-x86_64/haskell-cryptohash-conduit.install
(from rev 170020, 
haskell-cryptohash-conduit/trunk/haskell-cryptohash-conduit.install)

-+
 community-staging-i686/PKGBUILD |   43 ++
 community-staging-i686/haskell-cryptohash-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD   |   43 ++
 community-staging-x86_64/haskell-cryptohash-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 170020, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 08:40:42 UTC (rev 170021)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=23
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-cryptohash-conduit/repos/community-staging-i686/haskell-cryptohash-conduit.install
 (from rev 170020, 
haskell-cryptohash-conduit/trunk/haskell-cryptohash-conduit.install)
===
--- community-staging-i686/haskell-cryptohash-conduit.install   
(rev 0)
+++ community-staging-i686/haskell-cryptohash-conduit.install   2016-04-10 
08:40:42 UTC (rev 170021)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cryptohash-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 170020, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 08:40:42 UTC (rev 170021)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 10:54:07
  Author: fyan
Revision: 170024

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

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

-+
 community-staging-i686/PKGBUILD |   52 ++
 community-staging-i686/haskell-yesod-auth.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   52 ++
 community-staging-x86_64/haskell-yesod-auth.install |   18 ++
 4 files changed, 140 insertions(+)

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
170023, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 08:54:07 UTC (rev 170024)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.13
+pkgrel=4
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('708805d79ded7af86bafa1cd93f75a5a401edef378c0f019f294958cb3f50f56')
+
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-auth/repos/community-staging-i686/haskell-yesod-auth.install 
(from rev 170023, haskell-yesod-auth/trunk/haskell-yesod-auth.install)
===
--- community-staging-i686/haskell-yesod-auth.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-auth.install   2016-04-10 08:54:07 UTC 
(rev 170024)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-auth
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: 

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 10:54:30
  Author: fyan
Revision: 170025

upgpkg: haskell-reducers 3.12.1-9

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-reducers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 08:54:07 UTC (rev 170024)
+++ PKGBUILD2016-04-10 08:54:30 UTC (rev 170025)
@@ -5,7 +5,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="http://github.com/ekmett/reducers/;
 license=("custom:BSD3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 10:53:36
  Author: fyan
Revision: 170023

upgpkg: haskell-yesod-auth 1.4.13-4

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 08:53:34 UTC (rev 170022)
+++ PKGBUILD2016-04-10 08:53:36 UTC (rev 170023)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 11:03:03
  Author: fyan
Revision: 170031

upgpkg: haskell-mono-traversable 0.10.1.1-7

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 09:01:16 UTC (rev 170030)
+++ PKGBUILD2016-04-10 09:03:03 UTC (rev 170031)
@@ -5,7 +5,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=0.10.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")


[arch-commits] Commit in haskell-mono-traversable/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 11:03:36
  Author: fyan
Revision: 170032

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

Added:
  haskell-mono-traversable/repos/community-staging-i686/
  haskell-mono-traversable/repos/community-staging-i686/PKGBUILD
(from rev 170031, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-i686/haskell-mono-traversable.install
(from rev 170031, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)
  haskell-mono-traversable/repos/community-staging-x86_64/
  haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD
(from rev 170031, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-x86_64/haskell-mono-traversable.install
(from rev 170031, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/haskell-mono-traversable.install   |   18 
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/haskell-mono-traversable.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-mono-traversable/repos/community-staging-i686/PKGBUILD (from 
rev 170031, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 09:03:36 UTC (rev 170032)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=0.10.1.1
+pkgrel=7
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-dlist" 
"haskell-dlist-instances"
+ "haskell-hashable" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-split" "haskell-text" "haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-algorithms" 
"haskell-vector-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a15fe3e4c92a6293a8959f77a6054ae85f5a1be049b2f7b07997245d6e6b574b')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-mono-traversable/repos/community-staging-i686/haskell-mono-traversable.install
 (from rev 170031, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)
===
--- community-staging-i686/haskell-mono-traversable.install 
(rev 0)
+++ community-staging-i686/haskell-mono-traversable.install 2016-04-10 
09:03:36 UTC (rev 170032)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mono-traversable
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 170031, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 09:03:36 UTC (rev 170032)
@@ -0,0 +1,45 @@
+# $Id$
+# 

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

2016-04-10 Thread Antonio Rojas
Date: Sunday, April 10, 2016 @ 11:38:35
  Author: arojas
Revision: 264467

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

Added:
  libdmapsharing/repos/testing-i686/
  libdmapsharing/repos/testing-i686/PKGBUILD
(from rev 264466, libdmapsharing/trunk/PKGBUILD)
  libdmapsharing/repos/testing-x86_64/
  libdmapsharing/repos/testing-x86_64/PKGBUILD
(from rev 264466, libdmapsharing/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   25 +
 testing-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: libdmapsharing/repos/testing-i686/PKGBUILD (from rev 264466, 
libdmapsharing/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-10 09:38:35 UTC (rev 264467)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru 
+
+pkgname=libdmapsharing
+pkgver=2.9.34
+pkgrel=1
+pkgdesc="A library that implements the DMAP family of protocols"
+arch=('i686' 'x86_64')
+url="http://www.flyn.org/projects/libdmapsharing/index.html;
+license=('LGPL2.1')
+depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
+source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
+md5sums=('9b500a8af73758d65340cc00ef3e3c85')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-mdns=avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libdmapsharing/repos/testing-x86_64/PKGBUILD (from rev 264466, 
libdmapsharing/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-10 09:38:35 UTC (rev 264467)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru 
+
+pkgname=libdmapsharing
+pkgver=2.9.34
+pkgrel=1
+pkgdesc="A library that implements the DMAP family of protocols"
+arch=('i686' 'x86_64')
+url="http://www.flyn.org/projects/libdmapsharing/index.html;
+license=('LGPL2.1')
+depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
+source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
+md5sums=('9b500a8af73758d65340cc00ef3e3c85')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-mdns=avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 12:25:31
  Author: fyan
Revision: 170048

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

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-yesod-static.install   |   18 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-yesod-static.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
170047, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 10:25:31 UTC (rev 170048)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=40
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-yesod-static.install 
(from rev 170047, haskell-yesod-static/trunk/haskell-yesod-static.install)
===
--- community-staging-i686/haskell-yesod-static.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-static.install 2016-04-10 10:25:31 UTC 
(rev 170048)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-static
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
170047, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 12:25:02
  Author: fyan
Revision: 170047

upgpkg: haskell-yesod-static 1.5.0.3-40

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 09:24:32 UTC (rev 170046)
+++ PKGBUILD2016-04-10 10:25:02 UTC (rev 170047)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=39
+pkgrel=40
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 12:35:53
  Author: fyan
Revision: 170049

upgpkg: haskell-trifecta 1.5.2-12

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 10:25:31 UTC (rev 170048)
+++ PKGBUILD2016-04-10 10:35:53 UTC (rev 170049)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.5.2
-pkgrel=11
+pkgrel=12
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


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

2016-04-10 Thread Jan Steffens
Date: Sunday, April 10, 2016 @ 13:45:54
  Author: heftig
Revision: 264475

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-10 11:41:51 UTC (rev 264474)
+++ extra-i686/PKGBUILD 2016-04-10 11:45:54 UTC (rev 264475)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.4
-pkgrel=3
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('449dbdf12a8f94aedbdefaac831d8b1bf45e7decaa9192eaa4f74104ef9de491')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject --enable-doc
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make check
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 264474, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-10 11:45:54 UTC (rev 264475)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('7537bacccb3524df0cd2a4d5bc7e168bcc10e8171e0324f3cd522583868192c1')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject --enable-doc
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-10 11:41:51 UTC (rev 264474)
+++ extra-x86_64/PKGBUILD   2016-04-10 11:45:54 UTC (rev 264475)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.4

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

2016-04-10 Thread Jan Steffens
Date: Sunday, April 10, 2016 @ 13:46:39
  Author: heftig
Revision: 170064

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

Added:
  notification-daemon/repos/community-i686/PKGBUILD
(from rev 170063, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 170063, notification-daemon/trunk/PKGBUILD)
Deleted:
  notification-daemon/repos/community-i686/PKGBUILD
  notification-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-10 11:35:50 UTC (rev 170063)
+++ community-i686/PKGBUILD 2016-04-10 11:46:39 UTC (rev 170064)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot 
-# Contributor: Mark Rosenstand 
-
-pkgname=notification-daemon
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Notification daemon for the desktop notifications framework"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/;
-depends=(gtk3 libcanberra)
-makedepends=(intltool)
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c3c86d677884b648bff58985fd3f5eb67d1fc92b78161f1e2e1dc5be91f5d05')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/notification-daemon-1.0 \
---localstatedir=/var --disable-static
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: notification-daemon/repos/community-i686/PKGBUILD (from rev 170063, 
notification-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-10 11:46:39 UTC (rev 170064)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org/;
+depends=(gtk3 libcanberra)
+makedepends=(intltool)
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-10 11:35:50 UTC (rev 170063)
+++ community-x86_64/PKGBUILD   2016-04-10 11:46:39 UTC (rev 170064)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot 
-# Contributor: Mark Rosenstand 
-
-pkgname=notification-daemon
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Notification daemon for the desktop notifications framework"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/;
-depends=(gtk3 libcanberra)
-makedepends=(intltool)
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c3c86d677884b648bff58985fd3f5eb67d1fc92b78161f1e2e1dc5be91f5d05')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/notification-daemon-1.0 \
---localstatedir=/var --disable-static
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: notification-daemon/repos/community-x86_64/PKGBUILD (from rev 170063, 
notification-daemon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-10 11:46:39 UTC (rev 170064)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=(i686 x86_64)

[arch-commits] Commit in haskell-tasty-rerun/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 14:27:14
  Author: fyan
Revision: 170070

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

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 170069, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-i686/haskell-tasty-rerun.install
(from rev 170069, haskell-tasty-rerun/trunk/haskell-tasty-rerun.install)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 170069, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/haskell-tasty-rerun.install
(from rev 170069, haskell-tasty-rerun/trunk/haskell-tasty-rerun.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-tasty-rerun.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-tasty-rerun.install |   18 +++
 4 files changed, 122 insertions(+)

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
170069, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 12:27:14 UTC (rev 170070)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.5
+pkgrel=9
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9877de7602a231fb9cf772c47f9a15ef6764e159ddd96a350a7c16b1a158403e')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-tasty-rerun/repos/community-staging-i686/haskell-tasty-rerun.install 
(from rev 170069, haskell-tasty-rerun/trunk/haskell-tasty-rerun.install)
===
--- community-staging-i686/haskell-tasty-rerun.install  
(rev 0)
+++ community-staging-i686/haskell-tasty-rerun.install  2016-04-10 12:27:14 UTC 
(rev 170070)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty-rerun
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
170069, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 12:27:14 UTC (rev 170070)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.5
+pkgrel=9
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 14:26:44
  Author: fyan
Revision: 170069

upgpkg: haskell-tasty-rerun 1.1.5-9

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 12:25:38 UTC (rev 170068)
+++ PKGBUILD2016-04-10 12:26:44 UTC (rev 170069)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.5
-pkgrel=8
+pkgrel=9
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="http://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 15:02:12
  Author: fyan
Revision: 170092

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 170091, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-i686/haskell-pipes-http.install
(from rev 170091, haskell-pipes-http/trunk/haskell-pipes-http.install)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 170091, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/haskell-pipes-http.install
(from rev 170091, haskell-pipes-http/trunk/haskell-pipes-http.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-pipes-http.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-pipes-http.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
170091, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 13:02:12 UTC (rev 170092)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f32f2962ba04ccb28cef3866d002fbc17a8d818ef637c236c72148f66f580a43')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-pipes-http.install 
(from rev 170091, haskell-pipes-http/trunk/haskell-pipes-http.install)
===
--- community-staging-i686/haskell-pipes-http.install   
(rev 0)
+++ community-staging-i686/haskell-pipes-http.install   2016-04-10 13:02:12 UTC 
(rev 170092)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pipes-http
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
170091, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 13:02:12 UTC (rev 170092)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+options=('staticlibs')

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 15:01:42
  Author: fyan
Revision: 170091

upgpkg: haskell-pipes-http 1.0.2-3

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 12:57:42 UTC (rev 170090)
+++ PKGBUILD2016-04-10 13:01:42 UTC (rev 170091)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 09:23:06
  Author: fyan
Revision: 169982

upgpkg: haskell-http-conduit 2.1.8-35

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 06:46:39 UTC (rev 169981)
+++ PKGBUILD2016-04-10 07:23:06 UTC (rev 169982)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.8
-pkgrel=34
+pkgrel=35
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


  1   2   3   4   >