Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c863583298045fbb16d5f6b25de013ace242616)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c863583298045fbb16d5f6b25de013ace242616)
  • Date: Mon, 31 Dec 2012 01:14:24 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
windowmanagers/fluxbox/CONFIGURE | 22 +++++--
windowmanagers/fluxbox/DEPENDS | 6 -
windowmanagers/fluxbox/DETAILS | 2
windowmanagers/fluxbox/HISTORY | 6 +
windowmanagers/fluxbox/PRE_BUILD | 3
windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig | 0
windowmanagers/fluxbox/fluxbox-1.3.3.tar.bz2.sig |binary
windowmanagers/fluxbox/size_t.patch | 70
-----------------------
9 files changed, 23 insertions(+), 86 deletions(-)

New commits:
commit 5c863583298045fbb16d5f6b25de013ace242616
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fluxbox: => 1.3.3

diff --git a/windowmanagers/fluxbox/CONFIGURE
b/windowmanagers/fluxbox/CONFIGURE
index b0a0dcc..8dc6a74 100755
--- a/windowmanagers/fluxbox/CONFIGURE
+++ b/windowmanagers/fluxbox/CONFIGURE
@@ -3,8 +3,14 @@ list_remove FLUXBOX_OPTS '--disable-ordered-pseudo' &&
list_remove FLUXBOX_OPTS '--enable-ordered-pseudo' &&
list_remove FLUXBOX_OPTS '--enable-gnome' &&
list_remove FLUXBOX_OPTS '--disable-gnome' &&
+list_remove FLUXBOX_OPTS '--enable-randr1.2' &&
+list_remove FLUXBOX_OPTS '--disable-randr1.2' &&
+list_remove FLUXBOX_OPTS '--enable-newwmspec' &&
+list_remove FLUXBOX_OPTS '--disable-newwmspec' &&
+list_remove FLUXBOX_OPTS '--enable-timed-cache' &&
+list_remove FLUXBOX_OPTS '--disable-timed-cache' &&

-config_query FLUXBOX_CONF "Go through all (8) configuration options?" n
+config_query FLUXBOX_CONF "Go through all (9) configuration options?" n &&

if [[ $FLUXBOX_CONF == y ]]; then
config_query_option FLUXBOX_OPTS "include code for the Slit?" y \
@@ -23,17 +29,21 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-regexp" \
"--disable-regexp" &&

- config_query_option FLUXBOX_OPTS "include code for new WM Spec?" y \
- "--enable-newwmspec" \
- "--disable-newwmspec" &&
+ config_query_option FLUXBOX_OPTS "enable support for Extended Window
Manager Hints?" y \
+ "--enable-ewmh" \
+ "--disable-ewmh" &&

config_query_option FLUXBOX_OPTS "include verbose debugging code?" n \
"--enable-debug" \
"--disable-debug" &&

+ config_query_option FLUXBOX_OPTS "build programs used in testing fluxbox?"
n \
+ "--enable-test" \
+ "--disable-test" &&
+
config_query_option FLUXBOX_OPTS "use new timed pixmap cache?" y \
- "--enable-timed-cache" \
- "--disable-timed-cache" &&
+ "--enable-timedcache" \
+ "--disable-timedcache" &&

config_query_option FLUXBOX_OPTS "include Xmb (multibyte font, utf-8)
support?" y \
"--enable-xmb" \
diff --git a/windowmanagers/fluxbox/DEPENDS b/windowmanagers/fluxbox/DEPENDS
index da8aae5..fd3a5d0 100755
--- a/windowmanagers/fluxbox/DEPENDS
+++ b/windowmanagers/fluxbox/DEPENDS
@@ -47,12 +47,6 @@ optional_depends libxrandr \
"--disable-randr" \
"for X Randr extension support" &&

