Commit Graph

34 Commits

Author SHA1 Message Date
dcoppa
ccdc7f82ff Update to xmonad-0.10
ok kili@
2012-01-12 11:11:58 +00:00
kili
903b5233a6 Bump to enforce updates. 2011-12-27 21:10:28 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
kili
3e2234704e Use dmenu_run instead of the old dmenu_path | dmenu way, which doesn't
work any longer.
2011-08-21 17:32:28 +00:00
kili
2cbd5df4ee Bump after ghc udpate, and ensure that Setup.lhs is always called
with the correct parameters.
2011-06-30 21:41:06 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
67047fb4b8 Depend on and use mtl-2 from devel/hs-mtl. 2011-04-23 14:32:50 +00:00
kili
4f47c6607a Add hs-syb dependency and bump. 2011-04-11 14:58:20 +00:00
kili
b9e3390a05 Update to xmonad-0.9.2.
No haddock documentation for now (sorry). I hope this will
be fixed after the updates of ghc and haddock.
2011-04-04 22:40:55 +00:00
kili
3f71b67f44 Add a hint to xmonad-lib and hs-xmonad-contrib (initially suggested
by David Cantrell). Also turn {LIB,RUN}_DEPENDS-lib into
RUN_DEPENDS-lib/BUILD_DEPENDS (Haskell libs are still static).

ok dcoppa@
2010-12-04 11:53:57 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
dcdfee948c convert libiconv to new wantlib 2010-11-06 10:18:38 +00:00
kili
b808903775 bumpski 2010-11-03 22:12:01 +00:00
jasper
54aad2ac0c - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

from kili@
2010-10-28 13:55:21 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
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
e0614a266e Oops! XMoandContrib isn't used yet. 2007-10-01 20:47:52 +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