Merge pull request #15802 from Rmys/master

xfce4-* ver. bump
This commit is contained in:
Rmys
2024-12-25 20:54:13 +03:00
committed by GitHub
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 pythonmodules
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools 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(): def build():
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'") mesontools.build()
pythonmodules.compile(pyVer="3")
def install(): 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.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> <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> <Archive sha1sum="d92b63d50a9391e6718ed22bbf66d53c9385347b" type="tarbz2">https://archive.xfce.org/src/apps/catfish/4.20/catfish-4.20.0.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>xdg-utils</Dependency> <Dependency>xdg-utils</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>