summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-02-25 00:51:23 +0000
committercube <cube@pkgsrc.org>2004-02-25 00:51:23 +0000
commit3de901e43ec66677a86b4bc1b08fbf4a7d9db51c (patch)
tree52d8bdd3b56dc0a8601e64735c568f790615e1cc /misc
parent853297bc269a95444fcb85c4fc6f95bb24890ead (diff)
downloadpkgsrc-3de901e43ec66677a86b4bc1b08fbf4a7d9db51c.tar.gz
Initial import of gkrellm-launch, version 0.5 into the NetBSD Package
Collection, from pkgsrc-wip. GKrellMLaunch plugin which allows one-click access to frequently used applications from GKrellM. Offering customisable buttons, GKrellMLaunch allows you to quickly launch a shell, Mozilla etc. with a simple click - all from GKrellM. - Unused buttons can be hidden to save screen space. - Button labels can be different from command.
Diffstat (limited to 'misc')
-rw-r--r--misc/gkrellm-launch/DESCR6
-rw-r--r--misc/gkrellm-launch/Makefile20
-rw-r--r--misc/gkrellm-launch/PLIST2
-rw-r--r--misc/gkrellm-launch/distinfo5
-rw-r--r--misc/gkrellm-launch/patches/patch-aa22
5 files changed, 55 insertions, 0 deletions
diff --git a/misc/gkrellm-launch/DESCR b/misc/gkrellm-launch/DESCR
new file mode 100644
index 00000000000..4dc5bbfee22
--- /dev/null
+++ b/misc/gkrellm-launch/DESCR
@@ -0,0 +1,6 @@
+GKrellMLaunch plugin which allows one-click access to frequently used
+applications from GKrellM.
+Offering customisable buttons, GKrellMLaunch allows you to quickly
+launch a shell, Mozilla etc. with a simple click - all from GKrellM.
+ - Unused buttons can be hidden to save screen space.
+ - Button labels can be different from command.
diff --git a/misc/gkrellm-launch/Makefile b/misc/gkrellm-launch/Makefile
new file mode 100644
index 00000000000..383a9a247d4
--- /dev/null
+++ b/misc/gkrellm-launch/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 00:51:23 cube Exp $
+#
+
+DISTNAME= gkrellmlaunch-0.5
+PKGNAME= ${DISTNAME:S/gkrellm/gkrellm-/}
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmlaunch/}
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
+COMMENT= GKrellM plugin to allow quick launch of applications
+
+USE_BUILDLINK3= YES
+ALL_TARGET= gkrellmlaunch.so
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/lib/gkrellm2/plugins
+
+.include "../../sysutils/gkrellm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gkrellm-launch/PLIST b/misc/gkrellm-launch/PLIST
new file mode 100644
index 00000000000..92674a75c94
--- /dev/null
+++ b/misc/gkrellm-launch/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/25 00:51:23 cube Exp $
+lib/gkrellm2/plugins/gkrellmlaunch.so
diff --git a/misc/gkrellm-launch/distinfo b/misc/gkrellm-launch/distinfo
new file mode 100644
index 00000000000..45d26148abd
--- /dev/null
+++ b/misc/gkrellm-launch/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/25 00:51:23 cube Exp $
+
+SHA1 (gkrellmlaunch-0.5.tar.gz) = ce4b1570a4e6bdd5c48578868a74013bbf9da95b
+Size (gkrellmlaunch-0.5.tar.gz) = 22035 bytes
+SHA1 (patch-aa) = 99dd227a5951b74fd5a37e7eeb0d0d56dd84019b
diff --git a/misc/gkrellm-launch/patches/patch-aa b/misc/gkrellm-launch/patches/patch-aa
new file mode 100644
index 00000000000..6fdd69b5685
--- /dev/null
+++ b/misc/gkrellm-launch/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/25 00:51:23 cube Exp $
+
+--- Makefile.orig 2002-09-26 15:56:06.000000000 +0200
++++ Makefile
+@@ -4,13 +4,14 @@ GTK_INCLUDE = `pkg-config gtk+-2.0 --cfl
+ GTK_LIB = `pkg-config gtk+-2.0 --libs`
+
+
+-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) -g
++CPPFLAGS += -I$(BUILDLINK_DIR)/include
++CFLAGS += -Wall -fPIC $(GTK_INCLUDE)
+ #LIBS = $(GTK_LIB) $(IMLIB_LIB) -lefence
+-LIBS = $(GTK_LIB) $(IMLIB_LIB)
++LIBS = $(GTK_LIB)
+
+ LFLAGS = -shared -W1
+
+-CC = gcc $(CFLAGS) $(FLAGS)
++#CC = gcc $(CFLAGS) $(FLAGS)
+
+ OBJS = gkrellmlaunch.o
+