From: Hugo Villeneuve Date: Wed, 9 Mar 2016 22:24:55 +0000 (-0500) Subject: Add xrestop X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=02e8d6c979691a7df4f67fd2003c8fe52eb49e3e Add xrestop --- diff --git a/config/packages-list b/config/packages-list index 5bbb28b..eeb21c1 100644 --- a/config/packages-list +++ b/config/packages-list @@ -476,6 +476,7 @@ XARCHIVER="xarchiver-0.5.4" XINETD="xinetd-2.3.15" XMLTO="xmlto-0.0.26" XMLTOMAN="xmltoman-0.4" +XRESTOP="xrestop-0.4" XSCREENSAVER="xscreensaver-5.32" XTERM="xterm-320" XVIDCORE="xvidcore-1.3.3" diff --git a/stage4/hv-install-1 b/stage4/hv-install-1 index fecfd30..04cf134 100755 --- a/stage4/hv-install-1 +++ b/stage4/hv-install-1 @@ -100,6 +100,8 @@ install_xorg_modules driver ipkg_xorg ${XDM} "--with-xdmlibdir=/usr/lib/xorg/xdm" +ipkg ${XRESTOP} + rscr once "Configuring X.org" configure-xorg ipkg ${XTERM} diff --git a/stage4/packages-update b/stage4/packages-update index c493275..0a57d12 100755 --- a/stage4/packages-update +++ b/stage4/packages-update @@ -67,6 +67,8 @@ fpkg -m xorg -s xserver ${XORG_SERVER} fpkg -m xorg -s app ${XDM} fpkg ${MTDEV} "http://bitmath.org/code/mtdev" +fpkg -e "tar.gz" ${XRESTOP} "http://downloads.yoctoproject.org/releases/xrestop" + fpkg -e "tgz" ${XTERM} "ftp://invisible-island.net/xterm" fpkg -e "tar.gz" ${T1LIB} "http://www.ibiblio.org/pub/Linux/libs/graphics"