summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Konrad J Hambrick <kjhambrick@gmail.com>2018-01-19 18:57:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-20 07:01:16 +0700
commit174544edc7f9678941665ebf8d4a3731fae31338 (patch)
treef79c294b2fbc334e6249c611d91f4e1d4924eb1a /system
parent877f40f72a361d923be6204a9bc390faff3825f5 (diff)
downloadslackbuilds-174544edc7f9678941665ebf8d4a3731fae31338.tar.gz
slackbuilds-174544edc7f9678941665ebf8d4a3731fae31338.tar.xz
system/fswatch: Updated for version 1.11.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/fswatch/README3
-rw-r--r--system/fswatch/fswatch.SlackBuild7
-rw-r--r--system/fswatch/fswatch.info6
-rw-r--r--system/fswatch/slack-desc2
4 files changed, 10 insertions, 8 deletions
diff --git a/system/fswatch/README b/system/fswatch/README
index 26085d191a..9a2dc20522 100644
--- a/system/fswatch/README
+++ b/system/fswatch/README
@@ -1,4 +1,4 @@
-fswatch is a cross-platfor file change monitor that receives notifications
+fswatch is a cross-platform file change monitor that receives notifications
when the contents of the specified files or directories are modified.
The fswatch.SlackBuild automatically builds the linux variant of fswatch.
@@ -8,5 +8,6 @@ files that will be saved to /usr/doc/fswatch-${VERSION}/
The default compiler is clang++ however, if you prefer, fswatch can also be
compiled with g++:
+
CXX="g++" ./fswatch.SlackBuild
diff --git a/system/fswatch/fswatch.SlackBuild b/system/fswatch/fswatch.SlackBuild
index 505e47fe04..3152ad8ab0 100644
--- a/system/fswatch/fswatch.SlackBuild
+++ b/system/fswatch/fswatch.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fswatch
-VERSION=${VERSION:-1.9.3}
+VERSION=${VERSION:-1.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,8 +97,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ABOUT-NLS AUTHORS CONTRIBUTING.md COPYING ChangeLog INSTALL LICENSE NEWS README* \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ABOUT-NLS AUTHORS AUTHORS.libfswatch CONTRIBUTING.md COPYING \
+ ChangeLog INSTALL NEWS NEWS.libfswatch README* \
+ $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/fswatch/fswatch.info b/system/fswatch/fswatch.info
index 8378ec758f..758f173a69 100644
--- a/system/fswatch/fswatch.info
+++ b/system/fswatch/fswatch.info
@@ -1,8 +1,8 @@
PRGNAM="fswatch"
-VERSION="1.9.3"
+VERSION="1.11.2"
HOMEPAGE="https://github.com/emcrisostomo/fswatch"
-DOWNLOAD="https://github.com/emcrisostomo/fswatch/releases/download/1.9.3/fswatch-1.9.3.tar.gz"
-MD5SUM="37595ca5c584709864cac81a8ed1753b"
+DOWNLOAD="https://github.com/emcrisostomo/fswatch/releases/download/1.11.2/fswatch-1.11.2.tar.gz"
+MD5SUM="aacebb97d5415dc31bd113d4b330cac0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/fswatch/slack-desc b/system/fswatch/slack-desc
index e97bfb5f01..979af68994 100644
--- a/system/fswatch/slack-desc
+++ b/system/fswatch/slack-desc
@@ -4,7 +4,7 @@
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
-
+#
|-----handy-ruler------------------------------------------------------|
fswatch: fswatch (A cross-platform file change monitor with multiple backends)
fswatch: