2010-04-11 13:10:10 +02:00
|
|
|
# Template file for 'polkit-gnome'
|
|
|
|
pkgname=polkit-gnome
|
2011-10-18 00:59:05 +02:00
|
|
|
version=0.104
|
2011-09-30 18:33:37 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-04-11 13:10:10 +02:00
|
|
|
short_desc="PolicyKit integration for the GNOME desktop"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-18 09:18:15 +02:00
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/PolicyKit"
|
|
|
|
license="GPL-2"
|
2011-10-18 00:59:05 +02:00
|
|
|
checksum=5a59d47cbc87e3e5ac24e5e28b4fa9fc07d6d0096e53fa53d8e6b3fd06854d94
|
2010-04-11 13:10:10 +02:00
|
|
|
long_desc="
|
|
|
|
PolicyKit is an application-level toolkit for defining and handling the
|
|
|
|
policy that allows unprivileged processes to speak to privileged processes.
|
|
|
|
|
|
|
|
It is a framework for centralizing the decision making process with respect
|
|
|
|
to granting access to privileged operations (like calling the HAL Mount()
|
|
|
|
method) for unprivileged (desktop) applications.
|
|
|
|
|
|
|
|
This package contains the glue to integrate with the GNOME desktop."
|
|
|
|
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run polkit
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run atk
|
|
|
|
Add_dependency run pango
|
|
|
|
Add_dependency run cairo
|
|
|
|
Add_dependency run freetype
|
|
|
|
Add_dependency run fontconfig
|
2010-10-23 18:30:16 +02:00
|
|
|
Add_dependency run gdk-pixbuf
|
|
|
|
Add_dependency run libpng
|
2011-03-03 10:29:30 +01:00
|
|
|
Add_dependency run gtk+3
|
2010-10-23 18:30:16 +02:00
|
|
|
|
2010-04-11 13:10:10 +02:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
2011-09-30 18:33:37 +02:00
|
|
|
Add_dependency build gobject-introspection
|
2010-04-11 13:10:10 +02:00
|
|
|
Add_dependency build polkit-devel
|
2011-03-03 10:29:30 +01:00
|
|
|
Add_dependency build gtk+3-devel
|
2011-03-03 11:03:24 +01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Start polkit-gnome-authentication-agent-1 via XDG autostart,
|
|
|
|
# otherwise it will run with the GDM user and won't work.
|
2011-10-18 00:59:05 +02:00
|
|
|
vinstall ${FILESDIR}/polkit-gnome-authentication-agent-1.desktop \
|
|
|
|
644 etc/xdg/autostart
|
2011-03-03 11:03:24 +01:00
|
|
|
}
|