diff --git a/srcpkgs/rxvt-unicode-terminfo b/srcpkgs/rxvt-unicode-terminfo new file mode 120000 index 00000000000..0b27954d316 --- /dev/null +++ b/srcpkgs/rxvt-unicode-terminfo @@ -0,0 +1 @@ +rxvt-unicode \ No newline at end of file diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index d1e89fa593c..9719321e246 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,7 +1,7 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode version=9.21 -revision=2 +revision=3 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color @@ -11,7 +11,7 @@ configure_args=" --enable-combining --with-term=rxvt-unicode-256color" hostmakedepends="pkg-config" makedepends="renderproto fontconfig-devel libXrender-devel libXft-devel libSM-devel" -depends="ncurses" +depends="ncurses rxvt-unicode-terminfo" short_desc="rxvt clone supporting Xft fonts and Unicode" maintainer="Juan RP " homepage="http://software.schmorp.de/pkg/rxvt-unicode.html" @@ -92,3 +92,10 @@ do_configure() { ./configure $configure_args fi } + +rxvt-unicode-terminfo_package() { + short_desc+=" - terminfo data" + pkg_install() { + vmove usr/share/terminfo + } +}