rxvt-unicode: accept any perl version, bumprev.
This commit is contained in:
parent
b09bfde4bb
commit
b810894d84
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'rxvt-unicode'.
|
# Template build file for 'rxvt-unicode'.
|
||||||
pkgname=rxvt-unicode
|
pkgname=rxvt-unicode
|
||||||
version=9.06
|
version=9.06
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-everything"
|
configure_args="--enable-everything"
|
||||||
|
@ -20,7 +20,8 @@ Add_dependency run freetype
|
||||||
Add_dependency run libX11
|
Add_dependency run libX11
|
||||||
Add_dependency run libXft
|
Add_dependency run libXft
|
||||||
Add_dependency run libXrender
|
Add_dependency run libXrender
|
||||||
Add_dependency full perl
|
Add_dependency full perl ">=0"
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build renderproto
|
Add_dependency build renderproto
|
||||||
Add_dependency build fontconfig-devel
|
Add_dependency build fontconfig-devel
|
||||||
|
|
Loading…
Reference in a new issue