summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-10-09 20:17:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-10-09 20:17:31 +0000
commit1892e25e6c085d27d2f3cef1a0cba627438c2c28 (patch)
treea3d5af5168b0afcbf0f6264fafe3b6a8c2ce0af6 /wm/fluxbox/patches
parent25864f4b031ff8999e85e82e6a13957bef7bbc7f (diff)
downloadpkgsrc-1892e25e6c085d27d2f3cef1a0cba627438c2c28.tar.gz
Update to 1.0.0 (ok by agc)
News in 1.0.0: * New default style: bloe * New styles: ostrich zimek_darkblue, zimek_green, zimek_bisque, carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe * Fixed shape handling, now shaped corners have border. * Allow negative numbers in command "Workspace" * Added utility fluxbox-remote * Allows script access to most fluxbox commands; Support must be turned on in the init file with session.screen.allowRemoteActions; the syntax is, e.g., fluxbox-remote "CustomMenu ~/.fluxbox/custommenu" * Added keycommands :AddWorkspace and :RemoveLastWorkspace * Added some missing Open Office entries and window managers, plus some other minor changes in fluxbox-generate_menu * Updated languages: sv_SE, zh_CN, de_*, es_ES, es_AR, en_US, en_GB, pt_* fi_FI, fr_FR, ru_RU And a lot of bugfixes, please review the Changelog file for more info.
Diffstat (limited to 'wm/fluxbox/patches')
-rw-r--r--wm/fluxbox/patches/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/wm/fluxbox/patches/patch-ac b/wm/fluxbox/patches/patch-ac
index 1cbd371bee7..a2a5df015af 100644
--- a/wm/fluxbox/patches/patch-ac
+++ b/wm/fluxbox/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.7 2005/09/27 12:49:04 tonio Exp $
+$NetBSD: patch-ac,v 1.8 2007/10/09 20:17:32 xtraeme Exp $
---- src/fluxbox.cc.orig 2005-09-01 11:22:01.000000000 +0200
-+++ src/fluxbox.cc
-@@ -570,11 +570,11 @@ void Fluxbox::setupConfigFiles() {
+--- src/fluxbox.cc.orig 2007-10-09 03:40:08.000000000 +0200
++++ src/fluxbox.cc 2007-10-09 03:41:21.000000000 +0200
+@@ -589,11 +589,11 @@
bool create_init = false, create_keys = false, create_menu = false;
-- string dirname = getenv("HOME") + string("/.") + string(m_RC_PATH) + "/";
-+ string dirname = getenv("HOME") + string("/.") + string(m_RC_PATH);
+- string dirname = getenv("HOME") + string("/.") + m_RC_PATH + "/";
++ string dirname = getenv("HOME") + string("/.") + m_RC_PATH;
string init_file, keys_file, menu_file, slitlist_file;
- init_file = dirname + m_RC_INIT_FILE;
- keys_file = dirname + "keys";