./sysutils/xfce4-thunar, Xfce file manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1nb1, Package name: xfce4-thunar-1.0.1nb1, Maintainer: dieter.NetBSD

The Xfce file manager.

The package also provides the Wastebasket / Trash Applet, ThunarVFS
library, and Thunar extensions library.


Required to run:
[sysutils/desktop-file-utils] [sysutils/dbus-glib] [sysutils/fam] [graphics/hicolor-icon-theme] [graphics/libexif] [graphics/png] [devel/GConf] [devel/glib2] [devel/pcre] [x11/gtk2] [x11/xfce4-panel] [x11/libxfce4util] [x11/xfce4-exo] [x11/startup-notification] [sysutils/hal]

Required to build:
[textproc/intltool] [lang/perl5] [pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/xcb-proto]

Package options: hal

Master sites:

SHA1: 2fcd3a7b0e27b01f059dffc8ffdac94e2b2aa064
RMD160: 203690b9eb05ca8e5248bb026f98b8e3e6881f2c
Filesize: 8596.359 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) | Package updated
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-02-25 19:31:08 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Add more details to bare description.
   2009-09-16 03:15:36 by Jeremy C. Reed | Files touched by this commit (93)
Log message:
Upgrading Xfce to 4.6.1.

This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-07-22 11:01:55 by Thomas Klausner | Files touched by this commit (373)
Log message:
Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2 … 03546.html
   2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-12-20 00:54:47 by Kouichirou Hiratsuka | Files touched by this commit (3) | Package updated
Log message:
Fix PR pkg/40227.  Add missing entries to PLIST.  Bump PKGREVISION.