From 5ecc17b526feda9766d0bde0341012260be0d56c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 6 Nov 2016 23:06:47 +0100 Subject: xfce4-systemload-plugin: update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../systemload/xfce4-systemload-plugin_1.1.2.bb | 11 ----------- .../systemload/xfce4-systemload-plugin_1.2.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb create mode 100644 meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.0.bb (limited to 'meta-xfce/recipes-panel-plugins') diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb deleted file mode 100644 index c212f889b0..0000000000 --- a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8" - -inherit xfce-panel-plugin - -DEPENDS += "upower" - -SRC_URI[md5sum] = "68c9d20b352c13f3eb6b39a0d9fe2ba2" -SRC_URI[sha256sum] = "b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c" diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.0.bb b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.0.bb new file mode 100644 index 0000000000..1da87d2d81 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8" + +inherit xfce-panel-plugin + +DEPENDS += "upower" + +SRC_URI[md5sum] = "f2c7e77c8ef7d654c0b429d2e109d4a0" +SRC_URI[sha256sum] = "4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad" -- cgit 1.2.3-korg