gnome-keyring: add 2.28.0
authorSteve Sakoman <steve@sakoman.com>
Wed, 14 Oct 2009 03:03:51 +0000 (20:03 -0700)
committerKoen Kooi <koen@openembedded.org>
Tue, 13 Oct 2009 20:43:54 +0000 (22:43 +0200)
conf/checksums.ini
recipes/gnome/gnome-keyring_2.28.0.bb [new file with mode: 0644]

index faebd8c..88b527e 100644 (file)
@@ -8830,6 +8830,10 @@ sha256=3c9eb7f45dd0026340635b9e1ee18c36a47541610aa5a7ef604ca645aa4763f9
 md5=0395fcf79b990465030a2795dcddacb9
 sha256=7acda11db2eb07b2f68a1a506203fe95141954acb10c394850418fd04ed80a07
 
+[http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.28/gnome-keyring-2.28.0.tar.bz2]
+md5=07fa253d8506c22640d74eb4fc90a092
+sha256=1b3234f1feac6a619a9a61a0b5f67ab8cd89d94aeeec9a5cc2d78b81d9d8cab4
+
 [http://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.26/gnome-media-2.26.0.tar.bz2]
 md5=3d519bc7d812aed8f6e4288b6d3cdf26
 sha256=39e7646d0790e05a010da1eb2d7552dcb5311abd72f001477c9c465d7146b9f7
diff --git a/recipes/gnome/gnome-keyring_2.28.0.bb b/recipes/gnome/gnome-keyring_2.28.0.bb
new file mode 100644 (file)
index 0000000..46d2de0
--- /dev/null
@@ -0,0 +1,28 @@
+DESCRIPTION = "GNOME security credential management"
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt"
+
+inherit autotools gnome pkgconfig
+
+EXTRA_OECONF = "--disable-gtk-doc --enable-pam --with-pam-dir=${libdir}/security/"
+
+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
+}