diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-03-10 16:26:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-03-10 16:26:55 +0000 |
commit | f334c0347c52787d8612a7b8575eb71ec5a2422a (patch) | |
tree | 91ae08e4338b27ea4e9de0504b969c3a0e5dc5d5 /x11-wm/xmonad/metadata.xml | |
parent | Marking ktorrent-4.1.2 ppc for bug 394867 (diff) | |
download | gentoo-2-f334c0347c52787d8612a7b8575eb71ec5a2422a.tar.gz gentoo-2-f334c0347c52787d8612a7b8575eb71ec5a2422a.tar.bz2 gentoo-2-f334c0347c52787d8612a7b8575eb71ec5a2422a.zip |
Added USE=default-term to be frendlier to user. Default config contains xterm by default. Added x11-apps/xmessage depend (used to show configuration build error).
(Portage version: 2.2.0_alpha90_p1/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/xmonad/metadata.xml')
-rw-r--r-- | x11-wm/xmonad/metadata.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/x11-wm/xmonad/metadata.xml b/x11-wm/xmonad/metadata.xml index 8c66906af531..b671a21949a7 100644 --- a/x11-wm/xmonad/metadata.xml +++ b/x11-wm/xmonad/metadata.xml @@ -1,8 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>haskell</herd> -<maintainer> - <email>haskell@gentoo.org</email> -</maintainer> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <use> + <flag name='default-term'>Pull terminal specified in default xmonad config + to be a bit less hostile by default.</flag> + </use> + <longdescription> + 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. + </longdescription> </pkgmetadata> |