summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-04-11 03:16:36 +0000
committerrh <rh@pkgsrc.org>2004-04-11 03:16:36 +0000
commit6d91e1199be83ba628e2b227d91a3cfecdca87de (patch)
tree3aa559ddfb6e9f9ff2f36230c86c5abd9a9f6f06 /sysutils
parent427d1756d8383dd8ed2eeec45e8e32226404d4be (diff)
downloadpkgsrc-6d91e1199be83ba628e2b227d91a3cfecdca87de.tar.gz
Update GWLib to 0.6.3. Notable changes include:
in -unselectNameEditor redraw the editor rect only if nameEditor exists in the subviews. -concludeRemoteFilesDragOperation: new method. added a NSNotificationQueue. added icons names. -sortedDirectoryContentsAtPath: -checkHiddenFiles:atPath: -setCachedMax: -addWatcherForPath: -removeWatcherForPath: -lockFiles:inDirectoryAtPath: -unLockFiles:inDirectoryAtPath: -isLockedPath: -existsAndIsDirectoryFileAtPath: -typeOfFileAt: -isPakageAtPath: -sortTypeForDirectoryAtPath: -setSortType:forDirectoryAtPath: -setDefSortType: -defSortType -setHideSysFiles: -hideSysFiles -iconForFile:ofType: -smallIconForFile: -smallIconForFiles: -smallHighlightIcon -setUseThumbnails: -imageExtensions all these methods have been moved in GWLib + (id)workspaceApp new method. in cutFileLabelText() new algo used.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/GWLib/Makefile3
-rw-r--r--sysutils/GWLib/PLIST30
-rw-r--r--sysutils/GWLib/buildlink3.mk21
3 files changed, 37 insertions, 17 deletions
diff --git a/sysutils/GWLib/Makefile b/sysutils/GWLib/Makefile
index 44692d6332b..d3a02ab45e8 100644
--- a/sysutils/GWLib/Makefile
+++ b/sysutils/GWLib/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/11 03:16:36 rh Exp $
#
.include "../../sysutils/gworkspace/Makefile.common"
PKGNAME= ${DISTNAME:S/gworkspace/GWLib/}
-PKGREVISION= 4
COMMENT= GWorkspace support library
diff --git a/sysutils/GWLib/PLIST b/sysutils/GWLib/PLIST
index 1d646d59591..61e270043ce 100644
--- a/sysutils/GWLib/PLIST
+++ b/sysutils/GWLib/PLIST
@@ -1,15 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2003/07/06 08:51:33 rh Exp $
-share/GNUstep/System/Headers/GWorkspace/BNameEditor.h
-share/GNUstep/System/Headers/GWorkspace/Browser2.h
-share/GNUstep/System/Headers/GWorkspace/ContentViewersProtocol.h
-share/GNUstep/System/Headers/GWorkspace/GWFunctions.h
-share/GNUstep/System/Headers/GWorkspace/GWLib.h
-share/GNUstep/System/Headers/GWorkspace/GWNotifications.h
-share/GNUstep/System/Headers/GWorkspace/GWProtocol.h
-share/GNUstep/System/Headers/GWorkspace/IconViewsProtocol.h
-share/GNUstep/System/Headers/GWorkspace/InspectorsProtocol.h
-share/GNUstep/System/Headers/GWorkspace/PreferencesProtocol.h
-share/GNUstep/System/Headers/GWorkspace/ViewersProtocol.h
-share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGWorkspace.so
-share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGWorkspace.so.1.0.0
-@dirrm share/GNUstep/System/Headers/GWorkspace
+@comment $NetBSD: PLIST,v 1.3 2004/04/11 03:16:36 rh Exp $
+share/GNUstep/System/Library/Headers/GWorkspace/BNameEditor.h
+share/GNUstep/System/Library/Headers/GWorkspace/Browser2.h
+share/GNUstep/System/Library/Headers/GWorkspace/ContentViewersProtocol.h
+share/GNUstep/System/Library/Headers/GWorkspace/GWFunctions.h
+share/GNUstep/System/Library/Headers/GWorkspace/GWLib.h
+share/GNUstep/System/Library/Headers/GWorkspace/GWNotifications.h
+share/GNUstep/System/Library/Headers/GWorkspace/GWProtocol.h
+share/GNUstep/System/Library/Headers/GWorkspace/IconViewsProtocol.h
+share/GNUstep/System/Library/Headers/GWorkspace/InspectorsProtocol.h
+share/GNUstep/System/Library/Headers/GWorkspace/PreferencesProtocol.h
+share/GNUstep/System/Library/Headers/GWorkspace/ViewersProtocol.h
+share/GNUstep/System/Library/Libraries/libGWorkspace.so
+share/GNUstep/System/Library/Libraries/libGWorkspace.so.1.0.0
+@dirrm share/GNUstep/System/Library/Headers/GWorkspace
diff --git a/sysutils/GWLib/buildlink3.mk b/sysutils/GWLib/buildlink3.mk
new file mode 100644
index 00000000000..58d7eee8605
--- /dev/null
+++ b/sysutils/GWLib/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 03:16:36 rh Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GWLIB_BUILDLINK3_MK:= ${GWLIB_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= GWLib
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGWLib}
+BUILDLINK_PACKAGES+= GWLib
+
+.if !empty(GWLIB_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.GWLib?= GWLib>=0.5.3nb2
+BUILDLINK_RECOMMENDED.GWLib?= GWLib>=0.5.3nb4
+BUILDLINK_PKGSRCDIR.GWLib?= ../../sysutils/GWLib
+.endif # GWLIB_BUILDLINK3_MK
+
+.include "../../x11/gnustep-back/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}