rxvt-unicode: no noarch

And remove libbluetooth-devel as makedepends.
Incorrectly changed by dbd94f578b, (rxvt-unicode: add gdk_pixbuf to
build_options_default= (resolves #2244), 2018-09-09)
This commit is contained in:
Đoàn Trần Công Danh 2020-10-10 10:58:12 +07:00
parent 8c748b4b55
commit ee0940340e

View file

@ -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 <orphan@voidlinux.org>"
@ -77,7 +76,6 @@ post_install() {
rxvt-unicode-terminfo_package() {
short_desc+=" - terminfo data"
archs=noarch
pkg_install() {
vmove usr/share/terminfo
}