polkit-gnome: update to 0.101.
--HG-- branch : gnome3
This commit is contained in:
parent
1d8d264d70
commit
a4beb96bce
2 changed files with 7 additions and 8 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run intltool
|
Add_dependency run intltool
|
||||||
Add_dependency run polkit-devel
|
Add_dependency run polkit-devel
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'polkit-gnome'
|
# Template file for 'polkit-gnome'
|
||||||
pkgname=polkit-gnome
|
pkgname=polkit-gnome
|
||||||
version=0.100
|
version=0.101
|
||||||
revision=1
|
|
||||||
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.bz2"
|
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --with-gtk=3.0"
|
configure_args="--localstatedir=/var --with-gtk=3.0"
|
||||||
short_desc="PolicyKit integration for the GNOME desktop"
|
short_desc="PolicyKit integration for the GNOME desktop"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d52bbcf6cdb7b0be499e6b220653dccaf0fed860806bdfd8112ef1fd1c26653d
|
checksum=f1452e37b6681a0ade2c0cbb3734e6f78c421b958ab4d4eb6a2cd3b9f50db8d0
|
||||||
long_desc="
|
long_desc="
|
||||||
PolicyKit is an application-level toolkit for defining and handling the
|
PolicyKit is an application-level toolkit for defining and handling the
|
||||||
policy that allows unprivileged processes to speak to privileged processes.
|
policy that allows unprivileged processes to speak to privileged processes.
|
||||||
|
@ -48,9 +47,11 @@ Add_dependency build gobject-introspection
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
# Disabled for now, will check later.
|
||||||
|
:
|
||||||
# Start polkit-gnome-authentication-agent-1 via XDG autostart,
|
# Start polkit-gnome-authentication-agent-1 via XDG autostart,
|
||||||
# otherwise it will run with the GDM user and won't work.
|
# otherwise it will run with the GDM user and won't work.
|
||||||
install -D -m644 \
|
#install -D -m644 \
|
||||||
${FILESDIR}/polkit-gnome-authentication-agent-1.desktop \
|
# ${FILESDIR}/polkit-gnome-authentication-agent-1.desktop \
|
||||||
${DESTDIR}/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
# ${DESTDIR}/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue