gtklp: Update print/gtklp to 1.3.3
pkgsrc changes: - Remove patch-gtklp_gtklp.h (no longer needed) Changes: 1.3.3 ----- - code cleanups and small fixes 1.3.2 ------ - support for custom page sizes - new option "-F" to hide FileTab if file is given. - Fix display of file arguments passed on the commandline. - merge some small fixes - fixed danish translation, thanks to scootergrisen - fixed dutch translation, thanks to Pander 1.3.1 ------ - spanish translation updated, thanks to Jose Luis Tirado - new croatian translation, thanks to Zoran Spoja 1.3.0 ------ - favorite printers patch, thanks to Amon Ott - bugfixes and non-utf8-enhancements, thanks to Oleh Nykyforchyn - fixes for autoconf/automake chain 1.2.10 ------ - patch to work with AppArmor, thanks to Andreas Bolsch - patch to compile against cups 1.6.0, thanks to Eric 1.2.9 ----- - always use -lX11 - print jobs not shown in gtklpq - setting port for gtklpq not possible - compile with X11-Libs - code cleanups 1.2.8a ------ - patch to compile with cups 1.5, thanks to Bengt Ahlgren 1.2.8 ----- - remove "waiting" window - new russian translation
This commit is contained in:
parent
b6594782ba
commit
8da2d02d08
3 changed files with 7 additions and 23 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.49 2018/04/17 22:29:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2018/07/02 19:39:13 leot Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtklp-1.2.7
|
||||
PKGREVISION= 38
|
||||
DISTNAME= gtklp-1.3.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtklp/}
|
||||
EXTRACT_SUFX= .src.tar.gz
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2015/11/04 01:01:33 agc Exp $
|
||||
$NetBSD: distinfo,v 1.6 2018/07/02 19:39:13 leot Exp $
|
||||
|
||||
SHA1 (gtklp-1.2.7.src.tar.gz) = fa7fc0901016bb035d0fdf56e0984bf9728af1d4
|
||||
RMD160 (gtklp-1.2.7.src.tar.gz) = 24aae020912b03565a7fccb317b9dab72ade2d51
|
||||
SHA512 (gtklp-1.2.7.src.tar.gz) = 8528f119dfba05773f7b9e5854cdf26aa9b6b75ffade9c55119328d783628d32d436afd7b1964a0b468917853f5299f27b2b1634cd0b98a1345adcade4acc648
|
||||
Size (gtklp-1.2.7.src.tar.gz) = 739871 bytes
|
||||
SHA1 (patch-gtklp_gtklp.h) = cca949838a59c20de2d4060d0b0b4d5525db778e
|
||||
SHA1 (gtklp-1.3.3.src.tar.gz) = 7e984f83a6d88b2c9cd04e84c9930cddc57dc3fa
|
||||
RMD160 (gtklp-1.3.3.src.tar.gz) = 3998e47a547bd1e5034fab4a770979db3b78f553
|
||||
SHA512 (gtklp-1.3.3.src.tar.gz) = ce6d37fa155857b0e47f9ed28e3b2e5180b650e821e1246d398692625e8aafeedf4869c1c7ba9d41c180856c716989a13ac98ab48cb8c8f9a73e90c4da2c6546
|
||||
Size (gtklp-1.3.3.src.tar.gz) = 683524 bytes
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
$NetBSD: patch-gtklp_gtklp.h,v 1.1 2011/11/20 08:29:37 sbd Exp $
|
||||
|
||||
With cups-1.5 <cups/ppd.h> in no-longer include by <cups/cups.h>.
|
||||
|
||||
--- gtklp/gtklp.h.orig 2009-06-21 12:25:37.000000000 +0000
|
||||
+++ gtklp/gtklp.h
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <cups/cups.h>
|
||||
+#include <cups/ppd.h>
|
||||
#include <cups/http.h>
|
||||
|
||||
#include <defaults.h>
|
Loading…
Reference in a new issue