Cmake is bloat and wmfs doesn't need a complex build system So now wmfs compile with a Makefile using gmake and pkg-config compilation options can be customised through confix.mk (dwm like) Remove doxygen config files (wmfs code doesn't use it, and nobody use doxygen with wmfs) Replace wmfsrc.in by wmfsrc (change @WMFS_TERM@ and use shell choice urxvt || xterm || ...) Remove generation of Changelog file (we can git log > Changelog before creating a dist package) Remove README from install process (this file don't need to be included in dist package) What's next before merging into master ? - provide a BSD Makefile - discuss if we use or not pkg-config (we can document common places to include directory and libs in config.mk) - compile out of tree
ABOUT : WMFS Window Manager. * Window Manager From Scratch A highly configurable and manageable tiling Window Manager created from scratch AUTHORS : Martin Duquesnoy <xorg62@gmail.com> LICENSE : BSD REQUIREMENT : - freetype2 - libxinerama (optional) - libxrandr (optional) - imlib2 (optional) - libxft - libx11 - CMake >= 2.6 OS : - GNU/Linux : Supported. - FreeBSD : Supported. INSTALL : - mkdir build - cd build - cmake .. - make - sudo make install - sudo make uninstall # if you would to remove it. If you have doxygen installed you can generate doxygen documentation via custom target 'make doc' in the build dir. DISTROS : - wmfs port for FreeBSD at x11-wm/wmfs - wmfs is available with AUR in ArchLinux (wmfs or wmfs-git)
Description
Languages
C
92%
Roff
5.1%
Shell
2.1%
Makefile
0.8%