plasma-5.17.5

This commit is contained in:
Rmys
2020-02-02 19:55:34 +03:00
parent ecc1acfe50
commit ae86a83820
9 changed files with 80 additions and 22 deletions
@@ -13,7 +13,7 @@ def setup():
shelltools.system("sed -i 's/cicero //g' configure.ac")
shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am")
autotools.autoreconf("-i")
#autotools.autoreconf("-i")
autotools.configure("--disable-static \
--enable-shared \
--without-flite \
@@ -38,7 +38,7 @@ def install():
pisitools.remove("/usr/share/info/ssip.info")
# Set executable bit
shelltools.chmod("%s/usr/lib/python3.6/site-packages/speechd/_test.py" % get.installDIR(), 0755)
shelltools.chmod("%s/usr/lib/python3.8/site-packages/speechd/_test.py" % get.installDIR(), 0755)
# Create log directory, it should be world unreadable
pisitools.dodir("/var/log/speech-dispatcher")