From 9d5b227e6707347381884e1195077b2e5b6be9c9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 28 Mar 2009 11:18:14 +0100 Subject: gnome-keyring: update to 2.26, adjust packaging accordingly --- recipes/gnome/gnome-keyring_2.26.0.bb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes/gnome/gnome-keyring_2.26.0.bb (limited to 'recipes') diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb new file mode 100644 index 0000000000..8259ac96ce --- /dev/null +++ b/recipes/gnome/gnome-keyring_2.26.0.bb @@ -0,0 +1,28 @@ +LICENSE = "GPL" +SECTION = "x11/gnome" + +inherit autotools gnome pkgconfig + +DEPENDS = "gtk+ libtasn1 libgcrypt" + +EXTRA_OECONF = "--disable-gtk-doc" + +SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service" + +do_configure_prepend() { + cp ${WORKDIR}/tasn.m4 acinclude.m4 +} + +do_install_append () { + install -d ${D}${datadir}/dbus-1/services + install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services +} + +FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" +PACKAGES =+ "gnome-keyring-pam-plugin" +FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so" +FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug" + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3