diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index d07e838a818..49e4cf4940f 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,7 +1,7 @@ # Template file for 'rxvt-unicode' pkgname=rxvt-unicode version=9.22 -revision=12 +revision=13 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color @@ -17,8 +17,7 @@ hostmakedepends="pkg-config $(vopt_if perl 'perl autoconf') ncurses" makedepends="xorgproto fontconfig-devel libXrender-devel libXft-devel libSM-devel $(vopt_if gdk_pixbuf gdk-pixbuf-devel) $(vopt_if perl perl) - $(vopt_if startup_notification startup-notification-devel) - $(vopt_if unicode3 libbluetooth-devel)" + $(vopt_if startup_notification startup-notification-devel)" depends="ncurses rxvt-unicode-terminfo-${version}_${revision}" short_desc="Terminal emulator supporting Xft fonts and Unicode" maintainer="Orphaned " @@ -77,7 +76,6 @@ post_install() { rxvt-unicode-terminfo_package() { short_desc+=" - terminfo data" - archs=noarch pkg_install() { vmove usr/share/terminfo }