diff options
Diffstat (limited to 'meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb')
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb new file mode 100644 index 000000000..d9b9b2cb0 --- /dev/null +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb | |||
@@ -0,0 +1,16 @@ | |||
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 file" | ||
7 | |||
8 | inherit xfce-app | ||
9 | |||
10 | RRECOMMENDS_${PN} += "tumbler" | ||
11 | |||
12 | SRC_URI[md5sum] = "5866b4e11c32a38f72bc737239102544" | ||
13 | SRC_URI[sha256sum] = "8c9c11760816dfd9ed57fb8b9df86c6a98a2604ab551be3133996a1c32ca2665" | ||
14 | SRC_URI += "file://0001-Fix-build-after-update-of-xfconf.patch" | ||
15 | |||
16 | FILES_${PN} += "${datadir}/appdata" | ||