atk 2.34.0
This commit is contained in:
@@ -8,33 +8,19 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
|
||||
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 \
|
||||
-Denable-introspection=true \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += "--libdir=lib32 .."
|
||||
|
||||
shelltools.system(options)
|
||||
options = "-Denable-introspection=true"
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
shelltools.system
|
||||
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
if get.buildTYPE() == "emul32":
|
||||
#pisitools.removeDir("/usr/share/gtk-doc")
|
||||
return
|
||||
|
||||
shelltools.cd("build")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
mesontools.install()
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>GTK+ and GNOME Accessibility Toolkit</Summary>
|
||||
<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>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2018-07-27</Date>
|
||||
<Version>2.30.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user