--- smage/trunk/include/xorg.sminc 2014/03/25 10:51:24 5460 +++ smage/trunk/include/xorg.sminc 2014/07/03 13:55:14 5712 @@ -59,6 +59,7 @@ INHERITS="${INHERITS} xorg" # pkg setup +: ${HOMEPAGE="http://xorg.freedesktop.org"} : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"} : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"} @@ -101,6 +102,8 @@ mirror://${PNAME}/${SRCFILE} ) +UP2DATE="updatecmd_xorg ${PNAME}" + # add default deps #DEPEND="${DEPEND} # >= virtual/man" @@ -130,7 +133,11 @@ # default input driver dependencies if is_xorg_input_driver then + : ${DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."} + DEPEND="${DEPEND} + >= x11-libs/libXi-1.7 + >= x11-libs/libXtst-1.1 >= x11-base/xorg-server-1" SDEPEND="${SDEPEND} @@ -142,6 +149,8 @@ # default video driver dependencies if is_xorg_video_driver then + : ${DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."} + DEPEND="${DEPEND} >= x11-base/xorg-server-1"