You are not logged in.

#1 2005-02-12 11:22:55

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

[X11] fvwm-devel +

I know fvwm-dev is in unstable but I found that it was built without some good features - so this is simply a PKGBUILD that includes libstroke for mouse-gestures and a patch for translunceny

pkgname=fvwm-dev
pkgver=2.5.12
pkgrel=3
pkgdesc="A multiple large virtual desktop window manager originally derived from twm"
url="http://www.fvwm.org"
license=""
depends=('imlib' 'fribidi' 'perl' 'x-server' 'libstroke')
conflicts=('fvwm')
source=(http://www.zensites.net/fvwm/guide/files/fvwm-translucency.diff ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-$pkgver.tar.bz2)
md5sums=('314d1fb9330744b83117e0d236b73887' 'f323c59c2becb6766648b25b2111501c')

build() {
  cd $startdir/src/fvwm-$pkgver
  patch -Np1 -i ../fvwm-translucency.diff
  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib 
  --with-xft-prefix=/usr/X11R6 --with-fontconfig=/usr
  read X
  make || return 1
  make DESTDIR=$startdir/pkg install
  mkdir -p $startdir/pkg/etc/fvwm
  cp sample.fvwmrc/* $startdir/pkg/etc/fvwm
  rm -f $startdir/pkg/etc/fvwm/Makefile $startdir/pkg/etc/fvwm/Makefile.am $startdir/pkg/etc/fvwm/Makefile.in
}

This won't be in my repo as it is in unstable and just needs rebuilding

Offline

Board footer

Powered by FluxBB