Add at-spi2-core and at-spi2-atk
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 14 Dec 2014 22:28:58 +0000 (17:28 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 24 Aug 2015 03:09:30 +0000 (23:09 -0400)
config/packages-list
stage5/hv-install-1
stage5/packages-update

index 040ed42..d246ebf 100644 (file)
@@ -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"
index 61ee5ec..8cab1e4 100755 (executable)
@@ -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}
index 02cb840..ac35bab 100755 (executable)
@@ -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}