# HG changeset patch # User Hans-G?nter Theisgen # Date 1659197758 -3600 # Node ID fffb53ee9c66fc2cd9bcf33004012580e658f018 # Parent c073aabaa2ad0c7498b00e1bd78c4a355b6f7f27 updated unison (2.51.5 -> 2.52.1) diff -r c073aabaa2ad -r fffb53ee9c66 unison/description.txt --- a/unison/description.txt Sat Jul 30 16:49:06 2022 +0100 +++ b/unison/description.txt Sat Jul 30 17:15:58 2022 +0100 @@ -1,4 +1,5 @@ Unison is a file-synchronization tool for OSX, Unix, and Windows. -It allows two replicas of a collection of files and directories to be stored -on different hosts (or different disks on the same host), modified separately, -and then brought up to date by propagating the changes in each replica to the other. +It allows two replicas of a collection of files and directories to +be stored on different hosts (or different disks on the same host), +modified separately, and then brought up to date by propagating the +changes in each replica to the other. diff -r c073aabaa2ad -r fffb53ee9c66 unison/receipt --- a/unison/receipt Sat Jul 30 16:49:06 2022 +0100 +++ b/unison/receipt Sat Jul 30 17:15:58 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="unison" -VERSION="2.51.5" +VERSION="2.52.1" CATEGORY="system-tools" TAGS="sync" SHORT_DESC="File-synchronization tool." @@ -24,7 +24,7 @@ # Rules to configure and make the package. compile_rules() { - CFLAGS="" make + make CFLAGS="" UISTYLE=text } # Rules to gen a SliTaz package suitable for Tazpkg.