[arch-commits] Commit in bleachbit/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jun 25 06:09:23 UTC 2020
Date: Thursday, June 25, 2020 @ 06:09:22
Author: arojas
Revision: 652688
Fix infinite loop with maximized window (FS#66571)
Modified:
bleachbit/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-25 02:29:47 UTC (rev 652687)
+++ PKGBUILD 2020-06-25 06:09:22 UTC (rev 652688)
@@ -8,15 +8,21 @@
pkgname=bleachbit
pkgver=4.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
depends=(python-gobject gtk3)
-source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('34dedf9d1f7545bcf039c309f9a8e2b06b71d2a44d27fcf675abd194a981c3b6')
+source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2
+ maximize-infinite-loop.patch::"https://github.com/bleachbit/bleachbit/commit/933ea605.patch")
+sha256sums=('34dedf9d1f7545bcf039c309f9a8e2b06b71d2a44d27fcf675abd194a981c3b6'
+ '005f9e4ab4c1ed39379b0e02a9e15c2a92083a912f85447fef9701b2ffd33466')
+prepare() {
+ patch -d $pkgname-$pkgver -p1 -i ../maximize-infinite-loop.patch # Fix infinite loop with maximized window
+}
+
package() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list