desktop/docfetcher: Updated for version 1.1.20.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Leo C 2018-06-17 18:39:47 +01:00 committed by David Spencer
parent 000f7d30fd
commit f7bb1a2f98
4 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DocFetcher is an Open Source desktop search application.
DocFetcher is an Open Source desktop search application.
It allows you to search the contents of files on your computer.
You can think of it as Google for your local files.

View File

@ -24,7 +24,7 @@
PRGNAM=docfetcher
SRCNAM=DocFetcher
VERSION=${VERSION:-1.1.19}
VERSION=${VERSION:-1.1.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,8 +67,8 @@ zcat $CWD/paths.patch.gz | patch -p1
mkdir -p $PKG/usr/share/{$PRGNAM,applications} \
$PKG/usr/bin
cp -a help img lang lib misc \
$SRCNAM-GTK2.sh $SRCNAM-GTK3.sh $PRGNAM-daemon-linux Readme.txt \
cp -a help img lang lib misc py4j \
$SRCNAM-GTK2.sh $SRCNAM-GTK3.sh $PRGNAM-daemon-linux Readme.txt search.py \
$PKG/usr/share/$PRGNAM
# Remove Mac OS X stuff

View File

@ -1,8 +1,8 @@
PRGNAM="docfetcher"
VERSION="1.1.19"
VERSION="1.1.20"
HOMEPAGE="http://docfetcher.sourceforge.net/"
DOWNLOAD="https://downloads.sourceforge.net/docfetcher/docfetcher-1.1.19-portable.zip"
MD5SUM="02896fe5232aa603eff2cc98d50185db"
DOWNLOAD="https://downloads.sourceforge.net/docfetcher/docfetcher-1.1.20-portable.zip"
MD5SUM="de3c95f85bbf4184f2404f8d6575ae21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk"

Binary file not shown.