Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (1dcf67990dffa35251b7f66d3ae97396868e9389)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (1dcf67990dffa35251b7f66d3ae97396868e9389)
  • Date: Tue, 26 May 2009 18:01:29 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnome2-libs/fast-user-switch-applet/DEPENDS
| 1
gnome2-libs/fast-user-switch-applet/HISTORY
| 7 +++
gnome2-libs/fast-user-switch-applet/PRE_BUILD
| 5 ++

gnome2-libs/fast-user-switch-applet/fast-user-switch-applet-2.24.0-libgnomeuicflags.patch
| 21 ++++++++++
4 files changed, 34 insertions(+)

New commits:
commit 1dcf67990dffa35251b7f66d3ae97396868e9389
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

fast-user-switch-applet: Depends on autoconf for `autoreconf` in
PRE_BUILD
Apply fast-user-switch-applet-2.24.0-libgnomeuicflags.patch
Call `autoreconf` to regenerate config files
fast-user-switch-applet-2.24.0-libgnomeuicflags.patch: Patch
from http://bugzilla.gnome.org/show_bug.cgi?id=578994 to fix
Bug #15172

diff --git a/gnome2-libs/fast-user-switch-applet/DEPENDS
b/gnome2-libs/fast-user-switch-applet/DEPENDS
index 8b626e3..05d7016 100755
--- a/gnome2-libs/fast-user-switch-applet/DEPENDS
+++ b/gnome2-libs/fast-user-switch-applet/DEPENDS
@@ -1,3 +1,4 @@
+depends autoconf &&
depends glib2 &&
depends gtk+2 &&
depends libglade2 &&
diff --git a/gnome2-libs/fast-user-switch-applet/HISTORY
b/gnome2-libs/fast-user-switch-applet/HISTORY
index b99a345..f7eb141 100644
--- a/gnome2-libs/fast-user-switch-applet/HISTORY
+++ b/gnome2-libs/fast-user-switch-applet/HISTORY
@@ -1,3 +1,10 @@
+2009-05-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on autoconf for `autoreconf` in PRE_BUILD
+ * PRE_BUILD: Apply
fast-user-switch-applet-2.24.0-libgnomeuicflags.patch
+ Call `autoreconf` to regenerate config files
+ * fast-user-switch-applet-2.24.0-libgnomeuicflags.patch: Patch from
+ http://bugzilla.gnome.org/show_bug.cgi?id=578994 to fix Bug #15172
+
2008-10-11 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: depend libice vice libxice

diff --git a/gnome2-libs/fast-user-switch-applet/PRE_BUILD
b/gnome2-libs/fast-user-switch-applet/PRE_BUILD
new file mode 100755
index 0000000..d626588
--- /dev/null
+++ b/gnome2-libs/fast-user-switch-applet/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build
&&
+patch $SOURCE_DIRECTORY/configure.ac
\
+
$SCRIPT_DIRECTORY/fast-user-switch-applet-2.24.0-libgnomeuicflags.patch &&
+cd $SOURCE_DIRECTORY
&&
+autoreconf
diff --git
a/gnome2-libs/fast-user-switch-applet/fast-user-switch-applet-2.24.0-libgnomeuicflags.patch

b/gnome2-libs/fast-user-switch-applet/fast-user-switch-applet-2.24.0-libgnomeuicflags.patch
new file mode 100644
index 0000000..f59a555
--- /dev/null
+++
b/gnome2-libs/fast-user-switch-applet/fast-user-switch-applet-2.24.0-libgnomeuicflags.patch
@@ -0,0 +1,21 @@
+#
+# Patch from http://bugzilla.gnome.org/show_bug.cgi?id=578994
+# to fix our http://bugs.sourcemage.org/show_bug.cgi?id=15172
+#
+diff -NrU5 fast-user-switch-applet-2.24.0.orig/configure.ac
fast-user-switch-applet-2.24.0/configure.ac
+--- fast-user-switch-applet-2.24.0.orig/configure.ac 2009-05-26
18:19:14.000000000 +0200
++++ fast-user-switch-applet-2.24.0/configure.ac 2009-05-26
18:22:55.000000000 +0200
+@@ -49,11 +49,12 @@
+ GLIB_REQUIRED_VERSION=2.15.3
+
+ PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ libpanelapplet-2.0 >= $PANEL_REQUIRED_VERSION
+ libglade-2.0 >= $GLADE_REQUIRED_VERSION
+- gio-2.0 >= $GLIB_REQUIRED_VERSION)
++ gio-2.0 >= $GLIB_REQUIRED_VERSION
++ libgnomeui-2.0)
+ AC_SUBST(APPLET_CFLAGS)
+ AC_SUBST(APPLET_LIBS)
+
+ AC_CHECK_FUNCS([setresuid setenv unsetenv clearenv])
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (1dcf67990dffa35251b7f66d3ae97396868e9389), Eric Sandall, 05/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page