summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/polkit
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-18 20:03:45 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-22 10:25:33 +0000
commit433447c858984cb5191ad00b5648ed568cf8e7fb (patch)
tree79429f982535fa8f2c105990a1b6d08f5135a81e /meta/recipes-extended/polkit
parentdb3ce4f7f6ede7430efca3550373c2584b5a1703 (diff)
downloadpoky-433447c858984cb5191ad00b5648ed568cf8e7fb.tar.gz
polkit-gnome: Upgrade to version 0.99
Fixed its metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-extended/polkit')
-rw-r--r--meta/recipes-extended/polkit/polkit-gnome_0.96.bb19
-rw-r--r--meta/recipes-extended/polkit/polkit-gnome_0.99.bb27
2 files changed, 27 insertions, 19 deletions
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.96.bb b/meta/recipes-extended/polkit/polkit-gnome_0.96.bb
deleted file mode 100644
index 50387f3505..0000000000
--- a/meta/recipes-extended/polkit/polkit-gnome_0.96.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1HOMEPAGE = "http://www.packagekit.org/"
2DEPENDS = "polkit dbus-glib gconf gtk+"
3LICENSE = "LGPLv2+"
4
5SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
6 "
7
8EXTRA_OECONF = " --disable-scrollkeeper \
9 --disable-man-pages \
10 --disable-examples \
11 --disable-gtk-doc \
12 --disable-introspection "
13
14inherit autotools pkgconfig
15
16FILES_${PN} += " ${datadir}/dbus-1 \
17 ${datadir}/PolicyKit \
18 "
19
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.99.bb b/meta/recipes-extended/polkit/polkit-gnome_0.99.bb
new file mode 100644
index 0000000000..f4fb337f31
--- /dev/null
+++ b/meta/recipes-extended/polkit/polkit-gnome_0.99.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] = "f1a2565083266bc8c05c60aa7d8a0f6a"
27SRC_URI[sha256sum] = "73c4d04aa89d9a9687f3650327c0ec1cba704e9d5b7fc193958fa81d621208ba"