From 21c8f512acfc833e51367f9ac38d76ca6d63c546 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 2 May 2021 16:31:30 +0300 Subject: [PATCH] at-spi2-core rebuild lightdm log --- desktop/misc/at-spi2-core/actions.py | 6 ++++-- desktop/misc/at-spi2-core/pspec.xml | 26 ++++++++++++++++++-------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/desktop/misc/at-spi2-core/actions.py b/desktop/misc/at-spi2-core/actions.py index fdbf873fc6..931f563288 100644 --- a/desktop/misc/at-spi2-core/actions.py +++ b/desktop/misc/at-spi2-core/actions.py @@ -14,7 +14,8 @@ def setup(): shelltools.makedirs("build") shelltools.cd("build") options = "meson --prefix=/usr --sysconfdir=/etc \ - --libexec=/usr/libexec/at-spi2 \ + --libexec=/usr/lib/at-spi2-core \ + -Dintrospection=yes \ -D enable_docs=true \ " @@ -23,6 +24,7 @@ def setup(): --libexec=/usr/emul32 \ --sysconfdir=/usr/emul32 \ --libdir=lib32 \ + -Dintrospection=no \ -D enable_docs=false .." @@ -39,7 +41,7 @@ def install(): if get.buildTYPE() == "emul32": #pisitools.dosed("%s/usr/share/dbus-1/services" % get.installDIR(), "^(Exec=)\/usr/tmp", r"\1/usr/libexec/at-spi2") #pisitools.dosed("%s/usr/share/dbus-1/accessibility-services" % get.installDIR(), "^(Exec=)\/usr/tmp", r"\1/usr/libexec/at-spi2") - pisitools.dosed("%s/usr/lib/systemd/user" % get.installDIR(), "^(ExecStart=)\/usr/emul32", r"\1/usr/libexec/at-spi2") + pisitools.dosed("%s/usr/lib/systemd/user" % get.installDIR(), "^(ExecStart=)\/usr/emul32", r"\1/usr/lib/at-spi2-core") pisitools.removeDir("/usr/emul32") return diff --git a/desktop/misc/at-spi2-core/pspec.xml b/desktop/misc/at-spi2-core/pspec.xml index ebc04a18ae..56976e745e 100644 --- a/desktop/misc/at-spi2-core/pspec.xml +++ b/desktop/misc/at-spi2-core/pspec.xml @@ -14,17 +14,18 @@ at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. mirrors://gnome/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz - libXtst-devel - libxslt-devel - libXi-devel - gettext-devel + meson + gtk-doc + intltool + python-six dbus-devel glib2-devel docbook-xsl - intltool - gtk-doc - meson - python-six + libXi-devel + libX11-devel + libXtst-devel + libxslt-devel + gettext-devel gobject-introspection-devel @@ -92,6 +93,8 @@ at-spi2-core dbus-devel glib2-devel + libXi-devel + libX11-devel libXtst-devel @@ -102,6 +105,13 @@ + + 2021-05-02 + 2.34.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-15 2.34.1