Added xdg-utils (to fix warning in xarchiver)
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 10 Jun 2013 04:04:42 +0000 (00:04 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 11 Jun 2013 11:42:22 +0000 (07:42 -0400)
config/packages-list
stage4/hv-install-1
stage4/packages-update

index 340ba8c..2314b5d 100644 (file)
@@ -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"
index a721581..f7ecbaf 100755 (executable)
@@ -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
index a3e3976..9b6992d 100755 (executable)
@@ -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}