@@ -8,33 +8,19 @@ from pisi.actionsapi import get
|
|||||||
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
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#pisitools.dosed(".", "^(SUBDIRS =.*)tests(.*)$", "\\1\\2", filePattern="^Makefile.(am|in)", level=0)
|
|
||||||
#autotools.autoreconf("-fiv")
|
|
||||||
shelltools.makedirs("build")
|
|
||||||
shelltools.cd("build")
|
|
||||||
|
|
||||||
options = "meson --prefix=/usr --libdir=lib \
|
options = "-Denable-introspection=true"
|
||||||
-Denable-introspection=true \
|
mesontools.configure(options)
|
||||||
"
|
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
|
||||||
options += "--libdir=lib32 .."
|
|
||||||
|
|
||||||
shelltools.system(options)
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
|
||||||
shelltools.system
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
|
||||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
mesontools.install()
|
||||||
if get.buildTYPE() == "emul32":
|
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||||
#pisitools.removeDir("/usr/share/gtk-doc")
|
|
||||||
return
|
|
||||||
|
|
||||||
shelltools.cd("build")
|
|
||||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>GTK+ and GNOME Accessibility Toolkit</Summary>
|
<Summary>GTK+ and GNOME Accessibility Toolkit</Summary>
|
||||||
<Description>These libraries provide tools for making software for people with disabilities.</Description>
|
<Description>These libraries provide tools for making software for people with disabilities.</Description>
|
||||||
<Archive sha1sum="08a1c0e5173b992fd8b59cd7c40c3ae0cf0dc4f3" type="tarxz">mirrors://gnome/atk/2.30/atk-2.30.0.tar.xz</Archive>
|
<Archive sha1sum="45771b5ae0c35dd0e187316182d930086dfdf83d" type="tarxz">mirrors://gnome/atk/2.34/atk-2.34.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
@@ -68,6 +68,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2020-01-08</Date>
|
||||||
|
<Version>2.34.0</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Idris Kalp</Name>
|
||||||
|
<Email>idriskalp@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2018-07-27</Date>
|
<Date>2018-07-27</Date>
|
||||||
<Version>2.30.0</Version>
|
<Version>2.30.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user