xfce4-diskperf-plugin: update to 2.6.2.
This commit is contained in:
parent
e5ed72075a
commit
5051fdd54f
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
--- panel-plugin/devperf.c 2018-11-02 10:31:36.750842536 +0100
|
||||
+++ panel-plugin/devperf.c 2018-11-02 10:33:18.000838499 +0100
|
||||
@@ -39,8 +35,8 @@
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
+#include <sys/types.h>
|
||||
/* for major() and minor() */
|
||||
-#define _BSD_SOURCE
|
||||
-#include <sys/types.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
|
||||
|
||||
#if defined(__linux__)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xfce4-diskperf-plugin'
|
||||
pkgname=xfce4-diskperf-plugin
|
||||
version=2.6.1
|
||||
revision=2
|
||||
version=2.6.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="xfce4-panel-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Alexander Mamay <alexander@mamay.su>"
|
|||
license="2-clause-BSD"
|
||||
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
|
||||
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa
|
||||
checksum=fd2e9843da5822de96a7829e50ba496c34a50fb8492d5b5f792558c6b7ce9644
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue