wok diff snapper/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 0eeee42fc2a2
children 759c9acb4a95
line diff
     1.1 --- a/snapper/receipt	Sun Mar 31 15:13:00 2019 +0200
     1.2 +++ b/snapper/receipt	Tue Mar 10 16:26:23 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="snapper"
     1.7 -VERSION="0.8.3"
     1.8 +VERSION="0.8.6"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The ultimate snapshot tool for Linux."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,15 +11,16 @@
    1.13  WGET_URL="ftp://ftp.suse.com/pub/projects/snapper/$TARBALL"
    1.14  CONFIG_FILES="/etc/snapper"
    1.15  
    1.16 -DEPENDS="gcc49-lib-base libboost-thread libboost-system libxml2 acl attr zlib \
    1.17 +DEPENDS="gcc83-lib-base libboost-thread libboost-system libxml2 acl attr zlib \
    1.18  util-linux-mount util-linux-blkid util-linux-uuid dbus"
    1.19 -BUILD_DEPENDS="util-linux-mount-dev lvm2 btrfs-dev pkg-config dbus-dev gcc49 \
    1.20 +BUILD_DEPENDS="util-linux-mount-dev lvm2 btrfs-dev pkg-config dbus-dev gcc83 \
    1.21  libboost-dev libboost-thread-dev e2fsprogs-dev docbook-xsl"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure CC=gcc-49 CXX=g++-49 --prefix=/usr \
    1.27 +	export LDFLAGS="$LDFLAGS -luuid"
    1.28 +	./configure CC=gcc-83 CXX=g++-83 --prefix=/usr \
    1.29  		--infodir=/usr/share/info \
    1.30  		--mandir=/usr/share/man \
    1.31  		--disable-pam \