wok rev 12521

Up: xorg-mkfontdir, xorg-setxkbmap, xorg-xauth, xorg-xclock, xorg-xcompmgr, xorg-xinput, xorg-xload + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:15:23 2012 +0200 (2012-04-25)
parents c47a5b8d06f0
children bcfbf12f8a32
files xorg-mkfontdir/receipt xorg-setxkbmap/receipt xorg-xauth/receipt xorg-xclock/receipt xorg-xcompmgr/receipt xorg-xinput/receipt xorg-xload/receipt
line diff
     1.1 --- a/xorg-mkfontdir/receipt	Wed Apr 25 00:12:24 2012 +0200
     1.2 +++ b/xorg-mkfontdir/receipt	Wed Apr 25 00:15:23 2012 +0200
     1.3 @@ -1,34 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-mkfontdir"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.0.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Create an index of X font files in a directory."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  SOURCE="mkfontdir"
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://xorg.freedesktop.org/"
    1.15 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.16 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.17  TAGS="utility xorg fonts"
    1.18 +
    1.19  DEPENDS="xorg-mkfontscale"
    1.20  
    1.21 -# Rules to configure and make the package.ls sr	
    1.22 +# Rules to configure and make the package.ls sr
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src
    1.26  	./configure \
    1.27 -		--prefix=/usr \
    1.28  		--mandir=/usr/share/man \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make && make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr
    1.39 -	cp -a $_pkg/usr/bin $fs/usr
    1.40 +	cp -a $install/usr/bin $fs/usr
    1.41  	chmod +x $fs/usr/bin/*
    1.42  }
    1.43  
     2.1 --- a/xorg-setxkbmap/receipt	Wed Apr 25 00:12:24 2012 +0200
     2.2 +++ b/xorg-setxkbmap/receipt	Wed Apr 25 00:15:23 2012 +0200
     2.3 @@ -1,31 +1,33 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-setxkbmap"
     2.7 -VERSION="1.2.0"
     2.8 +VERSION="1.3.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Set the keyboard using the X Keyboard Extension."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 -DEPENDS="xorg-xkeyboard-config"
    2.13  SOURCE="setxkbmap"
    2.14  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://www.x.org/"
    2.16  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    2.17  
    2.18 +DEPENDS="xorg-xkeyboard-config"
    2.19 +
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -    cd $src
    2.24 -	./configure --prefix=/usr --sysconfdir=/etc \
    2.25 -    --mandir=/usr/share/man --localstatedir=/var \
    2.26 -    $CONFIGURE_ARGS &&
    2.27 -    make &&
    2.28 -    make DESTDIR=$PWD/_pkg install
    2.29 +	cd $src
    2.30 +	./configure \
    2.31 +		--sysconfdir=/etc \
    2.32 +		--mandir=/usr/share/man \
    2.33 +		--localstatedir=/var \
    2.34 +		$CONFIGURE_ARGS &&
    2.35 +	make && make install
    2.36  }
    2.37  
    2.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.39  genpkg_rules()
    2.40  {
    2.41 -    mkdir -p $fs/usr
    2.42 -    cp -a $_pkg/usr/bin $fs/usr
    2.43 +	mkdir -p $fs/usr
    2.44 +	cp -a $install/usr/bin $fs/usr
    2.45  }
    2.46  
     3.1 --- a/xorg-xauth/receipt	Wed Apr 25 00:12:24 2012 +0200
     3.2 +++ b/xorg-xauth/receipt	Wed Apr 25 00:15:23 2012 +0200
     3.3 @@ -1,30 +1,31 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xorg-xauth"
     3.7 -VERSION="1.0.5"
     3.8 +VERSION="1.0.7"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="X authority file utility."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 -DEPENDS="xorg-libXmu"
    3.13 -BUILD_DEPENDS="xorg-libXmu-dev"
    3.14  SOURCE="xauth"
    3.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    3.16  WEB_SITE="http://www.x.org/"
    3.17  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    3.18  
    3.19 +DEPENDS="xorg-libXmu"
    3.20 +BUILD_DEPENDS="xorg-libXmu-dev"
    3.21 +
    3.22  # Rules to configure and make the package.
    3.23  compile_rules()
    3.24  {
    3.25  	cd $src
    3.26 -	./configure --prefix=/usr --mandir=/usr/share/man \
    3.27 -	$CONFIGURE_ARGS
    3.28 -	make
    3.29 -	make DESTDIR=$PWD/_pkg install
    3.30 +	./configure \
    3.31 +		--mandir=/usr/share/man \
    3.32 +		$CONFIGURE_ARGS &&
    3.33 +	make && make install
    3.34  }
    3.35  
    3.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.37  genpkg_rules()
    3.38  {
    3.39  	mkdir -p $fs/usr/share
    3.40 -	cp -a $_pkg/usr/bin $fs/usr
    3.41 +	cp -a $install/usr/bin $fs/usr
    3.42  }
     4.1 --- a/xorg-xclock/receipt	Wed Apr 25 00:12:24 2012 +0200
     4.2 +++ b/xorg-xclock/receipt	Wed Apr 25 00:15:23 2012 +0200
     4.3 @@ -1,33 +1,32 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xorg-xclock"
     4.7 -VERSION="1.0.5"
     4.8 +VERSION="1.0.6"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Simple clock for X."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 -DEPENDS="xorg-libxkbfile xorg-libXft xorg-libXmu xorg-libXaw zlib"
    4.13 -BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev xorg-libXaw-dev"
    4.14  SOURCE="xclock"
    4.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.16  WEB_SITE="http://www.x.org/"
    4.17  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    4.18  
    4.19 +DEPENDS="xorg-libxkbfile xorg-libXft xorg-libXmu xorg-libXaw zlib"
    4.20 +BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev xorg-libXaw-dev"
    4.21 +
    4.22  # Rules to configure and make the package.
    4.23  compile_rules()
    4.24  {
    4.25  	cd $src
    4.26  	./configure \
    4.27 -		--prefix=/usr \
    4.28  		--mandir=/usr/share/man \
    4.29  		$CONFIGURE_ARGS &&
    4.30 -	make &&
    4.31 -	make DESTDIR=$PWD/_pkg install
    4.32 +	make && make install
    4.33  }
    4.34  
    4.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.36  genpkg_rules()
    4.37  {
    4.38  	mkdir -p $fs/usr/share
    4.39 -	cp -a $_pkg/usr/bin $fs/usr
    4.40 -	cp -a $_pkg/usr/share/X11 $fs/usr/share
    4.41 +	cp -a $install/usr/bin $fs/usr
    4.42 +	cp -a $install/usr/share/X11 $fs/usr/share
    4.43  }
     5.1 --- a/xorg-xcompmgr/receipt	Wed Apr 25 00:12:24 2012 +0200
     5.2 +++ b/xorg-xcompmgr/receipt	Wed Apr 25 00:15:23 2012 +0200
     5.3 @@ -1,17 +1,20 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="xorg-xcompmgr"
     5.7 -VERSION="1.1.4"
     5.8 +VERSION="1.1.6"
     5.9  CATEGORY="x-window"
    5.10  SHORT_DESC="X composite manager."
    5.11  MAINTAINER="pankso@slitaz.org"
    5.12  SOURCE="xcompmgr"
    5.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    5.14  WEB_SITE="http://www.x.org/"
    5.15 -WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
    5.16 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    5.17  
    5.18 -DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libXrender"
    5.19 -BUILD_DEPENDS="xorg-dev"
    5.20 +DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \
    5.21 +xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb"
    5.22 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \
    5.23 +xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \
    5.24 +xorg-libXdmcp-dev libxcb-dev"
    5.25  
    5.26  # Rules to configure and make the package.
    5.27  compile_rules()
     6.1 --- a/xorg-xinput/receipt	Wed Apr 25 00:12:24 2012 +0200
     6.2 +++ b/xorg-xinput/receipt	Wed Apr 25 00:15:23 2012 +0200
     6.3 @@ -1,30 +1,31 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="xorg-xinput"
     6.7 -VERSION="1.5.3"
     6.8 +VERSION="1.5.4"
     6.9  CATEGORY="x-window"
    6.10  SHORT_DESC="X input utility (MPX support)."
    6.11  MAINTAINER="pankso@slitaz.org"
    6.12 -DEPENDS="xorg-libXi"
    6.13 -BUILD_DEPENDS="xorg-libXi-dev"
    6.14  SOURCE="xinput"
    6.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    6.16  WEB_SITE="http://www.x.org/"
    6.17  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    6.18  
    6.19 +DEPENDS="xorg-libXi"
    6.20 +BUILD_DEPENDS="xorg-libXi-dev"
    6.21 +
    6.22  # Rules to configure and make the package.
    6.23  compile_rules()
    6.24  {
    6.25  	cd $src
    6.26 -	./configure --prefix=/usr --mandir=/usr/share/man \
    6.27 -	$CONFIGURE_ARGS &&
    6.28 -	make &&
    6.29 -	make DESTDIR=$PWD/_pkg install
    6.30 +	./configure \
    6.31 +		--mandir=/usr/share/man \
    6.32 +		$CONFIGURE_ARGS &&
    6.33 +		make && make install
    6.34  }
    6.35  
    6.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.37  genpkg_rules()
    6.38  {
    6.39  	mkdir -p $fs/usr
    6.40 -	cp -a $_pkg/usr/bin $fs/usr
    6.41 +	cp -a $install/usr/bin $fs/usr
    6.42  }
     7.1 --- a/xorg-xload/receipt	Wed Apr 25 00:12:24 2012 +0200
     7.2 +++ b/xorg-xload/receipt	Wed Apr 25 00:15:23 2012 +0200
     7.3 @@ -1,30 +1,31 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="xorg-xload"
     7.7 -VERSION="1.1.0"
     7.8 +VERSION="1.1.1"
     7.9  CATEGORY="x-window"
    7.10  SHORT_DESC="X app to show system resources usage."
    7.11  MAINTAINER="pankso@slitaz.org"
    7.12 -DEPENDS="xorg-libXaw"
    7.13 -BUILD_DEPENDS="xorg-libXaw-dev"
    7.14  SOURCE="xload"
    7.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    7.16  WEB_SITE="http://www.x.org/"
    7.17  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    7.18  
    7.19 +DEPENDS="xorg-libXaw"
    7.20 +BUILD_DEPENDS="xorg-libXaw-dev"
    7.21 +
    7.22  # Rules to configure and make the package.
    7.23  compile_rules()
    7.24  {
    7.25  	cd $src
    7.26 -	./configure --prefix=/usr --mandir=/usr/share/man \
    7.27 -	$CONFIGURE_ARGS &&
    7.28 -	make &&
    7.29 -	make DESTDIR=$PWD/_pkg install
    7.30 +	./configure \
    7.31 +		--mandir=/usr/share/man \
    7.32 +		$CONFIGURE_ARGS &&
    7.33 +	make && make install
    7.34  }
    7.35  
    7.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.37  genpkg_rules()
    7.38  {
    7.39  	mkdir -p $fs/usr
    7.40 -	cp -a $_pkg/usr/bin $fs/usr
    7.41 +	cp -a $install/usr/bin $fs/usr
    7.42  }