wok rev 14646

Xorg. xorg-libXft: up 2.3.1; xorg-libXi: back to 1.7.1 (mirror's latest).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 03 11:07:41 2013 +0000 (2013-06-03)
parents f96f0b211462
children 8243cc847667
files xorg-libXft-dev/receipt xorg-libXft/receipt xorg-libXi-dev/receipt xorg-libXi/receipt
line diff
     1.1 --- a/xorg-libXft-dev/receipt	Mon Jun 03 01:58:03 2013 +0000
     1.2 +++ b/xorg-libXft-dev/receipt	Mon Jun 03 11:07:41 2013 +0000
     1.3 @@ -1,20 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXft-dev"
     1.7 -VERSION="2.3.0"
     1.8 +VERSION="2.3.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg module devel files."
    1.11 +SHORT_DESC="Development files for libXft"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -DEPENDS="xorg-libXft fontconfig-dev xorg-libXrender-dev"
    1.14 +LICENSE="other"
    1.15 +WEB_SITE="http://www.x.org/"
    1.16 +
    1.17  WANTED="xorg-libXft"
    1.18 -SOURCE="libXft"
    1.19 -WEB_SITE="http://www.x.org/"
    1.20 +DEPENDS="xorg-libXft xorg-libXrender-dev fontconfig-dev freetype-dev"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.27 +	mkdir -p \
    1.28 +		$fs/usr/share/licenses \
    1.29 +		$fs/usr/lib
    1.30 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.31 +
    1.32 +	cp -a $install/usr/include $fs/usr
    1.33  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.34 -	cp -a $install/usr/include $fs/usr
    1.35 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.36  }
     2.1 --- a/xorg-libXft/receipt	Mon Jun 03 01:58:03 2013 +0000
     2.2 +++ b/xorg-libXft/receipt	Mon Jun 03 11:07:41 2013 +0000
     2.3 @@ -1,29 +1,28 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXft"
     2.7 -VERSION="2.3.0"
     2.8 +VERSION="2.3.1"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="Xorg server module."
    2.11 +SHORT_DESC="X FreeType library"
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13 -SOURCE="libXft"
    2.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.15 +LICENSE="other"
    2.16 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    2.17  WEB_SITE="http://www.x.org/"
    2.18  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.19  
    2.20 -DEPENDS="expat fontconfig xorg-libXrender"
    2.21 -BUILD_DEPENDS="freetype-dev expat-dev fontconfig-dev xorg-libXrender-dev \
    2.22 - xorg-xproto xorg-libX11-dev"
    2.23 +DEPENDS="fontconfig xorg-libXrender"
    2.24 +BUILD_DEPENDS="xorg-libXrender-dev freetype-dev fontconfig-dev libxml2-dev"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
    2.29 -	cd $src
    2.30  	./configure \
    2.31  		--sysconfdir=/etc \
    2.32 -		--mandir=/usr/share/man \
    2.33  		--localstatedir=/var \
    2.34 +		--disable-static \
    2.35  		$CONFIGURE_ARGS &&
    2.36 -	make && make install
    2.37 +	make &&
    2.38 +	make install
    2.39  }
    2.40  
    2.41  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/xorg-libXi-dev/receipt	Mon Jun 03 01:58:03 2013 +0000
     3.2 +++ b/xorg-libXi-dev/receipt	Mon Jun 03 11:07:41 2013 +0000
     3.3 @@ -1,19 +1,25 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xorg-libXi-dev"
     3.7 -VERSION="1.7.2"
     3.8 +VERSION="1.7.1"
     3.9  CATEGORY="development"
    3.10 -SHORT_DESC="Xorg library and devel files for the X Input Extension."
    3.11 +SHORT_DESC="Development files for libXi"
    3.12  MAINTAINER="pankso@slitaz.org"
    3.13 -DEPENDS="xorg-libXext-dev xorg-libXi"
    3.14 +LICENSE="other"
    3.15 +WEB_SITE="http://www.x.org/"
    3.16 +
    3.17  WANTED="xorg-libXi"
    3.18 -WEB_SITE="http://www.x.org/"
    3.19 +DEPENDS="xorg-libXi xorg-libXext-dev xorg-libXfixes-dev"
    3.20  
    3.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.22  genpkg_rules()
    3.23  {
    3.24 -	mkdir -p $fs/usr/lib
    3.25 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    3.26 +	mkdir -p \
    3.27 +		$fs/usr/share/licenses \
    3.28 +		$fs/usr/lib
    3.29 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    3.30 +
    3.31 +	cp -a $install/usr/include $fs/usr
    3.32  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.33 -	cp -a $install/usr/include $fs/usr
    3.34 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    3.35  }
     4.1 --- a/xorg-libXi/receipt	Mon Jun 03 01:58:03 2013 +0000
     4.2 +++ b/xorg-libXi/receipt	Mon Jun 03 11:07:41 2013 +0000
     4.3 @@ -1,28 +1,28 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xorg-libXi"
     4.7 -VERSION="1.7.2"
     4.8 +VERSION="1.7.1"
     4.9  CATEGORY="x-window"
    4.10 -SHORT_DESC="Xorg library for the X Input Extension."
    4.11 +SHORT_DESC="X Input Extension Library"
    4.12  MAINTAINER="pankso@slitaz.org"
    4.13 -SOURCE="libXi"
    4.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.15 +LICENSE="other"
    4.16 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    4.17  WEB_SITE="http://www.x.org/"
    4.18  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    4.19  
    4.20  DEPENDS="xorg-libXext"
    4.21 -BUILD_DEPENDS="xorg-libXext-dev"
    4.22 +BUILD_DEPENDS="xorg-libXext-dev xorg-libXfixes-dev"
    4.23  
    4.24  # Rules to configure and make the package.
    4.25  compile_rules()
    4.26  {
    4.27 -	cd $src
    4.28  	./configure \
    4.29  		--sysconfdir=/etc \
    4.30 -		--mandir=/usr/share/man \
    4.31  		--localstatedir=/var \
    4.32 +		--disable-static \
    4.33  		$CONFIGURE_ARGS &&
    4.34 -	make && make install
    4.35 +	make &&
    4.36 +	make install
    4.37  }
    4.38  
    4.39  # Rules to gen a SliTaz package suitable for Tazpkg.