archhaskell / habs

Arch Haskell ABS tree
http://github.com/archhaskell/habs
80 stars 28 forks source link

xmonad.desktop generation #189

Closed wadeduvall closed 9 years ago

wadeduvall commented 9 years ago

Add xmonad.desktop generation to the xmonad.pkgbuild patch. This is how it is done in the official ArchLinux PKGBUILD, and allows display managers like GDM and LightDM to work with this xmonad package. This fixes #188.

wadeduvall commented 9 years ago

I should point out that the official PKGBUILD (as it is in ABS) provides an xmonad.svg. Since (to my knowledge) there is no way to provide files in this manner with cblrepo, I did nothing. It would be possible to patch sources to grab it from a web server, if you wish. For now, the xmonad.desktop uses the default image.

magthe commented 9 years ago

Thanks, but I'm not taking this merge request as is because

  1. A bump of taffybar is missing. In the future, please use cblrepo bump to ensure you really catch all dependants when bumping.
  2. The resulting patch doesn't work with quilt.

I am however making the changes you propose