Browse Source

white line cleanups while taking a look

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1643 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
5a5085866d
2 changed files with 1 additions and 4 deletions
  1. +0
    -2
      package/gnome14/glib12/glib12.conf
  2. +1
    -2
      package/gnome14/gtk+12/gtk+12.conf

+ 0
- 2
package/gnome14/glib12/glib12.conf

@ -20,8 +20,6 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
NO_SANITY_CHECK=1
. $base/package/*/*/gnome-14.conf

+ 1
- 2
package/gnome14/gtk+12/gtk+12.conf

@ -20,14 +20,13 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/*/*/gnome-14.conf
gtk12_postmake() {
for i in `ls gtk/gtkrc.* | xargs -r grep -l 'class "GtkWidget" style'`
do sed -e 's/GtkWidget/GtkEditable/' $i > $sysconfdir/$i ; done
}
. $base/package/*/*/gnome-14.conf
var_append confopt " " --with-xinput
var_append confopt " " --disable-xim-inst

Loading…
Cancel
Save