parent
25e3f45cfd
commit
81504c8fb2
@ -0,0 +1 @@
|
||||
polkit-kde-0.95.20091125svn.tar.bz2
|
@ -0,0 +1 @@
|
||||
polkit-kde-0_95-0_2_20091125svn_fc12:HEAD:polkit-kde-0.95-0.2.20091125svn.fc12.src.rpm:1262694176
|
@ -0,0 +1,49 @@
|
||||
[Desktop Entry]
|
||||
Name=PolicyKit Authentication Agent
|
||||
Name[be]=PolicyKit - аґент аўтэнтыфікацыі
|
||||
Name[ca]=Agent d'autenticació del PolicyKit
|
||||
Name[cs]=Ověřovací agent PolicyKit
|
||||
Name[de]=Legitimationsdienst von PolicyKit
|
||||
Name[en_GB]=PolicyKit Authentication Agent
|
||||
Name[es]=Agente de autenticación de PolicyKit
|
||||
Name[eu]=PolicyKit autentifikatzeko agentea
|
||||
Name[fi]=PolicytKit-tunnistautumisohjelma
|
||||
Name[fr]=Agent d'authentification de PolicyKit
|
||||
Name[gl]=Axente de autenticación PolicyKit
|
||||
Name[hu]=PolicyKit hitelesítési ügynök
|
||||
Name[it]=Agente di autenticazione per PolicyKit
|
||||
Name[ja]=PolicyKit 認証エージェント
|
||||
Name[lt]=PolicyKit tapatybės nustatymo agentas
|
||||
Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
|
||||
Name[pl]=Agent uwierzytelniania PolicyKit
|
||||
Name[pt]=Agente de Autenticação PolicyKit
|
||||
Name[pt_BR]=Agente de autenticação PolicyKit
|
||||
Name[sv]=Autentiseringsagent för PolicyKit
|
||||
Name[zh_CN]=PolicyKit 认证助手
|
||||
Comment=PolicyKit Authentication Agent
|
||||
Comment[be]=PolicyKit - аґент аўтэнтыфікацыі
|
||||
Comment[ca]=Agent d'autenticació del PolicyKit
|
||||
Comment[cs]=Ověřovací agent PolicyKit
|
||||
Comment[de]=Legitimationsdienst von PolicyKit
|
||||
Comment[en_GB]=PolicyKit Authentication Agent
|
||||
Comment[es]=Agente de autenticación de PolicyKit
|
||||
Comment[eu]=PolicyKit autentifikatzeko agentea
|
||||
Comment[fi]=PolicytKit-tunnistautumisohjelma
|
||||
Comment[fr]=Agent d'authentification de PolicyKit
|
||||
Comment[gl]=Axente de autenticación PolicyKit
|
||||
Comment[hu]=PolicyKit hitelesítési ügynök
|
||||
Comment[it]=Agente di autenticazione per PolicyKit
|
||||
Comment[ja]=PolicyKit 認証エージェント
|
||||
Comment[lt]=PolicyKit tapatybės nustatymo agentas
|
||||
Comment[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
|
||||
Comment[pl]=Agent uwierzytelniania PolicyKit
|
||||
Comment[pt]=Agente de Autenticação PolicyKit
|
||||
Comment[pt_BR]=Agente de autenticação PolicyKit
|
||||
Comment[sv]=Autentiseringsagent för PolicyKit
|
||||
Comment[zh_CN]=PolicyKit 认证助手
|
||||
Exec=/usr/libexec/kde4/polkit-kde-authentication-agent-1
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=
|
||||
X-Desktop-File-Install-Version=0.15
|
||||
OnlyShowIn=KDE
|
@ -0,0 +1,71 @@
|
||||
Name: polkit-kde
|
||||
Version: 0.95
|
||||
Release: 0.2.20091125svn%{?dist}
|
||||
Summary: PolicyKit integration for KDE Desktop
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://www.kde.org/
|
||||
|
||||
# To prepare snapshot tarball follow these steps
|
||||
# svn co svn://anonsvn.kde.org/home/kde/trunk/kdereview/PolicyKit-kde/
|
||||
# svn export PolicyKit-kde/ polkit-kde-0.95
|
||||
# tar cjf polkit-kde-0.95.20091125svn.tar.bz2 polkit-kde-0.95/
|
||||
Source0: polkit-kde-0.95.20091125svn.tar.bz2
|
||||
Source1: polkit-kde-authentication-agent-1.desktop
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: kdelibs4-devel
|
||||
BuildRequires: polkit-qt-devel >= 0.95
|
||||
BuildRequires: cmake
|
||||
|
||||
%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
|
||||
|
||||
Provides: PolicyKit-authentication-agent
|
||||
|
||||
Obsoletes: PolicyKit-kde < 4.5
|
||||
|
||||
%description
|
||||
Provides Policy Kit Authentication Agent that nicely fits to KDE.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
mkdir -p %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake_kde4} ..
|
||||
popd
|
||||
|
||||
make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-kde-authentication-agent-1.desktop
|
||||
|
||||
desktop-file-install --delete-original \
|
||||
--dir %{buildroot}%{_sysconfdir}/xdg/autostart \
|
||||
%{buildroot}%{_sysconfdir}/xdg/autostart/polkit-kde-authentication-agent-1.desktop
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libexecdir}/kde4/polkit-kde-authentication-agent-1
|
||||
%{_sysconfdir}/xdg/autostart/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2009 Jaroslav Reznik <jreznik@redhat.com> - 0.95-0.2.20091125svn
|
||||
- Adds desktop file
|
||||
- Adds obsoletes
|
||||
|
||||
* Wed Nov 25 2009 Jaroslav Reznik <jreznik@redhat.com> - 0.95-0.1.20091125svn
|
||||
- Initial package
|
Loading…
Reference in new issue