diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-10-08 04:09:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-08 01:25:29 +0200 |
commit | 1ac849f23e70ae976cb668598f6e1f9141ed2be0 (patch) | |
tree | 5762d0d9e3bf4cceb8d366f8f38addd3a7cb2b3b /meta-xfce | |
parent | ee02784bf200ace054a79a08cff5bf5fed92da6c (diff) | |
download | meta-openembedded-1ac849f23e70ae976cb668598f6e1f9141ed2be0.tar.gz |
ristretto: Add inital recipe for version 0.1.1
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/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 000000000..8944a2967 --- /dev/null +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Tiny image-viewer" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | DEPENDS = "libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | ||
7 | |||
8 | inherit xfce | ||
9 | |||
10 | # SRC_URI must follow inherited one | ||
11 | SRC_URI = "http://archive.xfce.org/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2 \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[md5sum] = "4b0f58c00ef99f13ebf134979ee76980" | ||
15 | SRC_URI[sha256sum] = "8f4986a646460b24282cc95cc30f03484a5c8e0f1c568a9f4ef5749a66ec62da" | ||