# HG changeset patch # User Pascal Bellard # Date 1376484578 0 # Node ID 09d3b153d4ed5ee2d28551ff57fe911c9fdf3607 # Parent 48e9e6d6136295f17329b1a57a8510be7775f6fb xorg-xedit: no more /usr/share/X11 ? diff -r 48e9e6d61362 -r 09d3b153d4ed xorg-xedit/receipt --- a/xorg-xedit/receipt Wed Aug 14 12:26:59 2013 +0000 +++ b/xorg-xedit/receipt Wed Aug 14 12:49:38 2013 +0000 @@ -9,6 +9,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" + DEPENDS="xorg-libXaw xorg-libXt xorg-libXmu xorg-libX11" # Rules to configure and make the package. @@ -27,9 +28,8 @@ genpkg_rules() { mkdir -p $fs/usr/share $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/X11 $fs/usr/lib - cp -a $_pkg/usr/share/X11 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/X11 $fs/usr/lib chmod +x $fs/usr/bin/* }