You are not logged in.
The Error
U ratpoison/src/window.h
U ratpoison/src/xinerama.c
U ratpoison/src/xinerama.h
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in: installing `./install-sh'
configure.in: installing `./missing'
doc/Makefile.am:20: installing `doc/texinfo.tex'
src/Makefile.am: installing `./depcomp'
configure.in:29: installing `./config.guess'
configure.in:29: installing `./config.sub'
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed. Aborting...
# $Id: PKGBUILD,v 1.12 2006/04/10 15:44:02 juergen Exp $
# Maintainer: juergen <juergen>
# Contributor: John Proctor <jproctor>
pkgname=ratpoison-cvs
pkgver=1.4.0
pkgrel=1
pkgdesc="A simple keystroke-driven window manager"
depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst')
url="http://www.nongnu.org/ratpoison/"
build() {
cd $startdir/src/
cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/ratpoison co ratpoison
cd ./ratpoison
./autogen.sh --prefix=/usr
/usr/bin/make || return 1
pushd contrib
./genrpbindings || return 1
install -d $startdir/pkg/usr/share/ratpoison/bindings
install -m 644 {Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py}
$startdir/pkg/usr/share/ratpoison/bindings/ || return 1
popd
/usr/bin/make DESTDIR=$startdir/pkg install
# fix permissions
chmod a+x $startdir/pkg/usr/share/ratpoison/{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
/bin/cp $startdir/$pkgname.desktop $startdir/pkg/etc/X11/sessions
}
# vim: ts=2 sw=2 et ft=sh
~
Here's my weak attempt at a cvs version for ratpoison. All I really have done is to add the cvs line and change ./configure --prefix=/usr to ./autogen --prefix=/usr
Thanks
Offline
I just compiled from cvs a few hours ago (some fixes with Super/Hyper keys) - works fine here. Might just be one of those cvs things.
Offline