wok-next diff consolekit2/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 5669e8b3be70
children
line diff
     1.1 --- a/consolekit2/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/consolekit2/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -12,11 +12,15 @@
     1.4  
     1.5  TARBALL="ConsoleKit2-$VERSION.tar.bz2"
     1.6  WGET_URL="https://github.com/Consolekit2/ConsoleKit2/releases/download/$VERSION/$TARBALL"
     1.7 +TARBALL_SHA1="28869807eed0cc4a7a1d98030be1f2c7e5700d0e"
     1.8  
     1.9  BUILD_DEPENDS="libx11-dev gettext-dev dbus-dev glib-dev polkit-dev \
    1.10  eudev-dev xmlto libxslt docbook-xsl libxml2-tools acl-dev"
    1.11  SPLIT="$PACKAGE-dev"
    1.12  
    1.13 +DEPENDS_std="acl dbus eudev glib libx11 polkit zlib"
    1.14 +DEPENDS_dev="$PACKAGE dbus-dev glib-dev"
    1.15 +
    1.16  compile_rules() {
    1.17  	./configure \
    1.18  		--localstatedir=/var \
    1.19 @@ -35,16 +39,3 @@
    1.20  	mv -v $install/etc/X11/app-defaults/xinitrc.d/90-consolekit \
    1.21  		  $install/etc/X11/app-defaults/xinitrc.d/90-consolekit.sh
    1.22  }
    1.23 -
    1.24 -genpkg_rules() {
    1.25 -	case $PACKAGE in
    1.26 -		consolekit2)
    1.27 -			copy @std
    1.28 -			DEPENDS="acl dbus eudev glib polkit libx11 zlib"
    1.29 -			;;
    1.30 -		*-dev)
    1.31 -			copy @dev
    1.32 -			DEPENDS="consolekit2 dbus-dev"
    1.33 -			;;
    1.34 -	esac
    1.35 -}