Use the default terminal type "rxvt-unicode-256color", instead of the

more generic "rxvt-256color". Warning: a recent -current is required
(one with latest nicm@'s commit to libcurses).

Maintainer's OK
This commit is contained in:
dcoppa 2011-09-23 15:02:13 +00:00
parent 2683e5dbc0
commit fe597a12aa
3 changed files with 12 additions and 7 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2011/07/05 15:08:49 dcoppa Exp $
# $OpenBSD: Makefile,v 1.13 2011/09/23 15:02:13 dcoppa Exp $
COMMENT = clone of rxvt with Unicode and Xft support
DISTNAME = rxvt-unicode-9.12
REVISION = 0
CATEGORIES = x11
EXTRACT_SUFX = .tar.bz2
@ -32,7 +33,6 @@ CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-256-color \
--enable-perl \
--enable-pixbuf \
--with-term=rxvt-256color \
--disable-afterimage
# missing locale support
CONFIGURE_ARGS += --disable-xim

View File

@ -1,11 +1,12 @@
$OpenBSD: patch-doc_Makefile_in,v 1.2 2010/11/25 13:19:35 dcoppa Exp $
--- doc/Makefile.in.orig Sun Apr 4 01:12:38 2010
+++ doc/Makefile.in Sun Nov 14 14:23:05 2010
@@ -98,7 +98,6 @@ install: all
$OpenBSD: patch-doc_Makefile_in,v 1.3 2011/09/23 15:02:13 dcoppa Exp $
--- doc/Makefile.in.orig Mon May 2 11:58:32 2011
+++ doc/Makefile.in Fri Sep 23 14:59:07 2011
@@ -98,7 +98,7 @@ install: all
$(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
@IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
+ @TIC@ -o $(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo
distdepend: alldoc

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2010/11/25 13:19:36 dcoppa Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/09/23 15:02:13 dcoppa Exp $
@bin bin/urxvt
@bin bin/urxvtc
@bin bin/urxvtd
@ -31,3 +31,7 @@ lib/urxvt/urxvt.pm
@man man/man1/urxvtd.1
@man man/man3/urxvtperl.3
@man man/man7/urxvt.7
share/terminfo/
share/terminfo/r/
share/terminfo/r/rxvt-unicode
share/terminfo/r/rxvt-unicode-256color