diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 13:23:07 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 13:23:07 +0000 |
commit | 9e0c87ea9d86c1705b591c976466fda854973a9f (patch) | |
tree | 0fff1638fc4cb04a7825bf5010ff1104f08b491e /x11 | |
parent | Rename the file that the interactive configure script produces (diff) |
Add gbackground, a gnome panel applet that can change your background
randomly and other fun stuff.
PR: ports/18416
Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org>
Notes
Notes:
svn path=/head/; revision=31165
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/gbackground/Makefile | 25 | ||||
-rw-r--r-- | x11/gbackground/distinfo | 1 | ||||
-rw-r--r-- | x11/gbackground/files/patch-aa | 23 | ||||
-rw-r--r-- | x11/gbackground/pkg-comment | 1 | ||||
-rw-r--r-- | x11/gbackground/pkg-descr | 4 | ||||
-rw-r--r-- | x11/gbackground/pkg-plist | 3 |
7 files changed, 58 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c3cab15c1258..559d3ae84828 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -23,6 +23,7 @@ SUBDIR += eterm SUBDIR += eweather SUBDIR += fbsd-icons + SUBDIR += gbackground SUBDIR += gmessage SUBDIR += gnome SUBDIR += gnomeapplets diff --git a/x11/gbackground/Makefile b/x11/gbackground/Makefile new file mode 100644 index 000000000000..b3985d6b136e --- /dev/null +++ b/x11/gbackground/Makefile @@ -0,0 +1,25 @@ +# Ports collection Makefile for: gbackground +# Date created: 05/06/2000 +# Whom: smoberly@xavier.dyndns.org +# +# $FreeBSD$ +# + +PORTNAME= gbackground +PORTVERSION= 1.0.0.b2 +CATEGORIES= x11 gnome +MASTER_SITES= http://ringer.cs.utsa.edu/~gsalinas/gBackGround/ +DISTNAME= gBackGround-1.0.0-beta2 + +MAINTAINER= smoberly@xavier.dyndns.org + +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + gnome.4:${PORTSDIR}/x11/gnomelibs + +ALL_TARGET= gBackGround_applet +USE_X_PREFIX= YES +USE_AUTOCONF= YES +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" + +.include <bsd.port.mk> diff --git a/x11/gbackground/distinfo b/x11/gbackground/distinfo new file mode 100644 index 000000000000..14e5c3376c27 --- /dev/null +++ b/x11/gbackground/distinfo @@ -0,0 +1 @@ +MD5 (gBackGround-1.0.0-beta2.tar.gz) = 218a664f8dbbd13ae16fae8246c86ff7 diff --git a/x11/gbackground/files/patch-aa b/x11/gbackground/files/patch-aa new file mode 100644 index 000000000000..c4c78546fc99 --- /dev/null +++ b/x11/gbackground/files/patch-aa @@ -0,0 +1,23 @@ +*** Makefile.in.orig Sat May 6 14:00:46 2000 +--- Makefile.in Sat May 6 14:01:49 2000 +*************** +*** 27,35 **** + + install: $(TARGET) $(TARGET).gnorba $(TARGET).desktop + strip -sv $(TARGET) +! cp $(TARGET) $(BINDIR) +! cp $(TARGET).gnorba $(GNORBADIR) +! cp $(TARGET).desktop $(DESKTOPDIR) + + clean: + @rm -f *.o core $(TARGET) +--- 27,35 ---- + + install: $(TARGET) $(TARGET).gnorba $(TARGET).desktop + strip -sv $(TARGET) +! ${INSTALL_PROGRAM} $(TARGET) $(BINDIR) +! ${INSTALL_DATA} $(TARGET).gnorba $(GNORBADIR) +! ${INSTALL_DATA} $(TARGET).desktop $(DESKTOPDIR) + + clean: + @rm -f *.o core $(TARGET) diff --git a/x11/gbackground/pkg-comment b/x11/gbackground/pkg-comment new file mode 100644 index 000000000000..2b44d7181aa6 --- /dev/null +++ b/x11/gbackground/pkg-comment @@ -0,0 +1 @@ +Gnome Panel applet to change the background on the desktop diff --git a/x11/gbackground/pkg-descr b/x11/gbackground/pkg-descr new file mode 100644 index 000000000000..972360d02c0f --- /dev/null +++ b/x11/gbackground/pkg-descr @@ -0,0 +1,4 @@ + This is a Gnome Panel applet designed to change the + background on your desktop. + +WWW: http://ringer.cs.utsa.edu/~gsalinas/gBackGround/ diff --git a/x11/gbackground/pkg-plist b/x11/gbackground/pkg-plist new file mode 100644 index 000000000000..8b6d259d7bd1 --- /dev/null +++ b/x11/gbackground/pkg-plist @@ -0,0 +1,3 @@ +bin/gBackGround_applet +etc/CORBA/servers/gBackGround_applet.gnorba +share/gnome/applets/Amusements/gBackGround_applet.desktop |