Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (35c29aad7f1dd40f580868779b206866bbb16e23)

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 devel-xorg-modular grimoire by Vlad Glagolev (35c29aad7f1dd40f580868779b206866bbb16e23)
  • Date: Sat, 19 Feb 2011 16:49:18 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

python-pypi/python-ldap/DETAILS | 4 ++--
python-pypi/python-ldap/HISTORY | 3 +++
windowmanagers/fluxbox/BUILD | 2 --
windowmanagers/fluxbox/CONFIGURE | 12 ++++--------
windowmanagers/fluxbox/DEPENDS | 5 +++++
windowmanagers/fluxbox/DETAILS | 1 +
windowmanagers/fluxbox/HISTORY | 8 ++++++++
windowmanagers/fluxbox/PRE_BUILD | 5 ++++-
windowmanagers/fluxbox/fribidi.patch | 11 +++++++++++
9 files changed, 38 insertions(+), 13 deletions(-)

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

fluxbox: post-update fixes

commit 561d90a4f2e972189f83bd18886af80d5f7ce3c2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-ldap: => 2.3.13

diff --git a/python-pypi/python-ldap/DETAILS b/python-pypi/python-ldap/DETAILS
index 67f1330..32873a0 100755
--- a/python-pypi/python-ldap/DETAILS
+++ b/python-pypi/python-ldap/DETAILS
@@ -1,6 +1,6 @@
SPELL=python-ldap
- VERSION=2.3.12
-
SOURCE_HASH=sha512:5cbfbba60d4c8cd391641df986c9d5f448157a710f39a74522a46be758fcf10cb6fa66d9f7edab41181a70428b0c2bf0e682cc791016acefbffc9e900915d9fa
+ VERSION=2.3.13
+
SOURCE_HASH=sha512:be676e46c2112b825d1044f525dc0c10d635126c3f3b73050c0fb89bb02068c881545b9fc4186dd561b7c028ed13a1c7b6eda056acfb10a76745e840a338a48c
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
diff --git a/python-pypi/python-ldap/HISTORY b/python-pypi/python-ldap/HISTORY
index 9d6b661..a3c6a48 100644
--- a/python-pypi/python-ldap/HISTORY
+++ b/python-pypi/python-ldap/HISTORY
@@ -1,3 +1,6 @@
+2011-02-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.13
+
2010-08-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.3.12

diff --git a/windowmanagers/fluxbox/BUILD b/windowmanagers/fluxbox/BUILD
index fa19e18..2e16e4b 100755
--- a/windowmanagers/fluxbox/BUILD
+++ b/windowmanagers/fluxbox/BUILD
@@ -1,5 +1,3 @@
-CPPFLAGS="-I/usr/include/freetype2 $CPPFLAGS" &&
-
if [[ $FLUXBOX_GIT == y ]]; then
./autogen.sh
fi &&
diff --git a/windowmanagers/fluxbox/CONFIGURE
b/windowmanagers/fluxbox/CONFIGURE
index 27cf0e2..0662678 100755
--- a/windowmanagers/fluxbox/CONFIGURE
+++ b/windowmanagers/fluxbox/CONFIGURE
@@ -1,4 +1,4 @@
-config_query FLUXBOX_CONF "Go through all (10) 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 \
@@ -13,7 +13,7 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-toolbar" \
"--disable-toolbar" &&

- config_query_option FLUXBOX_OPTS "regular expression support?" y \
+ config_query_option FLUXBOX_OPTS "use regular expression support?" y \
"--enable-regexp" \
"--disable-regexp" &&

@@ -25,19 +25,15 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-debug" \
"--disable-debug" &&

- config_query_option FLUXBOX_OPTS "include native language support?" n \
- "--enable-nls" \
- "--disable-nls" &&
-
config_query_option FLUXBOX_OPTS "use new timed pixmap cache?" y \
"--enable-timed-cache" \
"--disable-timed-cache" &&

- config_query_option FLUXBOX_OPTS "GNOME support?" n \
+ config_query_option FLUXBOX_OPTS "use GNOME window manager hints?" n \
"--enable-gnome" \
"--disable-gnome" &&

- config_query_option FLUXBOX_OPTS "Xmb (multibyte font, utf-8) support?" y \
+ config_query_option FLUXBOX_OPTS "include Xmb (multibyte font, utf-8)
support?" y \
"--enable-xmb" \
"--disable-xmb"
fi
diff --git a/windowmanagers/fluxbox/DEPENDS b/windowmanagers/fluxbox/DEPENDS
index 2795ff2..accf890 100755
--- a/windowmanagers/fluxbox/DEPENDS
+++ b/windowmanagers/fluxbox/DEPENDS
@@ -7,6 +7,11 @@ if [[ $FLUXBOX_GIT == y ]]; then
depends git
fi &&

+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for native language support" &&
+
optional_depends imlib2 \
"--enable-imlib2" \
"--disable-imlib2" \
diff --git a/windowmanagers/fluxbox/DETAILS b/windowmanagers/fluxbox/DETAILS
index 405d048..c196097 100755
--- a/windowmanagers/fluxbox/DETAILS
+++ b/windowmanagers/fluxbox/DETAILS
@@ -24,6 +24,7 @@ fi
WEB_SITE=http://www.fluxbox.org/
ENTERED=20011210
LICENSE[0]=MIT
+ GATHER_DOCS=off
KEYWORDS="windowmanagers"
SHORT="lightweight window manager"
cat << EOF
diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index 0d1d01a..d7f6760 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,11 @@
+2011-02-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: GATHER_DOCS=off
+ * BUILD: removed deprecated definitions
+ * DEPENDS: moved nls from CONFIGURE
+ * CONFIGURE: corrected some questions
+ * PRE_BUILD: apply the patch and do autoconf
+ * fribidi.patch: added, to fix configure for fribidi support
+
2011-02-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.0
* DEPENDS: added fribidi support
diff --git a/windowmanagers/fluxbox/PRE_BUILD
b/windowmanagers/fluxbox/PRE_BUILD
index 1a07953..26ca318 100755
--- a/windowmanagers/fluxbox/PRE_BUILD
+++ b/windowmanagers/fluxbox/PRE_BUILD
@@ -1,4 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p0 < "$SPELL_DIRECTORY/gcc43.patch"
+patch -p0 < "$SPELL_DIRECTORY/gcc43.patch" &&
+patch -p0 < "$SPELL_DIRECTORY/fribidi.patch" &&
+
+autoreconf -i
diff --git a/windowmanagers/fluxbox/fribidi.patch
b/windowmanagers/fluxbox/fribidi.patch
new file mode 100644
index 0000000..088269b
--- /dev/null
+++ b/windowmanagers/fluxbox/fribidi.patch
@@ -0,0 +1,11 @@
+--- configure.in.orig 2011-02-19 15:09:14.000000000 +0300
++++ configure.in 2011-02-20 01:07:55.763381637 +0300
+@@ -613,7 +613,7 @@
+ AC_MSG_CHECKING([for fribidi/fribidi.h])
+ AC_TRY_COMPILE(
+ #include <fribidi/fribidi.h>
+- , fribidi_version_info,
++ , FRIBIDI_VERSION,
+ AC_MSG_RESULT([yes])
+ AC_DEFINE(HAVE_FRIBIDI, [1], [Define to 1 if you have
FRIBIDI])
+ LIBS="$LIBS -lfribidi",



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (35c29aad7f1dd40f580868779b206866bbb16e23), Vlad Glagolev, 02/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page