wok rev 14640

Xorg. xorg-libXt: add glib-dev as bdeps; xorg-libXpm: reformat, move binaries to xorg-libXpm-util new package; xorg-libXaw: up 1.0.11.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 02 16:41:49 2013 +0000 (2013-06-02)
parents 7cd32b9b4e5a
children 78940aceb83d
files xorg-libXaw-dev/receipt xorg-libXaw/receipt xorg-libXpm-dev/receipt xorg-libXpm-util/receipt xorg-libXpm/receipt xorg-libXt/receipt
line diff
     1.1 --- a/xorg-libXaw-dev/receipt	Sun Jun 02 09:02:22 2013 +0000
     1.2 +++ b/xorg-libXaw-dev/receipt	Sun Jun 02 16:41:49 2013 +0000
     1.3 @@ -1,21 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXaw-dev"
     1.7 -VERSION="1.0.10"
     1.8 +VERSION="1.0.11"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg module devel files."
    1.11 +SHORT_DESC="Development files for libXaw"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 +LICENSE="other"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +
    1.16 +WANTED="xorg-libXaw"
    1.17  DEPENDS="xorg-libXaw xorg-libXmu-dev xorg-libXpm-dev"
    1.18 -WANTED="xorg-libXaw"
    1.19 -SOURCE="libXaw"
    1.20 -WEB_SITE="http://www.x.org/"
    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 +	mkdir -p \
    1.27 +		$fs/usr/share/licenses \
    1.28 +		$fs/usr/lib
    1.29 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.30  
    1.31 -	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.32 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.33 -	cp -a $_pkg/usr/include $fs/usr
    1.34 +	cp -a $install/usr/include $fs/usr
    1.35 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.36 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.37  }
     2.1 --- a/xorg-libXaw/receipt	Sun Jun 02 09:02:22 2013 +0000
     2.2 +++ b/xorg-libXaw/receipt	Sun Jun 02 16:41:49 2013 +0000
     2.3 @@ -1,27 +1,28 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXaw"
     2.7 -VERSION="1.0.10"
     2.8 +VERSION="1.0.11"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="Xorg server module."
    2.11 +SHORT_DESC="X Athena Widgets Library"
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13 -SOURCE="libXaw"
    2.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.15 +LICENSE="other"
    2.16  WEB_SITE="http://www.x.org/"
    2.17 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    2.18  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.19  
    2.20  DEPENDS="xorg-libXmu xorg-libXpm"
    2.21 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev util-linux-uuid-dev"
    2.22 +BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev"
    2.23  
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()
    2.26  {
    2.27 -    cd $src
    2.28 -    ./configure \
    2.29 +	./configure \
    2.30  		--sysconfdir=/etc \
    2.31 -        --localstatedir=/var \
    2.32 +		--localstatedir=/var \
    2.33 +		--disable-static \
    2.34  		$CONFIGURE_ARGS &&
    2.35 -    make && make install
    2.36 +	make &&
    2.37 +	make install
    2.38  }
    2.39  
    2.40  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/xorg-libXpm-dev/receipt	Sun Jun 02 09:02:22 2013 +0000
     3.2 +++ b/xorg-libXpm-dev/receipt	Sun Jun 02 16:41:49 2013 +0000
     3.3 @@ -3,18 +3,23 @@
     3.4  PACKAGE="xorg-libXpm-dev"
     3.5  VERSION="3.5.10"
     3.6  CATEGORY="development"
     3.7 -SHORT_DESC="Xorg module devel files."
     3.8 +SHORT_DESC="Development files for libXpm"
     3.9  MAINTAINER="pankso@slitaz.org"
    3.10 -DEPENDS="xorg-libXpm xorg-libXext-dev xorg-libXt-dev"
    3.11 +LICENSE="other"
    3.12 +WEB_SITE="http://www.x.org/"
    3.13 +
    3.14  WANTED="xorg-libXpm"
    3.15 -SOURCE="libXpm"
    3.16 -WEB_SITE="http://www.x.org/"
    3.17 +DEPENDS="xorg-libXpm xorg-libX11-dev"
    3.18  
    3.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.20  genpkg_rules()
    3.21  {
    3.22 -	mkdir -p $fs/usr/lib
    3.23 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    3.24 +	mkdir -p \
    3.25 +		$fs/usr/share/licenses \
    3.26 +		$fs/usr/lib
    3.27 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    3.28 +
    3.29 +	cp -a $install/usr/include $fs/usr
    3.30  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.31 -	cp -a $install/usr/include $fs/usr
    3.32 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    3.33  }
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xorg-libXpm-util/receipt	Sun Jun 02 16:41:49 2013 +0000
     4.3 @@ -0,0 +1,19 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xorg-libXpm-util"
     4.7 +VERSION="3.5.10"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="X Pixmap utilities"
    4.10 +MAINTAINER="al.bobylev@gmail.com"
    4.11 +LICENSE="other"
    4.12 +WEB_SITE="http://www.x.org/"
    4.13 +
    4.14 +WANTED="xorg-libXpm"
    4.15 +DEPENDS="xorg-libXpm xorg-libXext xorg-libXt"
    4.16 +
    4.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.18 +genpkg_rules()
    4.19 +{
    4.20 +	mkdir -p $fs/usr
    4.21 +	cp -a $install/usr/bin $fs/usr
    4.22 +}
     5.1 --- a/xorg-libXpm/receipt	Sun Jun 02 09:02:22 2013 +0000
     5.2 +++ b/xorg-libXpm/receipt	Sun Jun 02 16:41:49 2013 +0000
     5.3 @@ -3,25 +3,26 @@
     5.4  PACKAGE="xorg-libXpm"
     5.5  VERSION="3.5.10"
     5.6  CATEGORY="x-window"
     5.7 -SHORT_DESC="Xorg server module."
     5.8 +SHORT_DESC="X Pixmap Library"
     5.9  MAINTAINER="pankso@slitaz.org"
    5.10 -SOURCE="libXpm"
    5.11 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    5.12 -DEPENDS="xorg-libXext xorg-libXt"
    5.13 -BUILD_DEPENDS="xorg-libXext-dev xorg-libXt-dev util-linux-uuid-dev"
    5.14 +LICENSE="other"
    5.15  WEB_SITE="http://www.x.org/"
    5.16 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    5.17  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    5.18  
    5.19 +DEPENDS="xorg-libX11"
    5.20 +BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-dev"
    5.21 +
    5.22  # Rules to configure and make the package.
    5.23  compile_rules()
    5.24  {
    5.25 -	cd $src
    5.26  	./configure \
    5.27  		--sysconfdir=/etc \
    5.28 -		--mandir=/usr/share/man \
    5.29  		--localstatedir=/var \
    5.30 +		--disable-static \
    5.31  		$CONFIGURE_ARGS &&
    5.32 -	make && make install
    5.33 +	make &&
    5.34 +	make install
    5.35  }
    5.36  
    5.37  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/xorg-libXt/receipt	Sun Jun 02 09:02:22 2013 +0000
     6.2 +++ b/xorg-libXt/receipt	Sun Jun 02 16:41:49 2013 +0000
     6.3 @@ -11,7 +11,7 @@
     6.4  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     6.5  
     6.6  DEPENDS="xorg-libSM xorg-libX11"
     6.7 -BUILD_DEPENDS="xorg-libSM-dev xorg-libX11-dev"
     6.8 +BUILD_DEPENDS="xorg-libSM-dev xorg-libX11-dev glib-dev"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()