diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-13 04:29:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-13 04:29:12 +0000 |
commit | 1b8d292451900eba9f06f876e188c8a8b1c639d8 (patch) | |
tree | fbbd13ef2b67ef52fa6e7e49b4430ddbb14a9c6e /wm/fluxbox/patches | |
parent | 17dae0b0c01f7d4d960837884cb6b41affdaa078 (diff) | |
download | pkgsrc-1b8d292451900eba9f06f876e188c8a8b1c639d8.tar.gz |
Update wm/fluxbox to 0.9.9, based on patch sent by Stefan Kruger in
PR pkg/25468.
News in 0.9.9:
* New commands:
* Deiconify <mode> <dest>
* Where mode is:
* last
- deiconify last iconified window
* lastworkspace (default)
- deiconify last iconified window from current workspace
* all
- deiconify all iconified windows
* allworkspace
- deiconify all iconfied windows from current workspace
* and dest is:
* current (default)
- deiconify them on current windows
* origin
- deiconify them where they were
* originquiet
- deiconify to old workspace but dont follow
* SendToNextWorkspace <num>
* sends current window forward <num> workspaces
* SendToPrevWorkspace <num>
* sends current window backward <num> workspaces
* WindowMenu
* popups the window menu
* New resources:
* session.tabsAttachArea: <mode>
* where mode is:
* Window
- dropping tabs to any part of the destination-window leads
to attaching to that frame (default)
* Titlebar
- dropping tabs only to the titlebar of the destination-
window leads to attaching to that frame
* session.screen<num>.overlay.lineWidth: <integer>
* session.screen<num>.overlay.lineStyle:
* Valid arguments: LineSolid, LineOnOffDash LineDoubleDash
* session.screen<num>.overlay.joinStyle:
* Valid arguments: JoinRound, JoindMiter, JoinBevel
* session.screen<num>.overlay.capStyle:
* Valid arguments: CapNotLast, CapRound, CapButt, CapProjecting
* KDE dockapps docks in systray inside toolbar now
* Support aspect ratio hints
* Optional decoration on transient windows
* Added ! as a comment char in keys file
* Improved rendering speed while changing workspace
* Improved checking for compiler and compiler version
* Improved transparent rendering speed
* Remember hidden state for apps
* [IconHidden] hides the app from the icon bar
* [FocusHidden] hides the app from the list to be reachable
via Next/PrevWindow
* [Hidden] is [IconHidden] + [FocusHidden]
Example ~/.fluxbox/apps: [IconHidden] {true}
* Expands tilde for slitlist file
* Using WM_CLASS instead of NAME in slitlist file
* Window snapping to other windows
* More support for Extended Window Manager Hints:
* _NET_WM_WINDOW_TYPE
* _NET_WM_WINDOW_TYPE_DOCK
* _NET_WM_STATE_ABOVE
* _NET_WM_STATE_BELOW
* _NET_WM_CLIENT_LIST_STACKING
* _NET_WM_DESKTOP_VIEWPORT
* _NET_WM_DESKTOP_GEOMETRY
* _NET_WORKAREA
* _NET_ACTIVE_WINDOW
* _NET_WM_STATE_HIDDEN
* _NET_WM_STATE_SKIP_TASKBAR
* sl_SI nls
* Updated nl_NL locales
* fbrun news:
* cycling in tab completion
* completes binaries from your $PATH
* if you want to use old history tab-complete, press Ctrl-tab
* completes path names
* Control-C clears the text
* Fixed cursor bug
* fluxbox-generate_menu news:
* Updated German locales
* More firefox support
* portability fixes
* improve menu reloading
* more menu entries
* French locales
* Portuguese locales
Bug fixes:
* Decoration bug with mwm hint + remember
* Drawing issues with big menus
* _MOTIF_WM_HINTS decoration toggle bug
* No-text-in-iconbar bug on restart
* Menu time stamp on root menu
* placeWindow caused spinning with screens higher than width
e.g. vertical xinerama
* compiles in cygwin
* update of keys on keymap change
* infinite loop in fbrun
* window size bug in no-decor windows on start/restart
* The _NET_MOVERESIZE_WINDOW crash bug
* mplayer -vo xvid bug
* menu keyboard navigation bug
Diffstat (limited to 'wm/fluxbox/patches')
-rw-r--r-- | wm/fluxbox/patches/patch-aa | 22 | ||||
-rw-r--r-- | wm/fluxbox/patches/patch-ab | 92 | ||||
-rw-r--r-- | wm/fluxbox/patches/patch-ae | 15 |
3 files changed, 28 insertions, 101 deletions
diff --git a/wm/fluxbox/patches/patch-aa b/wm/fluxbox/patches/patch-aa index 97d756a5a36..fe77dd63786 100644 --- a/wm/fluxbox/patches/patch-aa +++ b/wm/fluxbox/patches/patch-aa @@ -1,15 +1,17 @@ -$NetBSD: patch-aa,v 1.4 2002/12/10 20:39:09 jschauma Exp $ +$NetBSD: patch-aa,v 1.5 2004/05/13 04:29:13 xtraeme Exp $ ---- doc/Makefile.in.orig Tue Dec 10 15:17:17 2002 -+++ doc/Makefile.in Tue Dec 10 15:17:30 2002 -@@ -94,8 +94,8 @@ +--- doc/Makefile.in.orig 2004-05-13 06:03:22.000000000 +0200 ++++ doc/Makefile.in 2004-05-13 06:04:16.000000000 +0200 +@@ -93,10 +93,10 @@ CLEANFILES = fluxbox.1 MAINTAINERCLEANFILES = Makefile.in --man_MANS = fluxbox.1 bsetroot.1 --EXTRA_DIST = fluxbox.1.in bsetroot.1 Coding_style -+man_MANS = fluxbox.1 -+EXTRA_DIST = fluxbox.1.in Coding_style +-man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \ ++man_MANS = fluxbox.1 fbrun.1 fbsetbg.1 \ + startfluxbox.1 fluxstyle.1 fbrun.1 + +-EXTRA_DIST = fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \ ++EXTRA_DIST = fluxbox.1.in fbrun.1 startfluxbox.1 fbsetbg.1 \ + fluxstyle.1 Coding_style + subdir = doc - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h diff --git a/wm/fluxbox/patches/patch-ab b/wm/fluxbox/patches/patch-ab index 2aadebafa18..ee5979a7897 100644 --- a/wm/fluxbox/patches/patch-ab +++ b/wm/fluxbox/patches/patch-ab @@ -1,100 +1,40 @@ -$NetBSD: patch-ab,v 1.8 2004/01/29 16:58:03 jmmv Exp $ +$NetBSD: patch-ab,v 1.9 2004/05/13 04:29:13 xtraeme Exp $ ---- util/Makefile.in.orig 2004-01-15 13:22:41.000000000 +0100 -+++ util/Makefile.in -@@ -95,10 +95,10 @@ regex_cmd = @regex_cmd@ +--- util/Makefile.in.orig 2004-05-13 06:01:43.000000000 +0200 ++++ util/Makefile.in 2004-05-13 06:02:50.000000000 +0200 +@@ -94,7 +94,7 @@ SUBDIRS = fbrun - INCLUDES = -I../src/FbTk/ + INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk bin_SCRIPTS = fbsetbg fluxbox-generate_menu startfluxbox -bin_PROGRAMS = bsetroot --bsetroot_SOURCES = bsetroot.cc bsetroot.hh --bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o \ -- ../src/FbAtoms.o ../src/FbTk/libFbTk.a -+#HF#bin_PROGRAMS = bsetroot -+#HF#bsetroot_SOURCES = bsetroot.cc bsetroot.hh -+#HF#bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o \ -+#HF# ../src/FbAtoms.o ../src/FbTk/libFbTk.a - - - MAINTAINERCLEANFILES = Makefile.in -@@ -109,14 +109,14 @@ subdir = util ++bin_PROGRAMS = + bsetroot_SOURCES = bsetroot.cc bsetroot.hh + bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o \ + ../src/FbAtoms.o ../src/FbTk/libFbTk.a +@@ -108,7 +108,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = -bin_PROGRAMS = bsetroot$(EXEEXT) -+#HF#bin_PROGRAMS = bsetroot$(EXEEXT) ++bin_PROGRAMS = PROGRAMS = $(bin_PROGRAMS) --am_bsetroot_OBJECTS = bsetroot.$(OBJEXT) --bsetroot_OBJECTS = $(am_bsetroot_OBJECTS) --bsetroot_DEPENDENCIES = ../src/FbRootWindow.o ../src/I18n.o \ -- ../src/FbAtoms.o ../src/FbTk/libFbTk.a --bsetroot_LDFLAGS = -+#HF#am_bsetroot_OBJECTS = bsetroot.$(OBJEXT) -+#HF#bsetroot_OBJECTS = $(am_bsetroot_OBJECTS) -+#HF#bsetroot_DEPENDENCIES = ../src/FbRootWindow.o ../src/I18n.o \ -+#HF# ../src/FbAtoms.o ../src/FbTk/libFbTk.a -+#HF#bsetroot_LDFLAGS = - SCRIPTS = $(bin_SCRIPTS) - - -@@ -126,7 +126,7 @@ CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - depcomp = $(SHELL) $(top_srcdir)/depcomp --@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bsetroot.Po -+#HF#@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bsetroot.Po - CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) - LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ -@@ -144,7 +144,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $( + am_bsetroot_OBJECTS = bsetroot.$(OBJEXT) +@@ -143,7 +143,7 @@ CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -DIST_SOURCES = $(bsetroot_SOURCES) -+#HF#DIST_SOURCES = $(bsetroot_SOURCES) ++DIST_SOURCES = RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ uninstall-info-recursive all-recursive install-data-recursive \ -@@ -152,7 +152,7 @@ RECURSIVE_TARGETS = info-recursive dvi-r +@@ -151,7 +151,7 @@ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = Makefile.am Makefile.in DIST_SUBDIRS = $(SUBDIRS) -SOURCES = $(bsetroot_SOURCES) -+#HF#SOURCES = $(bsetroot_SOURCES) ++SOURCES = all: all-recursive -@@ -198,9 +198,9 @@ uninstall-binPROGRAMS: - - clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) --bsetroot$(EXEEXT): $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES) -- @rm -f bsetroot$(EXEEXT) -- $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS) -+#HF#bsetroot$(EXEEXT): $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES) -+#HF# @rm -f bsetroot$(EXEEXT) -+#HF# $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS) - install-binSCRIPTS: $(bin_SCRIPTS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(bindir) -@@ -229,7 +229,7 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsetroot.Po@am__quote@ -+#HF#@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsetroot.Po@am__quote@ - - distclean-depend: - -rm -rf $(DEPDIR) -@@ -477,8 +477,8 @@ all-local: startfluxbox - clean-local: - rm -f startfluxbox fluxbox-generate_menu - --bsetroot.o: bsetroot.cc ../config.h bsetroot.hh \ -- ../src/FbRootWindow.hh ../src/FbAtoms.hh -+#HF#bsetroot.o: bsetroot.cc ../config.h bsetroot.hh \ -+#HF# ../src/FbRootWindow.hh ../src/FbAtoms.hh - - startfluxbox: startfluxbox.in - @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir),g" \ diff --git a/wm/fluxbox/patches/patch-ae b/wm/fluxbox/patches/patch-ae deleted file mode 100644 index c9f1ed7f16d..00000000000 --- a/wm/fluxbox/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2003/08/14 14:17:41 jschauma Exp $ - ---- src/I18n.cc.orig 2003-08-14 10:03:53.000000000 -0400 -+++ src/I18n.cc 2003-08-14 10:05:06.000000000 -0400 -@@ -58,7 +58,9 @@ - I18n::I18n():m_multibyte(false), m_catalog_fd((nl_catd)(-1)) { - #ifdef HAVE_SETLOCALE - //make sure we don't get 0 to m_locale string -- char *temp = setlocale(LC_ALL, ""); -+ char *temp; -+ (void)setlocale(LC_ALL, ""); -+ temp = setlocale(LC_MESSAGES, NULL); - m_locale = ( temp ? temp : ""); - if (m_locale.size() == 0) { - cerr<<"Warning: Failed to set locale, reverting to \"C\""<<endl; |