From a6f8789f6f06a8c3ee5e05256295ef8705be26b1 Mon Sep 17 00:00:00 2001 From: Matthew Wynn Date: Thu, 3 Mar 2016 11:47:48 -0600 Subject: [PATCH] rxvt-unicode: build with unicode3 by default Using the --enable-unicode3 option allows urxvt to display high-range unicode characters, including those used by the popular "powerline" theme. This time, setting the build option to be enabled by default. --- srcpkgs/rxvt-unicode/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index ca6542c0fe1..5cf30054cdd 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,7 +1,7 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode version=9.22 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color @@ -34,7 +34,7 @@ build_options="gdk_pixbuf perl startup_notification unicode3" desc_option_unicode3="Use 21 instead of 16 bits to represent unicode chars" # Enable startup-notification by default. -build_options_default="perl startup_notification" +build_options_default="perl startup_notification unicode3" if [ "$build_option_gdk_pixbuf" ]; then configure_args+=" --enable-pixbuf"