[oe-commits] Steve Sakoman : gnome-mount: add 0.8

git version control git at git.openembedded.org
Tue Apr 6 16:31:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a7510442251c575c4cd648fe3cdd35f8667774bf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7510442251c575c4cd648fe3cdd35f8667774bf

Author: Steve Sakoman <steve at sakoman.com>
Date:   Mon Apr  5 21:11:09 2010 -0700

gnome-mount: add 0.8

---

 recipes/gnome/gnome-mount_0.8.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gnome-mount_0.8.bb b/recipes/gnome/gnome-mount_0.8.bb
new file mode 100644
index 0000000..5e7b64b
--- /dev/null
+++ b/recipes/gnome/gnome-mount_0.8.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "programs for mounting, unmounting and ejecting storage devices"
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = "nautilus gnome-keyring libglade libnotify"
+
+inherit autotools gnome pkgconfig
+
+SRCREV = "150a8d10d9336dea107ed3b5ddd430f6dcd5bd83"
+PV = "0.8"
+
+SRC_URI = "http://hal.freedesktop.org/releases/gnome-mount-${PV}.tar.gz"
+
+SRC_URI[archive.md5sum] = "562ec9d0196e5e000bdd249a04a3aa6a"
+SRC_URI[archive.sha256sum] = "44ca6b78b49a4181435e489c7b7d416c8f26442dcecdc01ec4b981274ed957e2"
+
+S = "${WORKDIR}/gnome-mount-${PV}"
+
+FILES_${PN} += "${libdir}/nautilus"
+FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug"
+
+





More information about the Openembedded-commits mailing list