diff options
Diffstat (limited to 'meta/recipes-extended/polkit/polkit-gnome_0.102.bb')
| -rw-r--r-- | meta/recipes-extended/polkit/polkit-gnome_0.102.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.102.bb b/meta/recipes-extended/polkit/polkit-gnome_0.102.bb new file mode 100644 index 0000000000..487e7451bf --- /dev/null +++ b/meta/recipes-extended/polkit/polkit-gnome_0.102.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "GNOME Authentication Agent for PolicyKit" | ||
| 2 | DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment" | ||
| 3 | HOMEPAGE = "http://www.packagekit.org/" | ||
| 4 | BUGTRACKER = "http://bugzilla.gnome.org/" | ||
| 5 | DEPENDS = "polkit dbus-glib gconf gtk+" | ||
| 6 | LICENSE = "LGPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \ | ||
| 8 | file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795" | ||
| 9 | |||
| 10 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PR = "r0" | ||
| 14 | |||
| 15 | EXTRA_OECONF = " --disable-scrollkeeper \ | ||
| 16 | --disable-man-pages \ | ||
| 17 | --disable-examples \ | ||
| 18 | --disable-gtk-doc \ | ||
| 19 | --disable-introspection " | ||
| 20 | |||
| 21 | inherit autotools pkgconfig | ||
| 22 | |||
| 23 | FILES_${PN} += " ${datadir}/dbus-1 \ | ||
| 24 | ${datadir}/PolicyKit \ | ||
| 25 | " | ||
| 26 | SRC_URI[md5sum] = "f6b485ffd7bd605af815fd2747180481" | ||
| 27 | SRC_URI[sha256sum] = "81caa6972e651e90ef4ac31d7ed41bc79543d46b850dbd5b14b40f8ef7107d11" | ||
