From 63852442b57b6aa5e3e160e1b79c6fd7557ac713 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 10 Aug 2019 20:03:04 +1200 Subject: desktop/Buku: Updated for version 4.2.2. Signed-off-by: Andrew Clemons --- desktop/Buku/Buku.SlackBuild | 10 ++++++---- desktop/Buku/Buku.info | 9 +++++---- desktop/Buku/README | 2 ++ 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'desktop') 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 -- cgit v1.2.3