mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xload: update to 1.2.0.
This commit is contained in:
parent
ee0607d625
commit
54d90967fb
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/get_rload.c
|
|
||||||
+++ b/get_rload.c
|
|
||||||
@@ -9,7 +9,7 @@
|
|
||||||
/* Not all OS supports get_rload
|
|
||||||
steal the STUB idea from get_load
|
|
||||||
*/
|
|
||||||
-#if defined(QNX4) || defined(__CYGWIN__) || defined(_WIN32)
|
|
||||||
+#if defined(QNX4) || defined(__CYGWIN__) || defined(_WIN32) || !defined(__GLIBC__)
|
|
||||||
#define RLOADSTUB
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xload'
|
# Template file for 'xload'
|
||||||
pkgname=xload
|
pkgname=xload
|
||||||
version=1.1.4
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="gettext pkg-config xorg-util-macros"
|
hostmakedepends="gettext pkg-config xorg-util-macros"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="X11, MIT"
|
license="X11, MIT"
|
||||||
homepage="http://www.x.org/archive/X11R6.8.1/doc/xload.1.html"
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/xload.1.html"
|
||||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8346b99120db24e0f42920f7f12e23e9b1b407d3a66ce419990387b608373031
|
checksum=2c0fe6d624e1a25c1707e2d56407b979d6a78d64271df9ea0a89d99b81b59a80
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue