From 7e012e5032ebd0eb3970ce45a97ac5356b1020ae Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 6 Nov 2016 23:06:40 +0100 Subject: xfce4-battery-plugin: update to 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix-build-on-aarch64.patch was a backport and is now included upstream Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../fix-build-on-aarch64.patch | 34 ---------------------- .../battery/xfce4-battery-plugin_1.0.5.bb | 11 ------- .../battery/xfce4-battery-plugin_1.1.0.bb | 9 ++++++ 3 files changed, 9 insertions(+), 45 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin/fix-build-on-aarch64.patch delete mode 100644 meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.0.5.bb create mode 100644 meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.0.bb (limited to 'meta-xfce/recipes-panel-plugins/battery') diff --git a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin/fix-build-on-aarch64.patch b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin/fix-build-on-aarch64.patch deleted file mode 100644 index ed4eec01fa..0000000000 --- a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin/fix-build-on-aarch64.patch +++ /dev/null @@ -1,34 +0,0 @@ -Upstream-Status: Backport from - -http://git.xfce.org/panel-plugins/xfce4-battery-plugin/commit/?id=0f6926479728ca784a20b63d7c146a91e37d98fb - -Signed-off-by: Kai Kang ---- -From 0f6926479728ca784a20b63d7c146a91e37d98fb Mon Sep 17 00:00:00 2001 -From: Landry Breuil -Date: Thu, 19 Mar 2015 20:42:24 +0100 -Subject: Fix build on aarch64 (bug #11724) - - -diff --git a/panel-plugin/libacpi.c b/panel-plugin/libacpi.c -index 530194d..efb5c9c 100644 ---- a/panel-plugin/libacpi.c -+++ b/panel-plugin/libacpi.c -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #ifdef __FreeBSD__ - #include -@@ -52,7 +53,6 @@ static int acpifd; - #include - #include - #include --#include - - #endif - --- -cgit v0.10.1 diff --git a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.0.5.bb b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.0.5.bb deleted file mode 100644 index 5293c9e468..0000000000 --- a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.0.5.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "A battery monitor panel plugin for Xfce4, compatible with APM and ACP" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -inherit xfce-panel-plugin - -SRC_URI += "file://fix-build-on-aarch64.patch" - -SRC_URI[md5sum] = "ca2d394e411a20442a519efa0d14f8ec" -SRC_URI[sha256sum] = "f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11" diff --git a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.0.bb new file mode 100644 index 0000000000..9d2d954f02 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "A battery monitor panel plugin for Xfce4, compatible with APM and ACP" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +inherit xfce-panel-plugin + +SRC_URI[md5sum] = "f78d8d0cc13d40753a207a836869b953" +SRC_URI[sha256sum] = "8c9deec8d95da4cc39d6d9091433e5822b6bbe07d80117045dd4dd3480427ece" -- cgit 1.2.3-korg