diff --git a/multimedia/converter/unoconv/actions.py b/multimedia/converter/unoconv/actions.py
index f00c164a43..65ea0688c1 100644
--- a/multimedia/converter/unoconv/actions.py
+++ b/multimedia/converter/unoconv/actions.py
@@ -4,14 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
-from pisi.actionsapi import autotools
+from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
-from pisi.actionsapi import get
def build():
- autotools.make()
+ pythonmodules.compile(pyVer = "3")
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pythonmodules.install(pyVer = "3")
- pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "README*")
+ pisitools.dodoc("ChangeLog", "COPYING", "README*")
diff --git a/multimedia/converter/unoconv/pspec.xml b/multimedia/converter/unoconv/pspec.xml
index d4ff20e78b..4490624b91 100644
--- a/multimedia/converter/unoconv/pspec.xml
+++ b/multimedia/converter/unoconv/pspec.xml
@@ -16,6 +16,8 @@
xmlto
asciidoc
+ python3-devel
+ python3-setuptools
@@ -27,6 +29,7 @@
/usr/bin
+ /usr/lib
/usr/share/man
/usr/share/doc
@@ -35,9 +38,9 @@
- 2018-08-05
+ 2018-11-04
0.8.2
- Version bump
+ Version bump.
Kamil Atlı
suvari@pisilinux.org