summaryrefslogtreecommitdiff
path: root/time/xfce4-orage
AgeCommit message (Collapse)AuthorFilesLines
2013-09-02Revbump after cairo updateadam1-2/+2
2013-08-16revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.obache1-3/+3
2013-08-16Switch to use libnotify07.obache3-4/+49
Bump PKGREVISION.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz1-2/+2
by Obache.
2012-05-19time/xfce4-orage: Fix unwanted directory removalmarino1-4/+1
xfce4-orage depends on x11/xfce4-panel which takes care of creating the plugins directory. Remove the redundant directory creation which can lead to directories being removed prematurely.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-10-01replace a non-portable use of strftime(3) with a portable implementationdrochner3-3/+31
(the fallback to %b doesn't work, and even if it did the lowercase letters were hardly readable in a toolbar icon) bump PKGREVISION
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-09-16Upgrading Xfce to 4.6.1.reed4-20/+37
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-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-19/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-18Bump BUILDLINK_{API,ABI}_DEPENDS.hira1-2/+2
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+6
2008-12-17Update Xfce to 4.4.3. This is bug fix release.hira1-4/+4
Changes since 4.4.2: x11/xfce4-panel: * Quite a bit code changed in the dnd code. Mostly to fix a segfault in FreeBSD-amd64, but more problems were discovered and a lot of code was simplified. * Don't respond the uri drags, we don't use it and it only causes problems like hiding the panel when a file was dragged over the panel (Bug #3815). * Fix crash with xrandr 1.2 (Bug #3620) x11/xfce4-desktop: * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting (Bug #1026). * Fix incorrect initial desktop font size when setting custom font size if a custom font was never set before (Bug #3957). wm/xfce4-wm: * Fix automaximize on move * Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8 * Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMessage event such as Openbox (Bug #2374) * Backport overlay and compositor support from trunk (Bug #3849) * Filter out grab/ungrab events so we don't end up redrawing the frame twice * Set monitor when positionning menu (Bug #4162) * Reduce flickering during resize (Bug #4283) * Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix Bug #3969) * Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434) * Rework visual depth selection of the frame window (Bug #4452) * Add support for NET_MOVERESIZE_WINDOW * Take gravity bit into account in configure resize only requests to comply with standard (Bug #3634) * Add client windows to save set to avoid loosing all windows in case of crash * Use guint32 instead of Time internally to avoid potential issues in 64bits * Add a "--replace" command line option to replace ICCCM2 compliant window managers (Bug #3731) x11/libxfce4gui: * Fix format-string vulnerability in dialog code x11/xfce4-terminal: * Update to latest trunk translations. sysutils/xfce4-thunar: * Update to latest trunk translations. editors/xfce4-mousepad: * Sort recent items by most recently used. x11/xfce4-utils: * Fix missing translated chars (Bug #3543) Updated translations: * Basque * Brazilian Portuguese * Catalan * Chinese Traditional * Danish * Estonian * Finnish * French * Galician * German * Indonesian * Japanese * Korean * Kurdish * Latvian * Norwegian * Polish * Sinhala * Slovak * Slovene * Spanish * Turkish * Urdu
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-12-07Updated Xfce to 4.4.2martti3-7/+9
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-04-12Time-managing application for the Xfce desktop environment.martti5-0/+520
Orage 4.3 uses new ical interface instead of old dbh to store and utilize calender appointments.