From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/sylpheed/claws-mail_3.6.1.bb | 5 +++++ recipes/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.1.bb | 3 +++ recipes/sylpheed/claws-plugin-mailmbox_1.14.bb | 3 +++ recipes/sylpheed/claws-plugin-rssyl_0.18.bb | 3 +++ recipes/sylpheed/sylpheed_2.2.9.bb | 3 +++ recipes/sylpheed/sylpheed_2.5.0.bb | 3 +++ 6 files changed, 20 insertions(+) (limited to 'recipes/sylpheed') diff --git a/recipes/sylpheed/claws-mail_3.6.1.bb b/recipes/sylpheed/claws-mail_3.6.1.bb index 77206991f7..ec76ad71e3 100644 --- a/recipes/sylpheed/claws-mail_3.6.1.bb +++ b/recipes/sylpheed/claws-mail_3.6.1.bb @@ -51,3 +51,8 @@ do_install_append() { sed -i 's/Icon=[^.]*$/&.png/' ${D}${datadir}/applications/claws-mail.desktop } + +SRC_URI[md5sum] = "761b8ae2d574588460a0fb1ea4931ccb" +SRC_URI[sha256sum] = "67337a4a1a5a5ce09f2a38422b7a6fc481e4747f74d4ddedd130d4fb06fc3907" +SRC_URI[md5sum] = "e8ff3fabf1ed47f3b11a9cdc36b026bd" +SRC_URI[sha256sum] = "767258dd7c966e14ed519affe4c0da93e8fff66ee5fe9158413c8d163af72db8" diff --git a/recipes/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.1.bb b/recipes/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.1.bb index 5ca95d9dfb..7678018f98 100644 --- a/recipes/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.1.bb +++ b/recipes/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.1.bb @@ -18,3 +18,6 @@ do_configure() { FILES_${PN} = "${libdir}/claws-mail/plugins/*.so" + +SRC_URI[md5sum] = "db9d27569903cf09c89c1e57765d3dcc" +SRC_URI[sha256sum] = "aae832e99a04e49c55b0493684aeb4484dda48b5d9010c6980626dc62d6b6fdc" diff --git a/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb index 621fbb4fdf..fd11d209a8 100644 --- a/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb +++ b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb @@ -13,3 +13,6 @@ S = "${WORKDIR}/mailmbox-${PV}" FILES_${PN} = "${libdir}/claws-mail/plugins/*.so" FILES_${PN}-dbg += "${libdir}/claws-mail/plugins/.debug" + +SRC_URI[md5sum] = "0a5907628c1112cf8e5fe251ed1db551" +SRC_URI[sha256sum] = "d8d948807b4a09eb6da392161564c4bcee01070c9c86483889f93f1b14fd0870" diff --git a/recipes/sylpheed/claws-plugin-rssyl_0.18.bb b/recipes/sylpheed/claws-plugin-rssyl_0.18.bb index fd30e81ef6..07c4fd3eb1 100644 --- a/recipes/sylpheed/claws-plugin-rssyl_0.18.bb +++ b/recipes/sylpheed/claws-plugin-rssyl_0.18.bb @@ -12,3 +12,6 @@ S = "${WORKDIR}/rssyl-${PV}" FILES_${PN} = "${libdir}/claws-mail/plugins/*.so" FILES_${PN}-dbg += "${libdir}/claws-mail/plugins/.debug" + +SRC_URI[md5sum] = "7dfd8ae53cf1ed88d5e4150f77b9df63" +SRC_URI[sha256sum] = "b02eff373fd66daec2ffd75afd3ad97c32c45679883ee65b21aa50fec92fc752" diff --git a/recipes/sylpheed/sylpheed_2.2.9.bb b/recipes/sylpheed/sylpheed_2.2.9.bb index b22512b32f..849e637e7b 100644 --- a/recipes/sylpheed/sylpheed_2.2.9.bb +++ b/recipes/sylpheed/sylpheed_2.2.9.bb @@ -30,3 +30,6 @@ do_install_append() { install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/ } + +SRC_URI[md5sum] = "45e9e89775613b0afb732fbc11c73d26" +SRC_URI[sha256sum] = "72a6ab7c8a0baf0d1d432929c19a7d096335ba4adc43e40488b6a77e5995a0f5" diff --git a/recipes/sylpheed/sylpheed_2.5.0.bb b/recipes/sylpheed/sylpheed_2.5.0.bb index 94c51e4fce..69e33c24d5 100644 --- a/recipes/sylpheed/sylpheed_2.5.0.bb +++ b/recipes/sylpheed/sylpheed_2.5.0.bb @@ -30,3 +30,6 @@ do_install_append() { install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/ } + +SRC_URI[md5sum] = "a6fc9e9c2a33876fddb33f25f40b820f" +SRC_URI[sha256sum] = "d18a8dc51126e25c7677dd649b7499756278e1d82b7b888d37a10fb1d8d38761" -- cgit 1.2.3-korg