From 9033414ba4a71984780429165e2eae8c2314c995 Mon Sep 17 00:00:00 2001 From: Pierre Cazenave Date: Wed, 18 May 2011 14:49:39 -0500 Subject: system/bleachbit: Updated for version 0.8.7. Signed-off-by: Robby Workman --- system/bleachbit/bleachbit.SlackBuild | 14 +++++++------- system/bleachbit/bleachbit.info | 8 ++++---- system/bleachbit/slack-desc | 16 ++++++++-------- 3 files changed, 19 insertions(+), 19 deletions(-) (limited to 'system/bleachbit') diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index bd32a1a73d..e194f1e7d5 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/bash # SlackBuild script for bleachbit. -# -# Copyright 2009 Pierre Cazenave + +# Copyright 2009-2011 Pierre Cazenave # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleachbit -VERSION=${VERSION:-0.6.3} -ARCH=noarch +VERSION=${VERSION:-0.8.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +ARCH=noarch + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -44,8 +45,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Exclude the Windows-only cleaners from the package as per author's -# instructions. +# Exclude the Windows-only cleaners from the source per author's instructions. grep -l os=.windows. cleaners/*xml | xargs rm -f make install DESTDIR=$PKG prefix=/usr diff --git a/system/bleachbit/bleachbit.info b/system/bleachbit/bleachbit.info index 83e0591775..08b4dfc724 100644 --- a/system/bleachbit/bleachbit.info +++ b/system/bleachbit/bleachbit.info @@ -1,10 +1,10 @@ PRGNAM="bleachbit" -VERSION="0.6.3" +VERSION="0.8.7" HOMEPAGE="http://bleachbit.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/bleachbit/bleachbit-0.6.3.tar.bz2" -MD5SUM="305963247e84d1a55247aa9fde7d4a17" +DOWNLOAD="http://downloads.sourceforge.net/bleachbit/bleachbit-0.8.7.tar.bz2" +MD5SUM="b63a6949d7683692dfad992ed71b8d25" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Pierre Cazenave" EMAIL="pwcazenave gmail {dot} com" -APPROVED="dsomero" +APPROVED="rworkman" diff --git a/system/bleachbit/slack-desc b/system/bleachbit/slack-desc index c5ed465598..dec352a639 100644 --- a/system/bleachbit/slack-desc +++ b/system/bleachbit/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| bleachbit: bleachbit (deletes unnecessary files to free valuable disk space) -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: +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: bleachbit: Homepage: http://bleachbit.sourceforge.net/ -- cgit v1.2.3-65-gdbad