rxvt-unicode: depend on same version terminfo
This commit is contained in:
parent
87adf83575
commit
90cc574c67
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'rxvt-unicode'.
|
||||
pkgname=rxvt-unicode
|
||||
version=9.21
|
||||
revision=3
|
||||
revision=4
|
||||
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 rxvt-unicode-terminfo"
|
||||
depends="ncurses rxvt-unicode-terminfo-${version}_${revision}"
|
||||
short_desc="rxvt clone supporting Xft fonts and Unicode"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||
|
|
Loading…
Reference in New Issue