From ee0940340e5ffc0c58779e398667d0614b4060e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 10 Oct 2020 10:58:12 +0700 Subject: [PATCH] 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) --- srcpkgs/rxvt-unicode/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 }