at-spi2-* ver. bump
This commit is contained in:
@@ -7,28 +7,24 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
options = "meson --prefix=/usr --sysconfdir=/etc \
|
||||
options = "--prefix=/usr --sysconfdir=/etc \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += "--libdir=lib32 .."
|
||||
options += " --libdir=lib32"
|
||||
|
||||
shelltools.system(options)
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
shelltools.system("ninja")
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
mesontools.install()
|
||||
if get.buildTYPE() == "emul32":
|
||||
return
|
||||
|
||||
shelltools.cd("build")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
<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="0a6ba12ae1876432416a2efd105263d81779e9c6" type="tarxz">mirrors://gnome/at-spi2-atk/2.34/at-spi2-atk-2.34.0.tar.xz</Archive>
|
||||
<Archive sha1sum="fc0a650bb0dd137889e882e33d9235ee9115df34" type="tarxz">mirrors://gnome/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency versionFrom="2.32.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency versionFrom="2.40.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency versionFrom="2.30.0">atk-devel</Dependency>
|
||||
<Dependency versionFrom="2.36.0">atk-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
@@ -78,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2021-05-02</Date>
|
||||
<Version>2.38.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.34.0</Version>
|
||||
|
||||
@@ -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="6212500401e8e33fd9646bbd666da975dbb19d2f" type="tarxz">mirrors://gnome/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz</Archive>
|
||||
<Archive sha1sum="bbe2ad959e9a572757f2d45159aefe9548c7c7aa" type="tarxz">mirrors://gnome/at-spi2-core/2.40/at-spi2-core-2.40.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -69,6 +69,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libXi-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -105,6 +106,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2021-05-02</Date>
|
||||
<Version>2.40.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2021-05-02</Date>
|
||||
<Version>2.34.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user