From 71989cab6ee88dd816f30fa0839313c803cf7629 Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Tue, 31 Jul 2018 17:22:14 +0100 Subject: system/bleachbit: Updated for version 2.0 + new maintainer. Signed-off-by: David Spencer --- system/bleachbit/README | 13 ++++--------- system/bleachbit/bleachbit.SlackBuild | 17 +++++++++-------- system/bleachbit/bleachbit.info | 12 ++++++------ system/bleachbit/slack-desc | 18 +++++++++--------- 4 files changed, 28 insertions(+), 32 deletions(-) (limited to 'system/bleachbit') diff --git a/system/bleachbit/README b/system/bleachbit/README index 879ce4acc8..a0e627e77f 100644 --- a/system/bleachbit/README +++ b/system/bleachbit/README @@ -1,10 +1,5 @@ -BleachBit deletes unnecessary files to free valuable disk space, maintain -privacy, and remove junk. Rid your system of old clutter including cache, -cookies, Internet history, localizations, logs, temporary files, and broken -shortcuts. Designed for Linux systems, it wipes clean Adobe Reader, APT, -Bash, Beagle, Chromium, Epiphany, Firefox, Flash, GIMP, Google Earth, -Java, KDE, OpenOffice.org, Opera, RealPlayer, Second Life viewer, Skype, -VIM, XChat, Yum, and more. +bleachbit (system cleaner) -As with all automated "cleaning" programs, exercise caution and review -the output before committing any changes to disk. +BleachBit frees disk space and maintains privacy. Cleans cache, +Internet history, temporary files, logs, cookies, Firefox, Google +Chrome, Flash, Windows, Linux, and more. diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index d3f54dcb13..0fec329a85 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh - +# # Slackware build script for bleachbit - -# Copyright 2013-2015 Erwin van Zanten, Dordrecht, The Netherlands, Europe +# +# Copyright 2013-2018 Erwin van Zanten, Dordrecht, The Netherlands, Europe +# Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleachbit -VERSION=${VERSION:-1.12} +VERSION=${VERSION:-2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -79,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a MANIFEST* COPYING PKG-INFO README* doc/* $PKG/usr/doc/$PRGNAM-$VERSION +cp MANIFEST* COPYING PKG-INFO README* doc/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/bleachbit/bleachbit.info b/system/bleachbit/bleachbit.info index bbaa53088a..546cde84a6 100644 --- a/system/bleachbit/bleachbit.info +++ b/system/bleachbit/bleachbit.info @@ -1,10 +1,10 @@ PRGNAM="bleachbit" -VERSION="1.12" -HOMEPAGE="http://bleachbit.sourceforge.net/" -DOWNLOAD="http://sourceforge.net/projects/bleachbit/files/bleachbit-1.12.tar.bz2" -MD5SUM="b59155f5d0c1ec34a7065e1380482909" +VERSION="2.0" +HOMEPAGE="https://www.bleachbit.org/" +DOWNLOAD="https://download.bleachbit.org/bleachbit-2.0.tar.bz2" +MD5SUM="0dacb052ffe6dd24b08bb1bdc0b2b980" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Erwin van Zanten" -EMAIL="e.van.zanten.evz@gmail.com" +MAINTAINER="Edinaldo P. Silva" +EMAIL="edps.mundognu@gmail.com" diff --git a/system/bleachbit/slack-desc b/system/bleachbit/slack-desc index 77d128e3f2..18e832d90a 100644 --- a/system/bleachbit/slack-desc +++ b/system/bleachbit/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -bleachbit: bleachbit (deletes unnecessary files to free valuable disk space) +bleachbit: bleachbit (system cleaner) +bleachbit: +bleachbit: BleachBit frees disk space and maintains privacy. Cleans cache, +bleachbit: Internet history, temporary files, logs, cookies, Firefox, Google +bleachbit: Chrome, Flash, Windows, Linux, and more. +bleachbit: +bleachbit: Homepage: https://www.bleachbit.org/ +bleachbit: +bleachbit: bleachbit: -bleachbit: BleachBit deletes unnecessary files to free valuable disk space, -bleachbit: maintain privacy, and remove junk. Rid your system of old clutter -bleachbit: including cache, cookies, Internet history, localizations, logs, -bleachbit: temporary files, and broken shortcuts. Designed for Linux systems, it -bleachbit: wipes clean Adobe Reader, APT, Bash, Beagle, Chromium, Epiphany, -bleachbit: Firefox, Flash, GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera, -bleachbit: RealPlayer, Second Life viewer, Skype, VIM, XChat, Yum, and more. bleachbit: -bleachbit: Homepage: http://bleachbit.sourceforge.net/ -- cgit v1.2.3