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

Antonio Rojas arojas at archlinux.org
Fri Jul 1 22:26:52 UTC 2016


    Date: Friday, July 1, 2016 @ 22:26:51
  Author: arojas
Revision: 181764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-01 22:26:22 UTC (rev 181763)
+++ PKGBUILD	2016-07-01 22:26:51 UTC (rev 181764)
@@ -1,31 +0,0 @@
-# $Id$
-# 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=1.10
-pkgrel=2
-pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=(any)
-url='http://bleachbit.sourceforge.net/'
-license=(GPL3)
-depends=(pygtk desktop-file-utils gtk-update-icon-cache hicolor-icon-theme)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('6741c0db9a01193504c0cfc8bde6185a')
-
-package() {
-    cd $pkgname-$pkgver
-
-    for file in $(find . -name '*.py' -print); do
-        sed -i -e 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' \
-               -e 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' "$file"
-    done
-    sed -i 's/python/python2/g' Makefile
-
-    make prefix=/usr DESTDIR="$pkgdir" PYTHON=python2 install
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 181763, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-01 22:26:51 UTC (rev 181764)
@@ -0,0 +1,31 @@
+# $Id$
+# 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=1.12
+pkgrel=1
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=(any)
+url='http://bleachbit.sourceforge.net/'
+license=(GPL3)
+depends=(pygtk desktop-file-utils gtk-update-icon-cache hicolor-icon-theme)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('b59155f5d0c1ec34a7065e1380482909')
+
+package() {
+    cd $pkgname-$pkgver
+
+    for file in $(find . -name '*.py' -print); do
+        sed -i -e 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' \
+               -e 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' "$file"
+    done
+    sed -i 's/python/python2/g' Makefile
+
+    make prefix=/usr DESTDIR="$pkgdir" PYTHON=python2 install
+}



More information about the arch-commits mailing list