diff options
author | leot <leot@pkgsrc.org> | 2018-07-02 19:39:13 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-07-02 19:39:13 +0000 |
commit | 2d8ca75675a80b7779f54c90791bd08d30f2bb0f (patch) | |
tree | 10a25abc726d738fc2c92a7db95358a0d35defa3 | |
parent | 6cdf5e8f2505ecaddb57f966fd38f77eaf3ef51c (diff) | |
download | pkgsrc-2d8ca75675a80b7779f54c90791bd08d30f2bb0f.tar.gz |
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
-rw-r--r-- | print/gtklp/Makefile | 5 | ||||
-rw-r--r-- | print/gtklp/distinfo | 11 | ||||
-rw-r--r-- | print/gtklp/patches/patch-gtklp_gtklp.h | 14 |
3 files changed, 7 insertions, 23 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 994ec160553..cb8568caed4 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -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 diff --git a/print/gtklp/distinfo b/print/gtklp/distinfo index 331a24794c8..f34985ad8e2 100644 --- a/print/gtklp/distinfo +++ b/print/gtklp/distinfo @@ -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 diff --git a/print/gtklp/patches/patch-gtklp_gtklp.h b/print/gtklp/patches/patch-gtklp_gtklp.h deleted file mode 100644 index 15e721b6769..00000000000 --- a/print/gtklp/patches/patch-gtklp_gtklp.h +++ /dev/null @@ -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> |