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

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Feb 6 05:24:17 UTC 2014


    Date: Thursday, February 6, 2014 @ 06:24:17
  Author: bisson
Revision: 105371

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

Added:
  xmobar/repos/community-i686/PKGBUILD
    (from rev 105365, xmobar/repos/community-testing-i686/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
    (from rev 105365, xmobar/repos/community-testing-i686/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
    (from rev 105365, xmobar/repos/community-testing-x86_64/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
    (from rev 105365, xmobar/repos/community-testing-x86_64/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-testing-i686/
  xmobar/repos/community-testing-x86_64/
  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-02-06 05:24:16 UTC (rev 105370)
+++ community-i686/PKGBUILD	2014-02-06 05:24:17 UTC (rev 105371)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Arch Haskell Team <arch-haskell at 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')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 105365, xmobar/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-06 05:24:17 UTC (rev 105371)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Arch Haskell Team <arch-haskell at 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')

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===================================================================
--- community-i686/xmobar-0.15-haskell-mtl.patch	2014-02-06 05:24:16 UTC (rev 105370)
+++ community-i686/xmobar-0.15-haskell-mtl.patch	2014-02-06 05:24:17 UTC (rev 105371)
@@ -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 +0000
-+++ xmobar-0.15/xmobar.cabal	2012-06-11 17:05:16.772001865 +0000
-@@ -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 105365, xmobar/repos/community-testing-i686/xmobar-0.15-haskell-mtl.patch)
===================================================================
--- community-i686/xmobar-0.15-haskell-mtl.patch	                        (rev 0)
+++ community-i686/xmobar-0.15-haskell-mtl.patch	2014-02-06 05:24:17 UTC (rev 105371)
@@ -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 +0000
++++ xmobar-0.15/xmobar.cabal	2012-06-11 17:05:16.772001865 +0000
+@@ -112,7 +112,7 @@
+       time,
+       filepath,
+       X11 == 1.6.*,
+-      mtl == 2.0.*,
++      mtl >= 2.0 && <2.2,
+       parsec == 3.1.*,
+       stm == 2.3.*
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-06 05:24:16 UTC (rev 105370)
+++ community-x86_64/PKGBUILD	2014-02-06 05:24:17 UTC (rev 105371)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Arch Haskell Team <arch-haskell at 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')

Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 105365, xmobar/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-06 05:24:17 UTC (rev 105371)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Arch Haskell Team <arch-haskell at 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')

Deleted: community-x86_64/xmobar-0.15-haskell-mtl.patch
===================================================================
--- community-x86_64/xmobar-0.15-haskell-mtl.patch	2014-02-06 05:24:16 UTC (rev 105370)
+++ community-x86_64/xmobar-0.15-haskell-mtl.patch	2014-02-06 05:24:17 UTC (rev 105371)
@@ -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 +0000
-+++ xmobar-0.15/xmobar.cabal	2012-06-11 17:05:16.772001865 +0000
-@@ -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-x86_64/xmobar-0.15-haskell-mtl.patch (from rev 105365, xmobar/repos/community-testing-x86_64/xmobar-0.15-haskell-mtl.patch)
===================================================================
--- community-x86_64/xmobar-0.15-haskell-mtl.patch	                        (rev 0)
+++ community-x86_64/xmobar-0.15-haskell-mtl.patch	2014-02-06 05:24:17 UTC (rev 105371)
@@ -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 +0000
++++ xmobar-0.15/xmobar.cabal	2012-06-11 17:05:16.772001865 +0000
+@@ -112,7 +112,7 @@
+       time,
+       filepath,
+       X11 == 1.6.*,
+-      mtl == 2.0.*,
++      mtl >= 2.0 && <2.2,
+       parsec == 3.1.*,
+       stm == 2.3.*
+ 




More information about the arch-commits mailing list