wok-6.x rev 14571
Up xorg-libX11 (1.5.99.902), xorg-libXcursor (1.1.14)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 24 12:13:58 2013 +0200 (2013-05-24) |
parents | d6a16e45a244 |
children | e48368ce3315 |
files | xorg-libX11-dev/receipt xorg-libX11/receipt xorg-libXcursor-dev/receipt xorg-libXcursor/receipt |
line diff
1.1 --- a/xorg-libX11-dev/receipt Fri May 24 12:09:42 2013 +0200 1.2 +++ b/xorg-libX11-dev/receipt Fri May 24 12:13:58 2013 +0200 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libX11-dev" 1.7 -VERSION="1.4.4" 1.8 +VERSION="1.5.99.902" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xorg module devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="xorg-libX11 xorg-xtrans libxcb-dev xorg-kbproto \ 1.13 -xorg-inputproto xorg-xextproto" 1.14 WANTED="xorg-libX11" 1.15 SOURCE="libX11" 1.16 WEB_SITE="http://www.x.org/" 1.17 1.18 +DEPENDS="xorg-libX11 xorg-xtrans libxcb-dev xorg-kbproto \ 1.19 +xorg-inputproto xorg-xextproto" 1.20 + 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 {
2.1 --- a/xorg-libX11/receipt Fri May 24 12:09:42 2013 +0200 2.2 +++ b/xorg-libX11/receipt Fri May 24 12:13:58 2013 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libX11" 2.7 -VERSION="1.4.4" 2.8 +VERSION="1.5.99.902" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="X11 main client interface to X window system." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/xorg-libXcursor-dev/receipt Fri May 24 12:09:42 2013 +0200 3.2 +++ b/xorg-libXcursor-dev/receipt Fri May 24 12:13:58 2013 +0200 3.3 @@ -1,19 +1,21 @@ 3.4 # SliTaz package receipt. 3.5 PACKAGE="xorg-libXcursor-dev" 3.6 -VERSION="1.1.10" 3.7 +VERSION="1.1.14" 3.8 CATEGORY="development" 3.9 SHORT_DESC="Xorg module devel files." 3.10 MAINTAINER="pankso@slitaz.org" 3.11 -DEPENDS="xorg-libXcursor xorg-libXrender-dev xorg-libXfixes-dev" 3.12 WANTED="xorg-libXcursor" 3.13 SOURCE="libXcursor" 3.14 WEB_SITE="http://www.x.org/" 3.15 + 3.16 +DEPENDS="xorg-libXcursor xorg-libXrender-dev xorg-libXfixes-dev" 3.17 + 3.18 # Rules to gen a SliTaz package suitable for Tazpkg. 3.19 genpkg_rules() 3.20 { 3.21 mkdir -p $fs/usr/lib 3.22 3.23 - cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib 3.24 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 3.25 - cp -a $_pkg/usr/include $fs/usr 3.26 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 3.27 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.28 + cp -a $install/usr/include $fs/usr 3.29 }
4.1 --- a/xorg-libXcursor/receipt Fri May 24 12:09:42 2013 +0200 4.2 +++ b/xorg-libXcursor/receipt Fri May 24 12:13:58 2013 +0200 4.3 @@ -1,31 +1,32 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="xorg-libXcursor" 4.7 -VERSION="1.1.10" 4.8 +VERSION="1.1.14" 4.9 CATEGORY="x-window" 4.10 SHORT_DESC="X cursors library." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 SOURCE="libXcursor" 4.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 4.14 +WEB_SITE="http://www.x.org/" 4.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL" 4.16 + 4.17 DEPENDS="xorg-libXrender xorg-libXfixes" 4.18 BUILD_DEPENDS="xorg-libXrender-dev xorg-libXfixes-dev" 4.19 -WEB_SITE="http://www.x.org/" 4.20 -WGET_URL="$XORG_MIRROR/lib/$TARBALL" 4.21 4.22 # Rules to configure and make the package. 4.23 compile_rules() 4.24 { 4.25 - cd $src 4.26 - ./configure --prefix=/usr --sysconfdir=/etc \ 4.27 - --mandir=/usr/share/man --localstatedir=/var \ 4.28 - $CONFIGURE_ARGS && 4.29 - make && 4.30 - make DESTDIR=$PWD/_pkg install 4.31 + cd $src 4.32 + ./configure --prefix=/usr --sysconfdir=/etc \ 4.33 + --mandir=/usr/share/man --localstatedir=/var \ 4.34 + $CONFIGURE_ARGS && 4.35 + make && 4.36 + make DESTDIR=$DESTDIR install 4.37 } 4.38 4.39 # Rules to gen a SliTaz package suitable for Tazpkg. 4.40 genpkg_rules() 4.41 { 4.42 mkdir -p $fs/usr/lib 4.43 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.44 + cp -a $install/usr/lib/*.so* $fs/usr/lib 4.45 }