# HG changeset patch # User Christophe Lincoln # Date 1294084730 -3600 # Node ID 15e81f26336850401ca858ec8da8097ca4b77cf3 # Parent cb5a362e61d52a1ca44759e5f20bd03b5e1e2341 Remove obsolet xfree86-* packages diff -r cb5a362e61d5 -r 15e81f263368 xfree86-Xvesa/receipt --- a/xfree86-Xvesa/receipt Mon Jan 03 20:56:23 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xfree86-Xvesa" -VERSION="4.6.0" -CATEGORY="x-window" -SHORT_DESC="Xvesa Tiny Xserver from XFree86." -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://www.xfree86.org/" -DEPENDS="zlib" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - # Download and untar all tiny Xserver. - if [ ! -f "$SOURCES_REPOSITORY/Xtinyx.tgz" ] ; then - cd $SOURCES_REPOSITORY - echo "Downloading Xtinyx servers..." - wget http://ftp.xfree86.org/pub/XFree86/$VERSION/binaries/Linux-ix86-glibc23/Xtinyx.tgz - cd $WOK/$PACKAGE - fi - if [ ! -d "bin" ] ; then - echo "Untaring XFree86 precompiled package..." - tar xzf $SOURCES_REPOSITORY/Xtinyx.tgz -C . - fi - # Do the pkg fs. - mkdir -p $fs/usr/bin - cp bin/Xvesa $fs/usr/bin - strip $fs/usr/bin/Xvesa - chmod 4711 $fs/usr/bin/Xvesa - # Remove bin dir. - rm -rf bin -} diff -r cb5a362e61d5 -r 15e81f263368 xfree86-base-fonts/receipt --- a/xfree86-base-fonts/receipt Mon Jan 03 20:56:23 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ - -PACKAGE="xfree86-base-fonts" -VERSION="4.6.0" -CATEGORY="x-window" -SHORT_DESC="X window base fonts from the XFree86 project." -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.xfree86.org/" -WGET_URL="http://download.tuxfamily.org/slitaz/sources/fonts/$TARBALL" -PROVIDE="xorg-base-fonts" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/fonts/X11 - cp -a $src/fonts/* $fs/usr/share/fonts/X11 -} - -# Execute fc-cache when the package finish ti install. -post_install() -{ - local root - root=$1 - chroot $root/ /usr/bin/fc-cache -}