Date: Saturday, November 30, 2013 @ 17:22:26 Author: bgyorgy Revision: 101738
Add myself as maintainer, some improvements Modified: cherrytree/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-30 16:22:11 UTC (rev 101737) +++ PKGBUILD 2013-11-30 16:22:26 UTC (rev 101738) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Bartłomiej Piotrowski # Contributor: Brad Fanella <[email protected]> # Contributor: Allan McRae <[email protected]> # Contributor: Tomas A. Schertel <[email protected]> @@ -17,14 +18,11 @@ source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz) sha256sums=('7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330') -prepare() { +build() { cd $pkgname-$pkgver - # python2 fix - for file in $(find . -name '*.py') cherrytree; do - sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file} - done + python2 setup.py build } - + package() { cd $pkgname-$pkgver python2 setup.py install --root="$pkgdir/" --optimize=1
