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

Jelle van der Waa jelle at archlinux.org
Mon Dec 29 18:19:37 UTC 2014


    Date: Monday, December 29, 2014 @ 19:19:37
  Author: jelle
Revision: 124867

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 124866, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-staging-i686/xmobar-0.15-haskell-mtl.patch
    (from rev 124866, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
    (from rev 124866, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-staging-x86_64/xmobar-0.15-haskell-mtl.patch
    (from rev 124866, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)

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

Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 124866, xmobar/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-12-29 18:19:37 UTC (rev 124867)
@@ -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.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-staging-i686/xmobar-0.15-haskell-mtl.patch (from rev 124866, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
===================================================================
--- community-staging-i686/xmobar-0.15-haskell-mtl.patch	                        (rev 0)
+++ community-staging-i686/xmobar-0.15-haskell-mtl.patch	2014-12-29 18:19:37 UTC (rev 124867)
@@ -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.*
+ 

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 124866, xmobar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-12-29 18:19:37 UTC (rev 124867)
@@ -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.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-staging-x86_64/xmobar-0.15-haskell-mtl.patch (from rev 124866, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
===================================================================
--- community-staging-x86_64/xmobar-0.15-haskell-mtl.patch	                        (rev 0)
+++ community-staging-x86_64/xmobar-0.15-haskell-mtl.patch	2014-12-29 18:19:37 UTC (rev 124867)
@@ -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