* Mon Aug 09 2010 David Zeuthen <davidz@redhat.com> - 0.97-3
- Nuke patch that was committed upstream
This commit is contained in:
parent
d65e01241c
commit
eaea922f4e
@ -1,12 +0,0 @@
|
||||
diff -up polkit-gnome-0.96/polkitgtk/polkitlockbutton.c.new-icons polkit-gnome-0.96/polkitgtk/polkitlockbutton.c
|
||||
--- polkit-gnome-0.96/polkitgtk/polkitlockbutton.c.new-icons 2010-06-14 01:16:56.049851488 -0400
|
||||
+++ polkit-gnome-0.96/polkitgtk/polkitlockbutton.c 2010-06-14 01:17:17.209606831 -0400
|
||||
@@ -749,7 +749,7 @@ update_state (PolkitLockButton *button)
|
||||
}
|
||||
}
|
||||
|
||||
- image = gtk_image_new_from_icon_name (button->priv->authorized ? "stock_lock-open" : "stock_lock",
|
||||
+ image = gtk_image_new_from_icon_name (button->priv->authorized ? "changes-allow" : "changes-prevent",
|
||||
GTK_ICON_SIZE_SMALL_TOOLBAR);
|
||||
gtk_button_set_image (GTK_BUTTON (button->priv->button), image);
|
||||
gtk_label_set_text (GTK_LABEL (button->priv->label), text);
|
@ -1,7 +1,7 @@
|
||||
Summary: PolicyKit integration for the GNOME desktop
|
||||
Name: polkit-gnome
|
||||
Version: 0.97
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
||||
Group: Applications/System
|
||||
@ -23,9 +23,6 @@ Provides: PolicyKit-authentication-agent
|
||||
|
||||
Requires: polkit >= 0.95
|
||||
|
||||
# use icons that exist in current icon theme
|
||||
Patch0: new-lock-icons.patch
|
||||
|
||||
%description
|
||||
polkit-gnome provides an authentication agent for PolicyKit
|
||||
that matches the look and feel of the GNOME desktop.
|
||||
@ -56,7 +53,6 @@ Development documentation for polkit-gnome.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .new-lock-icons
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc --disable-introspection
|
||||
@ -103,6 +99,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-a
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2010 David Zeuthen <davidz@redhat.com> - 0.97-3
|
||||
- Nuke patch that was committed upstream
|
||||
|
||||
* Mon Aug 09 2010 David Zeuthen <davidz@redhat.com> - 0.97-2
|
||||
- Fix up BRs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user