summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Andrew Clemons2019-08-10 10:03:04 +0200
committer Willy Sudiarto Raharjo2020-02-01 03:00:30 +0100
commit63852442b57b6aa5e3e160e1b79c6fd7557ac713 (patch)
treeb5397d095c8ad19b21a405ef6136e994395b4bd5 /desktop
parent80092365e6d7a935c842c4543bf9a31d5910903a (diff)
downloadslackbuilds-63852442b57b6aa5e3e160e1b79c6fd7557ac713.tar.gz
desktop/Buku: Updated for version 4.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Buku/Buku.SlackBuild10
-rw-r--r--desktop/Buku/Buku.info9
-rw-r--r--desktop/Buku/README2
3 files changed, 13 insertions, 8 deletions
diff --git a/desktop/Buku/Buku.SlackBuild b/desktop/Buku/Buku.SlackBuild
index 391493145e..a153a86e50 100644
--- a/desktop/Buku/Buku.SlackBuild
+++ b/desktop/Buku/Buku.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for Buku.
#
# Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2019-2020 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Buku
-VERSION=${VERSION:-4.0}
+SRCNAM=buku
+VERSION=${VERSION:-4.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/desktop/Buku/Buku.info b/desktop/Buku/Buku.info
index 09f33a6334..3a64e1b07b 100644
--- a/desktop/Buku/Buku.info
+++ b/desktop/Buku/Buku.info
@@ -1,10 +1,11 @@
PRGNAM="Buku"
-VERSION="4.0"
+VERSION="4.2.2"
HOMEPAGE="https://github.com/jarun/Buku"
-DOWNLOAD="https://github.com/jarun/Buku/archive/v4.0/Buku-4.0.tar.gz"
-MD5SUM="f99da36c707c4c4153b50641bd03babf"
+DOWNLOAD="https://github.com/jarun/Buku/archive/v4.2.2/buku-4.2.2.tar.gz"
+MD5SUM="2d8c8bc3d673ee4ec1ef9ef99cdb4544"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 python-urllib3 BeautifulSoup4 cryptography"
+REQUIRES="python-urllib3 BeautifulSoup4 cryptography html5lib python3-certifi"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"
+
diff --git a/desktop/Buku/README b/desktop/Buku/README
index 4837b215b0..117c7440a1 100644
--- a/desktop/Buku/README
+++ b/desktop/Buku/README
@@ -4,4 +4,6 @@ buku is a powerful bookmark manager written in Python3 and SQLite3.
buku fetches the title of a bookmarked url and stores it along with
any user-provided comments and tags.
+All Buku dependencies must be built with Python 3.
+
Optional dependency: xsel