[arch-commits] Commit in subversion/repos (18 files)

2015-03-31 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 08:33:53
  Author: fyan
Revision: 235315

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

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 235314, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/fix_ruby22_tests.patch
(from rev 235314, subversion/trunk/fix_ruby22_tests.patch)
  subversion/repos/testing-i686/subversion.install
(from rev 235314, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 235314, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 235314, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 235314, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 235314, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 235314, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 235314, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/fix_ruby22_tests.patch
(from rev 235314, subversion/trunk/fix_ruby22_tests.patch)
  subversion/repos/testing-x86_64/subversion.install
(from rev 235314, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 235314, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 235314, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 235314, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 235314, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 235314, subversion/trunk/svnserve.tmpfiles)

---+
 testing-i686/PKGBUILD |  107 +
 testing-i686/fix_ruby22_tests.patch   |  174 
 testing-i686/subversion.install   |7 +
 testing-i686/subversion.rpath.fix.patch   |   10 +
 testing-i686/svn  |   11 +
 testing-i686/svnserve.conf|5 
 testing-i686/svnserve.service |   11 +
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |  107 +
 testing-x86_64/fix_ruby22_tests.patch |  174 
 testing-x86_64/subversion.install |7 +
 testing-x86_64/subversion.rpath.fix.patch |   10 +
 testing-x86_64/svn|   11 +
 testing-x86_64/svnserve.conf  |5 
 testing-x86_64/svnserve.service   |   11 +
 testing-x86_64/svnserve.tmpfiles  |1 
 16 files changed, 652 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 235314, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-01 06:33:53 UTC (rev 235315)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.8.13
+pkgrel=1
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('i686' 'x86_64')
+url="http://subversion.apache.org/";
+license=('APACHE')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdebase-runtime: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+install=${pkgname}.install
+source=(http://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch
+fix_ruby22_tests.patch)
+md5sums=('4413417b529d7bdf82f74e50df02e88b'
+ 'SKIP'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'af1dd703cc28e61d2e2a132ce3eec37a'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ '733011145b8a8e74baf4c9fc9197b3e8'
+ '6b4340ba9d8845cd8497e013ae01be3f'
+ 'e5a59f43af24c103477e09bc1120831d')
+validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
+  '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973')  # Ben Reser / 
Stefan Sperling
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+ 

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

2015-03-31 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 08:32:53
  Author: fyan
Revision: 235314

