# HG changeset patch # User Pascal Bellard # Date 1313649120 -7200 # Node ID 731695dfaf97cc1f212e09bd6fdd345915d36dd5 # Parent f51ffad7db0725a9da607641cba82e4d7855d25d screen: add vertical split diff -r f51ffad7db07 -r 731695dfaf97 screen/receipt --- a/screen/receipt Wed Aug 17 12:52:36 2011 +0000 +++ b/screen/receipt Thu Aug 18 08:32:00 2011 +0200 @@ -14,10 +14,16 @@ DEPENDS="elfutils" BUILD_DEPENDS="ncursesw-extra" +# http://fungi.yuggoth.org/vsp4s/ Vertical split ^A V +PATCH=http://vsp4sdl.yuggoth.org/wrp_vertical_split_0.3_4.0.2.diff.bz2 + # Rules to configure and make the package. compile_rules() { cd $src + [ -s $SOURCES_REPOSITORY/$(basename $PATCH) ] || + wget -P $SOURCES_REPOSITORY $PATCH + bzcat $SOURCES_REPOSITORY/$(basename $PATCH) | patch -p1 ./configure --with-sys-screenrc=/etc/screenrc $CONFIGURE_ARGS && make && make -j1 DESTDIR=$DESTDIR install || return 1 mkdir -p $DESTDIR/usr/share/terminfo