wok-current diff xorg-fixesproto/receipt @ rev 25724

Up audacity to 3.0.2, fix openssh/wxWidgets build
author Stanislas Leduc <shann@slitaz.org>
date Tue Jun 25 14:51:14 2024 +0000 (7 days ago)
parents a23978bfa665
children
line diff
     1.1 --- a/xorg-fixesproto/receipt	Wed Oct 11 18:45:46 2023 +0000
     1.2 +++ b/xorg-fixesproto/receipt	Tue Jun 25 14:51:14 2024 +0000
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-fixesproto"
     1.7 -VERSION="5.0"
     1.8 +VERSION="6.0"
     1.9 +RVERSION="5.0"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="X Fixes extension headers"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="other"
    1.14  WEB_SITE="https://www.x.org/"
    1.15  SOURCE="fixesproto"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 +TARBALL="$SOURCE-$RVERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21 @@ -24,6 +25,10 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	# Patch to bump 6.0 
    1.26 +	# see https://build.opensuse.org/package/show/openSUSE:Leap:15.5/fixesproto
    1.27 +	patch -p1 < $stuff/fixesproto-6.0.patch
    1.28 +
    1.29  	./configure \
    1.30  		--sysconfdir=/etc \
    1.31  		--localstatedir=/var \