summaryrefslogtreecommitdiff
path: root/x11/gnome-gkrellm
diff options
context:
space:
mode:
authordamon <damon@pkgsrc.org>2001-10-30 13:22:05 +0000
committerdamon <damon@pkgsrc.org>2001-10-30 13:22:05 +0000
commit001e582ecda8847e8031126ab07e01b70dd9bf77 (patch)
tree4be49c4067f916f9655eccd3b16a8e150a6cedb7 /x11/gnome-gkrellm
parentb9a9abf273d72844c683108d38aae315a91e63ad (diff)
downloadpkgsrc-001e582ecda8847e8031126ab07e01b70dd9bf77.tar.gz
Initial Version
Diffstat (limited to 'x11/gnome-gkrellm')
-rw-r--r--x11/gnome-gkrellm/Makefile16
-rw-r--r--x11/gnome-gkrellm/distinfo5
-rw-r--r--x11/gnome-gkrellm/patches/patch-aa37
-rw-r--r--x11/gnome-gkrellm/pkg/DESCR4
-rw-r--r--x11/gnome-gkrellm/pkg/PLIST2
5 files changed, 64 insertions, 0 deletions
diff --git a/x11/gnome-gkrellm/Makefile b/x11/gnome-gkrellm/Makefile
new file mode 100644
index 00000000000..492acc4676a
--- /dev/null
+++ b/x11/gnome-gkrellm/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/30 13:25:49 damon Exp $
+
+DISTNAME= gkrellm-gnome
+PKGNAME= gnome-gkrellm-0.1
+CATEGORIES= gnome sysutils
+MASTER_SITES= http://web.wt.net/~billw/gkrellm/Plugins/
+
+MAINTAINER= damon@netbsd.org
+HOMEPAGE= http://web.wt.net/~billw/gkrellm/Plugins.html
+COMMENT= gkrellm gnome plugin
+
+DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm
+
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gnome-gkrellm/distinfo b/x11/gnome-gkrellm/distinfo
new file mode 100644
index 00000000000..f58fc4c586d
--- /dev/null
+++ b/x11/gnome-gkrellm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/30 13:25:49 damon Exp $
+
+SHA1 (gkrellm-gnome.tar.gz) = d8d18ebdf09a4b314ac305e37c9412f44f722bc5
+Size (gkrellm-gnome.tar.gz) = 5825 bytes
+SHA1 (patch-aa) = 02414b2eb6d2697b295870a8827d9e626367f4e8
diff --git a/x11/gnome-gkrellm/patches/patch-aa b/x11/gnome-gkrellm/patches/patch-aa
new file mode 100644
index 00000000000..5a4adb0bf28
--- /dev/null
+++ b/x11/gnome-gkrellm/patches/patch-aa
@@ -0,0 +1,37 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/10/30 13:25:49 damon Exp $
+
+--- src/Makefile.orig Sun Jan 14 17:03:48 2001
++++ src/Makefile
+@@ -1,4 +1,4 @@
+-PLUGIN_INSTALLDIR ?= /usr/local/share/gkrellm/plugins
++PLUGIN_INSTALLDIR = ${PREFIX}/lib/gkrellm/plugins
+
+
+ GNOME_INCLUDE = `gnome-config --cflags gnome gnomeui`
+@@ -7,7 +7,7 @@
+ GTK_INCLUDE = `gtk-config --cflags`
+ GTK_LIB = `gtk-config --libs`
+
+-FLAGS = -O2 -Wall -fPIC $(GNOME_INCLUDE) $(GTK_INCLUDE)
++CFLAGS += -fPIC $(GNOME_INCLUDE) $(GTK_INCLUDE) -I${PREFIX}/include
+ LIBS = $(GNOME_LIB) $(GTK_LIB)
+ LFLAGS = -shared
+
+@@ -20,7 +20,7 @@
+ endif
+
+
+-CC = gcc $(FLAGS) $(CFLAGS)
++CC = gcc $(CFLAGS)
+
+ OBJS = gkrellm-gnome.o
+
+@@ -31,7 +31,6 @@
+ rm -f *.o core *.so* *.bak *~
+
+ install:
+- install -d -m 755 $(PLUGIN_INSTALLDIR)
+- install -c -s -m 755 gkrellm-gnome.so $(PLUGIN_INSTALLDIR)
++ install -c -s -m 644 gkrellm-gnome.so $(PLUGIN_INSTALLDIR)
+
+ gkrellm-gnome.c.o: gkrellm-gnome.c
diff --git a/x11/gnome-gkrellm/pkg/DESCR b/x11/gnome-gkrellm/pkg/DESCR
new file mode 100644
index 00000000000..1d1716e9707
--- /dev/null
+++ b/x11/gnome-gkrellm/pkg/DESCR
@@ -0,0 +1,4 @@
+This plugin will interface GKrellM to Gnome and give you session management.
+For Gnome compliant window managers, you can set the options: ontop, sticky,
+skip winlist, and skip focus. For the Gnome panel, you can set the option:
+don't put on the tasklist.
diff --git a/x11/gnome-gkrellm/pkg/PLIST b/x11/gnome-gkrellm/pkg/PLIST
new file mode 100644
index 00000000000..5f8b0673dca
--- /dev/null
+++ b/x11/gnome-gkrellm/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/30 13:25:49 damon Exp $
+lib/gkrellm/plugins/gkrellm-gnome.so