From 512e8d9285d932a39919634752a023bf7e2e059e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 29 Mar 2016 19:43:06 +0200 Subject: gpicview: update to 0.2.5 Signed-off-by: Max Krummenacher --- recipes-lxde/gpicview/gpicview_0.2.4.bb | 16 ---------------- recipes-lxde/gpicview/gpicview_0.2.5.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes-lxde/gpicview/gpicview_0.2.4.bb create mode 100644 recipes-lxde/gpicview/gpicview_0.2.5.bb diff --git a/recipes-lxde/gpicview/gpicview_0.2.4.bb b/recipes-lxde/gpicview/gpicview_0.2.4.bb deleted file mode 100644 index 1565088..0000000 --- a/recipes-lxde/gpicview/gpicview_0.2.4.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Simple Image Viewer for X" -HOMEPAGE = "http://lxde.sourceforge.net/gpicview" -SECTION = "x11" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -DEPENDS = "jpeg gtk+" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz" -SRC_URI[md5sum] = "b209e36531f89c48e3067b389699d4c7" -SRC_URI[sha256sum] = "99beb7df6765b386cd3f65b3ff77e9a25027a009db432f02bd60be8558f06ceb" - -inherit autotools gettext pkgconfig - -FILES_${PN} += "${datadir}/icons/*" \ No newline at end of file diff --git a/recipes-lxde/gpicview/gpicview_0.2.5.bb b/recipes-lxde/gpicview/gpicview_0.2.5.bb new file mode 100644 index 0000000..c56c507 --- /dev/null +++ b/recipes-lxde/gpicview/gpicview_0.2.5.bb @@ -0,0 +1,16 @@ +SUMMARY = "Simple Image Viewer for X" +HOMEPAGE = "http://lxde.sourceforge.net/gpicview" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +DEPENDS = "jpeg gtk+" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz" +SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4" +SRC_URI[sha256sum] = "38466058e53702450e5899193c4b264339959b563dd5cd81f6f690de32d82942" + +inherit autotools gettext pkgconfig + +FILES_${PN} += "${datadir}/icons/*" \ No newline at end of file -- cgit v1.2.3