wok-next rev 21114

startup-notification: redesign
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 15:31:59 2019 +0200 (2019-01-12)
parents 1ff2f2b5df1d
children 4035a0b6ff20
files startup-notification/receipt
line diff
     1.1 --- a/startup-notification/receipt	Sat Jan 12 15:23:59 2019 +0200
     1.2 +++ b/startup-notification/receipt	Sat Jan 12 15:31:59 2019 +0200
     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 -}