[arch-commits] Commit in bleachbit/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 19:40:54 UTC 2020


    Date: Thursday, November 12, 2020 @ 19:40:53
  Author: felixonmars
Revision: 753572

archrelease: copy trunk to community-staging-any

Added:
  bleachbit/repos/community-staging-any/
  bleachbit/repos/community-staging-any/PKGBUILD
    (from rev 753571, bleachbit/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: bleachbit/repos/community-staging-any/PKGBUILD (from rev 753571, bleachbit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 19:40:53 UTC (rev 753572)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Arnaud Durand <biginozNOSPAM_at_free.dot.fr>
+# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
+
+pkgname=bleachbit
+pkgver=4.0.0
+pkgrel=4
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=(any)
+url='https://www.bleachbit.org/'
+license=(GPL3)
+depends=(python-gobject gtk3)
+makedepends=(git)
+source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
+validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem <ahz001 at gmail.com>
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 933ea60506e4805edc77b827c0cea902ad40e5b1 # Fix infinite loop with maximized window
+}
+
+package() {
+  cd $pkgname
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list