summaryrefslogtreecommitdiff
path: root/x11/xfce
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-28We want RCS Ids in the patches.wiz2-0/+2
This is one of the things pkglint checks, so _please_ use it.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-19Update XFCE to version 3.6.3. Changes since 3.5.2 (the last pkgsrc version)jwise7-42/+35
include: 27-NOV-2000: Xfce 3.6.3 ======================= - xfce * Fixed a small bug in xfce popup menus 26-NOV-2000: Xfce 3.6.2 ======================= - xfclock * Added calendar options by Edscott Wilson Garcia <edscott@imp.mx> - xfwm * Improve Xinerama support * Problem with window initial placement on wrong desk fixed - all * Added new configure options by Albert Chin-A-Young <china@thewrittenword.com> 19-NOV-2000: XFce 3.6.0 & 3.6.1 =============================== - xfrun * Add history list (patch contributed by daniel mcsorley <mcsorley@cis.ohio-state.edu>) - xfce * Change panel size : Smallest size is pretty small now, thanks to a new widget positionning. Medium size is now equivalent to previous smallest size and biggest size is previous medium size. * Change panel design. Old style can still be selected at compile time. * Automatic drawer/popup close down when new popup is opened (patch contributed by Jason Litowitz <jlitowitz@visto.com> * Bug fix : Panel crashing when selecting several times a desktop that was not listed in the panel (Actually that was a design problem in the xfce libs). * Virtual desktops can now be turned off by setting number of destops to zero. - xfwm * Add Xinerama support * Added query for Xinerama extension (based on a patch by Peter Novodvorsky <nidd@debian.org> * Add new style "Authorize_Trnaslate" to force xfwm to place windows on the current physical screen when using Xinerama even if the application asks for another location. * Add strict checking to avoid iconification/maximization of transient windows (ICCCM compliancy) * New builtin function "ShowMeMouse" : You can't find your mouse pointer on the screen ? Just Alt+Click ! You'll be amazed. * Enhanced virtual desktop routines : - Xfwm refuses to switch to a desktop if it is off limits. - Switching to a window that is on a desktop off limits cause the window to be bring back to the current desktop. * Add the ability to restart xfwm by sending signal USR1 or USR2 to xfwm's process id. This allows external programs to restart xfwm or even sysadmins to restart all instances of xfwm at once. * Bug fix : Sometimes (rarely) focus did not go to the right window when the current window was unmapped. * Bug fix : Use of fontsets (Chineese, Korean, etc.) caused xfwm to crash - Help * Added topic overview thanks to Ruediger <ruediger@gmx.net> * Add Dutch translation of the help file by J.B. Huijsmans <j.b.huijsmams@chem.rug.nl> - xfgnome * Remove unclear portion of code that dealed with iconification. - all * More 64-bit safe. * Add new themes : Aluminium, BlueX, Glass, Liquid, Power, Power2 * Move the locale files from the "$XFCE_DIR" to "$prefix/share/locale" (Change contributed by Fernando M. Roxo da Motta <roxo@conectiva.com.br>) * Updated Spanish translation (Change contributed by Fernando M. Roxo da Motta <roxo@conectiva.com.br>) * New Brasilian Portuguese translation (contributed by Ingo "LaSombra" Hoffmann <lasombra@terra.com.br> and Fernando M. Roxo da Motta <roxo@conectiva.com.br>) * Updated spec (rpm) file (Change contributed by Fernando M. Roxo da Motta <roxo@conectiva.com.br>) * New Czech translation thanks to Petr Blaha <pblaha@suse.cz> and Rudolf Ulc <Rudolf.Ulc@oku-st.cz> * Updated Dutch translation by J.B. Huijsmans <j.b.huijsmams@chem.rug.nl>
2001-01-04gettext DEPENDency is gone. All hail USE_LIBINTL! (and BUILD_DEPENDENDS,wiz1-3/+3
of course).
2000-11-27Correct PLIST for libtool changes.mycroft1-3/+3
2000-10-15Update xfce to 3.5.2. Changes from version 3.3.1 include bug fixes and manyjlam7-203/+185
interface and usability enhancements.
2000-10-02Don't include that weird alpha_header.h file on NetBSD/alpha. We shouldn'tjlam2-1/+15
need it.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+6
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+5
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Use pkg_info(1) to find out the prefix of the installed imlib package,agc1-2/+2
rather than using a hardcoded best guess.
2000-07-11Make these packages work better with xpkgwedge by using X11PREFIX inagc1-3/+5
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess.
2000-03-03Update xfce to 3.3.1. Highlights of ChangeLog follow, for full ChangeLog,jwise8-446/+459
see http://www.xfce.org/archive/ChangeLog. 01-MAR-2000: XFce 3.3.1 ======================= [Minor bugfixes] 27-FEB-2000: XFce 3.3.0 ======================= - xfwm * Added support for X session management (gnome-session, xsm, etc.) * Added builtin session management if X session management not available * New redesigned title bar (rounded frame, additionnal buttons, ...) * Various improvements for icon management (check overlapping icons, etc.) * Improved restart function so desktop state is restored properly - xfce * Add support for session management, allowing a session shutdown from xfce itself * Remove automatic "arrange icon" when user changes default icon location This allow to customize the desktop by placing the icons everywhere and the position is restored by session management. - xftree * Add new functionality to drag and drop : Pressing [CTRL+SHIFT] link destination items instead of copying. 20-JAN-2000: XFce 3.2.5 ======================= [distfile fix] 19-JAN-2000: XFce 3.2.4 ======================= [bug fixes] 04-JAN-2000: XFce 3.2.3 ======================= - xfwm * add a little engraved frame around the title bar of unselected windows * Remove continuous window update during opaque move. Increases speed and fixes a bug with XView applications - all * Improve tootips style - xfbd * Improved pixmap handling and GNOME (terminal transparency) compatibility. 12-DEC-1999: XFce 3.2.2 ======================= - xfce * Add a few new textured palettes (Cheese, Metal, OldWood, Paper, Craters, Ground and Military) * Add some textures (a few from GTK themes series, others made with GIMP) 30-NOV-1999: XFce 3.2.1 ======================= - xfwm * Display window geometry, window position and current desk during move/resize operations (with outline mode only, not opaque move/resize) * Add auto-switchdesk feature, by Guido Draheim <guidod@gmx.de> * Add Shift+click or middle mouse button click on window border perform move, handy when the window is moved off the screen. * Add more configuration sample in sample.xfwmrc 14-NOV-1999: XFce 3.2.0 ======================= - All * Graphic support managed by Imlib if available (most common types of image format can now be used in xfce/xfwm/xfbd thanks to Imlib) -xfgnome * A new optional GNOME compliancy module based on Gnome module for AfterStep by Rafal Wierzbicki <rafal@mcss.mcmaster.ca> - xfce * Added GNOME protocols. XFce panel now works with any GNOME compatible window manager (Icewm, Enlightenment, etc.) * Mail icons on the XFCE bar change to show if the user has any mail in their mailbox (patch contributed by Adam Sampson <azz@gnu.org>) * XFce can now read XFCE_DIR/sample.xfce3rc.[current locale] on XFce startup to improve MBS languages support (Yamahata Kenichiro <mogutan@din.or.jp>). - xfhelp * Add support for locale : Tries to load help.<$LANG>.html if available
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
1999-11-12defuzzrh2-6/+7
1999-10-23Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-10-18Update xfce to 3.1.2. Changes from 3.1.0:jwise3-6/+10
01-OCT-1999 : XFce-3.1.2 ======================== - xfwm * Fix bug in title height computation - all * patch to display Multi-Byte charactors such as Japanese, Chinese or Korean properly in menus and titlebars and icons by Yamahata Kenichiro <mogutan@din.or.jp> * Japanese translation by Yamahata Kenichiro <mogutan@din.or.jp> - setup/startup scripts * Fixes to be compatible with ksh 24-SEP-1999 : XFce-3.1.1 ======================== - xfwm * Improve event handling (better performance) for move/resize ops. * Add configurable XPM icons for iconified windows * Implement workarounds to buggy GTK+ 1.2.4 * Fix key bindings * Ignore dummy modifers such as Num Lock or Scroll Lock for keyboard shortcuts - xfce * Add digital clock - xfclock * Totally new rewritten application ! - xfterm * A very usefull terminal wrapper submitted by Joakim Andreasson <karanne@flashback.net> - xftree * Bug fixes * Improve DnD * Reduce memory leak (patch submitted by Francois Petitjean <francois.petitjean@bureauveritas.com>) - libs * New clock widget (initially based on patches from a Cosource project http://www.cosource.com)
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-07Initial import of xfce-3.1.0, a lightweight desktop environment with ajwise10-0/+513
look and feel similar to CDE.