From 888706bedf2f54f99ac3d644888119d974852a10 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 9 Apr 2019 00:42:57 +0200 Subject: ristretto: upgrade 0.8.3 -> 0.8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A bugfix release - see announcement [1]: - Add missing field initializers - Instead of thumbnails, the same icons with a crossed red circle (bug #13419) - Resolve g_type_class_add_private() deprecation - Glib-Critical errors to stdout: Source ID X was not found when attempting to remove it (bug #15268) - Fix memory leak (bug #12034) - Show file size in the status bar (bug #14791) - Fix opening of PPM files (bug #14709) [1] https://mail.xfce.org/pipermail/xfce/2019-April/036350.html Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb | 16 ---------------- meta-xfce/recipes-apps/ristretto/ristretto_0.8.4.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb create mode 100644 meta-xfce/recipes-apps/ristretto/ristretto_0.8.4.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb deleted file mode 100644 index d9b9b2cb0e..0000000000 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Tiny image-viewer" -HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=35d145429ad3cbf5308d1dc93f66376b" -DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo file" - -inherit xfce-app - -RRECOMMENDS_${PN} += "tumbler" - -SRC_URI[md5sum] = "5866b4e11c32a38f72bc737239102544" -SRC_URI[sha256sum] = "8c9c11760816dfd9ed57fb8b9df86c6a98a2604ab551be3133996a1c32ca2665" -SRC_URI += "file://0001-Fix-build-after-update-of-xfconf.patch" - -FILES_${PN} += "${datadir}/appdata" diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.4.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.4.bb new file mode 100644 index 0000000000..416ac2adc9 --- /dev/null +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.4.bb @@ -0,0 +1,16 @@ +SUMMARY = "Tiny image-viewer" +HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=35d145429ad3cbf5308d1dc93f66376b" +DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo file" + +inherit xfce-app + +RRECOMMENDS_${PN} += "tumbler" + +SRC_URI[md5sum] = "0142c8b9c492cf447e563b00c6204359" +SRC_URI[sha256sum] = "3a0be4526c93ec0ebbf2e63e69dd0c98f16b20b863d3b6426272592e5b00cea2" +SRC_URI += "file://0001-Fix-build-after-update-of-xfconf.patch" + +FILES_${PN} += "${datadir}/appdata" -- cgit 1.2.3-korg