From bf10a3fdd6c75053b52791ef09b18448dd81e1d5 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Fri, 24 Sep 2010 06:09:13 +0000 Subject: [PATCH] desktop-file-utils: fix broken download links * fixed the SRC_URI download links * fixed md5 and sha256 sums for the downloads * Updated recipe license Signed-off-by: Chase Maupin Signed-off-by: Khem Raj --- recipes/desktop-file-utils/desktop-file-utils_0.3.bb | 11 ++++------- recipes/desktop-file-utils/desktop-file-utils_0.6.bb | 8 ++++---- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.3.bb b/recipes/desktop-file-utils/desktop-file-utils_0.3.bb index b4a35aeae6..4bd0295ae0 100644 --- a/recipes/desktop-file-utils/desktop-file-utils_0.3.bb +++ b/recipes/desktop-file-utils/desktop-file-utils_0.3.bb @@ -1,16 +1,13 @@ SECTION = "console/utils" HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils" DESCRIPTION = "command line utilities to work with *.desktop files" -LICENSE = "GPL" +LICENSE = "GPLv2" DEPENDS = "popt glib-2.0" -SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \ +SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \ file://m4.patch" inherit autotools -SRC_URI[md5sum] = "40a93def0f37f1577c5edc638fcb35a5" -SRC_URI[sha256sum] = "6e932e73818697ea9ec8909bed535a87ba34651031bbbedb63a42e4cdc423284" -#CHECKSUMS.INI MISMATCH: I've got this instead: -#SRC_URI[md5sum] = "a1c8bcd648da58bfe0b142042292caa8" -#SRC_URI[sha256sum] = "06a3d9d97dce9773fc8ac47d6c01aa5e0c0c517cb6ac2e06a627479a0593efca" +SRC_URI[md5sum] = "a1c8bcd648da58bfe0b142042292caa8" +SRC_URI[sha256sum] = "06a3d9d97dce9773fc8ac47d6c01aa5e0c0c517cb6ac2e06a627479a0593efca" diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.6.bb b/recipes/desktop-file-utils/desktop-file-utils_0.6.bb index 3267b8e434..2a1eaf2570 100644 --- a/recipes/desktop-file-utils/desktop-file-utils_0.6.bb +++ b/recipes/desktop-file-utils/desktop-file-utils_0.6.bb @@ -1,12 +1,12 @@ SECTION = "console/utils" HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils" DESCRIPTION = "command line utilities to work with *.desktop files" -LICENSE = "GPL" +LICENSE = "GPLv2" DEPENDS = "popt glib-2.0 gnome-vfs" -SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" +SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" inherit autotools -SRC_URI[md5sum] = "0d6b6d4fa861f73e0b4225e93077578f" -SRC_URI[sha256sum] = "64c05a48e91850627cfaa7314d4b4b847547bc4333fa9345994fa49c79276f3d" +SRC_URI[md5sum] = "dcace3294470e9cdc9ebfe7de1881ece" +SRC_URI[sha256sum] = "37245e1c606bbdbffa12d43e902a95d7081673191dc1246640c00cb5a8b4f4d2" -- 2.39.5