diff --git a/srcpkgs/polkit-gnome/template b/srcpkgs/polkit-gnome/template index 158cc92958..06240ba097 100644 --- a/srcpkgs/polkit-gnome/template +++ b/srcpkgs/polkit-gnome/template @@ -1,13 +1,13 @@ # Template file for 'polkit-gnome' pkgname=polkit-gnome -version=0.103 +version=0.104 distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz" build_style=gnu_configure short_desc="PolicyKit integration for the GNOME desktop" maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/PolicyKit" license="GPL-2" -checksum=e12712010c76dd7031f83d932253c53940821f5e47303b02fd70d66062ce396b +checksum=5a59d47cbc87e3e5ac24e5e28b4fa9fc07d6d0096e53fa53d8e6b3fd06854d94 long_desc=" PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. @@ -40,6 +40,6 @@ post_install() { # Start polkit-gnome-authentication-agent-1 via XDG autostart, # otherwise it will run with the GDM user and won't work. - vinstall ${FILESDIR}/polkit-gnome-authentication-agent-1.desktop 644 \ - etc/xdg/autostart + vinstall ${FILESDIR}/polkit-gnome-authentication-agent-1.desktop \ + 644 etc/xdg/autostart }