./wip/unagi, Modular compositing manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.4nb1, Package name: unagi-0.3.4nb1, Maintainer: pkgsrc-users

Unagi is a modular compositing manager which aims to be efficient, lightweight
and responsive. It is currently written in C programming language and based on
XCB library client library. Any existing window manager can be used as long as
it implements properly EWMH and ICCCM specifications (or at least parts of it
which are needed), which is generally the case nowadays.

This project also aims to provide a functional and stable software to improve
window manager usability from an end-user point of view (for instance windows
translucency, application-switcher using live thumbnails instead of plain icons,
Expose...), therefore it does not intend at all to provide useless eye-candy
effects.


Required to run:
[devel/confuse] [x11/xcb-util] [x11/libxcb] [devel/libev] [x11/libxdg-basedir] [x11/xcb-util036] [x11/xcb-util-keysyms] [x11/xcb-util-wm]

Required to build:
[x11/xcb-proto] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: 7d04d0d00afa79323582a40e140c0f7fe97d714e
Filesize: 422.81 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-03 12:30:41 by othyro | Files touched by this commit (1) | Package updated
Log message:
Regenerated due to update.
   2014-02-03 12:30:10 by othyro | Files touched by this commit (1)
Log message:
Updated to latest release, 0.3.4.
BUILDLINK_API_DEPENDS.xcb-proto+=xcb-proto>=1.6 From release notes:

This only fixes an issue where a newly added monitor through xrandr was
never drawn on.
   2013-01-19 13:32:04 by othyro | Files touched by this commit (1)
Log message:
Set BUILDLINK_DEPMETHOD.xcb-proto=build instead of adding it to 
BUILD_DEPENDS. Bump PKGREVISION.
   2013-01-13 17:26:41 by othyro | Files touched by this commit (3)
Log message:
Move xcb-proto to BUILD_DEPENDS; properly require xcb >=1.8; add options
framework to handle the doxygen option (builds the docu, but doesn't
install it); Bump PKGREVISION.
   2012-12-09 22:37:17 by othyro | Files touched by this commit (1)
Log message:
Require xcb>=1.8. Bump PKGREVISION.
   2012-11-15 14:32:34 by othyro | Files touched by this commit (5)
Log message:
Import unagi-0.3.3 as wip/unagi.

Unagi is a modular compositing manager which aims to be efficient, lightweight
and responsive. It is currently written in C programming language and based on
XCB library client library. Any existing window manager can be used as long as
it implements properly EWMH and ICCCM specifications (or at least parts of it
which are needed), which is generally the case nowadays.

This project also aims to provide a functional and stable software to improve
window manager usability from an end-user point of view (for instance windows
translucency, application-switcher using live thumbnails instead of plain icons,
Expose...), therefore it does not intend at all to provide useless eye-candy
effects.