[deleted] I got bored and had a look, as Josh said, all the dependencies are there. Package.yml if you wanted to build it for your own use locally, let me know how it goes:
name : jwm
version : 2.3.7
release : 1
source :
- http://joewing.net/projects/jwm/releases/jwm-2.3.7.tar.xz : 745d2f5df3a4ce9ecc8e75445edb3fbe31dd46c0c26d129cc14de7ad8b665326
license : MIT
component : desktop.jwm
summary : Joe's Window Manager
description: |
JWM is a light-weight window manager for the X11 Window System.
builddeps :
- pkgconfig(libjpeg)
- pkgconfig(librsvg-2.0)
- pkgconfig(x11)
- pkgconfig(xft)
- pkgconfig(xinerama)
- pkgconfig(xmu)
- pkgconfig(xpm)
setup : |
%configure --disable-fribidi
build : |
%make
install : |
%make_install
Desktop file to be placed in /usr/share/xsessions/jwm.desktop:
[Desktop Entry]
Encoding=UTF-8
Name=JWM
Comment=A lightweight window manger for the X11 Window System
Exec=/usr/bin/jwm
TryExec=/usr/bin/jwm
Type=XSession