From 42f389215d78d0e25851276d24d5787a6cf4ad94 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Fri, 7 Dec 2018 23:19:25 +0700 Subject: system/unison: Updated for version 2.51.2. Signed-off-by: Willy Sudiarto Raharjo --- system/unison/README | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'system/unison/README') diff --git a/system/unison/README b/system/unison/README index 7ce7830b8d212..2e50f0190d015 100644 --- a/system/unison/README +++ b/system/unison/README @@ -8,12 +8,21 @@ to both replicas of a distributed directory structure. Updates that do not conflict are propagated automatically. Conflicting updates are detected and displayed. -Unison allows you to either build a text only binary or a binary that will -use a graphical user interface. To build the gtk2 graphical inteface -binary, which is the default option, do this: +Unison allows you to either build a text-only binary or a binary that will +use a graphical user interface. - "FLAVOR=gtk2 ./unison.SlackBuild" or just "./unison.SlackBuild" +By default this slackbuild will, similar to Slackware's own emacs package, +build both a text-only and a gui binary. To do this (which is the default): -To build a textonly binary, do this: + "FLAVOUR='gtk2 text' ./unison.SlackBuild" or just "./unison.SlackBuild" - "FLAVOR=text ./unison.SlackBuild" +To only build a text only binary, do this: + + "FLAVOUR=text ./unison.SlackBuild" + +To only build a gui only binary, do this: + + "FLAVOUR=gtk2 ./unison.SlackBuild" + +hevea is an optional dependency which allows building the HTML documentation. +Otherwise only a version as PDF will be built. -- cgit v1.2.3