Commit graph

47 commits

Author SHA1 Message Date
jmmv
b37eced702 Update to 2.6.3:
Major changes since 2.6.2 are:
* Improved drag and drop responsiveness
* Set working directory of launched processes to current view directory
* Zooming fix
* Crash fixes

Major changes since 2.6.1 are:
* Accessibility/keynav/theming fixes
* Leak fixes
* .desktop file updates
* Fixed help buttons in the preferences dialog
* Portability fix
* Use initial click position to anchor icon dnd
* Crash fix in the file properties dialog
* Don't overlap the close icon and text label when the sidepane is very small.
2004-06-28 19:23:22 +00:00
jmmv
c4c10d8730 Print comments for lib/nautilus and lib/nautilus/extensions-1.0 directories
(during print-PLIST in packages using this one).
2004-05-15 16:50:03 +00:00
danw
be2673d95d fixes for darwin 2004-05-11 12:30:15 +00:00
jmmv
cd61a606b2 Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared library
changed).
2004-05-05 14:07:54 +00:00
jmmv
8104774828 Update to 2.6.1:
* Fix various crashes and leaks.
* Use correct icon for filesystem in treeview.
* Place unplaced windows over the parent window.
* Fix non-ascii typeahead.
* Faster property dialog for operations on many files.
* Faster list view.
* Fill open location dialog with initial path.
* Add down arrow to location button.
* Make shift close window behind in more places.
* Allow smaller spatial windows.
* Allow svg backgrounds.
* Fix ignore kde trash directory hack.
* By default set per-folder background in spatial mode.
2004-05-03 18:20:30 +00:00
jmmv
5023cb7a7c Bump PKGREVISION due to libcroco's update (major version bump in library name). 2004-04-19 15:04:59 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
fd7bd7f093 Update to 2.6.0. Changes since previous stable branch (2.4.x):
Major changes since 2.5.91 are:
* Translation updates

