Update to system-config-printer-1.0.16

This commit is contained in:
ajacoutot 2009-09-01 08:13:32 +00:00
parent 5b5f3795e0
commit 723e1756d6
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2009/06/08 19:24:43 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.14 2009/09/01 08:13:32 ajacoutot Exp $
COMMENT= printer (CUPS) administration tool COMMENT= printer (CUPS) administration tool
DISTNAME= system-config-printer-1.0.15 DISTNAME= system-config-printer-1.0.16
CATEGORIES= print sysutils CATEGORIES= print sysutils
HOMEPAGE= http://cyberelk.net/tim/software/system-config-printer/ HOMEPAGE= http://cyberelk.net/tim/software/system-config-printer/

View File

@ -1,5 +1,5 @@
MD5 (system-config-printer-1.0.15.tar.bz2) = cC1edQY92VpGmzY18uOmyQ== MD5 (system-config-printer-1.0.16.tar.bz2) = 6rCUQRSY3hagws8sKrVCig==
RMD160 (system-config-printer-1.0.15.tar.bz2) = d7ix93UShEMGBpu7z8PNydlE5hw= RMD160 (system-config-printer-1.0.16.tar.bz2) = 12jWTcVCTn/6uCVegtrNH1X43Nc=
SHA1 (system-config-printer-1.0.15.tar.bz2) = sH6e5tU3WyD2D4/mESwxoZ2Xa4E= SHA1 (system-config-printer-1.0.16.tar.bz2) = v/QOQABuUjCg9jBxOoVnfksX7EQ=
SHA256 (system-config-printer-1.0.15.tar.bz2) = HRx0z/YJEVpQOqv4XKd2dskMrXn6wTDVEl26swtRrOw= SHA256 (system-config-printer-1.0.16.tar.bz2) = chxm4PAquiRdt2JdY6FBsvUimmupweSg8wCiohzgv68=
SIZE (system-config-printer-1.0.15.tar.bz2) = 835432 SIZE (system-config-printer-1.0.16.tar.bz2) = 837271

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-system-config-printer_py,v 1.9 2009/06/08 19:24:43 ajacoutot Exp $ $OpenBSD: patch-system-config-printer_py,v 1.10 2009/09/01 08:13:32 ajacoutot Exp $
--- system-config-printer.py.orig Wed Feb 18 16:46:03 2009 --- system-config-printer.py.orig Fri Mar 13 18:08:53 2009
+++ system-config-printer.py Thu Jun 4 03:19:02 2009 +++ system-config-printer.py Tue Sep 1 10:09:24 2009
@@ -101,10 +101,6 @@ busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH) @@ -101,10 +101,6 @@ busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR) ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
ellipsis = unichr(0x2026) ellipsis = unichr(0x2026)
@ -38,7 +38,7 @@ $OpenBSD: patch-system-config-printer_py,v 1.9 2009/06/08 19:24:43 ajacoutot Exp
# Now reconnect, in case the server needed to reload. # Now reconnect, in case the server needed to reload.
self.reconnect () self.reconnect ()
@@ -3704,7 +3681,7 @@ class NewPrinterGUI(GtkGUI): @@ -3705,7 +3682,7 @@ class NewPrinterGUI(GtkGUI):
# Try to get make and model via SNMP # Try to get make and model via SNMP
if host: if host:
os.environ["HOST"] = host os.environ["HOST"] = host
@ -47,7 +47,7 @@ $OpenBSD: patch-system-config-printer_py,v 1.9 2009/06/08 19:24:43 ajacoutot Exp
debugprint (host + ": " + cmd) debugprint (host + ": " + cmd)
stdout = None stdout = None
try: try:
@@ -5199,7 +5176,7 @@ class NewPrinterGUI(GtkGUI): @@ -5208,7 +5185,7 @@ class NewPrinterGUI(GtkGUI):
try: try:
# We want this to be in the current natural language, # We want this to be in the current natural language,
# so we intentionally don't set LC_ALL=C here. # so we intentionally don't set LC_ALL=C here.