Update to xmore-1.0.2: Remove xprint support.
This commit is contained in:
parent
ccc20a9c91
commit
6c2c2882ae
3 changed files with 6 additions and 32 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2009/04/17 01:07:29 dsainty Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2010/09/10 20:00:45 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xmore-1.0.1
|
||||
PKGREVISION= 3
|
||||
DISTNAME= xmore-1.0.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/04/17 01:07:29 dsainty Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/09/10 20:00:45 joerg Exp $
|
||||
|
||||
SHA1 (xmore-1.0.1.tar.bz2) = abd0b926fc11c9d8c886f91b0b6a4834512cb0ba
|
||||
RMD160 (xmore-1.0.1.tar.bz2) = 98c437125fb5c7cb384bb78b536ef69d4ca363f2
|
||||
Size (xmore-1.0.1.tar.bz2) = 92060 bytes
|
||||
SHA1 (patch-aa) = 57b764a06f364898035130be8f2688e904288781
|
||||
SHA1 (xmore-1.0.2.tar.bz2) = 7db4e5feb82d5d05038722d3af00d28e103bed18
|
||||
RMD160 (xmore-1.0.2.tar.bz2) = d92615867445f60229c991d9dc59b8a99a60815d
|
||||
Size (xmore-1.0.2.tar.bz2) = 107340 bytes
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 2009/04/17 01:07:30 dsainty Exp $
|
||||
|
||||
XawPrintDialogClosePrinterConnection isn't available if USE_XPRINT isn't
|
||||
defined.
|
||||
|
||||
--- xmore.c.orig 2009-04-16 15:00:34.037637683 +1200
|
||||
+++ xmore.c 2009-04-16 15:01:03.532901704 +1200
|
||||
@@ -147,14 +147,14 @@
|
||||
XtCallActionProc(w, "quit", NULL, NULL, 0);
|
||||
}
|
||||
|
||||
+#ifdef USE_XPRINT
|
||||
+
|
||||
static void
|
||||
printshellDestroyXtProc(Widget w, XtPointer client_data, XtPointer callData)
|
||||
{
|
||||
XawPrintDialogClosePrinterConnection(printdialog, False);
|
||||
}
|
||||
|
||||
-#ifdef USE_XPRINT
|
||||
-
|
||||
static void
|
||||
printOKXtProc(Widget w, XtPointer client_data, XtPointer callData)
|
||||
{
|
Loading…
Reference in a new issue