2010-04-11 13:10:10 +02:00
|
|
|
# Template file for 'polkit-gnome'
|
|
|
|
pkgname=polkit-gnome
|
2010-10-23 18:30:16 +02:00
|
|
|
version=0.99
|
2010-04-11 13:10:10 +02:00
|
|
|
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--localstatedir=/var --disable-introspection"
|
|
|
|
short_desc="PolicyKit integration for the GNOME desktop"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-10-23 18:30:16 +02:00
|
|
|
checksum=73c4d04aa89d9a9687f3650327c0ec1cba704e9d5b7fc193958fa81d621208ba
|
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."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
2010-04-23 17:03:14 +02:00
|
|
|
# XXX: introspection support.
|
2010-04-11 13:10:10 +02:00
|
|
|
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
|
2010-04-11 13:10:10 +02:00
|
|
|
Add_dependency run gtk+
|
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
|
|
|
|
Add_dependency build polkit-devel
|
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build atk-devel
|
|
|
|
Add_dependency build pango-devel
|
|
|
|
Add_dependency build cairo-devel
|
|
|
|
Add_dependency build freetype-devel
|
|
|
|
Add_dependency build fontconfig-devel
|
2010-10-23 18:30:16 +02:00
|
|
|
Add_dependency build gdk-pixbuf-devel
|
|
|
|
Add_dependency build libpng-devel
|
2010-04-11 13:10:10 +02:00
|
|
|
Add_dependency build gtk+-devel
|