- Don't autostart in KDE on F13+
This commit is contained in:
parent
13f4b675ff
commit
d2efbfdb9e
@ -1,7 +1,7 @@
|
|||||||
Summary: PolicyKit integration for the GNOME desktop
|
Summary: PolicyKit integration for the GNOME desktop
|
||||||
Name: polkit-gnome
|
Name: polkit-gnome
|
||||||
Version: 0.95
|
Version: 0.95
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -72,6 +72,11 @@ desktop-file-install --delete-original \
|
|||||||
--remove-only-show-in GNOME \
|
--remove-only-show-in GNOME \
|
||||||
$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
||||||
|
|
||||||
|
%if 0%{?fedora} > 12
|
||||||
|
echo 'NotShowIn=KDE;' >>$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
||||||
|
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
||||||
|
%endif
|
||||||
|
|
||||||
%find_lang polkit-gnome-1
|
%find_lang polkit-gnome-1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -98,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 5 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.95-2
|
||||||
|
- Don't autostart in KDE on F13+
|
||||||
|
|
||||||
* Fri Nov 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-1
|
* Fri Nov 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-1
|
||||||
- Update to release 0.95
|
- Update to release 0.95
|
||||||
- Drop upstreamed patches
|
- Drop upstreamed patches
|
||||||
|
Loading…
Reference in New Issue
Block a user