~ubuntu-branches/ubuntu/utopic/flwm/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2005-04-08 12:37:28 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050408123728-wnbw3utqy45nlanx
Tags: 1.00-7
* Rebuild with g++ with correct ABI.
* Add Fl::visible_focus(0) in initialize(). This should fix
  Alt-Enter with GNOME2 apps. Closes: #246090. Thanks Duncan Sargeant
* Ship the menu-method not executable in the tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: flwm
2
2
Section: x11
3
3
Priority: optional
4
 
Maintainer: Tommi Virtanen <tv@debian.org>
5
 
Standards-Version: 3.1.1
6
 
Build-Depends: mesag-dev, libfltk1-dev | libfltk-dev, xutils
 
4
Maintainer: Bill Allombert <ballombe@debian.org>
 
5
Standards-Version: 3.6.1
 
6
Build-Depends: libfltk1.1-dev (>= 1.1.3+1.1.4rc1-3), xutils
7
7
 
8
8
Package: flwm
9
9
Architecture: any
10
10
Depends: ${shlibs:Depends}
11
 
Suggests: menu (>=1.5)
 
11
Suggests: menu 
 
12
Conflicts: menu (<< 2.1.9-1)
12
13
Provides: x-window-manager
13
14
Description: Fast Light Window Manager
14
15
 Flwm is an attempt to combine the best ideas from several
15
16
 window managers. The primary influence and code base is from
16
17
 wm2 by Chris Cannam. Primary features copied from wm2 are:
17
18
 .
18
 
  - Does not look like Windoze. 
19
 
  - Nifty sideways titlebars. 
20
 
  - No icons. You deiconize by picking off a pop-up menu. 
21
 
    This means no space is wasted by icons. 
22
 
  - Really small and fast code. 
23
 
 .
24
 
 It is enhanced by the author's own further nutty ideas: 
25
 
 .
26
 
  - Does not use shape extension, more standard resize handles. 
 
19
  - Does not look like Windoze.
 
20
  - Nifty sideways title bars.
 
21
  - No icons. You deiconify by picking off a pop-up menu.
 
22
    This means no space is wasted by icons.
 
23
  - Really small and fast code.
 
24
 .
 
25
 It is enhanced by the author's own further nutty ideas:
 
26
 .
 
27
  - Does not use shape extension, more standard resize handles.
27
28
  - Occupies as little screen space as possible. The border and titles
28
29
    are as thin as I could possibly make them. And maximized
29
30
    windows waste only 15 pixels horizontally and zero (count'em)
30
 
    pixels vertically! 
31
 
  - Independent maximize buttons for width & height, close button. 
32
 
  - Understands Motif, KDE, and Gnome window manager hints. 
33
 
  - Multiple desktops, controlled from the same menu as the icons. 
 
31
    pixels vertically!
 
32
  - Independent maximize buttons for width & height, close button.
 
33
  - Understands Motif, KDE, and Gnome window manager hints.
 
34
  - Multiple desktops, controlled from the same menu as the icons.