system/bleachbit: Updated for version 2.0 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4c37f1042c
commit
71989cab6e
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue