summaryrefslogtreecommitdiff
path: root/wm/fluxbox/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-09-02 21:56:32 +0000
committerxtraeme <xtraeme>2004-09-02 21:56:32 +0000
commitccc7443cb9188d054102348d7e3d659997d7c8a2 (patch)
treed8626d855ede023d6feb59bb3f51f32fd31367c4 /wm/fluxbox/Makefile
parent8261ab1e5f04598cdb478399ad430609d6ca9507 (diff)
downloadpkgsrc-ccc7443cb9188d054102348d7e3d659997d7c8a2.tar.gz
Update wm/fluxbox to 0.9.10.
Changes: * Old styles should look like they used to * New actions: * directional focus movement: FocusUp, FocusDown, FocusLeft, FocusRight * other: RaiseLayer, LowerLayer, Exit * Added apps file matching on WM_WINDOW_ROLE * use "role=string". Particularly useful for gaim+gimp windows [app] (role=buddy_list) ... * Window menu file * new resource: * session.screen<num>.windowMenu: <filename> * The menu file format is the same as the normal ~/.fluxbox/menu but with some special menu items: [iconify], [maximize], [shade], [close], [extramenus] [layer], [sendto] + the all the other menu items that you can use in the normal root menu (i.e [exec] (aterm) {aterm}) The [extramenus] will add "remember" menu example: session.screen0.windowMenu: ~/.fluxbox/windowmenu [begin] [exec] (aterm) {aterm} [maximize] [shade] [close] [end] * Added [wallpapers|wallpapermenu|rootcommands] to possible menuitems * [wallpapers] (directory) {rootcommand} creates a submenu in the menu to click on the wallpaper one wants. default rootcommand is fbsetbg * Improved menu transparent rendering speed and the text is not transparent anymore so you are able to see the text even if you have 100% transparency * New menu theme items: * menu.titleHeight: <integer> * menu.itemHeight: <integer> The height of the item/title will be the biggest of font height + bevel and the specified height, so the text will always fit. * Added icons in menu and improved menu loading speed * New option for menu file: [key] (label) {argument to key} <the icon filename> example: [exec] (aterm) {aterm} <terminal.xpm> * Improve rendering speed of toolbar * Supports _NET_WM_WINDOW_TYPE_DESKTOP * eg nautilus desktop windows are on the bottom, not tabable, etc * Added some new options font loading: *.font: fontname-size:option,specoption1:key=val;key2=val2 etc eg: *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green *.font: Verdana-10:halo:color=blue possible specoptions atm: halo: color=colorname shadow: color=colorname offsetx=number (negative allowed) offsety=number (negative allowed) * Fixed so one can use to use this in the apps-file: [Layer] {number | literal} ex: [Layer] {BOTTOM} while literal is one of DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU * fluxbox-generate_menu: * Preliminary basic support for icons in fluxbox-generate_menu put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r--wm/fluxbox/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile
index a69e8f5d58d..ac70d0fd853 100644
--- a/wm/fluxbox/Makefile
+++ b/wm/fluxbox/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/05/13 04:29:13 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/09/02 21:56:32 xtraeme Exp $
#
-DISTNAME= fluxbox-0.9.9
+DISTNAME= fluxbox-0.9.10
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
EXTRACT_SUFX= .tar.bz2
@@ -17,12 +17,10 @@ USE_X11= YES
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
-.include "../../mk/bsd.prefs.mk"
-
-FLUXBOX_USE_XINERAMA?= NO
-.if !empty(FLUXBOX_USE_XINERAMA:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-xinerama
-.endif
+
+.include "../../mk/bsd.prefs.mk"
FLUXBOX_USE_KDE?= NO
.if !empty(FLUXBOX_USE_KDE:M[Yy][Ee][Ss])