Update to system-config-printer-1.3.12.

This commit is contained in:
ajacoutot 2012-10-13 08:57:38 +00:00
parent 223627bc6e
commit 1ab788a05a
5 changed files with 19 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.39 2012/08/28 19:16:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2012/10/13 08:57:38 ajacoutot Exp $
COMMENT= printer (CUPS) administration tool
DISTNAME= system-config-printer-1.3.11
DISTNAME= system-config-printer-1.3.12
CATEGORIES= print sysutils

View File

@ -1,2 +1,2 @@
SHA256 (system-config-printer-1.3.11.tar.xz) = E4FidolcpgwR68d7QgnTBwexjASJ4kfqIZR07kovY8M=
SIZE (system-config-printer-1.3.11.tar.xz) = 947488
SHA256 (system-config-printer-1.3.12.tar.xz) = GQW9n9OCcwqOq4D6GWscQ70ZznnCFpFC3omWl8ux6bE=
SIZE (system-config-printer-1.3.12.tar.xz) = 949008

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $
--- Makefile.in.orig Fri Aug 3 12:04:49 2012
+++ Makefile.in Tue Aug 28 21:12:50 2012
@@ -459,7 +459,7 @@ dbus_DATA = \
$OpenBSD: patch-Makefile_in,v 1.11 2012/10/13 08:57:38 ajacoutot Exp $
--- Makefile.in.orig Fri Oct 5 18:01:02 2012
+++ Makefile.in Sat Oct 13 10:48:34 2012
@@ -485,7 +485,7 @@ dbus_DATA = \
dbus/com.redhat.NewPrinterNotification.conf \
dbus/com.redhat.PrinterDriversInstaller.conf
@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $
dbusinterfaces_DATA = \
dbus/org.fedoraproject.Config.Printing.xml
@@ -1619,7 +1619,7 @@ update-po: missing-languages
@@ -1677,7 +1677,7 @@ update-po: missing-languages
$(MAKE) -C po update-po
missing-languages:
@ -19,7 +19,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $
eval $$(grep ALL_LINGUAS configure.in); \
diff -u <(echo $$ALL_LINGUAS | xargs -rn1 echo) \
<(cd po; ls -1 *.po | sed -e "s,\.po$$,,")'
@@ -1652,7 +1652,7 @@ run-dbus-service: config.py cupshelpers/config.py
@@ -1710,7 +1710,7 @@ run-dbus-service: config.py cupshelpers/config.py
$(PYTHON) $(top_srcdir)/scp-dbus-service.py --debug
test-xmldriverprefs: cupshelpers/xmldriverprefs.py xml/preferreddrivers.xml
@ -28,7 +28,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $
2>&1 | less
help:
@@ -1675,12 +1675,12 @@ test-ppd-module.sh: FORCE
@@ -1733,12 +1733,12 @@ test-ppd-module.sh: FORCE
chmod 755 "$@"
test-xml-validity.sh: FORCE

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-system-config-printer_py,v 1.13 2012/08/28 19:16:20 ajacoutot Exp $
$OpenBSD: patch-system-config-printer_py,v 1.14 2012/10/13 08:57:38 ajacoutot Exp $
https://fedorahosted.org/system-config-printer/ticket/222
--- system-config-printer.py.orig Wed Aug 1 17:48:26 2012
+++ system-config-printer.py Tue Aug 28 21:12:50 2012
@@ -1985,7 +1985,9 @@ def main(show_jobs):
--- system-config-printer.py.orig Tue Sep 18 18:00:14 2012
+++ system-config-printer.py Sat Oct 13 10:48:34 2012
@@ -1984,7 +1984,9 @@ def main(show_jobs):
mainwindow = GUI()
if gtk.__dict__.has_key("main"):

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-udev_udev-configure-printer_c,v 1.3 2012/08/28 19:16:20 ajacoutot Exp $
--- udev/udev-configure-printer.c.orig Mon Jul 30 13:25:07 2012
+++ udev/udev-configure-printer.c Tue Aug 28 21:12:50 2012
@@ -827,7 +827,7 @@ device_id_from_bluetooth (const char *bdaddr, struct d
$OpenBSD: patch-udev_udev-configure-printer_c,v 1.4 2012/10/13 08:57:38 ajacoutot Exp $
--- udev/udev-configure-printer.c.orig Fri Oct 5 12:30:19 2012
+++ udev/udev-configure-printer.c Sat Oct 13 10:48:34 2012
@@ -857,7 +857,7 @@ device_id_from_bluetooth (const char *bdaddr, struct d
gchar *argv[4];
id->full_device_id = id->mfg = id->mdl = id->sern = NULL;