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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 14:35:34
  Author: td123
Revision: 210216

upgpkg: ghc 7.8.2-1

bump

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-11 23:57:22 UTC (rev 210215)
+++ PKGBUILD2014-04-12 12:35:34 UTC (rev 210216)
@@ -10,7 +10,7 @@
 # grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
 
 pkgname=ghc
-pkgver=7.8.1
+pkgver=7.8.2
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url='http://www.haskell.org/ghc/'
 license=('custom')
 # libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
-depends=('perl' 'gmp' 'gcc') # 'libffi') TODO enable libffi the next time we 
build ghc
+depends=('perl' 'gmp' 'gcc' 'libffi') #TODO enable libffi the next time we 
build ghc
 makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
 checkdepends=('python2')
 install='ghc.install'
@@ -81,8 +81,8 @@
 source=(http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.xz;
 
http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.xz;
 'build.mk')
-md5sums=('17c632b8f32119058fc99e70c3161cf7'
- '8089a21ea9cb19cd19f9824523df074d'
+md5sums=('97578e0c27574a99e0d5071a7f35d136'
+ 'ac54f7fa453010149a573740705ecbfb'
  'c367ef26300648ee9b8aca3dee5c9669')
 
 build() {
@@ -92,7 +92,8 @@
 
   ./configure \
 --prefix=/usr \
---with-system-libffi
+--with-system-libffi \
+--with-ffi-includes=/usr/lib/libffi-3.0.13/include
 
   make
 }



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 14:36:46
  Author: td123
Revision: 210217

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

Added:
  ghc/repos/staging-i686/PKGBUILD
(from rev 210216, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 210216, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc.install
(from rev 210216, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 210216, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 210216, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 210216, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc.install
(from rev 210216, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 210216, ghc/trunk/print-provides-replaces.sh)
Deleted:
  ghc/repos/staging-i686/PKGBUILD
  ghc/repos/staging-i686/build.mk
  ghc/repos/staging-i686/ghc.install
  ghc/repos/staging-i686/print-provides-replaces.sh
  ghc/repos/staging-x86_64/PKGBUILD
  ghc/repos/staging-x86_64/build.mk
  ghc/repos/staging-x86_64/ghc.install
  ghc/repos/staging-x86_64/print-provides-replaces.sh

---+
 /PKGBUILD |  282 +++
 /build.mk |  400 
 /ghc.install  |   20 +
 /print-provides-replaces.sh   |   76 +
 staging-i686/PKGBUILD |  140 -
 staging-i686/build.mk |  200 --
 staging-i686/ghc.install  |   10 
 staging-i686/print-provides-replaces.sh   |   38 --
 staging-x86_64/PKGBUILD   |  140 -
 staging-x86_64/build.mk   |  200 --
 staging-x86_64/ghc.install|   10 
 staging-x86_64/print-provides-replaces.sh |   38 --
 12 files changed, 778 insertions(+), 776 deletions(-)

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


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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 14:54:25
  Author: arodseth
Revision: 109235

upgpkg: erlang-cl 1.2.1-1

Modified:
  erlang-cl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-11 23:56:09 UTC (rev 109234)
+++ PKGBUILD2014-04-12 12:54:25 UTC (rev 109235)
@@ -11,22 +11,18 @@
 license=('MIT')
 depends=('erlang' 'libcl' 'bash')
 replaces=('cl')
-makedepends=('opencl-headers' 'rebar')
-source=(https://github.com/tonyrog/cl/archive/cl-$pkgver.zip;)
-sha256sums=('63d720995f5bfa9f6a11211bb0ec400ad28799d127d2a642f06ee33769b145ab')
+makedepends=('opencl-headers' 'rebar' 'git')
+source=($pkgname::git://github.com/tonyrog/cl.git#tag=cl-1.2.1)
+md5sums=('SKIP')
 
 build() {
-  cd cl-cl-$pkgver/c_src
+  cd $pkgname
 
   rebar compile
-  #make configure
-  #./configure --with-wordsize=$_wordsize --prefix=/usr
-  #[ $CARCH = x86_64 ]  make all64 || make all32
-  #rm config.*
 }
 
 package() {
-  cd cl-cl-$pkgver
+  cd $pkgname
 
   mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
   cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 14:54:38
  Author: arodseth
Revision: 109236

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

Added:
  erlang-cl/repos/community-i686/PKGBUILD
(from rev 109235, erlang-cl/trunk/PKGBUILD)
  erlang-cl/repos/community-x86_64/PKGBUILD
(from rev 109235, erlang-cl/trunk/PKGBUILD)
Deleted:
  erlang-cl/repos/community-i686/PKGBUILD
  erlang-cl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 12:54:25 UTC (rev 109235)
+++ community-i686/PKGBUILD 2014-04-12 12:54:38 UTC (rev 109236)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-cl
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='OpenCL binding for Erlang'
-url='http://github.com/tonyrog/cl'
-license=('MIT')
-depends=('erlang' 'libcl' 'bash')
-replaces=('cl')
-makedepends=('opencl-headers' 'rebar')
-source=(https://github.com/tonyrog/cl/archive/cl-$pkgver.zip;)
-sha256sums=('63d720995f5bfa9f6a11211bb0ec400ad28799d127d2a642f06ee33769b145ab')
-
-build() {
-  cd cl-cl-$pkgver/c_src
-
-  rebar compile
-  #make configure
-  #./configure --with-wordsize=$_wordsize --prefix=/usr
-  #[ $CARCH = x86_64 ]  make all64 || make all32
-  #rm config.*
-}
-
-package() {
-  cd cl-cl-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-cl/repos/community-i686/PKGBUILD (from rev 109235, 
erlang-cl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 12:54:38 UTC (rev 109236)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-cl
+pkgver=1.2.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='OpenCL binding for Erlang'
+url='http://github.com/tonyrog/cl'
+license=('MIT')
+depends=('erlang' 'libcl' 'bash')
+replaces=('cl')
+makedepends=('opencl-headers' 'rebar' 'git')
+source=($pkgname::git://github.com/tonyrog/cl.git#tag=cl-1.2.1)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  rebar compile
+}
+
+package() {
+  cd $pkgname
+
+  mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
+  cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-12 12:54:25 UTC (rev 109235)
+++ community-x86_64/PKGBUILD   2014-04-12 12:54:38 UTC (rev 109236)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-cl
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='OpenCL binding for Erlang'
-url='http://github.com/tonyrog/cl'
-license=('MIT')
-depends=('erlang' 'libcl' 'bash')
-replaces=('cl')
-makedepends=('opencl-headers' 'rebar')
-source=(https://github.com/tonyrog/cl/archive/cl-$pkgver.zip;)
-sha256sums=('63d720995f5bfa9f6a11211bb0ec400ad28799d127d2a642f06ee33769b145ab')
-
-build() {
-  cd cl-cl-$pkgver/c_src
-
-  rebar compile
-  #make configure
-  #./configure --with-wordsize=$_wordsize --prefix=/usr
-  #[ $CARCH = x86_64 ]  make all64 || make all32
-  #rm config.*
-}
-
-package() {
-  cd cl-cl-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-cl/repos/community-x86_64/PKGBUILD (from rev 109235, 
erlang-cl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-12 12:54:38 UTC (rev 109236)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-cl
+pkgver=1.2.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='OpenCL binding for Erlang'
+url='http://github.com/tonyrog/cl'
+license=('MIT')
+depends=('erlang' 'libcl' 'bash')
+replaces=('cl')
+makedepends=('opencl-headers' 'rebar' 'git')

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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 15:05:25
  Author: arodseth
Revision: 109237

upgpkg: erlang-cl 1.2.1-2

Modified:
  erlang-cl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 12:54:38 UTC (rev 109236)
+++ PKGBUILD2014-04-12 13:05:25 UTC (rev 109237)
@@ -4,7 +4,7 @@
 
 pkgname=erlang-cl
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 pkgdesc='OpenCL binding for Erlang'
 url='http://github.com/tonyrog/cl'



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 15:05:36
  Author: arodseth
Revision: 109238

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

Added:
  erlang-cl/repos/community-i686/PKGBUILD
(from rev 109237, erlang-cl/trunk/PKGBUILD)
  erlang-cl/repos/community-x86_64/PKGBUILD
(from rev 109237, erlang-cl/trunk/PKGBUILD)
Deleted:
  erlang-cl/repos/community-i686/PKGBUILD
  erlang-cl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 13:05:25 UTC (rev 109237)
+++ community-i686/PKGBUILD 2014-04-12 13:05:36 UTC (rev 109238)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-cl
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='OpenCL binding for Erlang'
-url='http://github.com/tonyrog/cl'
-license=('MIT')
-depends=('erlang' 'libcl' 'bash')
-replaces=('cl')
-makedepends=('opencl-headers' 'rebar' 'git')
-source=($pkgname::git://github.com/tonyrog/cl.git#tag=cl-1.2.1)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  rebar compile
-}
-
-package() {
-  cd $pkgname
-
-  mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-cl/repos/community-i686/PKGBUILD (from rev 109237, 
erlang-cl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 13:05:36 UTC (rev 109238)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-cl
+pkgver=1.2.1
+pkgrel=2
+arch=('x86_64' 'i686')
+pkgdesc='OpenCL binding for Erlang'
+url='http://github.com/tonyrog/cl'
+license=('MIT')
+depends=('erlang' 'libcl' 'bash')
+replaces=('cl')
+makedepends=('opencl-headers' 'rebar' 'git')
+source=($pkgname::git://github.com/tonyrog/cl.git#tag=cl-1.2.1)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  rebar compile
+}
+
+package() {
+  cd $pkgname
+
+  mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
+  cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-12 13:05:25 UTC (rev 109237)
+++ community-x86_64/PKGBUILD   2014-04-12 13:05:36 UTC (rev 109238)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-cl
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='OpenCL binding for Erlang'
-url='http://github.com/tonyrog/cl'
-license=('MIT')
-depends=('erlang' 'libcl' 'bash')
-replaces=('cl')
-makedepends=('opencl-headers' 'rebar' 'git')
-source=($pkgname::git://github.com/tonyrog/cl.git#tag=cl-1.2.1)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  rebar compile
-}
-
-package() {
-  cd $pkgname
-
-  mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-cl/repos/community-x86_64/PKGBUILD (from rev 109237, 
erlang-cl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-12 13:05:36 UTC (rev 109238)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-cl
+pkgver=1.2.1
+pkgrel=2
+arch=('x86_64' 'i686')
+pkgdesc='OpenCL binding for Erlang'
+url='http://github.com/tonyrog/cl'
+license=('MIT')
+depends=('erlang' 'libcl' 'bash')
+replaces=('cl')
+makedepends=('opencl-headers' 'rebar' 'git')
+source=($pkgname::git://github.com/tonyrog/cl.git#tag=cl-1.2.1)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  rebar compile
+}
+
+package() {
+  cd $pkgname
+
+  mkdir -p $pkgdir/usr/lib/erlang/lib/cl-$pkgver
+  cp -r * $pkgdir/usr/lib/erlang/lib/cl-$pkgver
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 15:36:43
  Author: arodseth
Revision: 109240

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

Added:
  erlang-sdl/repos/community-i686/PKGBUILD
(from rev 109239, erlang-sdl/trunk/PKGBUILD)
  erlang-sdl/repos/community-x86_64/PKGBUILD
(from rev 109239, erlang-sdl/trunk/PKGBUILD)
Deleted:
  erlang-sdl/repos/community-i686/PKGBUILD
  erlang-sdl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 3 files changed, 68 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 13:36:31 UTC (rev 109239)
+++ community-i686/PKGBUILD 2014-04-12 13:36:43 UTC (rev 109240)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-sdl
-pkgver=1.2
-pkgrel=7
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://esdl.sourceforge.net/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
-makedepends=('mesa-libgl')
-replaces=('esdl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dgud/esdl/archive/master.tar.gz;)
-sha256sums=('6a18010e12eed2abeb9b9893a2d89586e3ff14b44fce9c15b8ed091b67709438')
-
-build() {
-  cd $srcdir/esdl-master
-
-  find -type f -print0 | xargs -0 chmod 644
-  make
-}
-
-package() {
-  cd $srcdir/esdl-master
-
-  make INSTALLDIR=$pkgdir/usr/lib/erlang/lib/esdl-$pkgver install
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-i686/PKGBUILD (from rev 109239, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 13:36:43 UTC (rev 109240)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-sdl
+pkgver=l.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')
+makedepends=('mesa-libgl' 'rebar' 'git')
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
+source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
+md5sums=('SKIP')
+
+build() {
+  cd esdl
+
+  find -type f -print0 | xargs -0 chmod 644
+  CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
+}
+
+package() {
+  cd esdl
+
+  install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
+  cp -ruv c_src doc ebin include priv src \
+$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/
+  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-12 13:36:31 UTC (rev 109239)
+++ community-x86_64/PKGBUILD   2014-04-12 13:36:43 UTC (rev 109240)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-sdl
-pkgver=1.2
-pkgrel=7
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://esdl.sourceforge.net/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
-makedepends=('mesa-libgl')
-replaces=('esdl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dgud/esdl/archive/master.tar.gz;)
-sha256sums=('6a18010e12eed2abeb9b9893a2d89586e3ff14b44fce9c15b8ed091b67709438')
-
-build() {
-  cd $srcdir/esdl-master
-
-  find -type f -print0 | xargs -0 chmod 644
-  make
-}
-
-package() {
-  cd $srcdir/esdl-master
-
-  make INSTALLDIR=$pkgdir/usr/lib/erlang/lib/esdl-$pkgver install
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-x86_64/PKGBUILD (from rev 109239, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-12 13:36:43 UTC (rev 109240)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-sdl
+pkgver=l.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')
+makedepends=('mesa-libgl' 'rebar' 'git')
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.

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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 15:36:31
  Author: arodseth
Revision: 109239

upgpkg: erlang-sdl l.3.1-1

Modified:
  erlang-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 13:05:36 UTC (rev 109238)
+++ PKGBUILD2014-04-12 13:36:31 UTC (rev 109239)
@@ -7,16 +7,16 @@
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://esdl.sourceforge.net/'
+url='http://github.com/dgud/esdl/'
 license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
+depends=('erlang' 'sdl' 'glu' 'libgl')
 makedepends=('mesa-libgl' 'rebar' 'git')
-replaces=('esdl')
-source=(git://github.com/dgud/esdl.git#branch=esdl-$pkgver)
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
+source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
 md5sums=('SKIP')
 
 build() {
-  cd esdl
+  cd esdl
 
   find -type f -print0 | xargs -0 chmod 644
   CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd esdl
+  cd esdl
 
   install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
   cp -ruv c_src doc ebin include priv src \



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 15:50:00
  Author: arodseth
Revision: 109242

archrelease: copy trunk to community-any

Added:
  ditaa/repos/community-any/PKGBUILD
(from rev 109241, ditaa/trunk/PKGBUILD)
  ditaa/repos/community-any/ditaa.sh
(from rev 109241, ditaa/trunk/ditaa.sh)
Deleted:
  ditaa/repos/community-any/PKGBUILD
  ditaa/repos/community-any/ditaa.sh

--+
 PKGBUILD |   49 +
 ditaa.sh |6 +++---
 2 files changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-12 13:49:54 UTC (rev 109241)
+++ PKGBUILD2014-04-12 13:50:00 UTC (rev 109242)
@@ -1,24 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: domanov doma...@gmail.com
-
-pkgname=ditaa
-pkgver=0.9
-_pkgver=${pkgver/./_}
-pkgrel=1
-pkgdesc=Java utility to convert diagrams drawn using ascii art to bitmap
-arch=('any')
-url=http://ditaa.sourceforge.net/;
-license=('GPL')
-depends=('java-environment')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname$_pkgver.zip;
-   ditaa.sh)
-md5sums=('23f2e5ede60ef7763309c08addca071a'
- 'f49b726595c7b85aa004da042094b0e2')
-
-package() {
-  cd $srcdir
-  install -Dm755 $pkgname$_pkgver.jar 
$pkgdir/usr/share/java/$pkgname/ditaa-$_pkgver.jar
-  install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
-  sed -i s/VERSION/$_pkgver/ $pkgdir/usr/bin/$pkgname
-}
-

Copied: ditaa/repos/community-any/PKGBUILD (from rev 109241, 
ditaa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-12 13:50:00 UTC (rev 109242)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Florian Pritz bluew...@xinu.at
+# Contributor: domanov doma...@gmail.com
+
+pkgname=ditaa
+pkgver=0.9
+pkgrel=2
+pkgdesc='Java utility to convert diagrams drawn using ascii art to bitmap'
+arch=('any')
+url='http://ditaa.sf.net/'
+license=('GPL')
+depends=('java-environment' 'gsfonts')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname${pkgver/./_}.zip;
+'ditaa.sh')
+sha256sums=('d689e933b80b065cd7c349e489cfb8feea69dd3e91ca78931edc6fa6e098e689'
+'77f95a7c3235a1263b560844f988445083895550385bff1a4c28313b0767e38f')
+
+package() {
+  install -Dm755 $pkgname${pkgver/./_}.jar 
$pkgdir/usr/share/java/$pkgname/ditaa-${pkgver/./_}.jar
+  install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
+  sed -i s:VERSION:${pkgver/./_}: $pkgdir/usr/bin/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ditaa.sh
===
--- ditaa.sh2014-04-12 13:49:54 UTC (rev 109241)
+++ ditaa.sh2014-04-12 13:50:00 UTC (rev 109242)
@@ -1,3 +0,0 @@
-#!/bin/sh
-DIR=/usr/share/java/ditaa
-${JAVA_HOME}/bin/java -jar $DIR/ditaa-VERSION.jar $@

Copied: ditaa/repos/community-any/ditaa.sh (from rev 109241, 
ditaa/trunk/ditaa.sh)
===
--- ditaa.sh(rev 0)
+++ ditaa.sh2014-04-12 13:50:00 UTC (rev 109242)
@@ -0,0 +1,3 @@
+#!/bin/sh
+DIR=/usr/share/java/ditaa
+${JAVA_HOME}/bin/java -jar $DIR/ditaa-VERSION.jar $@



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 15:49:54
  Author: arodseth
Revision: 109241

upgpkg: ditaa 0.9-2

Modified:
  ditaa/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 13:36:43 UTC (rev 109240)
+++ PKGBUILD2014-04-12 13:49:54 UTC (rev 109241)
@@ -1,24 +1,25 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Florian Pritz bluew...@xinu.at
 # Contributor: domanov doma...@gmail.com
 
 pkgname=ditaa
 pkgver=0.9
-_pkgver=${pkgver/./_}
-pkgrel=1
-pkgdesc=Java utility to convert diagrams drawn using ascii art to bitmap
+pkgrel=2
+pkgdesc='Java utility to convert diagrams drawn using ascii art to bitmap'
 arch=('any')
-url=http://ditaa.sourceforge.net/;
+url='http://ditaa.sf.net/'
 license=('GPL')
-depends=('java-environment')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname$_pkgver.zip;
-   ditaa.sh)
-md5sums=('23f2e5ede60ef7763309c08addca071a'
- 'f49b726595c7b85aa004da042094b0e2')
+depends=('java-environment' 'gsfonts')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname${pkgver/./_}.zip;
+'ditaa.sh')
+sha256sums=('d689e933b80b065cd7c349e489cfb8feea69dd3e91ca78931edc6fa6e098e689'
+'77f95a7c3235a1263b560844f988445083895550385bff1a4c28313b0767e38f')
 
 package() {
-  cd $srcdir
-  install -Dm755 $pkgname$_pkgver.jar 
$pkgdir/usr/share/java/$pkgname/ditaa-$_pkgver.jar
+  install -Dm755 $pkgname${pkgver/./_}.jar 
$pkgdir/usr/share/java/$pkgname/ditaa-${pkgver/./_}.jar
   install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
-  sed -i s/VERSION/$_pkgver/ $pkgdir/usr/bin/$pkgname
+  sed -i s:VERSION:${pkgver/./_}: $pkgdir/usr/bin/$pkgname
 }
 
+# vim:set ts=2 sw=2 et:


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


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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 16:46:03
  Author: arodseth
Revision: 109243

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

Added:
  erlang-sdl/repos/community-i686/PKGBUILD
(from rev 109242, erlang-sdl/trunk/PKGBUILD)
  erlang-sdl/repos/community-x86_64/PKGBUILD
(from rev 109242, erlang-sdl/trunk/PKGBUILD)
Deleted:
  erlang-sdl/repos/community-i686/PKGBUILD
  erlang-sdl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 13:50:00 UTC (rev 109242)
+++ community-i686/PKGBUILD 2014-04-12 14:46:03 UTC (rev 109243)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-sdl
-pkgver=l.3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl')
-makedepends=('mesa-libgl' 'rebar' 'git')
-# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
-source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
-md5sums=('SKIP')
-
-build() {
-  cd esdl
-
-  find -type f -print0 | xargs -0 chmod 644
-  CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
-}
-
-package() {
-  cd esdl
-
-  install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
-  cp -ruv c_src doc ebin include priv src \
-$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-i686/PKGBUILD (from rev 109242, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 14:46:03 UTC (rev 109243)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-sdl
+pkgver=l.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')
+makedepends=('mesa-libgl' 'rebar' 'git')
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
+source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
+md5sums=('SKIP')
+
+build() {
+  cd esdl
+
+  find -type f -print0 | xargs -0 chmod 644
+  CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
+}
+
+package() {
+  cd esdl
+
+  install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
+  cp -ruv c_src doc ebin include priv src \
+$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/
+  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-12 13:50:00 UTC (rev 109242)
+++ community-x86_64/PKGBUILD   2014-04-12 14:46:03 UTC (rev 109243)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-sdl
-pkgver=l.3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl')
-makedepends=('mesa-libgl' 'rebar' 'git')
-# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
-source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
-md5sums=('SKIP')
-
-build() {
-  cd esdl
-
-  find -type f -print0 | xargs -0 chmod 644
-  CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
-}
-
-package() {
-  cd esdl
-
-  install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
-  cp -ruv c_src doc ebin include priv src \
-$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-x86_64/PKGBUILD (from rev 109242, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-12 14:46:03 UTC (rev 109243)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-sdl
+pkgver=l.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 17:43:33
  Author: td123
Revision: 210218

upgpkg: cabal-install 1.18.0.3-2

bump

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 12:36:46 UTC (rev 210217)
+++ PKGBUILD2014-04-12 15:43:33 UTC (rev 210218)
@@ -4,7 +4,7 @@
 
 pkgname=cabal-install
 pkgver=1.18.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=The command-line interface for Cabal and Hackage.
 url=http://hackage.haskell.org/package/cabal-install;
 license=('custom:BSD3')



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 17:44:18
  Author: td123
Revision: 210219

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

Added:
  cabal-install/repos/staging-i686/PKGBUILD
(from rev 210218, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/staging-x86_64/PKGBUILD
(from rev 210218, cabal-install/trunk/PKGBUILD)
Deleted:
  cabal-install/repos/staging-i686/PKGBUILD
  cabal-install/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   66 ++
 staging-i686/PKGBUILD   |   33 ---
 staging-x86_64/PKGBUILD |   33 ---
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-04-12 15:43:33 UTC (rev 210218)
+++ staging-i686/PKGBUILD   2014-04-12 15:44:18 UTC (rev 210219)
@@ -1,33 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=cabal-install
-pkgver=1.18.0.3
-pkgrel=1
-pkgdesc=The command-line interface for Cabal and Hackage.
-url=http://hackage.haskell.org/package/cabal-install;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
-md5sums=('f7823387c21b4969e64238f63bb25740')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/staging-i686/PKGBUILD (from rev 210218, 
cabal-install/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 15:44:18 UTC (rev 210219)
@@ -0,0 +1,33 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=1.18.0.3
+pkgrel=2
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('f7823387c21b4969e64238f63bb25740')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-04-12 15:43:33 UTC (rev 210218)
+++ staging-x86_64/PKGBUILD 2014-04-12 15:44:18 UTC (rev 210219)
@@ -1,33 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=cabal-install
-pkgver=1.18.0.3
-pkgrel=1
-pkgdesc=The command-line interface for Cabal and Hackage.
-url=http://hackage.haskell.org/package/cabal-install;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
-md5sums=('f7823387c21b4969e64238f63bb25740')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/staging-x86_64/PKGBUILD (from rev 210218, 
cabal-install/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 15:44:18 UTC (rev 210219)
@@ -0,0 +1,33 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa 

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

2014-04-12 Thread Gaetan Bisson
Date: Saturday, April 12, 2014 @ 17:47:03
  Author: bisson
Revision: 210220

upstream update

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 15:44:18 UTC (rev 210219)
+++ PKGBUILD2014-04-12 15:47:03 UTC (rev 210220)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=nmap
-pkgver=6.40
+pkgver=6.45
 pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
@@ -18,7 +18,7 @@
 'gksu: privilege escalation for zenmap')
 depends=('pcre' 'openssl' 'libpcap' 'lua')
 source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
+sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-04-12 Thread Gaetan Bisson
Date: Saturday, April 12, 2014 @ 17:47:33
  Author: bisson
Revision: 210221

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-12 15:47:03 UTC (rev 210220)
+++ extra-i686/PKGBUILD 2014-04-12 15:47:33 UTC (rev 210221)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.40
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 210220, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-12 15:47:33 UTC (rev 210221)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.45
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-12 15:47:03 UTC (rev 210220)
+++ extra-x86_64/PKGBUILD   2014-04-12 15:47:33 UTC (rev 210221)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.40
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm 

[arch-commits] Commit in (3 files)

2014-04-12 Thread Balló György
Date: Saturday, April 12, 2014 @ 17:48:33
  Author: bgyorgy
Revision: 109244

Move nautilus-share from unsupported with 48 votes

Added:
  nautilus-share/
  nautilus-share/trunk/
  nautilus-share/trunk/PKGBUILD

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

Added: nautilus-share/trunk/PKGBUILD
===
--- nautilus-share/trunk/PKGBUILD   (rev 0)
+++ nautilus-share/trunk/PKGBUILD   2014-04-12 15:48:33 UTC (rev 109244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Nevar psi.ne...@gmail.com
+
+pkgname=nautilus-share
+pkgver=0.7.3
+pkgrel=7
+pkgdesc='Nautilus extension to share folder using Samba'
+arch=('i686' 'x86_64')
+url=https://git.gnome.org/browse/nautilus-share;
+license=('GPL')
+depends=('nautilus' 'samba')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('1686b1c3f9f2b4b35bcb0fc9f826f89e540d1e5fee8eb64806a8d31e3db55ad5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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


[arch-commits] Commit in nautilus-share (5 files)

2014-04-12 Thread Balló György
Date: Saturday, April 12, 2014 @ 17:53:10
  Author: bgyorgy
Revision: 109245

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

Added:
  nautilus-share/repos/
  nautilus-share/repos/community-i686/
  nautilus-share/repos/community-i686/PKGBUILD
(from rev 109244, nautilus-share/trunk/PKGBUILD)
  nautilus-share/repos/community-x86_64/
  nautilus-share/repos/community-x86_64/PKGBUILD
(from rev 109244, nautilus-share/trunk/PKGBUILD)

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

Copied: nautilus-share/repos/community-i686/PKGBUILD (from rev 109244, 
nautilus-share/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-04-12 15:53:10 UTC (rev 109245)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Nevar psi.ne...@gmail.com
+
+pkgname=nautilus-share
+pkgver=0.7.3
+pkgrel=7
+pkgdesc='Nautilus extension to share folder using Samba'
+arch=('i686' 'x86_64')
+url=https://git.gnome.org/browse/nautilus-share;
+license=('GPL')
+depends=('nautilus' 'samba')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('1686b1c3f9f2b4b35bcb0fc9f826f89e540d1e5fee8eb64806a8d31e3db55ad5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: nautilus-share/repos/community-x86_64/PKGBUILD (from rev 109244, 
nautilus-share/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-04-12 15:53:10 UTC (rev 109245)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Nevar psi.ne...@gmail.com
+
+pkgname=nautilus-share
+pkgver=0.7.3
+pkgrel=7
+pkgdesc='Nautilus extension to share folder using Samba'
+arch=('i686' 'x86_64')
+url=https://git.gnome.org/browse/nautilus-share;
+license=('GPL')
+depends=('nautilus' 'samba')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('1686b1c3f9f2b4b35bcb0fc9f826f89e540d1e5fee8eb64806a8d31e3db55ad5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (ogle)

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 18:23:27
  Author: arodseth
Revision: 109246

Moved to AUR.

Lack of interest + no release since 2003 + does not build. See ML for more info.

Deleted:
  ogle/



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:28:59
  Author: td123
Revision: 210222

remove old comments about having to use system libffi since we are now using 
them

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 15:47:33 UTC (rev 210221)
+++ PKGBUILD2014-04-12 16:28:59 UTC (rev 210222)
@@ -16,8 +16,7 @@
 arch=('i686' 'x86_64')
 url='http://www.haskell.org/ghc/'
 license=('custom')
-# libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
-depends=('perl' 'gmp' 'gcc' 'libffi') #TODO enable libffi the next time we 
build ghc
+depends=('perl' 'gmp' 'gcc' 'libffi')
 makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
 checkdepends=('python2')
 install='ghc.install'



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

2014-04-12 Thread Sven-Hendrik Haase
Date: Saturday, April 12, 2014 @ 18:37:54
  Author: svenstaro
Revision: 109249

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

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

--+
 /PKGBUILD|  190 +
 /blender.install |   26 +
 community-i686/PKGBUILD  |   95 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   95 --
 community-x86_64/blender.install |   13 --
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 16:37:45 UTC (rev 109248)
+++ community-i686/PKGBUILD 2014-04-12 16:37:54 UTC (rev 109249)
@@ -1,95 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.70
-#_gitcommit=ff
-
-pkgname=blender
-pkgver=2.70
-[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
-pkgrel=1
-epoch=13
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 109248, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 16:37:54 UTC (rev 109249)
@@ -0,0 +1,95 @@
+# 

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

2014-04-12 Thread Sven-Hendrik Haase
Date: Saturday, April 12, 2014 @ 18:37:45
  Author: svenstaro
Revision: 109248

upgpkg: blender 14:2.70a-1

upstream release 2.70a

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:37:23 UTC (rev 109247)
+++ PKGBUILD2014-04-12 16:37:45 UTC (rev 109248)
@@ -11,14 +11,14 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.70
+_gittag=v2.70a
 #_gitcommit=ff
 
 pkgname=blender
-pkgver=2.70
+pkgver=2.70a
 [[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
 pkgrel=1
-epoch=13
+epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 18:37:23
  Author: arodseth
Revision: 109247

Updated to the latest sources I could find.

But it still fails with readline.

Modified:
  tdl/trunk/PKGBUILD
Deleted:
  tdl/trunk/ChangeLog

---+
 ChangeLog |3 ---
 PKGBUILD  |   25 +
 2 files changed, 13 insertions(+), 15 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-04-12 16:23:27 UTC (rev 109246)
+++ ChangeLog   2014-04-12 16:37:23 UTC (rev 109247)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:23:27 UTC (rev 109246)
+++ PKGBUILD2014-04-12 16:37:23 UTC (rev 109247)
@@ -1,26 +1,27 @@
 # $Id$
-# Maintainer: Jeff Mickey j...@codemac.net
-# Contributor: Jeff codemac Mickey j...@codemac.net
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Mickey j...@codemac.net
 
 pkgname=tdl
 pkgver=1.5.2
-pkgrel=5
-pkgdesc=A to-do list manager.
-arch=('i686' 'x86_64')
-url=http://www.rc0.org.uk/tdl/;
+pkgrel=6
+pkgdesc='TODO list manager'
+arch=('x86_64' 'i686')
+url='https://github.com/rc0/tdl'
 license=('GPL')
 depends=('ncurses')
-source=(http://www.rpcurnow.force9.co.uk/tdl/$pkgname-$pkgver.tar.gz;)
-md5sums=('620cb00bf99b7e786e2b54cda6339a1e')
+makedepends=('git')
+source=($pkgname::git://github.com/T-J-Teru/tdl.git#commit=382c52a2d1f2d064110c189459fe09a6edb12761)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make -C $pkgname DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:45:52
  Author: td123
Revision: 210223

upgpkg: haskell-http 4000.2.12-1

rebuild with cfgf

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:28:59 UTC (rev 210222)
+++ PKGBUILD2014-04-12 16:45:52 UTC (rev 210223)
@@ -2,17 +2,17 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.11
+pkgver=4000.2.12
 pkgrel=1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-network=2.4.2.2-1' 
'haskell-parsec=3.1.5-1' 'haskell-mtl=2.1.3.1-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
-md5sums=('a293c8a1b6caebda06cf655f42d473d0')
+md5sums=('cd69429866439890353ec98100e3ba32')
 
 build() {
   cd ${_hkgname}-${pkgver}



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:46:24
  Author: td123
Revision: 210224

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

Added:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-i686/PKGBUILD
(from rev 210223, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-i686/haskell-http.install
(from rev 210223, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/staging-x86_64/
  haskell-http/repos/staging-x86_64/PKGBUILD
(from rev 210223, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-x86_64/haskell-http.install
(from rev 210223, haskell-http/trunk/haskell-http.install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/haskell-http.install   |   35 +++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/haskell-http.install |   35 +++
 4 files changed, 170 insertions(+)

Copied: haskell-http/repos/staging-i686/PKGBUILD (from rev 210223, 
haskell-http/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:46:24 UTC (rev 210224)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.12
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-network=2.4.2.2-1' 
'haskell-parsec=3.1.5-1' 'haskell-mtl=2.1.3.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('cd69429866439890353ec98100e3ba32')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-http/repos/staging-i686/haskell-http.install (from rev 210223, 
haskell-http/trunk/haskell-http.install)
===
--- staging-i686/haskell-http.install   (rev 0)
+++ staging-i686/haskell-http.install   2014-04-12 16:46:24 UTC (rev 210224)
@@ -0,0 +1,35 @@
+pkgname=haskell-http
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-http/repos/staging-x86_64/PKGBUILD (from rev 210223, 
haskell-http/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:46:24 UTC (rev 210224)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.12
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-network=2.4.2.2-1' 
'haskell-parsec=3.1.5-1' 'haskell-mtl=2.1.3.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('cd69429866439890353ec98100e3ba32')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup 

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:47:13
  Author: td123
Revision: 210227

upgpkg: haskell-network 2.4.2.2-1

rebuild with cfgf

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:47:05 UTC (rev 210226)
+++ PKGBUILD2014-04-12 16:47:13 UTC (rev 210227)
@@ -2,17 +2,17 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.4.1.2
+pkgver=2.4.2.2
 pkgrel=1
 pkgdesc=Low-level networking interface
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-parsec=3.1.3-3')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-parsec=3.1.5-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
-md5sums=('032075c35dea5d23923af3928f9a5511')
+md5sums=('ef57169f445f33bfe553c25a7496cec8')
 
 build() {
   cd ${_hkgname}-${pkgver}



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:47:05
  Author: td123
Revision: 210226

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

Added:
  haskell-mtl/repos/staging-i686/
  haskell-mtl/repos/staging-i686/PKGBUILD
(from rev 210225, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/staging-i686/haskell-mtl.install
(from rev 210225, haskell-mtl/trunk/haskell-mtl.install)
  haskell-mtl/repos/staging-x86_64/
  haskell-mtl/repos/staging-x86_64/PKGBUILD
(from rev 210225, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/staging-x86_64/haskell-mtl.install
(from rev 210225, haskell-mtl/trunk/haskell-mtl.install)

+
 staging-i686/PKGBUILD  |   50 +++
 staging-i686/haskell-mtl.install   |   35 
 staging-x86_64/PKGBUILD|   50 +++
 staging-x86_64/haskell-mtl.install |   35 
 4 files changed, 170 insertions(+)

Copied: haskell-mtl/repos/staging-i686/PKGBUILD (from rev 210225, 
haskell-mtl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:47:05 UTC (rev 210226)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.3.1
+pkgrel=1
+pkgdesc=Monad classes, using functional dependencies
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-transformers=0.3.0.0-5')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('8f3927677bf3e0efb6fcce08b1be2eac')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-mtl/repos/staging-i686/haskell-mtl.install (from rev 210225, 
haskell-mtl/trunk/haskell-mtl.install)
===
--- staging-i686/haskell-mtl.install(rev 0)
+++ staging-i686/haskell-mtl.install2014-04-12 16:47:05 UTC (rev 210226)
@@ -0,0 +1,35 @@
+pkgname=haskell-mtl
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-mtl/repos/staging-x86_64/PKGBUILD (from rev 210225, 
haskell-mtl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:47:05 UTC (rev 210226)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.3.1
+pkgrel=1
+pkgdesc=Monad classes, using functional dependencies
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-transformers=0.3.0.0-5')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('8f3927677bf3e0efb6fcce08b1be2eac')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:46:36
  Author: td123
Revision: 210225

upgpkg: haskell-mtl 2.1.3.1-1

rebuild with cfgf

Modified:
  haskell-mtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:46:24 UTC (rev 210224)
+++ PKGBUILD2014-04-12 16:46:36 UTC (rev 210225)
@@ -2,17 +2,17 @@
 
 _hkgname=mtl
 pkgname=haskell-mtl
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.1.3.1
+pkgrel=1
 pkgdesc=Monad classes, using functional dependencies
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-transformers=0.3.0.0-4')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-transformers=0.3.0.0-5')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
-md5sums=('943c110524d96126bfa0e61f7df1ebcd')
+md5sums=('8f3927677bf3e0efb6fcce08b1be2eac')
 
 build() {
   cd ${_hkgname}-${pkgver}



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:47:54
  Author: td123
Revision: 210229

upgpkg: haskell-parsec 3.1.5-1

rebuild with cfgf

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:47:42 UTC (rev 210228)
+++ PKGBUILD2014-04-12 16:47:54 UTC (rev 210229)
@@ -1,19 +1,18 @@
-# $Id$
 # Maintainer: Thomas Dziedzic gos...@gmail.com
 
 _hkgname=parsec
 pkgname=haskell-parsec
-pkgver=3.1.3
-pkgrel=3
+pkgver=3.1.5
+pkgrel=1
 pkgdesc=Monadic parser combinators
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-text=0.11.2.3-3')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-mtl=2.1.3.1-1' 'haskell-text=1.1.0.1-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
-md5sums=('d72fc94b81153132c61125a1ec52a4a5')
+md5sums=('00e822decff17a034a68c462d2a3e099')
 
 build() {
   cd ${_hkgname}-${pkgver}



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:47:42
  Author: td123
Revision: 210228

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

Added:
  haskell-network/repos/staging-i686/
  haskell-network/repos/staging-i686/PKGBUILD
(from rev 210227, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/staging-i686/haskell-network.install
(from rev 210227, haskell-network/trunk/haskell-network.install)
  haskell-network/repos/staging-x86_64/
  haskell-network/repos/staging-x86_64/PKGBUILD
(from rev 210227, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/staging-x86_64/haskell-network.install
(from rev 210227, haskell-network/trunk/haskell-network.install)

+
 staging-i686/PKGBUILD  |   50 +++
 staging-i686/haskell-network.install   |   35 +
 staging-x86_64/PKGBUILD|   50 +++
 staging-x86_64/haskell-network.install |   35 +
 4 files changed, 170 insertions(+)

Copied: haskell-network/repos/staging-i686/PKGBUILD (from rev 210227, 
haskell-network/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:47:42 UTC (rev 210228)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.4.2.2
+pkgrel=1
+pkgdesc=Low-level networking interface
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-parsec=3.1.5-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('ef57169f445f33bfe553c25a7496cec8')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-network/repos/staging-i686/haskell-network.install (from rev 
210227, haskell-network/trunk/haskell-network.install)
===
--- staging-i686/haskell-network.install(rev 0)
+++ staging-i686/haskell-network.install2014-04-12 16:47:42 UTC (rev 
210228)
@@ -0,0 +1,35 @@
+pkgname=haskell-network
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-network/repos/staging-x86_64/PKGBUILD (from rev 210227, 
haskell-network/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:47:42 UTC (rev 210228)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.4.2.2
+pkgrel=1
+pkgdesc=Low-level networking interface
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-parsec=3.1.5-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('ef57169f445f33bfe553c25a7496cec8')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister 

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:48:38
  Author: td123
Revision: 210231

upgpkg: haskell-random 1.0.1.1-6

rebuild with cfgf

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:48:28 UTC (rev 210230)
+++ PKGBUILD2014-04-12 16:48:38 UTC (rev 210231)
@@ -3,15 +3,15 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.0.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc=random number library
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
 md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
 
 build() {



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:48:28
  Author: td123
Revision: 210230

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

Added:
  haskell-parsec/repos/staging-i686/
  haskell-parsec/repos/staging-i686/PKGBUILD
(from rev 210229, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/staging-i686/haskell-parsec.install
(from rev 210229, haskell-parsec/trunk/haskell-parsec.install)
  haskell-parsec/repos/staging-x86_64/
  haskell-parsec/repos/staging-x86_64/PKGBUILD
(from rev 210229, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/staging-x86_64/haskell-parsec.install
(from rev 210229, haskell-parsec/trunk/haskell-parsec.install)

---+
 staging-i686/PKGBUILD |   50 
 staging-i686/haskell-parsec.install   |   35 ++
 staging-x86_64/PKGBUILD   |   50 
 staging-x86_64/haskell-parsec.install |   35 ++
 4 files changed, 170 insertions(+)

Copied: haskell-parsec/repos/staging-i686/PKGBUILD (from rev 210229, 
haskell-parsec/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:48:28 UTC (rev 210230)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.5
+pkgrel=1
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-mtl=2.1.3.1-1' 'haskell-text=1.1.0.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('00e822decff17a034a68c462d2a3e099')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-parsec/repos/staging-i686/haskell-parsec.install (from rev 
210229, haskell-parsec/trunk/haskell-parsec.install)
===
--- staging-i686/haskell-parsec.install (rev 0)
+++ staging-i686/haskell-parsec.install 2014-04-12 16:48:28 UTC (rev 210230)
@@ -0,0 +1,35 @@
+pkgname=haskell-parsec
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-parsec/repos/staging-x86_64/PKGBUILD (from rev 210229, 
haskell-parsec/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:48:28 UTC (rev 210230)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.5
+pkgrel=1
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-mtl=2.1.3.1-1' 'haskell-text=1.1.0.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('00e822decff17a034a68c462d2a3e099')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:49:07
  Author: td123
Revision: 210232

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

Added:
  haskell-random/repos/staging-i686/
  haskell-random/repos/staging-i686/PKGBUILD
(from rev 210231, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-i686/haskell-random.install
(from rev 210231, haskell-random/trunk/haskell-random.install)
  haskell-random/repos/staging-x86_64/
  haskell-random/repos/staging-x86_64/PKGBUILD
(from rev 210231, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-x86_64/haskell-random.install
(from rev 210231, haskell-random/trunk/haskell-random.install)

---+
 staging-i686/PKGBUILD |   50 
 staging-i686/haskell-random.install   |   35 ++
 staging-x86_64/PKGBUILD   |   50 
 staging-x86_64/haskell-random.install |   35 ++
 4 files changed, 170 insertions(+)

Copied: haskell-random/repos/staging-i686/PKGBUILD (from rev 210231, 
haskell-random/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:49:07 UTC (rev 210232)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=6
+pkgdesc=random number library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-random/repos/staging-i686/haskell-random.install (from rev 
210231, haskell-random/trunk/haskell-random.install)
===
--- staging-i686/haskell-random.install (rev 0)
+++ staging-i686/haskell-random.install 2014-04-12 16:49:07 UTC (rev 210232)
@@ -0,0 +1,35 @@
+pkgname=haskell-random
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-random/repos/staging-x86_64/PKGBUILD (from rev 210231, 
haskell-random/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:49:07 UTC (rev 210232)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=6
+pkgdesc=random number library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd 

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:49:16
  Author: td123
Revision: 210233

upgpkg: haskell-text 1.1.0.1-1

rebuild with cfgf

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:49:07 UTC (rev 210232)
+++ PKGBUILD2014-04-12 16:49:16 UTC (rev 210233)
@@ -2,17 +2,17 @@
 
 _hkgname=text
 pkgname=haskell-text
-pkgver=0.11.2.3
-pkgrel=3
+pkgver=1.1.0.1
+pkgrel=1
 pkgdesc=An efficient packed Unicode text type.
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
-md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+md5sums=('e8e1017ed0f0fef2a872569d8f31883e')
 
 build() {
   cd ${_hkgname}-${pkgver}



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:50:03
  Author: td123
Revision: 210235

upgpkg: haskell-transformers 0.3.0.0-5

rebuild with cfgf

Modified:
  haskell-transformers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:49:48 UTC (rev 210234)
+++ PKGBUILD2014-04-12 16:50:03 UTC (rev 210235)
@@ -3,15 +3,15 @@
 _hkgname=transformers
 pkgname=haskell-transformers
 pkgver=0.3.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Concrete functor and monad transformers
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
 md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
 
 build() {



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:49:48
  Author: td123
Revision: 210234

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

Added:
  haskell-text/repos/staging-i686/
  haskell-text/repos/staging-i686/PKGBUILD
(from rev 210233, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/staging-i686/haskell-text.install
(from rev 210233, haskell-text/trunk/haskell-text.install)
  haskell-text/repos/staging-x86_64/
  haskell-text/repos/staging-x86_64/PKGBUILD
(from rev 210233, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/staging-x86_64/haskell-text.install
(from rev 210233, haskell-text/trunk/haskell-text.install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/haskell-text.install   |   35 +++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/haskell-text.install |   35 +++
 4 files changed, 170 insertions(+)

Copied: haskell-text/repos/staging-i686/PKGBUILD (from rev 210233, 
haskell-text/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:49:48 UTC (rev 210234)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.1.0.1
+pkgrel=1
+pkgdesc=An efficient packed Unicode text type.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('e8e1017ed0f0fef2a872569d8f31883e')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-text/repos/staging-i686/haskell-text.install (from rev 210233, 
haskell-text/trunk/haskell-text.install)
===
--- staging-i686/haskell-text.install   (rev 0)
+++ staging-i686/haskell-text.install   2014-04-12 16:49:48 UTC (rev 210234)
@@ -0,0 +1,35 @@
+pkgname=haskell-text
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-text/repos/staging-x86_64/PKGBUILD (from rev 210233, 
haskell-text/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:49:48 UTC (rev 210234)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.1.0.1
+pkgrel=1
+pkgdesc=An efficient packed Unicode text type.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('e8e1017ed0f0fef2a872569d8f31883e')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install 

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:50:45
  Author: td123
Revision: 210237

upgpkg: haskell-zlib 0.5.4.1-2

rebuild with cfgf

Modified:
  haskell-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:50:36 UTC (rev 210236)
+++ PKGBUILD2014-04-12 16:50:45 UTC (rev 210237)
@@ -3,15 +3,15 @@
 _hkgname=zlib
 pkgname=haskell-zlib
 pkgver=0.5.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Compression and decompression in the gzip and zlib formats
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'zlib')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'zlib')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-options=('staticlibs')
 md5sums=('d0d10786d2bbd1d401a8b28a83e88475')
 
 build() {



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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:50:36
  Author: td123
Revision: 210236

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

Added:
  haskell-transformers/repos/staging-i686/
  haskell-transformers/repos/staging-i686/PKGBUILD
(from rev 210235, haskell-transformers/trunk/PKGBUILD)
  haskell-transformers/repos/staging-i686/haskell-transformers.install
(from rev 210235, haskell-transformers/trunk/haskell-transformers.install)
  haskell-transformers/repos/staging-x86_64/
  haskell-transformers/repos/staging-x86_64/PKGBUILD
(from rev 210235, haskell-transformers/trunk/PKGBUILD)
  haskell-transformers/repos/staging-x86_64/haskell-transformers.install
(from rev 210235, haskell-transformers/trunk/haskell-transformers.install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/haskell-transformers.install   |   35 ++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/haskell-transformers.install |   35 ++
 4 files changed, 170 insertions(+)

Copied: haskell-transformers/repos/staging-i686/PKGBUILD (from rev 210235, 
haskell-transformers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:50:36 UTC (rev 210236)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=5
+pkgdesc=Concrete functor and monad transformers
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-transformers/repos/staging-i686/haskell-transformers.install 
(from rev 210235, haskell-transformers/trunk/haskell-transformers.install)
===
--- staging-i686/haskell-transformers.install   (rev 0)
+++ staging-i686/haskell-transformers.install   2014-04-12 16:50:36 UTC (rev 
210236)
@@ -0,0 +1,35 @@
+pkgname=haskell-transformers
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-transformers/repos/staging-x86_64/PKGBUILD (from rev 210235, 
haskell-transformers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:50:36 UTC (rev 210236)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=5
+pkgdesc=Concrete functor and monad transformers
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build

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

2014-04-12 Thread Thomas Dziedzic
Date: Saturday, April 12, 2014 @ 18:51:15
  Author: td123
Revision: 210238

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

Added:
  haskell-zlib/repos/staging-i686/
  haskell-zlib/repos/staging-i686/PKGBUILD
(from rev 210237, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/staging-i686/haskell-zlib.install
(from rev 210237, haskell-zlib/trunk/haskell-zlib.install)
  haskell-zlib/repos/staging-x86_64/
  haskell-zlib/repos/staging-x86_64/PKGBUILD
(from rev 210237, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/staging-x86_64/haskell-zlib.install
(from rev 210237, haskell-zlib/trunk/haskell-zlib.install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/haskell-zlib.install   |   35 +++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/haskell-zlib.install |   35 +++
 4 files changed, 170 insertions(+)

Copied: haskell-zlib/repos/staging-i686/PKGBUILD (from rev 210237, 
haskell-zlib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-12 16:51:15 UTC (rev 210238)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.4.1
+pkgrel=2
+pkgdesc=Compression and decompression in the gzip and zlib formats
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('d0d10786d2bbd1d401a8b28a83e88475')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_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-zlib/repos/staging-i686/haskell-zlib.install (from rev 210237, 
haskell-zlib/trunk/haskell-zlib.install)
===
--- staging-i686/haskell-zlib.install   (rev 0)
+++ staging-i686/haskell-zlib.install   2014-04-12 16:51:15 UTC (rev 210238)
@@ -0,0 +1,35 @@
+pkgname=haskell-zlib
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-zlib/repos/staging-x86_64/PKGBUILD (from rev 210237, 
haskell-zlib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-12 16:51:15 UTC (rev 210238)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.4.1
+pkgrel=2
+pkgdesc=Compression and decompression in the gzip and zlib formats
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('d0d10786d2bbd1d401a8b28a83e88475')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+

[arch-commits] Commit in tdl/trunk (PKGBUILD readline63.patch)

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 18:55:28
  Author: arodseth
Revision: 109250

upgpkg: tdl 1.5.2-6

Added:
  tdl/trunk/readline63.patch
Modified:
  tdl/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 readline63.patch |   32 
 2 files changed, 43 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:37:54 UTC (rev 109249)
+++ PKGBUILD2014-04-12 16:55:28 UTC (rev 109250)
@@ -9,13 +9,21 @@
 arch=('x86_64' 'i686')
 url='https://github.com/rc0/tdl'
 license=('GPL')
-depends=('ncurses')
+depends=('readline')
 makedepends=('git')
-source=($pkgname::git://github.com/T-J-Teru/tdl.git#commit=382c52a2d1f2d064110c189459fe09a6edb12761)
-md5sums=('SKIP')
+source=($pkgname::git://github.com/T-J-Teru/tdl.git#commit=382c52a2d1f2d064110c189459fe09a6edb12761
 'readline63.patch')
+md5sums=('SKIP'
+ 'dada1488632f9d672e75e15cfb011ecb')
 
+prepare() {
+  cd $pkgname
+
+  patch -p1 -i $srcdir/readline63.patch
+}
+
 build() {
   cd $pkgname
+
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }

Added: readline63.patch
===
--- readline63.patch(rev 0)
+++ readline63.patch2014-04-12 16:55:28 UTC (rev 109250)
@@ -0,0 +1,32 @@
+--- a/inter.c  2014-04-12 18:48:39.020103780 +0200
 b/inter.c  2014-04-12 18:48:33.323365100 +0200
+@@ -556,7 +556,7 @@
+ static char *interactive_text_readline(char *prompt, char *initval, int 
*is_blank, int *error)/*{{{*/
+ {
+   char *line;
+-  Function *old_rl_pre_input_hook = NULL;
++  rl_command_func_t *old_rl_pre_input_hook = NULL;
+   
+   *error = 0;
+   old_rl_pre_input_hook = rl_pre_input_hook;
+@@ -633,9 +633,9 @@
+ #ifdef USE_READLINE
+   if (isatty(0)) {
+ char *result;
+-rl_attempted_completion_function = (CPPFunction *) null_tdl_completion;
++rl_attempted_completion_function = null_tdl_completion;
+ result = interactive_text_readline(prompt, initval, is_blank, error);
+-rl_attempted_completion_function = (CPPFunction *) tdl_completion;
++rl_attempted_completion_function = tdl_completion;
+ return result;
+   } else {
+ /* In case someone wants to drive tdl from a script, by redirecting stdin 
to it. */
+@@ -653,7 +653,7 @@
+ #ifdef USE_READLINE
+   if (isatty(0)) {
+ rl_completion_entry_function = NULL;
+-rl_attempted_completion_function = (CPPFunction *) tdl_completion;
++rl_attempted_completion_function = tdl_completion;
+ interactive_readline();
+   } else {
+ /* In case someone wants to drive tdl from a script, by redirecting stdin 
to it. */



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 18:55:40
  Author: arodseth
Revision: 109251

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

Added:
  tdl/repos/community-i686/PKGBUILD
(from rev 109250, tdl/trunk/PKGBUILD)
  tdl/repos/community-i686/readline63.patch
(from rev 109250, tdl/trunk/readline63.patch)
  tdl/repos/community-x86_64/PKGBUILD
(from rev 109250, tdl/trunk/PKGBUILD)
  tdl/repos/community-x86_64/readline63.patch
(from rev 109250, tdl/trunk/readline63.patch)
Deleted:
  tdl/repos/community-i686/ChangeLog
  tdl/repos/community-i686/PKGBUILD
  tdl/repos/community-x86_64/ChangeLog
  tdl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/ChangeLog  |3 -
 community-i686/PKGBUILD   |   26 -
 community-i686/readline63.patch   |   32 
 community-x86_64/ChangeLog|3 -
 community-x86_64/PKGBUILD |   26 -
 community-x86_64/readline63.patch |   32 
 7 files changed, 134 insertions(+), 58 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-04-12 16:55:28 UTC (rev 109250)
+++ community-i686/ChangeLog2014-04-12 16:55:40 UTC (rev 109251)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 16:55:28 UTC (rev 109250)
+++ community-i686/PKGBUILD 2014-04-12 16:55:40 UTC (rev 109251)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jeff Mickey j...@codemac.net
-# Contributor: Jeff codemac Mickey j...@codemac.net
-
-pkgname=tdl
-pkgver=1.5.2
-pkgrel=5
-pkgdesc=A to-do list manager.
-arch=('i686' 'x86_64')
-url=http://www.rc0.org.uk/tdl/;
-license=('GPL')
-depends=('ncurses')
-source=(http://www.rpcurnow.force9.co.uk/tdl/$pkgname-$pkgver.tar.gz;)
-md5sums=('620cb00bf99b7e786e2b54cda6339a1e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tdl/repos/community-i686/PKGBUILD (from rev 109250, tdl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 16:55:40 UTC (rev 109251)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Mickey j...@codemac.net
+
+pkgname=tdl
+pkgver=1.5.2
+pkgrel=6
+pkgdesc='TODO list manager'
+arch=('x86_64' 'i686')
+url='https://github.com/rc0/tdl'
+license=('GPL')
+depends=('readline')
+makedepends=('git')
+source=($pkgname::git://github.com/T-J-Teru/tdl.git#commit=382c52a2d1f2d064110c189459fe09a6edb12761
 'readline63.patch')
+md5sums=('SKIP'
+ 'dada1488632f9d672e75e15cfb011ecb')
+
+prepare() {
+  cd $pkgname
+
+  patch -p1 -i $srcdir/readline63.patch
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: tdl/repos/community-i686/readline63.patch (from rev 109250, 
tdl/trunk/readline63.patch)
===
--- community-i686/readline63.patch (rev 0)
+++ community-i686/readline63.patch 2014-04-12 16:55:40 UTC (rev 109251)
@@ -0,0 +1,32 @@
+--- a/inter.c  2014-04-12 18:48:39.020103780 +0200
 b/inter.c  2014-04-12 18:48:33.323365100 +0200
+@@ -556,7 +556,7 @@
+ static char *interactive_text_readline(char *prompt, char *initval, int 
*is_blank, int *error)/*{{{*/
+ {
+   char *line;
+-  Function *old_rl_pre_input_hook = NULL;
++  rl_command_func_t *old_rl_pre_input_hook = NULL;
+   
+   *error = 0;
+   old_rl_pre_input_hook = rl_pre_input_hook;
+@@ -633,9 +633,9 @@
+ #ifdef USE_READLINE
+   if (isatty(0)) {
+ char *result;
+-rl_attempted_completion_function = (CPPFunction *) null_tdl_completion;
++rl_attempted_completion_function = null_tdl_completion;
+ result = interactive_text_readline(prompt, initval, is_blank, error);
+-rl_attempted_completion_function = (CPPFunction *) tdl_completion;
++rl_attempted_completion_function = tdl_completion;
+ return result;
+   } else {
+ /* In case someone wants to drive tdl from a script, by redirecting stdin 
to it. */
+@@ -653,7 +653,7 @@
+ #ifdef USE_READLINE
+   if (isatty(0)) {
+ rl_completion_entry_function = NULL;
+-rl_attempted_completion_function = (CPPFunction *) tdl_completion;
++rl_attempted_completion_function = tdl_completion;
+ interactive_readline();
+   } else {
+ /* In case someone wants to drive tdl from a script, by redirecting stdin 

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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 19:01:27
  Author: arodseth
Revision: 109252

Refreshed the PKGBUILD. Build still fails, ref FS#39415.

Modified:
  metakit/trunk/PKGBUILD

--+
 PKGBUILD |   41 ++---
 1 file changed, 22 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 16:55:40 UTC (rev 109251)
+++ PKGBUILD2014-04-12 17:01:27 UTC (rev 109252)
@@ -1,37 +1,40 @@
 # $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=metakit
 pkgver=2.4.9.7
-pkgrel=5
-pkgdesc='MetaKit is an efficient database library with a small footprint'
-arch=('i686' 'x86_64')
+pkgrel=6
+pkgdesc='Efficient embedded database library with a small footprint'
+arch=('x86_64' 'i686')
 url='http://www.equi4.com/metakit/'
+license=('BSD')
 makedepends=('tcl' 'python2')
-license=('BSD')
-source=(http://www.equi4.com/pub/mk/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('17330257376eea657827ed632ea62c9e')
+source=(http://www.equi4.com/pub/mk/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d1ba361d2d8517925cff5c23e8602822da9c8c347a75a15c225ec656ff7ca94d')
 
+prepare() {
+  cd $pkgname-$pkgver/unix
+
+  sed -i 's_${prefix}/include/python2.5_${prefix}/include/python2.7_' 
configure
+  sed -i 
's_${prefix}/lib/python2.5/site-packages_${prefix}/lib/python2.7/site-packages_'
 configure
+}
+
 build() {
-  cd ${pkgname}-${pkgver}/builds
+  cd $pkgname-$pkgver/unix
 
-  sed -i 's_${prefix}/include/python2.5_${prefix}/include/python2.7_' 
../unix/configure
-  sed -i 
's_${prefix}/lib/python2.5/site-packages_${prefix}/lib/python2.7/site-packages_'
 ../unix/configure
-
-  ../unix/configure \
+  ./configure \
 --prefix=/usr \
 --with-python \
 --with-tcl=/usr/include 
-
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/builds
+  install -d $pkgdir/usr/lib/python2.7/site-packages
+  make -C $pkgname-$pkgver/builds DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname-$pkgver/license.terms \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
 
-  mkdir -p ${pkgdir}/usr/lib/python2.7/site-packages
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (metakit)

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 19:39:14
  Author: arodseth
Revision: 109253

Moving to AUR. See aur-general for more information.

Deleted:
  metakit/



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 19:55:17
  Author: arodseth
Revision: 109254

upgpkg: haskell-ghc-paths 0.1.0.9-4

Modified:
  haskell-ghc-paths/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 17:39:14 UTC (rev 109253)
+++ PKGBUILD2014-04-12 17:55:17 UTC (rev 109254)
@@ -4,12 +4,12 @@
 
 pkgname=haskell-ghc-paths
 pkgver=0.1.0.9
-pkgrel=3
+pkgrel=4
 pkgdesc=Knowledge of GHC's installation directories
 url='http://hackage.haskell.org/package/ghc-paths'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1')
+depends=('ghc=7.8.2')
 
source=(http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
 install=$pkgname.install
 options=('staticlibs')



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 19:55:26
  Author: arodseth
Revision: 109255

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

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

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/haskell-ghc-paths.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/haskell-ghc-paths.install |   18 +++
 4 files changed, 128 insertions(+)

Copied: haskell-ghc-paths/repos/community-staging-i686/PKGBUILD (from rev 
109254, haskell-ghc-paths/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 17:55:26 UTC (rev 109255)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-ghc-paths
+pkgver=0.1.0.9
+pkgrel=4
+pkgdesc=Knowledge of GHC's installation directories
+url='http://hackage.haskell.org/package/ghc-paths'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.8.2')
+source=(http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
+
+build() {
+  cd ghc-paths-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ghc-paths-$pkgver
+
+  install -Dm 744 register.sh \
+$pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m 744 unregister.sh \
+$pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  install -dm 755 $pkgdir/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/$pkgname/html \
+$pkgdir/usr/share/doc/ghc/html/libraries/ghc-paths
+  runhaskell Setup copy --destdir=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  rm -f $pkgdir/usr/share/doc/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-ghc-paths/repos/community-staging-i686/haskell-ghc-paths.install (from 
rev 109254, haskell-ghc-paths/trunk/haskell-ghc-paths.install)
===
--- community-staging-i686/haskell-ghc-paths.install
(rev 0)
+++ community-staging-i686/haskell-ghc-paths.install2014-04-12 17:55:26 UTC 
(rev 109255)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ghc-paths
+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-ghc-paths/repos/community-staging-x86_64/PKGBUILD (from rev 
109254, haskell-ghc-paths/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 17:55:26 UTC (rev 109255)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-ghc-paths
+pkgver=0.1.0.9
+pkgrel=4
+pkgdesc=Knowledge of GHC's installation directories
+url='http://hackage.haskell.org/package/ghc-paths'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.8.2')
+source=(http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
+
+build() {
+  cd ghc-paths-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs 

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

2014-04-12 Thread Thomas Bächler
Date: Saturday, April 12, 2014 @ 19:56:20
  Author: thomas
Revision: 210239

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 210238, 
linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/core-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 210238, 
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/core-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 210238, 
linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/core-i686/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 210238, 
linux/repos/testing-i686/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux/repos/core-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 210238, 
linux/repos/testing-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/core-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 210238, 
linux/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/core-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 210238, 
linux/repos/testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  linux/repos/core-i686/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 210238, 
linux/repos/testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/core-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 210238, 
linux/repos/testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  
linux/repos/core-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 210238, 
linux/repos/testing-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 210238, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 210238, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 210238, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 210238, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 210238, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 210238, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 210238, 
linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/core-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 210238, 
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/core-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 210238, 
linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/core-x86_64/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 210238, 
linux/repos/testing-x86_64/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux/repos/core-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 210238, 
linux/repos/testing-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/core-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 210238, 
linux/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/core-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 210238, 
linux/repos/testing-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  linux/repos/core-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 210238, 
linux/repos/testing-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/core-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 210238, 
linux/repos/testing-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  
linux/repos/core-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 210238, 
linux/repos/testing-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 210238, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 210238, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 210238, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 210238, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 210238, linux/repos/testing-x86_64/linux.install)
  

[arch-commits] Commit in lvm2/repos (54 files)

2014-04-12 Thread Thomas Bächler
Date: Saturday, April 12, 2014 @ 19:56:22
  Author: thomas
Revision: 210240

db-move: moved lvm2 from [testing] to [core] (i686, x86_64)

Added:
  lvm2/repos/core-i686/11-dm-initramfs.rules
(from rev 210238, lvm2/repos/testing-i686/11-dm-initramfs.rules)
  lvm2/repos/core-i686/PKGBUILD
(from rev 210238, lvm2/repos/testing-i686/PKGBUILD)
  lvm2/repos/core-i686/dmeventd.service
(from rev 210238, lvm2/repos/testing-i686/dmeventd.service)
  lvm2/repos/core-i686/dmeventd.socket
(from rev 210238, lvm2/repos/testing-i686/dmeventd.socket)
  lvm2/repos/core-i686/lvm-monitoring.service
(from rev 210238, lvm2/repos/testing-i686/lvm-monitoring.service)
  lvm2/repos/core-i686/lvm2.conf
(from rev 210238, lvm2/repos/testing-i686/lvm2.conf)
  lvm2/repos/core-i686/lvm2.install
(from rev 210238, lvm2/repos/testing-i686/lvm2.install)
  lvm2/repos/core-i686/lvm2_hook
(from rev 210238, lvm2/repos/testing-i686/lvm2_hook)
  lvm2/repos/core-i686/lvm2_install
(from rev 210238, lvm2/repos/testing-i686/lvm2_install)
  lvm2/repos/core-i686/lvmetad.service
(from rev 210238, lvm2/repos/testing-i686/lvmetad.service)
  lvm2/repos/core-i686/lvmetad.socket
(from rev 210238, lvm2/repos/testing-i686/lvmetad.socket)
  lvm2/repos/core-i686/sd-lvm2
(from rev 210238, lvm2/repos/testing-i686/sd-lvm2)
  lvm2/repos/core-x86_64/11-dm-initramfs.rules
(from rev 210238, lvm2/repos/testing-x86_64/11-dm-initramfs.rules)
  lvm2/repos/core-x86_64/PKGBUILD
(from rev 210238, lvm2/repos/testing-x86_64/PKGBUILD)
  lvm2/repos/core-x86_64/dmeventd.service
(from rev 210238, lvm2/repos/testing-x86_64/dmeventd.service)
  lvm2/repos/core-x86_64/dmeventd.socket
(from rev 210238, lvm2/repos/testing-x86_64/dmeventd.socket)
  lvm2/repos/core-x86_64/lvm-monitoring.service
(from rev 210238, lvm2/repos/testing-x86_64/lvm-monitoring.service)
  lvm2/repos/core-x86_64/lvm2.conf
(from rev 210238, lvm2/repos/testing-x86_64/lvm2.conf)
  lvm2/repos/core-x86_64/lvm2.install
(from rev 210238, lvm2/repos/testing-x86_64/lvm2.install)
  lvm2/repos/core-x86_64/lvm2_hook
(from rev 210238, lvm2/repos/testing-x86_64/lvm2_hook)
  lvm2/repos/core-x86_64/lvm2_install
(from rev 210238, lvm2/repos/testing-x86_64/lvm2_install)
  lvm2/repos/core-x86_64/lvmetad.service
(from rev 210238, lvm2/repos/testing-x86_64/lvmetad.service)
  lvm2/repos/core-x86_64/lvmetad.socket
(from rev 210238, lvm2/repos/testing-x86_64/lvmetad.socket)
  lvm2/repos/core-x86_64/sd-lvm2
(from rev 210238, lvm2/repos/testing-x86_64/sd-lvm2)
Deleted:
  
lvm2/repos/core-i686/0001-wiping-wipe-DM_snapshot_cow-signature-without-prompt.patch
  
lvm2/repos/core-i686/0002-snapshot-zero-cow-header-for-read-only-snapshot.patch
  lvm2/repos/core-i686/11-dm-initramfs.rules
  lvm2/repos/core-i686/PKGBUILD
  lvm2/repos/core-i686/dmeventd.service
  lvm2/repos/core-i686/dmeventd.socket
  lvm2/repos/core-i686/lvm-monitoring.service
  lvm2/repos/core-i686/lvm2.conf
  lvm2/repos/core-i686/lvm2.install
  lvm2/repos/core-i686/lvm2_hook
  lvm2/repos/core-i686/lvm2_install
  lvm2/repos/core-i686/lvmetad.service
  lvm2/repos/core-i686/lvmetad.socket
  lvm2/repos/core-i686/sd-lvm2
  
lvm2/repos/core-x86_64/0001-wiping-wipe-DM_snapshot_cow-signature-without-prompt.patch
  
lvm2/repos/core-x86_64/0002-snapshot-zero-cow-header-for-read-only-snapshot.patch
  lvm2/repos/core-x86_64/11-dm-initramfs.rules
  lvm2/repos/core-x86_64/PKGBUILD
  lvm2/repos/core-x86_64/dmeventd.service
  lvm2/repos/core-x86_64/dmeventd.socket
  lvm2/repos/core-x86_64/lvm-monitoring.service
  lvm2/repos/core-x86_64/lvm2.conf
  lvm2/repos/core-x86_64/lvm2.install
  lvm2/repos/core-x86_64/lvm2_hook
  lvm2/repos/core-x86_64/lvm2_install
  lvm2/repos/core-x86_64/lvmetad.service
  lvm2/repos/core-x86_64/lvmetad.socket
  lvm2/repos/core-x86_64/sd-lvm2
  lvm2/repos/testing-i686/
  lvm2/repos/testing-x86_64/

-+
 /11-dm-initramfs.rules  |  
  6 
 /PKGBUILD   |  
198 +
 /dmeventd.service   |  
 28 +
 /dmeventd.socket|  
 22 +
 /lvm-monitoring.service |  
 34 +
 /lvm2.conf  |  
  4 
 /lvm2.install   |  
 32 +
 /lvm2_hook  |  
 24 +
 /lvm2_install   |  
 58 ++
 /lvmetad.service|  
 32 +
 /lvmetad.socket |  
 20 +
 /sd-lvm2  

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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 19:59:53
  Author: arodseth
Revision: 109256

upgpkg: haskell-xhtml 3000.2.1-6

Modified:
  haskell-xhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 17:55:26 UTC (rev 109255)
+++ PKGBUILD2014-04-12 17:59:53 UTC (rev 109256)
@@ -6,12 +6,12 @@
 _hkgname=xhtml
 pkgname=haskell-xhtml
 pkgver=3000.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Combinators for producing XHTML 1.0'
 url='http://hackage.haskell.org/package/xhtml'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'sh')
+depends=('ghc=7.8.2' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
 install=$pkgname.install
 options=('staticlibs')
@@ -18,7 +18,7 @@
 sha256sums=('33020782170c1c083bc59fc3bfcb72cec2db223e02d1181c07ae23b9fa7fdcd8')
 
 build() {
-cd $srcdir/$_hkgname-$pkgver
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O -p \
   --enable-split-objs \
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd $srcdir/$_hkgname-$pkgver
+  cd $_hkgname-$pkgver
   
   install -Dm744 register.sh \
 $pkgdir/usr/share/haskell/$pkgname/register.sh



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 20:00:06
  Author: arodseth
Revision: 109257

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

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

+
 community-staging-i686/PKGBUILD|   51 +++
 community-staging-i686/haskell-xhtml.install   |   19 
 community-staging-x86_64/PKGBUILD  |   51 +++
 community-staging-x86_64/haskell-xhtml.install |   19 
 4 files changed, 140 insertions(+)

Copied: haskell-xhtml/repos/community-staging-i686/PKGBUILD (from rev 109256, 
haskell-xhtml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 18:00:06 UTC (rev 109257)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=xhtml
+pkgname=haskell-xhtml
+pkgver=3000.2.1
+pkgrel=6
+pkgdesc='Combinators for producing XHTML 1.0'
+url='http://hackage.haskell.org/package/xhtml'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.8.2' 'sh')
+source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+sha256sums=('33020782170c1c083bc59fc3bfcb72cec2db223e02d1181c07ae23b9fa7fdcd8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O -p \
+  --enable-split-objs \
+  --enable-shared \
+  --prefix=/usr \
+  --docdir=/usr/share/doc/$pkgname \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+  
+  install -Dm744 register.sh \
+$pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh \
+$pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  install -dm755 $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 -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  rm -f $pkgdir/usr/share/doc/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haskell-xhtml/repos/community-staging-i686/haskell-xhtml.install (from 
rev 109256, haskell-xhtml/trunk/haskell-xhtml.install)
===
--- community-staging-i686/haskell-xhtml.install
(rev 0)
+++ community-staging-i686/haskell-xhtml.install2014-04-12 18:00:06 UTC 
(rev 109257)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-xhtml
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh  /dev/null
+  exit 0
+}
+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-xhtml/repos/community-staging-x86_64/PKGBUILD (from rev 109256, 
haskell-xhtml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 18:00:06 UTC (rev 109257)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=xhtml
+pkgname=haskell-xhtml
+pkgver=3000.2.1
+pkgrel=6
+pkgdesc='Combinators for producing XHTML 1.0'
+url='http://hackage.haskell.org/package/xhtml'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.8.2' 'sh')
+source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+sha256sums=('33020782170c1c083bc59fc3bfcb72cec2db223e02d1181c07ae23b9fa7fdcd8')
+
+build() {
+cd 

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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 20:00:25
  Author: arodseth
Revision: 109259

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

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

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/haskell-tar.install   |   24 +
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/haskell-tar.install |   24 +
 4 files changed, 140 insertions(+)

Copied: haskell-tar/repos/community-staging-i686/PKGBUILD (from rev 109258, 
haskell-tar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 18:00:25 UTC (rev 109259)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-tar
+pkgver=0.4.0.1
+pkgrel=7
+pkgdesc='Reading, writing and manipulating tar archive files'
+url='http://hackage.haskell.org/package/tar'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.8.2')
+source=(http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz;)
+install=haskell-tar.install
+sha256sums=('a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d')
+options=('staticlibs')
+
+build() {
+  cd tar-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd tar-$pkgver
+
+  install -Dm 744 register.sh \
+ $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m 744 unregister.sh \
+ $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  install -dm 755 $pkgdir/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/$pkgname/html \
+ $pkgdir/usr/share/doc/ghc/html/libraries/tar
+  runhaskell Setup copy --destdir=$pkgdir
+  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  rm -f $pkgdir/usr/share/doc/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haskell-tar/repos/community-staging-i686/haskell-tar.install (from rev 
109258, haskell-tar/trunk/haskell-tar.install)
===
--- community-staging-i686/haskell-tar.install  (rev 0)
+++ community-staging-i686/haskell-tar.install  2014-04-12 18:00:25 UTC (rev 
109259)
@@ -0,0 +1,24 @@
+HS_DIR=usr/share/haskell/haskell-tar
+
+post_install() {
+  ${HS_DIR}/register.sh
+   post_remove
+}
+
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   pre_upgrade
+}
+
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haskell-tar/repos/community-staging-x86_64/PKGBUILD (from rev 109258, 
haskell-tar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 18:00:25 UTC (rev 109259)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-tar
+pkgver=0.4.0.1
+pkgrel=7
+pkgdesc='Reading, writing and manipulating tar archive files'
+url='http://hackage.haskell.org/package/tar'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.8.2')
+source=(http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz;)
+install=haskell-tar.install
+sha256sums=('a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d')
+options=('staticlibs')
+
+build() {
+  cd tar-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e 

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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 20:00:17
  Author: arodseth
Revision: 109258

upgpkg: haskell-tar 0.4.0.1-7

Modified:
  haskell-tar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:00:06 UTC (rev 109257)
+++ PKGBUILD2014-04-12 18:00:17 UTC (rev 109258)
@@ -4,12 +4,12 @@
 
 pkgname=haskell-tar
 pkgver=0.4.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Reading, writing and manipulating tar archive files'
 url='http://hackage.haskell.org/package/tar'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1')
+depends=('ghc=7.8.2')
 
source=(http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz;)
 install=haskell-tar.install
 sha256sums=('a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d')
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
 build() {
-  cd $srcdir/tar-$pkgver
+  cd tar-$pkgver
 
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd $srcdir/tar-$pkgver
+  cd tar-$pkgver
 
   install -Dm 744 register.sh \
  $pkgdir/usr/share/haskell/$pkgname/register.sh



[arch-commits] Commit in (4 files)

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:01:59
  Author: faidoc
Revision: 109260

cinnamon-menus new package

Added:
  cinnamon-menus/
  cinnamon-menus/repos/
  cinnamon-menus/trunk/
  cinnamon-menus/trunk/PKGBUILD

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

Added: cinnamon-menus/trunk/PKGBUILD
===
--- cinnamon-menus/trunk/PKGBUILD   (rev 0)
+++ cinnamon-menus/trunk/PKGBUILD   2014-04-12 18:01:59 UTC (rev 109260)
@@ -0,0 +1,27 @@
+#Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-menus
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Cinnamon menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+license=('GPL' 'LGPL')
+url=http://www.linuxmint.com;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=$pkgdir install
+}



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 20:04:05
  Author: arodseth
Revision: 109261

ghc 7.8.2 rebuild TODO

Modified:
  haskell-regex-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:01:59 UTC (rev 109260)
+++ PKGBUILD2014-04-12 18:04:05 UTC (rev 109261)
@@ -6,12 +6,12 @@
 _hkgname=regex-base
 pkgname=haskell-regex-base
 pkgver=0.93.2
-pkgrel=16
+pkgrel=17
 pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
 url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc' 'haskell-mtl')
+depends=('ghc=7.8.2' 'haskell-mtl')
 
source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
 install=$pkgname.install
 options=('staticlibs')



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 20:23:54
  Author: arodseth
Revision: 109262

Fixed silly typo in the pkgver

Modified:
  erlang-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:04:05 UTC (rev 109261)
+++ PKGBUILD2014-04-12 18:23:54 UTC (rev 109262)
@@ -3,7 +3,7 @@
 # Contributor: kappa kappacu...@gmail.com
 
 pkgname=erlang-sdl
-pkgver=l.3.1
+pkgver=1.3.1
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='SDL and OpenGL bindings for Erlang'



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

2014-04-12 Thread Alexander Rødseth
Date: Saturday, April 12, 2014 @ 20:24:06
  Author: arodseth
Revision: 109263

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

Added:
  erlang-sdl/repos/community-i686/PKGBUILD
(from rev 109262, erlang-sdl/trunk/PKGBUILD)
  erlang-sdl/repos/community-x86_64/PKGBUILD
(from rev 109262, erlang-sdl/trunk/PKGBUILD)
Deleted:
  erlang-sdl/repos/community-i686/PKGBUILD
  erlang-sdl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 18:23:54 UTC (rev 109262)
+++ community-i686/PKGBUILD 2014-04-12 18:24:06 UTC (rev 109263)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-sdl
-pkgver=l.3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl')
-makedepends=('mesa-libgl' 'rebar' 'git')
-# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
-source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
-md5sums=('SKIP')
-
-build() {
-  cd esdl
-
-  find -type f -print0 | xargs -0 chmod 644
-  CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
-}
-
-package() {
-  cd esdl
-
-  install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
-  cp -ruv c_src doc ebin include priv src \
-$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-i686/PKGBUILD (from rev 109262, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 18:24:06 UTC (rev 109263)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-sdl
+pkgver=1.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')
+makedepends=('mesa-libgl' 'rebar' 'git')
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
+source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
+md5sums=('SKIP')
+
+build() {
+  cd esdl
+
+  find -type f -print0 | xargs -0 chmod 644
+  CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
+}
+
+package() {
+  cd esdl
+
+  install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
+  cp -ruv c_src doc ebin include priv src \
+$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/
+  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-12 18:23:54 UTC (rev 109262)
+++ community-x86_64/PKGBUILD   2014-04-12 18:24:06 UTC (rev 109263)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=erlang-sdl
-pkgver=l.3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl')
-makedepends=('mesa-libgl' 'rebar' 'git')
-# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
-source=(esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22)
-md5sums=('SKIP')
-
-build() {
-  cd esdl
-
-  find -type f -print0 | xargs -0 chmod 644
-  CFLAGS=$CFLAGS -Wno-deprecated-declarations rebar compile
-}
-
-package() {
-  cd esdl
-
-  install -d $pkgdir/usr/lib/erlang/lib/esdl-$pkgver
-  cp -ruv c_src doc ebin include priv src \
-$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-x86_64/PKGBUILD (from rev 109262, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-12 18:24:06 UTC (rev 109263)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=erlang-sdl
+pkgver=1.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')

[arch-commits] Commit in gnome-packagekit/trunk (PKGBUILD gnome-packagekit.install)

2014-04-12 Thread Balló György
Date: Saturday, April 12, 2014 @ 20:24:33
  Author: bgyorgy
Revision: 109264

upgpkg: gnome-packagekit 3.12.1-1

Adopt package, update to version 3.12.1

Modified:
  gnome-packagekit/trunk/PKGBUILD
  gnome-packagekit/trunk/gnome-packagekit.install

--+
 PKGBUILD |   20 
 gnome-packagekit.install |8 +---
 2 files changed, 9 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:24:06 UTC (rev 109263)
+++ PKGBUILD2014-04-12 18:24:33 UTC (rev 109264)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname=gnome-packagekit
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -10,13 +11,12 @@
 license=('GPL')
 depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
  'packagekit')
-makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
 optdepends=('gnome-settings-daemon-updates: update and message notifications')
-options=('!emptydirs')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
 packagekit-0.8.patch)
-sha256sums=('84cc4641bb174c833a2b01e2f3f5cbe24d9020ab9c2f245781be201a975a5943'
+sha256sums=('fec804f75d178bf298482887349178ed6f549e287afe16d7302da26c5ead'
 '717ba4d281adbafc9409202538ad1c8ce9a2bb41a6a0bc127e8dd5c4c1da1d65')
 
 prepare() {
@@ -30,18 +30,14 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-
-  export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr \
  --sysconfdir=/etc \
- --disable-gtk-doc \
  --disable-schemas-compile \
- --disable-scrollkeeper
-  make -s
+  PYTHON=/usr/bin/python2
+  make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
-  make -s DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install
 }

Modified: gnome-packagekit.install
===
--- gnome-packagekit.install2014-04-12 18:24:06 UTC (rev 109263)
+++ gnome-packagekit.install2014-04-12 18:24:33 UTC (rev 109264)
@@ -1,15 +1,9 @@
 post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  glib-compile-schemas usr/share/glib-2.0/schemas
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
 }
 
-pre_upgrade() {
-  if (( $(vercmp $2 2.91.90)  0 )); then
-usr/sbin/gconfpkg --uninstall gnome-packagekit
-  fi
-}
-
 post_upgrade() {
   post_install
 }



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

2014-04-12 Thread Balló György
Date: Saturday, April 12, 2014 @ 20:25:13
  Author: bgyorgy
Revision: 109265

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

Added:
  gnome-packagekit/repos/community-testing-i686/PKGBUILD
(from rev 109264, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install
(from rev 109264, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-testing-i686/packagekit-0.8.patch
(from rev 109264, gnome-packagekit/trunk/packagekit-0.8.patch)
  gnome-packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 109264, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-x86_64/gnome-packagekit.install
(from rev 109264, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-testing-x86_64/packagekit-0.8.patch
(from rev 109264, gnome-packagekit/trunk/packagekit-0.8.patch)
Deleted:
  gnome-packagekit/repos/community-testing-i686/PKGBUILD
  gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install
  gnome-packagekit/repos/community-testing-i686/packagekit-0.8.patch
  gnome-packagekit/repos/community-testing-x86_64/PKGBUILD
  gnome-packagekit/repos/community-testing-x86_64/gnome-packagekit.install
  gnome-packagekit/repos/community-testing-x86_64/packagekit-0.8.patch

---+
 /PKGBUILD |   86 +
 /gnome-packagekit.install |   26 
 /packagekit-0.8.patch |  130 
 community-testing-i686/PKGBUILD   |   47 ---
 community-testing-i686/gnome-packagekit.install   |   19 --
 community-testing-i686/packagekit-0.8.patch   |   65 --
 community-testing-x86_64/PKGBUILD |   47 ---
 community-testing-x86_64/gnome-packagekit.install |   19 --
 community-testing-x86_64/packagekit-0.8.patch |   65 --
 9 files changed, 242 insertions(+), 262 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-04-12 18:24:33 UTC (rev 109264)
+++ community-testing-i686/PKGBUILD 2014-04-12 18:25:13 UTC (rev 109265)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-
-pkgname=gnome-packagekit
-pkgver=3.12.0
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
- 'packagekit')
-makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
-optdepends=('gnome-settings-daemon-updates: update and message notifications')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-packagekit-0.8.patch)
-sha256sums=('84cc4641bb174c833a2b01e2f3f5cbe24d9020ab9c2f245781be201a975a5943'
-'717ba4d281adbafc9409202538ad1c8ce9a2bb41a6a0bc127e8dd5c4c1da1d65')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -RNp1 -i $srcdir/packagekit-0.8.patch
-
-  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
-  sed -i s@MimeType=.*@MimeType=$_mime@ 
data/gpk-install-local-file.desktop.in
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-gtk-doc \
- --disable-schemas-compile \
- --disable-scrollkeeper
-  make -s
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -s DESTDIR=$pkgdir install
-}

Copied: gnome-packagekit/repos/community-testing-i686/PKGBUILD (from rev 
109264, gnome-packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-12 18:25:13 UTC (rev 109265)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.12.1
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+optdepends=('gnome-settings-daemon-updates: update and message notifications')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
+packagekit-0.8.patch)

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

2014-04-12 Thread Bartłomiej Piotrowski
Date: Saturday, April 12, 2014 @ 20:31:08
  Author: bpiotrowski
Revision: 210241

upgpkg: libreoffice 4.2.3-2

disable gstreamer0.10 support (FS#39817)

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 17:56:22 UTC (rev 210240)
+++ PKGBUILD2014-04-12 18:31:08 UTC (rev 210241)
@@ -20,7 +20,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.2.3.3
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -38,8 +38,7 @@
 'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 
'libodfgen'
 'hicolor-icon-theme' 'desktop-file-utils' 
'shared-mime-info'
 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
-'gstreamer0.10-base' 'gst-plugins-base-libs' 'glu'
-'ttf-liberation' # to satisfy regression tests
+'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to 
satisfy regression tests
 'git')
 # there's only one single static library in libreoffice-sdk,
 # the next build that removes it may lead to trouble if people may use it
@@ -130,9 +129,9 @@
libabw-0.0.2.tar.bz2)
 md5sums=('0347f2c919e809b3f3794ed509caa902'
  'SKIP'
- '11a2381971a7444fe5154ab9ae9578d6'
+ 'fa82b4c4510c78fe22a3a56d53fb9752'
  'SKIP'
- '21f4ff9b4e49c2b1a6464b4dae6cfb42'
+ '81759541de9ce626a02d652399cd1ffe'
  'SKIP'
  '15cb8c0803064faef0c4ddf5bc5ca279'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -239,6 +238,7 @@
--enable-kde4\
--enable-gtk3 \
--enable-gstreamer \
+   --disable-gstreamer-0-10 \
--enable-lockdown\
--enable-opencl \
--enable-opengl \
@@ -322,7 +322,7 @@
  'graphite' icu=52.1 'clucene' 'lcms2' poppler=0.24.0
  #'telepathy-glib' # (calc telepathy-glib libtubeslo.so)
   'libodfgen'  'libvisio' 'harfbuzz-icu' 'hicolor-icon-theme' 'glu'
- 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 
'gstreamer0.10-base')
+ 'desktop-file-utils' 'shared-mime-info' 'xdg-utils')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'
  'pstoedit: translates PostScript and PDF graphics into 
other vector formats'



[arch-commits] Commit in libreoffice/repos (40 files)

2014-04-12 Thread Bartłomiej Piotrowski
Date: Saturday, April 12, 2014 @ 20:31:21
  Author: bpiotrowski
Revision: 210242

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 210241, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-i686/libreoffice-base.install
(from rev 210241, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-i686/libreoffice-calc.install
(from rev 210241, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-i686/libreoffice-common.csh
(from rev 210241, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-i686/libreoffice-common.install
(from rev 210241, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-i686/libreoffice-common.sh
(from rev 210241, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-i686/libreoffice-draw.install
(from rev 210241, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-i686/libreoffice-impress.install
(from rev 210241, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-i686/libreoffice-writer.install
(from rev 210241, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 210241, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 210241, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-x86_64/libreoffice-base.install
(from rev 210241, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
(from rev 210241, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
(from rev 210241, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-x86_64/libreoffice-common.install
(from rev 210241, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
(from rev 210241, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
(from rev 210241, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
(from rev 210241, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
(from rev 210241, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 210241, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/libreoffice-base.install
  libreoffice/repos/extra-i686/libreoffice-calc.install
  libreoffice/repos/extra-i686/libreoffice-common.csh
  libreoffice/repos/extra-i686/libreoffice-common.install
  libreoffice/repos/extra-i686/libreoffice-common.sh
  libreoffice/repos/extra-i686/libreoffice-draw.install
  libreoffice/repos/extra-i686/libreoffice-impress.install
  libreoffice/repos/extra-i686/libreoffice-writer.install
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/libreoffice-base.install
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
  libreoffice/repos/extra-x86_64/libreoffice-common.install
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD | 1422 
++
 /libreoffice-base.install |   22 
 /libreoffice-calc.install |   22 
 /libreoffice-common.csh   |   12 
 /libreoffice-common.install   |   94 
 /libreoffice-common.sh|   12 
 /libreoffice-draw.install |   22 
 /libreoffice-impress.install  |   22 
 /libreoffice-writer.install   |   22 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 
 extra-i686/PKGBUILD   |  711 -
 extra-i686/libreoffice-base.install   |   11 
 extra-i686/libreoffice-calc.install   |   11 
 extra-i686/libreoffice-common.csh |6 
 

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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:46:01
  Author: faidoc
Revision: 109266

upgpkg: cjs 2.2.0-1

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:25:13 UTC (rev 109265)
+++ PKGBUILD2014-04-12 18:46:01 UTC (rev 109266)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.0.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js185 dbus-glib)
 makedepends=(gnome-common)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('2fea6c491e6ce8567201f14c0e926181154d798d4811dd65da477c014bfb2a9a')
+sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:46:29
  Author: faidoc
Revision: 109267

upgpkg: cinnamon-desktop 2.2.0-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:46:01 UTC (rev 109266)
+++ PKGBUILD2014-04-12 18:46:29 UTC (rev 109267)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-desktop
-pkgver=2.0.4
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=Library with common API for various Cinnamon modules
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=https://github.com/linuxmint/cinnamon-desktop;
 install=cinnamon-desktop.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
-sha256sums=('039a789fc8fca52cf1ceaeec8b7ad9ccc122ea38990186cabea814118e8ddcb3')
+sha256sums=('4f833a3914b7e822c1dd6a495b688d614c4ae6663faa3d0b74d948dae3bcf33b')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:47:02
  Author: faidoc
Revision: 109268

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

Added:
  cjs/repos/community-testing-i686/
  cjs/repos/community-testing-i686/PKGBUILD
(from rev 109266, cjs/trunk/PKGBUILD)
  cjs/repos/community-testing-x86_64/
  cjs/repos/community-testing-x86_64/PKGBUILD
(from rev 109267, cjs/trunk/PKGBUILD)

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

Copied: cjs/repos/community-testing-i686/PKGBUILD (from rev 109266, 
cjs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-12 18:47:02 UTC (rev 109268)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=cjs
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Javascript Bindings for Cinnamon
+arch=(i686 x86_64)
+url=https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(cairo gobject-introspection js185 dbus-glib)
+makedepends=(gnome-common)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   scripts/make-tests
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cjs/repos/community-testing-x86_64/PKGBUILD (from rev 109267, 
cjs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-12 18:47:02 UTC (rev 109268)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=cjs
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Javascript Bindings for Cinnamon
+arch=(i686 x86_64)
+url=https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(cairo gobject-introspection js185 dbus-glib)
+makedepends=(gnome-common)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   scripts/make-tests
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:47:25
  Author: faidoc
Revision: 109269

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

Added:
  cinnamon-desktop/repos/community-testing-i686/
  cinnamon-desktop/repos/community-testing-i686/PKGBUILD
(from rev 109267, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-testing-i686/cinnamon-desktop.install
(from rev 109267, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-testing-x86_64/
  cinnamon-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 109267, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-testing-x86_64/cinnamon-desktop.install
(from rev 109268, cinnamon-desktop/trunk/cinnamon-desktop.install)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-i686/cinnamon-desktop.install   |   11 +++
 community-testing-x86_64/PKGBUILD |   28 
 community-testing-x86_64/cinnamon-desktop.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: cinnamon-desktop/repos/community-testing-i686/PKGBUILD (from rev 
109267, cinnamon-desktop/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-12 18:47:25 UTC (rev 109269)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-desktop
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Library with common API for various Cinnamon modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
+url=https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
+sha256sums=('4f833a3914b7e822c1dd6a495b688d614c4ae6663faa3d0b74d948dae3bcf33b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cinnamon-desktop/repos/community-testing-i686/cinnamon-desktop.install 
(from rev 109267, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-testing-i686/cinnamon-desktop.install 
(rev 0)
+++ community-testing-i686/cinnamon-desktop.install 2014-04-12 18:47:25 UTC 
(rev 109269)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-desktop/repos/community-testing-x86_64/PKGBUILD (from rev 
109267, cinnamon-desktop/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-12 18:47:25 UTC (rev 109269)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-desktop
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Library with common API for various Cinnamon modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
+url=https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
+sha256sums=('4f833a3914b7e822c1dd6a495b688d614c4ae6663faa3d0b74d948dae3bcf33b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
cinnamon-desktop/repos/community-testing-x86_64/cinnamon-desktop.install (from 
rev 109268, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-testing-x86_64/cinnamon-desktop.install   
(rev 0)
+++ community-testing-x86_64/cinnamon-desktop.install   2014-04-12 18:47:25 UTC 
(rev 109269)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:49:28
  Author: faidoc
Revision: 109270

upgpkg: cinnamon-menus 2.2.0-1

Modified:
  cinnamon-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:47:25 UTC (rev 109269)
+++ PKGBUILD2014-04-12 18:49:28 UTC (rev 109270)
@@ -1,27 +1,27 @@
-#Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-
-pkgname=cinnamon-menus
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Cinnamon menu specifications
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
-license=('GPL' 'LGPL')
-url=http://www.linuxmint.com;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./configure \
-  --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var  --disable-static \
-  --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=$pkgdir install
-}
+#Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-menus
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Cinnamon menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+license=('GPL' 'LGPL')
+url=http://www.linuxmint.com;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('e354273c29bc610925d81263c90c9e67137a39fb8d241e125d530842a60ec286')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:50:31
  Author: faidoc
Revision: 109271

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

Added:
  cinnamon-menus/repos/community-testing-i686/
  cinnamon-menus/repos/community-testing-i686/PKGBUILD
(from rev 109270, cinnamon-menus/trunk/PKGBUILD)
  cinnamon-menus/repos/community-testing-x86_64/
  cinnamon-menus/repos/community-testing-x86_64/PKGBUILD
(from rev 109270, cinnamon-menus/trunk/PKGBUILD)

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

Copied: cinnamon-menus/repos/community-testing-i686/PKGBUILD (from rev 109270, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-12 18:50:31 UTC (rev 109271)
@@ -0,0 +1,27 @@
+#Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-menus
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Cinnamon menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+license=('GPL' 'LGPL')
+url=http://www.linuxmint.com;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('e354273c29bc610925d81263c90c9e67137a39fb8d241e125d530842a60ec286')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: cinnamon-menus/repos/community-testing-x86_64/PKGBUILD (from rev 
109270, cinnamon-menus/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-12 18:50:31 UTC (rev 109271)
@@ -0,0 +1,27 @@
+#Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-menus
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Cinnamon menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+license=('GPL' 'LGPL')
+url=http://www.linuxmint.com;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('e354273c29bc610925d81263c90c9e67137a39fb8d241e125d530842a60ec286')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 20:51:02
  Author: jelle
Revision: 109272

upgpkg: haskell-stm 2.4.3-1

ghc 7.8.2 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:50:31 UTC (rev 109271)
+++ PKGBUILD2014-04-12 18:51:02 UTC (rev 109272)
@@ -3,17 +3,17 @@
 # Package generated by cabal2arch 0.7.5
 _hkgname=stm
 pkgname=haskell-stm
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
+depends=('ghc=7.8.2' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
-md5sums=('a0008fce2e12a18ab230516132d4117e')
 options=('staticlibs')
+md5sums=('aaf57b183a7a4a1bda7df6f00866e709')
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver



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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 20:51:13
  Author: jelle
Revision: 109273

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

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

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-stm.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-stm.install |   18 +++
 4 files changed, 112 insertions(+)

Copied: haskell-stm/repos/community-staging-i686/PKGBUILD (from rev 109272, 
haskell-stm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 18:51:13 UTC (rev 109273)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.5
+_hkgname=stm
+pkgname=haskell-stm
+pkgver=2.4.3
+pkgrel=1
+pkgdesc=A modular composable concurrency abstraction.
+url=http://hackage.haskell.org/package/stm;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('aaf57b183a7a4a1bda7df6f00866e709')
+
+build() {
+cd ${srcdir}/${_hkgname}-$pkgver
+runhaskell Setup configure -O  --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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-stm/repos/community-staging-i686/haskell-stm.install (from rev 
109272, haskell-stm/trunk/haskell-stm.install)
===
--- community-staging-i686/haskell-stm.install  (rev 0)
+++ community-staging-i686/haskell-stm.install  2014-04-12 18:51:13 UTC (rev 
109273)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-stm
+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-stm/repos/community-staging-x86_64/PKGBUILD (from rev 109272, 
haskell-stm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 18:51:13 UTC (rev 109273)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.5
+_hkgname=stm
+pkgname=haskell-stm
+pkgver=2.4.3
+pkgrel=1
+pkgdesc=A modular composable concurrency abstraction.
+url=http://hackage.haskell.org/package/stm;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('aaf57b183a7a4a1bda7df6f00866e709')
+
+build() {
+cd ${srcdir}/${_hkgname}-$pkgver
+runhaskell Setup configure -O  --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid

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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 20:54:41
  Author: jelle
Revision: 109275

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

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

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-syb.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-syb.install |   18 +++
 4 files changed, 112 insertions(+)

Copied: haskell-syb/repos/community-staging-i686/PKGBUILD (from rev 109274, 
haskell-syb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 18:54:41 UTC (rev 109275)
@@ -0,0 +1,38 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.4.1
+pkgrel=2
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' sh)
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('28df3b70cef652fa6c04e6353c580a7a')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+runhaskell Setup haddock
+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-syb/repos/community-staging-i686/haskell-syb.install (from rev 
109274, haskell-syb/trunk/haskell-syb.install)
===
--- community-staging-i686/haskell-syb.install  (rev 0)
+++ community-staging-i686/haskell-syb.install  2014-04-12 18:54:41 UTC (rev 
109275)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-syb
+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-syb/repos/community-staging-x86_64/PKGBUILD (from rev 109274, 
haskell-syb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 18:54:41 UTC (rev 109275)
@@ -0,0 +1,38 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.4.1
+pkgrel=2
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' sh)
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('28df3b70cef652fa6c04e6353c580a7a')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister 

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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 20:54:35
  Author: jelle
Revision: 109274

upgpkg: haskell-syb 0.4.1-2

ghc 7.8.2 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:51:13 UTC (rev 109273)
+++ PKGBUILD2014-04-12 18:54:35 UTC (rev 109274)
@@ -3,12 +3,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' sh)
+depends=('ghc=7.8.2' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2014-04-12 Thread Dan McGee
Date: Saturday, April 12, 2014 @ 21:03:04
  Author: dan
Revision: 210243

upgpkg: nilfs-utils 2.2.0-1

Modified:
  nilfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:31:21 UTC (rev 210242)
+++ PKGBUILD2014-04-12 19:03:04 UTC (rev 210243)
@@ -3,16 +3,16 @@
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=nilfs-utils
-pkgver=2.1.6
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
 arch=('i686' 'x86_64')
-url=http://www.nilfs.org/;
+url=http://nilfs.sourceforge.net/;
 license=('GPL2' 'LGPL2.1')
 backup=('etc/nilfs_cleanerd.conf')
 depends=('util-linux')
 source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f')
+md5sums=('57480da0c9e6c35100e157b6cc87b6f8')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-12 Thread Dan McGee
Date: Saturday, April 12, 2014 @ 21:03:14
  Author: dan
Revision: 210244

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 210243, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 210243, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 210243, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-12 19:03:14 UTC (rev 210244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('57480da0c9e6c35100e157b6cc87b6f8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 210243, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-12 19:03:14 UTC (rev 210244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('57480da0c9e6c35100e157b6cc87b6f8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}



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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 21:11:47
  Author: jelle
Revision: 109276

upgpkg: haskell-utf8-string 0.3.7-6

ghc 7.8.2 rebuild

Modified:
  haskell-utf8-string/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:54:41 UTC (rev 109275)
+++ PKGBUILD2014-04-12 19:11:47 UTC (rev 109276)
@@ -5,12 +5,12 @@
 _hkgname=utf8-string
 pkgname=haskell-utf8-string
 pkgver=0.3.7
-pkgrel=5
+pkgrel=6
 pkgdesc=Support for reading and writing UTF8 Strings
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
+depends=('ghc=7.8.2' 'sh')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 options=('staticlibs')



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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 21:11:53
  Author: jelle
Revision: 109277

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

Added:
  haskell-utf8-string/repos/community-staging-i686/
  haskell-utf8-string/repos/community-staging-i686/PKGBUILD
(from rev 109276, haskell-utf8-string/trunk/PKGBUILD)
  haskell-utf8-string/repos/community-staging-i686/haskell-utf8-string.install
(from rev 109276, haskell-utf8-string/trunk/haskell-utf8-string.install)
  haskell-utf8-string/repos/community-staging-x86_64/
  haskell-utf8-string/repos/community-staging-x86_64/PKGBUILD
(from rev 109276, haskell-utf8-string/trunk/PKGBUILD)
  haskell-utf8-string/repos/community-staging-x86_64/haskell-utf8-string.install
(from rev 109276, haskell-utf8-string/trunk/haskell-utf8-string.install)

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/haskell-utf8-string.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/haskell-utf8-string.install |   18 +++
 4 files changed, 116 insertions(+)

Copied: haskell-utf8-string/repos/community-staging-i686/PKGBUILD (from rev 
109276, haskell-utf8-string/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 19:11:53 UTC (rev 109277)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+_hkgname=utf8-string
+pkgname=haskell-utf8-string
+pkgver=0.3.7
+pkgrel=6
+pkgdesc=Support for reading and writing UTF8 Strings
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'sh')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+options=('staticlibs')
+md5sums=('50e5c395713e716e0e4a56da73f87ccd')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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-utf8-string/repos/community-staging-i686/haskell-utf8-string.install 
(from rev 109276, haskell-utf8-string/trunk/haskell-utf8-string.install)
===
--- community-staging-i686/haskell-utf8-string.install  
(rev 0)
+++ community-staging-i686/haskell-utf8-string.install  2014-04-12 19:11:53 UTC 
(rev 109277)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-utf8-string
+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-utf8-string/repos/community-staging-x86_64/PKGBUILD (from rev 
109276, haskell-utf8-string/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 19:11:53 UTC (rev 109277)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+_hkgname=utf8-string
+pkgname=haskell-utf8-string
+pkgver=0.3.7
+pkgrel=6
+pkgdesc=Support for reading and writing UTF8 Strings
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'sh')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)

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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 21:14:09
  Author: jelle
Revision: 109278

upgpkg: haskell-dlist 0.5-25

ghc 7.8.2 rebuild

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:11:53 UTC (rev 109277)
+++ PKGBUILD2014-04-12 19:14:09 UTC (rev 109278)
@@ -7,13 +7,13 @@
 pkgver=0.5
 _hkgname=dlist
 _licensefile=LICENSE
-pkgrel=24
+pkgrel=25
 pkgdesc=Differences lists
 url=http://code.haskell.org/~dons/code/dlist/;
 license=(BSD3)
 arch=('i686' 'x86_64')
-makedepends=('ghc=7.6.3-1')
-depends=('ghc=7.6.3-1')
+makedepends=('ghc=7.8.2')
+depends=('ghc=7.8.2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('4780e5409eff55bbfdd7470ef802a087a04048c9cd5efe0482c82878292f19ea')



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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 21:14:16
  Author: jelle
Revision: 109279

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

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

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-dlist.install   |   26 +
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-dlist.install |   26 +
 4 files changed, 142 insertions(+)

Copied: haskell-dlist/repos/community-staging-i686/PKGBUILD (from rev 109278, 
haskell-dlist/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 19:14:16 UTC (rev 109279)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Don Stewart d...@galois.com
+# Contributor: Lex Black autumn-wind at web dot de
+
+pkgname=haskell-dlist
+pkgver=0.5
+_hkgname=dlist
+_licensefile=LICENSE
+pkgrel=25
+pkgdesc=Differences lists
+url=http://code.haskell.org/~dons/code/dlist/;
+license=(BSD3)
+arch=('i686' 'x86_64')
+makedepends=('ghc=7.8.2')
+depends=('ghc=7.8.2')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('4780e5409eff55bbfdd7470ef802a087a04048c9cd5efe0482c82878292f19ea')
+install=${pkgname}.install
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/${_licensefile}
+}

Copied: haskell-dlist/repos/community-staging-i686/haskell-dlist.install (from 
rev 109278, haskell-dlist/trunk/haskell-dlist.install)
===
--- community-staging-i686/haskell-dlist.install
(rev 0)
+++ community-staging-i686/haskell-dlist.install2014-04-12 19:14:16 UTC 
(rev 109279)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-dlist
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+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-dlist/repos/community-staging-x86_64/PKGBUILD (from rev 109278, 
haskell-dlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 19:14:16 UTC (rev 109279)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Don Stewart d...@galois.com
+# Contributor: Lex Black autumn-wind at web dot de
+
+pkgname=haskell-dlist
+pkgver=0.5
+_hkgname=dlist
+_licensefile=LICENSE
+pkgrel=25
+pkgdesc=Differences lists
+url=http://code.haskell.org/~dons/code/dlist/;
+license=(BSD3)
+arch=('i686' 'x86_64')
+makedepends=('ghc=7.8.2')
+depends=('ghc=7.8.2')
+options=('strip')

[arch-commits] Commit in muffin/trunk (PKGBUILD gtkdoc.patch)

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 21:16:05
  Author: faidoc
Revision: 109280

upgpkg: muffin 2.2.0-1

Modified:
  muffin/trunk/PKGBUILD
Deleted:
  muffin/trunk/gtkdoc.patch

--+
 PKGBUILD |   17 ++---
 gtkdoc.patch |   41 -
 2 files changed, 6 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:14:16 UTC (rev 109279)
+++ PKGBUILD2014-04-12 19:16:05 UTC (rev 109280)
@@ -4,8 +4,8 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.0.5
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/muffin;
@@ -12,15 +12,13 @@
 license=('GPL')
 depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
  'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
 options=('!emptydirs')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
-cogl_ABI.patch
-gtkdoc.patch)
-sha256sums=('81a57d452ea88ea926b284248033f021960400b3b9d13f5a334a77cf3bd4c7ee'
-'bce6cf03f7d635345db8a664084b98122aa23802867c7e6e4573273ffccc01e5'
-'4f7deff60dc65557aefb9f0473bcc58a7c33c0d25ed6ebfcdd6602f7e1639caa')
+cogl_ABI.patch)
+sha256sums=('85332899ff4f441624b145af6ee9689dbab1d4b824517a35d01cc563bede9737'
+'bce6cf03f7d635345db8a664084b98122aa23802867c7e6e4573273ffccc01e5')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -27,9 +25,6 @@
 
   # Port to cogl 1.18
   patch -Np1 -i ../cogl_ABI.patch
-
-  # Build fix
-  patch -Np1 -i ../gtkdoc.patch
 }
 
 build() {

Deleted: gtkdoc.patch
===
--- gtkdoc.patch2014-04-12 19:14:16 UTC (rev 109279)
+++ gtkdoc.patch2014-04-12 19:16:05 UTC (rev 109280)
@@ -1,41 +0,0 @@
 a/src/meta/prefs.h
-+++ b/src/meta/prefs.h
-@@ -310,13 +310,13 @@ typedef struct
-*/
-   GSList *bindings;
- 
--  /** for keybindings that can have shift or not like Alt+Tab */
-+  /* for keybindings that can have shift or not like Alt+Tab */
-   gboolean  add_shift:1;
- 
--  /** for keybindings that apply only to a window */
-+  /* for keybindings that apply only to a window */
-   gboolean  per_window:1;
- 
--  /** for keybindings not added with meta_display_add_keybinding() */
-+  /* for keybindings not added with meta_display_add_keybinding() */
-   gboolean  builtin:1;
- } MetaKeyPref;
- 
-@@ -339,5 +339,3 @@ CDesktopVisualBellType meta_prefs_get_vi
- MetaPlacementMode meta_prefs_get_placement_mode (void);
- 
- #endif
--
--
 a/src/core/workspace.c
-+++ b/src/core/workspace.c
-@@ -194,7 +194,7 @@ meta_workspace_new (MetaScreen *screen)
-   return workspace;
- }
- 
--/** Foreach function for workspace_free_struts() */
-+/* Foreach function for workspace_free_struts() */
- static void
- free_this (gpointer candidate, gpointer dummy)
- {
-@@ -1390,4 +1390,3 @@ meta_workspace_get_screen (MetaWorkspace
- {
-   return workspace-screen;
- }
--



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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 21:17:21
  Author: faidoc
Revision: 109281

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

Added:
  muffin/repos/community-testing-i686/PKGBUILD
(from rev 109280, muffin/trunk/PKGBUILD)
  muffin/repos/community-testing-i686/cogl_ABI.patch
(from rev 109280, muffin/trunk/cogl_ABI.patch)
  muffin/repos/community-testing-i686/muffin.install
(from rev 109280, muffin/trunk/muffin.install)
  muffin/repos/community-testing-x86_64/PKGBUILD
(from rev 109280, muffin/trunk/PKGBUILD)
  muffin/repos/community-testing-x86_64/cogl_ABI.patch
(from rev 109280, muffin/trunk/cogl_ABI.patch)
  muffin/repos/community-testing-x86_64/muffin.install
(from rev 109280, muffin/trunk/muffin.install)
Deleted:
  muffin/repos/community-testing-i686/PKGBUILD
  muffin/repos/community-testing-i686/cogl_ABI.patch
  muffin/repos/community-testing-i686/gtkdoc.patch
  muffin/repos/community-testing-i686/muffin.install
  muffin/repos/community-testing-x86_64/PKGBUILD
  muffin/repos/community-testing-x86_64/cogl_ABI.patch
  muffin/repos/community-testing-x86_64/gtkdoc.patch
  muffin/repos/community-testing-x86_64/muffin.install

-+
 /PKGBUILD   |   88 +++
 /cogl_ABI.patch |  172 ++
 /muffin.install |   20 +++
 community-testing-i686/PKGBUILD |   49 
 community-testing-i686/cogl_ABI.patch   |   86 ---
 community-testing-i686/gtkdoc.patch |   41 ---
 community-testing-i686/muffin.install   |   10 -
 community-testing-x86_64/PKGBUILD   |   49 
 community-testing-x86_64/cogl_ABI.patch |   86 ---
 community-testing-x86_64/gtkdoc.patch   |   41 ---
 community-testing-x86_64/muffin.install |   10 -
 11 files changed, 280 insertions(+), 372 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-04-12 19:16:05 UTC (rev 109280)
+++ community-testing-i686/PKGBUILD 2014-04-12 19:17:21 UTC (rev 109281)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.0.5
-pkgrel=3
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
-cogl_ABI.patch
-gtkdoc.patch)
-sha256sums=('81a57d452ea88ea926b284248033f021960400b3b9d13f5a334a77cf3bd4c7ee'
-'bce6cf03f7d635345db8a664084b98122aa23802867c7e6e4573273ffccc01e5'
-'4f7deff60dc65557aefb9f0473bcc58a7c33c0d25ed6ebfcdd6602f7e1639caa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Port to cogl 1.18
-  patch -Np1 -i ../cogl_ABI.patch
-
-  # Build fix
-  patch -Np1 -i ../gtkdoc.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-testing-i686/PKGBUILD (from rev 109280, 
muffin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-12 19:17:21 UTC (rev 109281)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
+options=('!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
+cogl_ABI.patch)
+sha256sums=('85332899ff4f441624b145af6ee9689dbab1d4b824517a35d01cc563bede9737'
+'bce6cf03f7d635345db8a664084b98122aa23802867c7e6e4573273ffccc01e5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Port to cogl 1.18
+  patch -Np1 -i 

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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 21:18:25
  Author: jelle
Revision: 109282

upgpkg: haskell-data-default-class 0.0.1-2

ghc 7.8.2 rebuild

Modified:
  haskell-data-default-class/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:17:21 UTC (rev 109281)
+++ PKGBUILD2014-04-12 19:18:25 UTC (rev 109282)
@@ -2,13 +2,13 @@
 _hkgname=data-default-class
 pkgname=haskell-data-default-class
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A class for types with a default value
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.6.3')
+depends=('ghc=7.8.2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



[arch-commits] Commit in haskell-data-default-class/repos (6 files)

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 21:18:32
  Author: jelle
Revision: 109283

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

Added:
  haskell-data-default-class/repos/community-staging-i686/
  haskell-data-default-class/repos/community-staging-i686/PKGBUILD
(from rev 109282, haskell-data-default-class/trunk/PKGBUILD)
  
haskell-data-default-class/repos/community-staging-i686/haskell-data-default-class.install
(from rev 109282, 
haskell-data-default-class/trunk/haskell-data-default-class.install)
  haskell-data-default-class/repos/community-staging-x86_64/
  haskell-data-default-class/repos/community-staging-x86_64/PKGBUILD
(from rev 109282, haskell-data-default-class/trunk/PKGBUILD)
  
haskell-data-default-class/repos/community-staging-x86_64/haskell-data-default-class.install
(from rev 109282, 
haskell-data-default-class/trunk/haskell-data-default-class.install)

-+
 community-staging-i686/PKGBUILD |   37 ++
 community-staging-i686/haskell-data-default-class.install   |   18 
 community-staging-x86_64/PKGBUILD   |   37 ++
 community-staging-x86_64/haskell-data-default-class.install |   18 
 4 files changed, 110 insertions(+)

Copied: haskell-data-default-class/repos/community-staging-i686/PKGBUILD (from 
rev 109282, haskell-data-default-class/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-12 19:18:32 UTC (rev 109283)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-class
+pkgname=haskell-data-default-class
+pkgver=0.0.1
+pkgrel=2
+pkgdesc=A class for types with a default value
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('abfd756bcc6d92e47436992c80ccdb80')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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-data-default-class/repos/community-staging-i686/haskell-data-default-class.install
 (from rev 109282, 
haskell-data-default-class/trunk/haskell-data-default-class.install)
===
--- community-staging-i686/haskell-data-default-class.install   
(rev 0)
+++ community-staging-i686/haskell-data-default-class.install   2014-04-12 
19:18:32 UTC (rev 109283)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-default-class
+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-data-default-class/repos/community-staging-x86_64/PKGBUILD 
(from rev 109282, haskell-data-default-class/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-12 19:18:32 UTC (rev 109283)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-class
+pkgname=haskell-data-default-class
+pkgver=0.0.1
+pkgrel=2
+pkgdesc=A class for types with a default value
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2')
+options=('strip')

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

2014-04-12 Thread Ronald van Haren
Date: Saturday, April 12, 2014 @ 21:22:53
  Author: ronald
Revision: 210245

upgpkg: iproute2 3.14.0-1

update to 3.14.0

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:03:14 UTC (rev 210244)
+++ PKGBUILD2014-04-12 19:22:53 UTC (rev 210245)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=iproute2
-pkgver=3.12.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 
source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
 iproute2-fhs.patch
unwanted-link-help.patch)
-sha1sums=('9397376e5d4dcbb1182745cd58625895fcdb868d'
+sha1sums=('0b7d9db9e17da77a5bd8c2c75f6ddd607449ba3e'
   '35b8cf2dc94b73eccad427235c07596146cd6f6c'
   '3b1335f4025f657f388fbf4e5a740871e3129c2a')
 
@@ -40,7 +40,7 @@
 }
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure
   make
@@ -47,7 +47,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
 



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

2014-04-12 Thread Ronald van Haren
Date: Saturday, April 12, 2014 @ 21:23:24
  Author: ronald
Revision: 210246

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 210245, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 210245, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 210245, iproute2/trunk/unwanted-link-help.patch)

--+
 PKGBUILD |   61 
 iproute2-fhs.patch   |   75 +
 unwanted-link-help.patch |   17 ++
 3 files changed, 153 insertions(+)

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 210245, 
iproute2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-12 19:23:24 UTC (rev 210246)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'iptables')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('staticlibs' '!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+iproute2-fhs.patch
+   unwanted-link-help.patch)
+sha1sums=('0b7d9db9e17da77a5bd8c2c75f6ddd607449ba3e'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  # allow operations on links called h, he, hel, help
+  patch -Np1 -i $srcdir/unwanted-link-help.patch
+
+  # do not treat warnings as errors
+  sed -i 's/-Werror//' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+
+  # usrmove
+  cd $pkgdir
+  mv usr/sbin usr/bin
+}

Copied: iproute2/repos/testing-x86_64/iproute2-fhs.patch (from rev 210245, 
iproute2/trunk/iproute2-fhs.patch)
===
--- testing-x86_64/iproute2-fhs.patch   (rev 0)
+++ testing-x86_64/iproute2-fhs.patch   2014-04-12 19:23:24 UTC (rev 210246)
@@ -0,0 +1,75 @@
+diff -Naur iproute2-3.4.0/Makefile iproute2-3.4.0.new/Makefile
+--- iproute2-3.4.0/Makefile2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/Makefile2012-06-18 10:23:53.896760158 +0200
+@@ -1,7 +1,8 @@
+ ROOTDIR=$(DESTDIR)
+ PREFIX=/usr
+ LIBDIR=$(PREFIX)/lib
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
++SHAREDIR=/usr/share
+ CONFDIR=/etc/iproute2
+ DATADIR=$(PREFIX)/share
+ DOCDIR=$(DATADIR)/doc/iproute2
+diff -Naur iproute2-3.4.0/netem/Makefile iproute2-3.4.0.new/netem/Makefile
+--- iproute2-3.4.0/netem/Makefile  2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/netem/Makefile  2012-06-18 10:23:53.896760158 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2-3.4.0/tc/Makefile iproute2-3.4.0.new/tc/Makefile
+--- iproute2-3.4.0/tc/Makefile 2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/tc/Makefile 2012-06-18 10:23:53.893426840 +0200
+@@ -105,18 +105,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  mkdir -p $(MODDESTDIR)
++  mkdir -p $(DESTDIR)$(LIBDIR)/tc
+   install -m 0755 tc $(DESTDIR)$(SBINDIR)
+   for i in $(TCSO); \
+-  do install -m 755 $$i $(MODDESTDIR); \
++  do install -m 755 $$i $(DESTDIR)$(LIBDIR)/tc; \
+   done
+-  if [ ! -f $(MODDESTDIR)/m_ipt.so ]; then \
+-  if [ -f $(MODDESTDIR)/m_xt.so ]; \
+-  then ln -s m_xt.so $(MODDESTDIR)/m_ipt.so ; \
+-  elif [ -f $(MODDESTDIR)/m_xt_old.so ]; \
+-  then ln -s m_xt_old.so $(MODDESTDIR)/m_ipt.so ; \
+-  fi; \
+-  fi
+ 
+ clean:
+   rm -f $(TCOBJ) $(TCLIB) libtc.a tc 

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

2014-04-12 Thread Ronald van Haren
Date: Saturday, April 12, 2014 @ 21:28:01
  Author: ronald
Revision: 210247

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

Added:
  iproute2/repos/testing-i686/
  iproute2/repos/testing-i686/PKGBUILD
(from rev 210246, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 210246, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-i686/unwanted-link-help.patch
(from rev 210246, iproute2/trunk/unwanted-link-help.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 210246, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 210246, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 210246, iproute2/trunk/unwanted-link-help.patch)
Deleted:
  iproute2/repos/testing-x86_64/PKGBUILD
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
  iproute2/repos/testing-x86_64/unwanted-link-help.patch

-+
 /PKGBUILD   |   61 
 /iproute2-fhs.patch |   75 ++
 /unwanted-link-help.patch   |   17 ++
 testing-i686/PKGBUILD   |   61 
 testing-i686/iproute2-fhs.patch |   75 ++
 testing-i686/unwanted-link-help.patch   |   17 ++
 testing-x86_64/PKGBUILD |   61 
 testing-x86_64/iproute2-fhs.patch   |   75 --
 testing-x86_64/unwanted-link-help.patch |   17 --
 9 files changed, 306 insertions(+), 153 deletions(-)

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 210246, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-12 19:28:01 UTC (rev 210247)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'iptables')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('staticlibs' '!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+iproute2-fhs.patch
+   unwanted-link-help.patch)
+sha1sums=('0b7d9db9e17da77a5bd8c2c75f6ddd607449ba3e'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  # allow operations on links called h, he, hel, help
+  patch -Np1 -i $srcdir/unwanted-link-help.patch
+
+  # do not treat warnings as errors
+  sed -i 's/-Werror//' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+
+  # usrmove
+  cd $pkgdir
+  mv usr/sbin usr/bin
+}

Copied: iproute2/repos/testing-i686/iproute2-fhs.patch (from rev 210246, 
iproute2/trunk/iproute2-fhs.patch)
===
--- testing-i686/iproute2-fhs.patch (rev 0)
+++ testing-i686/iproute2-fhs.patch 2014-04-12 19:28:01 UTC (rev 210247)
@@ -0,0 +1,75 @@
+diff -Naur iproute2-3.4.0/Makefile iproute2-3.4.0.new/Makefile
+--- iproute2-3.4.0/Makefile2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/Makefile2012-06-18 10:23:53.896760158 +0200
+@@ -1,7 +1,8 @@
+ ROOTDIR=$(DESTDIR)
+ PREFIX=/usr
+ LIBDIR=$(PREFIX)/lib
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
++SHAREDIR=/usr/share
+ CONFDIR=/etc/iproute2
+ DATADIR=$(PREFIX)/share
+ DOCDIR=$(DATADIR)/doc/iproute2
+diff -Naur iproute2-3.4.0/netem/Makefile iproute2-3.4.0.new/netem/Makefile
+--- iproute2-3.4.0/netem/Makefile  2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/netem/Makefile  2012-06-18 10:23:53.896760158 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i 

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

2014-04-12 Thread Bartłomiej Piotrowski
Date: Saturday, April 12, 2014 @ 21:38:05
  Author: bpiotrowski
Revision: 210248

upgpkg: libreoffice-i18n 4.2.3-1

- new upstream release
- kmr-Latn replaces ku; add sr-Latn
- add helppack to am

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  497 ++---
 1 file changed, 249 insertions(+), 248 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:28:01 UTC (rev 210247)
+++ PKGBUILD2014-04-12 19:38:05 UTC (rev 210248)
@@ -49,11 +49,11 @@
  'libreoffice-ka'
  'libreoffice-kk'
  'libreoffice-km'
+ 'libreoffice-kmr-Latn'
  'libreoffice-kn'
  'libreoffice-ko'
  'libreoffice-kok'
  'libreoffice-ks'
- #'libreoffice-ku'
  'libreoffice-lb'
  'libreoffice-lo'
  'libreoffice-lt'
@@ -84,7 +84,6 @@
  'libreoffice-sa-IN'
  'libreoffice-sat'
  'libreoffice-sd'
- #'libreoffice-sh'
  'libreoffice-si'
  'libreoffice-sid'
  'libreoffice-sk'
@@ -91,6 +90,7 @@
  'libreoffice-sl'
  'libreoffice-sq'
  'libreoffice-sr'
+ 'libreoffice-sr-Latn'
  'libreoffice-ss'
  'libreoffice-st'
  'libreoffice-sv'
@@ -112,8 +112,8 @@
  'libreoffice-zh-CN'
  'libreoffice-zh-TW'
  'libreoffice-zu')
-_rcver=4.2.2.1
-pkgver=4.2.2
+_rcver=4.2.3.3
+pkgver=4.2.3
 pkgrel=1
 
 _oodlver=${pkgver}
@@ -139,277 +139,280 @@
 #_url+=/rpm/x86
 
 source=(${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_af.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_am.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_am.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_ar.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_as.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_ast.tar.gz
+
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_ast.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_be.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_bg.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_bn-IN.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_bn.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_bo.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_bg.tar.gz
+
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_bn-IN.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_bn.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_bo.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_br.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_brx.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_bs.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_ca-valencia.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_ca.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_cs.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_bs.tar.gz
+
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_ca-valencia.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_ca.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_cs.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_cy.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_da.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_de.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_da.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_de.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_dgo.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_dz.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_el.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_en-GB.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_en-ZA.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_eo.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_es.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_et.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_eu.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{lang,help}pack_dz.tar.gz
+

[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2014-04-12 Thread Bartłomiej Piotrowski
Date: Saturday, April 12, 2014 @ 21:38:15
  Author: bpiotrowski
Revision: 210249

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 210248, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3257 ++---
 1 file changed, 1629 insertions(+), 1628 deletions(-)

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


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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 21:43:23
  Author: faidoc
Revision: 109284

upgpkg: cinnamon-session 2.2.0-1

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:18:32 UTC (rev 109283)
+++ PKGBUILD2014-04-12 19:43:23 UTC (rev 109284)
@@ -3,34 +3,24 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-session
-pkgver=2.0.6
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(cinnamon-desktop libsm upower)
+depends=(cinnamon-desktop libsm upower libcanberra)
 makedepends=(intltool mesa json-glib xtrans gnome-common)
 options=('!emptydirs')
 install=cinnamon-session.install
 url=https://github.com/linuxmint/cinnamon-session;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-cinnamon-session-upower.patch
-remove_sessionmigration.patch
 timeout.patch)
-sha256sums=('831a63f31bd5c0f5dcaee833d3e43e50e8c9d540cbe931e71b8e0f79ede14567'
-'349845122c14db73e20eef6f7e5fdadf7987ef9a8c72f14a7bbb249892333b1e'
-'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
+sha256sums=('b6ce4672a9b4fcd241c21a6b1921ff461e0c6e9fbeef4d4e9b1185785374ffae'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  # Port to upower 0.99
-  patch -Np1 -i ../cinnamon-session-upower.patch
-
-  # Do not try to execute session-migration script (it's specific to Ubuntu)
-  patch -Np1 -i ../remove_sessionmigration.patch
-
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 }



[arch-commits] Commit in cinnamon-session/trunk (2 files)

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 21:44:48
  Author: faidoc
Revision: 109285

upgpkg: cinnamon-session 2.2.0-1

Deleted:
  cinnamon-session/trunk/cinnamon-session-upower.patch
  cinnamon-session/trunk/remove_sessionmigration.patch

---+
 cinnamon-session-upower.patch |  168 
 remove_sessionmigration.patch |   18 
 2 files changed, 186 deletions(-)

Deleted: cinnamon-session-upower.patch
===
--- cinnamon-session-upower.patch   2014-04-12 19:43:23 UTC (rev 109284)
+++ cinnamon-session-upower.patch   2014-04-12 19:44:48 UTC (rev 109285)
@@ -1,168 +0,0 @@
-diff -up cinnamon-session-2.0.4/cinnamon-session/Makefile.am.upower_deprecated 
cinnamon-session-2.0.4/cinnamon-session/Makefile.am
 cinnamon-session-2.0.4/cinnamon-session/Makefile.am.upower_deprecated  
2013-10-31 08:35:04.0 -0500
-+++ cinnamon-session-2.0.4/cinnamon-session/Makefile.am2013-11-07 
18:41:56.552911583 -0600
-@@ -6,12 +6,13 @@ noinst_PROGRAMS =\
-   test-process-helper
- 
- AM_CPPFLAGS = \
--  $(CINNAMON_SESSION_CFLAGS)  \
-+  $(CINNAMON_SESSION_CFLAGS)  \
-+  $(UPOWER_CFLAGS)\
-   $(DISABLE_DEPRECATED_CFLAGS)
- 
- AM_CFLAGS = $(WARN_CFLAGS)
- 
--cinnamon_session_SOURCES =\
-+cinnamon_session_SOURCES =\
-   csm-app.h   \
-   csm-app.c   \
-   csm-autostart-app.h \
-@@ -28,8 +29,6 @@ cinnamon_session_SOURCES =   \
-   csm-marshal.c   \
-   csm-system.h\
-   csm-system.c\
--  csm-consolekit.c\
--  csm-consolekit.h\
-   csm-systemd.h   \
-   csm-systemd.c   \
-   csm-logout-dialog.h \
-@@ -63,6 +62,10 @@ cinnamon_session_SOURCES =  \
-   csm-xsmp-server.c   \
-   csm-xsmp-server.h
- 
-+if HAVE_OLD_UPOWER
-+cinnamon_session_SOURCES += csm-consolekit.c csm-consolekit.h
-+endif
-+
- cinnamon_session_CPPFLAGS =   \
-   $(AM_CPPFLAGS)  \
-   $(SM_CFLAGS)\
-@@ -86,7 +89,8 @@ cinnamon_session_LDADD = \
-   $(XRENDER_LIBS) \
-   $(XTEST_LIBS)   \
-   $(XEXT_LIBS)\
--  $(CINNAMON_SESSION_LIBS)\
-+  $(CINNAMON_SESSION_LIBS)\
-+  $(UPOWER_LIBS)  \
-   $(GCONF_LIBS)   \
-   $(SYSTEMD_LIBS) \
-   $(EXECINFO_LIBS)
-diff -up 
cinnamon-session-2.0.4/cinnamon-session/csm-logout-dialog.c.upower_deprecated 
cinnamon-session-2.0.4/cinnamon-session/csm-logout-dialog.c
 
cinnamon-session-2.0.4/cinnamon-session/csm-logout-dialog.c.upower_deprecated   
   2013-10-31 08:35:04.0 -0500
-+++ cinnamon-session-2.0.4/cinnamon-session/csm-logout-dialog.c
2013-11-07 18:41:56.553911565 -0600
-@@ -26,8 +26,10 @@
- 
- #include glib/gi18n.h
- #include gtk/gtk.h
-+#ifdef HAVE_OLD_UPOWER
- #define UPOWER_ENABLE_DEPRECATED 1
- #include upower.h
-+#endif
- 
- #include csm-logout-dialog.h
- #include csm-system.h
-@@ -47,7 +49,9 @@ struct _CsmLogoutDialogPrivate
- {
- CsmDialogLogoutType  type;
- 
-+#ifdef HAVE_OLD_UPOWER
- UpClient*up_client;
-+#endif
- CsmSystem   *system;
- 
- int  timeout;
-@@ -139,7 +143,9 @@ csm_logout_dialog_init (CsmLogoutDialog
- gtk_window_set_keep_above (GTK_WINDOW (logout_dialog), TRUE);
- gtk_window_stick (GTK_WINDOW (logout_dialog));
- 
-+#ifdef HAVE_OLD_UPOWER
- logout_dialog-priv-up_client = up_client_new ();
-+#endif
- 
- logout_dialog-priv-system = csm_get_system ();
- 
-@@ -163,10 +169,12 @@ csm_logout_dialog_destroy (CsmLogoutDial
- logout_dialog-priv-timeout_id = 0;
- }
- 
-+#ifdef HAVE_OLD_UPOWER 
- if (logout_dialog-priv-up_client) {
- g_object_unref (logout_dialog-priv-up_client);
- logout_dialog-priv-up_client = NULL;
- }
-+#endif
- 
- g_clear_object (logout_dialog-priv-system);
- 
-@@ -176,13 +184,21 @@ csm_logout_dialog_destroy (CsmLogoutDial
- static gboolean
- csm_logout_supports_system_suspend (CsmLogoutDialog *logout_dialog)
- {
--return ( csm_system_can_suspend (logout_dialog-priv-system) || 
up_client_get_can_suspend (logout_dialog-priv-up_client) );
-+#if defined(HAVE_SYSTEMD)
-+return 

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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 21:47:58
  Author: faidoc
Revision: 109286

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

Added:
  cinnamon-session/repos/community-testing-i686/PKGBUILD
(from rev 109285, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-testing-i686/cinnamon-session.install
(from rev 109285, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-testing-i686/timeout.patch
(from rev 109285, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-testing-x86_64/PKGBUILD
(from rev 109285, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-testing-x86_64/cinnamon-session.install
(from rev 109285, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-testing-x86_64/timeout.patch
(from rev 109285, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-testing-i686/PKGBUILD
  cinnamon-session/repos/community-testing-i686/cinnamon-session-upower.patch
  cinnamon-session/repos/community-testing-i686/cinnamon-session.install
  cinnamon-session/repos/community-testing-i686/remove_sessionmigration.patch
  cinnamon-session/repos/community-testing-i686/timeout.patch
  cinnamon-session/repos/community-testing-x86_64/PKGBUILD
  cinnamon-session/repos/community-testing-x86_64/cinnamon-session-upower.patch
  cinnamon-session/repos/community-testing-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-testing-x86_64/remove_sessionmigration.patch
  cinnamon-session/repos/community-testing-x86_64/timeout.patch

+
 /PKGBUILD  |   86 +++
 /cinnamon-session.install  |   24 ++
 /timeout.patch |   48 
 community-testing-i686/PKGBUILD|   53 
 community-testing-i686/cinnamon-session-upower.patch   |  168 ---
 community-testing-i686/cinnamon-session.install|   12 -
 community-testing-i686/remove_sessionmigration.patch   |   18 -
 community-testing-i686/timeout.patch   |   24 --
 community-testing-x86_64/PKGBUILD  |   53 
 community-testing-x86_64/cinnamon-session-upower.patch |  168 ---
 community-testing-x86_64/cinnamon-session.install  |   12 -
 community-testing-x86_64/remove_sessionmigration.patch |   18 -
 community-testing-x86_64/timeout.patch |   24 --
 13 files changed, 158 insertions(+), 550 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-04-12 19:44:48 UTC (rev 109285)
+++ community-testing-i686/PKGBUILD 2014-04-12 19:47:58 UTC (rev 109286)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.0.6
-pkgrel=3
-pkgdesc=The Cinnamon Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(cinnamon-desktop libsm upower)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url=https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-cinnamon-session-upower.patch
-remove_sessionmigration.patch
-timeout.patch)
-sha256sums=('831a63f31bd5c0f5dcaee833d3e43e50e8c9d540cbe931e71b8e0f79ede14567'
-'349845122c14db73e20eef6f7e5fdadf7987ef9a8c72f14a7bbb249892333b1e'
-'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Port to upower 0.99
-  patch -Np1 -i ../cinnamon-session-upower.patch
-
-  # Do not try to execute session-migration script (it's specific to Ubuntu)
-  patch -Np1 -i ../remove_sessionmigration.patch
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with 
gnome-session
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' \
-  $pkgdir/usr/share/applications/cinnamon-session-properties.desktop
-}

Copied: cinnamon-session/repos/community-testing-i686/PKGBUILD (from rev 
109285, cinnamon-session/trunk/PKGBUILD)
===
--- 

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

2014-04-12 Thread Balló György
Date: Saturday, April 12, 2014 @ 21:54:40
  Author: bgyorgy
Revision: 109287

Adopt package

Modified:
  pidgin-libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:47:58 UTC (rev 109286)
+++ PKGBUILD2014-04-12 19:54:40 UTC (rev 109287)
@@ -1,4 +1,6 @@
-# Maintainer: Daenyth Daenyth+Arch [at] gmail [dot] com
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
 # Contributor: Hugo Doria hugodo...@gmail.com
 # Contributor pidgin-libnotify: 3ED kas1...@o2.pl
 
@@ -6,14 +8,17 @@
 pkgver=0.14
 pkgrel=8
 arch=('i686' 'x86_64')
-pkgdesc=pidgin plugin that enables popups when someone logs in or messages 
you.
+pkgdesc=Pidgin plugin that enables popups when someone logs in or messages 
you
 url=http://gaim-libnotify.sourceforge.net/;
 license=('GPL')
 depends=('pidgin' 'libnotify')
 makedepends=('intltool')
 optdepends=('notification-daemon')
-source=(http://downloads.sourceforge.net/sourceforge/gaim-libnotify/$pkgname-$pkgver.tar.gz
 language_fixes.patch
-pidgin-libnotify-0.14-libnotify-0.7.patch 
pidgin-libnotify-showbutton.patch pidgin-libnotify-getfocus.patch)
+source=(http://downloads.sourceforge.net/gaim-libnotify/$pkgname-$pkgver.tar.gz
+language_fixes.patch
+pidgin-libnotify-0.14-libnotify-0.7.patch
+pidgin-libnotify-showbutton.patch
+pidgin-libnotify-getfocus.patch)
 md5sums=('bfb5368b69c02d429b2b17c00a6673c0'
  'e9bdbb3c7faa61f062fc64277457b6c0'
  '05538625f14d9f2c12adae5fa6a1fa26'
@@ -20,14 +25,17 @@
  'efe1e86aa1e0bc9f7d20efe7f34ad4a7'
  'e624998744d1c2fb8e2c6be94b04c38a')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   patch -Np1 -i $srcdir/language_fixes.patch
   patch -Np0 -i $srcdir/pidgin-libnotify-0.14-libnotify-0.7.patch
   patch -Np0 -i $srcdir/pidgin-libnotify-showbutton.patch
   patch -Np0 -i $srcdir/pidgin-libnotify-getfocus.patch
+}
 
-  ./configure --prefix=/usr --disable-deprecated  --disable-static
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-deprecated --disable-static
   make
 }
 



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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 23:13:54
  Author: faidoc
Revision: 109288

upgpkg: cinnamon 2.2.0-1

Modified:
  cinnamon/trunk/PKGBUILD
Deleted:
  cinnamon/trunk/cinnamon-gstreamer1.patch
  cinnamon/trunk/compile_fix.patch
  cinnamon/trunk/gtk3-lock-dialog.patch

---+
 PKGBUILD  |   23 --
 cinnamon-gstreamer1.patch |  282 -
 compile_fix.patch |   18 -
 gtk3-lock-dialog.patch|  418 
 4 files changed, 5 insertions(+), 736 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 19:54:40 UTC (rev 109287)
+++ PKGBUILD2014-04-12 21:13:54 UTC (rev 109288)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.0.14
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -16,30 +16,25 @@
  'gnome-menus' 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring'
  'librsvg' 'networkmanager' 'muffin' 'python2-dbus' 'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'libgnomekbd'
+ 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
  'network-manager-applet' 'nemo' 'polkit-gnome')
 makedepends=('gnome-common' 'intltool')
 options=('!emptydirs')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-compile_fix.patch
 upower_calender_fix.patch
 keyboard_applet.patch
 input_keybindings.patch
-cinnamon-gstreamer1.patch
-gtk3-lock-dialog.patch
 set_wheel.patch
 org.archlinux.pkexec.cinnamon-settings-users.policy)
-sha256sums=('447f65ceb22a40717656d3d708d16ad450802298d783b23004b6e8d3c8d7da85'
-'5cfd312242664bfbff8f3fdf003619004dd28c03de965ac9c59e6c44a97f7ff8'
+sha256sums=('d78f7140fb82c46a85309dba8b231871b0dedf20f57816ee2bdf3053636fe464'
 'babfe88a3773f5369b05c7b61d0318cf969b482b9e0c3f281afaf488b0051e53'
 '6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3'
 'e28c40eb844105154fa6106f5b4de3151a22805b3a7b2f84be9ea6c15cec3de6'
-'2e10ba71fd9ba40afd7e9492b2fc0d5bcc27874bcde543cfd8a47ad20c52354a'
-'e10dd01201b9274b45a6c94319d4eb1e9ff800e63f10a3d5e42fc9f3a87e337c'
 'd5d5634b24e56837cb677e62669450c25f79005ed1388584760a131f461180ec'
 '371beac9e55d36f7629d2fc5cb40d6a3e6c0f4aac014f6fefdcd6743b5194b23')
 
+
 prepare() {
   cd ${srcdir}/Cinnamon*
 
@@ -47,8 +42,6 @@
   sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-  # Fix build
-  patch -Np1 -i ../compile_fix.patch
 
   # Fix calendar applet with upower 0.99
   patch -Np1 -i ../upower_calender_fix.patch
@@ -59,12 +52,6 @@
   # Add input keybindings
   patch -Np1 -i ../input_keybindings.patch
 
-  # Port to GStreamer 1.0. Also backports some recorder bugfixes
-  patch -Np1 -i ../cinnamon-gstreamer1.patch
-
-  # Port Lock screen dialog to GTK+ 3
-  patch -Np1 -i ../gtk3-lock-dialog.patch
-
   # Use wheel group instread of sudo
   patch -Np1 -i ../set_wheel.patch
 

Deleted: cinnamon-gstreamer1.patch
===
--- cinnamon-gstreamer1.patch   2014-04-12 19:54:40 UTC (rev 109287)
+++ cinnamon-gstreamer1.patch   2014-04-12 21:13:54 UTC (rev 109288)
@@ -1,282 +0,0 @@
-diff -ruN a/configure.ac b/configure.ac
 a/configure.ac 2013-10-16 15:10:22.237511846 +
-+++ b/configure.ac 2013-10-16 15:00:45.501321091 +
-@@ -44,15 +44,15 @@
- 
- # We need at least this, since gst_plugin_register_static() was added
- # in 0.10.16, but nothing older than 0.10.21 has been tested.
--GSTREAMER_MIN_VERSION=0.10.16
-+GSTREAMER_MIN_VERSION=0.11.92
- 
- recorder_modules=
- build_recorder=false
- AC_MSG_CHECKING([for GStreamer (needed for recording functionality)])
--if $PKG_CONFIG --exists gstreamer-0.10 '=' $GSTREAMER_MIN_VERSION ; then
-+if $PKG_CONFIG --exists gstreamer-1.0 '=' $GSTREAMER_MIN_VERSION ; then
-AC_MSG_RESULT(yes)
-build_recorder=true
--   recorder_modules=gstreamer-0.10 gstreamer-base-0.10 x11
-+   recorder_modules=gstreamer-1.0 gstreamer-base-1.0 x11
-PKG_CHECK_MODULES(TEST_CINNAMON_RECORDER, $recorder_modules clutter-1.0 
xfixes)
- else
-AC_MSG_RESULT(no)
-diff -ruN a/src/cinnamon-recorder.c b/src/cinnamon-recorder.c
 a/src/cinnamon-recorder.c  2013-10-16 15:10:22.344177808 +
-+++ b/src/cinnamon-recorder.c  2013-10-16 15:26:42.801040167 +
-@@ -8,6 +8,7 @@
- #include string.h
- #include unistd.h
- 
-+#define 

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

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 23:16:16
  Author: faidoc
Revision: 109289

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

Added:
  cinnamon/repos/community-testing-i686/PKGBUILD
(from rev 109288, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-i686/cinnamon.install
(from rev 109288, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-i686/input_keybindings.patch
(from rev 109288, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-testing-i686/keyboard_applet.patch
(from rev 109288, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-testing-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 109288, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-testing-i686/set_wheel.patch
(from rev 109288, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-testing-i686/upower_calender_fix.patch
(from rev 109288, cinnamon/trunk/upower_calender_fix.patch)
  cinnamon/repos/community-testing-x86_64/PKGBUILD
(from rev 109288, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-x86_64/cinnamon.install
(from rev 109288, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-x86_64/input_keybindings.patch
(from rev 109288, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-testing-x86_64/keyboard_applet.patch
(from rev 109288, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-testing-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 109288, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-testing-x86_64/set_wheel.patch
(from rev 109288, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-testing-x86_64/upower_calender_fix.patch
(from rev 109288, cinnamon/trunk/upower_calender_fix.patch)
Deleted:
  cinnamon/repos/community-testing-i686/PKGBUILD
  cinnamon/repos/community-testing-i686/cinnamon-gstreamer1.patch
  cinnamon/repos/community-testing-i686/cinnamon.install
  cinnamon/repos/community-testing-i686/compile_fix.patch
  cinnamon/repos/community-testing-i686/gtk3-lock-dialog.patch
  cinnamon/repos/community-testing-i686/input_keybindings.patch
  cinnamon/repos/community-testing-i686/keyboard_applet.patch
  
cinnamon/repos/community-testing-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-testing-i686/set_wheel.patch
  cinnamon/repos/community-testing-i686/upower_calender_fix.patch
  cinnamon/repos/community-testing-x86_64/PKGBUILD
  cinnamon/repos/community-testing-x86_64/cinnamon-gstreamer1.patch
  cinnamon/repos/community-testing-x86_64/cinnamon.install
  cinnamon/repos/community-testing-x86_64/compile_fix.patch
  cinnamon/repos/community-testing-x86_64/gtk3-lock-dialog.patch
  cinnamon/repos/community-testing-x86_64/input_keybindings.patch
  cinnamon/repos/community-testing-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-testing-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-testing-x86_64/set_wheel.patch
  cinnamon/repos/community-testing-x86_64/upower_calender_fix.patch

+
 /PKGBUILD  |  198 +
 /cinnamon.install  |   22 +
 /input_keybindings.patch   |   22 +
 /keyboard_applet.patch |  266 
 /set_wheel.patch   |   28 +
 /upower_calender_fix.patch |   44 ++
 community-testing-i686/PKGBUILD|  112 -
 community-testing-i686/cinnamon-gstreamer1.patch   |  282 
 community-testing-i686/cinnamon.install|   11 
 community-testing-i686/compile_fix.patch   |   18 
 community-testing-i686/gtk3-lock-dialog.patch  |  418 ---
 community-testing-i686/input_keybindings.patch |   11 
 community-testing-i686/keyboard_applet.patch   |  133 --
 community-testing-i686/set_wheel.patch |   14 
 community-testing-i686/upower_calender_fix.patch   |   22 -
 community-testing-x86_64/PKGBUILD  |  112 -
 community-testing-x86_64/cinnamon-gstreamer1.patch |  282 
 community-testing-x86_64/cinnamon.install  |   11 
 community-testing-x86_64/compile_fix.patch |   18 
 community-testing-x86_64/gtk3-lock-dialog.patch|  418 ---
 community-testing-x86_64/input_keybindings.patch   |   11 
 community-testing-x86_64/keyboard_applet.patch |  133 --
 community-testing-x86_64/set_wheel.patch   |   14 
 community-testing-x86_64/upower_calender_fix.patch |   22 -
 24 files changed, 580 insertions(+), 2042 deletions(-)

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


[arch-commits] Commit in (4 files)

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 23:32:58
  Author: faidoc
Revision: 109290

python2-polib makedepends on nemo

Added:
  python2-polib/
  python2-polib/repos/
  python2-polib/trunk/
  python2-polib/trunk/PKGBUILD

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

Added: python2-polib/trunk/PKGBUILD
===
--- python2-polib/trunk/PKGBUILD(rev 0)
+++ python2-polib/trunk/PKGBUILD2014-04-12 21:32:58 UTC (rev 109290)
@@ -0,0 +1,26 @@
+# Contributor: Esteban V. Carnevale alfpla...@mailoo.com
+
+pkgname=python2-polib
+_pkgname='polib'
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='A library to manipulate gettext files'
+url='http://polib.readthedocs.org/en/latest/index.html'
+arch=('any')
+license=('MIT')
+depends=('python2')
+
+source=(https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz;)
+sha256sums=('7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff')
+
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in python2-polib/repos (2 files)

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 23:34:52
  Author: faidoc
Revision: 109291

archrelease: copy trunk to community-testing-any

Added:
  python2-polib/repos/community-testing-any/
  python2-polib/repos/community-testing-any/PKGBUILD
(from rev 109290, python2-polib/trunk/PKGBUILD)

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

Copied: python2-polib/repos/community-testing-any/PKGBUILD (from rev 109290, 
python2-polib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-04-12 21:34:52 UTC (rev 109291)
@@ -0,0 +1,26 @@
+# Contributor: Esteban V. Carnevale alfpla...@mailoo.com
+
+pkgname=python2-polib
+_pkgname='polib'
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='A library to manipulate gettext files'
+url='http://polib.readthedocs.org/en/latest/index.html'
+arch=('any')
+license=('MIT')
+depends=('python2')
+
+source=(https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz;)
+sha256sums=('7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff')
+
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-04-12 Thread Lukas Fleischer
Date: Saturday, April 12, 2014 @ 23:38:53
  Author: lfleischer
Revision: 109292

upgpkg: redshift 1.9-1

Upstream update.

Modified:
  redshift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 21:34:52 UTC (rev 109291)
+++ PKGBUILD2014-04-12 21:38:53 UTC (rev 109292)
@@ -5,7 +5,7 @@
 # Contributor: Biginoz biginoz a free dot fr
 
 pkgname=redshift
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
 arch=('i686' 'x86_64')
@@ -13,22 +13,17 @@
 license=('GPL3')
 depends=('gconf' 'geoclue' 'libxxf86vm')
 optdepends=('pygtk: for gtk-redshift'
-'python2-xdg: for gtk-redshift'
+'python-xdg: for gtk-redshift'
 'librsvg: for gtk-redshift')
-makedepends=('python2')
+makedepends=('python')
 install='redshift.install'
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a05c34bc7b8fbb4f5d546a0b5cca5d6f')
+source=(https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9640218cd9ba88f6d10b347b2277c415')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/python/python2/' src/redshift-gtk/redshift-gtk
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  PYTHON=/usr/bin/python ./configure --prefix=/usr
   make
 }
 



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

2014-04-12 Thread Lukas Fleischer
Date: Saturday, April 12, 2014 @ 23:39:07
  Author: lfleischer
Revision: 109293

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

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

---+
 /PKGBUILD |   66 
 /redshift.install |   22 
 community-i686/PKGBUILD   |   38 
 community-i686/redshift.install   |   11 --
 community-x86_64/PKGBUILD |   38 
 community-x86_64/redshift.install |   11 --
 6 files changed, 88 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-12 21:38:53 UTC (rev 109292)
+++ community-i686/PKGBUILD 2014-04-12 21:39:07 UTC (rev 109293)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Geoffrey Teale tealeg@stop-squark
-# Contributor: Mark, Huo Mian markhuomian[at]gmail[dot]com
-# Contributor: Biginoz biginoz a free dot fr
-
-pkgname=redshift
-pkgver=1.8
-pkgrel=1
-pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
-arch=('i686' 'x86_64')
-url='http://jonls.dk/redshift/'
-license=('GPL3')
-depends=('gconf' 'geoclue' 'libxxf86vm')
-optdepends=('pygtk: for gtk-redshift'
-'python2-xdg: for gtk-redshift'
-'librsvg: for gtk-redshift')
-makedepends=('python2')
-install='redshift.install'
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a05c34bc7b8fbb4f5d546a0b5cca5d6f')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/python/python2/' src/redshift-gtk/redshift-gtk
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: redshift/repos/community-i686/PKGBUILD (from rev 109292, 
redshift/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 21:39:07 UTC (rev 109293)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Geoffrey Teale tealeg@stop-squark
+# Contributor: Mark, Huo Mian markhuomian[at]gmail[dot]com
+# Contributor: Biginoz biginoz a free dot fr
+
+pkgname=redshift
+pkgver=1.9
+pkgrel=1
+pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
+arch=('i686' 'x86_64')
+url='http://jonls.dk/redshift/'
+license=('GPL3')
+depends=('gconf' 'geoclue' 'libxxf86vm')
+optdepends=('pygtk: for gtk-redshift'
+'python-xdg: for gtk-redshift'
+'librsvg: for gtk-redshift')
+makedepends=('python')
+install='redshift.install'
+source=(https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9640218cd9ba88f6d10b347b2277c415')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  PYTHON=/usr/bin/python ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/redshift.install
===
--- community-i686/redshift.install 2014-04-12 21:38:53 UTC (rev 109292)
+++ community-i686/redshift.install 2014-04-12 21:39:07 UTC (rev 109293)
@@ -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: redshift/repos/community-i686/redshift.install (from rev 109292, 
redshift/trunk/redshift.install)
===
--- community-i686/redshift.install (rev 0)
+++ community-i686/redshift.install 2014-04-12 21:39:07 UTC (rev 109293)
@@ -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   2014-04-12 21:38:53 UTC (rev 109292)
+++ 

[arch-commits] Commit in (4 files)

2014-04-12 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 01:25:00
  Author: lfleischer
Revision: 109294

Add python-magic

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

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

Added: python-magic/trunk/PKGBUILD
===
--- python-magic/trunk/PKGBUILD (rev 0)
+++ python-magic/trunk/PKGBUILD 2014-04-12 23:25:00 UTC (rev 109294)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.18
+pkgrel=1
+pkgdesc=Python bindings to the magic library
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=(ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+md5sums=('d420d8f2990cd344673acfbf8d76ff5a')
+
+package_python-magic() {
+  depends=('python')
+
+  cd ${srcdir}/file-${pkgver}/python
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd ${srcdir}/file-${pkgver}/python
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2014-04-12 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 01:25:59
  Author: lfleischer
Revision: 109295

archrelease: copy trunk to community-any

Added:
  python-magic/repos/community-any/
  python-magic/repos/community-any/PKGBUILD
(from rev 109294, python-magic/trunk/PKGBUILD)

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

Copied: python-magic/repos/community-any/PKGBUILD (from rev 109294, 
python-magic/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-04-12 23:25:59 UTC (rev 109295)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.18
+pkgrel=1
+pkgdesc=Python bindings to the magic library
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=(ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+md5sums=('d420d8f2990cd344673acfbf8d76ff5a')
+
+package_python-magic() {
+  depends=('python')
+
+  cd ${srcdir}/file-${pkgver}/python
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd ${srcdir}/file-${pkgver}/python
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in (4 files)

2014-04-12 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 01:38:30
  Author: lfleischer
Revision: 109296

Add python-pygpgme

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

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

Added: python-pygpgme/trunk/PKGBUILD
===
--- python-pygpgme/trunk/PKGBUILD   (rev 0)
+++ python-pygpgme/trunk/PKGBUILD   2014-04-12 23:38:30 UTC (rev 109296)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgbase=python-pygpgme
+pkgname=(python-pygpgme python2-pygpgme)
+pkgver=0.3
+pkgrel=2
+pkgdesc=A Python interface to the gpgme GnuPG library
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pygpgme'
+makedepends=('python' 'python2')
+license=('LGPL')
+source=(https://launchpad.net/pygpgme/trunk/${pkgver}/+download/pygpgme-${pkgver}.tar.gz;)
+md5sums=('d38355af73f0352cde3d410b25f34fd0')
+
+package_python-pygpgme() {
+  depends=('python' 'gpgme')
+
+  cd ${srcdir}/pygpgme-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-pygpgme() {
+  depends=('python2' 'gpgme')
+
+  cd ${srcdir}/pygpgme-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}



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

2014-04-12 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 01:40:15
  Author: lfleischer
Revision: 109297

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

Added:
  python-pygpgme/repos/community-i686/
  python-pygpgme/repos/community-i686/PKGBUILD
(from rev 109296, python-pygpgme/trunk/PKGBUILD)
  python-pygpgme/repos/community-x86_64/
  python-pygpgme/repos/community-x86_64/PKGBUILD
(from rev 109296, python-pygpgme/trunk/PKGBUILD)

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

Copied: python-pygpgme/repos/community-i686/PKGBUILD (from rev 109296, 
python-pygpgme/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-12 23:40:15 UTC (rev 109297)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgbase=python-pygpgme
+pkgname=(python-pygpgme python2-pygpgme)
+pkgver=0.3
+pkgrel=2
+pkgdesc=A Python interface to the gpgme GnuPG library
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pygpgme'
+makedepends=('python' 'python2')
+license=('LGPL')
+source=(https://launchpad.net/pygpgme/trunk/${pkgver}/+download/pygpgme-${pkgver}.tar.gz;)
+md5sums=('d38355af73f0352cde3d410b25f34fd0')
+
+package_python-pygpgme() {
+  depends=('python' 'gpgme')
+
+  cd ${srcdir}/pygpgme-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-pygpgme() {
+  depends=('python2' 'gpgme')
+
+  cd ${srcdir}/pygpgme-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Copied: python-pygpgme/repos/community-x86_64/PKGBUILD (from rev 109296, 
python-pygpgme/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-12 23:40:15 UTC (rev 109297)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgbase=python-pygpgme
+pkgname=(python-pygpgme python2-pygpgme)
+pkgver=0.3
+pkgrel=2
+pkgdesc=A Python interface to the gpgme GnuPG library
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pygpgme'
+makedepends=('python' 'python2')
+license=('LGPL')
+source=(https://launchpad.net/pygpgme/trunk/${pkgver}/+download/pygpgme-${pkgver}.tar.gz;)
+md5sums=('d38355af73f0352cde3d410b25f34fd0')
+
+package_python-pygpgme() {
+  depends=('python' 'gpgme')
+
+  cd ${srcdir}/pygpgme-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-pygpgme() {
+  depends=('python2' 'gpgme')
+
+  cd ${srcdir}/pygpgme-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}



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

2014-04-12 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 01:43:08
  Author: lfleischer
Revision: 109298

upgpkg: python-magic 5.18-2

pkgrel bump.

Modified:
  python-magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 23:40:15 UTC (rev 109297)
+++ PKGBUILD2014-04-12 23:43:08 UTC (rev 109298)
@@ -3,7 +3,7 @@
 pkgbase=python-magic
 pkgname=(python-magic python2-magic)
 pkgver=5.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Python bindings to the magic library
 arch=('any')
 url='http://darwinsys.com/file/'



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

2014-04-12 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 01:43:23
  Author: lfleischer
Revision: 109299

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-12 23:43:08 UTC (rev 109298)
+++ PKGBUILD2014-04-12 23:43:23 UTC (rev 109299)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.18
-pkgrel=1
-pkgdesc=Python bindings to the magic library
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=(ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-md5sums=('d420d8f2990cd344673acfbf8d76ff5a')
-
-package_python-magic() {
-  depends=('python')
-
-  cd ${srcdir}/file-${pkgver}/python
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd ${srcdir}/file-${pkgver}/python
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 109298, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-12 23:43:23 UTC (rev 109299)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.18
+pkgrel=2
+pkgdesc=Python bindings to the magic library
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=(ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+md5sums=('d420d8f2990cd344673acfbf8d76ff5a')
+
+package_python-magic() {
+  depends=('python')
+
+  cd ${srcdir}/file-${pkgver}/python
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd ${srcdir}/file-${pkgver}/python
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm0644 ${srcdir}/file-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in libnatpmp/trunk (PKGBUILD fix_header_issue.diff)

2014-04-12 Thread Anatol Pomozov
Date: Sunday, April 13, 2014 @ 01:45:29
  Author: anatolik
Revision: 109300

upgpkg: libnatpmp 20140401-2

Added:
  libnatpmp/trunk/fix_header_issue.diff
Modified:
  libnatpmp/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +++---
 fix_header_issue.diff |   59 
 2 files changed, 68 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 23:43:23 UTC (rev 109299)
+++ PKGBUILD2014-04-12 23:45:29 UTC (rev 109300)
@@ -6,17 +6,22 @@
 
 pkgname=libnatpmp
 pkgver=20140401
-pkgrel=1
+pkgrel=2
 pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
 arch=(i686 x86_64)
 url='http://miniupnp.free.fr/libnatpmp.html'
 license=(BSD)
 depends=(glibc)
-source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
-sha1sums=('e9511edecb9a75dbe8c9ed39c0469a18dc7e950b')
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz
+fix_header_issue.diff)
+sha1sums=('e9511edecb9a75dbe8c9ed39c0469a18dc7e950b'
+  '58baa3fe61edfc117ae92452fbc8176d095bd7d2')
 
 prepare() {
-  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
+  cd $pkgname-$pkgver
+  sed -e 's/CFLAGS = /CFLAGS += /' -i Makefile
+  # The patch comes from upstream 
https://github.com/miniupnp/libnatpmp/commit/f376ab72bc4de0b45f4e10c9b287b7ffe2a1fcd1
+  patch -p1  $srcdir/fix_header_issue.diff 
 }
 
 build() {

Added: fix_header_issue.diff
===
--- fix_header_issue.diff   (rev 0)
+++ fix_header_issue.diff   2014-04-12 23:45:29 UTC (rev 109300)
@@ -0,0 +1,59 @@
+commit f376ab72bc4de0b45f4e10c9b287b7ffe2a1fcd1
+Author: Thomas Bernard miniu...@free.fr
+Date:   Thu Apr 10 23:09:44 2014 +0200
+
+remove declspec.h problems. still has to be fixed definitely
+
+diff --git a/getgateway.h b/getgateway.h
+index d868f80..b3e17c6 100644
+--- a/getgateway.h
 b/getgateway.h
+@@ -1,6 +1,6 @@
+ /* $Id: getgateway.h,v 1.7 2013/09/10 20:09:04 nanard Exp $ */
+ /* libnatpmp
+-Copyright (c) 2007-2013, Thomas BERNARD
++Copyright (c) 2007-2014, Thomas BERNARD
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+@@ -38,12 +38,12 @@ typedef unsigned short uint16_t;
+ #endif
+ #define in_addr_t uint32_t
+ #endif
+-#include declspec.h
++/* #include declspec.h */
+ 
+ /* getdefaultgateway() :
+  * return value :
+  *0 : success
+  *   -1 : failure*/
+-LIBSPEC int getdefaultgateway(in_addr_t * addr);
++/* LIBSPEC */int getdefaultgateway(in_addr_t * addr);
+ 
+ #endif
+diff --git a/natpmp.h b/natpmp.h
+index 62d113f..2399afb 100644
+--- a/natpmp.h
 b/natpmp.h
+@@ -1,6 +1,6 @@
+ /* $Id: natpmp.h,v 1.19 2014/04/01 09:39:29 nanard Exp $ */
+ /* libnatpmp
+-Copyright (c) 2007-2013, Thomas BERNARD
++Copyright (c) 2007-2014, Thomas BERNARD
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+@@ -48,10 +48,12 @@ typedef unsigned short uint16_t;
+ #define in_addr_t uint32_t
+ #include declspec.h
+ #else /* WIN32 */
++#define LIBSPEC
+ #include netinet/in.h
+ #endif/* WIN32 */
+ 
+-#include declspec.h
++/* causes problem when installing. Maybe should it be inlined ? */
++/* #include declspec.h */
+ 
+ typedef struct {
+   int s;  /* socket */



  1   2   >