mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
gkrellmbgchg is a plugin for gkrellm which periodically updates the
desktop's background image. Submitted by: Chris Stuart <firewolf@lightningfire.net>
This commit is contained in:
parent
556ffa2aa9
commit
a86b5a4811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64450
@ -83,6 +83,7 @@
|
||||
SUBDIR += git
|
||||
SUBDIR += gkrellm-reminder
|
||||
SUBDIR += gkrellmaflag
|
||||
SUBDIR += gkrellmbgchg
|
||||
SUBDIR += gkrellmlaunch
|
||||
SUBDIR += gkrellscore
|
||||
SUBDIR += gkrellshoot
|
||||
|
22
misc/gkrellmbgchg/Makefile
Normal file
22
misc/gkrellmbgchg/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: gkrellmbgchg
|
||||
# Date Created: 8 Aug 2002
|
||||
# Whom: Chris Stuart <firewolf@lightningfire.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gkrellmbgchg
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.uni-jena.de/~p6best/comp/sources/
|
||||
|
||||
MAINTAINER= firewolf@lightningfire.net
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
||||
|
||||
WRKSRC= ${WRKDIR}/gkrellmbgchg-${PORTVERSION}
|
||||
USE_X_PREFIX= yes
|
||||
USE_IMLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/gkrellmbgchg/distinfo
Normal file
1
misc/gkrellmbgchg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gkrellmbgchg-0.0.2.tar.gz) = 1d96c9e15745a17e3ee5d7594eb4e81f
|
24
misc/gkrellmbgchg/files/patch-Makefile
Normal file
24
misc/gkrellmbgchg/files/patch-Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
--- Makefile.orig Thu Aug 8 01:30:52 2002
|
||||
+++ Makefile Thu Aug 8 01:37:36 2002
|
||||
@@ -19,16 +19,13 @@
|
||||
|
||||
OBJS = gkrellmbgchg.o
|
||||
|
||||
-all: gkrellmbgchg.so
|
||||
-
|
||||
gkrellmbgchg.so: $(OBJS)
|
||||
$(CC) $(CFLAGS) $(OBJS) -o gkrellmbgchg.so $(LFLAGS) $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f *.o core *.so* *.bak *~
|
||||
-install: gkrellmbgchg.so
|
||||
- $(INSTALL) -d $(HOME)/.gkrellm/plugins
|
||||
- $(INSTALL) gkrellmbgchg.so $(HOME)/.gkrellm/plugins
|
||||
-
|
||||
-gkrellmbgchg.c.o: gkrellmbgchg.c
|
||||
-
|
||||
+install:
|
||||
+ install -c -s gkrellmbgchg.so ${PREFIX}/libexec/gkrellm/plugins
|
||||
+uninstall:
|
||||
+ rm -rf $(PLUGIN_DIR)/gkrellmbgchg.so
|
||||
+all: gkrellmbgchg.so
|
1
misc/gkrellmbgchg/pkg-comment
Normal file
1
misc/gkrellmbgchg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A plugin for GKrellM, which changes the desktop's background image
|
4
misc/gkrellmbgchg/pkg-descr
Normal file
4
misc/gkrellmbgchg/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A plugin for GKrellM, which periodically updates the desktop's
|
||||
background image.
|
||||
|
||||
WWW: http://www.uni-jena.de/~p6best/english/comp/gkrellmbgchg.html
|
1
misc/gkrellmbgchg/pkg-plist
Normal file
1
misc/gkrellmbgchg/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
libexec/gkrellm/plugins/gkrellmbgchg.so
|
22
misc/gkrellmbgchg2/Makefile
Normal file
22
misc/gkrellmbgchg2/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: gkrellmbgchg
|
||||
# Date Created: 8 Aug 2002
|
||||
# Whom: Chris Stuart <firewolf@lightningfire.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gkrellmbgchg
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.uni-jena.de/~p6best/comp/sources/
|
||||
|
||||
MAINTAINER= firewolf@lightningfire.net
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
||||
|
||||
WRKSRC= ${WRKDIR}/gkrellmbgchg-${PORTVERSION}
|
||||
USE_X_PREFIX= yes
|
||||
USE_IMLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/gkrellmbgchg2/distinfo
Normal file
1
misc/gkrellmbgchg2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gkrellmbgchg-0.0.2.tar.gz) = 1d96c9e15745a17e3ee5d7594eb4e81f
|
24
misc/gkrellmbgchg2/files/patch-Makefile
Normal file
24
misc/gkrellmbgchg2/files/patch-Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
--- Makefile.orig Thu Aug 8 01:30:52 2002
|
||||
+++ Makefile Thu Aug 8 01:37:36 2002
|
||||
@@ -19,16 +19,13 @@
|
||||
|
||||
OBJS = gkrellmbgchg.o
|
||||
|
||||
-all: gkrellmbgchg.so
|
||||
-
|
||||
gkrellmbgchg.so: $(OBJS)
|
||||
$(CC) $(CFLAGS) $(OBJS) -o gkrellmbgchg.so $(LFLAGS) $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f *.o core *.so* *.bak *~
|
||||
-install: gkrellmbgchg.so
|
||||
- $(INSTALL) -d $(HOME)/.gkrellm/plugins
|
||||
- $(INSTALL) gkrellmbgchg.so $(HOME)/.gkrellm/plugins
|
||||
-
|
||||
-gkrellmbgchg.c.o: gkrellmbgchg.c
|
||||
-
|
||||
+install:
|
||||
+ install -c -s gkrellmbgchg.so ${PREFIX}/libexec/gkrellm/plugins
|
||||
+uninstall:
|
||||
+ rm -rf $(PLUGIN_DIR)/gkrellmbgchg.so
|
||||
+all: gkrellmbgchg.so
|
1
misc/gkrellmbgchg2/pkg-comment
Normal file
1
misc/gkrellmbgchg2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A plugin for GKrellM, which changes the desktop's background image
|
4
misc/gkrellmbgchg2/pkg-descr
Normal file
4
misc/gkrellmbgchg2/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A plugin for GKrellM, which periodically updates the desktop's
|
||||
background image.
|
||||
|
||||
WWW: http://www.uni-jena.de/~p6best/english/comp/gkrellmbgchg.html
|
1
misc/gkrellmbgchg2/pkg-plist
Normal file
1
misc/gkrellmbgchg2/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
libexec/gkrellm/plugins/gkrellmbgchg.so
|
Loading…
Reference in New Issue
Block a user