wok diff libgnome-keyring/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 6e8b1bcb30e2
children 6831608a1b2a
line diff
     1.1 --- a/libgnome-keyring/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/libgnome-keyring/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,34 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgnome-keyring"
     1.7 -VERSION="2.32.0"
     1.8 +VERSION="3.12.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="A libray that keep password and other secrets for users."
    1.11 +SHORT_DESC="A libray that keeps password and other secrets for users."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="https://www.gnome.org"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.19 +
    1.20 +DEPENDS="dbus glib libgcrypt"
    1.21 +BUILD_DEPENDS="dbus-dev glib-dev intltool libgcrypt-dev"
    1.22 +
    1.23  HOST_ARCH="i486 arm"
    1.24  
    1.25 -DEPENDS="libgcrypt dbus glib"
    1.26 -BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool"
    1.27 -
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32 -	./configure \
    1.33 -		--libexecdir=/usr/lib/$PACKAGE \
    1.34 -		--sysconfdir=/etc/gnome \
    1.35 -		--disable-pam \
    1.36 +	./configure				\
    1.37 +		--libexecdir=/usr/lib/$PACKAGE	\
    1.38 +		--sysconfdir=/etc/gnome		\
    1.39 +		--disable-pam			\
    1.40  		$CONFIGURE_ARGS &&
    1.41 -	make && make install
    1.42 +	make &&
    1.43 +	make install
    1.44  }
    1.45  
    1.46  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.47  genpkg_rules()
    1.48  {
    1.49  	mkdir -p $fs/usr/lib
    1.50 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.51 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.52  }