Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 19 years ago
parent
commit
8877e70b0f
3 changed files with 100 additions and 0 deletions
  1. +28
    -0
      package/teha/fluxbox/config.in
  2. +29
    -0
      package/teha/fluxbox/fluxbox.conf
  3. +43
    -0
      package/teha/fluxbox/fluxbox.desc

+ 28
- 0
package/teha/fluxbox/config.in

@ -0,0 +1,28 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/teha/fluxbox/config.in
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if pkgcheck fluxbox X
then
menu_begin MENU_PKG_FLUXBOX 'fluxbox Options'
bool 'Enable xinerama support' ROCKCFG_PKG_FLUXBOX_XINERAMA 0
menu_end
fi

+ 29
- 0
package/teha/fluxbox/fluxbox.conf

@ -0,0 +1,29 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/teha/fluxbox/fluxbox.conf
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add postinstall 3 "register_wm fluxbox 'fluxbox window manager' /$prefix/bin/fluxbox"
if test "$ROCKCFG_PKG_FLUXBOX_XINERAMA" != 0
then
var_append confopt " " "--enable-xinerama"
fi

+ 43
- 0
package/teha/fluxbox/fluxbox.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/teha/fluxbox/fluxbox.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] yet another windowmanager for X
[T] Fluxbox is yet another windowmanager for X. It's based on the
[T] Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles
[T] styles, colors, window placement and similar thing exactly
[T] like blackbox (100% theme/style compability).
[U] http://fluxbox.sf.net
[A] Hennrik Kinnunen <fluxgen@fluxbox.org>
[M] Tobias Hintze <th@rocklinux.org>
[C] extra/windowmanager
[L] MIT
[S] Stable
[V] 0.9.14
[P] X -----5---9 800.000
[D] 0 fluxbox-0.9.14.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/fluxbox/

Loading…
Cancel
Save