Commit Graph

17 Commits

Author SHA1 Message Date
kili
50d05ff91a Add LIB_DEPENDS to RUN_DEPENDS (for the -lib subpackage).
Switch to REVISION and now WANTLIB/LIB_DEPENDS style.
Bump (only -lib).
2010-07-17 13:49:21 +00:00
kili
f19ee7273f WANTLIB += pthread and bump PKGNAME. 2010-06-30 15:41:01 +00:00
kili
73f62484da Add gmp and bump. 2010-06-15 17:59:24 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
kili
8f4a6b2d2a Install documentation for -lib subpackage.
Note: if you have hs-xmonad-contrib installed, you'll see an error
message from ghc-pkg (called from unregister.sh) when you update
xmonad-lib. That's harmless in this case, and I'll improve the
register/unregister stuff in ghc soon.
2010-05-16 14:12:20 +00:00
kili
e07d5ae83f Adjust WANTLIB and bump PKGNAME after the ghc change. 2010-05-06 20:05:24 +00:00
kili
a917319928 Update to xmonad-0.9.1 2010-04-22 22:00:45 +00:00
kili
857d5c0cbf Drop maintainership. 2008-09-19 21:14:13 +00:00
kili
e704eaa96c Update to 0.7. 2008-04-16 21:00:56 +00:00
kili
cf24423102 Update to 0.6. Thanks to Simon Kuhnle and Jona Joachim for testing. 2008-02-03 18:17:51 +00:00
kili
8d91511549 Update to 0.5, and split up into subpackages -main and -lib.
Thanks to Simon Kuhnle for testing.
2008-01-18 21:51:13 +00:00
kili
a5eca74554 no need to run_depend on the ghc runtime nor hs-x11-extras, since all
ghc-related libs are static only.
also, explicitly add a pkgspec (with version) for hs-x11-extras, else
the build may fail if hs-x11-extras-0.3 is still installed.

noticed and tested by Simon Kuhnle. thanks!
2007-11-19 19:59:40 +00:00
kili
c7fb1f76d5 Update to 0.4. From Dmitri Alenitchev. 2007-11-18 20:13:31 +00:00
kili
557cb83210 Update to 0.3.
Note to xmonad junkies: this doesn't include XMonadContrib and related
stuff; there's a lot of activity on the xmonad list, so adding knobs to
the port *now* may be a bad idea.
2007-10-01 20:46:30 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
kili
c6479abcee Xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from
the keyboard: a mouse is strictly optional. Xmonad is written and
extensible in Haskell. Custom layout algorithms, and other extensions,
may be written by the user in config files. Layouts are applied
dynamically, and different layouts may be used on each workspace.
Xinerama is fully supported, allowing windows to be tiled on several
screens. A guiding principle of the design is predictability: users
should know in advance precisely the window arrangement that will
result from any action, leading to a simpler user interface.
2007-09-01 22:18:41 +00:00