Search Criteria
Package Details: haskell-gi-gdkx11 3.0.8-1
Git Clone URL: | https://aur.archlinux.org/haskell-gi-gdkx11.git (read-only, click to copy) |
---|---|
Package Base: | haskell-gi-gdkx11 |
Description: | Bindings for GdkX11, autogenerated by haskell-gi. |
Upstream URL: | https://hackage.haskell.org/package/gi-gdkx11 |
Licenses: | |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion (pdxleif) |
Last Packager: | SolarAquarion |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-09 00:06 |
Last Updated: | 2019-07-31 03:09 |
Dependencies (12)
- ghc-libs
- haskell-base (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs)
- haskell-bytestring (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs)
- haskell-containers (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs)
- haskell-gi
- haskell-gi-base
- haskell-gi-gdk
- haskell-gi-overloading
- haskell-gi-xlib
- haskell-text (ghc-libs)
- haskell-transformers (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs)
- ghc (ghc-raspbian-bin) (make)
Latest Comments
chilledfrogs commented on 2018-12-29 18:47
Is this gonna be fixed/updated soon? I would like to be able to make
taffybar
work without making messy patches myself...pdxleif commented on 2018-12-28 08:41
Or just upgrade the package to version 3.0.4 - it includes my patch: https://github.com/haskell-gi/haskell-gi/pull/207
pdxleif commented on 2018-12-27 04:43
You can also do that with sed:
prepare() { cd "${srcdir}/${_hkgname}-${pkgver}" sed -i '32i\ gi-cairo,' gi-gdkx11.cabal }
Could I be added as a maintainer of this package?
kylesferrazza commented on 2018-12-27 04:10
Here's a patch to add the patch :)
https://clbin.com/rcbJz
chilledfrogs commented on 2018-12-26 23:37
Little problem: I have to add
gi-cairo
to the .cabal file for it to compile properly. A patch would be welcome so that I don't have to patch it myself each time...