xmobar-git updated. Patch no more needed.
This commit is contained in:
parent
916dc4a87a
commit
a43f3a72a7
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
pkgname=xmobar-git
|
pkgname=xmobar-git
|
||||||
pkgver=20110330
|
pkgver=20110606
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A minimal status bar for the XMonad Window Manager"
|
pkgdesc="A minimal status bar for the XMonad Window Manager"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -34,7 +34,6 @@ build() {
|
||||||
git clone "${srcdir}/$_gitname" "${srcdir}/$_gitname-build"
|
git clone "${srcdir}/$_gitname" "${srcdir}/$_gitname-build"
|
||||||
cd "${srcdir}/$_gitname-build"
|
cd "${srcdir}/$_gitname-build"
|
||||||
|
|
||||||
sed -i 's!sgGet!sgGetTag!' src/Plugins/Monitors/MPD.hs
|
|
||||||
runhaskell Setup configure --flags="all_extensions" --prefix=/usr
|
runhaskell Setup configure --flags="all_extensions" --prefix=/usr
|
||||||
runhaskell Setup build
|
runhaskell Setup build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue