Update to system-config-printer-1.3.8.
This commit is contained in:
parent
2d10a7c285
commit
dae30c8dd9
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2011/10/06 06:02:10 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2012/02/26 07:13:26 ajacoutot Exp $
|
||||
|
||||
COMMENT= printer (CUPS) administration tool
|
||||
|
||||
DISTNAME= system-config-printer-1.3.7
|
||||
DISTNAME= system-config-printer-1.3.8
|
||||
|
||||
CATEGORIES= print sysutils
|
||||
|
||||
@ -27,7 +27,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
devel/gettext \
|
||||
devel/py-notify \
|
||||
net/py-smbc>=1.0.11 \
|
||||
net/py-smbc>=1.0.13 \
|
||||
print/py-cups>=1.9.58 \
|
||||
textproc/py-xml \
|
||||
x11/dbus-python \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (system-config-printer-1.3.7.tar.xz) = 9Xm6KHQD2K4wKDd8ZkH+7Q==
|
||||
RMD160 (system-config-printer-1.3.7.tar.xz) = JqiK9ovY03bFru0ug6na35uFCl8=
|
||||
SHA1 (system-config-printer-1.3.7.tar.xz) = cCCqDwfbSi0wGUlGi7Z/5MGGdxI=
|
||||
SHA256 (system-config-printer-1.3.7.tar.xz) = vS0WsbAOlLBReGl8VmtENCiFV9+Pr1amWnH8SZTNXko=
|
||||
SIZE (system-config-printer-1.3.7.tar.xz) = 990392
|
||||
MD5 (system-config-printer-1.3.8.tar.xz) = ygRWjdf/Hvejga1jfU6RWw==
|
||||
RMD160 (system-config-printer-1.3.8.tar.xz) = 9TZejTMGipp+BVO/Yt40FufZuCk=
|
||||
SHA1 (system-config-printer-1.3.8.tar.xz) = uesZk5SOD2lo6LmSMrU0dfe6jBo=
|
||||
SHA256 (system-config-printer-1.3.8.tar.xz) = Ptg0Bz5k4H++fYqLLutP3jJp+6lVEk0L/PN0IrJ3MOw=
|
||||
SIZE (system-config-printer-1.3.8.tar.xz) = 991408
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-firewall_py,v 1.2 2011/07/29 16:56:32 ajacoutot Exp $
|
||||
$OpenBSD: patch-firewall_py,v 1.3 2012/02/26 07:13:26 ajacoutot Exp $
|
||||
|
||||
Disable firewall checks.
|
||||
|
||||
--- firewall.py.orig Thu Jul 28 18:04:13 2011
|
||||
+++ firewall.py Fri Jul 29 18:49:26 2011
|
||||
@@ -88,26 +88,13 @@ class Firewall:
|
||||
--- firewall.py.orig Mon Nov 28 12:52:16 2011
|
||||
+++ firewall.py Sun Feb 26 08:09:58 2012
|
||||
@@ -90,26 +90,13 @@ class Firewall:
|
||||
self._client_error_handler (exc)
|
||||
|
||||
def write (self):
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-newprinter_py,v 1.5 2011/10/06 06:02:10 ajacoutot Exp $
|
||||
--- newprinter.py.orig Mon Sep 26 17:39:20 2011
|
||||
+++ newprinter.py Thu Oct 6 08:00:22 2011
|
||||
@@ -1528,7 +1528,7 @@ class NewPrinterGUI(GtkGUI):
|
||||
$OpenBSD: patch-newprinter_py,v 1.6 2012/02/26 07:13:26 ajacoutot Exp $
|
||||
--- newprinter.py.orig Fri Jan 6 15:20:36 2012
|
||||
+++ newprinter.py Sun Feb 26 08:11:19 2012
|
||||
@@ -1527,7 +1527,7 @@ class NewPrinterGUI(GtkGUI):
|
||||
host = device.uri[s:s+e]
|
||||
# Try to get make and model via SNMP
|
||||
if host:
|
||||
os.environ["HOST"] = host
|
||||
- cmd = '/usr/lib/cups/backend/snmp "${HOST}"'
|
||||
+ cmd = '${LOCALBASE}/libexec/cups/backend/snmp "${HOST}"'
|
||||
debugprint (host + ": " + cmd)
|
||||
- args = ["/usr/lib/cups/backend/snmp", host]
|
||||
+ args = ["${LOCALBASE}/libexec/cups/backend/snmp", host]
|
||||
debugprint (host + ": " + args)
|
||||
stdout = None
|
||||
try:
|
||||
@@ -3387,7 +3387,7 @@ class NewPrinterGUI(GtkGUI):
|
||||
@@ -3391,7 +3391,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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-probe_printer_py,v 1.3 2011/07/29 16:56:32 ajacoutot Exp $
|
||||
--- probe_printer.py.orig Thu Jul 28 18:04:13 2011
|
||||
+++ probe_printer.py Fri Jul 29 18:47:58 2011
|
||||
@@ -268,7 +268,7 @@ class PrinterFinder:
|
||||
$OpenBSD: patch-probe_printer_py,v 1.4 2012/02/26 07:13:26 ajacoutot Exp $
|
||||
--- probe_printer.py.orig Fri Nov 18 16:59:40 2011
|
||||
+++ probe_printer.py Sun Feb 26 08:09:58 2012
|
||||
@@ -273,7 +273,7 @@ class PrinterFinder:
|
||||
null = file ("/dev/null", "r+")
|
||||
try:
|
||||
debugprint ("snmp: trying")
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-troubleshoot_CheckSELinux_py,v 1.1 2011/05/04 09:10:52 ajacoutot Exp $
|
||||
--- troubleshoot/CheckSELinux.py.orig Wed May 4 10:25:31 2011
|
||||
+++ troubleshoot/CheckSELinux.py Wed May 4 10:26:56 2011
|
||||
$OpenBSD: patch-troubleshoot_CheckSELinux_py,v 1.2 2012/02/26 07:13:26 ajacoutot Exp $
|
||||
--- troubleshoot/CheckSELinux.py.orig Fri Dec 9 15:55:56 2011
|
||||
+++ troubleshoot/CheckSELinux.py Sun Feb 26 08:10:54 2012
|
||||
@@ -45,7 +45,7 @@ class CheckSELinux(Question):
|
||||
if not selinux.is_selinux_enabled():
|
||||
return False
|
||||
|
||||
- paths = "/etc/cups/ /usr/lib/cups/ /usr/share/cups/"
|
||||
+ paths = "${SYSCONFDIR}/cups/ ${LOCALBASE}/libexec/cups/ ${LOCALBASE}/share/cups/"
|
||||
- paths = ["/etc/cups/", "/usr/lib/cups/", "/usr/share/cups/"]
|
||||
+ paths = ["${SYSCONFDIR}/cups/", "${LOCALBASE}/libexec/cups/", "${LOCALBASE}/share/cups/"]
|
||||
null = file ("/dev/null", "r+")
|
||||
parent = self.troubleshooter.get_window ()
|
||||
contexts = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user