wok-next diff at-spi2-core/receipt @ rev 19869

rhythmcat2, florence, alarm-clock-applet: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 27 17:55:19 2017 +0200 (2017-09-27)
parents e70c0b9c5adf
children 0e7893ac206d
line diff
     1.1 --- a/at-spi2-core/receipt	Fri Jun 16 15:39:43 2017 +0300
     1.2 +++ b/at-spi2-core/receipt	Wed Sep 27 17:55:19 2017 +0200
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="at-spi2-core"
     1.7 -VERSION="2.20.2"
     1.8 +VERSION="2.22.0"
     1.9  CATEGORY="libdevel"
    1.10 -LICENSE="GPL3"
    1.11  SHORT_DESC="Service Provider Interface for the Assistive Technologies"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13 +LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnome.org/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="intltool dbus-dev xorg-libX11-dev xorg-libXtst-dev \
    1.20 -gobject-introspection-dev"
    1.21 +BUILD_DEPENDS="intltool dbus-dev xorg-libX11-dev xorg-libICE-dev \
    1.22 +xorg-libXtst-dev xorg-libSM-dev gobject-introspection-dev"
    1.23  SPLIT="at-spi2-core-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 +	# http://www.linuxfromscratch.org/blfs/view/stable/x/at-spi2-core.html
    1.29  	./configure \
    1.30  		--sysconfdir=/etc \
    1.31  		$CONFIGURE_ARGS &&
    1.32 @@ -30,14 +31,16 @@
    1.33  	case $PACKAGE in
    1.34  		at-spi2-core)
    1.35  			copy @std
    1.36 -			DEPENDS="dbus glib libffi libxcb pcre xorg-libX11 \
    1.37 -			xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst zlib"
    1.38 +			DEPENDS="dbus glib libffi pcre util-linux-blkid util-linux-mount \
    1.39 +			util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
    1.40 +			xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst xorg-libxcb zlib"
    1.41  			;;
    1.42  		at-spi2-core-dev)
    1.43  			copy @dev
    1.44 -			DEPENDS="at-spi2-core dbus-dev glib-dev gobject-introspection-dev \
    1.45 -			libffi-dev xorg-libX11-dev libxcb-dev xorg-libXau-dev \
    1.46 -			xorg-libXdmcp-dev pcre-dev"
    1.47 +			DEPENDS="at-spi2-core \
    1.48 +			dbus-dev glib-dev gobject-introspection-dev libffi-dev pcre-dev \
    1.49 +			util-linux-uuid-dev xorg-libICE-dev xorg-libSM-dev xorg-libX11-dev \
    1.50 +			xorg-libXau-dev xorg-libXdmcp-dev xorg-libxcb-dev"
    1.51  			;;
    1.52  	esac
    1.53  }