@@ -7,20 +7,21 @@
|
|||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
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
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.cflags.add("-Wno-deprecated-declarations")
|
pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||||
#autotools.autoreconf("-fiv")
|
#autotools.autoreconf("-fiv")
|
||||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
# shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||||
autotools.configure("--enable-wayland --disable-static")
|
mesontools.configure("-Dwayland=enabled")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
mesontools.install()
|
||||||
#pisitools.removeDir("/usr/share/gnome-control-center")
|
#pisitools.removeDir("/usr/share/gnome-control-center")
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS")
|
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*", "THANKS")
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="9be7383f784b0ad68ccc13deba25adc0921c7e27" type="tarxz">https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.5.tar.xz</Archive>
|
<Archive sha1sum="9be7383f784b0ad68ccc13deba25adc0921c7e27" type="tarxz">https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.5.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>gtk-doc</Dependency>
|
<Dependency>gtk-doc</Dependency>
|
||||||
<Dependency>vte-devel</Dependency>
|
<Dependency>vte-devel</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user