mypaint: changed function definition style as suggested by xtraeme

This commit is contained in:
Stefan Mühlinghaus 2014-12-13 18:39:22 +01:00 committed by Juan RP
parent e3d151f062
commit 41e0280743
1 changed files with 3 additions and 3 deletions

View File

@ -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
}