# HG changeset patch # User Pascal Bellard # Date 1578420818 -3600 # Node ID ca70cc6b85be61752c71ba64c3c738b418b99715 # Parent 3efe33e068cd69388f96ee963d11a9b5a4d11bea Up snapper (0.8.6) diff -r 3efe33e068cd -r ca70cc6b85be snapper/receipt --- a/snapper/receipt Tue Jan 07 17:58:36 2020 +0100 +++ b/snapper/receipt Tue Jan 07 19:13:38 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="snapper" -VERSION="0.8.3" +VERSION="0.8.6" CATEGORY="base-system" SHORT_DESC="The ultimate snapshot tool for Linux." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,15 +11,16 @@ WGET_URL="ftp://ftp.suse.com/pub/projects/snapper/$TARBALL" CONFIG_FILES="/etc/snapper" -DEPENDS="gcc49-lib-base libboost-thread libboost-system libxml2 acl attr zlib \ +DEPENDS="gcc83-lib-base libboost-thread libboost-system libxml2 acl attr zlib \ util-linux-mount util-linux-blkid util-linux-uuid dbus" -BUILD_DEPENDS="util-linux-mount-dev lvm2 btrfs-dev pkg-config dbus-dev gcc49 \ +BUILD_DEPENDS="util-linux-mount-dev lvm2 btrfs-dev pkg-config dbus-dev gcc83 \ libboost-dev libboost-thread-dev e2fsprogs-dev docbook-xsl" # Rules to configure and make the package. compile_rules() { - ./configure CC=gcc-49 CXX=g++-49 --prefix=/usr \ + export LDFLAGS="$LDFLAGS -luuid" + ./configure CC=gcc-83 CXX=g++-83 --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --disable-pam \ diff -r 3efe33e068cd -r ca70cc6b85be task/receipt --- a/task/receipt Tue Jan 07 17:58:36 2020 +0100 +++ b/task/receipt Tue Jan 07 19:13:38 2020 +0100 @@ -13,7 +13,7 @@ WGET_URL="${WEB_SITE}download/$TARBALL" DEPENDS="gcc83-lib-base libgnutls ncurses util-linux-uuid" -BUILD_DEPENDS="cmake gcc83 gnutls gnutls-dev ncurses-dev util-linux-uuid-dev" +BUILD_DEPENDS="cmake gcc83 libgnutls gnutls-dev ncurses-dev util-linux-uuid-dev" # Rules to configure and make the package. compile_rules()