summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/polkit/polkit-gnome_0.101.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-04-13 13:29:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 05:49:28 +0100
commit351df14dc33c9ad5478a8ba853b766beff9ca3d1 (patch)
tree0e75be243eae53888b33f7be35d8caa879c7e8d6 /meta/recipes-extended/polkit/polkit-gnome_0.101.bb
parentd261874799769cbbaba996696bb3c1bb06f628f2 (diff)
downloadpoky-351df14dc33c9ad5478a8ba853b766beff9ca3d1.tar.gz
polkit-gnome: Upgrade to 0.101 (from 0.99)
(From OE-Core rev: e840b5e6c60deb90f80a4da6dd8d978acdb53c80) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/polkit/polkit-gnome_0.101.bb')
-rw-r--r--meta/recipes-extended/polkit/polkit-gnome_0.101.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.101.bb b/meta/recipes-extended/polkit/polkit-gnome_0.101.bb
new file mode 100644
index 0000000000..e619090b47
--- /dev/null
+++ b/meta/recipes-extended/polkit/polkit-gnome_0.101.bb
@@ -0,0 +1,27 @@
1SUMMARY = "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+"
6LICENSE = "LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
8 file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795"
9
10SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
11 "
12
13PR = "r0"
14
15EXTRA_OECONF = " --disable-scrollkeeper \
16 --disable-man-pages \
17 --disable-examples \
18 --disable-gtk-doc \
19 --disable-introspection "
20
21inherit autotools pkgconfig
22
23FILES_${PN} += " ${datadir}/dbus-1 \
24 ${datadir}/PolicyKit \
25 "
26SRC_URI[md5sum] = "da6aaff473ed80f8958fd6f67a59defe"
27SRC_URI[sha256sum] = "f1452e37b6681a0ade2c0cbb3734e6f78c421b958ab4d4eb6a2cd3b9f50db8d0"