upgpkg: subversion 1.8.13-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 22:52:56 UTC (rev 235313)
+++ PKGBUILD2015-04-01 06:32:53 UTC (rev 235314)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.8.11
-pkgrel=2
+pkgver=1.8.13
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/";
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('766a89388f8eb76166672d3b9e49'
+md5sums=('4413417b529d7bdf82f74e50df02e88b'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
@@ -40,7 +40,8 @@
  '733011145b8a8e74baf4c9fc9197b3e8'
  '6b4340ba9d8845cd8497e013ae01be3f'
  'e5a59f43af24c103477e09bc1120831d')
-validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01')  # Ben Reser
+validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
+  '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973')  # Ben Reser / 
Stefan Sperling
 
 prepare() {
cd ${pkgname}-${pkgver}


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-03-31 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 04:51:16
  Author: fyan
Revision: 130458

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 130457, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 130457, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 130457, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 130457, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 130457, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 130457, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-04-01 02:50:40 UTC (rev 130457)
+++ LICENSE 2015-04-01 02:51:16 UTC (rev 130458)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 130457, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-04-01 02:51:16 UTC (rev 130458)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 02:50:40 UTC (rev 130457)
+++ PKGBUILD2015-04-01 02:51:16 UTC (rev 130458)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.606
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war";
-# Rename to

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

2015-03-31 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 04:50:40
  Author: fyan
Revision: 130457

upgpkg: jenkins 1.607-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 01:49:49 UTC (rev 130456)
+++ PKGBUILD2015-04-01 02:50:40 UTC (rev 130457)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.606
+pkgver=1.607
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('c742ee5c4c3bdd37a12a7e5f78575171cd88e98d72b0f9f6e8b71f7375c8f61fdee57fba366e6b6b2a17492019f0af8a9e10688b47ed5fdff36573c89ca3762c'
+sha512sums=('8313568bf5acb5cd4816a78ac516913d02c95a628d1eb88b1331a62e08b3083d5086991f0b0da1bd56cf61e1240b95e23833b673f3d4491666134a0183fb3bc9'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


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

2015-03-31 Thread Alexandre Filgueira
Date: Wednesday, April 1, 2015 @ 03:49:49
  Author: faidoc
Revision: 130456

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 01:48:43 UTC (rev 130455)
+++ community-i686/PKGBUILD 2015-04-01 01:49:49 UTC (rev 130456)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs";
-license=(GPL)
-depends=(cairo gobject-introspection js dbus-glib)
-makedepends=(gnome-common python2)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
-sha256sums=('e1def70d518e2a333c5bb2d480d2a5539efcbb6781d81ade08c2982818e2c47b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-
-  ./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-i686/PKGBUILD (from rev 130455, cjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 01:49:49 UTC (rev 130456)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs";
+license=(GPL)
+depends=(cairo gobject-introspection js dbus-glib)
+makedepends=(gnome-common python2)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
+sha256sums=('1310a2bfdebd6a50a09718abf3627daab097233781757509121257445e0423e3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+
+  ./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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-01 01:48:43 UTC (rev 130455)
+++ community-x86_64/PKGBUILD   2015-04-01 01:49:49 UTC (rev 130456)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs";
-license=(GPL)
-depends=(cairo gobject-introspection js dbus-glib)
-makedepends=(gnome-common python2)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
-sha256sums=('e1def70d518e2a333c5bb2d480d2a5539efcbb6781d81ade08c2982818e2c47b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-
-  ./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-x86_64/PKGBUILD (from rev 130455, 
cjs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-01 01:49:49 UTC (rev 130456)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs";
+license=(GPL)
+depends=(cairo gobject-introspection js dbus-glib)
+makedepends=(gnome-common python2)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
+sha256sums=('1310a2bfdebd6a50a09718abf3627daab097233781757509121257445e0423e3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed 

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

2015-03-31 Thread Alexandre Filgueira
Date: Wednesday, April 1, 2015 @ 03:48:43
  Author: faidoc
Revision: 130455

upgpkg: cjs 2.4.2-1

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 01:41:02 UTC (rev 130454)
+++ PKGBUILD2015-04-01 01:48:43 UTC (rev 130455)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js dbus-glib)
 makedepends=(gnome-common python2)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
-sha256sums=('e1def70d518e2a333c5bb2d480d2a5539efcbb6781d81ade08c2982818e2c47b')
+sha256sums=('1310a2bfdebd6a50a09718abf3627daab097233781757509121257445e0423e3')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-31 Thread Alexandre Filgueira
Date: Wednesday, April 1, 2015 @ 03:41:02
  Author: faidoc
Revision: 130454

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

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

-+
 /PKGBUILD   |   90 ++
 /muffin.install |   20 
 community-i686/PKGBUILD |   45 ---
 community-i686/muffin.install   |   10 
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/muffin.install |   10 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 01:26:28 UTC (rev 130453)
+++ community-i686/PKGBUILD 2015-04-01 01:41:02 UTC (rev 130454)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.4.4
-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' 
'libsm'
- '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";)
-sha256sums=('027641f3bc12a5770f063ffbf9ff0a4797768d256449941ae0be779700b90805')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-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
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 130453, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 01:41:02 UTC (rev 130454)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.4.5
+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' 
'libsm'
+ '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";)
+sha256sums=('b38d62cb0d4ec9e213cc41501bda0d4712eebab7cd4fbc5ca0bdf8b5e74f83f7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+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
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2015-04-01 01:26:28 UTC (rev 130453)
+++ community-i686/muffin.install   2015-04-01 01:41:02 UTC (rev 130454)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_ins

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

2015-03-31 Thread Alexandre Filgueira
Date: Wednesday, April 1, 2015 @ 03:26:28
  Author: faidoc
Revision: 130453

upgpkg: muffin 2.4.5-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 01:08:32 UTC (rev 130452)
+++ PKGBUILD2015-04-01 01:26:28 UTC (rev 130453)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexandre Filgueira 
+# Maintainer: Alexandre Filgueira 
 # Contributor: Adam Hani Schakaki 
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('027641f3bc12a5770f063ffbf9ff0a4797768d256449941ae0be779700b90805')
+sha256sums=('b38d62cb0d4ec9e213cc41501bda0d4712eebab7cd4fbc5ca0bdf8b5e74f83f7')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-03-31 Thread Alexandre Filgueira
Date: Wednesday, April 1, 2015 @ 03:08:32
  Author: faidoc
Revision: 130452

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 130451, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 01:07:51 UTC (rev 130451)
+++ PKGBUILD2015-04-01 01:08:32 UTC (rev 130452)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('258bd92ebd28aa29152b0dedc98e0d349b888b1e4a4ae890c28d27204478861a')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  
-  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
-  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 130451, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 01:08:32 UTC (rev 130452)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('7e6f14dc98be622874ac5a50b45191a2147dda145bcd0f6f52ef56df0762c202')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}


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

2015-03-31 Thread Alexandre Filgueira
Date: Wednesday, April 1, 2015 @ 03:07:51
  Author: faidoc
Revision: 130451

upgpkg: cinnamon-translations 2.4.4-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 22:48:26 UTC (rev 130450)
+++ PKGBUILD2015-04-01 01:07:51 UTC (rev 130451)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="http://cinnamon.linuxmint.com/";
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('258bd92ebd28aa29152b0dedc98e0d349b888b1e4a4ae890c28d27204478861a')
+sha256sums=('7e6f14dc98be622874ac5a50b45191a2147dda145bcd0f6f52ef56df0762c202')
 
 build() {
cd ${pkgname}-${pkgver}


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

2015-03-31 Thread Dan McGee
Date: Wednesday, April 1, 2015 @ 00:52:56
  Author: dan
Revision: 235313

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 235312, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 235312, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 235312, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 235312, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 235312, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 235312, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 235312, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 235312, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-31 22:52:43 UTC (rev 235312)
+++ extra-i686/PKGBUILD 2015-03-31 22:52:56 UTC (rev 235313)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.3.4
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
-git-daemon@.service
-git-daemon.socket)
-md5sums=('eab424a66d52447eecc3fc688967ec03'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR="$pkgdir" install
-  # gnome credentials h

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

2015-03-31 Thread Dan McGee
Date: Wednesday, April 1, 2015 @ 00:52:43
  Author: dan
Revision: 235312

upgpkg: git 2.3.5-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 19:09:30 UTC (rev 235311)
+++ PKGBUILD2015-03-31 22:52:43 UTC (rev 235312)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -26,7 +26,7 @@
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
 git-daemon@.service
 git-daemon.socket)
-md5sums=('eab424a66d52447eecc3fc688967ec03'
+md5sums=('be8c0bbb0c5ee6ab7cdcffd2c9375fe6'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')
 


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

2015-03-31 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 00:48:26
  Author: svenstaro
Revision: 130450

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

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

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

Copied: megaglest/repos/community-staging-i686/PKGBUILD (from rev 130449, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 22:48:26 UTC (rev 130450)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Larry Hajali 
+
+pkgname=megaglest
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/";
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}";)
+md5sums=('SKIP')
+
+build() {
+  cd megaglest-source
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-lX11" \
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
+-DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
+  make VERBOSE=1
+}
+
+package() {
+  cd megaglest-source/build
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-staging-x86_64/PKGBUILD (from rev 130449, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-31 22:48:26 UTC (rev 130450)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Larry Hajali 
+
+pkgname=megaglest
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/";
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}";)
+md5sums=('SKIP')
+
+build() {
+  cd megaglest-source
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-lX11" \
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
+-DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
+  make VERBOSE=1
+}
+
+package() {
+  cd megaglest-source/build
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: sw=2:ts=2 et:


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

2015-03-31 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 00:48:21
  Author: svenstaro
Revision: 130449

upgpkg: megaglest 3.11.1-1

upstream release 3.11.1

Modified:
  megaglest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 20:24:33 UTC (rev 130448)
+++ PKGBUILD2015-03-31 22:48:21 UTC (rev 130449)
@@ -3,14 +3,14 @@
 # Contributor: Larry Hajali 
 
 pkgname=megaglest
-pkgver=3.11.0
-pkgrel=2
+pkgver=3.11.1
+pkgrel=1
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/";
 license=('GPL3')
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
 source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}";)
 md5sums=('SKIP')
@@ -24,10 +24,11 @@
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-lX11" \
 -DWANT_GIT_STAMP=0 \
 -DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
 -DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
-  make
+  make VERBOSE=1
 }
 
 package() {


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

2015-03-31 Thread Sven-Hendrik Haase
Date: Tuesday, March 31, 2015 @ 22:24:27
  Author: svenstaro
Revision: 130447

upgpkg: 0ad a18-2

rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:59:08 UTC (rev 130446)
+++ PKGBUILD2015-03-31 20:24:27 UTC (rev 130447)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a18
 _pkgver=0.0.18-alpha
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/";


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

2015-03-31 Thread Sven-Hendrik Haase
Date: Tuesday, March 31, 2015 @ 22:24:33
  Author: svenstaro
Revision: 130448

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 130447, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 130447, 0ad/trunk/PKGBUILD)

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 130447, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 20:24:33 UTC (rev 130448)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a18
+_pkgver=0.0.18-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("https://sourceforge.net/projects/zero-ad/files/releases/$pkgname-$_pkgver-unix-build.tar.xz";)
+md5sums=('84aedae3ab86955f87c55607600daa12')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 130447, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-31 20:24:33 UTC (rev 130448)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a18
+_pkgver=0.0.18-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("https://sourceforge.net/projects/zero-ad/files/releases/$pkgname-$_pkgver-unix-build.tar.xz";)
+md5sums=('84aedae3ab86955f87c55607600daa12')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${p

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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 21:09:30
  Author: andyrtr
Revision: 235311

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

Added:
  gssproxy/repos/testing-i686/
  gssproxy/repos/testing-i686/PKGBUILD
(from rev 235310, gssproxy/trunk/PKGBUILD)
  gssproxy/repos/testing-x86_64/
  gssproxy/repos/testing-x86_64/PKGBUILD
(from rev 235310, gssproxy/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   66 ++
 testing-x86_64/PKGBUILD |   66 ++
 2 files changed, 132 insertions(+)

Copied: gssproxy/repos/testing-i686/PKGBUILD (from rev 235310, 
gssproxy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-31 19:09:30 UTC (rev 235311)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=gssproxy
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/";
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen' )
+options=('emptydirs')
+backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('f536075601ec8936ca876d94c9212b8e80c7bd5ee3dff23d04ddcfb90b848a48022f226609d6cd3b6a92d6dbfcbd32b9dddcf45dc8380cb58e5d10e8ef1b7ec5')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" 
systemd/gssproxy.service.in
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc  \
+--with-pubconf-path=/etc/gssproxy \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--without-selinux \
+--with-initscript=systemd 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -k check
+  make test_proxymech
+}
+
+
+package() {
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/share/doc
+
+  install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
+  install -m644 examples/mech  $pkgdir/etc/gss/mech
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}

Copied: gssproxy/repos/testing-x86_64/PKGBUILD (from rev 235310, 
gssproxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-31 19:09:30 UTC (rev 235311)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=gssproxy
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/";
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen' )
+options=('emptydirs')
+backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('f536075601ec8936ca876d94c9212b8e80c7bd5ee3dff23d04ddcfb90b848a48022f226609d6cd3b6a92d6dbfcbd32b9dddcf45dc8380cb58e5d10e8ef1b7ec5')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" 
systemd/gssproxy.service.in
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc  \
+--with-pubconf-path=/etc/gssproxy \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--without-selinux \
+--with-initscript=systemd 
+  make
+}
+
+check(

[arch-commits] Commit in gssproxy/trunk (7 files)

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 21:09:15
  Author: andyrtr
Revision: 235310

upgpkg: gssproxy 0.4.1-1

upstream update 0.4.1

Modified:
  gssproxy/trunk/PKGBUILD
Deleted:
  gssproxy/trunk/0001-Fix-error-in-compiling-without-SELinux.patch
  gssproxy/trunk/fix-build-with-automake1.15.patch
  gssproxy/trunk/gssproxy-0.3.1-deadlock_fix.patch
  gssproxy/trunk/gssproxy-0.3.1-flags_handling.patch
  gssproxy/trunk/gssproxy-0.3.1-gssi_inquire_context.patch
  gssproxy/trunk/gssproxy-0.3.1-nfsd_startup.patch

---+
 0001-Fix-error-in-compiling-without-SELinux.patch |   53 
 PKGBUILD  |   32 --
 fix-build-with-automake1.15.patch |   47 ---
 gssproxy-0.3.1-deadlock_fix.patch |   37 ---
 gssproxy-0.3.1-flags_handling.patch   |   32 --
 gssproxy-0.3.1-gssi_inquire_context.patch |   40 ---
 gssproxy-0.3.1-nfsd_startup.patch |  241 
 7 files changed, 4 insertions(+), 478 deletions(-)

Deleted: 0001-Fix-error-in-compiling-without-SELinux.patch
===
--- 0001-Fix-error-in-compiling-without-SELinux.patch   2015-03-31 17:48:07 UTC 
(rev 235309)
+++ 0001-Fix-error-in-compiling-without-SELinux.patch   2015-03-31 19:09:15 UTC 
(rev 235310)
@@ -1,53 +0,0 @@
-From c30f02063e548c20d1021ec42cb958a7ef0c25af Mon Sep 17 00:00:00 2001
-From: Simo Sorce 
-Date: Wed, 7 Jan 2015 15:59:53 -0500
-Subject: [PATCH] Fix error in compiling without SELinux
-
-Fixes: #131
-
-Signed-off-by: Simo Sorce 

- proxy/src/gp_selinux.h | 19 +--
- 1 file changed, 9 insertions(+), 10 deletions(-)
-
-diff --git a/proxy/src/gp_selinux.h b/proxy/src/gp_selinux.h
-index 
693a12421823e0e6808cf19b8835b68411c106c7..f53da5a7bc1c986278722c9da0a680cbec8b2ef4
 100644
 a/src/gp_selinux.h
-+++ b/src/gp_selinux.h
-@@ -48,9 +48,9 @@
- #define SELINUX_CTX void *
- #define SEC_CTX void *
- 
--void *SELINUX_context_new(const char *str) { return NULL; }
--#define SELINUX_context_free(x) (x) = NULL;
--const char *SELINUX_context_dummy_get(void *) { return NULL; }
-+#define SELINUX_context_new(x) NULL
-+#define SELINUX_context_free(x) (x) = NULL
-+#define SELINUX_context_dummy_get(x) ""
- #define SELINUX_context_str SELINUX_context_dummy_get
- #define SELINUX_context_type_get SELINUX_context_dummy_get
- #define SELINUX_context_user_get SELINUX_context_dummy_get
-@@ -58,13 +58,12 @@ const char *SELINUX_context_dummy_get(void *) { return 
NULL; }
- #define SELINUX_context_range_get SELINUX_context_dummy_get
- 
- #include 
--int SELINUX_getpeercon(int fd, SEC_CTX *con)
--{
--*con = NULL;
--errno = ENOTSUP;
--return -1;
--}
--#define SELINUX_freecon(x) (x) = NULL;
-+#define SELINUX_getpeercon(x, y) -1; do { \
-+*(y) = NULL; \
-+errno = ENOTSUP; \
-+} while(0)
-+
-+#define SELINUX_freecon(x) (x) = NULL
- 
- #endif /* done HAVE_SELINUX */
- 
--- 
-2.1.0
-
-

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 17:48:07 UTC (rev 235309)
+++ PKGBUILD2015-03-31 19:09:15 UTC (rev 235310)
@@ -3,8 +3,8 @@
 # Contributor: Mantas Mikulėnas 
 
 pkgname=gssproxy
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="GSSAPI Proxy"
 arch=(i686 x86_64)
 url="https://fedorahosted.org/gss-proxy/";
@@ -13,35 +13,11 @@
 makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen' )
 options=('emptydirs')
 backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
-source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz
-0001-Fix-error-in-compiling-without-SELinux.patch
-gssproxy-0.3.1-deadlock_fix.patch
-gssproxy-0.3.1-flags_handling.patch
-gssproxy-0.3.1-gssi_inquire_context.patch
-gssproxy-0.3.1-nfsd_startup.patch
-fix-build-with-automake1.15.patch)
-md5sums=('f455f4e483ecda8274d235942fa8e943'
- '91cadad2cc7ae0d7c2353f2a1e6783d6'
- '5f24413b213524feffb14d3710da9051'
- '0e51c445f5fbadf94c914783267338e3'
- '4462cbf85e39f50bbfef34cfb24fe061'
- 'ee9a5f57b879f7b59e3b6aac7114369e'
- 'a16f985cc74e67a4a97f97fafe157388')
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('f536075601ec8936ca876d94c9212b8e80c7bd5ee3dff23d04ddcfb90b848a48022f226609d6cd3b6a92d6dbfcbd32b9dddcf45dc8380cb58e5d10e8ef1b7ec5')
 
 prepare() {
   cd "$srcdir/gssproxy-$pkgver"
-  # build broken without selinux https://fedorahosted.org/gss-proxy/ticket/131
-  patch -Np1 -i $srcdir/0001-Fix-error-in-compiling-without-SELinux.patch
-  # patch from Fedora rpm - their maintainer is the upstream dev
-  patch -Np2 -i $srcdir/gssproxy-0.3.1-deadlock_fix.patch
-  patch -Np2 -i $srcdir/gssproxy-0.3.1-flags_handling.patch
-  patch -Np2 -i $srcdir/gssproxy-0.3.1-gssi_inquire_context.patch
-  patch -Np2 -i $srcdir/gssproxy-0.3.1-nfsd_startup.patch
-  

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:58:58
  Author: jelle
Revision: 130445

upgpkg: haskell-old-locale 1.0.0.7-4

ghc 7.10.1 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:57:16 UTC (rev 130444)
+++ PKGBUILD2015-03-31 18:58:58 UTC (rev 130445)
@@ -2,7 +2,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


[arch-commits] Commit in haskell-old-locale/repos (8 files)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:59:08
  Author: jelle
Revision: 130446

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

Added:
  haskell-old-locale/repos/community-staging-i686/PKGBUILD
(from rev 130445, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-i686/haskell-old-locale.install
(from rev 130445, haskell-old-locale/trunk/haskell-old-locale.install)
  haskell-old-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 130445, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-x86_64/haskell-old-locale.install
(from rev 130445, haskell-old-locale/trunk/haskell-old-locale.install)
Deleted:
  haskell-old-locale/repos/community-staging-i686/PKGBUILD
  haskell-old-locale/repos/community-staging-i686/haskell-old-locale.install
  haskell-old-locale/repos/community-staging-x86_64/PKGBUILD
  haskell-old-locale/repos/community-staging-x86_64/haskell-old-locale.install

-+
 /PKGBUILD   |   74 ++
 /haskell-old-locale.install |   36 
 community-staging-i686/PKGBUILD |   37 -
 community-staging-i686/haskell-old-locale.install   |   18 
 community-staging-x86_64/PKGBUILD   |   37 -
 community-staging-x86_64/haskell-old-locale.install |   18 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:58:58 UTC (rev 130445)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:59:08 UTC (rev 130446)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=old-locale
-pkgname=haskell-old-locale
-pkgver=1.0.0.7
-pkgrel=3
-pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.1')
-options=('strip')
-source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
-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 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-old-locale/repos/community-staging-i686/PKGBUILD (from rev 
130445, haskell-old-locale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:59:08 UTC (rev 130446)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-locale
+pkgname=haskell-old-locale
+pkgver=1.0.0.7
+pkgrel=4
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
+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/${

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:57:16
  Author: jelle
Revision: 130444

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

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

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

Copied: haskell-http/repos/community-staging-i686/PKGBUILD (from rev 130443, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:57:16 UTC (rev 130444)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.19
+pkgrel=2
+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.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' )
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
+
+build() {
+ cd ${_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 ${_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/community-staging-i686/haskell-http.install (from 
rev 130443, haskell-http/trunk/haskell-http.install)
===
--- community-staging-i686/haskell-http.install (rev 0)
+++ community-staging-i686/haskell-http.install 2015-03-31 18:57:16 UTC (rev 
130444)
@@ -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/community-staging-x86_64/PKGBUILD (from rev 130443, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-31 18:57:16 UTC (rev 130444)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.19
+pkgrel=2
+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.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' )
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O  \
+   --enable-split-objs \
+   --enable-shared \
+   --prefix=/usr \
+   --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:56:53
  Author: jelle
Revision: 130443

upgpkg: haskell-http 4000.2.19-2

ghc 7.10.1 rebuild

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:55:50 UTC (rev 130442)
+++ PKGBUILD2015-03-31 18:56:53 UTC (rev 130443)
@@ -3,13 +3,13 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.2.19
-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')
 options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-network=2.6.0.2-5' 
'haskell-parsec=3.1.7-4' 'haskell-mtl=2.1.3.1-4' 'haskell-network-uri')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' )
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
@@ -17,7 +17,7 @@
 build() {
  cd ${_hkgname}-${pkgver}
 
- runhaskell Setup configure -O -p \
+ runhaskell Setup configure -O  \
--enable-split-objs \
--enable-shared \
--prefix=/usr \


[arch-commits] Commit in haskell-old-time/repos (8 files)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:55:50
  Author: jelle
Revision: 130442

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

Added:
  haskell-old-time/repos/community-staging-i686/PKGBUILD
(from rev 130441, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
(from rev 130441, haskell-old-time/trunk/haskell-old-time.install)
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
(from rev 130441, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install
(from rev 130441, haskell-old-time/trunk/haskell-old-time.install)
Deleted:
  haskell-old-time/repos/community-staging-i686/PKGBUILD
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install

---+
 /PKGBUILD |   74 
 /haskell-old-time.install |   36 +
 community-staging-i686/PKGBUILD   |   37 --
 community-staging-i686/haskell-old-time.install   |   18 
 community-staging-x86_64/PKGBUILD |   37 --
 community-staging-x86_64/haskell-old-time.install |   18 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:55:38 UTC (rev 130441)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:55:50 UTC (rev 130442)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=old-time
-pkgname=haskell-old-time
-pkgver=1.1.0.3
-pkgrel=2
-pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.1' 'haskell-old-locale')
-options=('strip')
-source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('1868eaf39e616176d898bcd5510e1f09')
-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-old-time/repos/community-staging-i686/PKGBUILD (from rev 
130441, haskell-old-time/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:55:50 UTC (rev 130442)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-time
+pkgname=haskell-old-time
+pkgver=1.1.0.3
+pkgrel=3
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1' 'haskell-old-locale')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1868eaf39e616176d898bcd5510e1f09')
+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 
${pkg

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:55:38
  Author: jelle
Revision: 130441

upgpkg: haskell-old-time 1.1.0.3-3

ghc 7.10.1 rebuild

Modified:
  haskell-old-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:54:17 UTC (rev 130440)
+++ PKGBUILD2015-03-31 18:55:38 UTC (rev 130441)
@@ -2,7 +2,7 @@
 _hkgname=old-time
 pkgname=haskell-old-time
 pkgver=1.1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -17,7 +17,7 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+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


[arch-commits] Commit in haskell-old-locale/repos (8 files)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:54:17
  Author: jelle
Revision: 130440

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

Added:
  haskell-old-locale/repos/community-staging-i686/PKGBUILD
(from rev 130438, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-i686/haskell-old-locale.install
(from rev 130438, haskell-old-locale/trunk/haskell-old-locale.install)
  haskell-old-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 130439, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-x86_64/haskell-old-locale.install
(from rev 130439, haskell-old-locale/trunk/haskell-old-locale.install)
Deleted:
  haskell-old-locale/repos/community-staging-i686/PKGBUILD
  haskell-old-locale/repos/community-staging-i686/haskell-old-locale.install
  haskell-old-locale/repos/community-staging-x86_64/PKGBUILD
  haskell-old-locale/repos/community-staging-x86_64/haskell-old-locale.install

-+
 /PKGBUILD   |   74 ++
 /haskell-old-locale.install |   36 
 community-staging-i686/PKGBUILD |   37 -
 community-staging-i686/haskell-old-locale.install   |   18 
 community-staging-x86_64/PKGBUILD   |   37 -
 community-staging-x86_64/haskell-old-locale.install |   18 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:54:09 UTC (rev 130439)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:54:17 UTC (rev 130440)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=old-locale
-pkgname=haskell-old-locale
-pkgver=1.0.0.7
-pkgrel=3
-pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.1')
-options=('strip')
-source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
-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-old-locale/repos/community-staging-i686/PKGBUILD (from rev 
130438, haskell-old-locale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:54:17 UTC (rev 130440)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-locale
+pkgname=haskell-old-locale
+pkgver=1.0.0.7
+pkgrel=3
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
+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 unreg

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

2015-03-31 Thread Sven-Hendrik Haase
Date: Tuesday, March 31, 2015 @ 20:54:09
  Author: svenstaro
Revision: 130439

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

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 130438, blender/trunk/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 130438, blender/trunk/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 130438, blender/trunk/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 130438, 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|  192 +
 /blender.install |   26 +
 community-i686/PKGBUILD  |   96 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   96 --
 community-x86_64/blender.install |   13 --
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-31 18:53:55 UTC (rev 130438)
+++ community-i686/PKGBUILD 2015-03-31 18:54:09 UTC (rev 130439)
@@ -1,96 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# 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.73a
-#_gitcommit=b4d8fb57
-
-pkgname=blender
-pkgver=2.73a
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=5
-epoch=16
-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' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $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 -C../build_files/cmake/config/blender_full.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=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"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 130438, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03

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

2015-03-31 Thread Sven-Hendrik Haase
Date: Tuesday, March 31, 2015 @ 20:53:55
  Author: svenstaro
Revision: 130438

upgpkg: blender 16:2.74-1

upstream release 2.74

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:53:28 UTC (rev 130437)
+++ PKGBUILD2015-03-31 18:53:55 UTC (rev 130438)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.73a
+_gittag=v2.74
 #_gitcommit=b4d8fb57
 
 pkgname=blender
-pkgver=2.73a
+pkgver=2.74
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=5
+pkgrel=1
 epoch=16
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:53:28
  Author: jelle
Revision: 130437

upgpkg: haskell-old-locale 1.0.0.7-3

ghc 7.10.1 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:39:51 UTC (rev 130436)
+++ PKGBUILD2015-03-31 18:53:28 UTC (rev 130437)
@@ -17,7 +17,7 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+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


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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:39:51
  Author: jelle
Revision: 130436

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

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

--+
 /PKGBUILD|   98 +
 /haskell-network.install |   70 +++
 community-staging-i686/PKGBUILD  |   61 -
 community-staging-i686/haskell-network.install   |   35 ---
 community-staging-x86_64/PKGBUILD|   61 -
 community-staging-x86_64/haskell-network.install |   35 ---
 6 files changed, 168 insertions(+), 192 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:39:40 UTC (rev 130435)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:39:51 UTC (rev 130436)
@@ -1,61 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.6.0.2
-pkgrel=6
-pkgdesc="Low-level networking interface"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc' 'sh' 'haskell-parsec')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
-
-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
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  _update_deps ghc
-  _update_deps haskell-parsec
-
-  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/community-staging-i686/PKGBUILD (from rev 130435, 
haskell-network/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:39:51 UTC (rev 130436)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.6.0.2
+pkgrel=6
+pkgdesc="Low-level networking interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-parsec')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
+
+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
+  

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:39:40
  Author: jelle
Revision: 130435

upgpkg: haskell-network 2.6.0.2-6

ghc 7.10.1 rebuild

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:35:43 UTC (rev 130434)
+++ PKGBUILD2015-03-31 18:39:40 UTC (rev 130435)
@@ -9,7 +9,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc' 'sh' 'haskell-parsec')
+depends=('ghc=7.10.1' 'sh' 'haskell-parsec')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
@@ -33,21 +33,9 @@
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
 package() {
   cd ${_hkgname}-${pkgver}
 
-  _update_deps ghc
-  _update_deps haskell-parsec
-
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
   install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
 


[arch-commits] Commit in haskell-old-locale/repos (8 files)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:33:52
  Author: jelle
Revision: 130432

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

Added:
  haskell-old-locale/repos/community-staging-i686/PKGBUILD
(from rev 130431, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-i686/haskell-old-locale.install
(from rev 130431, haskell-old-locale/trunk/haskell-old-locale.install)
  haskell-old-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 130431, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-x86_64/haskell-old-locale.install
(from rev 130431, haskell-old-locale/trunk/haskell-old-locale.install)
Deleted:
  haskell-old-locale/repos/community-staging-i686/PKGBUILD
  haskell-old-locale/repos/community-staging-i686/haskell-old-locale.install
  haskell-old-locale/repos/community-staging-x86_64/PKGBUILD
  haskell-old-locale/repos/community-staging-x86_64/haskell-old-locale.install

-+
 /PKGBUILD   |   74 ++
 /haskell-old-locale.install |   36 
 community-staging-i686/PKGBUILD |   37 -
 community-staging-i686/haskell-old-locale.install   |   18 
 community-staging-x86_64/PKGBUILD   |   37 -
 community-staging-x86_64/haskell-old-locale.install |   18 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:33:40 UTC (rev 130431)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:33:52 UTC (rev 130432)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=old-locale
-pkgname=haskell-old-locale
-pkgver=1.0.0.7
-pkgrel=2
-pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.1')
-options=('strip')
-source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
-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-old-locale/repos/community-staging-i686/PKGBUILD (from rev 
130431, haskell-old-locale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:33:52 UTC (rev 130432)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-locale
+pkgname=haskell-old-locale
+pkgver=1.0.0.7
+pkgrel=3
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
+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}

[arch-commits] Commit in haskell-old-locale/trunk (2 files)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:33:40
  Author: jelle
Revision: 130431

upgpkg: haskell-old-locale 1.0.0.7-3

ghc 7.10.1 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD
  haskell-old-locale/trunk/haskell-old-locale.install

+
 PKGBUILD   |2 +-
 haskell-old-locale.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:23:22 UTC (rev 130430)
+++ PKGBUILD2015-03-31 18:33:40 UTC (rev 130431)
@@ -2,7 +2,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')

Modified: haskell-old-locale.install
===
--- haskell-old-locale.install  2015-03-31 18:23:22 UTC (rev 130430)
+++ haskell-old-locale.install  2015-03-31 18:33:40 UTC (rev 130431)
@@ -1,4 +1,4 @@
-HS_DIR=usr/share/haskell/haskell-old-locale
+HS_DIR=/usr/share/haskell/haskell-old-locale
 post_install() {
   ${HS_DIR}/register.sh
   (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)


[arch-commits] Commit in haskell-old-time/trunk (PKGBUILD haskell-old-time.install)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:35:31
  Author: jelle
Revision: 130433

upgpkg: haskell-old-time 1.1.0.3-2

ghc 7.10.1 rebuild

Modified:
  haskell-old-time/trunk/PKGBUILD
  haskell-old-time/trunk/haskell-old-time.install

--+
 PKGBUILD |4 ++--
 haskell-old-time.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:33:52 UTC (rev 130432)
+++ PKGBUILD2015-03-31 18:35:31 UTC (rev 130433)
@@ -2,13 +2,13 @@
 _hkgname=old-time
 pkgname=haskell-old-time
 pkgver=1.1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.10.1')
+depends=('ghc=7.10.1' 'haskell-old-locale')
 options=('strip')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install

Modified: haskell-old-time.install
===
--- haskell-old-time.install2015-03-31 18:33:52 UTC (rev 130432)
+++ haskell-old-time.install2015-03-31 18:35:31 UTC (rev 130433)
@@ -1,4 +1,4 @@
-HS_DIR=usr/share/haskell/haskell-old-time
+HS_DIR=/usr/share/haskell/haskell-old-time
 post_install() {
   ${HS_DIR}/register.sh
   (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)


[arch-commits] Commit in haskell-old-time/repos (8 files)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:35:43
  Author: jelle
Revision: 130434

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

Added:
  haskell-old-time/repos/community-staging-i686/PKGBUILD
(from rev 130433, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
(from rev 130433, haskell-old-time/trunk/haskell-old-time.install)
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
(from rev 130433, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install
(from rev 130433, haskell-old-time/trunk/haskell-old-time.install)
Deleted:
  haskell-old-time/repos/community-staging-i686/PKGBUILD
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install

---+
 /PKGBUILD |   74 
 /haskell-old-time.install |   36 +
 community-staging-i686/PKGBUILD   |   37 --
 community-staging-i686/haskell-old-time.install   |   18 
 community-staging-x86_64/PKGBUILD |   37 --
 community-staging-x86_64/haskell-old-time.install |   18 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:35:31 UTC (rev 130433)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:35:43 UTC (rev 130434)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=old-time
-pkgname=haskell-old-time
-pkgver=1.1.0.3
-pkgrel=1
-pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.1')
-options=('strip')
-source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('1868eaf39e616176d898bcd5510e1f09')
-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-old-time/repos/community-staging-i686/PKGBUILD (from rev 
130433, haskell-old-time/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:35:43 UTC (rev 130434)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-time
+pkgname=haskell-old-time
+pkgver=1.1.0.3
+pkgrel=2
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1' 'haskell-old-locale')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1868eaf39e616176d898bcd5510e1f09')
+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 u

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:23:22
  Author: jelle
Revision: 130430

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

Added:
  haskell-old-time/repos/community-staging-i686/
  haskell-old-time/repos/community-staging-i686/PKGBUILD
(from rev 130429, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
(from rev 130429, haskell-old-time/trunk/haskell-old-time.install)
  haskell-old-time/repos/community-staging-x86_64/
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
(from rev 130429, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install
(from rev 130429, haskell-old-time/trunk/haskell-old-time.install)

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

Copied: haskell-old-time/repos/community-staging-i686/PKGBUILD (from rev 
130429, haskell-old-time/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:23:22 UTC (rev 130430)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-time
+pkgname=haskell-old-time
+pkgver=1.1.0.3
+pkgrel=1
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1868eaf39e616176d898bcd5510e1f09')
+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-old-time/repos/community-staging-i686/haskell-old-time.install 
(from rev 130429, haskell-old-time/trunk/haskell-old-time.install)
===
--- community-staging-i686/haskell-old-time.install 
(rev 0)
+++ community-staging-i686/haskell-old-time.install 2015-03-31 18:23:22 UTC 
(rev 130430)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-old-time
+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-old-time/repos/community-staging-x86_64/PKGBUILD (from rev 
130429, haskell-old-time/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-31 18:23:22 UTC (rev 130430)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-time
+pkgname=haskell-old-time
+pkgver=1.1.0.3
+pkgrel=1
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1868eaf39e616176d898bcd5510e1f09')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaske

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:15:08
  Author: jelle
Revision: 130428

upgpkg: haskell-parsec 3.1.9-2

ghc 7.10.1 rebuild

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:11:40 UTC (rev 130427)
+++ PKGBUILD2015-03-31 18:15:08 UTC (rev 130428)
@@ -3,13 +3,13 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc' 'sh' 'haskell-mtl' 'haskell-text')
+depends=('ghc=7.10.1' 'sh' 'haskell-mtl' 'haskell-text')
 install=${pkgname}.install
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 md5sums=('6ec46302afa68518bac5f1117b6349f5')
@@ -33,21 +33,9 @@
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
 package() {
   cd ${_hkgname}-${pkgver}
 
-  _update_deps ghc
-  _update_deps haskell-mtl
-  _update_deps haskell-text
 
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
   install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh


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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:15:17
  Author: jelle
Revision: 130429

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

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

-+
 /PKGBUILD   |  100 ++
 /haskell-parsec.install |   70 +++
 community-staging-i686/PKGBUILD |   62 -
 community-staging-i686/haskell-parsec.install   |   35 ---
 community-staging-x86_64/PKGBUILD   |   62 -
 community-staging-x86_64/haskell-parsec.install |   35 ---
 6 files changed, 170 insertions(+), 194 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:15:08 UTC (rev 130428)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:15:17 UTC (rev 130429)
@@ -1,62 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.9
-pkgrel=1
-pkgdesc="Monadic parser combinators"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc' 'sh' 'haskell-mtl' 'haskell-text')
-install=${pkgname}.install
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-md5sums=('6ec46302afa68518bac5f1117b6349f5')
-
-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
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  _update_deps ghc
-  _update_deps haskell-mtl
-  _update_deps haskell-text
-
-  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/community-staging-i686/PKGBUILD (from rev 130428, 
haskell-parsec/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:15:17 UTC (rev 130429)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.9
+pkgrel=2
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-mtl' 'haskell-text')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('6ec46302afa68518bac5f1117b6349f5')
+
+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}/regis

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:11:32
  Author: jelle
Revision: 130426

upgpkg: haskell-mtl 2.2.1-2

ghc 7.10.1 rebuild

Modified:
  haskell-mtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:05:51 UTC (rev 130425)
+++ PKGBUILD2015-03-31 18:11:32 UTC (rev 130426)
@@ -3,7 +3,7 @@
 _hkgname=mtl
 pkgname=haskell-mtl
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Monad classes, using functional dependencies"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:11:40
  Author: jelle
Revision: 130427

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

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

--+
 /PKGBUILD|  122 +
 /haskell-mtl.install |   70 ++
 community-staging-i686/PKGBUILD  |   61 
 community-staging-i686/haskell-mtl.install   |   35 ---
 community-staging-x86_64/PKGBUILD|   61 
 community-staging-x86_64/haskell-mtl.install |   35 ---
 6 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:11:32 UTC (rev 130426)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:11:40 UTC (rev 130427)
@@ -1,61 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=mtl
-pkgname=haskell-mtl
-pkgver=2.2.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' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('96a2f12b94ea8d7cb0aea999cd2e3802')
-
-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
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-
-  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/community-staging-i686/PKGBUILD (from rev 130426, 
haskell-mtl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:11:40 UTC (rev 130427)
@@ -0,0 +1,61 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.2.1
+pkgrel=2
+pkgdesc="Monad classes, using functional dependencies"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('96a2f12b94ea8d7cb0aea999cd2e3802')
+
+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
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]="$1=${_ver}"
+fi
+done
+}
+
+package() {
+  _update_deps ghc
+
+  cd ${_hkgname}-${pkgver}
+
+  

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:05:41
  Author: jelle
Revision: 130424

upgpkg: haskell-text 1.2.0.4-3

ghc 7.10.1 rebuild

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 17:47:34 UTC (rev 130423)
+++ PKGBUILD2015-03-31 18:05:41 UTC (rev 130424)
@@ -3,13 +3,13 @@
 _hkgname=text
 pkgname=haskell-text
 pkgver=1.2.0.4
-pkgrel=2
+pkgrel=3
 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' 'sh')
+depends=('ghc=7.10.1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('77a8e63bb883317f8f2c15e64e8a7ff5')
@@ -33,17 +33,7 @@
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
 package() {
-  _update_deps ghc
 
   cd ${_hkgname}-${pkgver}
 


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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:05:51
  Author: jelle
Revision: 130425

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

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

---+
 /PKGBUILD |  100 
 /haskell-text.install |   70 
 community-staging-i686/PKGBUILD   |   60 --
 community-staging-i686/haskell-text.install   |   35 
 community-staging-x86_64/PKGBUILD |   60 --
 community-staging-x86_64/haskell-text.install |   35 
 6 files changed, 170 insertions(+), 190 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-03-31 18:05:41 UTC (rev 130424)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:05:51 UTC (rev 130425)
@@ -1,60 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=text
-pkgname=haskell-text
-pkgver=1.2.0.4
-pkgrel=2
-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' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('77a8e63bb883317f8f2c15e64e8a7ff5')
-
-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
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-
-  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/community-staging-i686/PKGBUILD (from rev 130424, 
haskell-text/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 18:05:51 UTC (rev 130425)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.2.0.4
+pkgrel=3
+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.10.1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('77a8e63bb883317f8f2c15e64e8a7ff5')
+
+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/g

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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 19:48:07
  Author: andyrtr
Revision: 235309

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

Added:
  groff/repos/testing-i686/
  groff/repos/testing-i686/PKGBUILD
(from rev 235308, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 235308, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 235308, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/
  groff/repos/testing-x86_64/PKGBUILD
(from rev 235308, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 235308, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 235308, groff/trunk/site.tmac)

--+
 testing-i686/PKGBUILD|   54 +
 testing-i686/groff.install   |   22 
 testing-i686/site.tmac   |   16 
 testing-x86_64/PKGBUILD  |   54 +
 testing-x86_64/groff.install |   22 
 testing-x86_64/site.tmac |   16 
 6 files changed, 184 insertions(+)

Copied: groff/repos/testing-i686/PKGBUILD (from rev 235308, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-31 17:48:07 UTC (rev 235309)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=3
+pkgdesc="GNU troff text-formatting system"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/groff/groff.html";
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs' '!makeflags')
+install=groff.install
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg 

+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac >> \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac >> \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Copied: groff/repos/testing-i686/groff.install (from rev 235308, 
groff/trunk/groff.install)
===
--- testing-i686/groff.install  (rev 0)
+++ testing-i686/groff.install  2015-03-31 17:48:07 UTC (rev 235309)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(groff.info groff.info-1 groff.info-2)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: groff/repos/testing-i686/site.tmac (from rev 235308, 
groff/trunk/site.tmac)
===
--- testing-i686/site.tmac  (rev 0)
+++ testing-i686/site.tmac  2015-03-31 17:48:07 UTC (rev 235309)
@@ -0,0 +1,16 @@
+.
+.if n \{\
+.  \" Character translations for non-keyboard
+.  \" characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.char \- \N'45'
+.char - \N'45'
+.char ' \N'39'
+.char \' \N'39'
+.  \}
+.
+.  \" Shut off SGR by default (groff colors)
+.  \" Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.output x X tty: sgr 0
+.\}

Copied: groff/repos/testing-x86_64/PKGBUILD (from rev 235308, 
groff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-31 17:48:07 UTC (rev 235309)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=3
+pkgdesc="GNU

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 19:47:27
  Author: jelle
Revision: 130422

upgpkg: haddock 2.16.0-1

ghc 7.10.1 rebuild

Modified:
  haddock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 17:40:17 UTC (rev 130421)
+++ PKGBUILD2015-03-31 17:47:27 UTC (rev 130422)
@@ -4,7 +4,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=haddock
-pkgver=2.15.0.2
+pkgver=2.16.0
 pkgrel=1
 pkgdesc='Tool for generating documentation for Haskell libraries'
 url='http://hackage.haskell.org/package/haddock/'
@@ -11,12 +11,11 @@
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
 makedepends=('alex' 'happy')
-depends=('ghc' 'haskell-ghc-paths' 'haskell-haddock-api')
+depends=('ghc=7.10.1' 'haskell-ghc-paths' 'haskell-haddock-api')
 install="$pkgname.install"
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b7b9e357060e99a68996aca3e3921b2e99bcb5a7669bf7cbad33bac91486705f')
-sha256sums=('bdbbb4393b80caa24255a45442187ac4539492229db66e9033f36090a56cab1e')
+sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -31,23 +30,9 @@
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-
 package() {
   cd "$pkgname-$pkgver"
 
-  _update_deps ghc
-  _update_deps haskell-ghc-paths
-  _update_deps haskell-haddock-api
-
 #  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
   install -Dm744 unregister.sh \
 "$pkgdir/usr/share/haskell/$pkgname/unregister.sh"


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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 19:47:53
  Author: andyrtr
Revision: 235308

upgpkg: groff 1.22.3-3

ghostscript update 9.16 rebuild

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 17:24:20 UTC (rev 235307)
+++ PKGBUILD2015-03-31 17:47:53 UTC (rev 235308)
@@ -5,7 +5,7 @@
 
 pkgname=groff
 pkgver=1.22.3
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU troff text-formatting system"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/groff/groff.html";
@@ -23,6 +23,7 @@
 md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
  'SKIP'
  'a1fedafd7863b37968d32ad9ae1d8c13')
+validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg 

 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 19:47:34
  Author: jelle
Revision: 130423

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

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

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/haddock.install   |   25 +++
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/haddock.install |   25 +++
 4 files changed, 146 insertions(+)

Copied: haddock/repos/community-staging-i686/PKGBUILD (from rev 130422, 
haddock/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 17:47:34 UTC (rev 130423)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.16.0
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc=7.10.1' 'haskell-ghc-paths' 'haskell-haddock-api')
+install="$pkgname.install"
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9')
+
+build() {
+  cd "$pkgname-$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 "$pkgname-$pkgver"
+
+#  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -Dm744 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/$pkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+  mv "$pkgdir/usr/bin/haddock" "$pkgdir/usr/bin/haddock-cabal"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haddock/repos/community-staging-i686/haddock.install (from rev 130422, 
haddock/trunk/haddock.install)
===
--- community-staging-i686/haddock.install  (rev 0)
+++ community-staging-i686/haddock.install  2015-03-31 17:47:34 UTC (rev 
130423)
@@ -0,0 +1,25 @@
+pkgname=haddock
+HS_DIR=usr/share/haskell/haddock
+
+post_upgrade() {
+#  ${HS_DIR}/register.sh &> /dev/null
+  post_remove
+}
+
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) &> /dev/null
+}
+
+pre_remove() {
+  ${HS_DIR}/unregister.sh &> /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+pre_upgrade() {
+   pre_remove
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haddock/repos/community-staging-x86_64/PKGBUILD (from rev 130422, 
haddock/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-31 17:47:34 UTC (rev 130423)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.16.0
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc=7.10.1' 'haskell-ghc-paths' 'haskell-haddock-api')
+install="$pkgname.install"
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
+--libsubdi

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 19:40:17
  Author: jelle
Revision: 130421

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

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

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

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 
130420, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 17:40:17 UTC (rev 130421)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.8
+pkgrel=2
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
+md5sums=('e5960e170f9809486ede60f8165bb770')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 130420, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2015-03-31 17:40:17 UTC 
(rev 130421)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
130420, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-31 17:40:17 UTC (rev 130421)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.8
+pkgrel=2
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
+md5sums=('e5960e170f9809486ede60f8165bb770')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  runhaskell Setup build
+  runhaskell Setup haddock
+

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 19:40:08
  Author: jelle
Revision: 130420

upgpkg: haskell-hslogger 1.2.8-2

ghc 7.10.1 rebuild

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 17:20:13 UTC (rev 130419)
+++ PKGBUILD2015-03-31 17:40:08 UTC (rev 130420)
@@ -4,12 +4,12 @@
 
 pkgname=haskell-hslogger
 pkgver=1.2.8
-pkgrel=3
+pkgrel=2
 pkgdesc="Versatile logging framework"
 url="http://hackage.haskell.org/package/hslogger";
 license=('LGPL')
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-mtl' 'haskell-network')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
 options=('staticlibs')
 install=${pkgname}.install
 
source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)


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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 19:24:09
  Author: andyrtr
Revision: 235306

upgpkg: ghostscript 9.16-1

upstream update 9.16

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 17:12:55 UTC (rev 235305)
+++ PKGBUILD2015-03-31 17:24:09 UTC (rev 235306)
@@ -4,8 +4,8 @@
 ### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
 
 pkgname=ghostscript
-pkgver=9.15
-pkgrel=2
+pkgver=9.16
+pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -19,7 +19,7 @@
 ghostscript-sys-zlib.patch)
 #options=('!makeflags')
 # http://downloads.ghostscript.com/public/SHA1SUMS
-sha1sums=('19f01538d33b9623bc6653d96ea4ec891f14a9d3'
+sha1sums=('529e2b0be754cb353880a4ac97e3efa47ef82f5c'
   'e054caf753df4d67221b29a2eac66130653f7556')
 
 prepare() {


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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 19:24:20
  Author: andyrtr
Revision: 235307

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

Added:
  ghostscript/repos/testing-i686/
  ghostscript/repos/testing-i686/PKGBUILD
(from rev 235306, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch
(from rev 235306, ghostscript/trunk/ghostscript-sys-zlib.patch)
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 235306, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-x86_64/ghostscript-sys-zlib.patch
(from rev 235306, ghostscript/trunk/ghostscript-sys-zlib.patch)

---+
 testing-i686/PKGBUILD |   87 
 testing-i686/ghostscript-sys-zlib.patch   |   25 
 testing-x86_64/PKGBUILD   |   87 
 testing-x86_64/ghostscript-sys-zlib.patch |   25 
 4 files changed, 224 insertions(+)

Copied: ghostscript/repos/testing-i686/PKGBUILD (from rev 235306, 
ghostscript/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-31 17:24:20 UTC (rev 235307)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
+
+pkgname=ghostscript
+pkgver=9.16
+pkgrel=1
+pkgdesc="An interpreter for the PostScript language"
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg'
+ 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
+makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk3:  needed for gsx')
+url="http://www.ghostscript.com/";
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+ghostscript-sys-zlib.patch)
+#options=('!makeflags')
+# http://downloads.ghostscript.com/public/SHA1SUMS
+sha1sums=('529e2b0be754cb353880a4ac97e3efa47ef82f5c'
+  'e054caf753df4d67221b29a2eac66130653f7556')
+
+prepare() {
+  cd ghostscript-${pkgver}
+  # fix build with system zlib
+  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+}
+
+build() {
+  cd ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
+  # https://bugs.archlinux.org/task/38226
+  rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # 
jbig2dec is in community
+
+  autoconf --force
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --enable-fontconfig \
+   --enable-freetype \
+   --enable-openjpeg \
+   --without-luratech \
+   --without-omni \
+   --with-system-libtiff \
+   --with-libpaper \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ijs
+  sed -i "s:AM_PROG_CC_STDC:AC_PROG_CC:g" configure.ac
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ghostscript-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   cups_serverroot="${pkgdir}"/etc/cups \
+   cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove unwanted localized man-pages
+  rm -rf "$pkgdir"/usr/share/man/[^man1]*
+
+  # install IJS
+  cd ijs
+  make DESTDIR="${pkgdir}" install
+  
+  # remove filters that are now maintained in cups-filters as upstream home
+  rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
+}

Copied: ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch (from rev 
235306, ghostscript/trunk/ghostscript-sys-zlib.patch)
===
--- testing-i686/ghostscript-sys-zlib.patch (rev 0)
+++ testing-i686/ghostscript-sys-zlib.patch 2015-03-31 17:24:20 UTC (rev 
235307)
@@ -0,0 +1,25 @@
+diff -up ghostscript-9.12/configure.ac.sys-zlib ghostscript-9.12/configure.ac
+--- ghostscript-9.12/configure.ac.sys-zlib 2014-03-26 11:48:54.98397 
+
 ghostscript-9.12/configure.ac  2014-03-26 11:49:36.807230531 +
+@@ -854,7 +854,7 @@ AC_MSG_CHECKING([for local zlib source])
+ dnl zlib is needed for language level 3, and libpng
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLI

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 19:20:13
  Author: jelle
Revision: 130419

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

Added:
  haskell-dataenc/repos/community-staging-i686/
  haskell-dataenc/repos/community-staging-i686/PKGBUILD
(from rev 130418, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-i686/haskell-dataenc.install
(from rev 130418, haskell-dataenc/trunk/haskell-dataenc.install)
  
haskell-dataenc/repos/community-staging-i686/update-build-deps-ghc-7.10.1.patch
(from rev 130418, haskell-dataenc/trunk/update-build-deps-ghc-7.10.1.patch)
  haskell-dataenc/repos/community-staging-x86_64/
  haskell-dataenc/repos/community-staging-x86_64/PKGBUILD
(from rev 130418, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-x86_64/haskell-dataenc.install
(from rev 130418, haskell-dataenc/trunk/haskell-dataenc.install)
  
haskell-dataenc/repos/community-staging-x86_64/update-build-deps-ghc-7.10.1.patch
(from rev 130418, haskell-dataenc/trunk/update-build-deps-ghc-7.10.1.patch)

-+
 community-staging-i686/PKGBUILD |   47 ++
 community-staging-i686/haskell-dataenc.install  |   18 +++
 community-staging-i686/update-build-deps-ghc-7.10.1.patch   |   12 ++
 community-staging-x86_64/PKGBUILD   |   47 ++
 community-staging-x86_64/haskell-dataenc.install|   18 +++
 community-staging-x86_64/update-build-deps-ghc-7.10.1.patch |   12 ++
 6 files changed, 154 insertions(+)

Copied: haskell-dataenc/repos/community-staging-i686/PKGBUILD (from rev 130418, 
haskell-dataenc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 17:20:13 UTC (rev 130419)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.5
+
+_hkgname=dataenc
+pkgname=haskell-dataenc
+pkgver=0.14.0.7
+pkgrel=3
+pkgdesc="Data encoding library"
+url="http://hackage.haskell.org/package/dataenc";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'sh')
+install=${pkgname}.install
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
 update-build-deps-ghc-7.10.1.patch)
+
+prepare(){
+  patch -Np0 -i $srcdir/update-build-deps-ghc-7.10.1.patch
+}
+
+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
+}
+md5sums=('28491649dbeafb9512b4ea187cc6fddf'
+ '0792888a886449c0ac15183b21c8bc7a')

Copied: haskell-dataenc/repos/community-staging-i686/haskell-dataenc.install 
(from rev 130418, haskell-dataenc/trunk/haskell-dataenc.install)
===
--- community-staging-i686/haskell-dataenc.install  
(rev 0)
+++ community-staging-i686/haskell-dataenc.install  2015-03-31 17:20:13 UTC 
(rev 130419)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dataenc
+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-dataenc/repos/community-staging-i686/update-build-deps-ghc-7.10.1.patch 
(from rev 130418, haskell-dataenc/trunk/update-build-deps-ghc-7.10.1.patch)
===
--- community-staging-i686/update-build-deps-ghc-7.10.1.patch   
(rev 0)
+++ community-staging-i686/update-build-deps-ghc-7.10.1.patch   2015-03-31 
17

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 19:20:02
  Author: jelle
Revision: 130418

upgpkg: haskell-dataenc 0.14.0.7-3

ghc 7.10.1 rebuild

Added:
  haskell-dataenc/trunk/update-build-deps-ghc-7.10.1.patch
Modified:
  haskell-dataenc/trunk/PKGBUILD
Deleted:
  haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch

+
 0001-update-build-deps-for-ghc-7.8.2.patch |   12 
 PKGBUILD   |   11 ---
 update-build-deps-ghc-7.10.1.patch |   12 
 3 files changed, 20 insertions(+), 15 deletions(-)

Deleted: 0001-update-build-deps-for-ghc-7.8.2.patch
===
--- 0001-update-build-deps-for-ghc-7.8.2.patch  2015-03-31 15:57:25 UTC (rev 
130417)
+++ 0001-update-build-deps-for-ghc-7.8.2.patch  2015-03-31 17:20:02 UTC (rev 
130418)
@@ -1,12 +0,0 @@
-diff -aur dataenc-0.14.0.5/dataenc.cabal dataenc-0.14.0.5-new/dataenc.cabal
 dataenc-0.14.0.5/dataenc.cabal 2012-12-30 11:30:27.0 +0100
-+++ dataenc-0.14.0.5-new/dataenc.cabal 2014-04-27 22:01:21.640940945 +0200
-@@ -21,7 +21,7 @@
- 
- library
- hs-source-dirs: src
--build-depends: array >= 0.1.0 && < 0.5, base >= 3.0.0 && < 4.7, 
containers >= 0.1.0 && < 0.6
-+build-depends: array >= 0.1.0 && <= 0.5.0.0, base >= 3.0.0 && <= 4.7.0.1, 
containers >= 0.1.0 && < 0.6
- exposed-modules:
- Codec.Binary.Base16
- Codec.Binary.Base32

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 15:57:25 UTC (rev 130417)
+++ PKGBUILD2015-03-31 17:20:02 UTC (rev 130418)
@@ -6,7 +6,7 @@
 _hkgname=dataenc
 pkgname=haskell-dataenc
 pkgver=0.14.0.7
-pkgrel=4
+pkgrel=3
 pkgdesc="Data encoding library"
 url="http://hackage.haskell.org/package/dataenc";
 license=('custom:BSD3')
@@ -14,9 +14,12 @@
 depends=('ghc=7.10.1' 'sh')
 install=${pkgname}.install
 options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('28491649dbeafb9512b4ea187cc6fddf')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
 update-build-deps-ghc-7.10.1.patch)
 
+prepare(){
+  patch -Np0 -i $srcdir/update-build-deps-ghc-7.10.1.patch
+}
+
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 
@@ -40,3 +43,5 @@
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
+md5sums=('28491649dbeafb9512b4ea187cc6fddf'
+ '0792888a886449c0ac15183b21c8bc7a')

Added: update-build-deps-ghc-7.10.1.patch
===
--- update-build-deps-ghc-7.10.1.patch  (rev 0)
+++ update-build-deps-ghc-7.10.1.patch  2015-03-31 17:20:02 UTC (rev 130418)
@@ -0,0 +1,12 @@
+diff -aur dataenc-0.14.0.7/dataenc.cabal dataenc-0.14.0.7.new/dataenc.cabal
+--- dataenc-0.14.0.7/dataenc.cabal 2014-04-22 20:38:41.0 +0200
 dataenc-0.14.0.7.new/dataenc.cabal 2015-03-31 19:19:16.308257528 +0200
+@@ -21,7 +21,7 @@
+ 
+ library
+ hs-source-dirs: src
+-build-depends: array, base >= 3.0.0 && < 4.8, containers
++build-depends: array, base >= 3.0.0 && < 4.9, containers
+ exposed-modules:
+ Codec.Binary.Base16
+ Codec.Binary.Base32


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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 19:12:42
  Author: andyrtr
Revision: 235304

upgpkg: man-pages 3.82-1

upstream update 3.82

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 16:50:40 UTC (rev 235303)
+++ PKGBUILD2015-03-31 17:12:42 UTC (rev 235304)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.81
+pkgver=3.82
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('b5b98411ff4548262d9ab30e1ad68ca1ea228f6c5c51ed5490bd92f00b9cf2c2'
+sha256sums=('547273dd0a1c26e5bb2169baa50a7e0e0c93b6e41997729d4d8638a8513018b1'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 


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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 19:12:55
  Author: andyrtr
Revision: 235305

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 235304, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 235304, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-03-31 17:12:55 UTC (rev 235305)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=3.82
+_posixver=2013-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('547273dd0a1c26e5bb2169baa50a7e0e0c93b6e41997729d4d8638a8513018b1'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}


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

2015-03-31 Thread Sébastien Luttringer
Date: Tuesday, March 31, 2015 @ 17:57:25
  Author: seblu
Revision: 130417

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 130416, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 130416, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 130416, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 130416, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-31 15:56:30 UTC (rev 130416)
+++ community-i686/PKGBUILD 2015-03-31 15:57:25 UTC (rev 130417)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli 
-
-pkgname=keepalived
-pkgver=1.2.15
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
-'keepalived.service')
-md5sums=('d85fcb8e564ea03b0ca7b2357bf30c51'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # clean pacakge init scripts
-  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
-  # move examples to /usr/share
-  install -d -m 755 "$pkgdir/usr/share/$pkgname"
-  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
-  # systemd
-  install -D -m 644 "$srcdir/$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 130416, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-31 15:57:25 UTC (rev 130417)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli 
+
+pkgname=keepalived
+pkgver=1.2.16
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
+'keepalived.service')
+md5sums=('f834ab2cfc2e7300edf1bafaf4a5d83e'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # clean pacakge init scripts
+  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
+  # move examples to /usr/share
+  install -d -m 755 "$pkgdir/usr/share/$pkgname"
+  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
+  # systemd
+  install -D -m 644 "$srcdir/$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2015-03-31 15:56:30 UTC (rev 130416)
+++ community-i686/keepalived.service   2015-03-31 15:57:25 UTC (rev 130417)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 130416, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2015-03-31 15:57:25 UTC (rev 130417)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===

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

2015-03-31 Thread Sébastien Luttringer
Date: Tuesday, March 31, 2015 @ 17:56:37
  Author: seblu
Revision: 235299

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

Added:
  which/repos/core-i686/PKGBUILD
(from rev 235298, which/repos/testing-i686/PKGBUILD)
  which/repos/core-i686/which.install
(from rev 235298, which/repos/testing-i686/which.install)
  which/repos/core-x86_64/PKGBUILD
(from rev 235298, which/repos/testing-x86_64/PKGBUILD)
  which/repos/core-x86_64/which.install
(from rev 235298, which/repos/testing-x86_64/which.install)
Deleted:
  which/repos/core-i686/PKGBUILD
  which/repos/core-i686/which.install
  which/repos/core-x86_64/PKGBUILD
  which/repos/core-x86_64/which.install
  which/repos/testing-i686/
  which/repos/testing-x86_64/

---+
 /PKGBUILD |   64 
 /which.install|   40 +++
 core-i686/PKGBUILD|   31 -
 core-i686/which.install   |   20 -
 core-x86_64/PKGBUILD  |   31 -
 core-x86_64/which.install |   20 -
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-03-31 07:03:32 UTC (rev 235298)
+++ core-i686/PKGBUILD  2015-03-31 15:56:37 UTC (rev 235299)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=which
-pkgver=2.20
-pkgrel=7
-pkgdesc='A utility to show the full path of commands'
-arch=('i686' 'x86_64')
-url='http://savannah.gnu.org/projects/which'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash')
-install=which.install
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('95be0501a466e515422cde4af46b2744'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: which/repos/core-i686/PKGBUILD (from rev 235298, 
which/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-03-31 15:56:37 UTC (rev 235299)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=which
+pkgver=2.21
+pkgrel=1
+pkgdesc='A utility to show the full path of commands'
+arch=('i686' 'x86_64')
+url='http://savannah.gnu.org/projects/which'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash')
+install=which.install
+# gpg key is using deprecated md5 algo, do not use
+# check if a new one is issued in the next release
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-i686/which.install
===
--- core-i686/which.install 2015-03-31 07:03:32 UTC (rev 235298)
+++ core-i686/which.install 2015-03-31 15:56:37 UTC (rev 235299)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(which.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info "$infodir/$file.gz" "$infodir/dir" 2>/dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info --delete "$infodir/$file" "$infodir/dir" 2>/dev/null
-  done
-}

Copied: which/repos/core-i686/which.install (from rev 235298, 
which/repos/testing-i686/which.install)
===
--- core-i686/which.install (rev 0)
+++ core-i686/which.install 2015-03-31 15:56:37 UTC (rev 235299)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(which.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info "$infodir/$file.gz" "$infodir/dir" 2>/dev/null
+  done
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info --delete "$infodir/$file" "$infodir/dir" 2>/dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-03-31 07:03:32 UTC (rev 235298)
+++ core-x86_64/PKGBUILD2015-03-31 15:56:37 UTC (rev 235299)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 

[arch-commits] Commit in mailman/repos (86 files)

2015-03-31 Thread Sébastien Luttringer
Date: Tuesday, March 31, 2015 @ 17:56:30
  Author: seblu
Revision: 130416

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

Added:
  mailman/repos/community-i686/01-mailman-2.1-build.patch
(from rev 130414, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-i686/02-fix-CVE-2015-2775.patch
(from rev 130414, mailman/trunk/02-fix-CVE-2015-2775.patch)
  mailman/repos/community-i686/PKGBUILD
(from rev 130414, mailman/trunk/PKGBUILD)
  mailman/repos/community-i686/mailman-checkdbs.service
(from rev 130414, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-i686/mailman-checkdbs.timer
(from rev 130414, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-i686/mailman-cullbadshunt.service
(from rev 130414, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-i686/mailman-cullbadshunt.timer
(from rev 130414, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-i686/mailman-disabled.service
(from rev 130414, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-i686/mailman-disabled.timer
(from rev 130414, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-i686/mailman-gatenews.service
(from rev 130414, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-i686/mailman-gatenews.timer
(from rev 130414, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-i686/mailman-mailpasswds.service
(from rev 130414, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-i686/mailman-mailpasswds.timer
(from rev 130414, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-i686/mailman-nightlygzip.service
(from rev 130414, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-i686/mailman-nightlygzip.timer
(from rev 130414, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-i686/mailman-senddigests.service
(from rev 130414, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-i686/mailman-senddigests.timer
(from rev 130414, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-i686/mailman.install
(from rev 130414, mailman/trunk/mailman.install)
  mailman/repos/community-i686/mailman.profile.csh
(from rev 130414, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-i686/mailman.profile.sh
(from rev 130414, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-i686/mailman.service
(from rev 130414, mailman/trunk/mailman.service)
  mailman/repos/community-i686/mailman.sysusers
(from rev 130414, mailman/trunk/mailman.sysusers)
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
(from rev 130414, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-x86_64/02-fix-CVE-2015-2775.patch
(from rev 130414, mailman/trunk/02-fix-CVE-2015-2775.patch)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 130414, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-checkdbs.service
(from rev 130414, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-x86_64/mailman-checkdbs.timer
(from rev 130414, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
(from rev 130414, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
(from rev 130414, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-x86_64/mailman-disabled.service
(from rev 130414, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-x86_64/mailman-disabled.timer
(from rev 130414, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-x86_64/mailman-gatenews.service
(from rev 130414, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-x86_64/mailman-gatenews.timer
(from rev 130414, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-x86_64/mailman-mailpasswds.service
(from rev 130414, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
(from rev 130414, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-x86_64/mailman-nightlygzip.service
(from rev 130414, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
(from rev 130415, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-x86_64/mailman-senddigests.service
(from rev 130415, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-x86_64/mailman-senddigests.timer
(from rev 130415, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-x86_64/mailman.install
(from rev 130415, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 130415, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 130415, mail

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

2015-03-31 Thread Sébastien Luttringer
Date: Tuesday, March 31, 2015 @ 17:55:58
  Author: seblu
Revision: 130415

upgpkg: keepalived 1.2.16-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 15:54:32 UTC (rev 130414)
+++ PKGBUILD2015-03-31 15:55:58 UTC (rev 130415)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.15
+pkgver=1.2.16
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('d85fcb8e564ea03b0ca7b2357bf30c51'
+md5sums=('f834ab2cfc2e7300edf1bafaf4a5d83e'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in mailman/trunk (02-fix-CVE-2015-2775.patch PKGBUILD)

2015-03-31 Thread Sébastien Luttringer
Date: Tuesday, March 31, 2015 @ 17:54:32
  Author: seblu
Revision: 130414

upgpkg: mailman 2.1.19-2

- fix CVE-2015-2775

Added:
  mailman/trunk/02-fix-CVE-2015-2775.patch
Modified:
  mailman/trunk/PKGBUILD

+
 02-fix-CVE-2015-2775.patch |   17 +
 PKGBUILD   |   17 -
 2 files changed, 29 insertions(+), 5 deletions(-)

Added: 02-fix-CVE-2015-2775.patch
===
--- 02-fix-CVE-2015-2775.patch  (rev 0)
+++ 02-fix-CVE-2015-2775.patch  2015-03-31 15:54:32 UTC (rev 130414)
@@ -0,0 +1,17 @@
+--- a/Mailman/Utils.py 2015-01-23 23:50:47 +
 b/Mailman/Utils.py 2015-03-27 18:14:06 +
+@@ -100,6 +100,12 @@
+ #
+ # The former two are for 2.1alpha3 and beyond, while the latter two are
+ # for all earlier versions.
++#
++# But first ensure the list name doesn't contain a path traversal
++# attack.
++if len(re.sub(mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS, '', listname)) > 0:
++syslog('mischief', 'Hostile listname: %s', listname)
++return False
+ basepath = Site.get_listpath(listname)
+ for ext in ('.pck', '.pck.last', '.db', '.db.last'):
+ dbfile = os.path.join(basepath, 'config' + ext)
+
+

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 15:03:57 UTC (rev 130413)
+++ PKGBUILD2015-03-31 15:54:32 UTC (rev 130414)
@@ -5,7 +5,7 @@
 pkgname=mailman
 _pkgver=2.1.19
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Mailing List Manager'
 arch=(i686 x86_64)
 license=('GPL')
@@ -35,7 +35,8 @@
 'mailman-nightlygzip.timer'
 'mailman-senddigests.service'
 'mailman-senddigests.timer'
-'01-mailman-2.1-build.patch')
+'01-mailman-2.1-build.patch'
+'02-fix-CVE-2015-2775.patch')
 md5sums=('13a33d758f8a6308c91dd267fc3ba123'
  'a9c71ec940c56173415fbd49087d10b0'
  '85a8c30ffc444e677b286f54df530482'
@@ -55,7 +56,8 @@
  '3af65082d3cd4d5746944890c7a72962'
  '350dac1e350691e3d9cb8f99fd4b669a'
  '52917f62441ac5d950789e8f8af28f09'
- 'ed04d062379eb21e39ce1e70e6b1ade2')
+ 'ed04d062379eb21e39ce1e70e6b1ade2'
+ 'c80ee5b3e14df0a0c6a499b81e0726b4')
 
 prepare() {
   # some files in mailman doesn't use configure parameter
@@ -62,8 +64,13 @@
   find $pkgname-$_pkgver -type f -exec \
 sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
 
-  # fix directory permissions to satisfy check_perms
-  patch -p1 -d $pkgname-$_pkgver < 01-mailman-2.1-build.patch
+  # apply patch from sources
+  for _p in "${source[@]}"; do
+if [[ "$_p" =~ .+\.patch$ ]]; then
+  msg2 "Applying patch $_p"
+  patch -p1 -d $pkgname-$_pkgver < "$_p"
+fi
+  done
 }
 
 build() {


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

2015-03-31 Thread Alexandre Filgueira
Date: Tuesday, March 31, 2015 @ 17:03:57
  Author: faidoc
Revision: 130413

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 130412, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 130412, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 130412, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 130412, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   35 
 /cinnamon-screensaver.pam |3 ++
 community-i686/PKGBUILD   |   35 
 community-i686/cinnamon-screensaver.pam   |3 ++
 community-x86_64/PKGBUILD |   35 
 community-x86_64/cinnamon-screensaver.pam |3 --
 6 files changed, 76 insertions(+), 38 deletions(-)

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 130412, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-31 15:03:57 UTC (rev 130413)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver";
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('52afb2c9b5b00e1d026469c7f2b1865ca44c784b920e35bfcd61d2a75b87bbda'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
+}

Copied: cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam 
(from rev 130412, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
===
--- community-i686/cinnamon-screensaver.pam (rev 0)
+++ community-i686/cinnamon-screensaver.pam 2015-03-31 15:03:57 UTC (rev 
130413)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+authsubstack system-login
+-authoptional pam_gnome_keyring.so

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-31 14:47:31 UTC (rev 130412)
+++ community-x86_64/PKGBUILD   2015-03-31 15:03:57 UTC (rev 130413)
@@ -1,35 +0,0 @@
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver";
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('52afb2c9b5b00e1d026469c7f2b1865ca44c784b920e35bfcd61d2a75b87bbda'
-'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-x86_64/PKGBUILD (from rev 130412, 
cinnamon-screensaver/trunk/PKGBUILD)
===

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

2015-03-31 Thread Alexandre Filgueira
Date: Tuesday, March 31, 2015 @ 16:47:31
  Author: faidoc
Revision: 130412

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

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

--+
 /PKGBUILD|  178 +
 /cinnamon.install|   24 
 /default-theme.patch |   50 +
 /gnome-3.14.patch|   50 +
 /set_wheel.patch |  106 +++
 community-i686/PKGBUILD  |   89 
 community-i686/cinnamon.install  |   12 --
 community-i686/default-theme.patch   |   25 
 community-i686/gnome-3.14.patch  |   25 
 community-i686/set_wheel.patch   |   53 -
 community-x86_64/PKGBUILD|   89 
 community-x86_64/cinnamon.install|   12 --
 community-x86_64/default-theme.patch |   25 
 community-x86_64/gnome-3.14.patch|   25 
 community-x86_64/set_wheel.patch |   53 -
 15 files changed, 408 insertions(+), 408 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-31 14:30:15 UTC (rev 130411)
+++ community-i686/PKGBUILD 2015-03-31 14:47:31 UTC (rev 130412)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.4.7
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- '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";
-"set_wheel.patch"
-"gnome-3.14.patch"
-"default-theme.patch")
-sha256sums=('d971c893d4617f482bad1d79b18cf14ccb3a2298f2381f1a64f1d72ee59cb40e'
-'3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
-'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  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@'
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # Some fixes for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-sessio

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

2015-03-31 Thread Alexandre Filgueira
Date: Tuesday, March 31, 2015 @ 16:30:15
  Author: faidoc
Revision: 130411

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

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

--+
 /PKGBUILD|  178 +
 /cinnamon.install|   24 
 /default-theme.patch |   50 +
 /gnome-3.14.patch|   50 +
 /set_wheel.patch |  106 +++
 community-i686/PKGBUILD  |   89 
 community-i686/cinnamon.install  |   12 --
 community-i686/default-theme.patch   |   25 
 community-i686/gnome-3.14.patch  |   25 
 community-i686/set_wheel.patch   |   53 -
 community-x86_64/PKGBUILD|   89 
 community-x86_64/cinnamon.install|   12 --
 community-x86_64/default-theme.patch |   25 
 community-x86_64/gnome-3.14.patch|   25 
 community-x86_64/set_wheel.patch |   53 -
 15 files changed, 408 insertions(+), 408 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-31 14:28:23 UTC (rev 130410)
+++ community-i686/PKGBUILD 2015-03-31 14:30:15 UTC (rev 130411)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.4.6
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- '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";
-"set_wheel.patch"
-"gnome-3.14.patch"
-"default-theme.patch")
-sha256sums=('f0f8b0c56e8c6ee53daa06bea28c04967960eefed601db2f0ae745ca2abe78e1'
-'3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
-'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  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@'
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # Some fixes for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-sessio

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

2015-03-31 Thread Alexandre Filgueira
Date: Tuesday, March 31, 2015 @ 16:28:23
  Author: faidoc
Revision: 130410

upgpkg: cinnamon 2.4.7-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 14:19:17 UTC (rev 130409)
+++ PKGBUILD2015-03-31 14:28:23 UTC (rev 130410)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.4.6
+pkgver=2.4.7
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 "set_wheel.patch"
 "gnome-3.14.patch"
 "default-theme.patch")
-sha256sums=('f0f8b0c56e8c6ee53daa06bea28c04967960eefed601db2f0ae745ca2abe78e1'
+sha256sums=('d971c893d4617f482bad1d79b18cf14ccb3a2298f2381f1a64f1d72ee59cb40e'
 '3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
 'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')


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

2015-03-31 Thread Alexandre Filgueira
Date: Tuesday, March 31, 2015 @ 16:19:17
  Author: faidoc
Revision: 130409

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

Added:
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 130408, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 130408, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   35 
 /cinnamon-screensaver.pam |3 ++
 community-i686/PKGBUILD   |   35 
 community-i686/cinnamon-screensaver.pam   |3 --
 community-x86_64/PKGBUILD |   35 
 community-x86_64/cinnamon-screensaver.pam |3 --
 6 files changed, 38 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-31 14:17:54 UTC (rev 130408)
+++ community-i686/PKGBUILD 2015-03-31 14:19:17 UTC (rev 130409)
@@ -1,35 +0,0 @@
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver";
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('e73c5d483cd4faeb8d7a4fec9bb1ab73df5cef5d05a3ab268f7a29947d2a483e'
-'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Deleted: community-i686/cinnamon-screensaver.pam
===
--- community-i686/cinnamon-screensaver.pam 2015-03-31 14:17:54 UTC (rev 
130408)
+++ community-i686/cinnamon-screensaver.pam 2015-03-31 14:19:17 UTC (rev 
130409)
@@ -1,3 +0,0 @@
-#%PAM-1.0
-authsubstack system-login
--authoptional pam_gnome_keyring.so

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-31 14:17:54 UTC (rev 130408)
+++ community-x86_64/PKGBUILD   2015-03-31 14:19:17 UTC (rev 130409)
@@ -1,35 +0,0 @@
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver";
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('e73c5d483cd4faeb8d7a4fec9bb1ab73df5cef5d05a3ab268f7a29947d2a483e'
-'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-x86_64/PKGBUILD (from rev 130408, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-31 14:19:17 UTC (rev 130409)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de

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

2015-03-31 Thread Alexandre Filgueira
Date: Tuesday, March 31, 2015 @ 16:17:54
  Author: faidoc
Revision: 130408

upgpkg: cinnamon-screensaver 2.4.2-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 13:19:22 UTC (rev 130407)
+++ PKGBUILD2015-03-31 14:17:54 UTC (rev 130408)
@@ -4,7 +4,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('e73c5d483cd4faeb8d7a4fec9bb1ab73df5cef5d05a3ab268f7a29947d2a483e'
+sha256sums=('52afb2c9b5b00e1d026469c7f2b1865ca44c784b920e35bfcd61d2a75b87bbda'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
 
 build() {


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

2015-03-31 Thread Maxime Gauduin
Date: Tuesday, March 31, 2015 @ 15:19:22
  Author: alucryd
Revision: 130407

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

Added:
  dolphin-emu/repos/community-staging-i686/
  dolphin-emu/repos/community-staging-i686/PKGBUILD
(from rev 130406, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-i686/dolphin-emu-findx11.patch
(from rev 130406, dolphin-emu/trunk/dolphin-emu-findx11.patch)
  dolphin-emu/repos/community-staging-i686/dolphin-emu-gcc49.patch
(from rev 130406, dolphin-emu/trunk/dolphin-emu-gcc49.patch)
  dolphin-emu/repos/community-staging-x86_64/
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
(from rev 130406, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu-findx11.patch
(from rev 130406, dolphin-emu/trunk/dolphin-emu-findx11.patch)
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu-gcc49.patch
(from rev 130406, dolphin-emu/trunk/dolphin-emu-gcc49.patch)

+
 community-staging-i686/PKGBUILD|   51 +++
 community-staging-i686/dolphin-emu-findx11.patch   |   11 
 community-staging-i686/dolphin-emu-gcc49.patch |   17 ++
 community-staging-x86_64/PKGBUILD  |   51 +++
 community-staging-x86_64/dolphin-emu-findx11.patch |   11 
 community-staging-x86_64/dolphin-emu-gcc49.patch   |   17 ++
 6 files changed, 158 insertions(+)

Copied: dolphin-emu/repos/community-staging-i686/PKGBUILD (from rev 130406, 
dolphin-emu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 13:19:22 UTC (rev 130407)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=8
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
+ 'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+options=('!emptydirs')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz";
+'dolphin-emu-findx11.patch'
+'dolphin-emu-gcc49.patch')
+md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
+ 'f9a692b76263f3efae9793c4879bc2c5'
+ '5fead49fc3a0ff9a9d1435368b5df1f9')
+
+prepare() {
+  cd dolphin-${pkgver}
+
+  patch -Np1 -i ../dolphin-emu-findx11.patch
+  patch -Np1 -i ../dolphin-emu-gcc49.patch
+}
+
+build() {
+  cd dolphin-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
+  make
+}
+
+package() {
+  cd dolphin-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
+}

Copied: dolphin-emu/repos/community-staging-i686/dolphin-emu-findx11.patch 
(from rev 130406, dolphin-emu/trunk/dolphin-emu-findx11.patch)
===
--- community-staging-i686/dolphin-emu-findx11.patch
(rev 0)
+++ community-staging-i686/dolphin-emu-findx11.patch2015-03-31 13:19:22 UTC 
(rev 130407)
@@ -0,0 +1,11 @@
+diff -rupN dolphin-4.0.2.orig/CMakeLists.txt dolphin-4.0.2/CMakeLists.txt
+--- dolphin-4.0.2.orig/CMakeLists.txt  2015-03-31 15:05:43.953995860 +0200
 dolphin-4.0.2/CMakeLists.txt   2015-03-31 15:06:53.379078333 +0200
+@@ -417,6 +417,7 @@ if(NOT ANDROID)
+ 
+   # Note: We do not need to explicitly check for X11 as it is 
done in the cmake
+   # FindOpenGL module on linux.
++  include(FindX11)
+   if(USE_X11 AND X11_FOUND)
+   set(USE_X11 1)
+   add_definitions(-DHAVE_X11=1)

Copied: dolphin-emu/repos/community-staging-i686/dolphin-emu-gcc49.patch (from 
rev 130406, dolphin-emu/trunk/dolphin-emu-gcc49.patch)
===
--- community-staging-i686/dolphin-emu-gcc49.patch  
(rev 0)
+++ community-staging-i686/dolphin-emu-gcc49.patch  2015-03-31 13:19:22 UTC 
(rev 130407)
@@ -0,0 +1,17 @@
+diff -rupN dolphin.orig/Source/Core/Common/Src/CommonFuncs.h 
dolphin/Source/Core/Common/Src/CommonFuncs.h
+--- dolphin.orig/Source/Core/Common/Src/CommonFuncs.h  2014-08-19 
02:36:05.555642000 +0200
 dolphin/Source/Core/Common/Src/CommonFuncs.h   2014-08-19 
02:38:44.301036700 +0200
+@@ -30,7 +30,12 @@ struct ArraySizeImpl : public std::exten
+ #define b32(x)  (b16(x) | (b16(x) >>16) )
+ #define ROUND_UP_POW2(x)  (b32(x - 1) + 1)
+ 
+-#if defined __GNUC__ && !

[arch-commits] Commit in dolphin-emu/trunk (PKGBUILD dolphin-emu-findx11.patch)

2015-03-31 Thread Maxime Gauduin
Date: Tuesday, March 31, 2015 @ 15:18:50
  Author: alucryd
Revision: 130406

upgpkg: dolphin-emu 1:4.0.2-8

Added:
  dolphin-emu/trunk/dolphin-emu-findx11.patch
Modified:
  dolphin-emu/trunk/PKGBUILD

---+
 PKGBUILD  |   26 ++
 dolphin-emu-findx11.patch |   11 +++
 2 files changed, 25 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 11:23:00 UTC (rev 130405)
+++ PKGBUILD2015-03-31 13:18:50 UTC (rev 130406)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
 # Contributor: Jeremy Newton (Mystro256) 
 
 pkgname=dolphin-emu
 pkgver=4.0.2
-pkgrel=7
+pkgrel=8
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 url='http://dolphin-emu.org'
 license=('GPL2')
 
-makedepends=('cmake' 'git' 'opencl-headers')
+makedepends=('cmake' 'opencl-headers')
 depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
  'sdl2' 'soundtouch' 'wxgtk')
 optdepends=('pulseaudio: PulseAudio backend')
@@ -18,31 +19,32 @@
 
 options=('!emptydirs')
 
-source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz";
+'dolphin-emu-findx11.patch'
 'dolphin-emu-gcc49.patch')
-md5sums=('SKIP'
+md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
+ 'f9a692b76263f3efae9793c4879bc2c5'
  '5fead49fc3a0ff9a9d1435368b5df1f9')
 
 prepare() {
-  cd "${srcdir}/${pkgname%-*}"
+  cd dolphin-${pkgver}
 
+  patch -Np1 -i ../dolphin-emu-findx11.patch
   patch -Np1 -i ../dolphin-emu-gcc49.patch
 }
 
 build() {
-  cd "${srcdir}/${pkgname%-*}"
+  cd dolphin-${pkgver}
 
   mkdir build && cd build
-  if [[ $CARCH == x86_64 ]]; then
-cmake .. -DCMAKE_INSTALL_PREFIX='/usr' 
-DCMAKE_CXX_FLAGS='-fno-inline-functions'
-  else
-cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  fi
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname%-*}/build"
+  cd dolphin-${pkgver}/build
 
   make DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}/usr/lib/libpolarssl.a"

Added: dolphin-emu-findx11.patch
===
--- dolphin-emu-findx11.patch   (rev 0)
+++ dolphin-emu-findx11.patch   2015-03-31 13:18:50 UTC (rev 130406)
@@ -0,0 +1,11 @@
+diff -rupN dolphin-4.0.2.orig/CMakeLists.txt dolphin-4.0.2/CMakeLists.txt
+--- dolphin-4.0.2.orig/CMakeLists.txt  2015-03-31 15:05:43.953995860 +0200
 dolphin-4.0.2/CMakeLists.txt   2015-03-31 15:06:53.379078333 +0200
+@@ -417,6 +417,7 @@ if(NOT ANDROID)
+ 
+   # Note: We do not need to explicitly check for X11 as it is 
done in the cmake
+   # FindOpenGL module on linux.
++  include(FindX11)
+   if(USE_X11 AND X11_FOUND)
+   set(USE_X11 1)
+   add_definitions(-DHAVE_X11=1)


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

2015-03-31 Thread Maxime Gauduin
Date: Tuesday, March 31, 2015 @ 13:23:00
  Author: alucryd
Revision: 130405

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

Added:
  geary/repos/community-i686/PKGBUILD
(from rev 130404, geary/trunk/PKGBUILD)
  geary/repos/community-i686/geary-gtk3.14.patch
(from rev 130404, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-i686/geary.install
(from rev 130404, geary/trunk/geary.install)
  geary/repos/community-x86_64/PKGBUILD
(from rev 130404, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/geary-gtk3.14.patch
(from rev 130404, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-x86_64/geary.install
(from rev 130404, geary/trunk/geary.install)
Deleted:
  geary/repos/community-i686/PKGBUILD
  geary/repos/community-i686/geary-gtk3.14.patch
  geary/repos/community-i686/geary.install
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary-gtk3.14.patch
  geary/repos/community-x86_64/geary.install

--+
 /PKGBUILD|   84 +++
 /geary-gtk3.14.patch |   88 +
 /geary.install   |   34 
 community-i686/PKGBUILD  |   42 ---
 community-i686/geary-gtk3.14.patch   |   44 
 community-i686/geary.install |   17 --
 community-x86_64/PKGBUILD|   42 ---
 community-x86_64/geary-gtk3.14.patch |   44 
 community-x86_64/geary.install   |   17 --
 9 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-31 11:22:39 UTC (rev 130404)
+++ community-i686/PKGBUILD 2015-03-31 11:23:00 UTC (rev 130405)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
- 'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala')
-install='geary.install'
-source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";)
-sha256sums=('87db09b1e4fb8e18c8341561a13a3d05f954dc6fadc076b658c6699c784e')
-
-build() {
-  cd geary-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--D{DESKTOP,ICON}_UPDATE='FALSE' \
--DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
-  make
-}
-
-package() {
-  cd geary-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 130404, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-31 11:23:00 UTC (rev 130405)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
+ 'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+ 'vala')
+install='geary.install'
+source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";)
+sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
+
+build() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-D{DESKTOP,ICON}_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary-gtk3.14.patch
===
--- community-i686/geary-gtk3.14.patch  2015-03-31 11:22:39 UTC (rev 130404)
+++ community-i686/geary-gtk3.14.patch  2015-03-31 11:23:00 UTC (rev 130405)
@@ -1,44 +0,0 @@
-From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen 
-Date: Thu, 25 Sep 2014 16:46:59 -0700
-Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
-
-By setting the icon pixel size, that forces GTK+ to load images
-installed in our locations rather than the theme's.
-
-diff --git a/THANKS b/THANKS
-index 007ab81..f35d8ad 100644
 a/THANKS
-+++ b/THANKS
-@@ -5,6 +5,

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

2015-03-31 Thread Maxime Gauduin
Date: Tuesday, March 31, 2015 @ 13:22:39
  Author: alucryd
Revision: 130404

upgpkg: geary 0.10.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 10:11:28 UTC (rev 130403)
+++ PKGBUILD2015-03-31 11:22:39 UTC (rev 130404)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.8.3
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'vala')
 install='geary.install'
 
source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";)
-sha256sums=('87db09b1e4fb8e18c8341561a13a3d05f954dc6fadc076b658c6699c784e')
+sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
 
 build() {
   cd geary-${pkgver}


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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 12:11:28
  Author: aginiewicz
Revision: 130403

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-31 10:11:25 UTC (rev 130402)
+++ PKGBUILD2015-03-31 10:11:28 UTC (rev 130403)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.6.9
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter";
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz";)
-md5sums=('73bf2018568c601ed92eb99c03016d36')
-
-prepare() {
-  cd "$srcdir"
-  cp -a XlsxWriter-${pkgver} XlsxWriter-py2-${pkgver}
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/XlsxWriter-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/XlsxWriter-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd "$srcdir"/XlsxWriter-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
-  cd "$srcdir"/XlsxWriter-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 130402, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-31 10:11:28 UTC (rev 130403)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-xlsxwriter
+pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter";
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz";)
+md5sums=('e50536869bb2261a620c4d5500d0a8bd')
+
+prepare() {
+  cd "$srcdir"
+  cp -a XlsxWriter-${pkgver} XlsxWriter-py2-${pkgver}
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/XlsxWriter-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/XlsxWriter-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlsxwriter() {
+  depends=('python2')
+
+  cd "$srcdir"/XlsxWriter-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
+}
+
+package_python-xlsxwriter() {
+  depends=('python')
+
+  cd "$srcdir"/XlsxWriter-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 12:11:25
  Author: aginiewicz
Revision: 130402

upgpkg: python-xlsxwriter 0.7.2-1

python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 10:07:09 UTC (rev 130401)
+++ PKGBUILD2015-03-31 10:11:25 UTC (rev 130402)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.6.9
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz";)
-md5sums=('73bf2018568c601ed92eb99c03016d36')
+md5sums=('e50536869bb2261a620c4d5500d0a8bd')
 
 prepare() {
   cd "$srcdir"


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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 12:07:05
  Author: aginiewicz
Revision: 130400

upgpkg: python-openpyxl 2.2.1-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 10:03:39 UTC (rev 130399)
+++ PKGBUILD2015-03-31 10:07:05 UTC (rev 130400)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('118702e284bf4dc5070aecfc5558976c'
+md5sums=('6afea6c209aca8eef773b61f23f4b92d'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 12:07:09
  Author: aginiewicz
Revision: 130401

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 130400, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 130400, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   70 +-
 PKGBUILD |  124 ++---
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2015-03-31 10:07:05 UTC (rev 130400)
+++ LICENCE 2015-03-31 10:07:09 UTC (rev 130401)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 130400, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2015-03-31 10:07:09 UTC (rev 130401)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-31 10:07:05 UTC (rev 130400)
+++ PKGBUILD2015-03-31 10:07:09 UTC (rev 130401)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-
-pkgbase=python-openpyxl
-pkgname=('python2-openpyxl' 'python-open

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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 12:03:39
  Author: aginiewicz
Revision: 130399

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

Added:
  python-scikit-image/repos/community-i686/
  python-scikit-image/repos/community-i686/PKGBUILD
(from rev 130398, python-scikit-image/trunk/PKGBUILD)
  python-scikit-image/repos/community-x86_64/
  python-scikit-image/repos/community-x86_64/PKGBUILD
(from rev 130398, python-scikit-image/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   66 
 community-x86_64/PKGBUILD |   66 
 2 files changed, 132 insertions(+)

Copied: python-scikit-image/repos/community-i686/PKGBUILD (from rev 130398, 
python-scikit-image/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-31 10:03:39 UTC (rev 130399)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+#TODO (AUR optdepends): PyAMG, Astropy, SimpleITK, imread
+
+pkgbase=python-scikit-image
+pkgname=('python2-scikit-image' 'python-scikit-image')
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Image processing routines for SciPy"
+arch=('i686' 'x86_64')
+url="http://scikit-image.org/";
+license=('BSD')
+makedepends=('cython2' 'cython' 'python2-six' 'python-six'
+ 'python2-scipy' 'python-scipy' 'python2-matplotlib' 
'python-matplotlib'
+ 'python2-networkx' 'python-networkx' 'python2-pillow' 
'python-pillow')
+options=(!emptydirs)
+
+source=("https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz";)
+md5sums=('9a2118cc4d18c038a7d22e3ce0141309')
+
+prepare() {
+  cd "$srcdir"
+  cp -a scikit-image-$pkgver scikit-image-py2-$pkgver
+  cd scikit-image-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/scikit-image-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/scikit-image-$pkgver
+  python setup.py build
+}
+
+package_python2-scikit-image() {
+  depends=('python2-scipy' 'python2-matplotlib' 'python2-networkx' 
'python2-pillow')
+  optdepends=('python2-pyqt4: for imshow(x, fancy=True) and skivi'
+  'freeimage: for reading various types of image file formats')
+  cd "$srcdir"/scikit-image-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  mv "$pkgdir"/usr/bin/skivi "$pkgdir"/usr/bin/skivi2
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-scikit-image() {
+  depends=('python-scipy' 'python-matplotlib' 'python-networkx' 
'python-pillow')
+  optdepends=('python-pyqt4: for imshow(x, fancy=True) and skivi'
+  'freeimage: for reading various types of image file formats')
+  cd "$srcdir"/scikit-image-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-scikit-image/repos/community-x86_64/PKGBUILD (from rev 130398, 
python-scikit-image/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-31 10:03:39 UTC (rev 130399)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+#TODO (AUR optdepends): PyAMG, Astropy, SimpleITK, imread
+
+pkgbase=python-scikit-image
+pkgname=('python2-scikit-image' 'python-scikit-image')
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Image processing routines for SciPy"
+arch=('i686' 'x86_64')
+url="http://scikit-image.org/";
+license=('BSD')
+makedepends=('cython2' 'cython' 'python2-six' 'python-six'
+ 'python2-scipy' 'python-scipy' 'python2-matplotlib' 
'python-matplotlib'
+ 'python2-networkx' 'python-networkx' 'python2-pillow' 
'python-pillow')
+options=(!emptydirs)
+
+source=("https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz";)
+md5sums=('9a2118cc4d18c038a7d22e3ce0141309')
+
+prepare() {
+  cd "$srcdir"
+  cp -a scikit-image-$pkgver scikit-image-py2-$pkgver
+  cd scikit-image-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/scikit-image-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/scikit-image-$pkgver
+  python setup.py build
+}
+
+package_python2-scikit-image() {
+  depends=('python2-scipy' 'python2-matplotlib' 'python2-networkx' 
'python2-pillow')
+  optdepends=('pyth

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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 12:03:28
  Author: aginiewicz
Revision: 130398

upgpkg: python-scikit-image 0.11.2-1

python-scikit-image: release first version to community

Modified:
  python-scikit-image/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 09:45:51 UTC (rev 130397)
+++ PKGBUILD2015-03-31 10:03:28 UTC (rev 130398)
@@ -6,7 +6,7 @@
 pkgbase=python-scikit-image
 pkgname=('python2-scikit-image' 'python-scikit-image')
 pkgver=0.11.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Image processing routines for SciPy"
 arch=('i686' 'x86_64')
 url="http://scikit-image.org/";
@@ -50,7 +50,7 @@
 
   mv "$pkgdir"/usr/bin/skivi "$pkgdir"/usr/bin/skivi2
 
-  install -D "$srcdir"/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python-scikit-image() {
@@ -61,6 +61,6 @@
 
   python setup.py install --root="$pkgdir"/ --optimize=1
 
-  install -D "$srcdir"/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 


[arch-commits] Commit in (4 files)

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 11:45:51
  Author: aginiewicz
Revision: 130397

python-scikit-image: moving from AUR

Added:
  python-scikit-image/
  python-scikit-image/repos/
  python-scikit-image/trunk/
  python-scikit-image/trunk/PKGBUILD

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

Added: python-scikit-image/trunk/PKGBUILD
===
--- python-scikit-image/trunk/PKGBUILD  (rev 0)
+++ python-scikit-image/trunk/PKGBUILD  2015-03-31 09:45:51 UTC (rev 130397)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+#TODO (AUR optdepends): PyAMG, Astropy, SimpleITK, imread
+
+pkgbase=python-scikit-image
+pkgname=('python2-scikit-image' 'python-scikit-image')
+pkgver=0.11.2
+pkgrel=0
+pkgdesc="Image processing routines for SciPy"
+arch=('i686' 'x86_64')
+url="http://scikit-image.org/";
+license=('BSD')
+makedepends=('cython2' 'cython' 'python2-six' 'python-six'
+ 'python2-scipy' 'python-scipy' 'python2-matplotlib' 
'python-matplotlib'
+ 'python2-networkx' 'python-networkx' 'python2-pillow' 
'python-pillow')
+options=(!emptydirs)
+
+source=("https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz";)
+md5sums=('9a2118cc4d18c038a7d22e3ce0141309')
+
+prepare() {
+  cd "$srcdir"
+  cp -a scikit-image-$pkgver scikit-image-py2-$pkgver
+  cd scikit-image-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/scikit-image-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/scikit-image-$pkgver
+  python setup.py build
+}
+
+package_python2-scikit-image() {
+  depends=('python2-scipy' 'python2-matplotlib' 'python2-networkx' 
'python2-pillow')
+  optdepends=('python2-pyqt4: for imshow(x, fancy=True) and skivi'
+  'freeimage: for reading various types of image file formats')
+  cd "$srcdir"/scikit-image-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  mv "$pkgdir"/usr/bin/skivi "$pkgdir"/usr/bin/skivi2
+
+  install -D "$srcdir"/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-scikit-image() {
+  depends=('python-scipy' 'python-matplotlib' 'python-networkx' 
'python-pillow')
+  optdepends=('python-pyqt4: for imshow(x, fancy=True) and skivi'
+  'freeimage: for reading various types of image file formats')
+  cd "$srcdir"/scikit-image-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D "$srcdir"/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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


[arch-commits] Commit in viking/repos/community-i686 (6 files)

2015-03-31 Thread Jaroslav Lichtblau
Date: Tuesday, March 31, 2015 @ 11:42:59
  Author: jlichtblau
Revision: 130396

archrelease: copy trunk to community-i686

Added:
  viking/repos/community-i686/PKGBUILD
(from rev 130395, viking/trunk/PKGBUILD)
  viking/repos/community-i686/viking.changelog
(from rev 130395, viking/trunk/viking.changelog)
  viking/repos/community-i686/viking.install
(from rev 130395, viking/trunk/viking.install)
Deleted:
  viking/repos/community-i686/PKGBUILD
  viking/repos/community-i686/viking.changelog
  viking/repos/community-i686/viking.install

--+
 PKGBUILD |   66 ++---
 viking.changelog |   61 +---
 viking.install   |   24 +--
 3 files changed, 77 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-31 09:42:45 UTC (rev 130395)
+++ PKGBUILD2015-03-31 09:42:59 UTC (rev 130396)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Nick Østergaard 
-# Contributor: Jonny Gerold 
-
-pkgname=viking
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="GTK+2 application to manage GPS data"
-arch=('i686' 'x86_64')
-url="http://viking.sourceforge.net/";
-license=('GPL2')
-depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('geo: for geocaches')
-options=('!emptydirs') 
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6c560c8665112732e575110e9a316638cf278f03b5ecd92ff8845419cb3d53ec')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-expedia --enable-geocaches
-  make
-}
-
-package(){
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: viking/repos/community-i686/PKGBUILD (from rev 130395, 
viking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-31 09:42:59 UTC (rev 130396)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Nick Østergaard 
+# Contributor: Jonny Gerold 
+
+pkgname=viking
+pkgver=1.6
+pkgrel=1
+pkgdesc="GTK+2 application to manage GPS data"
+arch=('i686' 'x86_64')
+url="http://viking.sourceforge.net/";
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
+makedepends=('intltool' 'gnome-doc-utils' 'boost')
+optdepends=('geo: for geocaches')
+options=('!emptydirs') 
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
+  make
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: viking.changelog
===
--- viking.changelog2015-03-31 09:42:45 UTC (rev 130395)
+++ viking.changelog2015-03-31 09:42:59 UTC (rev 130396)
@@ -1,29 +0,0 @@
-2014-09-02 Jaroslav Lichtblau 
-   * viking 1.5.1-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * viking 1.5-1
-
-2013-09-28 Jaroslav Lichtblau 
-   * viking 1.4.2-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * viking 1.4.1-1
-
-2013-02-24 Jaroslav Lichtblau 
-   * viking 1.4-1
-
-2012-10-02 Jaroslav Lichtblau 
-   * viking 1.3.2.1-1
-
-2012-05-05 Jaroslav Lichtblau 
-   * viking 1.3.0-1
-
-2011-11-27 Jaroslav Lichtblau 
-   * viking 1.2.2-1
-
-2011-08-28 Jaroslav Lichtblau 
-   * viking 1.2.1-1
-
-2011-06-22 Jaroslav Lichtblau 
-   * viking 1.2-1

Copied: viking/repos/community-i686/viking.changelog (from rev 130395, 
viking/trunk/viking.changelog)
===
--- viking.changelog(rev 0)
+++ viking.changelog2015-03-31 09:42:59 UTC (rev 130396)
@@ -0,0 +1,32 @@
+2015-03-31 Jaroslav Lichtblau 
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau 
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau 
+   * viking 1.5-1
+
+2013-09-28 Jaroslav Lichtblau 
+   * viking 1.4.2-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau 
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau 
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau 
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau 
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau 
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * viking 1.2-1

Deleted: viking.install
===
--- viking.install  2015-03-31 09:42:45 

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

2015-03-31 Thread Jaroslav Lichtblau
Date: Tuesday, March 31, 2015 @ 11:42:45
  Author: jlichtblau
Revision: 130395

upgpkg: viking 1.6-1

Modified:
  viking/trunk/PKGBUILD
  viking/trunk/viking.changelog

--+
 PKGBUILD |   12 ++--
 viking.changelog |   23 +--
 2 files changed, 19 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 09:21:25 UTC (rev 130394)
+++ PKGBUILD2015-03-31 09:42:45 UTC (rev 130395)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Nick Østergaard 
 # Contributor: Jonny Gerold 
 
 pkgname=viking
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6
+pkgrel=1
 pkgdesc="GTK+2 application to manage GPS data"
 arch=('i686' 'x86_64')
 url="http://viking.sourceforge.net/";
 license=('GPL2')
-depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
-makedepends=('intltool' 'gnome-doc-utils')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
+makedepends=('intltool' 'gnome-doc-utils' 'boost')
 optdepends=('geo: for geocaches')
 options=('!emptydirs') 
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6c560c8665112732e575110e9a316638cf278f03b5ecd92ff8845419cb3d53ec')
+sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: viking.changelog
===
--- viking.changelog2015-03-31 09:21:25 UTC (rev 130394)
+++ viking.changelog2015-03-31 09:42:45 UTC (rev 130395)
@@ -1,29 +1,32 @@
-2014-09-02 Jaroslav Lichtblau 
+2015-03-31 Jaroslav Lichtblau 
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau 
* viking 1.5.1-1
 
-2014-02-04 Jaroslav Lichtblau 
+2014-02-04 Jaroslav Lichtblau 
* viking 1.5-1
 
-2013-09-28 Jaroslav Lichtblau 
+2013-09-28 Jaroslav Lichtblau 
* viking 1.4.2-1
 
-2013-05-18 Jaroslav Lichtblau 
+2013-05-18 Jaroslav Lichtblau 
* viking 1.4.1-1
 
-2013-02-24 Jaroslav Lichtblau 
+2013-02-24 Jaroslav Lichtblau 
* viking 1.4-1
 
-2012-10-02 Jaroslav Lichtblau 
+2012-10-02 Jaroslav Lichtblau 
* viking 1.3.2.1-1
 
-2012-05-05 Jaroslav Lichtblau 
+2012-05-05 Jaroslav Lichtblau 
* viking 1.3.0-1
 
-2011-11-27 Jaroslav Lichtblau 
+2011-11-27 Jaroslav Lichtblau 
* viking 1.2.2-1
 
-2011-08-28 Jaroslav Lichtblau 
+2011-08-28 Jaroslav Lichtblau 
* viking 1.2.1-1
 
-2011-06-22 Jaroslav Lichtblau 
+2011-06-22 Jaroslav Lichtblau 
* viking 1.2-1


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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 11:21:25
  Author: aginiewicz
Revision: 130394

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +-
 languagetool.sh |  142 +++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-31 09:21:17 UTC (rev 130393)
+++ PKGBUILD2015-03-31 09:21:25 UTC (rev 130394)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=2.8
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="http://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=7')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
-noextract=($pkgname-$pkgver.zip)
-md5sums=('3788af6cc2448e88ecf401d916bfc0de'
- '136387ef7979e23004330d553736a89b')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 130393, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-31 09:21:25 UTC (rev 130394)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=2.9
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="http://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=7')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
+noextract=($pkgname-$pkgver.zip)
+md5sums=('2f4639bf4e0634d1259aad48adb0e1e5'
+ '136387ef7979e23004330d553736a89b')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2015-03-31 09:21:17 UTC (rev 130393)
+++ languagetool.sh 2015-03-31 09:21:25 UTC (rev 130394)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-file_present=false
-asked_for_help=false
-start_server=false
-http_server=false
-
-declare -a argv=("$@")
-
-i=0
-for arg in "$@"; do
-  if [[ $arg != -* ]]; then
-file_present=true
-  fi
-  if [[ $arg == --config* ]]; then
-start_server=true
-  fi
-  if [[ $arg == --http ]]; then
-start_server=true
-http_server=true
-unset argv[$i]
-  fi
-  if [[ $arg == -h ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  if [[ $arg == --help ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  ((i++))
-done
-
-CP=/usr/share/languagetool
-for name in /usr/share/java/languagetool/*.jar ; do
-  CP=$CP:$name
-done
-
-CLI_command='org.languagetool.commandline.Main'
-GUI_command='org.languagetool.gui.Main'
-NSRV_command='org.languagetool.server.HTTPServer'
-SSRV_command='org.languagetool.server.HTTPSServer'
-
-if $asked_for_help; then
-  echo "Command-line interface (CLI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $CLI_command -h | sed "s/java -jar 
languagetool-commandline.jar/languagetool/"
-  echo
-  echo "Graphical user interface (GUI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $GUI_command -h | sed "s/java 
org.languagetool.gui.Main/languagetool/"
-  echo
-  echo "HTTP server help:"
-  "$JAVA_HOME/bin/java" -cp $CP $NSRV_command -h | se

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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 11:21:17
  Author: aginiewicz
Revision: 130393

upgpkg: languagetool 2.9-1

languagetool: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 08:58:00 UTC (rev 130392)
+++ PKGBUILD2015-03-31 09:21:17 UTC (rev 130393)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
@@ -17,7 +17,7 @@
 'gtk2: needed for the GUI version')
 
source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
 noextract=($pkgname-$pkgver.zip)
-md5sums=('3788af6cc2448e88ecf401d916bfc0de'
+md5sums=('2f4639bf4e0634d1259aad48adb0e1e5'
  '136387ef7979e23004330d553736a89b')
 
 package() {


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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 10:57:50
  Author: aginiewicz
Revision: 130391

upgpkg: python-scikit-learn 0.16.0-1

python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 00:53:42 UTC (rev 130390)
+++ PKGBUILD2015-03-31 08:57:50 UTC (rev 130391)
@@ -3,8 +3,8 @@
 
 pkgbase=python-scikit-learn
 pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.15.2
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('i686' 'x86_64')
 url="http://scikit-learn.sourceforge.net/";
@@ -14,7 +14,7 @@
 
 
source=("https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-${pkgver}.tar.gz";
 "LICENSE")
-md5sums=('d9822ad0238e17b382a3c756ea94fe0d'
+md5sums=('aab04c077f91615137c0da266cf29398'
  '327083d2576cc0aad1b8f10b2bcd2974')
 
 prepare() {


[arch-commits] Commit in python-scikit-learn/repos (8 files)

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 10:58:00
  Author: aginiewicz
Revision: 130392

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

Added:
  python-scikit-learn/repos/community-i686/LICENSE
(from rev 130391, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-i686/PKGBUILD
(from rev 130391, python-scikit-learn/trunk/PKGBUILD)
  python-scikit-learn/repos/community-x86_64/LICENSE
(from rev 130391, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 130391, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-i686/LICENSE
  python-scikit-learn/repos/community-i686/PKGBUILD
  python-scikit-learn/repos/community-x86_64/LICENSE
  python-scikit-learn/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   48 ++
 /PKGBUILD |  116 
 community-i686/LICENSE|   24 -
 community-i686/PKGBUILD   |   58 --
 community-x86_64/LICENSE  |   24 -
 community-x86_64/PKGBUILD |   58 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-03-31 08:57:50 UTC (rev 130391)
+++ community-i686/LICENSE  2015-03-31 08:58:00 UTC (rev 130392)
@@ -1,24 +0,0 @@
-Copyright (c) 2010–2011, scikit-learn developers
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the  nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL  BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-scikit-learn/repos/community-i686/LICENSE (from rev 130391, 
python-scikit-learn/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-03-31 08:58:00 UTC (rev 130392)
@@ -0,0 +1,24 @@
+Copyright (c) 2010–2011, scikit-learn developers
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the  nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL  BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-31 08:57:50 UTC (rev 130391)