xfce4-* ver. bump

This commit is contained in:
Rmys
2024-12-25 20:53:34 +03:00
parent e004c4b632
commit faf306cb93
2 changed files with 12 additions and 4 deletions
+11 -4
View File
@@ -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*")
+1
View File
@@ -14,6 +14,7 @@
<Description>Çok yönlü dosya arama aracı </Description>
<Archive sha1sum="d92b63d50a9391e6718ed22bbf66d53c9385347b" type="tarbz2">https://archive.xfce.org/src/apps/catfish/4.20/catfish-4.20.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>gtk3-devel</Dependency>