2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-10-22 21:36:42 by pin | Files touched by this commit (1) |
Log message:
wm/pekwm: fix broken builds
|
2023-10-06 05:11:30 by pin | Files touched by this commit (1) | |
Log message:
wm/pekwm: add forgot PLIST update
|
2023-10-05 22:12:15 by pin | Files touched by this commit (2) | |
Log message:
wm/pekwm: update to 0.3.0
pekwm-0.3.0
First release in the new 0.3.X series of pekwm releases coming with quite a
bit of changes and additions.
The most notably changes in this release include:
- Pango font support (both Cairo and Xft)
- Automatic font type selection
- Various updated and improvements to pekwm_panel including a systray widget
- Xresources can be used in themes and configuration files as variables.
- New default theme named Winter
See NEWS.md for more details on what has changed and look in doc/ for the most
up to date documentation.
pkgsrc: switch to cmake/build.mk
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-02-03 09:05:48 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
pekwm: remove patch that was removed from distinfo during update
|
2022-01-30 21:26:57 by Nia Alarie | Files touched by this commit (2) | |
Log message:
pekwm: update 0.2.1
pekwm-0.2.1
===========
Build system
------------
* Makefile based build now install docs, support configuring the
manpath (relative to the prefix) and create .sh files properly with
the configured SED on Solaris
* CMAKE_INSTALL_MANDIR is now used to specify the destination of
man pages. Use -DCMAKE_INSTALL_MANDIR=/path/to/man to override.
* Log awk, sed and sh paths during configuration (and fix a few missing
path substitutions in the scripts)
* Use check_cxx_source_compiles instead of check_cxx_source_runs as
there is no need to check for runtime issues, improves cross compilation
support.
* Substitute grep in shell scripts, as with awk, sed and sh.
* Prefer /usr/pkg/bin over /usr/sfw/bin when searching for external
commands during configuration.
Closed issues
-------------
* **#114 Coordinates not updating when moving windows**,
regression introduced in 0.2.0. (Reported by caoliver)
* **#110 Tint2 panel not updated on last window close**,
regression introduced in 0.2.0. (Reported by Maman Sulaeman)
Updated
-------
* pekwm_panel, Icon widget now has a Scale option defaulting to false.
* pekwm_theme, Detect download errors of the theme index file.
* pekwm_theme, Use ftp by default on OpenBSD and NetBSD and silence
progress output.
|
2021-12-13 14:02:14 by Nia Alarie | Files touched by this commit (2) |
Log message:
pekwm: Fix incorrect patch for hardcoded man page installation directory.
|