Skip to Content.
Sympa Menu

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

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 (4710acf0fbd49a44415c202fef03e35b8f2bee16)
  • Date: Thu, 18 Sep 2008 10:31:36 -0500

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

dev/null |binary
windowmanagers/fluxbox/CONFIGURE | 24
+--------------------
windowmanagers/fluxbox/DETAILS | 7 ++++--
windowmanagers/fluxbox/HISTORY | 4 +++
windowmanagers/fluxbox/PREPARE | 2 +
windowmanagers/fluxbox/fluxbox-1.0.0.tar.bz2.sig |binary
windowmanagers/fluxbox/fluxbox-1.1.0.1.tar.bz2.sig | 0
windowmanagers/fluxbox/fluxbox-1.1.1.tar.bz2.sig |binary
8 files changed, 13 insertions(+), 24 deletions(-)

New commits:
commit 4710acf0fbd49a44415c202fef03e35b8f2bee16
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fluxbox: => 1.1.1 (devel), switch to stable/devel versioning policy

diff --git a/windowmanagers/fluxbox/CONFIGURE
b/windowmanagers/fluxbox/CONFIGURE
index 8191011..5f9956f 100755
--- a/windowmanagers/fluxbox/CONFIGURE
+++ b/windowmanagers/fluxbox/CONFIGURE
@@ -1,4 +1,4 @@
-config_query FLUXBOX_CONF "Go through all (16) configuration options?" n
+config_query FLUXBOX_CONF "Go through all (11) configuration options?" n

if [[ $FLUXBOX_CONF == y ]]; then
config_query_option FLUXBOX_OPTS "enable support of the XShape extension?"
y \
@@ -41,27 +41,7 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-timed-cache" \
"--disable-timed-cache" &&

- config_query_option FLUXBOX_OPTS "Xft (antialias) support?" y \
- "--enable-xft" \
- "--disable-xft" &&
-
- config_query_option FLUXBOX_OPTS "Xrender (transparent) support?" y \
- "--enable-xrender" \
- "--disable-xrender" &&
-
- config_query_option FLUXBOX_OPTS "Xpm (pixmap themes) support?" y \
- "--enable-xpm" \
- "--disable-xpm" &&
-
config_query_option FLUXBOX_OPTS "Xmb (multibyte font, utf-8) support?" y \
"--enable-xmb" \
- "--disable-xmb" &&
-
- config_query_option FLUXBOX_OPTS "RANDR (The X Resize and Rotate
Extension) support?" y \
- "--enable-randr" \
- "--disable-randr" &&
-
- config_query_option FLUXBOX_OPTS "enable xinerama extension?" n \
- "--enable-xinerama" \
- "--disable-xinerama"
+ "--disable-xmb"
fi
diff --git a/windowmanagers/fluxbox/DETAILS b/windowmanagers/fluxbox/DETAILS
index 5c98289..cd8a3c7 100755
--- a/windowmanagers/fluxbox/DETAILS
+++ b/windowmanagers/fluxbox/DETAILS
@@ -11,13 +11,16 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.1.0.1
+ if [[ $FLUXBOX_DEVEL == y ]]; then
+ VERSION=1.1.1
+ else
+ VERSION=1.0.0
+ fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
-
WEB_SITE=http://www.fluxbox.org/
ENTERED=20011210
LICENSE[0]=MIT
diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index b3124ce..daa1a0c 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,7 @@
+2008-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.1, added DEVEL branch
+ * DEPENDS, CONFIGURE: fixed the conflicts
+
2008-09-17 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: fix typo on enable flag of libxrandr

diff --git a/windowmanagers/fluxbox/PREPARE b/windowmanagers/fluxbox/PREPARE
index ccb5188..4042b12 100755
--- a/windowmanagers/fluxbox/PREPARE
+++ b/windowmanagers/fluxbox/PREPARE
@@ -2,4 +2,6 @@ config_query FLUXBOX_GIT "Build the GIT version?" n

if [[ $FLUXBOX_GIT == y ]]; then
config_query FLUXBOX_GIT_AUTOUPDATE "Update git repo on every update?" n
+else
+ config_query FLUXBOX_DEVEL "Use development branch?" n
fi
diff --git a/windowmanagers/fluxbox/fluxbox-1.0.0.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.0.0.tar.bz2.sig
new file mode 100644
index 0000000..aef286a
Binary files /dev/null and b/windowmanagers/fluxbox/fluxbox-1.0.0.tar.bz2.sig
differ
diff --git a/windowmanagers/fluxbox/fluxbox-1.1.0.1.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.1.0.1.tar.bz2.sig
deleted file mode 100644
index 0232d1f..0000000
Binary files a/windowmanagers/fluxbox/fluxbox-1.1.0.1.tar.bz2.sig and
/dev/null differ
diff --git a/windowmanagers/fluxbox/fluxbox-1.1.1.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.1.1.tar.bz2.sig
new file mode 100644
index 0000000..496aaff
Binary files /dev/null and b/windowmanagers/fluxbox/fluxbox-1.1.1.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4710acf0fbd49a44415c202fef03e35b8f2bee16), Vlad Glagolev, 09/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page