|
|
@ -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 |
|
|
|
|
|
|
|