wok-next diff libxkbcommon/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/libxkbcommon/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/libxkbcommon/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libxkbcommon"
     1.7 -VERSION="0.7.2"
     1.8 +VERSION="0.8.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Keyboard handling library using XKB data"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -11,12 +11,24 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WGET_URL="http://xkbcommon.org/download/$TARBALL"
    1.16 +TARBALL_SHA1="5589b09b8490392573bba5527cc0cc82824028b1"
    1.17  
    1.18 -BUILD_DEPENDS="xorg-libxcb-dev xorg-util-macros xorg-xkeyboard-config-dev \
    1.19 -bison wayland-protocols-dev wayland-dev"
    1.20 +BUILD_DEPENDS="libxcb-dev util-macros xkeyboard-config-dev bison \
    1.21 +wayland-protocols-dev wayland-dev"
    1.22  SPLIT="$PACKAGE-x11 $PACKAGE $PACKAGE-dev \
    1.23  $PACKAGE-wayland:w $PACKAGE-wayland-dev:w"
    1.24  
    1.25 +COPY_x11="libxkbcommon-x11.so*"
    1.26 +COPY_wayland="@std"
    1.27 +COPY_wayland_dev="@dev"
    1.28 +
    1.29 +DEPENDS_x11="libxkbcommon libxcb   xkeyboard-config libx11"
    1.30 +DEPENDS_dev="$PACKAGE $PACKAGE-x11 libxcb-dev"
    1.31 +DEPENDS_wayland_dev="$PACKAGE-wayland"
    1.32 +
    1.33 +CAT_wayland="x-window|Wayland support"
    1.34 +CAT_wayland_dev="development|development files with Wayland support"
    1.35 +
    1.36  compile_rules() {
    1.37  	case $SET in
    1.38  		'') SET_ARGS='--disable-wayland --enable-x11';;
    1.39 @@ -31,31 +43,3 @@
    1.40  	make &&
    1.41  	make install
    1.42  }
    1.43 -
    1.44 -genpkg_rules() {
    1.45 -	case $PACKAGE in
    1.46 -		libxkbcommon-x11)
    1.47 -			copy libxkbcommon-x11.so*
    1.48 -			DEPENDS="libxkbcommon xorg-libXau xorg-libXdmcp xorg-libxcb   \
    1.49 -			xorg-xkeyboard-config xorg-libX11"
    1.50 -			;;
    1.51 -		libxkbcommon)
    1.52 -			copy @std @rm
    1.53 -			DEPENDS=" "
    1.54 -			;;
    1.55 -		libxkbcommon-dev)
    1.56 -			copy @dev
    1.57 -			DEPENDS="libxkbcommon libxkbcommon-x11 \
    1.58 -			xorg-libXau-dev xorg-libXdmcp-dev xorg-libxcb-dev"
    1.59 -			;;
    1.60 -
    1.61 -		libxkbcommon-wayland)
    1.62 -			CAT="x-window|Wayland support"
    1.63 -			copy @std
    1.64 -			;;
    1.65 -		libxkbcommon-wayland-dev)
    1.66 -			CAT="development|development files with Wayland support"
    1.67 -			copy @dev
    1.68 -			;;
    1.69 -	esac
    1.70 -}