1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add gnoclip, a workspace switcher for GNOME.

PR:		36969
Submitted by:	Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
Reviewed by:	sobomax
Approved by:	sobomax
This commit is contained in:
Joe Marcus Clarke 2002-04-16 15:41:42 +00:00
parent 635b9f45c2
commit 64e4eb71d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57759
7 changed files with 47 additions and 0 deletions

View File

@ -34,6 +34,7 @@
SUBDIR += gdkxft
SUBDIR += gdm
SUBDIR += gmessage
SUBDIR += gnoclip
SUBDIR += gnome
SUBDIR += gnome-fifth-toe
SUBDIR += gnomeapplets

28
x11/gnoclip/Makefile Normal file
View File

@ -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>

1
x11/gnoclip/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gnoclip-0.1.9.tar.gz) = 50bc25118e5d2b5cbc3bf0ac02361cfa

View File

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

1
x11/gnoclip/pkg-comment Normal file
View File

@ -0,0 +1 @@
A simple workspace switcher for gnome environment

4
x11/gnoclip/pkg-descr Normal file
View File

@ -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.

3
x11/gnoclip/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/gnoclip_applet
etc/CORBA/servers/gnoclip.gnorba
share/gnome/applets/Utility/gnoclip.desktop