diff --git a/desktop/xfce/addon/catfish/actions.py b/desktop/xfce/addon/catfish/actions.py
index c2f7430458..fac27ed871 100644
--- a/desktop/xfce/addon/catfish/actions.py
+++ b/desktop/xfce/addon/catfish/actions.py
@@ -7,14 +7,21 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
+from pisi.actionsapi import mesontools
+
+
+
+def setup():
+ shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
+ mesontools.configure()
+
def build():
- shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
- pythonmodules.compile(pyVer="3")
+ mesontools.build()
def install():
- pythonmodules.install(pyVer="3")
+ mesontools.install()
pisitools.dosym("/usr/share/icons/hicolor/scalable/apps/org.xfce.catfish.svg", "/usr/share/pixmaps/org.xfce.catfish.svg")
- #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+ pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
diff --git a/desktop/xfce/addon/catfish/pspec.xml b/desktop/xfce/addon/catfish/pspec.xml
index 0a5aa23fce..bec1ef4d2a 100644
--- a/desktop/xfce/addon/catfish/pspec.xml
+++ b/desktop/xfce/addon/catfish/pspec.xml
@@ -14,6 +14,7 @@
Çok yönlü dosya arama aracı
https://archive.xfce.org/src/apps/catfish/4.20/catfish-4.20.0.tar.bz2
+ meson
intltool
xdg-utils
gtk3-devel