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

2016-02-24 Thread Jelle van der Waa
Date: Wednesday, February 24, 2016 @ 19:40:28
  Author: jelle
Revision: 163331

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 163330, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
(from rev 163330, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 163330, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
(from rev 163330, xmobar/trunk/disable-ewmh-plugin.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch

+
 /PKGBUILD  |   62 ++
 /disable-ewmh-plugin.patch |   92 +++
 community-i686/PKGBUILD|   31 -
 community-i686/disable-ewmh-plugin.patch   |   46 -
 community-x86_64/PKGBUILD  |   31 -
 community-x86_64/disable-ewmh-plugin.patch |   46 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 18:40:13 UTC (rev 163330)
+++ community-i686/PKGBUILD 2016-02-24 18:40:28 UTC (rev 163331)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.23.1
-pkgrel=10
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 163330, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 18:40:28 UTC (rev 163331)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=11
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Deleted: community-i686/disable-ewmh-plugin.patch
===
--- community-i686/disable-ewmh-plugin.patch2016-02-24 18:40:13 UTC (rev 
163330)
+++ community-i686/disable-ewmh-plugin.patch2016-02-24 18:40:28 UTC (rev 
163331)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
 a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this function's type signature.
--runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader 

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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:33
  Author: jelle
Revision: 137861

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 137860, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
(from rev 137860, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 137860, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
(from rev 137860, xmobar/trunk/disable-ewmh-plugin.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch

+
 /PKGBUILD  |   62 ++
 /disable-ewmh-plugin.patch |   92 +++
 community-i686/PKGBUILD|   31 -
 community-i686/disable-ewmh-plugin.patch   |   46 -
 community-x86_64/PKGBUILD  |   31 -
 community-x86_64/disable-ewmh-plugin.patch |   46 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 19:12:25 UTC (rev 137860)
+++ community-i686/PKGBUILD 2015-08-03 19:12:33 UTC (rev 137861)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.23.1
-pkgrel=1
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
-'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 137860, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 19:12:33 UTC (rev 137861)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
+'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Deleted: community-i686/disable-ewmh-plugin.patch
===
--- community-i686/disable-ewmh-plugin.patch2015-08-03 19:12:25 UTC (rev 
137860)
+++ community-i686/disable-ewmh-plugin.patch2015-08-03 19:12:33 UTC (rev 
137861)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
 a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this 

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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 21:19:25
  Author: jelle
Revision: 130494

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

Added:
  xmobar/repos/community-staging-i686/
  xmobar/repos/community-staging-i686/PKGBUILD
(from rev 130493, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-staging-i686/disable-ewmh-plugin.patch
(from rev 130493, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-staging-i686/ghc-7.10.1-update-haskell-deps.patch
(from rev 130493, xmobar/trunk/ghc-7.10.1-update-haskell-deps.patch)
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 130493, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-staging-x86_64/disable-ewmh-plugin.patch
(from rev 130493, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-staging-x86_64/ghc-7.10.1-update-haskell-deps.patch
(from rev 130493, xmobar/trunk/ghc-7.10.1-update-haskell-deps.patch)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/disable-ewmh-plugin.patch  |   46 ++
 community-staging-i686/ghc-7.10.1-update-haskell-deps.patch   |   18 +++
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/disable-ewmh-plugin.patch|   46 ++
 community-staging-x86_64/ghc-7.10.1-update-haskell-deps.patch |   18 +++
 6 files changed, 204 insertions(+)

Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 130493, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-01 19:19:25 UTC (rev 130494)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.23
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
+'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz
 ghc-7.10.1-update-haskell-deps.patch disable-ewmh-plugin.patch)
+
+prepare() {
+  cd ${srcdir}/xmobar-$pkgver
+  patch -Np1 -i $srcdir/ghc-7.10.1-update-haskell-deps.patch
+  patch -Np1 -i $srcdir/disable-ewmh-plugin.patch
+}
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('5ab73783a6a8f97753a263652e1c141c'
+ 'c2229e749626ae28132129fc2cb80bad'
+ '9d3951d4a6e12f48b5bd9735575ee2a4')

Copied: xmobar/repos/community-staging-i686/disable-ewmh-plugin.patch (from rev 
130493, xmobar/trunk/disable-ewmh-plugin.patch)
===
--- community-staging-i686/disable-ewmh-plugin.patch
(rev 0)
+++ community-staging-i686/disable-ewmh-plugin.patch2015-04-01 19:19:25 UTC 
(rev 130494)
@@ -0,0 +1,46 @@
+diff --git a/src/Config.hs b/src/Config.hs
+index 59d6bd4..c788e6a 100644
+--- a/src/Config.hs
 b/src/Config.hs
+@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
+ import Plugins.CommandReader
+ import Plugins.StdinReader
+ import Plugins.XMonadLog
+-import Plugins.EWMH
+ import Plugins.Kbd
+ import Plugins.Locks
+
+@@ -147,7 +146,7 @@ infixr :*:
+ -- the 'Runnable.Runnable' Read instance. To install a plugin just add
+ -- the plugin's type to the list of types (separated by ':*:') appearing in
+ -- this function's type signature.
+-runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: 
Kbd :*: Locks :*:
++runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: 
Locks :*:
+  Mail :*: MBox :*:
+  DateZone :*: MarqueePipeReader :*:
+  ()
+diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
+index a263536..37e603f 100644
+--- a/src/Plugins/Date.hs
 b/src/Plugins/Date.hs
+@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
+
+ import Plugins
+
+-import System.Locale
+ import 

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

2015-01-06 Thread Jelle van der Waa
Date: Tuesday, January 6, 2015 @ 21:43:56
  Author: jelle
Revision: 125543

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 125542, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 125542, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 125542, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 125542, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-06 20:39:07 UTC (rev 125542)
+++ community-i686/PKGBUILD 2015-01-06 20:43:56 UTC (rev 125543)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.22.1
-pkgrel=1
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.8.4-1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.8' 'haskell-network-uri'
-'haskell-stm=2.4.3' 'haskell-parsec=3.1.7' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('b63a1d5ad739e0f2b70ba0366a9854b7')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 125542, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-06 20:43:56 UTC (rev 125543)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.22.1
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.8.4-1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.8' 'haskell-network-uri'
+'haskell-stm=2.4.3' 'haskell-parsec=3.1.7' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('b63a1d5ad739e0f2b70ba0366a9854b7')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2015-01-06 20:39:07 UTC 
(rev 125542)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2015-01-06 20:43:56 UTC 
(rev 125543)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
125542, 

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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:08:23
  Author: jelle
Revision: 114922

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 114921, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 114921, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 114921, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 114921, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 16:08:11 UTC (rev 114921)
+++ community-i686/PKGBUILD 2014-07-04 16:08:23 UTC (rev 114922)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.20.1
-pkgrel=2
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.8.2-2' 'haskell-x11=1.6.1.1' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.7'
-'haskell-stm=2.4.3' 'haskell-parsec=3.1.5' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('cee66bfa9aa36d25329ffd5ac044aeaf')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 114921, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 16:08:23 UTC (rev 114922)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.21
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.8.2-4' 'haskell-x11=1.6.1.1' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.7'
+'haskell-stm=2.4.3' 'haskell-parsec=3.1.5' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('8d4442d3772ad9f475d96b955fda220d')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2014-07-04 16:08:11 UTC 
(rev 114921)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2014-07-04 16:08:23 UTC 
(rev 114922)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
114921, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)

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

2014-03-14 Thread Jelle van der Waa
Date: Friday, March 14, 2014 @ 14:17:51
  Author: jelle
Revision: 107201

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 107200, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 107200, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 107200, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 107200, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 13:17:42 UTC (rev 107200)
+++ community-i686/PKGBUILD 2014-03-14 13:17:51 UTC (rev 107201)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.20
-pkgrel=1
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('09483ed2ff57b81d46aa3eb1ac6d89e4')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 107200, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 13:17:51 UTC (rev 107201)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.20.1
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('cee66bfa9aa36d25329ffd5ac044aeaf')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2014-03-14 13:17:42 UTC 
(rev 107200)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2014-03-14 13:17:51 UTC 
(rev 107201)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
107200, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)

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

2014-03-10 Thread Jelle van der Waa
Date: Monday, March 10, 2014 @ 19:31:13
  Author: jelle
Revision: 106937

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 106936, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 106936, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 106936, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 106936, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 18:30:59 UTC (rev 106936)
+++ community-i686/PKGBUILD 2014-03-10 18:31:13 UTC (rev 106937)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.19
-pkgrel=2
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('1c5b6ac7e7afe837b79c10ae4e8b8e4d')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 106936, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 18:31:13 UTC (rev 106937)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.20
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('09483ed2ff57b81d46aa3eb1ac6d89e4')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2014-03-10 18:30:59 UTC 
(rev 106936)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2014-03-10 18:31:13 UTC 
(rev 106937)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
106936, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:24
  Author: bisson
Revision: 105218

db-move: moved xmobar from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  xmobar/repos/community-testing-i686/
  xmobar/repos/community-testing-i686/PKGBUILD
(from rev 105212, xmobar/repos/community-staging-i686/PKGBUILD)
  xmobar/repos/community-testing-i686/xmobar-0.15-haskell-mtl.patch
(from rev 105212, 
xmobar/repos/community-staging-i686/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-testing-x86_64/
  xmobar/repos/community-testing-x86_64/PKGBUILD
(from rev 105212, xmobar/repos/community-staging-x86_64/PKGBUILD)
  xmobar/repos/community-testing-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 105212, 
xmobar/repos/community-staging-x86_64/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-staging-i686/
  xmobar/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   31 +++
 community-testing-i686/xmobar-0.15-haskell-mtl.patch   |   12 +
 community-testing-x86_64/PKGBUILD  |   31 +++
 community-testing-x86_64/xmobar-0.15-haskell-mtl.patch |   12 +
 4 files changed, 86 insertions(+)

Copied: xmobar/repos/community-testing-i686/PKGBUILD (from rev 105212, 
xmobar/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-02 21:38:24 UTC (rev 105218)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.19
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('1c5b6ac7e7afe837b79c10ae4e8b8e4d')

Copied: xmobar/repos/community-testing-i686/xmobar-0.15-haskell-mtl.patch (from 
rev 105212, xmobar/repos/community-staging-i686/xmobar-0.15-haskell-mtl.patch)
===
--- community-testing-i686/xmobar-0.15-haskell-mtl.patch
(rev 0)
+++ community-testing-i686/xmobar-0.15-haskell-mtl.patch2014-02-02 
21:38:24 UTC (rev 105218)
@@ -0,0 +1,12 @@
+diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
+--- xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
 xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
+@@ -112,7 +112,7 @@
+   time,
+   filepath,
+   X11 == 1.6.*,
+-  mtl == 2.0.*,
++  mtl = 2.0  2.2,
+   parsec == 3.1.*,
+   stm == 2.3.*
+ 

Copied: xmobar/repos/community-testing-x86_64/PKGBUILD (from rev 105212, 
xmobar/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-02 21:38:24 UTC (rev 105218)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.19
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license 

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

2013-10-28 Thread Jelle van der Waa
Date: Monday, October 28, 2013 @ 21:54:44
  Author: jelle
Revision: 99437

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 99436, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 99436, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 99436, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 99436, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-28 20:53:48 UTC (rev 99436)
+++ community-i686/PKGBUILD 2013-10-28 20:54:44 UTC (rev 99437)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.18
-pkgrel=1
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-compat')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('4d0502fa75cd51ff23e41e1711f25adb')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 99436, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-28 20:54:44 UTC (rev 99437)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.19
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('1c5b6ac7e7afe837b79c10ae4e8b8e4d')

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2013-10-28 20:53:48 UTC 
(rev 99436)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2013-10-28 20:54:44 UTC 
(rev 99437)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
99436, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
===
--- 

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

2013-06-06 Thread Jelle van der Waa
Date: Thursday, June 6, 2013 @ 22:06:10
  Author: jelle
Revision: 92482

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 92481, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 92481, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 92481, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 92481, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-06 20:04:53 UTC (rev 92481)
+++ community-i686/PKGBUILD 2013-06-06 20:06:10 UTC (rev 92482)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.17
-pkgrel=1
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('d50287cd9f2284737c89e36de0eca107')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 92481, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-06 20:06:10 UTC (rev 92482)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.18
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-compat')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('4d0502fa75cd51ff23e41e1711f25adb')

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2013-06-06 20:04:53 UTC 
(rev 92481)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2013-06-06 20:06:10 UTC 
(rev 92482)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
92481, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
===
--- community-i686/xmobar-0.15-haskell-mtl.patch 

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

2013-05-06 Thread Jelle van der Waa
Date: Monday, May 6, 2013 @ 09:32:36
  Author: jelle
Revision: 89949

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 89948, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 89948, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 89948, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 89948, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 07:31:24 UTC (rev 89948)
+++ community-i686/PKGBUILD 2013-05-06 07:32:36 UTC (rev 89949)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.16
-pkgrel=6
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('4742f1556a8e9b292f18df1176dcd378')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 89948, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 07:32:36 UTC (rev 89949)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.17
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('d50287cd9f2284737c89e36de0eca107')

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2013-05-06 07:31:24 UTC 
(rev 89948)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2013-05-06 07:32:36 UTC 
(rev 89949)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
89948, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
===
--- community-i686/xmobar-0.15-haskell-mtl.patch
(rev 0)