diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-12-11 23:05:36 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-12-11 23:05:36 +0000 |
commit | 01199161a0bc2ce846151039d7ad6c0d7c5c74e7 (patch) | |
tree | ae7c748bc930c5f4bb36b89a96ed71912bad0742 /gnome-base/libgnomekbd/files | |
parent | Initial import of ebuild written by me. (diff) | |
download | gentoo-2-01199161a0bc2ce846151039d7ad6c0d7c5c74e7.tar.gz gentoo-2-01199161a0bc2ce846151039d7ad6c0d7c5c74e7.tar.bz2 gentoo-2-01199161a0bc2ce846151039d7ad6c0d7c5c74e7.zip |
fix build breakage with newer popt
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'gnome-base/libgnomekbd/files')
-rw-r--r-- | gnome-base/libgnomekbd/files/digest-libgnomekbd-2.20.0-r1 | 3 | ||||
-rw-r--r-- | gnome-base/libgnomekbd/files/libgnomekbd-2.21.1-no-libbonobo.patch | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gnome-base/libgnomekbd/files/digest-libgnomekbd-2.20.0-r1 b/gnome-base/libgnomekbd/files/digest-libgnomekbd-2.20.0-r1 new file mode 100644 index 000000000000..7c532e4cbcad --- /dev/null +++ b/gnome-base/libgnomekbd/files/digest-libgnomekbd-2.20.0-r1 @@ -0,0 +1,3 @@ +MD5 0b495d355e25c3531419cb3996be7e28 libgnomekbd-2.20.0.tar.bz2 392206 +RMD160 594ce4e66300fcd468d25f9d65624d8789f46de1 libgnomekbd-2.20.0.tar.bz2 392206 +SHA256 b82310e5d319ac1ba33d008360c4fae128f1b68768f1e51ff1021b60c19a900c libgnomekbd-2.20.0.tar.bz2 392206 diff --git a/gnome-base/libgnomekbd/files/libgnomekbd-2.21.1-no-libbonobo.patch b/gnome-base/libgnomekbd/files/libgnomekbd-2.21.1-no-libbonobo.patch new file mode 100644 index 000000000000..706aabf973ee --- /dev/null +++ b/gnome-base/libgnomekbd/files/libgnomekbd-2.21.1-no-libbonobo.patch @@ -0,0 +1,13 @@ +Index: gkbd-indicator-plugins-add.c +=================================================================== +--- capplet/gkbd-indicator-plugins-add.c (revision 200) ++++ capplet/gkbd-indicator-plugins-add.c (working copy) +@@ -26,7 +26,7 @@ + + #include <gdk/gdkx.h> + #include <glade/glade.h> +-#include <libbonobo.h> ++#include <glib/gi18n.h> + + #include <libxklavier/xklavier.h> + |