From patchwork Thu Dec 27 18:45:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2,2/2] rxvt-unicode: new package X-Patchwork-Submitter: =?utf-8?q?Stefan_Fr=C3=B6berg?= X-Patchwork-Id: 208350 Message-Id: <1356633918-16114-2-git-send-email-stefan.froberg@petroprogram.com> To: buildroot@busybox.net Date: Thu, 27 Dec 2012 20:45:18 +0200 From: =?UTF-8?q?Stefan=20Fr=C3=B6berg?= List-Id: Discussion and development of buildroot This patch will ensure that rxvt-terminfo files will be created. Upstream-Status: Pending Signed-off-by: Stefan Fröberg --- .../rxvt-unicode/rxvt-unicode-9.15-terminfo.patch | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch diff --git a/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch new file mode 100644 index 0000000..910ce76 --- /dev/null +++ b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch @@ -0,0 +1,12 @@ +diff -Naur rxvt-unicode-9.15.org/doc/Makefile.in rxvt-unicode-9.15/doc/Makefile.in +--- rxvt-unicode-9.15.org/doc/Makefile.in 2012-04-11 23:57:47.105465883 +0300 ++++ rxvt-unicode-9.15/doc/Makefile.in 2012-04-12 00:02:13.848367530 +0300 +@@ -102,7 +102,7 @@ + $(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@ $(srcdir)/etc/rxvt-unicode.terminfo -o $(DESTDIR)/usr/share/terminfo + + distdepend: alldoc +