diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-16 15:41:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-16 15:41:42 +0000 |
commit | 64e4eb71d2c63600e759d1b2474cd31f03ec979c (patch) | |
tree | 9b777d906eb2869fdcb56308b3ae244015bef631 /x11/gnoclip | |
parent | Style fixes. (diff) |
Add gnoclip, a workspace switcher for GNOME.
PR: 36969
Submitted by: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
Reviewed by: sobomax
Approved by: sobomax
Notes
Notes:
svn path=/head/; revision=57759
Diffstat (limited to 'x11/gnoclip')
-rw-r--r-- | x11/gnoclip/Makefile | 28 | ||||
-rw-r--r-- | x11/gnoclip/distinfo | 1 | ||||
-rw-r--r-- | x11/gnoclip/files/patch-aa | 9 | ||||
-rw-r--r-- | x11/gnoclip/pkg-comment | 1 | ||||
-rw-r--r-- | x11/gnoclip/pkg-descr | 4 | ||||
-rw-r--r-- | x11/gnoclip/pkg-plist | 3 |
6 files changed, 46 insertions, 0 deletions
diff --git a/x11/gnoclip/Makefile b/x11/gnoclip/Makefile new file mode 100644 index 000000000000..a1566805d3eb --- /dev/null +++ b/x11/gnoclip/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gnoclip +# Date created: 10 Apr 2002 +# Whom: Edy <edybsd@yahoo.com.ar> +# +# $FreeBSD$ +# + +PORTNAME= gnoclip +PORTVERSION= 0.1.9 +CATEGORIES= x11 gnome +MASTER_SITES= http://www.unikol.com.pl/~adolf/ + +MAINTAINER= edybsd@yahoo.com.ar + +USE_X_PREFIX= yes +USE_GNOME= yes + +ALL_TARGET= gnoclip_applet +MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gnoclip_applet ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/gnoclip.desktop \ + ${PREFIX}/share/gnome/applets/Utility + ${INSTALL_DATA} ${WRKSRC}/gnoclip.gnorba ${PREFIX}/etc/CORBA/servers + +.include <bsd.port.mk> diff --git a/x11/gnoclip/distinfo b/x11/gnoclip/distinfo new file mode 100644 index 000000000000..c8db495f53c2 --- /dev/null +++ b/x11/gnoclip/distinfo @@ -0,0 +1 @@ +MD5 (gnoclip-0.1.9.tar.gz) = 50bc25118e5d2b5cbc3bf0ac02361cfa diff --git a/x11/gnoclip/files/patch-aa b/x11/gnoclip/files/patch-aa new file mode 100644 index 000000000000..27bf4e6703f9 --- /dev/null +++ b/x11/gnoclip/files/patch-aa @@ -0,0 +1,9 @@ +--- Makefile.orig Tue Apr 9 02:17:21 2002 ++++ Makefile Wed Apr 10 18:26:50 2002 +@@ -1,5 +1,5 @@ + gnoclip_applet: gnoclip_applet.c stph-0.5/stph.c screen_names.c properties.c xosd.c +- gcc -Wall -g `gnome-config --cflags applets` `gnome-config --libs applets` -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lpthread -lXt -lm stph-0.5/stph.c gnoclip_applet.c screen_names.c properties.c xosd.c -o gnoclip_applet ++ gcc $(CFLAGS) $(PTHREAD_CFLAGS) `gnome-config --cflags gnome` `gnome-config --libs gnome` `gnome-config --cflags applets` `gnome-config --libs applets` `orbit-config --cflags client` `orbit-config --libs client` -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext $(PTHREAD_LIBS) -lXt -lm stph-0.5/stph.c gnoclip_applet.c screen_names.c properties.c xosd.c -o gnoclip_applet + install: + cp gnoclip_applet /usr/bin; cp gnoclip.desktop /usr/share/applets/Utility; cp gnoclip.gnorba /etc/CORBA/servers + uninstall: diff --git a/x11/gnoclip/pkg-comment b/x11/gnoclip/pkg-comment new file mode 100644 index 000000000000..1fe840c89eab --- /dev/null +++ b/x11/gnoclip/pkg-comment @@ -0,0 +1 @@ +A simple workspace switcher for gnome environment diff --git a/x11/gnoclip/pkg-descr b/x11/gnoclip/pkg-descr new file mode 100644 index 000000000000..2c943f574aaa --- /dev/null +++ b/x11/gnoclip/pkg-descr @@ -0,0 +1,4 @@ +Gnoclip is a desktop swicher for GNOME, similar to the Window Maker clip. +It has arrows to switch to the previous/next workspace, a menu with +workspace names which also allows you to change workspaces, and support +for screen names in Sawfish. diff --git a/x11/gnoclip/pkg-plist b/x11/gnoclip/pkg-plist new file mode 100644 index 000000000000..37ed0def2bb5 --- /dev/null +++ b/x11/gnoclip/pkg-plist @@ -0,0 +1,3 @@ +bin/gnoclip_applet +etc/CORBA/servers/gnoclip.gnorba +share/gnome/applets/Utility/gnoclip.desktop |