mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/bleachbit: Updated for version 0.8.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
34827221b9
commit
9033414ba4
3 changed files with 19 additions and 19 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# SlackBuild script for bleachbit.
|
# SlackBuild script for bleachbit.
|
||||||
#
|
|
||||||
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
# Copyright 2009-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,11 +23,12 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=bleachbit
|
PRGNAM=bleachbit
|
||||||
VERSION=${VERSION:-0.6.3}
|
VERSION=${VERSION:-0.8.7}
|
||||||
ARCH=noarch
|
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
ARCH=noarch
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
|
@ -44,8 +45,7 @@ cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
# Exclude the Windows-only cleaners from the package as per author's
|
# Exclude the Windows-only cleaners from the source per author's instructions.
|
||||||
# instructions.
|
|
||||||
grep -l os=.windows. cleaners/*xml | xargs rm -f
|
grep -l os=.windows. cleaners/*xml | xargs rm -f
|
||||||
|
|
||||||
make install DESTDIR=$PKG prefix=/usr
|
make install DESTDIR=$PKG prefix=/usr
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="bleachbit"
|
PRGNAM="bleachbit"
|
||||||
VERSION="0.6.3"
|
VERSION="0.8.7"
|
||||||
HOMEPAGE="http://bleachbit.sourceforge.net/"
|
HOMEPAGE="http://bleachbit.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/bleachbit/bleachbit-0.6.3.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/bleachbit/bleachbit-0.8.7.tar.bz2"
|
||||||
MD5SUM="305963247e84d1a55247aa9fde7d4a17"
|
MD5SUM="b63a6949d7683692dfad992ed71b8d25"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Pierre Cazenave"
|
MAINTAINER="Pierre Cazenave"
|
||||||
EMAIL="pwcazenave <at> gmail {dot} com"
|
EMAIL="pwcazenave <at> gmail {dot} com"
|
||||||
APPROVED="dsomero"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
bleachbit: bleachbit (deletes unnecessary files to free valuable disk space)
|
bleachbit: bleachbit (deletes unnecessary files to free valuable disk space)
|
||||||
bleachbit:
|
bleachbit:
|
||||||
bleachbit: BleachBit deletes unnecessary files to free valuable disk space,
|
bleachbit: BleachBit deletes unnecessary files to free valuable disk space,
|
||||||
bleachbit: maintain privacy, and remove junk. Rid your system of old clutter
|
bleachbit: maintain privacy, and remove junk. Rid your system of old clutter
|
||||||
bleachbit: including cache, cookies, Internet history, localizations, logs,
|
bleachbit: including cache, cookies, Internet history, localizations, logs,
|
||||||
bleachbit: temporary files, and broken shortcuts. Designed for Linux systems, it
|
bleachbit: temporary files, and broken shortcuts. Designed for Linux systems, it
|
||||||
bleachbit: wipes clean Adobe Reader, APT, Bash, Beagle, Chromium, Epiphany,
|
bleachbit: wipes clean Adobe Reader, APT, Bash, Beagle, Chromium, Epiphany,
|
||||||
bleachbit: Firefox, Flash, GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera,
|
bleachbit: Firefox, Flash, GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera,
|
||||||
bleachbit: RealPlayer, Second Life viewer, Skype, VIM, XChat, Yum, and more.
|
bleachbit: RealPlayer, Second Life viewer, Skype, VIM, XChat, Yum, and more.
|
||||||
bleachbit:
|
bleachbit:
|
||||||
bleachbit: Homepage: http://bleachbit.sourceforge.net/
|
bleachbit: Homepage: http://bleachbit.sourceforge.net/
|
||||||
|
|
Loading…
Reference in a new issue