void-packages/srcpkgs/polkit-gnome/template

46 lines
1.5 KiB
Plaintext

# Template file for 'polkit-gnome'
pkgname=polkit-gnome
version=0.103
distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz"
build_style=gnu_configure
short_desc="PolicyKit integration for the GNOME desktop"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/PolicyKit"
license="GPL-2"
checksum=e12712010c76dd7031f83d932253c53940821f5e47303b02fd70d66062ce396b
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
Add_dependency run gdk-pixbuf
Add_dependency run libpng
Add_dependency run gtk+3
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gobject-introspection
Add_dependency build polkit-devel
Add_dependency build gtk+3-devel
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
}