Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b52ad12bd076ea55b69d186a19808a6710431cfd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b52ad12bd076ea55b69d186a19808a6710431cfd)
  • Date: Wed, 14 Dec 2022 21:49:55 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
utils/bleachbit/BUILD | 1 +
utils/bleachbit/DEPENDS | 2 ++
utils/bleachbit/DETAILS | 23 +++++++++++++++++++++++
utils/bleachbit/HISTORY | 2 ++
utils/bleachbit/INSTALL | 1 +
6 files changed, 30 insertions(+)

New commits:
commit b52ad12bd076ea55b69d186a19808a6710431cfd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bleachbit: new spell, BleachBit system cleaner

diff --git a/ChangeLog b/ChangeLog
index 2502aed..6d3bf1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2022-12-14 Ismael Luceno <ismael AT sourcemage.org>
* libs/libdeflate: new spell, Heavily optimized DEFLATE implementation
+ * utils/bleachbit: new spell, BleachBit system cleaner

2022-12-13 Conner Clere <connerclere AT gmail.com>
* devel/gulrak-filesystem: new spell, An implementation of C++17
diff --git a/utils/bleachbit/BUILD b/utils/bleachbit/BUILD
new file mode 100755
index 0000000..397db75
--- /dev/null
+++ b/utils/bleachbit/BUILD
@@ -0,0 +1 @@
+:
diff --git a/utils/bleachbit/DEPENDS b/utils/bleachbit/DEPENDS
new file mode 100755
index 0000000..f8a779f
--- /dev/null
+++ b/utils/bleachbit/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends gtk+3
diff --git a/utils/bleachbit/DETAILS b/utils/bleachbit/DETAILS
new file mode 100755
index 0000000..c4da496
--- /dev/null
+++ b/utils/bleachbit/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=bleachbit
+ VERSION=4.4.2
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=https://download.$SPELL.org/$SOURCE
+
SOURCE_HASH=sha512:247a1ed0e491e5e02c4bc9a5c2d11d5f1511ef9644b9edf34b1c9326e6515c33dfd60b98bb2dab59eac36ab5e1c9b5ed1e8d7c749261bde90450a2fc717dae6f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://www.bleachbit.org/";
+ LICENSE[0]="GPL-3.0-or-later"
+ ENTERED=20221214
+ KEYWORDS=""
+ SHORT="BleachBit system cleaner"
+cat << EOF
+When your computer is getting full, BleachBit quickly frees disk space. When
+your information is only your business, BleachBit guards your privacy. With
+BleachBit you can free cache, delete cookies, clear Internet history,
+shred temporary files, delete logs, and discard junk you didn't know was
+there. Designed for Linux and Windows systems, it wipes clean thousands
+of applications including Firefox, Adobe Flash, Google Chrome, Opera, and
+more. Beyond simply deleting files, BleachBit includes advanced features
+such as shredding files to prevent recovery, wiping free disk space to hide
+traces of files deleted by other applications, and vacuuming Firefox to make
+it faster.
+EOF
diff --git a/utils/bleachbit/HISTORY b/utils/bleachbit/HISTORY
new file mode 100644
index 0000000..facce26
--- /dev/null
+++ b/utils/bleachbit/HISTORY
@@ -0,0 +1,2 @@
+2022-12-14 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/utils/bleachbit/INSTALL b/utils/bleachbit/INSTALL
new file mode 100755
index 0000000..8dc7d36
--- /dev/null
+++ b/utils/bleachbit/INSTALL
@@ -0,0 +1 @@
+${MAKE:-make} install prefix="$INSTALL_ROOT"/usr



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b52ad12bd076ea55b69d186a19808a6710431cfd), Ismael Luceno, 12/14/2022

Archive powered by MHonArc 2.6.24.

Top of Page