commit polkit-gnome for openSUSE:Factory
Hello community, here is the log from the commit of package polkit-gnome for openSUSE:Factory checked in at Tue Sep 29 14:54:45 CEST 2009. -------- --- GNOME/polkit-gnome/polkit-gnome.changes 2009-08-14 03:57:24.000000000 +0200 +++ polkit-gnome/polkit-gnome.changes 2009-09-28 16:27:02.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Sep 28 14:15:36 UTC 2009 - llunak@novell.com + +- use the authentication agent also in KDE (bnc#538897) +- use the proper button order in KDE +- fix status icon not hiding + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- alternative_button_order.diff fix_status_icon_hide.diff use_in_kde.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit-gnome.spec ++++++ --- /var/tmp/diff_new_pack.h3BSwG/_old 2009-09-29 14:53:03.000000000 +0200 +++ /var/tmp/diff_new_pack.h3BSwG/_new 2009-09-29 14:53:03.000000000 +0200 @@ -19,12 +19,15 @@ Name: polkit-gnome Version: 0.94 -Release: 1 +Release: 2 License: LGPL v2.1 or later Summary: PolicyKit integration for the GNOME desktop Url: http://www.freedesktop.org/wiki/Software/PolicyKit Group: System/GUI/GNOME Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 +Patch1: use_in_kde.diff +Patch2: fix_status_icon_hide.diff +Patch3: alternative_button_order.diff BuildRequires: intltool BuildRequires: gtk2-devel BuildRequires: gtk-doc @@ -66,6 +69,9 @@ %lang_package %prep %setup -q +%patch1 +%patch2 +%patch3 %build %configure \ ++++++ alternative_button_order.diff ++++++ --- src/polkitgnomeauthenticationdialog.c.sav 2009-06-22 18:19:24.000000000 +0200 +++ src/polkitgnomeauthenticationdialog.c 2009-09-28 15:54:59.948015026 +0200 @@ -529,6 +529,7 @@ polkit_gnome_authentication_dialog_const _("_Authenticate"), GTK_RESPONSE_OK); gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); + gtk_dialog_set_alternative_button_order (GTK_DIALOG (dialog), GTK_RESPONSE_OK, GTK_RESPONSE_CANCEL, -1); gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); ++++++ fix_status_icon_hide.diff ++++++ --- src/main.c.sav 2009-07-21 01:28:31.000000000 +0200 +++ src/main.c 2009-09-28 16:14:01.440014284 +0200 @@ -141,6 +141,7 @@ update_temporary_authorization_icon_real /* hide icon */ if (status_icon != NULL) { + gtk_status_icon_set_visible (status_icon, FALSE); g_object_unref (status_icon); status_icon = NULL; } ++++++ use_in_kde.diff ++++++ --- src/polkit-gnome-authentication-agent-1.desktop.in.in.sav 2009-07-21 01:28:31.000000000 +0200 +++ src/polkit-gnome-authentication-agent-1.desktop.in.in 2009-09-28 16:01:45.640015175 +0200 @@ -5,4 +5,4 @@ Exec=@FULL_LIBEXECDIR@/polkit-gnome-auth Terminal=false Type=Application Categories= -OnlyShowIn=GNOME; +OnlyShowIn=GNOME;KDE; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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