summaryrefslogtreecommitdiffstats
path: root/system/unison
diff options
context:
space:
mode:
Diffstat (limited to 'system/unison')
-rw-r--r--system/unison/README34
-rw-r--r--system/unison/unison.SlackBuild8
-rw-r--r--system/unison/unison.info6
3 files changed, 25 insertions, 23 deletions
diff --git a/system/unison/README b/system/unison/README
index 2e50f0190d..965b6e2aa6 100644
--- a/system/unison/README
+++ b/system/unison/README
@@ -1,20 +1,24 @@
-Unison is a file-synchronization tool for 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.
+Unison is a file-synchronization tool for 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.
-Unlike simple mirroring or backup utilities, Unison can deal with updates
-to both replicas of a distributed directory structure. Updates that do not
-conflict are propagated automatically. Conflicting updates are detected and
-displayed.
+Unlike simple mirroring or backup utilities, Unison can deal with
+updates 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.
+Unison allows you to either build a text-only binary or a binary that
+will use a graphical user interface.
-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):
+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):
- "FLAVOUR='gtk2 text' ./unison.SlackBuild" or just "./unison.SlackBuild"
+ "FLAVOUR='gtk2 text' ./unison.SlackBuild"
+
+...or just "./unison.SlackBuild"
To only build a text only binary, do this:
@@ -24,5 +28,5 @@ 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.
+hevea is an optional dependency which allows building the HTML
+documentation. Otherwise only PDF docs will be built.
diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild
index 7ee7352057..befb56c207 100644
--- a/system/unison/unison.SlackBuild
+++ b/system/unison/unison.SlackBuild
@@ -4,6 +4,7 @@
# Copyright 2007-2011 Ferenc Deak <ferenc.deak@gmail.com>
# Copyright 2018,2021 Andrew Clemons, Wellington New Zealand
+# Copyright 2023 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=unison
-VERSION=${VERSION:-2.51.4}
+VERSION=${VERSION:-2.51.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -136,7 +134,7 @@ install -m 0644 icons/U.32x32x16m.png $PKG/usr/share/pixmaps/$PRGNAM.png
yes '' | make -C doc real
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a src/{CONTRIB,COPYING,INSTALL*,NEWS,README,ROADMAP.txt,TODO.txt} $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a src/{CONTRIB,COPYING,NEWS,README,ROADMAP.txt,TODO.txt} $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
install -m 0644 doc/unison-manual.pdf $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/system/unison/unison.info b/system/unison/unison.info
index bd55633043..e6e0aa79e2 100644
--- a/system/unison/unison.info
+++ b/system/unison/unison.info
@@ -1,8 +1,8 @@
PRGNAM="unison"
-VERSION="2.51.4"
+VERSION="2.51.5"
HOMEPAGE="https://www.cis.upenn.edu/~bcpierce/unison/"
-DOWNLOAD="https://github.com/bcpierce00/unison/archive/v2.51.4/unison-2.51.4.tar.gz"
-MD5SUM="490d42bd675ee126ee53c2378d70766c"
+DOWNLOAD="https://github.com/bcpierce00/unison/archive/v2.51.5/unison-2.51.5.tar.gz"
+MD5SUM="d2f69f6e99adc147661f47aad7e6bdb2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lablgtk"