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

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line diff
     1.1 --- a/startup-notification/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/startup-notification/receipt	Tue Sep 01 10:44:52 2020 +0000
     1.3 @@ -10,11 +10,13 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WGET_URL="http://www.freedesktop.org/software/startup-notification/releases/$TARBALL"
     1.7 +TARBALL_SHA1="4198bce2808d03160454a2940d989f3a5dc96dbb"
     1.8  
     1.9 -BUILD_DEPENDS="libx11-dev libice-dev libxcb-dev \
    1.10 -xcb-util-dev"
    1.11 +BUILD_DEPENDS="libx11-dev libice-dev libxcb-dev xcb-util-dev"
    1.12  SPLIT="$PACKAGE-dev"
    1.13  
    1.14 +DEPENDS_std="libx11 libxcb xcb-util"
    1.15 +
    1.16  compile_rules() {
    1.17  	./configure \
    1.18  		--disable-static \
    1.19 @@ -25,15 +27,3 @@
    1.20  
    1.21  	cook_pick_docs doc/startup-notification.txt
    1.22  }
    1.23 -
    1.24 -genpkg_rules() {
    1.25 -	case $PACKAGE in
    1.26 -		startup-notification)
    1.27 -			copy @std
    1.28 -			DEPENDS="libx11 libxcb xcb-util"
    1.29 -			;;
    1.30 -		*-dev)
    1.31 -			copy @dev
    1.32 -			;;
    1.33 -	esac
    1.34 -}