diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-08-10 20:03:04 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-01 09:00:30 +0700 |
commit | 63852442b57b6aa5e3e160e1b79c6fd7557ac713 (patch) | |
tree | b5397d095c8ad19b21a405ef6136e994395b4bd5 /desktop | |
parent | 80092365e6d7a935c842c4543bf9a31d5910903a (diff) |
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.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/Buku/Buku.info | 9 | ||||
-rw-r--r-- | desktop/Buku/README | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/desktop/Buku/Buku.SlackBuild b/desktop/Buku/Buku.SlackBuild index 391493145efb..a153a86e50c7 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 09f33a63344f..3a64e1b07b7c 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 4837b215b062..117c7440a195 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 |