[arch-commits] Commit in bleachbit/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jun 27 16:17:04 UTC 2021


    Date: Sunday, June 27, 2021 @ 16:17:04
  Author: arojas
Revision: 967597

archrelease: copy trunk to community-any

Added:
  bleachbit/repos/community-any/PKGBUILD
    (from rev 967596, bleachbit/trunk/PKGBUILD)
Deleted:
  bleachbit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-27 16:16:53 UTC (rev 967596)
+++ PKGBUILD	2021-06-27 16:17:04 UTC (rev 967597)
@@ -1,31 +0,0 @@
-# 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.2.0
-pkgrel=1
-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
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 967596, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-27 16:17:04 UTC (rev 967597)
@@ -0,0 +1,26 @@
+# 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.4.0
+pkgrel=1
+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')
+
+package() {
+  cd $pkgname
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list