xfce4-diskperf-plugin: upgrade 2.6.1 -> 2.6.2

* announcement claims this a translation update only
* they include sys/sysmacros.h at a different position ->  patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2019-08-19 00:33:15 +02:00 committed by Khem Raj
parent 6a241d45e4
commit 2625ed5200
3 changed files with 10 additions and 42 deletions

View File

@ -1,30 +0,0 @@
From c35a8cb24e8adafb11cbc261de37d97244e55927 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 11 Aug 2018 10:08:27 -0700
Subject: [PATCH] panel-plugin: Include sys/sysmacros.h for major/minor
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
glibc 2.28+ needs it
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@googlemail.com>
---
panel-plugin/devperf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
index 175fd44..cb2e88a 100644
--- a/panel-plugin/devperf.c
+++ b/panel-plugin/devperf.c
@@ -34,6 +34,7 @@
#include <errno.h>
#include <sys/time.h>
/* for major() and minor() */
+#include <sys/sysmacros.h>
#define _BSD_SOURCE
#include <sys/types.h>

View File

@ -1,12 +0,0 @@
SUMMARY = "Panel plugin displaying instant disk/partition performance"
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=d3e627798d6a60bece47aa8b3532e1f1"
inherit xfce-panel-plugin
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2 \
file://0001-panel-plugin-Include-sys-sysmacros.h-for-major-minor.patch \
"
SRC_URI[md5sum] = "63d5f03934c2dbddb3ad7bf7f535cc23"
SRC_URI[sha256sum] = "212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa"

View File

@ -0,0 +1,10 @@
SUMMARY = "Panel plugin displaying instant disk/partition performance"
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=d3e627798d6a60bece47aa8b3532e1f1"
inherit xfce-panel-plugin
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "538119ea97a217695b297e2d165b305f"
SRC_URI[sha256sum] = "fd2e9843da5822de96a7829e50ba496c34a50fb8492d5b5f792558c6b7ce9644"