Browse Source

Rene Rebe and Mathieu Doidy:

* fixed hotapplet, gnomeicu and gnome-spell with gtk+2.6


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3141 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
bf01eb8f44
3 changed files with 9 additions and 0 deletions
  1. +3
    -0
      package/gnome2/gnome-spell/gnome-spell.conf
  2. +3
    -0
      package/gnome2/gnomeicu/gnomeicu.conf
  3. +3
    -0
      package/gnome2/hotapplet/hotapplet.conf

+ 3
- 0
package/gnome2/gnome-spell/gnome-spell.conf

@ -22,3 +22,6 @@
. $base/package/*/*/gnome-2.conf
# does use deprecated stuff from Gtk+ but does use -DDGTK_DISABLE_DEPRECATED
var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED"

+ 3
- 0
package/gnome2/gnomeicu/gnomeicu.conf

@ -23,3 +23,6 @@
. $base/package/*/*/gnome-2.conf
var_append confopt ' ' "--enable-applet"
# does use deprecated stuff from Gtk+ but does use -DDGTK_DISABLE_DEPRECATED
var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED"

+ 3
- 0
package/gnome2/hotapplet/hotapplet.conf

@ -22,3 +22,6 @@
. $base/package/*/*/gnome-2.conf
# does use deprecated stuff from Gtk+ but does use -DDGTK_DISABLE_DEPRECATED
var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED"

Loading…
Cancel
Save