Major changes since 2.5.90 are:
* Handle failures when opening new window better (don't loop)
* visiting and accept modifiers were reversed in list view
* Build fixes

Major changes since 2.5.8 are:
* Beter typeahead in list view
* "browse" context menu item in more places
* Added go -> cd burner in browser mode
* Fallback to normal icon view if there is a problem launching another view
* Close windows on unmounted directories
* Fix crashes
* Longer delay until cancel open dialog opens

Major changes since 2.5.7 are:
* Fix crash
* Nicer names for toplevel uris
* Browse folder works in more places
* Added preference to always use browser windows
* Warn when sniffed/extension-matched mime type disagrees
* Show applications for both sniffed and extension-matched
  mimetype in the open with menu

Major changes since 2.5.6 are:
* Fix icon lookup crash
* Fix property page crash
* Some a11y fixes
* Use new background capplet name
* Fix rename keyfocus issue
* Scroll to icon after rename
* Fix ogg previewing
* Some HIG rephrasing of strings
* Fix crash on rename of empty selection
* Update help userguide links
* Paste menu sensitivity fix
* Rename selection keynav now behaves better from the start

Major changes since 2.5.5 are:
* hig/ui tweaks
* ngettext support
* distribute nautilus-list-view-ui.xml
* New mimetype detection approach
* performance fixes
* non-modal open with other dialog
* Don't show small svgs as themseleves (always thumbnail)
* update egg-recent

Major changes since 2.5.4 are:
* Extension system for emblem, property page, menu item, and
  list view column plugins.
* Editable list view columns
* Don't expand symlinks when following them.
* Busy cursor in loading spatial windows
* Icon-view style typeahead in the list view.
* Emblems in the list view
* Added a location button to spatial windows
* Removed tab icon nav from the icon view
* Add a context menu to the tree side pane.
* Pop up folder menu in list view background
* Turn on home icon on the desktop by default
* Added status bar info when no files are selected
* Got rid of unnecessary EelGenerousBin/EelInputEventBox usage
* HIG fixes
* Bugfixes

Major changes since 2.5.3 are:
* Use GtkIconTheme instead of GnomeIconTheme
* Show visited folders differently
* Better mouse/keynav in icon and list view
* Save window geometry on window close
* HIG message dialogs
* File templates support

Major changes since 2.5.2 are:
* Accessibility fixes
* Better initial size of navigation window
* Close all parents closes all parents
* Focus the next item after delete in list view

Major changes since 2.5.1.1 are:
* Don't do unnecessary i/o on remote locations
* handle broken symlinks that go unbroken
* various bug fixes
* some accessibility fixes

Major changes since 2.5.1 are:

* Fixed a NautilusFile leak
* DISABLE_DEPRECATED fixes.

Major changes since 2.5.0 are:

* Start of new volume handling system
* deprecaton clean
* fixed leaks
* performance fixes
2004-04-01 18:38:03 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
xtraeme
fb19ccbad6 Add <sys/types.h> to fix building on FreeBSD, reported by Michal
Pasternak in PR pkg/24287.
2004-02-21 06:42:37 +00:00
jmmv
07ef7358df unused 2004-02-20 12:25:19 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jmmv
398d5e7d0f Remove imlib2 dependency; it's not used. Bump PKGREVISION to 4. 2004-02-14 00:23:34 +00:00
jmmv
ef7b71eb84 Remove some files, not really needed in the buildlink directory. 2004-02-14 00:03:32 +00:00
jmmv
1f3515b05c Add explicit dependencies on all the packages this one checks for.
No revision bump since these were already used (indirectly).
2004-02-14 00:02:42 +00:00
xtraeme
53d798589b Bump PKGREVISION due to imlib2 update. 2004-02-11 22:56:23 +00:00
xtraeme
3ec0decc5d bl3ify 2004-02-11 06:30:13 +00:00
jmmv
2fb7592f80 Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner.  Bump PKGREVISION to 2.
2004-02-10 17:59:24 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
20d7bc7dcd Finish update to 2.4.2: bump version and drop fam dependancy. 2004-02-06 22:31:14 +00:00
jmmv
289045a841 Update to 2.4.2:
* Leak fixes
* Keynav fixes
* Reread activation uri of symlinks in case the link target
  is stale.
* List view crash fix
* List view focus fix
* Ensure the source isn't deleted as a partial copy
* Fixed > 4G file transfers
* Icon view crash fix

While here, remove useless fam dependancy, as reported in PR pkg/24305.
2004-02-06 22:30:23 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jmmv
0eeff5f133 Bump PKGREVISION due to librsvg2 and swfdec updates. 2004-01-22 12:56:12 +00:00
xtraeme
95ea7ce9c2 Minimum version of esound required is 0.2.27 not 2.4.1 (Hi Jeremy!).
This closes PR pkg/23984 by Min Sik Kim.
2004-01-05 00:48:57 +00:00
jmmv
b32b224fea Bump revision due to librsvg2 update (libcroco added as a dependancy). 2004-01-04 17:30:55 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
xtraeme
f671617b47 Add a patch (based on one from FreeBSD) to display removable media
(and network mounts) automatically.
2003-12-31 01:41:35 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
xtraeme
579b946478 Updated to 2.4.1
Changes:

* Handle cd volume names where the data track is not first
* Fix list view crash bug
* Fix shutdown crash bug
* Fix crash on unsupported URIs
* Don't show eraser in background browser
* Fix crash on going back when a view failed
* Don't show anything in views before all files are loaded.
* Make the desktop snap grid smaller vertically
* Fix accessibility crashers
* Double click on rows in tree sidebar expands rows
* portability and build fixes
* don't migrate .gnome-desktop if it is a symlink
* Fix messed up home/trash icons for new users
* Handle xpm icons correctly in desktop files
* Handle non-utf8 user names
* Fix warning on theme changes
* Sometimes the home and trash icons became blank and unusable
* Auto-hide KDE trash directory in desktop directory.
* Fix history sidepane crash
* Add keynav rectangle selection
* Better error string for missing proxy hostnames
* Handle arrow keys on numerical keypad

And more... review Changelog to see a full list of changes.
2003-12-14 23:09:02 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
xtraeme
160c62e2d7 Require at least esound>=0.2.27 (missed in previous). Thanks Quentin :) 2003-12-03 18:33:17 +00:00
xtraeme
4b3cc43a69 Nautilus requires at least esound>=0.2.27, noted by Rafal Boni in PR
pkg/22263. Bump PKGREVISION.
2003-12-03 03:04:34 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
2daa343934 Bump revision due to librsvg2 update (to 2.2.5). 2003-06-27 23:03:27 +00:00
jmmv
544cdfbf04 Add a buildlink2.mk file. Closes PR pkg/21769. 2003-06-03 21:32:02 +00:00
rh
9f95b737b6 Make nautilus slightly more responsive when compiled with pth by yielding
the CPU every 200 ms.
Bump PKGREVISION.
2003-05-04 01:10:57 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
075bea54fe Honor PKG_SYSCONFDIR, so that gnome-vfs2 can find files in vfolders (like
the "Start here" folder); Nautilus works better overall.
Bump PKGREVISION to 1.
2003-04-27 16:05:03 +00:00
rh
014b91020c Initial import of nautilus-2.2.3.1, the official file manager for GNOME2.
This is the same version that I imported to pkgsrc-wip earlier.  With the
latest gnome-vfs2 update, the package works now.
2003-04-27 02:06:55 +00:00