xfce4-* ver. bump
This commit is contained in:
@@ -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*")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user