Fix bleachbit helper for aramo release.

This commit is contained in:
Luis Guzmán 2022-04-10 21:43:35 +00:00
parent 7743657a6b
commit d6236edb71

View file

@ -66,25 +66,25 @@ diff -ru a/doc/cleaner_markup_language.xsd b/doc/cleaner_markup_language.xsd
<xs:enumeration value="delete"/> <xs:enumeration value="delete"/>
<xs:enumeration value="dnf.autoremove"/> <xs:enumeration value="dnf.autoremove"/>
<xs:enumeration value="dnf.clean_all"/> <xs:enumeration value="dnf.clean_all"/>
diff -ru a/PKG-INFO b/PKG-INFO diff -ru source/PKG-INFO source_fix/PKG-INFO
--- a/PKG-INFO 2020-03-22 21:42:05.000000000 +0100 --- a/PKG-INFO 2021-11-13 15:05:48.000000000 -0600
+++ b/PKG-INFO 2021-06-25 23:06:33.117952276 +0200 +++ b/PKG-INFO 2022-04-10 16:28:47.450145458 -0500
@@ -7,5 +7,5 @@ @@ -7,5 +7,5 @@
Author-email: andrew@bleachbit.org Author-email: andrew@bleachbit.org
License: GPLv3 License: GPLv3
Download-URL: https://www.bleachbit.org/download Download-URL: https://www.bleachbit.org/download
-Description: BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Firefox, Flash, Internet Explorer, Java, Opera, Safari, GNOME, and many others. -Description: BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Edge, Firefox, Google Chrome, VLC, and many others.
+Description: BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Firefox, LibreOffice, Bash, Java, GNOME, and many others. +Description: BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Firefox, VLC, and many others.
Platform: Linux and Windows; Python v2.6 and 2.7; GTK v3.12+ Platform: Linux and Windows; Python v2.6 and 2.7; GTK v3.12+
diff -ru a/setup.py b/setup.py diff -ru source/setup.py source_fix/setup.py
--- a/setup.py 2020-03-22 21:42:04.000000000 +0100 --- a/setup.py 2021-11-13 15:05:47.000000000 -0600
+++ b/setup.py 2021-06-25 23:06:33.117952276 +0200 +++ b/setup.py 2022-04-10 16:34:51.418739031 -0500
@@ -253,7 +253,7 @@ @@ -47,7 +47,7 @@
setup(name='bleachbit', import bleachbit.FileUtilities
version=bleachbit.APP_VERSION,
description="BleachBit - Free space and maintain privacy", APP_NAME = "BleachBit - Free space and maintain privacy"
- long_description="BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Firefox, Flash, Internet Explorer, Java, Opera, Safari, GNOME, and many others.", -APP_DESCRIPTION = "BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Edge, Firefox, Google Chrome, VLC, and many others."
+ long_description="BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Firefox, Java, GNOME, and many others.", +APP_DESCRIPTION = "BleachBit frees space and maintains privacy by quickly wiping files you don't need and didn't know you had. Supported applications include Firefox, VLC, and many others."
author="Andrew Ziem",
author_email="andrew@bleachbit.org", #
download_url="https://www.bleachbit.org/download", # begin win32com.shell workaround for py2exe