Search Criteria
Package Details: xmobar-git 0.36.r24.ga071c2a-1
Git Clone URL: | https://aur.archlinux.org/xmobar-git.git (read-only, click to copy) |
---|---|
Package Base: | xmobar-git |
Description: | Minimalistic Text Based Status Bar |
Upstream URL: | https://hackage.haskell.org/package/xmobar |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | cgirard |
Maintainer: | anthraxx |
Last Packager: | anthraxx |
Votes: | 17 |
Popularity: | 0.000002 |
First Submitted: | 2010-12-22 09:40 |
Last Updated: | 2020-11-20 00:41 |
Dependencies (38)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- ghc-libs
- haskell-aeson
- haskell-alsa-core
- haskell-alsa-mixer
- haskell-async
- haskell-cereal
- haskell-dbus
- haskell-extensible-exceptions
- haskell-hinotify
- haskell-hspec
- haskell-http
- haskell-http-client-tls
- haskell-http-conduit
- haskell-http-types
- haskell-iwlib
- haskell-libmpd
- haskell-mtl (ghc-libs)
- haskell-netlink
- haskell-network-uri
- haskell-parsec (ghc-libs)
- haskell-parsec-numbers
- haskell-regex-base
- haskell-regex-compat
- haskell-stm (ghc-libs)
- haskell-temporary
- haskell-text (ghc-libs)
- haskell-timezone-olson
- haskell-timezone-series
- haskell-utf8-string
- haskell-x11
- haskell-x11-xft
- libxft (libxft-bgra-git, libxft-bgra)
- libxinerama (libxinerama-randr-git)
- libxpm
- libxrandr (libxrandr-git)
- ghc (ghc-raspbian-bin) (make)
- git (git-git) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
PRESFIL commented on 2020-10-08 14:57
Xmobar now can work as XMonad and it is config can be written in "normal" Haskell, but PKGBUILD does not provide this ability. I used
xmonad
PKGBUILD from archlinux.org/packages as inspiration. Here's my branch. Please, review-apply this changes.yourmom777 commented on 2020-06-11 04:55
Should
haskell-alsa-core
andhaskell-alsa-mixer
be added as dependencies andwith_alsa
be added as a compile flag for the Alsa command?TheNiceGuy commented on 2018-07-11 23:29
The newer version now required
parsec-numbers
library as shown in [1]. I've packagedparsec-numbers
here [2].[1] https://github.com/jaor/xmobar/commit/a2365debfaba478042184f5831675d1b08172cc7#diff-2ef1a34f72bcbd28050f41e97edc1206R176
[2] https://aur.archlinux.org/packages/haskell-parsec-numbers/
misc commented on 2018-02-07 18:56
Setup is setup now for like no good reason
opt1mus commented on 2017-07-01 03:16
If you encounter a series of errors ( /usr/bin/ld: cannot find -lHSblahblahblah ) on attempting to compile - similar to those found here;
https://bugs.archlinux.org/user/11602
Switching to dynamic compilation fixes the issue, in this case it'll mean including --enable-executable-dynamic to whichever 'runhaskell Setup configure ...' line you're using.
fosskers commented on 2015-05-21 21:42
Thanks, I'm going to take a look at this on the weekend.
euclio commented on 2015-05-21 21:40
I've written a new version of the PKGBUILD that lets makepkg handle the git checkout. This allows users to avoid checking out the source every time they want to build.
Also, I added a pkgver function to generate pkgver based on the latest tag. Please consider incorporating my changes :)
https://gist.github.com/euclio/a7ed1b3cbd0dd6c2135b
pdxleif commented on 2014-02-13 05:58
It'll use whatever version it was compiled against. Just recompile this package, and it should link to /usr/lib/libiw.so.30.
kevr commented on 2014-02-13 05:56
Recent bleeding-edge arch updates broke this package by default, it looks for libiw.so.29, updated version from the arch repository is now libiw.so.30 -- just an fyi.
Thanks maintainer. :)
fosskers commented on 2014-02-11 18:51
There you go Todd :)