# HG changeset patch # User Christopher Rogers # Date 1370055744 0 # Node ID 9698a68fe988adfe7849519e84f88015d8b2bd30 # Parent 6a489592a614b42c0e306314f8afbae405d7a2b8 xorg-libXp: Fixed download path. diff -r 6a489592a614 -r 9698a68fe988 xorg-libXp-dev/receipt --- a/xorg-libXp-dev/receipt Fri May 31 20:37:08 2013 +0000 +++ b/xorg-libXp-dev/receipt Sat Jun 01 03:02:24 2013 +0000 @@ -1,7 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libXp-dev" -SOURCE="libXp" VERSION="1.0.2" CATEGORY="development" SHORT_DESC="Xorg module devel files." diff -r 6a489592a614 -r 9698a68fe988 xorg-libXp/receipt --- a/xorg-libXp/receipt Fri May 31 20:37:08 2013 +0000 +++ b/xorg-libXp/receipt Sat Jun 01 03:02:24 2013 +0000 @@ -6,11 +6,10 @@ CATEGORY="development" SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices." MAINTAINER="rcx@zoominternet.net" +SOURCE="libXp" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" -# This lib is missing from the current X11R7.4 -#WGET_URL="$XORG_MIRROR/lib/$TARBALL" -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/lib/$TARBALL" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" CROSS="bug: can not run test programm" DEPENDS="xorg-libXext"