[arch-commits] Commit in bleachbit/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 24 06:28:18 UTC 2019
Date: Thursday, October 24, 2019 @ 06:28:18
Author: arojas
Revision: 518783
archrelease: copy trunk to community-any
Added:
bleachbit/repos/community-any/PKGBUILD
(from rev 518782, bleachbit/trunk/PKGBUILD)
Deleted:
bleachbit/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 06:27:53 UTC (rev 518782)
+++ PKGBUILD 2019-10-24 06:28:18 UTC (rev 518783)
@@ -1,29 +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=2.2
-pkgrel=2
-pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=(any)
-url='https://www.bleachbit.org/'
-license=(GPL3)
-depends=(pygtk)
-source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0318cd1bc83655971c9ffd6bf27f4866bbe57381e92cfbcf8a2a6833075b49fa')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -e 's|python|python2|g' -i Makefile -i bleachbit/CLI.py
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make prefix=/usr DESTDIR="$pkgdir" install
-}
Copied: bleachbit/repos/community-any/PKGBUILD (from rev 518782, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-24 06:28:18 UTC (rev 518783)
@@ -0,0 +1,29 @@
+# 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=3.0
+pkgrel=1
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=(any)
+url='https://www.bleachbit.org/'
+license=(GPL3)
+depends=(python2-gobject gtk3)
+source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -e 's|python|python2|g' -i bleachbit/CLI.py
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make prefix=/usr DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list