pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/gkrellm-launch Initial import of gkrellm-launch, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9da99069c595
branches:  trunk
changeset: 469562:9da99069c595
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Feb 25 00:51:23 2004 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (75 lines):

diff -r 9bc898d85714 -r 9da99069c595 misc/gkrellm-launch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gkrellm-launch/DESCR Wed Feb 25 00:51:23 2004 +0000
@@ -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 -r 9bc898d85714 -r 9da99069c595 misc/gkrellm-launch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gkrellm-launch/Makefile      Wed Feb 25 00:51:23 2004 +0000
@@ -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@localhost
+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 -r 9bc898d85714 -r 9da99069c595 misc/gkrellm-launch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gkrellm-launch/PLIST Wed Feb 25 00:51:23 2004 +0000
@@ -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 -r 9bc898d85714 -r 9da99069c595 misc/gkrellm-launch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gkrellm-launch/distinfo      Wed Feb 25 00:51:23 2004 +0000
@@ -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 -r 9bc898d85714 -r 9da99069c595 misc/gkrellm-launch/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gkrellm-launch/patches/patch-aa      Wed Feb 25 00:51:23 2004 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index