Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv17258

Added Files:
        gkrellm-1.2.13-2.info gkrellm-1.2.13-2.patch 
        gkrellmouse-0.0.2-1.info 
Removed Files:
        gkrellm-1.2.13-1.info gkrellm-1.2.13-1.patch 
Log Message:
1.2.13-2: Fix plugin/themes directories so we support fink-installed addons.
Also add new package, gkrellmouse, a plugin for gkrellm


--- NEW FILE: gkrellm-1.2.13-2.info ---
Package: gkrellm
Version: 1.2.13
Revision: 2
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Source: http://web.wt.net/~billw/gkrellm/%n-%v.tar.bz2
Source-MD5: cdd4d60bea17ac6b36cb0c4b1f5279cb
Patch: %f.patch
Depends: gtk+-shlibs, glib-shlibs, imlib-shlibs, dlcompat, libwww-shlibs
BuildDepends: gtk+, glib, imlib, libwww
SetCFLAGS: -no-cpp-precomp -DSYSTEM_PLUGINS_DIR=\"%p/lib/%n/plugins\" 
-DSYSTEM_THEMES_DIR=\"%p/lib/%n/themes\"
CompileScript: make darwin LOCALEDIR=%p/share/locale
InstallScript: <<
 mkdir -p %i/bin %i/include %i/share/man/man1
 make install_darwin MANDIR=%i/share/man/man1 INSTALLDIR=%i/bin 
LOCALEDIR=%i/share/locale INCLUDEDIR=%i/include
<<
DocFiles: README COPYRIGHT Changelog* Themes.html
Description: System monitor stack for GTK.
DescDetail: <<
GKrellM is a single process stack of system monitors which supports applying themes 
to match its appearance to your window manager, Gtk, or any other theme. There are
also many third party plugins that can monitor a wide variety of things.
<<
DescUsage: <<
Get themes at http://www.muhri.net/gkrellm/ and place them in your ~/.gkrellm/themes
directory to use.
<<
DescPort: <<
1.2.13-2: Fix plugin/themes directories so we support fink-installed addons.
1.2.13-1: Native OSX support.
Rev-4: Fix leading underscores for dlsym. Plugins work now.
Rev-3: Should fix CPU on single-cpu systems. Fix RAM display. Disk monitoring probably 
does 
not yet work.
Rev-1/2: Initial port to darwin (non-glibtop). Some things may not be working 
properly, such
as memory stats. Please test. Not yet tested with themes or plugins.
<<
Homepage: http://web.wt.net/~billw/gkrellm/gkrellm.html
License: GPL

--- NEW FILE: gkrellm-1.2.13-2.patch ---

--- gkrellm-1.2.12/src/gui.c    Tue Jan  1 21:07:32 2002
+++ gkrellm-1.2.12-patched/src/gui.c    Tue Jun 25 23:17:04 2002
@@ -600,6 +600,15 @@
        label = gtk_label_new("");
        gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
 
+#if defined(__APPLE__)
+       buf = g_strdup_printf(_("Mac OS X code was contributed by:\n"
+                                               "Ben Hines <[EMAIL PROTECTED]>\n"
+                                               "and\n"
+                                               "Hajimu UMEMOTO <[EMAIL PROTECTED]>"));
+       label = gtk_label_new(buf);
+       g_free(buf);
+       gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
+#endif
 #if defined(__FreeBSD__)
        buf = g_strdup_printf(_("FreeBSD code was contributed by:\n"
                                                "Hajimu UMEMOTO <[EMAIL PROTECTED]>"));

--- NEW FILE: gkrellmouse-0.0.2-1.info ---
Package: gkrellmouse
Version: 0.0.2
Revision: 1
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Source: http://ssl.usu.edu/paul/%n/%n_%v.tar.gz
Source-MD5: 9730235b225c559a71e7ccaa5b4e819f
SourceDirectory: %n-%v
Depends: gkrellm, gtk+-shlibs
BuildDepends: gtk+, imlib, glib
CompileScript: make GKRELLM_HDRS=%p/include/gkrellm LDFLAGS="-bundle -bundle_loader 
%p/bin/gkrellm `gtk-config --libs`"
InstallScript: make install INST_DIR=%i/lib/gkrellm/plugins 
DocFiles:  COPYING README 
Description: Gkrellm plugin - mouse odometer.
DescDetail: <<
Simple plugin for gkrellm that shows you how fast your mouse is going
(in the chart) and the total distance in pixels it has travelled since
the plugin was started. It's pretty simple and mindless, and probably
shouldn't be relied upon to produce ultra-accurate data, but it gets the
point across.
<<
License: GPL 
Homepage: http://ssl.usu.edu/paul/gkrellmouse/

--- gkrellm-1.2.13-1.info DELETED ---

--- gkrellm-1.2.13-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to