From 41e028074314657263de6d4607aa743a090c30c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Sat, 13 Dec 2014 18:39:22 +0100 Subject: [PATCH] mypaint: changed function definition style as suggested by xtraeme --- srcpkgs/mypaint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mypaint/template b/srcpkgs/mypaint/template index 5c40a3ea1f1..424cf9953ca 100644 --- a/srcpkgs/mypaint/template +++ b/srcpkgs/mypaint/template @@ -9,12 +9,12 @@ distfiles="http://download.gna.org/mypaint/mypaint-${version}.tar.bz2" checksum="780d57e50dd90afd586873bc5120261930ea4c309d4d0958020916932122e838" depends="pygtk python gtk+ python-numpy python-cairo>=1.4 libpng lcms2 json-c" makedepends="scons swig pkg-config json-c-devel python-numpy-devel libglib-devel libpng-devel lcms2-devel gtk+-devel python-gobject2-devel" -function post_extract { +post_extract() { sed -i "s/'json'/'json-c'/g" brushlib/SConscript } -function do_build { +do_build() { scons } -function do_install { +do_install() { scons prefix=${DESTDIR}/usr install }