# HG changeset patch # User Hans-G?nter Theisgen # Date 1583305952 -3600 # Node ID 57fc61c8b31371741a742c3279b2f977ee6bc9db # Parent 9926332fcfee411559e8a471eb37a053ae7e869a updated libgnome-keyring and libgnome-keyring-dev (2.32.0 -> 3.12.0) diff -r 9926332fcfee -r 57fc61c8b313 libgnome-keyring-dev/receipt --- a/libgnome-keyring-dev/receipt Wed Mar 04 07:34:27 2020 +0100 +++ b/libgnome-keyring-dev/receipt Wed Mar 04 08:12:32 2020 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="libgnome-keyring-dev" -VERSION="2.32.0" +VERSION="3.12.0" CATEGORY="development" -SHORT_DESC="A libray that keep password and other secrets for users, development files." +SHORT_DESC="A libray that keeps password and other secrets for users, development files." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" WEB_SITE="https://www.gnome.org" -WANTED="libgnome-keyring" -HOST_ARCH="i486 arm" DEPENDS="libgnome-keyring pkg-config" +WANTED="libgnome-keyring" + +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 9926332fcfee -r 57fc61c8b313 libgnome-keyring/receipt --- a/libgnome-keyring/receipt Wed Mar 04 07:34:27 2020 +0100 +++ b/libgnome-keyring/receipt Wed Mar 04 08:12:32 2020 +0100 @@ -1,34 +1,36 @@ # SliTaz package receipt. PACKAGE="libgnome-keyring" -VERSION="2.32.0" +VERSION="3.12.0" CATEGORY="x-window" -SHORT_DESC="A libray that keep password and other secrets for users." +SHORT_DESC="A libray that keeps password and other secrets for users." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.gnome.org" + +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="dbus glib libgcrypt" +BUILD_DEPENDS="dbus-dev glib-dev intltool libgcrypt-dev" + HOST_ARCH="i486 arm" -DEPENDS="libgcrypt dbus glib" -BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool" - # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --libexecdir=/usr/lib/$PACKAGE \ - --sysconfdir=/etc/gnome \ - --disable-pam \ + ./configure \ + --libexecdir=/usr/lib/$PACKAGE \ + --sysconfdir=/etc/gnome \ + --disable-pam \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }