Skip to Content.
Sympa Menu

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

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 (9389196fce7392e908b354bf60c8a3c14115938a)
  • Date: Tue, 6 Jan 2015 07:00:23 -0600

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

dev/null |binary
windowmanagers/fluxbox/CONFIGURE | 6 +++++-
windowmanagers/fluxbox/DEPENDS | 20 ++++++++++++++------
windowmanagers/fluxbox/DETAILS | 2 +-
windowmanagers/fluxbox/HISTORY | 7 +++++++
windowmanagers/fluxbox/fluxbox-1.3.6.tar.bz2.sig |binary
6 files changed, 27 insertions(+), 8 deletions(-)

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

fluxbox: => 1.3.6

diff --git a/windowmanagers/fluxbox/CONFIGURE
b/windowmanagers/fluxbox/CONFIGURE
index 8dc6a74..2544d55 100755
--- a/windowmanagers/fluxbox/CONFIGURE
+++ b/windowmanagers/fluxbox/CONFIGURE
@@ -10,7 +10,7 @@ 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 (9) configuration options?" n &&
+config_query FLUXBOX_CONF "Go through all (10) configuration options?" n &&

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

+ config_query_option FLUXBOX_OPTS "include code for SystemTray?" y \
+ "--enable-systray" \
+ "--disable-systray" &&
+
config_query_option FLUXBOX_OPTS "use regular expression support?" y \
"--enable-regexp" \
"--disable-regexp" &&
diff --git a/windowmanagers/fluxbox/DEPENDS b/windowmanagers/fluxbox/DEPENDS
index fd3a5d0..8946fb3 100755
--- a/windowmanagers/fluxbox/DEPENDS
+++ b/windowmanagers/fluxbox/DEPENDS
@@ -1,7 +1,6 @@
depends -sub CXX gcc &&
depends libx11 &&
depends libsm &&
-depends fontconfig &&

if [[ $FLUXBOX_BRANCH == scm ]]; then
depends git
@@ -17,6 +16,11 @@ optional_depends imlib2 \
"--disable-imlib2" \
"for Imlib2 (pixmap themes) support" &&

+optional_depends freetype2 \
+ "--enable-freetype2" \
+ "--disable-freetype2" \
+ "for FreeType2 support" &&
+
optional_depends libxpm \
"--enable-xpm" \
"--disable-xpm" \
@@ -33,18 +37,22 @@ optional_depends libxinerama \
"for Xinerama extension support" &&

optional_depends libxext \
- "--enable-shape" \
- "--disable-shape" \
- "for XShape extension support" &&
+ "--enable-xext" \
+ "--disable-xext" \
+ "for Misc X Extension Library support" &&

optional_depends libxft \
"--enable-xft" \
"--disable-xft" \
"for Xft extension support (anti-aliased fonts)" &&

+if is_depends_enabled $SPELL libxft; then
+ depends fontconfig
+fi &&
+
optional_depends libxrandr \
- "--enable-randr" \
- "--disable-randr" \
+ "--enable-xrandr" \
+ "--disable-xrandr" \
"for X Randr extension support" &&

optional_depends fribidi \
diff --git a/windowmanagers/fluxbox/DETAILS b/windowmanagers/fluxbox/DETAILS
index f42efa8..bb50b70 100755
--- a/windowmanagers/fluxbox/DETAILS
+++ b/windowmanagers/fluxbox/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.3.5
+ VERSION=1.3.6
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 2ae7b0b..a8a6192 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,10 @@
+2015-01-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.6
+ * DEPENDS: updated libxrandr, libxext flags; added freetype2 optional
+ dependency; made fontconfig required only if libxft dependency is
+ selected
+ * CONFIGURE: added systray configure option
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version

diff --git a/windowmanagers/fluxbox/fluxbox-1.3.5.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.3.5.tar.bz2.sig
deleted file mode 100644
index c1ca64d..0000000
Binary files a/windowmanagers/fluxbox/fluxbox-1.3.5.tar.bz2.sig and /dev/null
differ
diff --git a/windowmanagers/fluxbox/fluxbox-1.3.6.tar.bz2.sig
b/windowmanagers/fluxbox/fluxbox-1.3.6.tar.bz2.sig
new file mode 100644
index 0000000..65813d4
Binary files /dev/null and b/windowmanagers/fluxbox/fluxbox-1.3.6.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9389196fce7392e908b354bf60c8a3c14115938a), Vlad Glagolev, 01/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page