[oe-commits] Andreas Müller : ristretto: Add inital recipe for version 0.1.1

git version control git at git.openembedded.org
Fri Oct 7 23:27:38 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 1ac849f23e70ae976cb668598f6e1f9141ed2be0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1ac849f23e70ae976cb668598f6e1f9141ed2be0

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Sat Oct  8 04:09:09 2011 +0000

ristretto: Add inital recipe for version 0.1.1

Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-apps/ristretto/ristretto_0.1.1.bb      |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb
new file mode 100644
index 0000000..8944a29
--- /dev/null
+++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Tiny image-viewer"
+HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto"
+SECTION = "x11/application"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI = "http://archive.xfce.org/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2 \
+"
+
+SRC_URI[md5sum] = "4b0f58c00ef99f13ebf134979ee76980"
+SRC_URI[sha256sum] = "8f4986a646460b24282cc95cc30f03484a5c8e0f1c568a9f4ef5749a66ec62da"





More information about the Openembedded-commits mailing list