094c1e070a
Copy from GNOME:Factory/gtk2 based on submit request 40432 from user vuntz OBS-URL: https://build.opensuse.org/request/show/40432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=87 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff | ||
bugzilla-131498-allow-xim-for-all-languages.patch | ||
gdk-modules-information.diff | ||
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff | ||
gtk2-potfiles.patch | ||
gtk2.changes | ||
gtk2.spec | ||
gtk64.patch | ||
gtk-path-local.patch | ||
gtk+-2.20.1-pngmess.patch | ||
gtk+-2.20.1.tar.bz2 | ||
gtkrc | ||
README.SuSE | ||
SuSEconfig.gtk2 |
README for bi-architecture 64 bit platforms users ================================================= Current version of GTK+ has a problem running 32 and 64 version on single machine. See http://bugzilla.gnome.org/show_bug.cgi?id=129540 and http://bugzilla.gnome.org/show_bug.cgi?id=153848 for more information. To work around this problem, 64 bit version for SuSE Linux uses special names for following files: /usr/bin/gtk-query-immodules-2.0: /usr/bin/gtk-query-immodules-2.0-64 /usr/bin/gdk-pixbuf-query-loaders: /usr/bin/gdk-pixbuf-query-loaders-64 /etc/gtk-2.0/gtk.immodules: /usr/gtk-2.0/gtk.immodules64 /etc/gtk-2.0/gdk-pixbuf.loaders: /usr/gtk-2.0/gdk-pixbuf.loaders64 And following variable: $GTK_PATH: $GTK_PATH64 This can cause problems during self-compilation of packages. To work-around these problems (introduced by this work-around), you should: Either: - Make a patch of package (please do not send it to package developers, it's temporary solution). Or: - Install 32 bit version of GTK+. - After installation, you must run following commands: touch /var/adm/SuSEconfig/run-gtk SuSEconfig These problems should be correctly solved in GTK+ sometimes in future.