diff --git a/hardware/printer/system-config-printer/actions.py b/hardware/printer/system-config-printer/actions.py
index 7c05f02a4c..0cc149c1e0 100644
--- a/hardware/printer/system-config-printer/actions.py
+++ b/hardware/printer/system-config-printer/actions.py
@@ -17,7 +17,8 @@ def setup():
pisitools.dosed("Makefile.am", "xmlto man", "xmlto --skip-validation man")
for i in ["README", "ChangeLog"]:
shelltools.touch(i)
- autotools.autoreconf("-fi")
+ #autotools.autoreconf("-fi")
+ shelltools.system("./bootstrap")
autotools.configure("--with-udev-rules \
--with-systemdsystemunitdir=no \
--sysconfdir=/etc")
diff --git a/hardware/printer/system-config-printer/pspec.xml b/hardware/printer/system-config-printer/pspec.xml
index cba3b8960b..8d82293e18 100755
--- a/hardware/printer/system-config-printer/pspec.xml
+++ b/hardware/printer/system-config-printer/pspec.xml
@@ -12,7 +12,7 @@
app:gui
A printer administration tool
system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.
- https://github.com/OpenPrinting/system-config-printer/archive/1.5.12.tar.gz
+ https://github.com/OpenPrinting/system-config-printer/archive/refs/tags/v1.5.15.tar.gz
tr.po
@@ -37,8 +37,8 @@
- system-config-printer-1.5.12-check-for-null.patch
- system-config-printer-1.5.12-fix-abrt-in-udev-configure-printer.patch
+
+
@@ -51,7 +51,7 @@
libsecret
libgnome-keyring
python3-cups
- python-smbc
+ python3-pysmbc
dbus-python3
python3-pygobject3
python3-requests
@@ -91,8 +91,8 @@
python-gtk
notify-python
- python-pygobject
- python-pygobject3
+
+ python3-pygobject3
system-config-printer
@@ -106,6 +106,13 @@
+
+ 2021-07-16
+ 1.5.15
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-09-08
1.5.12