wok diff libwnck/receipt @ rev 21810

Add python-cffi, python-cparser & python-cryptography
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 17 18:44:53 2019 +0200 (2019-08-17)
parents 86790a278e70
children 5d79829fa876
line diff
     1.1 --- a/libwnck/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/libwnck/receipt	Sat Aug 17 18:44:53 2019 +0200
     1.3 @@ -1,27 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libwnck"
     1.7 -VERSION="2.30.7"
     1.8 +VERSION="2.31.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="libwnck is Window Navigator Construction Kit."
    1.11 +SHORT_DESC="A Window Navigator Construction Kit."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="https://www.gnome.org/"
    1.16 +WEB_SITE="https://developer.gnome.org/libwnck/"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21  DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \
    1.22 -xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    1.23 -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    1.24 -BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config \
    1.25 -gobject-introspection-dev"
    1.26 +	xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    1.27 +	xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    1.28 +BUILD_DEPENDS="gettext gobject-introspection-dev gtk+-dev intltool \
    1.29 +	perl-xml-parser pkg-config xorg-dev"
    1.30  
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34  	./configure \
    1.35  		$CONFIGURE_ARGS &&
    1.36 -	make &&
    1.37 +	make -j 1 &&
    1.38  	make DESTDIR=$DESTDIR install
    1.39  }
    1.40  
    1.41 @@ -29,7 +30,8 @@
    1.42  genpkg_rules()
    1.43  {
    1.44  	mkdir -p $fs/usr/lib
    1.45 -	cp -a $install/usr/bin $fs/usr
    1.46 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.47 -	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.48 +
    1.49 +	cp -a $install/usr/bin			$fs/usr
    1.50 +	cp -a $install/usr/lib/*.so*		$fs/usr/lib
    1.51 +	cp -a $install/usr/lib/girepository-1.0	$fs/usr/lib
    1.52  }