From: Hugo Villeneuve Date: Sun, 14 Dec 2014 22:28:58 +0000 (-0500) Subject: Add at-spi2-core and at-spi2-atk X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=2121ae9154ff063eef0defe0a9208663062a2d01;p=hvlinux.git Add at-spi2-core and at-spi2-atk --- diff --git a/config/packages-list b/config/packages-list index 040ed42..d246ebf 100644 --- a/config/packages-list +++ b/config/packages-list @@ -17,6 +17,8 @@ AVR_GDB="gdb-6.4" AVRDUDE="avrdude-6.0.1" ATK="atk-2.14.0" ATKMM="atkmm-2.22.7" +AT_SPI2_CORE="at-spi2-core-2.14.1" +AT_SPI2_ATK="at-spi2-atk-2.14.1" AUDACITY="audacity-minsrc-2.0.2" AUDIOFILE="audiofile-0.3.6" AUTOCONF="autoconf-2.69" diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 61ee5ec..8cab1e4 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -44,6 +44,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${LIBRSVG} "--disable-gtk-doc --disable-static --disable-mozilla-plugin" ipkg ${ATK} ipkg ${ATKMM} + ipkg ${AT_SPI2_CORE} + ipkg ${AT_SPI2_ATK} ipkg ${GTK} "--disable-gtk-doc" ipkg ${GTKMM} "--disable-documentation" ipkg ${ADWAITA_ICON_THEME} diff --git a/stage5/packages-update b/stage5/packages-update index 02cb840..ac35bab 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -27,6 +27,8 @@ fpkg ${HARFBUZZ} "http://www.freedesktop.org/software/harfbuzz/release" fpkg -m gnome ${PANGO} fpkg -m gnome ${PANGOMM} fpkg -m gnome ${ATK} +fpkg -m gnome ${AT_SPI2_CORE} +fpkg -m gnome ${AT_SPI2_ATK} fpkg -m gnome ${GDK_PIXBUF} fpkg -m gnome ${GTK} fpkg -m gnome ${ATKMM}