Update to bubblemon-2.0.15.
It does not work any better than the current in-tree version though :-/ Probably due to our outdated and broken libgtop2.
This commit is contained in:
parent
d4f7232c6f
commit
11b5ac9ae4
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2009/10/15 10:46:18 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2009/10/15 11:50:28 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNOME panel applet that displays CPU and memory load
|
||||
|
||||
DISTNAME= bubblemon-2.0.12
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
DISTNAME= bubblemon-2.0.15
|
||||
CATEGORIES= sysutils x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.nongnu.org/bubblemon/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (bubblemon-2.0.12.tar.gz) = i2QlOmPuzLgKX0yu9JETPQ==
|
||||
RMD160 (bubblemon-2.0.12.tar.gz) = 4yJidZBwPkK8/oCndLlMIRVLQFI=
|
||||
SHA1 (bubblemon-2.0.12.tar.gz) = AeyHFl5pK1WhM4CbyqNxlK9NyMs=
|
||||
SHA256 (bubblemon-2.0.12.tar.gz) = QYU34WfEfORJTwICTdUUkA86pSq1I/nV8TyDt3GZXN4=
|
||||
SIZE (bubblemon-2.0.12.tar.gz) = 228879
|
||||
MD5 (bubblemon-2.0.15.tar.gz) = x58E1ylh6J51r8/Tj08DVw==
|
||||
RMD160 (bubblemon-2.0.15.tar.gz) = 4JkJa9q9KOLJbnFG1K0BrbcDq4A=
|
||||
SHA1 (bubblemon-2.0.15.tar.gz) = /S9o9LLKjBMTUopT9Memvku0uaI=
|
||||
SHA256 (bubblemon-2.0.15.tar.gz) = ULnbDL8GrEXTy7WhyMN5eP7nHKpbPwcEvOTRSMB3Iqw=
|
||||
SIZE (bubblemon-2.0.15.tar.gz) = 223305
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2009/04/05 10:15:33 ajacoutot Exp $
|
||||
--- configure.orig Sun Apr 5 11:55:04 2009
|
||||
+++ configure Sun Apr 5 11:55:41 2009
|
||||
@@ -5001,16 +5001,6 @@ else
|
||||
$OpenBSD: patch-configure,v 1.2 2009/10/15 11:50:28 ajacoutot Exp $
|
||||
--- configure.orig Mon Sep 14 21:55:02 2009
|
||||
+++ configure Thu Oct 15 13:23:01 2009
|
||||
@@ -4778,16 +4778,6 @@ else
|
||||
fi
|
||||
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_bubblemon_c,v 1.5 2009/04/05 10:15:33 ajacoutot Exp $
|
||||
--- src/bubblemon.c.orig Sun Apr 5 11:48:09 2009
|
||||
+++ src/bubblemon.c Sun Apr 5 11:49:57 2009
|
||||
$OpenBSD: patch-src_bubblemon_c,v 1.6 2009/10/15 11:50:28 ajacoutot Exp $
|
||||
--- src/bubblemon.c.orig Mon Sep 14 21:48:46 2009
|
||||
+++ src/bubblemon.c Thu Oct 15 13:23:54 2009
|
||||
@@ -191,7 +191,7 @@ const char *bubblemon_getTooltip(bubblemon_t *bubblemo
|
||||
usage2string(swapstring,
|
||||
bubblemon->sysload.swapUsed,
|
||||
bubblemon->sysload.swapSize);
|
||||
- snprintf(loadstring, 90,
|
||||
- snprintf(loadstring, 45,
|
||||
+ snprintf(loadstring, sizeof loadstring,
|
||||
_("\nSwap used: %s"),
|
||||
swapstring);
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2009/04/05 10:15:34 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2009/10/15 11:50:28 ajacoutot Exp $
|
||||
lib/bonobo/
|
||||
lib/bonobo/servers/
|
||||
lib/bonobo/servers/GNOME_BubblemonApplet.server
|
||||
@ -25,6 +25,7 @@ share/locale/is/LC_MESSAGES/
|
||||
share/locale/is/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/it/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/ko/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/nl/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/no/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/pl/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/pt/LC_MESSAGES/bubblemon.mo
|
||||
|
Loading…
Reference in New Issue
Block a user