From f801c0e0b53f26547d9819ae105a23b1733fc1cb Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 29 Dec 2012 19:28:45 +0200 Subject: [PATCH] Revert "xfce4: Removed checksum from recipes" This reverts commit 0531b771b0613590b3986a931506d06019898897. --- recipes/xfce-base/libxfce4menu_4.6.2.bb | 5 ++++- recipes/xfce-base/thunar_1.0.2.bb | 2 ++ recipes/xfce-base/xfce-terminal_0.4.5.bb | 5 ++++- recipes/xfce-base/xfce-utils_4.6.2.bb | 5 ++++- recipes/xfce-base/xfce4-appfinder_4.6.2.bb | 4 +++- recipes/xfce-base/xfce4-panel_4.6.4.bb | 4 +++- recipes/xfce-base/xfce4-session_4.6.2.bb | 5 ++++- recipes/xfce-base/xfconf_4.6.2.bb | 4 +++- recipes/xfce-base/xfdesktop_4.6.2.bb | 4 +++- recipes/xfce-base/xfwm4_4.6.2.bb | 4 +++- 10 files changed, 33 insertions(+), 9 deletions(-) diff --git a/recipes/xfce-base/libxfce4menu_4.6.2.bb b/recipes/xfce-base/libxfce4menu_4.6.2.bb index dfa1a04e70..663944a954 100644 --- a/recipes/xfce-base/libxfce4menu_4.6.2.bb +++ b/recipes/xfce-base/libxfce4menu_4.6.2.bb @@ -4,6 +4,9 @@ DEPENDS = "gettext pkgconfig libxfce4util intltool" RDEPENDS_${PN} = "gtk+ libxfce4util" LICENSE="LGPL-2 FDL-1.1" -PR = "r1" +PR = "r0" inherit xfce46 + +SRC_URI[md5sum] = "ff10cacb76803ee37159e3a43345f0d1" +SRC_URI[sha256sum] = "62352be57318d6f241c4f6e4b6f9303d0b80246ea8f6e4753a962360a9965162" diff --git a/recipes/xfce-base/thunar_1.0.2.bb b/recipes/xfce-base/thunar_1.0.2.bb index 9a0dc30506..d35c44d668 100644 --- a/recipes/xfce-base/thunar_1.0.2.bb +++ b/recipes/xfce-base/thunar_1.0.2.bb @@ -24,3 +24,5 @@ FILES_${PN} += "${libdir}/thunarx-1/*.so \ ${datadir}/xfce4" FILES_${PN}-dbg += "${libdir}/thunarx-1/.debug/ ${libexecdir}/xfce4/panel-plugins/.debug/" +SRC_URI[md5sum] = "c91073202d373a1f9951a1240083c36d" +SRC_URI[sha256sum] = "75829b34a68346b33f66882bedc9794d580c200d11af22541885750459b55c03" diff --git a/recipes/xfce-base/xfce-terminal_0.4.5.bb b/recipes/xfce-base/xfce-terminal_0.4.5.bb index e1a7024ee4..2d5f94e4c3 100644 --- a/recipes/xfce-base/xfce-terminal_0.4.5.bb +++ b/recipes/xfce-base/xfce-terminal_0.4.5.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Terminal emulator for the Xfce desktop environment" DEPENDS = "exo vte dbus-glib gtk+" RDEPENDS_${PN} += "gnome-pty-helper" -PR = "r1" +PR = "r0" inherit xfce46 @@ -11,3 +11,6 @@ SRC_URI = "http://www.xfce.org/archive/src/apps/terminal/0.4/Terminal-${PV}.tar. S = "${WORKDIR}/Terminal-${PV}" FILES_${PN} += "${datadir}/Terminal" + +SRC_URI[md5sum] = "3c707628e2e97c6d9566cd74d400036a" +SRC_URI[sha256sum] = "92fddcbc1422076672d8ec61832793d4ceea2fc0db7d724a6acde0ec2bac8893" diff --git a/recipes/xfce-base/xfce-utils_4.6.2.bb b/recipes/xfce-base/xfce-utils_4.6.2.bb index 366b1194f3..08048c4285 100644 --- a/recipes/xfce-base/xfce-utils_4.6.2.bb +++ b/recipes/xfce-base/xfce-utils_4.6.2.bb @@ -1,7 +1,7 @@ DESCRIPTION="Xfce4 Utilities" DEPENDS = "virtual/libx11 libxfcegui4" SECTION = "x11" -PR = "r1" +PR = "r0" inherit xfce46 @@ -25,3 +25,6 @@ FILES_${PN} += " \ # NOTE: This package takes a --with-browser for the default browser # NOTE: Works with gdm also gtkhtml + +SRC_URI[md5sum] = "5d23407700d7e8c9751e17a5bc955109" +SRC_URI[sha256sum] = "54efc2038bfbd5acaadfc91ed91fb3dfd6cec64f9402f364accce7bcafe2ba7a" diff --git a/recipes/xfce-base/xfce4-appfinder_4.6.2.bb b/recipes/xfce-base/xfce4-appfinder_4.6.2.bb index 31198342da..a73383d104 100644 --- a/recipes/xfce-base/xfce4-appfinder_4.6.2.bb +++ b/recipes/xfce-base/xfce4-appfinder_4.6.2.bb @@ -3,7 +3,9 @@ DESCRIPTION="Xfce4 Application Finder" DEPENDS="libxfcegui4 libxfce4menu thunar" SECTION = "x11" -PR = "r1" +PR = "r0" inherit xfce46 +SRC_URI[md5sum] = "7752e43578b821e35010bcd3762da166" +SRC_URI[sha256sum] = "a1bf35b838922a7f81f588c727a6ef2f56b1bed0c46f7c36b209ac336f7e492a" diff --git a/recipes/xfce-base/xfce4-panel_4.6.4.bb b/recipes/xfce-base/xfce4-panel_4.6.4.bb index 4a59858200..fe402b8690 100644 --- a/recipes/xfce-base/xfce4-panel_4.6.4.bb +++ b/recipes/xfce-base/xfce4-panel_4.6.4.bb @@ -3,10 +3,12 @@ DESCRIPTION = "Xfce4 Panel" DEPENDS = "virtual/libx11 startup-notification libxfcegui4 libxml2 exo libwnck" SECTION = "x11" -PR = "r1" +PR = "r0" inherit xfce46 +SRC_URI[md5sum] = "82f10a42aefca4cc26a6633e7478cc65" +SRC_URI[sha256sum] = "cc9b70bdc73ab80f46655a34cdbaf876a67cd90b50230cbf4d77a3106a5c54e7" EXTRA_OECONF += " --enable-startup-notification" diff --git a/recipes/xfce-base/xfce4-session_4.6.2.bb b/recipes/xfce-base/xfce4-session_4.6.2.bb index 066a35578f..e700f7ace2 100644 --- a/recipes/xfce-base/xfce4-session_4.6.2.bb +++ b/recipes/xfce-base/xfce4-session_4.6.2.bb @@ -2,7 +2,7 @@ DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment DEPENDS = "libxfcegui4 libxfce4util dbus iceauth xfce-utils" SECTION = "x11" -PR = "r1" +PR = "r0" inherit xfce46 @@ -19,3 +19,6 @@ FILES_${PN}-dbg += "${libdir}/xfce4/splash/engines/.debug/*.a" FILES_${PN}-dev += "${libdir}/xfce4/splash/engines/*.la" FILES_${PN}-dev += "${libdir}/xfce4/splash/engines/*.a" + +SRC_URI[md5sum] = "9d9890130e45e0e9476591ed9ba2c9d5" +SRC_URI[sha256sum] = "725e269254c34c530acb670f5ccd0fd69b57cbe9f2176abd8499fc5d6dcd30a8" diff --git a/recipes/xfce-base/xfconf_4.6.2.bb b/recipes/xfce-base/xfconf_4.6.2.bb index 7eb8fce7b1..3db4c917d8 100644 --- a/recipes/xfce-base/xfconf_4.6.2.bb +++ b/recipes/xfce-base/xfconf_4.6.2.bb @@ -6,9 +6,11 @@ LICENSE = "GPL-2" DEPENDS = "libxfce4util" RDEPENDS_${PN} = "libxfce4util" -PR = "r1" +PR = "r0" inherit xfce46 FILES_${PN} += "${datadir}/dbus-1/services/org.xfce.Xfconf.service" +SRC_URI[md5sum] = "5ff93c15077c6dbbcd38c437bc1ab2ef" +SRC_URI[sha256sum] = "7b2635abc33ae6a76145238ed27557bc1ff91b1a5ee0757962f798a66d56f478" diff --git a/recipes/xfce-base/xfdesktop_4.6.2.bb b/recipes/xfce-base/xfdesktop_4.6.2.bb index 12109726df..c3a3bca232 100644 --- a/recipes/xfce-base/xfdesktop_4.6.2.bb +++ b/recipes/xfce-base/xfdesktop_4.6.2.bb @@ -3,7 +3,7 @@ SECTION = "x11/base" DEPENDS = "virtual/libx11 exo libxfcegui4 xfce4-panel thunar gtk+" RDEPENDS_${PN} = "libxfcegui4 libxml2 xfce4-panel thunar exo gtk+" -PR = "r1" +PR = "r0" inherit xfce46 @@ -17,3 +17,5 @@ FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so \ ${datadir}/xfce4/panel-plugins/*.desktop" FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" +SRC_URI[md5sum] = "e800ea9fee7a5c5eaf2ae96e23a83e3a" +SRC_URI[sha256sum] = "cd760f95486ba3f1c6d0179bb10a4c21c99c1d459dd8265823fed85f7376a3fb" diff --git a/recipes/xfce-base/xfwm4_4.6.2.bb b/recipes/xfce-base/xfwm4_4.6.2.bb index 7219d61030..3ea7f5281f 100644 --- a/recipes/xfce-base/xfwm4_4.6.2.bb +++ b/recipes/xfce-base/xfwm4_4.6.2.bb @@ -2,7 +2,7 @@ DESCRIPTION="Xfce4 Window Manager" SECTION = "x11/wm" -PR = "r1" +PR = "r0" inherit xfce46 update-alternatives @@ -27,3 +27,5 @@ ALTERNATIVE_PRIORITY = "30" FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*" +SRC_URI[md5sum] = "3e6c0c54b028b6ea60e865e55ecdf3f8" +SRC_URI[sha256sum] = "212819ee03c24635f79d50930284c422469e22489952d0b286e6fe5af2155828" -- 2.39.5