Update to system-config-printer-1.0.16
This commit is contained in:
parent
5b5f3795e0
commit
723e1756d6
@ -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
|
||||
|
||||
DISTNAME= system-config-printer-1.0.15
|
||||
DISTNAME= system-config-printer-1.0.16
|
||||
CATEGORIES= print sysutils
|
||||
|
||||
HOMEPAGE= http://cyberelk.net/tim/software/system-config-printer/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (system-config-printer-1.0.15.tar.bz2) = cC1edQY92VpGmzY18uOmyQ==
|
||||
RMD160 (system-config-printer-1.0.15.tar.bz2) = d7ix93UShEMGBpu7z8PNydlE5hw=
|
||||
SHA1 (system-config-printer-1.0.15.tar.bz2) = sH6e5tU3WyD2D4/mESwxoZ2Xa4E=
|
||||
SHA256 (system-config-printer-1.0.15.tar.bz2) = HRx0z/YJEVpQOqv4XKd2dskMrXn6wTDVEl26swtRrOw=
|
||||
SIZE (system-config-printer-1.0.15.tar.bz2) = 835432
|
||||
MD5 (system-config-printer-1.0.16.tar.bz2) = 6rCUQRSY3hagws8sKrVCig==
|
||||
RMD160 (system-config-printer-1.0.16.tar.bz2) = 12jWTcVCTn/6uCVegtrNH1X43Nc=
|
||||
SHA1 (system-config-printer-1.0.16.tar.bz2) = v/QOQABuUjCg9jBxOoVnfksX7EQ=
|
||||
SHA256 (system-config-printer-1.0.16.tar.bz2) = chxm4PAquiRdt2JdY6FBsvUimmupweSg8wCiohzgv68=
|
||||
SIZE (system-config-printer-1.0.16.tar.bz2) = 837271
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-system-config-printer_py,v 1.9 2009/06/08 19:24:43 ajacoutot Exp $
|
||||
--- system-config-printer.py.orig Wed Feb 18 16:46:03 2009
|
||||
+++ system-config-printer.py Thu Jun 4 03:19:02 2009
|
||||
$OpenBSD: patch-system-config-printer_py,v 1.10 2009/09/01 08:13:32 ajacoutot Exp $
|
||||
--- system-config-printer.py.orig Fri Mar 13 18:08:53 2009
|
||||
+++ system-config-printer.py Tue Sep 1 10:09:24 2009
|
||||
@@ -101,10 +101,6 @@ busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
|
||||
ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
|
||||
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.
|
||||
self.reconnect ()
|
||||
|
||||
@@ -3704,7 +3681,7 @@ class NewPrinterGUI(GtkGUI):
|
||||
@@ -3705,7 +3682,7 @@ class NewPrinterGUI(GtkGUI):
|
||||
# Try to get make and model via SNMP
|
||||
if 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)
|
||||
stdout = None
|
||||
try:
|
||||
@@ -5199,7 +5176,7 @@ class NewPrinterGUI(GtkGUI):
|
||||
@@ -5208,7 +5185,7 @@ class NewPrinterGUI(GtkGUI):
|
||||
try:
|
||||
# We want this to be in the current natural language,
|
||||
# so we intentionally don't set LC_ALL=C here.
|
||||
|
Loading…
Reference in New Issue
Block a user