diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2009-05-26 20:44:32 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2009-05-26 20:44:32 +0000 |
commit | 89f15cd73ff9819aea8f1a3b0417254b9abc7477 (patch) | |
tree | cf6d81d434e54d839d2d6498dae64ca3f0584693 /gnome-extra/fast-user-switch-applet/files | |
parent | Make sure we actually disable the targets which install useless lib symlinks. (diff) | |
download | historical-89f15cd73ff9819aea8f1a3b0417254b9abc7477.tar.gz historical-89f15cd73ff9819aea8f1a3b0417254b9abc7477.tar.bz2 historical-89f15cd73ff9819aea8f1a3b0417254b9abc7477.zip |
Add check for libgnomeui; bug #263367
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/fast-user-switch-applet/files')
-rw-r--r-- | gnome-extra/fast-user-switch-applet/files/fast-user-switch-applet-2.24.0-libgnomeui.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/fast-user-switch-applet/files/fast-user-switch-applet-2.24.0-libgnomeui.patch b/gnome-extra/fast-user-switch-applet/files/fast-user-switch-applet-2.24.0-libgnomeui.patch new file mode 100644 index 000000000000..03b9dad0f582 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/files/fast-user-switch-applet-2.24.0-libgnomeui.patch @@ -0,0 +1,13 @@ +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN 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 2008-09-22 09:56:37.000000000 -0400 ++++ fast-user-switch-applet-2.24.0/configure.ac 2009-05-26 16:34:29.000000000 -0400 +@@ -51,7 +51,8 @@ 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) + |