wok rev 359

Final touch for SliTaz desktop (shadows and opacity effects)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 07 16:26:38 2008 +0100 (2008-03-07)
parents 2b7d1b0c7352
children 508b841c38f4
files transset-df/receipt xorg-libXdamage-dev/receipt xorg-libXdamage/receipt xorg-xcompmgr/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/transset-df/receipt	Fri Mar 07 16:26:38 2008 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="transset-df"
     1.7 +VERSION="6"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Tool to set windows opacity."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr"
    1.12 +BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.forchheimer.se/transset-df/"
    1.15 +WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	make
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr/bin
    1.28 +	cp -a $src/transset-df $fs/usr/bin
    1.29 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-libXdamage-dev/receipt	Fri Mar 07 16:26:38 2008 +0100
     2.3 @@ -0,0 +1,21 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-libXdamage-dev"
     2.7 +VERSION="1.0.4"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Xorg damage extension devel files."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +DEPENS="xorg-dev"
    2.12 +WANTED="xorg-libXdamage"
    2.13 +SOURCE="libXdamage"
    2.14 +WEB_SITE="http://www.x.org/"
    2.15 +
    2.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.17 +genpkg_rules()
    2.18 +{
    2.19 +	mkdir -p $fs/usr/lib
    2.20 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    2.21 +	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    2.22 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    2.23 +	cp -a $_pkg/usr/include $fs/usr
    2.24 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xorg-libXdamage/receipt	Fri Mar 07 16:26:38 2008 +0100
     3.3 @@ -0,0 +1,31 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xorg-libXdamage"
     3.7 +VERSION="1.0.4"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Xorg damage extension."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +DEPENDS="xorg"
    3.12 +SOURCE="libXdamage"
    3.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.14 +WEB_SITE="http://www.x.org/"
    3.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    3.16 +
    3.17 +# Rules to configure and make the package.
    3.18 +compile_rules()
    3.19 +{
    3.20 +    cd $src
    3.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    3.22 +    --mandir=/usr/share/man --localstatedir=/var \
    3.23 +    $CONFIGURE_ARGS
    3.24 +    make
    3.25 +    make DESTDIR=$PWD/_pkg install
    3.26 +}
    3.27 +
    3.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.29 +genpkg_rules()
    3.30 +{
    3.31 +	mkdir -p $fs/usr/lib
    3.32 +    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.33 +    strip -s $fs/usr/lib/*
    3.34 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xorg-xcompmgr/receipt	Fri Mar 07 16:26:38 2008 +0100
     4.3 @@ -0,0 +1,31 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xorg-xcompmgr"
     4.7 +VERSION="1.1.4"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="X composite manager."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libX11"
    4.12 +BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libX11-dev"
    4.13 +SOURCE="xcompmgr"
    4.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.15 +WEB_SITE="http://www.x.org/"
    4.16 +WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
    4.17 +
    4.18 +# Rules to configure and make the package.
    4.19 +compile_rules()
    4.20 +{
    4.21 +    cd $src
    4.22 +    ./configure --prefix=/usr --sysconfdir=/etc \
    4.23 +    --mandir=/usr/share/man --localstatedir=/var \
    4.24 +    $CONFIGURE_ARGS
    4.25 +    make
    4.26 +    make DESTDIR=$PWD/_pkg install
    4.27 +}
    4.28 +
    4.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.30 +genpkg_rules()
    4.31 +{
    4.32 +	mkdir -p $fs/usr
    4.33 +	cp -a $_pkg/usr/bin $fs/usr
    4.34 +}