Skip to Content.
Sympa Menu

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

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 (b12ad75b55d0d961c07304f61a24fc34f47f8ca3)
  • Date: Sun, 30 Oct 2011 12:04:21 -0500

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

dev/null |binary
utils/sudo/DETAILS | 2 +-
utils/sudo/HISTORY | 3 +++
windowmanagers/fluxbox/CONFIGURE | 8 +++-----
windowmanagers/fluxbox/DEPENDS | 12 +++++++++---
windowmanagers/fluxbox/DETAILS | 2 +-
windowmanagers/fluxbox/HISTORY | 5 +++++
windowmanagers/fluxbox/PRE_BUILD | 6 ++++--
windowmanagers/fluxbox/fluxbox-1.3.1.tar.bz2.sig | 0
windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig |binary
10 files changed, 26 insertions(+), 12 deletions(-)

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

sudo: => 1.8.3p1

commit 18ce19986fe650704ccd60f1266f1714b03bb988
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fluxbox: => 1.3.2

diff --git a/utils/sudo/DETAILS b/utils/sudo/DETAILS
index 7f0acc1..82b1fb9 100755
--- a/utils/sudo/DETAILS
+++ b/utils/sudo/DETAILS
@@ -1,5 +1,5 @@
SPELL=sudo
- VERSION=1.8.3
+ VERSION=1.8.3p1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$SPELL/$SOURCE
diff --git a/utils/sudo/HISTORY b/utils/sudo/HISTORY
index 42a0a1d..a7e1c0a 100644
--- a/utils/sudo/HISTORY
+++ b/utils/sudo/HISTORY
@@ -1,3 +1,6 @@
+2011-10-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.3p1
+
2011-10-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.3

diff --git a/windowmanagers/fluxbox/CONFIGURE
b/windowmanagers/fluxbox/CONFIGURE
index 3a7d18b..b0a0dcc 100755
--- a/windowmanagers/fluxbox/CONFIGURE
+++ b/windowmanagers/fluxbox/CONFIGURE
@@ -1,8 +1,10 @@
# remove obsolete options from FLUXBOX_OPTS
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' &&

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

if [[ $FLUXBOX_CONF == y ]]; then
config_query_option FLUXBOX_OPTS "include code for the Slit?" y \
@@ -33,10 +35,6 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-timed-cache" \
"--disable-timed-cache" &&

- config_query_option FLUXBOX_OPTS "use GNOME window manager hints?" n \
- "--enable-gnome" \
- "--disable-gnome" &&
-
config_query_option FLUXBOX_OPTS "include Xmb (multibyte font, utf-8)
support?" y \
"--enable-xmb" \
"--disable-xmb"
diff --git a/windowmanagers/fluxbox/DEPENDS b/windowmanagers/fluxbox/DEPENDS
index 36f6530..da8aae5 100755
--- a/windowmanagers/fluxbox/DEPENDS
+++ b/windowmanagers/fluxbox/DEPENDS
@@ -47,10 +47,16 @@ 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" \
- "for FRIBIDI support" &&
+ "--enable-fribidi" \
+ "--disable-fribidi" \
+ "for FRIBIDI support" &&

suggest_depends feh "" "" "for setting wallpapers with feh" &&
suggest_depends xmessage "" "" "needed for fbsetbg -l"
diff --git a/windowmanagers/fluxbox/DETAILS b/windowmanagers/fluxbox/DETAILS
index a8f8a3b..6008d69 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.1
+ VERSION=1.3.2
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 27c246a..c40622a 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,8 @@
+2011-10-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.2
+ * DEPENDS, CONFIGURE: renewed optional flags
+ * PRE_BUILD: check fribidi version more correctly
+
2011-09-22 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, PREPARE: Use prepare_select_branch

diff --git a/windowmanagers/fluxbox/PRE_BUILD
b/windowmanagers/fluxbox/PRE_BUILD
index e8ae4ba..6f597d5 100755
--- a/windowmanagers/fluxbox/PRE_BUILD
+++ b/windowmanagers/fluxbox/PRE_BUILD
@@ -1,10 +1,12 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-# Version 1.3.1 needs this patch, git not anymore.
+# 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 && [[ $(installed_version fribidi) <
0.19 ]]; then
+if is_depends_enabled $SPELL fribidi && is_version_less $(installed_version
fribidi) 0.19; then
patch -p0 < "$SPELL_DIRECTORY/fribidi.patch" &&
autoreconf -i
fi
diff --git a/windowmanagers/fluxbox/fluxbox-1.3.1.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.3.1.tar.bz2.sig
deleted file mode 100644
index c4708e3..0000000
Binary files a/windowmanagers/fluxbox/fluxbox-1.3.1.tar.bz2.sig and /dev/null
differ
diff --git a/windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig
new file mode 100644
index 0000000..b3d3f00
Binary files /dev/null and b/windowmanagers/fluxbox/fluxbox-1.3.2.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b12ad75b55d0d961c07304f61a24fc34f47f8ca3), Vlad Glagolev, 10/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page