diff options
Diffstat (limited to 'meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb')
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb new file mode 100644 index 000000000..66399cfb1 --- /dev/null +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "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=35d145429ad3cbf5308d1dc93f66376b" | ||
6 | DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | ||
7 | |||
8 | inherit xfce-app | ||
9 | |||
10 | RRECOMMENDS_${PN} += "tumbler" | ||
11 | |||
12 | SRC_URI[md5sum] = "94c778850325a4e5a12e3433c8a05432" | ||
13 | SRC_URI[sha256sum] = "71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/appdata" | ||