wok-next diff startup-notification/receipt @ rev 19961

Remove libtinfo dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:26:48 2017 +0200 (2017-10-17)
parents 66bf4ef9064b
children 0e7893ac206d
line diff
     1.1 --- a/startup-notification/receipt	Wed Apr 12 04:05:03 2017 +0300
     1.2 +++ b/startup-notification/receipt	Tue Oct 17 10:26:48 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="startup-notification"
     1.8  VERSION="0.12"
     1.9 @@ -12,8 +12,8 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="http://www.freedesktop.org/software/startup-notification/releases/$TARBALL"
    1.12  
    1.13 -DEPENDS="libxcb xcb-util xorg-libX11"
    1.14  BUILD_DEPENDS="xorg-libX11-dev xorg-libICE-dev libxcb-dev xcb-util-dev"
    1.15 +SPLIT="startup-notification-dev"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -30,5 +30,15 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cook_copy_files *.so*
    1.24 +	case $PACKAGE in
    1.25 +		startup-notification)
    1.26 +			copy @std
    1.27 +			DEPENDS="libxcb xcb-util xorg-libX11"
    1.28 +			;;
    1.29 +		*-dev)
    1.30 +			copy @dev
    1.31 +			DEPENDS="startup-notification glibc-dev libxcb-dev xcb-util-dev \
    1.32 +			xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev"
    1.33 +			;;
    1.34 +	esac
    1.35  }