Hello community, here is the log from the commit of package yast2-gtk checked in at Wed Sep 26 15:09:01 CEST 2007. -------- --- yast2-gtk/yast2-gtk.changes 2007-08-10 18:01:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/yast2-gtk/yast2-gtk.changes 2007-09-26 01:30:27.583255000 +0200 @@ -1,0 +2,5 @@ +Wed Sep 26 01:29:22 CEST 2007 - sreeves@suse.de + +- Partial fix for Bug# 328213 - package selector untranslated + +------------------------------------------------------------------- New: ---- yast2-gtk-text-domain.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-gtk.spec ++++++ --- /var/tmp/diff_new_pack.i22628/_old 2007-09-26 15:08:47.000000000 +0200 +++ /var/tmp/diff_new_pack.i22628/_new 2007-09-26 15:08:47.000000000 +0200 @@ -11,14 +11,15 @@ # norootforbuild Name: yast2-gtk -URL: http://en.opensuse.org/YaST2-GTK +Url: http://en.opensuse.org/YaST2-GTK Version: 2.15.9 -Release: 1 +Release: 33 License: LGPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-gtk-2.15.9.tar.bz2 -prefix: /usr +Patch1: yast2-gtk-text-domain.patch +Prefix: /usr Source2: yast2-gtk-rpmlintrc BuildRequires: blocxx-devel gcc-c++ gtk2-devel libxcrypt-devel libzypp-devel yast2-core-devel yast2-devtools Summary: YaST2 - Gtk Graphical User Interface @@ -37,6 +38,7 @@ %prep %setup -n yast2-gtk-2.15.9 +%patch1 -p0 %build %{prefix}/bin/y2tool y2autoconf @@ -65,8 +67,9 @@ %doc %{prefix}/share/doc/packages/yast2-gtk %{_libdir}/YaST2/plugin/libpy2gtk.so.* %{_libdir}/YaST2/plugin/libpy2gtk.so - %changelog +* Wed Sep 26 2007 - sreeves@suse.de +- Partial fix for Bug# 328213 - package selector untranslated * Fri Aug 10 2007 - mvidner@suse.cz - Finished integrating Feature #120292, UI as a namespace callable from yast2-*-bindings. ++++++ yast2-gtk-text-domain.patch ++++++ --- src/YGPackageSelector.cc +++ src/YGPackageSelector.cc @@ -2213,6 +2213,11 @@ { setBorder (0); + //Fixme - do not hardcode the path - generate and -D it in the makefile + bindtextdomain ("yast2-gtk", "/usr/share/YaST2/locale/"); + textdomain ("yast2-gtk"); + bind_textdomain_codeset ("yast2-gtk", "UTF-8"); + GtkWindow *window = YGUI::ui()->currentWindow(); gtk_window_resize (window, 680, 580); @@ -2221,7 +2226,7 @@ ygtk_wizard_set_header_icon (wizard, window, THEMEDIR "/icons/32x32/apps/yast-software.png"); ygtk_wizard_set_header_text (wizard, YGUI::ui()->currentWindow(), - "Package Selector"); + _("Package Selector")); ygtk_wizard_set_help_text (wizard, _("Two pools are presented; one with the available software, the other " "with the installed one. To install software you choose a package " ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de