From a84bd6015d18631ef6c1d3103b573cd5f231af37 Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 25 Feb 2004 00:51:23 +0000 Subject: 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. --- misc/gkrellm-launch/DESCR | 6 ++++++ misc/gkrellm-launch/Makefile | 20 ++++++++++++++++++++ misc/gkrellm-launch/PLIST | 2 ++ misc/gkrellm-launch/distinfo | 5 +++++ misc/gkrellm-launch/patches/patch-aa | 22 ++++++++++++++++++++++ 5 files changed, 55 insertions(+) create mode 100644 misc/gkrellm-launch/DESCR create mode 100644 misc/gkrellm-launch/Makefile create mode 100644 misc/gkrellm-launch/PLIST create mode 100644 misc/gkrellm-launch/distinfo create mode 100644 misc/gkrellm-launch/patches/patch-aa (limited to 'misc/gkrellm-launch') 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 + -- cgit v1.2.3