diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-06 14:27:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-06 14:27:26 +0800 |
commit | df9f3b4f1575a054856190af650ada9b4899b827 (patch) | |
tree | 27107b7ddb462dcd5e4554b218c23d7ec827952a /x11-fm | |
parent | 1748c5c57f1ac060bc85dac12eb53915b21e5ed6 (diff) | |
download | freebsd-ports-gnome-df9f3b4f1575a054856190af650ada9b4899b827.tar.gz freebsd-ports-gnome-df9f3b4f1575a054856190af650ada9b4899b827.tar.zst freebsd-ports-gnome-df9f3b4f1575a054856190af650ada9b4899b827.zip |
Add patch set for GTK+ 1.2.x (mailed to hideki70@osk2.3web.ne.jp--
user unknown and hideki70@osk2.threewebnet.or.jp--host unknown).
Support NOPORTDOCS.
Make a small nod to Jeremy Lea's new USE_GTK and USE_GLIB.
Mention buggy preferences dialog.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/workplace/Makefile | 13 | ||||
-rw-r--r-- | x11-fm/workplace/distinfo | 1 | ||||
-rw-r--r-- | x11-fm/workplace/pkg-descr | 14 |
3 files changed, 20 insertions, 8 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index dc78848c4053..eabdbdb37a9a 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -7,16 +7,17 @@ PORTNAME= workplace PORTVERSION= 1.0.a3 +PORTEPOCH= 1 CATEGORIES= x11-fm -MASTER_SITES= http://people.freebsd.org/~trevor/ports/distfiles/ +MASTER_SITES= http://people.freebsd.org/~trevor/ports/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= workplace-1.0.a3+tj1.diff.gz MAINTAINER= trevor@FreeBSD.org -BROKEN= "patches are not yet correct" - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - GNU_CONFIGURE= yes +USE_GLIB= yes +USE_GTK= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \ -I${X11BASE}/include/gtk12" \ @@ -30,9 +31,11 @@ do-install: @ ${MKDIR} ${PREFIX}/include/X11/pixmaps @ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps @ ${MKDIR} ${PREFIX}/share/doc/workplace +.if !defined(NOPORTDOCS) .for file in AUTHORS INSTALL README TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace .endfor +.endif @ ${MKDIR} ${PREFIX}/share/examples/workplace @ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace diff --git a/x11-fm/workplace/distinfo b/x11-fm/workplace/distinfo index 99dfad338384..367c8ce11d55 100644 --- a/x11-fm/workplace/distinfo +++ b/x11-fm/workplace/distinfo @@ -1 +1,2 @@ MD5 (workplace-1.0.a3.tar.gz) = b224042f0042d8b0505dc9e702f00244 +MD5 (workplace-1.0.a3+tj1.diff.gz) = 8494e7f8d75c6a68d72a7643c5fd1468 diff --git a/x11-fm/workplace/pkg-descr b/x11-fm/workplace/pkg-descr index 2ed05a676d82..1633a0296e9e 100644 --- a/x11-fm/workplace/pkg-descr +++ b/x11-fm/workplace/pkg-descr @@ -1,3 +1,11 @@ - WorkPlace is a file manager and launcher, which -can copy files between another WorkPlace by DND (not -supported in this version). +WorkPlace is a file manager and launcher which can copy files between another +instance of itself by drag-and-drop (not supported in this version) or change +permissions with one click. + +If you try to set preferences, the program is likely to crash, either on exit +or immediately, possibly destroying your preference files. I recommend +manually editing the WPPref and WPSuffix examples, then placing them in your +~/.workplace/. + +Trevor Johnson +trevor@FreeBSD.org |