You are not logged in.

#1 2004-12-26 16:30:22

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

[new:X11:WindowManager] Fvwm2 -cvs

Hi,

Because I got used to fvwm2 the whole time i am a fvwm user I tried to build a Arch package from the cvs repositorie.
The package has some things which are not included in unstable and stable.
PKGBUILD

# Contributor: Daniel Martin <notze@gmx.net>
pkgname=fvwm2
pkgver=cvs
pkgrel=1
pkgdesc="FVWM is an extremely poweful ICCCM-compliant multiple virtual desktop window manager for the X Window System"
url="http://www.fvwm.org"
depends=(x-server imlib perl)
#source=($pkgname-$pkgver.tar.gz)
#md5sums=()

build() {
  cd $startdir/src/
  cvs -q -d:pserver:anonymous:guest@cvs.fvwm.org:/home/cvs/fvwm login
  cvs -z3 -d:pserver:anonymous@cvs.fvwm.org:/home/cvs/fvwm co fvwm
  cd fvwm
  utils/configure_dev.sh --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

You have to manually type the login pass. It's 'guest'.

Offline

#2 2004-12-27 12:31:36

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: [new:X11:WindowManager] Fvwm2 -cvs

Add :guest after anonymous like this:

cvs -q -d:pserver:anonymous:guest@cvs.fvwm.org:/home/cvs/fvwm login

and it should work automatically.

Offline

#3 2004-12-27 12:47:11

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Re: [new:X11:WindowManager] Fvwm2 -cvs

Oh, thank you. I didn't knew that.
I have edited the PKGBUILD from above.

Offline

Board footer

Powered by FluxBB