# HG changeset patch # User Pascal Bellard # Date 1369389911 -7200 # Node ID 48bd3d8ae881f056ccad0953bc571e3fea694fde # Parent 347dd368a08466db147df747f1d3a6c92beaf191 Up xorg-libXp (1.0.2), xorg-libXinerama (1.1.3), xorg-libXi (1.7.2) diff -r 347dd368a084 -r 48bd3d8ae881 xorg-libXi-dev/receipt --- a/xorg-libXi-dev/receipt Fri May 24 12:00:25 2013 +0200 +++ b/xorg-libXi-dev/receipt Fri May 24 12:05:11 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXi-dev" -VERSION="1.5.0" +VERSION="1.7.2" CATEGORY="development" SHORT_DESC="Xorg library and devel files for the X Input Extension." MAINTAINER="pankso@slitaz.org" diff -r 347dd368a084 -r 48bd3d8ae881 xorg-libXi/receipt --- a/xorg-libXi/receipt Fri May 24 12:00:25 2013 +0200 +++ b/xorg-libXi/receipt Fri May 24 12:05:11 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXi" -VERSION="1.5.0" +VERSION="1.7.2" CATEGORY="x-window" SHORT_DESC="Xorg library for the X Input Extension." MAINTAINER="pankso@slitaz.org" diff -r 347dd368a084 -r 48bd3d8ae881 xorg-libXinerama-dev/receipt --- a/xorg-libXinerama-dev/receipt Fri May 24 12:00:25 2013 +0200 +++ b/xorg-libXinerama-dev/receipt Fri May 24 12:05:11 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXinerama-dev" -VERSION="1.1.2" +VERSION="1.1.3" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" diff -r 347dd368a084 -r 48bd3d8ae881 xorg-libXinerama/receipt --- a/xorg-libXinerama/receipt Fri May 24 12:00:25 2013 +0200 +++ b/xorg-libXinerama/receipt Fri May 24 12:05:11 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXinerama" -VERSION="1.1.2" +VERSION="1.1.3" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" diff -r 347dd368a084 -r 48bd3d8ae881 xorg-libXp-dev/receipt --- a/xorg-libXp-dev/receipt Fri May 24 12:00:25 2013 +0200 +++ b/xorg-libXp-dev/receipt Fri May 24 12:05:11 2013 +0200 @@ -2,7 +2,7 @@ PACKAGE="xorg-libXp-dev" SOURCE="libXp" -VERSION="1.0.0" +VERSION="1.0.2" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="rcx@zoominternet.net" @@ -13,11 +13,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - # _pkg is not set correctly when both SOURCE and WANTED are defined - - mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 347dd368a084 -r 48bd3d8ae881 xorg-libXp/receipt --- a/xorg-libXp/receipt Fri May 24 12:00:25 2013 +0200 +++ b/xorg-libXp/receipt Fri May 24 12:05:11 2013 +0200 @@ -2,12 +2,10 @@ PACKAGE="xorg-libXp" SOURCE="libXp" -VERSION="1.0.0" +VERSION="1.0.2" CATEGORY="development" SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices." MAINTAINER="rcx@zoominternet.net" -DEPENDS="xorg-libXext" -BUILD_DEPENDS="xorg-libXext-dev xorg-printproto" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" # This lib is missing from the current X11R7.4 @@ -15,6 +13,9 @@ WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/lib/$TARBALL" CROSS="bug: can not run test programm" +DEPENDS="xorg-libXext" +BUILD_DEPENDS="xorg-libXext-dev xorg-printproto" + # Rules to configure and make the package. compile_rules() { @@ -29,6 +30,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }