wok rev 14643

Xorg. xorg-libXfixes: reformat; xorg-libXcomposite: up 0.4.4; xorg-libXrender: back 0.9.7 (latest Xorg mirror version is 0.9.7).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 02 18:41:37 2013 +0000 (2013-06-02)
parents b55f4ee81f38
children 3e3e15d924c9
files xorg-libXcomposite-dev/receipt xorg-libXcomposite/receipt xorg-libXfixes-dev/receipt xorg-libXfixes/receipt xorg-libXrender-dev/receipt xorg-libXrender/receipt
line diff
     1.1 --- a/xorg-libXcomposite-dev/receipt	Sun Jun 02 16:48:40 2013 +0000
     1.2 +++ b/xorg-libXcomposite-dev/receipt	Sun Jun 02 18:41:37 2013 +0000
     1.3 @@ -1,20 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="xorg-libXcomposite-dev"
     1.7 -VERSION="0.4.3"
     1.8 +VERSION="0.4.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg composite module devel files."
    1.11 +SHORT_DESC="Development files for libXcomposite"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -DEPENDS="xorg-libXcomposite xorg-libXfixes-dev xorg-libXext-dev \
    1.14 -xorg-compositeproto"
    1.15 +LICENSE="other"
    1.16 +WEB_SITE="http://www.x.org/"
    1.17 +
    1.18  WANTED="xorg-libXcomposite"
    1.19 -SOURCE="libXcomposite"
    1.20 -WEB_SITE="http://www.x.org/"
    1.21 +DEPENDS="xorg-libXcomposite xorg-compositeproto xorg-libXfixes-dev"
    1.22 +
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr/lib
    1.27 -	
    1.28 -	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.29 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $_pkg/usr/include $fs/usr
    1.31 +	mkdir -p \
    1.32 +		$fs/usr/share/licenses \
    1.33 +		$fs/usr/lib
    1.34 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.35 +
    1.36 +	cp -a $install/usr/include $fs/usr
    1.37 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.38 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.39  }
     2.1 --- a/xorg-libXcomposite/receipt	Sun Jun 02 16:48:40 2013 +0000
     2.2 +++ b/xorg-libXcomposite/receipt	Sun Jun 02 18:41:37 2013 +0000
     2.3 @@ -1,31 +1,34 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXcomposite"
     2.7 -VERSION="0.4.3"
     2.8 +VERSION="0.4.4"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="Xorg composite extension."
    2.11 +SHORT_DESC="X Composite Extension Library"
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13 +LICENSE="other"
    2.14 +WEB_SITE="http://www.x.org/"
    2.15  SOURCE="libXcomposite"
    2.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.17 -DEPENDS="xorg-libXfixes xorg-libXext"
    2.18 -BUILD_DEPENDS="xorg-libXfixes-dev xorg-libXext-dev xorg-compositeproto"
    2.19 -WEB_SITE="http://www.x.org/"
    2.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.21  
    2.22 +DEPENDS="xorg-libX11"
    2.23 +BUILD_DEPENDS="xorg-compositeproto xorg-libXfixes-dev"
    2.24 +
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27  {
    2.28 -    cd $src
    2.29 -    ./configure --sysconfdir=/etc \
    2.30 -    --localstatedir=/var \
    2.31 -    $CONFIGURE_ARGS &&
    2.32 -    make &&
    2.33 -    make install
    2.34 +	./configure \
    2.35 +		--sysconfdir=/etc \
    2.36 +		--localstatedir=/var \
    2.37 +		--disable-static \
    2.38 +		$CONFIGURE_ARGS &&
    2.39 +	make &&
    2.40 +	make install
    2.41  }
    2.42  
    2.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.44  genpkg_rules()
    2.45  {
    2.46  	mkdir -p $fs/usr/lib
    2.47 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.48 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.49  }
     3.1 --- a/xorg-libXfixes-dev/receipt	Sun Jun 02 16:48:40 2013 +0000
     3.2 +++ b/xorg-libXfixes-dev/receipt	Sun Jun 02 18:41:37 2013 +0000
     3.3 @@ -5,18 +5,21 @@
     3.4  CATEGORY="development"
     3.5  SHORT_DESC="Development files for libXfixes"
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 -WANTED="xorg-libXfixes"
     3.8 -SOURCE="libXfixes"
     3.9 +LICENSE="other"
    3.10  WEB_SITE="http://www.x.org/"
    3.11  
    3.12 -DEPENDS="xorg-libXfixes xorg-xproto xorg-fixesproto xorg-libX11-dev"
    3.13 +WANTED="xorg-libXfixes"
    3.14 +DEPENDS="xorg-libXfixes xorg-fixesproto xorg-libX11-dev"
    3.15  
    3.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.17  genpkg_rules()
    3.18  {
    3.19 -	mkdir -p $fs/usr/lib
    3.20 +	mkdir -p \
    3.21 +		$fs/usr/share/licenses \
    3.22 +		$fs/usr/lib
    3.23 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    3.24  
    3.25 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    3.26 +	cp -a $install/usr/include $fs/usr
    3.27  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.28 -	cp -a $install/usr/include $fs/usr
    3.29 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    3.30  }
     4.1 --- a/xorg-libXfixes/receipt	Sun Jun 02 16:48:40 2013 +0000
     4.2 +++ b/xorg-libXfixes/receipt	Sun Jun 02 18:41:37 2013 +0000
     4.3 @@ -5,12 +5,13 @@
     4.4  CATEGORY="x-window"
     4.5  SHORT_DESC="X Fixes Library"
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 +LICENSE="other"
     4.8 +WEB_SITE="http://www.x.org/"
     4.9  SOURCE="libXfixes"
    4.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.11 -WEB_SITE="http://www.x.org/"
    4.12  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    4.13  
    4.14 -DEPENDS="glibc-base libxcb xorg-libX11 xorg-libXau xorg-libXdmcp"
    4.15 +DEPENDS="xorg-libX11"
    4.16  BUILD_DEPENDS="xorg-fixesproto xorg-libX11-dev"
    4.17  
    4.18  # Rules to configure and make the package.
    4.19 @@ -19,9 +20,10 @@
    4.20  	./configure \
    4.21  		--sysconfdir=/etc \
    4.22  		--localstatedir=/var \
    4.23 +		--disable-static \
    4.24  		$CONFIGURE_ARGS &&
    4.25  	make &&
    4.26 -	make DESTDIR=$DESTDIR install
    4.27 +	make install
    4.28  }
    4.29  
    4.30  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.1 --- a/xorg-libXrender-dev/receipt	Sun Jun 02 16:48:40 2013 +0000
     5.2 +++ b/xorg-libXrender-dev/receipt	Sun Jun 02 18:41:37 2013 +0000
     5.3 @@ -1,20 +1,25 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="xorg-libXrender-dev"
     5.7 -VERSION="0.9.8"
     5.8 +VERSION="0.9.7"
     5.9  CATEGORY="development"
    5.10 -SHORT_DESC="Xorg RENDER extensions library devel files."
    5.11 +SHORT_DESC="Development files for libXrender"
    5.12  MAINTAINER="pankso@slitaz.org"
    5.13 +LICENSE="other"
    5.14 +WEB_SITE="http://www.x.org/"
    5.15 +
    5.16 +WANTED="xorg-libXrender"
    5.17  DEPENDS="xorg-libXrender xorg-libX11-dev xorg-renderproto"
    5.18 -WANTED="xorg-libXrender"
    5.19 -SOURCE="libXrender"
    5.20 -WEB_SITE="http://www.x.org/"
    5.21  
    5.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.23  genpkg_rules()
    5.24  {
    5.25 -	mkdir -p $fs/usr/lib
    5.26 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    5.27 +	mkdir -p \
    5.28 +		$fs/usr/share/licenses \
    5.29 +		$fs/usr/lib
    5.30 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    5.31 +
    5.32 +	cp -a $install/usr/include $fs/usr
    5.33  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    5.34 -	cp -a $install/usr/include $fs/usr
    5.35 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    5.36  }
     6.1 --- a/xorg-libXrender/receipt	Sun Jun 02 16:48:40 2013 +0000
     6.2 +++ b/xorg-libXrender/receipt	Sun Jun 02 18:41:37 2013 +0000
     6.3 @@ -1,10 +1,11 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="xorg-libXrender"
     6.7 -VERSION="0.9.8"
     6.8 +VERSION="0.9.7"
     6.9  CATEGORY="x-window"
    6.10 -SHORT_DESC="Xorg RENDER extensions library."
    6.11 +SHORT_DESC="X Render Library"
    6.12  MAINTAINER="pankso@slitaz.org"
    6.13 +LICENSE="other"
    6.14  SOURCE="libXrender"
    6.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    6.16  WEB_SITE="http://www.x.org/"
    6.17 @@ -16,13 +17,13 @@
    6.18  # Rules to configure and make the package.
    6.19  compile_rules()
    6.20  {
    6.21 -	cd $src
    6.22  	./configure \
    6.23  		--sysconfdir=/etc \
    6.24 -		--mandir=/usr/share/man \
    6.25  		--localstatedir=/var \
    6.26 +		--disable-static \
    6.27  		$CONFIGURE_ARGS &&
    6.28 -	make && make install
    6.29 +	make &&
    6.30 +	make install
    6.31  }
    6.32  
    6.33  # Rules to gen a SliTaz package suitable for Tazpkg.