-if is_depends_enabled $SPELL libxrandr; then
- config_query_option FLUXBOX_OPTS "enable RANDR 1.2 support?" y \
- "--enable-randr1.2" \
- "--disable-randr1.2"
-fi &&
-
optional_depends fribidi \
"--enable-fribidi" \
"--disable-fribidi" \
diff --git a/windowmanagers/fluxbox/DETAILS b/windowmanagers/fluxbox/DETAILS
index 6008d69..b6f1a6c 100755
--- a/windowmanagers/fluxbox/DETAILS
+++ b/windowmanagers/fluxbox/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.3.2
+ VERSION=1.3.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index c40622a..d119dd8 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,9 @@
+2012-12-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.3
+ * CONFIGURE: dropped deprecated randr1.2 flags; fixed timedcache
flags;
+ added test flags; swapped deprecated flags with ewmh support
+ * size_t.patch: dropped, fixed by upstream
+
2011-10-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.2
* DEPENDS, CONFIGURE: renewed optional flags
diff --git a/windowmanagers/fluxbox/PRE_BUILD
b/windowmanagers/fluxbox/PRE_BUILD
index 6f597d5..f4306f4 100755
--- a/windowmanagers/fluxbox/PRE_BUILD
+++ b/windowmanagers/fluxbox/PRE_BUILD
@@ -3,9 +3,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-# Version 1.3.2 needs this patch, git not anymore.
-[[ $FLUXBOX_GIT == y ]] || patch -p0 < "$SPELL_DIRECTORY/size_t.patch" &&
-
if is_depends_enabled $SPELL fribidi && is_version_less $(installed_version
fribidi) 0.19; then
patch -p0 < "$SPELL_DIRECTORY/fribidi.patch" &&
autoreconf -i
diff --git a/windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig
deleted file mode 100644
index b3d3f00..0000000
Binary files a/windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig and /dev/null
differ
diff --git a/windowmanagers/fluxbox/fluxbox-1.3.3.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.3.3.tar.bz2.sig
new file mode 100644
index 0000000..78eae0a
Binary files /dev/null and b/windowmanagers/fluxbox/fluxbox-1.3.3.tar.bz2.sig
differ
diff --git a/windowmanagers/fluxbox/size_t.patch
b/windowmanagers/fluxbox/size_t.patch
deleted file mode 100644
index cca7cd0..0000000
--- a/windowmanagers/fluxbox/size_t.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-diff -ru src/FbTk/LayerItem.hh ../fluxbox-1.3.1-size_t/src/FbTk/LayerItem.hh
---- src/FbTk/LayerItem.hh 2011-02-24 17:00:37.000000000 +0100
-+++ ../fluxbox-1.3.1-size_t/src/FbTk/LayerItem.hh 2011-04-11
07:37:09.000000000 +0200
-@@ -25,6 +25,7 @@
-
- #include "Layer.hh"
- #include "NotCopyable.hh"
-+#include <sys/types.h>
- #include <vector>
-
- namespace FbTk {
-diff -ru src/FbTk/MacroCommand.hh
../fluxbox-1.3.1-size_t/src/FbTk/MacroCommand.hh
---- src/FbTk/MacroCommand.hh 2009-10-04 21:45:38.000000000 +0200
-+++ ../fluxbox-1.3.1-size_t/src/FbTk/MacroCommand.hh 2011-04-11
07:35:02.000000000 +0200
-@@ -25,6 +25,7 @@
- #include "Command.hh"
- #include "RefCount.hh"
-
-+#include <sys/types.h>
- #include <vector>
-
- namespace FbTk {
-diff -ru src/FbTk/Makefile.in ../fluxbox-1.3.1-size_t/src/FbTk/Makefile.in
---- src/FbTk/Makefile.in 2011-02-27 18:40:24.000000000 +0100
-+++ ../fluxbox-1.3.1-size_t/src/FbTk/Makefile.in 2011-04-10
23:35:33.000000000 +0200
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11.1 from Makefile.am.
-+# Makefile.in generated by automake 1.11 from Makefile.am.
- # @configure_input@
-
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-diff -ru src/FbTk/MultLayers.hh
../fluxbox-1.3.1-size_t/src/FbTk/MultLayers.hh
---- src/FbTk/MultLayers.hh 2011-02-24 17:00:37.000000000 +0100
-+++ ../fluxbox-1.3.1-size_t/src/FbTk/MultLayers.hh 2011-04-11
07:36:19.000000000 +0200
-@@ -23,6 +23,7 @@
- #ifndef FBTK_MULTLAYERS_HH
- #define FBTK_MULTLAYERS_HH
-
-+#include <sys/types.h>
- #include <vector>
-
- namespace FbTk {
-diff -ru src/Makefile.in ../fluxbox-1.3.1-size_t/src/Makefile.in
---- src/Makefile.in 2011-02-27 18:40:24.000000000 +0100
-+++ ../fluxbox-1.3.1-size_t/src/Makefile.in 2011-04-10 23:35:33.000000000
+0200
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11.1 from Makefile.am.
-+# Makefile.in generated by automake 1.11 from Makefile.am.
- # @configure_input@
-
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -569,7 +569,7 @@
- # (which will cause the Makefiles to be regenerated when you run
`make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
-- @fail= failcom='exit 1'; \
-+ @failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
-@@ -594,7 +594,7 @@
- fi; test -z "$$fail"
-
- $(RECURSIVE_CLEAN_TARGETS):
-- @fail= failcom='exit 1'; \
-+ @failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
-Only in ../fluxbox-1.3.1-size_t/src/: defaults.cc



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c863583298045fbb16d5f6b25de013ace242616), Vlad Glagolev, 12/31/2012

Archive powered by MHonArc 2.6.24.

Top of Page