system-config-printer rebuild
This commit is contained in:
@@ -10,6 +10,10 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
#notify-0.8
|
||||||
|
pisitools.dosed("applet.py", "'0.7'", "'0.8'")
|
||||||
|
pisitools.dosed("jobviewer.py", "'0.7'", "'0.8'")
|
||||||
|
|
||||||
# we are using different paths
|
# we are using different paths
|
||||||
pisitools.dosed("cupshelpers/cupshelpers.py", "\/lib64\/", "\/lib\/")
|
pisitools.dosed("cupshelpers/cupshelpers.py", "\/lib64\/", "\/lib\/")
|
||||||
pisitools.dosed("troubleshoot/CheckUSBPermissions.py", "\/usr\/bin\/getfacl", "\/bin\/getfacl")
|
pisitools.dosed("troubleshoot/CheckUSBPermissions.py", "\/usr\/bin\/getfacl", "\/bin\/getfacl")
|
||||||
@@ -29,6 +33,8 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s udevrulesdir=/lib/udev/rules.d udevhelperdir=/lib/udev" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s udevrulesdir=/lib/udev/rules.d udevhelperdir=/lib/udev" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.insinto("/usr/lib/python3.9/site-packages/cupshelpers", "build/lib/cupshelpers/*.py")
|
||||||
|
|
||||||
pisitools.dodir("/run/udev-configure-printer")
|
pisitools.dodir("/run/udev-configure-printer")
|
||||||
|
|
||||||
pisitools.dodoc("README", "AUTHORS", "NEWS", "COPYING", "ChangeLog")
|
pisitools.dodoc("README", "AUTHORS", "NEWS", "COPYING", "ChangeLog")
|
||||||
|
|||||||
@@ -103,6 +103,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="17">
|
||||||
|
<Date>2022-08-07</Date>
|
||||||
|
<Version>1.5.16</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="16">
|
<Update release="16">
|
||||||
<Date>2022-05-28</Date>
|
<Date>2022-05-28</Date>
|
||||||
<Version>1.5.16</Version>
|
<Version>1.5.16</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user