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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 19:24:21 UTC 2016


    Date: Wednesday, April 27, 2016 @ 21:24:20
  Author: arojas
Revision: 172159

archrelease: copy trunk to community-any

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

-------------------+
 PKGBUILD          |   63 +++++++++++++++++++++++++---------------------------
 bleachbit.install |   12 ---------
 2 files changed, 31 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 19:23:50 UTC (rev 172158)
+++ PKGBUILD	2016-04-27 19:24:20 UTC (rev 172159)
@@ -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.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
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 172158, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 19:24:20 UTC (rev 172159)
@@ -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.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
+}

Deleted: bleachbit.install
===================================================================
--- bleachbit.install	2016-04-27 19:23:50 UTC (rev 172158)
+++ bleachbit.install	2016-04-27 19:24:20 UTC (rev 172159)
@@ -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
-}



More information about the arch-commits mailing list