diff options
author | adam <adam> | 2005-07-25 10:55:44 +0000 |
---|---|---|
committer | adam <adam> | 2005-07-25 10:55:44 +0000 |
commit | ed13110306054208ffc8cee193375c7059ac1e7e (patch) | |
tree | 51e2be5c1d7a966ed1a6579a6b39a75fb7aaea8a /sysutils/xfe/Makefile | |
parent | 2528368c794e0cec6576d26184f1e41bea9139d5 (diff) | |
download | pkgsrc-ed13110306054208ffc8cee193375c7059ac1e7e.tar.gz |
Changes 0.84:
- fixed a bug when dragging files from Gnome (or other desktops?) to Xfe. The number of files
was incorrectly set to n+1 instead of n.
- fixed a small regression that occured when trying to copy or move a directory to a place
where a directory with the same name already exists
- simplified the source tree to reduce the compilation time
Version 0.83 (not released)
- modified the layout of the permissions tab to be more intuitive (first permissions,
then owner, and finally command)
- added button "Owner only" in the permissions tab to allow chown only operations
- fixed a bug in chmod and chown operations when trying to recursively change permissions
on a single folder
- new Debian package icon
- when multiple files are selected, the default for Properties/Permissions dialog is now "Set marked".
This is more consistent with the single selected file case.
- updated xfe.spec.in to reflect FOX 1.4.x support
- changed executable files icon
- added Windows EXE icon
- added Ctrl-W shortcut to the Quit button
- changed the font in Help window to text font (improve readability)
- changed delete and empty trash icons, for consistency
- fixed a problem when moving a file and that file already exists : only one overwrite dialog
should appear. Fixed the File::move() function in the File class.
- updated the README and help.cc files
- implementation of the trash can for file delete operations
- fixed a small bug in exists() function that prevent broken links to be deleted
Diffstat (limited to 'sysutils/xfe/Makefile')
-rw-r--r-- | sysutils/xfe/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile index 431d8645f56..230f8f3cbe8 100644 --- a/sysutils/xfe/Makefile +++ b/sysutils/xfe/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:23 jlam Exp $ -# +# $NetBSD: Makefile,v 1.13 2005/07/25 10:55:44 adam Exp $ -DISTNAME= xfe-0.54.2 -PKGREVISION= 5 +DISTNAME= xfe-0.84 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/} @@ -13,10 +11,10 @@ COMMENT= Fast MS-Explorer like filemanager for X BUILD_USES_MSGFMT= yes USE_DIRS+= xdg-1.1 +USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_PKGINSTALL= yes +GNU_CONFIGURE= yes PKG_SYSCONFSUBDIR= xfe EGDIR= ${PREFIX}/share/examples/xfe |