xlbiff: add international support (from upstream).
This commit is contained in:
parent
c7d79777e3
commit
c2ced9e717
2 changed files with 22 additions and 2 deletions
20
srcpkgs/xlbiff/patches/intl.patch
Normal file
20
srcpkgs/xlbiff/patches/intl.patch
Normal file
|
@ -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);
|
|
@ -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 <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Public Domain"
|
||||
homepage="http://www.edsantiago.com/xlbiff/"
|
||||
distfiles="http://www.edsantiago.com/xlbiff/${pkgname}-${version}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue