From: Hugo Villeneuve Date: Mon, 10 Jun 2013 04:04:42 +0000 (-0400) Subject: Added xdg-utils (to fix warning in xarchiver) X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=aff64c7635d3a23d6365821df07a8bac1f61ec54;p=hvlinux.git Added xdg-utils (to fix warning in xarchiver) --- diff --git a/config/packages-list b/config/packages-list index 340ba8c..2314b5d 100644 --- a/config/packages-list +++ b/config/packages-list @@ -432,7 +432,7 @@ XDM="xdm-1.1.11" XCB_PROTO="xcb-proto-1.7.1" XCB_UTIL="xcb-util-0.3.9" LIBXCB="libxcb-1.8.1" - +XDG_UTILS="xdg-utils-1.1.0-rc1" XARCHIVER="xarchiver-0.5.2" XINETD="xinetd-2.3.15" XMLTO="xmlto-0.0.25" diff --git a/stage4/hv-install-1 b/stage4/hv-install-1 index a721581..f7ecbaf 100755 --- a/stage4/hv-install-1 +++ b/stage4/hv-install-1 @@ -113,8 +113,9 @@ ipkg ${PYTHON} "--enable-shared" ipkg -m noac ${DEJAVUFONTS} -ipkg -m acnb ${WINDOWMAKER} "--with-gnustepdir=/usr/share/GNUstep" +ipkg -m acnb ${XDG_UTILS} "--mandir=/usr/share/man" +ipkg -m acnb ${WINDOWMAKER} "--with-gnustepdir=/usr/share/GNUstep" ipkg ${WINDOWMAKER_EXTRA} write_completed_stage diff --git a/stage4/packages-update b/stage4/packages-update index a3e3976..9b6992d 100755 --- a/stage4/packages-update +++ b/stage4/packages-update @@ -104,6 +104,8 @@ fpkg -e "tar.gz" ${T1LIB} "http://www.ibiblio.org/pub/Linux/libs/graphics" fpkg -m sf -e "tar.bz2" -s "dejavu" ${DEJAVUFONTS} fpkg -m sf -s "tcl" ${TK} + +fpkg ${XDG_UTILS} "http://portland.freedesktop.org/download" fpkg -e "tar.gz" ${WINDOWMAKER} ${WMAKER_URL} fpkg -e "tar.gz" ${WINDOWMAKER_EXTRA} ${WMAKER_URL}