blob: 8e99731bd034b277f1c28ac63a4cdc6274b0ac2b [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "GNOME Authentication Agent for PolicyKit"
2DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment"
3HOMEPAGE = "http://www.packagekit.org/"
4BUGTRACKER = "http://bugzilla.gnome.org/"
5DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native gnome-common"
6LICENSE = "LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
8 file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795"
9
10SRC_URI = "https://download.gnome.org/sources/polkit-gnome/${PV}/polkit-gnome-${PV}.tar.xz \
11 file://gtk-doc-check.patch \
12"
13SRC_URI[md5sum] = "50ecad37c8342fb4a52f590db7530621"
14SRC_URI[sha256sum] = "1784494963b8bf9a00eedc6cd3a2868fb123b8a5e516e66c5eda48df17ab9369"
15
16EXTRA_OECONF = "\
17 --disable-static \
18"
19
20DEPENDS += "gtk+3"
21
22inherit autotools gtk-doc pkgconfig
23
24FILES_${PN} += " ${datadir}/dbus-1 \
25 ${datadir}/PolicyKit \
26"