Merge pull request #6674 from Rmys/master
at-spi2 atk:ver bump orca rebuild
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -35,6 +36,7 @@
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>python3-pyatspi</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
|
||||
@@ -6,16 +6,29 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--libexecdir=/usr/libexec/at-spi2")
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
options = "meson --prefix=/usr --sysconfdir=/etc \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += "--libdir=lib32 .."
|
||||
|
||||
shelltools.system(options)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
shelltools.cd("build")
|
||||
shelltools.system("ninja")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
|
||||
shelltools.cd("build")
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
if get.buildTYPE() == "emul32":
|
||||
return
|
||||
|
||||
shelltools.cd("build")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
|
||||
|
||||
@@ -12,14 +12,16 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Protocol definitions and daemons for D-Bus at-spi</Summary>
|
||||
<Description>at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Archive sha1sum="d4f0710c50223a84ca412be1f385c281054558cc" type="tarxz">mirrors://gnome/at-spi2-atk/2.26/at-spi2-atk-2.26.2.tar.xz</Archive>
|
||||
<Archive sha1sum="9dcf911bf6f3e29cf3bcac1f9aa395abcc43cbe7" type="tarxz">mirrors://gnome/at-spi2-atk/2.30/at-spi2-atk-2.30.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency versionFrom="2.30.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency versionFrom="2.30.0">atk-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -47,6 +49,7 @@
|
||||
<Dependency>atk-32bit</Dependency>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk-32bit</Dependency>
|
||||
@@ -75,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2019-03-21</Date>
|
||||
<Version>2.30.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2018-11-26</Date>
|
||||
<Version>2.26.2</Version>
|
||||
|
||||
@@ -19,7 +19,7 @@ def setup():
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += "--prefix=/usr --datadir=/usr/emul32 \
|
||||
options += "--datadir=/usr/emul32 \
|
||||
--libexec=/usr/emul32 \
|
||||
--sysconfdir=/usr/emul32 \
|
||||
--libdir=lib32 \
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Protocol definitions and daemons for D-Bus at-spi</Summary>
|
||||
<Description>at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Archive sha1sum="c8f91718ff7b9b88f32be744c88384d027d29bef" type="tarxz">mirrors://gnome/at-spi2-core/2.30/at-spi2-core-2.30.0.tar.xz</Archive>
|
||||
<Archive sha1sum="f5d19adbe4590b7de2208090f52d3ac7f46e8c44" type="tarxz">mirrors://gnome/at-spi2-core/2.30/at-spi2-core-2.30.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -101,6 +101,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2019-03-21</Date>
|
||||
<Version>2.30.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-11-30</Date>
|
||||
<Version>2.30.0</Version>
|
||||
|
||||
@@ -7,20 +7,34 @@
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
def setup():
|
||||
pisitools.dosed(".", "^(SUBDIRS =.*)tests(.*)$", "\\1\\2", filePattern="^Makefile.(am|in)", level=0)
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("\
|
||||
--disable-static \
|
||||
--enable-introspection=%s \
|
||||
" % ("no" if get.buildTYPE() == "emul32" else "yes"))
|
||||
#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)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
shelltools.cd("build")
|
||||
shelltools.system
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/usr/share/gtk-doc")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
|
||||
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*")
|
||||
|
||||
@@ -12,12 +12,13 @@
|
||||
<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="aff82397db3b3121c4c01eba0904c9355347c6be" type="tarxz">mirrors://gnome/atk/2.28/atk-2.28.1.tar.xz</Archive>
|
||||
<Archive sha1sum="08a1c0e5173b992fd8b59cd7c40c3ae0cf0dc4f3" type="tarxz">mirrors://gnome/atk/2.30/atk-2.30.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -67,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2018-07-27</Date>
|
||||
<Version>2.30.0</Version>
|
||||
<Comment>Rebuild with new toolchain</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2018-07-27</Date>
|
||||
<Version>2.28.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user