diff options
author | 2009-11-16 15:58:07 +0000 | |
---|---|---|
committer | 2009-11-16 15:58:07 +0000 | |
commit | f1f75f15831f81119920d087df4a05c8493753b8 (patch) | |
tree | 06f246d30bd4c2a2e3b6c8d63c7024c361d58321 /x11-wm/icewm/files | |
parent | Add ~x86 keyword (compile-tested) (diff) | |
download | historical-f1f75f15831f81119920d087df4a05c8493753b8.tar.gz historical-f1f75f15831f81119920d087df4a05c8493753b8.tar.bz2 historical-f1f75f15831f81119920d087df4a05c8493753b8.zip |
Updating gnome2 patch, bug 205133
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/icewm-1.2.37-gnome2.patch | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-wm/icewm/files/icewm-1.2.37-gnome2.patch b/x11-wm/icewm/files/icewm-1.2.37-gnome2.patch index 89e3d0ffb207..5da3fbd84882 100644 --- a/x11-wm/icewm/files/icewm-1.2.37-gnome2.patch +++ b/x11-wm/icewm/files/icewm-1.2.37-gnome2.patch @@ -1,7 +1,7 @@ diff -NrU5 icewm-1.2.37.original/configure.in icewm-1.2.37/configure.in --- icewm-1.2.37.original/configure.in 2009-11-16 15:16:24.000000000 -0600 -+++ icewm-1.2.37/configure.in 2009-11-16 15:17:39.000000000 -0600 -@@ -818,12 +818,12 @@ ++++ icewm-1.2.37/configure.in 2009-11-16 16:15:13.000000000 -0600 +@@ -818,19 +818,19 @@ [ if test "${enable_menus_gnome2}" = "yes"; then AC_PATH_PROG(PKG_CONFIG, pkg-config) @@ -16,3 +16,11 @@ diff -NrU5 icewm-1.2.37.original/configure.in icewm-1.2.37/configure.in APPLICATIONS="${APPLICATIONS} icewm-menu-gnome2" GNOME2_PREFIX=`pkg-config --variable=prefix gnome-desktop-2.0` + GWMDIR="${GNOME2_PREFIX}/share/gnome/wm-properties/" +- CONFIG_GNOME2_MENU_DIR="${GNOME2_PREFIX}/share/gnome/vfolders/" ++ CONFIG_GNOME2_MENU_DIR="${GNOME2_PREFIX}/share/desktop-directories/" + fi + + if test "${GNOME2_CFLAGS}" = ""; then + AC_MSG_ERROR([gnome 2 can not be found via pkg-config. + *** Install the GNOME´s development packages.]) |