# Maintainer: Edmund Lodewijks # Contributor: Eric BĂ©langer pkgname=fvwm pkgver=2.7.0 pkgrel=1 pkgdesc="Fvwm2 - a virtual window manager. Only gets serious bugfixes. New version is Fvwm3." arch=('x86_64') url="http://www.fvwm.org" license=('GPL' 'custom') #depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 'libxcursor' 'python-xdg') depends=('fribidi' 'perl' 'libxpm' 'librsvg' 'libxinerama' 'libxcursor' 'python-xdg') makedepends=('libxslt') optdepends=('perl-tk: for ClickToFocus support' 'perl-x11-protocol: for ClickToFocus support') #options=('!emptydirs' '!makeflags') options=('!emptydirs') source=(https://github.com/fvwmorg/fvwm/releases/download/${pkgver}/fvwm-${pkgver}.tar.gz fvwm.desktop) sha256sums=('66826dd60b774447170037d9078fd43e75f7230a49acfb84a988eebce7e3418b' '51d345f995f57c6d881d48bf535f71d75041a9bf1f0fa41dd99e1b22fd66aaf3') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --without-stroke-library --enable-mandoc make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -d "${pkgdir}/usr/share/doc/fvwm" install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop" install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }