xlbiff: update to 4.3.
This commit is contained in:
parent
326457b9ad
commit
f891e062c6
2 changed files with 12 additions and 34 deletions
|
@ -1,20 +0,0 @@
|
||||||
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,24 +1,22 @@
|
||||||
# Template file for 'xlbiff'
|
# Template file for 'xlbiff'
|
||||||
pkgname=xlbiff
|
pkgname=xlbiff
|
||||||
version=4.1
|
version=4.3
|
||||||
revision=6
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-xmhformdir=/etc/nmh"
|
||||||
|
hostmakedepends="automake"
|
||||||
makedepends="libX11-devel libXaw-devel"
|
makedepends="libX11-devel libXaw-devel"
|
||||||
short_desc="X Literate Biff, a mail notifier"
|
short_desc="X Literate Biff, a mail notifier"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="MIT"
|
||||||
homepage="http://www.edsantiago.com/xlbiff/"
|
homepage="http://www.edsantiago.com/xlbiff/"
|
||||||
distfiles="http://www.edsantiago.com/xlbiff/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/edsantiago/xlbiff/archive/${version}.tar.gz"
|
||||||
checksum=ca758c186d8fbe3505b86ba7aea21c6e20733a5b37e6ff5c308f09e8425e4697
|
checksum=fba35786d8d882c15fc113a1e21e4ca9e23c469f8431adb9e826cfc7d3d78a96
|
||||||
|
|
||||||
do_build() {
|
pre_configure() {
|
||||||
make -f Makefile.std MHLIBDIR=/etc/nmh CC="$CC" DEBUG="$CFLAGS $LDFLAGS"
|
autoreconf -fi
|
||||||
sed -n 2,30p xlbiff.c >LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
vbin xlbiff
|
vlicense COPYING
|
||||||
vman xlbiff.man xlbiff.1
|
|
||||||
vinstall xlbiff.form 644 etc/nmh
|
|
||||||
vinstall XLbiff.ad 644 usr/share/X11/app-defaults
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue