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

Antonio Rojas arojas at archlinux.org
Fri Jan 1 20:56:53 UTC 2016


    Date: Friday, January 1, 2016 @ 21:56:53
  Author: arojas
Revision: 155149

archrelease: copy trunk to community-any

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

-------------------+
 PKGBUILD          |   64 ++++++++++++++++++++++++++--------------------------
 bleachbit.install |   24 +++++++++----------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-01 20:56:21 UTC (rev 155148)
+++ PKGBUILD	2016-01-01 20:56:53 UTC (rev 155149)
@@ -1,32 +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.8
-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)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('433f9d655c366aac50ca2d5f9aa8b86d')
-
-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 155148, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-01 20:56:53 UTC (rev 155149)
@@ -0,0 +1,32 @@
+# $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=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)
+install=$pkgname.install
+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
+}

Deleted: bleachbit.install
===================================================================
--- bleachbit.install	2016-01-01 20:56:21 UTC (rev 155148)
+++ bleachbit.install	2016-01-01 20:56:53 UTC (rev 155149)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bleachbit/repos/community-any/bleachbit.install (from rev 155148, bleachbit/trunk/bleachbit.install)
===================================================================
--- bleachbit.install	                        (rev 0)
+++ bleachbit.install	2016-01-01 20:56:53 UTC (rev 155149)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list