Path to this page:
./
x11/xfce4-panel,
Xfce panel
Branch: CURRENT,
Version: 4.6.2nb2,
Package name: xfce4-panel-4.6.2nb2,
Maintainer: dieter.NetBSDGTK2 based panel for Xfce.
Required to run:[
sysutils/desktop-file-utils] [
textproc/libxml2] [
graphics/hicolor-icon-theme] [
graphics/cairo] [
devel/glib2] [
devel/libwnck] [
x11/gtk2] [
x11/libxfce4gui] [
x11/libxfce4util] [
x11/xfce4-exo] [
x11/startup-notification]
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]
Master sites:
SHA1: 32a5e5b9e8b93c2167077b329cf4d2fcb4323c9e
RMD160: 5d981eaffc5aab227a3db66f8d39d0492d02a16d
Filesize: 855.914 KB
Version history: (Expand)
- (2010-06-14) Updated to version: xfce4-panel-4.6.2nb2
- (2010-05-31) Updated to version: xfce4-panel-4.6.2nb1
- (2009-11-30) Updated to version: xfce4-panel-4.6.2
- (2009-09-16) Updated to version: xfce4-panel-4.6.1
- (2009-08-27) Updated to version: xfce4-panel-4.4.3nb2
- (2008-12-18) Updated to version: xfce4-panel-4.4.3nb1
CVS history: (Expand)
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |  |
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-05-30 21:34:46 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
add a patch from upstream which fixes an incompatibility with
glib2-2.24.x, bump PKGREVISION
|
2009-11-29 23:17:32 by Soren Jacobsen | Files touched by this commit (3) |  |
Log message:
Update to 4.6.2. Changes:
- Properly set orientation of tasklist handler.
- Fix launcher with 'Run in Terminal'.
- Fix typo preventing build on older gtk versions.
- Don't send -r to session restart command.
- Add dist-hook: all to the API docs Makefile.am as well.
- Add dist-hook: all to the libxfce4panel/ Makefile.am.
- Add option to tasklist to force a fixed width.
- Get the time the same as orange does.
- Better check for the lcd resize when the number of hour digits changes.
- Use g_timeout_add_seconds when available for the clock timeout.
- Resync tooltip and clock timeout when they are out of sync.
- Remove the hour interval from the clock, minutes are good enough.
- Use Git in the build files and drop unneeded po files.
- Use g_markup_printf_escaped in the launcher tooltip.
- A whole bunch of translations updated
|
| 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) |  |
Log message:
bump revision because of graphics/jpeg update
|
| 2009-06-15 00:06:43 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
| 2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
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.
|