diff --git a/desktop/xfce/addon/thunarx-python/actions.py b/desktop/xfce/addon/thunarx-python/actions.py
index 7b8b62e0b9..088938c2e1 100644
--- a/desktop/xfce/addon/thunarx-python/actions.py
+++ b/desktop/xfce/addon/thunarx-python/actions.py
@@ -6,10 +6,13 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- autotools.configure("--disable-dependency-tracking")
+ shelltools.export("PYTHON", "/usr/bin/python3")
+ autotools.configure("--disable-dependency-tracking \
+ --enable-gtk-doc=no")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
diff --git a/desktop/xfce/addon/thunarx-python/pspec.xml b/desktop/xfce/addon/thunarx-python/pspec.xml
index 8a84505387..1eafca1f29 100644
--- a/desktop/xfce/addon/thunarx-python/pspec.xml
+++ b/desktop/xfce/addon/thunarx-python/pspec.xml
@@ -13,22 +13,20 @@
desktop.xfce.addon
Thunarx Python bindings
thunarx-python is Python binding for Thunar
-
- https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.1.tar.bz2
-
+ https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.2.tar.bz2
gtk3-devel
thunar-devel
- python-devel
+ python3-devel
python-gtk-devel
- python-pygobject-devel
- python-pygobject3-devel
+
+
python3-pygobject3-devel
python-pygobject3-devel
- thunarx-python-0.5.1-py38.patch
- thunarx-python-0.5.1-fno-common.patch
+
+
@@ -38,15 +36,23 @@
gtk3
glib2
thunar
- python
+ python3
/usr/lib
/usr/share/doc
+ /usr/share/gtk-doc
+
+ 2021-06-20
+ 0.5.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-12-05
0.5.1