Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
d5c2dfb159
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/gnome14/gtk+12/gtk+12.conf

+ 3
- 0
package/gnome14/gtk+12/gtk+12.conf

@ -22,6 +22,9 @@
. $base/package/*/*/gnome-14.conf
[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ] && \
preconf="cp -v $root/usr/share/automake-1.9/config.{sub,guess} ."
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

Loading…
Cancel
Save