Age | Commit message (Collapse) | Author | Files | Lines |
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
Extract from ChangeLog:
o installastheme.pl now uses the first screen depth reported by xdpyinfo
instead of the last; this fixes problems with the look not updating on
XFree86 4.x (allanon)
o removed reference to xiterm from Wharf config file; wharf now tries to
load aterm, and then xterm if that fails (allanon)
o fix to mystyle drawing as applied to empty menu drawing
o removed config reading from the pipe - was causing some compile time
problems and really was never needed.
|
|
dependencies.
|
|
|
|
|
|
(1) [ doesn't understand ==; use = instead.
(2) i=${!tmp} is apparently intended to do the equivalent of
eval i=\$$tmp; so use the latter instead.
I don't see how this script ever worked before.
|
|
(1) [ doesn't understand ==; use = instead.
(2) (( ... )) isn't valid /bin/sh; use [ ... ] instead.
(3) ${foo:0:4} to get the first 4 letters of ${foo} isn't valid
/bin/sh, so use a loop to remove letters off the end until
only 4 letters remain.
|
|
|
|
|
|
|
|
using PKGLOCALEDIR.
|
|
package Makefile.
|
|
|
|
|
|
|
|
Highlights:
-----------
** A new "Theme" module called FvwmTheme and "colour sets"
including 8 kinds of gradients and pixmap support controlling
the appearance of borders, title bars, frames, 3D shadows,
menus and modules.
** GNOME compliance.
GNOME hints can be turned on and off for individual windows.
** Mouse stroke support.
You will need the libstroke library, found at
http://www.etla.net/~willey/projects/libstroke/
** Much more flexibility and control in menu definition and menu
styles including dynamically generated menus and some menu
generating scripts.
** Almost all commands, including Key, Mouse and Style, take
effect immediately. The Recapture command is no longer needed
to activate most changes.
** The old StaysOnTop style option has been generalised into the
concept of layers. See the fvwm2 man page for details.
** Using Alt-Tab now works exactly like the other one.
** A derived package fvwm-themes standardises FVWM Themes issues.
More info is available at
http://fvwm-themes.sourceforge.net/
** Improved multi head support.
|
|
Highlights:
-----------
** A new "Theme" module called FvwmTheme and "colour sets"
including 8 kinds of gradients and pixmap support controlling
the appearance of borders, title bars, frames, 3D shadows,
menus and modules.
** GNOME compliance.
GNOME hints can be turned on and off for individual windows.
** Mouse stroke support.
You will need the libstroke library, found at
http://www.etla.net/~willey/projects/libstroke/
** Much more flexibility and control in menu definition and menu
styles including dynamically generated menus and some menu
generating scripts.
** Almost all commands, including Key, Mouse and Style, take
effect immediately. The Recapture command is no longer needed
to activate most changes.
** The old StaysOnTop style option has been generalised into the
concept of layers. See the fvwm2 man page for details.
** Using Alt-Tab now works exactly like the other one.
** A derived package fvwm-themes standardises FVWM Themes issues.
More info is available at
http://fvwm-themes.sourceforge.net/
** Improved multi head support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog:
2001-04-25:
* Added missing functions to documentation
2001-04-19:
* switch_ws_next/prev wrap around
* Fixed a problem with some programs' popups
2001-04-01:
* Unmap;map race condition fix.
o also set USE_BUILDLINK_ONLY
|
|
|
|
|
|
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
|
|
|
|
Based on the package submitted by Takehiro Sakagami in pkg/12653.
Adapted to use buildlink.mk, and other changes in pkgsrc.
|
|
|
|
otherwise all children (xterms, etc) will end up ignoring SIGPIPE.
|
|
|
|
|
|
CONFIGURE_ARGS, and mark as USE_BUILDLINK_ONLY.
|
|
|
|
Changes:
- fixed several memory leaks
- mouse handling fixes
- manual page fixes
o add --without-gnome just to make sure it isn't used
Fixes pkg/13303 by Martti Kuparinen <martti.kuparinen@iki.fi>
|
|
|
|
|
|
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
|
|
|
|
|