From d2b1fea3990d123f7c2739535b945523eea7aedc Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 30 Oct 2011 11:47:20 +0000 Subject: ristretto: update to 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit run tested on overo Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb | 15 --------------- meta-xfce/recipes-apps/ristretto/ristretto_0.2.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb create mode 100644 meta-xfce/recipes-apps/ristretto/ristretto_0.2.2.bb (limited to 'meta-xfce/recipes-apps') diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb deleted file mode 100644 index 8944a29673..0000000000 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.1.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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" diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.2.2.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.2.2.bb new file mode 100644 index 0000000000..78d090cfce --- /dev/null +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.2.2.bb @@ -0,0 +1,11 @@ +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-app + +SRC_URI[md5sum] = "ee812d1200674960c246a7e05a1cbc6d" +SRC_URI[sha256sum] = "c43832d7e6e37b670c3dd04dcf406266ff5980dc80abed7b8a82aa7c7defaa69" -- cgit 1.2.3-korg