at-spi2-core-2.44.1
This commit is contained in:
@@ -16,7 +16,7 @@ def setup():
|
||||
options = "meson --prefix=/usr --sysconfdir=/etc \
|
||||
--libexec=/usr/libexec/at-spi2 \
|
||||
-Dintrospection=yes \
|
||||
-D enable_docs=true \
|
||||
-D docs=true \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
@@ -25,8 +25,8 @@ def setup():
|
||||
--sysconfdir=/usr/emul32 \
|
||||
--libdir=lib32 \
|
||||
-Dintrospection=no \
|
||||
-D enable_docs=false .."
|
||||
|
||||
-D docs=false .."
|
||||
|
||||
|
||||
shelltools.system(options)
|
||||
|
||||
@@ -47,4 +47,4 @@ def install():
|
||||
return
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING", "NEWS", "README*")
|
||||
|
||||
@@ -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="4a7b30a9d0b4c443bbef57f7f4cce6b421223cb2" type="tarxz">mirrors://gnome/at-spi2-core/2.42/at-spi2-core-2.42.0.tar.xz</Archive>
|
||||
<Archive sha1sum="89a11a1b236d0e496a122b186f4f2f4c7e1f9c99" type="tarxz">mirrors://gnome/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -106,6 +106,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2022-04-22</Date>
|
||||
<Version>2.44.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2021-10-25</Date>
|
||||
<Version>2.42.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user