Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
93e42fe550
2 changed files with 12 additions and 0 deletions
  1. +1
    -0
      package/daniel/gkrellm-plugins/gkrellm-plugins.conf
  2. +11
    -0
      package/daniel/gkrellm-plugins/gkrellmms_hotfix.diff

+ 1
- 0
package/daniel/gkrellm-plugins/gkrellm-plugins.conf

@ -51,6 +51,7 @@ main() {
cd .. cd ..
cd gkrellmms cd gkrellmms
patch -p1 < $confdir/gkrellmms_hotfix.diff
make CFLAGS=-I/$root/$prefix/include make CFLAGS=-I/$root/$prefix/include
mv gkrellmms.so /$root/$prefix/lib/gkrellm/plugins mv gkrellmms.so /$root/$prefix/lib/gkrellm/plugins
cd .. cd ..

+ 11
- 0
package/daniel/gkrellm-plugins/gkrellmms_hotfix.diff

@ -0,0 +1,11 @@
--- ./gkrellmms.c.orig 2004-09-07 13:42:50.228933752 +0200
+++ ./gkrellmms.c 2004-09-07 13:45:13.870096976 +0200
@@ -672,7 +672,7 @@
y = y * gkrellm_get_theme_scale();
#endif
if (text)
- y -= decal->y_baseline;
+ y -= decal->y_ink;
gkrellm_move_decal(control_panel, decal, x, y);
}
}

Loading…
Cancel
Save