[lorax] Remove at-spi

David Shea dshea at redhat.com
Mon Sep 22 21:18:59 UTC 2014


at-spi is the old accessibility library, deprecated in these gtk3 times
by at-spi2-atk. at-spi-corba has been replaced with atk-bridge.
at-spi2-atk is a dependency of gtk3, so there's no need to explicitly
add it.
---
 share/runtime-cleanup.tmpl     | 2 --
 share/runtime-install.tmpl     | 1 -
 share/runtime-postinstall.tmpl | 1 -
 3 files changed, 4 deletions(-)

diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
index 452bebe..d144a51 100644
--- a/share/runtime-cleanup.tmpl
+++ b/share/runtime-cleanup.tmpl
@@ -126,8 +126,6 @@ removefrom NetworkManager /usr/share/locale/*/NetworkManager.mo
 removefrom nm-connection-editor /usr/${libdir}/*
 removefrom nm-connection-editor /usr/share/applications/*
 removefrom anaconda /etc/* /usr/share/applications/* /usr/share/icons/*
-removefrom at-spi /etc/xdg/* /usr/${libdir}/libcspi*
-removefrom at-spi /usr/${libdir}/libloginhelper* /usr/share/locale/*
 removefrom atk /usr/share/locale/*
 removefrom audit /etc/* /sbin/audispd /sbin/auditctl /sbin/aureport
 removefrom audit /sbin/ausearch /sbin/autrace /usr/bin/*
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
index 61b1d80..01c8ac6 100644
--- a/share/runtime-install.tmpl
+++ b/share/runtime-install.tmpl
@@ -78,7 +78,6 @@ installpkg xorg-x11-drivers xorg-x11-server-Xorg
 installpkg xorg-x11-server-utils xorg-x11-xauth
 installpkg dbus-x11 metacity gsettings-desktop-schemas
 installpkg nm-connection-editor
-installpkg at-spi at-spi2-atk pyatspi
 installpkg gnome-python2-gconf
 installpkg gobject-introspection
 installpkg librsvg2
diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl
index 17d8c14..45e55bf 100644
--- a/share/runtime-postinstall.tmpl
+++ b/share/runtime-postinstall.tmpl
@@ -83,7 +83,6 @@ replace "root:\*:" "root::" etc/shadow
 
 ## gconf settings
 gconfset /desktop/gnome/interface/accessibility bool true
-gconfset /desktop/gnome/interface/at-spi-corba bool true
 
 ## Some settings are controlled by gsettings now.
 install ${configdir}/org.gnome.desktop.wm.keybindings.gschema.override usr/share/glib-2.0/schemas
-- 
2.1.0



More information about the anaconda-patches mailing list