wok-current diff wayland/receipt @ rev 25705

Up miss usbip, usbip-dev to 5.10.217
author Stanislas Leduc <shann@slitaz.org>
date Mon May 20 14:49:05 2024 +0000 (6 weeks ago)
parents f15be612c035
children
line diff
     1.1 --- a/wayland/receipt	Wed Aug 03 16:34:53 2022 +0100
     1.2 +++ b/wayland/receipt	Mon May 20 14:49:05 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wayland"
     1.7 -VERSION="1.21.0"
     1.8 +VERSION="1.22.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Wayland simpler X display server protocol."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,8 +13,8 @@
    1.13  
    1.14  # WARNING: wayland must be installed in chroot since build host 
    1.15  # wayland-scanner is used for cross compilation to ARM
    1.16 -DEPENDS="expat gcc83-lib-base libffi"
    1.17 -BUILD_DEPENDS="expat-dev gcc83 libffi-dev meson"
    1.18 +DEPENDS="expat gcc-lib-base libffi"
    1.19 +BUILD_DEPENDS="expat-dev gcc libffi-dev meson"
    1.20  
    1.21  HOST_ARCH="i486 arm"
    1.22  
    1.23 @@ -33,11 +33,11 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	export	CC=gcc-83
    1.28 -
    1.29  	meson	_build			\
    1.30  		-D documentation=false	\
    1.31 +		--buildtype=release \
    1.32  		--prefix=/usr &&
    1.33 +
    1.34  	ninja	-C _build &&
    1.35  	ninja	-C _build install
    1.36  }