[arch-commits] Commit in bleachbit/repos/community-any (4 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sun Nov 17 12:54:42 UTC 2013
Date: Sunday, November 17, 2013 @ 13:54:42
Author: bpiotrowski
Revision: 101114
archrelease: copy trunk to community-any
Added:
bleachbit/repos/community-any/PKGBUILD
(from rev 101113, bleachbit/trunk/PKGBUILD)
bleachbit/repos/community-any/bleachbit.install
(from rev 101113, 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 2013-11-17 12:54:35 UTC (rev 101113)
+++ PKGBUILD 2013-11-17 12:54:42 UTC (rev 101114)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# 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.0
-pkgrel=1
-pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=('any')
-url='http://bleachbit.sourceforge.net/'
-license=('GPL3')
-depends=('pygtk>=2' 'python2>=2.6' 'desktop-file-utils' 'gtk-update-icon-cache'
- 'hicolor-icon-theme')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('2a7a4c587cf88050cc20fbb30bb64813')
-
-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 101113, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-11-17 12:54:42 UTC (rev 101114)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# 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.0
+pkgrel=1
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=('any')
+url='http://bleachbit.sourceforge.net/'
+license=('GPL3')
+depends=('pygtk>=2' 'python2>=2.6' 'desktop-file-utils' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('2a7a4c587cf88050cc20fbb30bb64813')
+
+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 2013-11-17 12:54:35 UTC (rev 101113)
+++ bleachbit.install 2013-11-17 12:54:42 UTC (rev 101114)
@@ -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 101113, bleachbit/trunk/bleachbit.install)
===================================================================
--- bleachbit.install (rev 0)
+++ bleachbit.install 2013-11-17 12:54:42 UTC (rev 101114)
@@ -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