From c2ced9e7171d011bb54cba293f4fbf6c7987934e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 16 May 2017 23:55:16 +0200 Subject: [PATCH] xlbiff: add international support (from upstream). --- srcpkgs/xlbiff/patches/intl.patch | 20 ++++++++++++++++++++ srcpkgs/xlbiff/template | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/xlbiff/patches/intl.patch diff --git a/srcpkgs/xlbiff/patches/intl.patch b/srcpkgs/xlbiff/patches/intl.patch new file mode 100644 index 00000000000..398a45251b7 --- /dev/null +++ b/srcpkgs/xlbiff/patches/intl.patch @@ -0,0 +1,20 @@ +diff --git xlbiff.c xlbiff.c +index 23669f3..001e36b 100644 +--- xlbiff.c ++++ xlbiff.c +@@ -235,6 +235,7 @@ main( int argc, char *argv[] ) + { + progname = argv[0]; + ++ XtSetLanguageProc (NULL, NULL, NULL); + topLevel = XtVaAppInitialize(&app_context, + "XLbiff", + optionDescList, XtNumber(optionDescList), +@@ -317,6 +318,7 @@ main( int argc, char *argv[] ) + textBox = XtVaCreateManagedWidget("text", + commandWidgetClass, + topLevel, ++ "international", True, + NULL); + + XtAddCallback(textBox, XtNcallback, Popdown, textBox); diff --git a/srcpkgs/xlbiff/template b/srcpkgs/xlbiff/template index f35757dbf9e..aeb4c34031b 100644 --- a/srcpkgs/xlbiff/template +++ b/srcpkgs/xlbiff/template @@ -1,10 +1,10 @@ # Template file for 'xlbiff' pkgname=xlbiff version=4.1 -revision=5 +revision=6 makedepends="libX11-devel libXaw-devel" short_desc="X Literate Biff, a mail notifier" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="Public Domain" homepage="http://www.edsantiago.com/xlbiff/" distfiles="http://www.edsantiago.com/xlbiff/${pkgname}-${version}.tar.gz"